Skip to content

Commit c2d26b8

Browse files
committed
[css-scoping] merge
2 parents df4e5ca + d6fb4be commit c2d26b8

2 files changed

Lines changed: 5 additions & 5 deletions

File tree

css-scoping/Overview.bs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -383,8 +383,8 @@ Selecting Into the Dark: the ''::shadow'' pseudo-element</h4>
383383
If one wanted to target ''#not-top'',
384384
one way to do it would be with ''x-foo::shadow > div > span''.
385385
However, this introduces a strong dependency on the internal structure of the component;
386-
in most cases, it's better to use the ''/shadow/'' combinator,
387-
like ''x-foo /shadow/ span'',
386+
in most cases, it's better to use the descendant combinator,
387+
like ''x-foo::shadow span'',
388388
to select all the elements of some type in the <a>shadow tree</a>.
389389
</div>
390390

css-scoping/Overview.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@
5454
</p>
5555
<h1 class="p-name no-ref" id=title>CSS Scoping Module Level 1</h1>
5656
<h2 class="no-num no-toc no-ref heading settled heading" id=subtitle><span class=content>Editor’s Draft,
57-
<span class=dt-updated><span class=value-title title=20140322>22 March 2014</span></span></span></h2>
57+
<span class=dt-updated><span class=value-title title=20140324>24 March 2014</span></span></span></h2>
5858
<div data-fill-with=spec-metadata><dl><dt>This version:<dd><a class=u-url href=http://dev.w3.org/csswg/shadow-styling>http://dev.w3.org/csswg/shadow-styling</a><dt>Editor’s Draft:<dd><a href=http://dev.w3.org/csswg/shadow-styling>http://dev.w3.org/csswg/shadow-styling</a>
5959
<dt>Feedback:</dt>
6060
<dd><a href="mailto:www-style@w3.org?subject=%5Bcss-scoping%5D%20feedback">www-style@w3.org</a>
@@ -507,8 +507,8 @@ <h4 class="heading settled heading" data-level=3.2.2 id=shadow-pseudoelement><sp
507507
<p> If one wanted to target <span class=css data-link-type=maybe title=#not-top>#not-top</span>,
508508
one way to do it would be with <span class=css data-link-type=maybe title="x-foo::shadow > div > span">x-foo::shadow &gt; div &gt; span</span>.
509509
However, this introduces a strong dependency on the internal structure of the component;
510-
in most cases, it’s better to use the <span class=css data-link-type=maybe title=/shadow/>/shadow/</span> combinator,
511-
like <span class=css data-link-type=maybe title="x-foo /shadow/ span">x-foo /shadow/ span</span>,
510+
in most cases, it’s better to use the descendant combinator,
511+
like <span class=css data-link-type=maybe title="x-foo::shadow span">x-foo::shadow span</span>,
512512
to select all the elements of some type in the <a data-link-type=dfn href=#shadow-tree title="shadow tree">shadow tree</a>.
513513
</div>
514514

0 commit comments

Comments
 (0)