Skip to content

Commit

Permalink
CI fix
Browse files Browse the repository at this point in the history
  • Loading branch information
annevk committed Dec 16, 2024
1 parent da4e899 commit 1962240
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions dom.bs
Original file line number Diff line number Diff line change
Expand Up @@ -972,8 +972,8 @@ object, an <a>event listener</a> is a broader concept as can be seen above.
which takes an <a>event</a> <var>event</var>, and returns an {{EventTarget}} object. Unless
specified otherwise it returns null.

<p class=note><a for=/>Nodes</a>, <a for=/>shadow roots</a>, and <a>documents</a>
override the <a>get the parent</a> algorithm.
<p class=note><a for=/>Nodes</a>, <a for=/>shadow roots</a>, and <a for=/>documents</a> override the
<a>get the parent</a> algorithm.

<p>Each {{EventTarget}} object can have an associated
<dfn export for=EventTarget>activation behavior</dfn> algorithm. The
Expand Down Expand Up @@ -4294,7 +4294,7 @@ statement, switching on the interface <a>this</a> <a>implements</a>:
<dt><code><var>node</var> . {{Node/ownerDocument}}</code>
<dd>
Returns the <a for=Node>node document</a>.
Returns null for <a>documents</a>.
Returns null for <a for=/>documents</a>.

<dt><code><var>node</var> . {{Node/getRootNode()}}</code>
<dd>Returns <var>node</var>'s <a for=tree>root</a>.
Expand Down Expand Up @@ -5210,9 +5210,9 @@ is "<code>quirks</code>", and
<a for=Document>mode</a> is "<code>limited-quirks</code>".

<div class=note>
<p>The <a for=Document>mode</a> is only ever changed from the default for <a>documents</a> created
by the <a>HTML parser</a> based on the presence, absence, or value of the DOCTYPE string, and by a
new <a for=/>browsing context</a> (initial "<code>about:blank</code>"). [[!HTML]]
<p>The <a for=Document>mode</a> is only ever changed from the default for <a for=/>documents</a>
created by the <a>HTML parser</a> based on the presence, absence, or value of the DOCTYPE string,
and by a new <a for=/>browsing context</a> (initial "<code>about:blank</code>"). [[!HTML]]

<p><a>No-quirks mode</a> was originally known as "standards mode" and <a>limited-quirks mode</a>
was once known as "almost standards mode". They have been renamed because their details are now
Expand Down

0 comments on commit 1962240

Please sign in to comment.