Skip to content

Commit

Permalink
editorial: Do not define Navigator, just reference it (#117)
Browse files Browse the repository at this point in the history
Navigator is <dfn>ed in HTML; redefining it here does not make much sense as
we just need to reference the original definition.
  • Loading branch information
rakuco committed Mar 8, 2024
1 parent 553f9ba commit b4de6ab
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -208,8 +208,8 @@ <h2>
Extensions to the `Navigator` interface
</h2>
<p>
The [[HTML]] specification defines the <dfn>Navigator</dfn> interface,
which this specification extends:
The [[HTML]] specification defines the {{Navigator}} interface, which
this specification extends:
</p>
<pre class="idl">
[SecureContext, Exposed=(Window)]
Expand Down

0 comments on commit b4de6ab

Please sign in to comment.