Skip to content

Commit 3566e05

Browse files
committed
[shadow-styling] slight tweak to ::shadow text
1 parent 7a2c583 commit 3566e05

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

shadow-styling/Overview.bs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -340,8 +340,8 @@ Selecting Based on an Ancestor Outside the Shadow Tree: the '':ancestor()'' pseu
340340
Selecting the Shadow Root Itself: the ''::shadow'' pseudo-element</h3>
341341

342342
If an element has at least one <a>shadow tree</a>,
343-
the <dfn>::shadow</dfn> pseudo-element selects the <a>shadow trees</a> themselves.
344-
In HTML, the <a>shadow tree</a> is represented by <a interface>ShadowRoot</a> objects.
343+
the <dfn>::shadow</dfn> pseudo-element matches the <a>shadow roots</a> themselves.
344+
In HTML, the <a>shadow root</a> is represented by <a interface>ShadowRoot</a> objects.
345345

346346
The ''::shadow'' pseudo-element must not generate boxes,
347347
unless specified otherwise in another specification.

shadow-styling/Overview.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -465,8 +465,8 @@ <h3 class="heading settled heading" data-level=6.3 id=shadow-pseudoelement><span
465465
Selecting the Shadow Root Itself: the <a class=css data-link-type=maybe href=#selectordef-shadow title=::shadow>::shadow</a> pseudo-element</span><a class=self-link href=#shadow-pseudoelement></a></h3>
466466

467467
<p> If an element has at least one <a data-link-type=dfn href=#shadow-tree title="shadow tree">shadow tree</a>,
468-
the <dfn class=css-code data-dfn-type=selector data-export="" id=selectordef-shadow>::shadow<a class=self-link href=#selectordef-shadow></a></dfn> pseudo-element selects the <a data-link-type=dfn href=#shadow-tree title="shadow trees">shadow trees</a> themselves.
469-
In HTML, the <a data-link-type=dfn href=#shadow-tree title="shadow tree">shadow tree</a> is represented by <a class=idl-code data-link-type=interface title=shadowroot>ShadowRoot</a> objects.
468+
the <dfn class=css-code data-dfn-type=selector data-export="" id=selectordef-shadow>::shadow<a class=self-link href=#selectordef-shadow></a></dfn> pseudo-element matches the <a data-link-type=dfn href=#shadow-root title="shadow roots">shadow roots</a> themselves.
469+
In HTML, the <a data-link-type=dfn href=#shadow-root title="shadow root">shadow root</a> is represented by <a class=idl-code data-link-type=interface title=shadowroot>ShadowRoot</a> objects.
470470

471471
<p> The <a class=css data-link-type=maybe href=#selectordef-shadow title=::shadow>::shadow</a> pseudo-element must not generate boxes,
472472
unless specified otherwise in another specification.

0 commit comments

Comments
 (0)