Skip to content

Commit

Permalink
nits
Browse files Browse the repository at this point in the history
  • Loading branch information
annevk committed Jan 11, 2019
1 parent 050069b commit 222ed14
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions source
Original file line number Diff line number Diff line change
Expand Up @@ -67088,7 +67088,7 @@ customElements.define("x-foo", class extends HTMLElement {

<ol>
<li><p>Let <var>agent</var> be the <span>similar-origin window agent</span> <var>element</var>'s
<span>relevant Realm</span> belongs to.
<span data-x="concept-relevant-realm">relevant Realm</span> belongs to.

<li><p>Let <var>reactionsStack</var> be <var>agent</var>'s <span>custom element reactions
stack</span>.
Expand Down Expand Up @@ -67228,7 +67228,7 @@ customElements.define("x-foo", class extends HTMLElement {

<ol>
<li><p>Let <var>agent</var> be the <span>similar-origin window agent</span> this object's
<span>relevant Realm</span> belongs to.
<span data-x="concept-relevant-realm">relevant Realm</span> belongs to.

<li><p><span data-x="stack push">Push</span> a new <span>element queue</span> onto
<var>agent</var>'s <span>custom element reactions stack</span>.</p></li>
Expand Down Expand Up @@ -105864,7 +105864,7 @@ dictionary <dfn>StorageEventInit</dfn> : <span>EventInit</span> {
<li><p>Let <var>document</var> be <var>intended parent</var>'s <span>node document</span>.</li>

<li><p>Let <var>agent</var> be the <span>similar-origin window agent</span> <var>document</var>'s
<span>relevant Realm</span> belongs to.
<span data-x="concept-relevant-realm">relevant Realm</span> belongs to.

<li><p>Let <var>local name</var> be the tag name of the token.</p></li>

Expand Down Expand Up @@ -105981,7 +105981,7 @@ dictionary <dfn>StorageEventInit</dfn> : <span>EventInit</span> {
itself.</p></li>

<li><p>Let <var>agent</var> be the <span>similar-origin window agent</span> <var>element</var>'s
<span>relevant Realm</span> belongs to.
<span data-x="concept-relevant-realm">relevant Realm</span> belongs to.

<li>
<p>If it is possible to insert <var>element</var> at the <var>adjusted insertion location</var>,
Expand Down

0 comments on commit 222ed14

Please sign in to comment.