Skip to content

Commit

Permalink
Merge pull request #21 from w3c/xfq/html-dom
Browse files Browse the repository at this point in the history
Update references to HTML and DOM
  • Loading branch information
anssiko authored Jun 25, 2019
2 parents 60cf8ad + 075fd08 commit d63eb82
Showing 1 changed file with 15 additions and 16 deletions.
31 changes: 15 additions & 16 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -135,51 +135,51 @@ <h2>
</h2>
<p>
The following concepts, terms, and interfaces are defined in
[[!HTML5]], [[!ECMASCRIPT]], [[!WEBIDL]], and [[!SECURE-CONTEXTS]]:
[[!HTML]], [[!DOM]], [[!ECMASCRIPT]], [[!WEBIDL]], and [[!SECURE-CONTEXTS]]:
</p>
<ul>
<li>
<a href=
"https://www.w3.org/TR/html5/webappapis.html#navigator"><dfn><code>Navigator</code></dfn></a>
"https://html.spec.whatwg.org/multipage/system-state.html#navigator"><dfn><code>Navigator</code></dfn></a>
</li>
<li>
<a href=
"https://www.w3.org/TR/html5/webappapis.html#eventhandler"><dfn><code>
"https://html.spec.whatwg.org/multipage/webappapis.html#eventhandler"><dfn><code>
EventHandler</code></dfn></a>
</li>
<li>
<dfn><a href=
"https://www.w3.org/TR/html5/webappapis.html#queue-a-task">queue a
"https://html.spec.whatwg.org/multipage/webappapis.html#queue-a-task">queue a
task</a></dfn>
</li>
<li>
<dfn><a href=
"https://www.w3.org/TR/html5/webappapis.html#fire-a-simple-event">fires
a simple event</a></dfn>
"https://dom.spec.whatwg.org/#concept-event-fire">fires
an event</a></dfn>
</li>
<li>
<dfn><a href=
"https://www.w3.org/TR/html5/webappapis.html#event-handlers">event
"https://html.spec.whatwg.org/multipage/webappapis.html#event-handlers">event
handlers</a></dfn>
</li>
<li>
<dfn><a href=
"https://www.w3.org/TR/html5/webappapis.html#event-handler-event-type">
"https://html.spec.whatwg.org/multipage/webappapis.html#event-handler-event-type">
event handler event types</a></dfn>
</li>
<li>
<dfn><a href=
"https://www.w3.org/TR/html5/browsers.html#browsing-context">browsing
"https://html.spec.whatwg.org/multipage/browsers.html#browsing-context">browsing
context</a></dfn>
</li>
<li>
<dfn><a href=
"https://www.w3.org/TR/html5/browsers.html#top-level-browsing-context">
"https://html.spec.whatwg.org/multipage/browsers.html#top-level-browsing-context">
top-level browsing context</a></dfn>
</li>
<li>
<dfn><a href=
"https://www.w3.org/TR/html5/webappapis.html#incumbent-settings-object">
"https://html.spec.whatwg.org/multipage/webappapis.html#incumbent-settings-object">
incumbent settings object</a></dfn>
</li>
<li>
Expand Down Expand Up @@ -349,7 +349,7 @@ <h2>
state, or there is no battery attached to the system, or otherwise.
When the battery charging state is updated, the <a>user agent</a> MUST
<a>queue a task</a> which sets the <code>charging</code> attribute's
value and <a>fires a simple event</a> named
value and <a>fires an event</a> named
<code><a>chargingchange</a></code> at the <a>BatteryManager</a> object.
</p>
<p>
Expand All @@ -359,8 +359,7 @@ <h2>
the battery is discharging, the implementation is unable to report the
remaining charging time, or otherwise. When the battery charging time
is updated, the <a>user agent</a> MUST <a>queue a task</a> which sets
the <code>chargingTime</code> attribute's value and <a>fires a simple
event</a> named <code><a>chargingtimechange</a></code> at the
the <code>chargingTime</code> attribute's value and <a>fires an event</a> named <code><a>chargingtimechange</a></code> at the
<a>BatteryManager</a> object.
</p>
<p>
Expand All @@ -371,7 +370,7 @@ <h2>
there is no battery attached to the system, or otherwise. When the
battery discharging time is updated, the <a>user agent</a> MUST
<a>queue a task</a> which sets the <code>dischargingTime</code>
attribute's value and <a>fires a simple event</a> named
attribute's value and <a>fires an event</a> named
<code><a>dischargingtimechange</a></code> at the <a>BatteryManager</a>
object.
</p>
Expand All @@ -382,7 +381,7 @@ <h2>
unable to report the battery's level, or there is no battery attached
to the system. When the battery level is updated, the <a>user agent</a>
MUST <a>queue a task</a> which sets the <code>level</code> attribute's
value and <a>fires a simple event</a> named
value and <a>fires an event</a> named
<code><a>levelchange</a></code> at the <a>BatteryManager</a> object.
</p>
<p class="note">
Expand Down

0 comments on commit d63eb82

Please sign in to comment.