Skip to content

Commit c09dc9a

Browse files
committed
[selectors-4] Refer explicitly to the 'document element' concept. #7787
1 parent 066ede4 commit c09dc9a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

selectors-4/Overview.bs

+2-2
Original file line numberDiff line numberDiff line change
@@ -2838,8 +2838,8 @@ Tree-Structural pseudo-classes</h2>
28382838
the root of the document.
28392839

28402840
For example, in a DOM document,
2841-
the '':root'' pseudo-class matches the root element of the <a interface>Document</a> object.
2842-
In HTML, this would be the <a element>html</a> element
2841+
the '':root'' pseudo-class matches the [=document element=].
2842+
In HTML, this will be the <{html}> element
28432843
(unless scripting has been used to modify the document).
28442844

28452845
<h3 id="the-empty-pseudo">

0 commit comments

Comments
 (0)