Skip to content

Commit 8fe09b1

Browse files
committed
[shadow-styling] Fix typo. Move source file location.
--HG-- rename : shadow-styling/Overview.src.html => shadow-styling/Overview.bs
1 parent 906bd22 commit 8fe09b1

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -170,7 +170,7 @@ <h3 id='shadow-combinator'>
170170
</div>
171171

172172
<h3 id='shadow-all-combinator'>
173-
Selecting All Elements In A Shadow Tree: the ''/shadow-all'' combinator</h3>
173+
Selecting All Elements In A Shadow Tree: the ''/shadow-all/'' combinator</h3>
174174

175175
When a <dfn selector>/shadow-all/</dfn> combinator is encountered in a selector,
176176
first filter the <a>selector match list</a> to only include elements with <a>shadow trees</a>.

shadow-styling/Overview.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -115,7 +115,7 @@ <h2 class="no-num no-toc no-ref heading settled heading" id=contents><span class
115115
Host Elements in a Shadow Tree</a></ul><li><a href=#inheritance><span class=secno>4</span>
116116
Shadow DOM Combinators</a><ul class=toc><li><a href=#shadow-combinator><span class=secno>4.1</span>
117117
Selecting Into A Shadow Tree: the <span class=css data-link-type=maybe title=/shadow/>/shadow/</span> combinator</a><li><a href=#shadow-all-combinator><span class=secno>4.2</span>
118-
Selecting All Elements In A Shadow Tree: the <span class=css data-link-type=maybe title=/shadow-all>/shadow-all</span> combinator</a><li><a href=#shadow-deep-combinator><span class=secno>4.3</span>
118+
Selecting All Elements In A Shadow Tree: the <span class=css data-link-type=maybe title=/shadow-all/>/shadow-all/</span> combinator</a><li><a href=#shadow-deep-combinator><span class=secno>4.3</span>
119119
Selecting Through All Shadows: the <span class=css data-link-type=maybe title=/shadow-deep/>/shadow-deep/</span> combinator</a><li><a href=#content-combinator><span class=secno>4.4</span>
120120
Selecting Distributed Elements: the <span class=css data-link-type=maybe title=/content/>/content/</span> combinator</a></ul><li><a href=#selectors><span class=secno>5</span>
121121
Shadow DOM Selectors</a><ul class=toc><li><a href=#top-selector><span class=secno>5.1</span>
@@ -295,7 +295,7 @@ <h3 class="heading settled heading" data-level=4.1 id=shadow-combinator><span cl
295295
</div>
296296

297297
<h3 class="heading settled heading" data-level=4.2 id=shadow-all-combinator><span class=secno>4.2 </span><span class=content>
298-
Selecting All Elements In A Shadow Tree: the <span class=css data-link-type=maybe title=/shadow-all>/shadow-all</span> combinator</span><a class=self-link href=#shadow-all-combinator></a></h3>
298+
Selecting All Elements In A Shadow Tree: the <a class=css data-link-type=maybe href=#selectordef-shadow-all title=/shadow-all/>/shadow-all/</a> combinator</span><a class=self-link href=#shadow-all-combinator></a></h3>
299299

300300
<p> When a <dfn class=css-code data-dfn-type=selector data-export="" id=selectordef-shadow-all>/shadow-all/<a class=self-link href=#selectordef-shadow-all></a></dfn> combinator is encountered in a selector,
301301
first filter the <a data-link-type=dfn href=http://dev.w3.org/csswg/selectors-4/#selector-match-list title="selector match list">selector match list</a> to only include elements with <a data-link-type=dfn href=#shadow-tree title="shadow trees">shadow trees</a>.

0 commit comments

Comments
 (0)