Skip to content

Commit

Permalink
[e] (0) Update references for CSS scoped style sheets.
Browse files Browse the repository at this point in the history
Fixing https://www.w3.org/Bugs/Public/show_bug.cgi?id=25299
Affected topics: HTML

git-svn-id: http://svn.whatwg.org/webapps@8615 340c8d12-0b0e-0410-8428-c7bf67bfef74
  • Loading branch information
Hixie committed May 7, 2014
1 parent 0ff129d commit 06ba44b
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 9 deletions.
5 changes: 2 additions & 3 deletions complete.html
Expand Up @@ -13842,7 +13842,7 @@ <h4 id=the-style-element><span class=secno>4.2.6 </span>The <dfn><code>style</co
<code><a href=#the-head-element>head</a></code> of the document.</p>

<p>A style sheet declared by a <code><a href=#the-style-element>style</a></code> element that has a <code title=attr-style-scoped><a href=#attr-style-scoped>scoped</a></code> attribute and has a parent node that is an element is
<i>scoped</i>, with the <i>scoping element</i> being the <code><a href=#the-style-element>style</a></code> element's parent
<i>scoped</i>, with the <i>scoping root</i> being the <code><a href=#the-style-element>style</a></code> element's parent
element. <a href=#refsCSSSCOPED>[CSSSCOPED]</a></p>

<!-- <p class="note">Currently, this is only defined for CSS.</p> -->
Expand Down Expand Up @@ -104274,9 +104274,8 @@ <h2 class=no-num id=references>References</h2><!--REFS-->
<dt id=refsCSSUI>[CSSUI]</dt>
<dd><cite><a href=http://dev.w3.org/csswg/css3-ui/>CSS3 Basic User Interface Module</a></cite>, T. &Ccedil;elik. W3C.</dd>

<!-- one day this reference will exist! then we can update this! -->
<dt id=refsCSSSCOPED>[CSSSCOPED]</dt>
<dd><cite>CSS Scoped Style Sheets</cite>, T. Atkins. Your Imagination.</dd>
<dd><cite><a href=http://dev.w3.org/csswg/css-scoping/>CSS Scoping</a></cite>, T. Atkins, E. Etemad. W3C.</dd>

<dt id=refsCSSSYNTAX>[CSSSYNTAX]</dt>
<dd><cite><a href=http://dev.w3.org/csswg/css-syntax/>CSS Syntax</a></cite>, T. Atkins, S. Sapin. W3C.</dd>
Expand Down
5 changes: 2 additions & 3 deletions index
Expand Up @@ -13842,7 +13842,7 @@ people expect to have work and what is necessary.
<code><a href=#the-head-element>head</a></code> of the document.</p>

<p>A style sheet declared by a <code><a href=#the-style-element>style</a></code> element that has a <code title=attr-style-scoped><a href=#attr-style-scoped>scoped</a></code> attribute and has a parent node that is an element is
<i>scoped</i>, with the <i>scoping element</i> being the <code><a href=#the-style-element>style</a></code> element's parent
<i>scoped</i>, with the <i>scoping root</i> being the <code><a href=#the-style-element>style</a></code> element's parent
element. <a href=#refsCSSSCOPED>[CSSSCOPED]</a></p>

<!-- <p class="note">Currently, this is only defined for CSS.</p> -->
Expand Down Expand Up @@ -104274,9 +104274,8 @@ if (s = prompt('What is your name?')) {
<dt id=refsCSSUI>[CSSUI]</dt>
<dd><cite><a href=http://dev.w3.org/csswg/css3-ui/>CSS3 Basic User Interface Module</a></cite>, T. &Ccedil;elik. W3C.</dd>

<!-- one day this reference will exist! then we can update this! -->
<dt id=refsCSSSCOPED>[CSSSCOPED]</dt>
<dd><cite>CSS Scoped Style Sheets</cite>, T. Atkins. Your Imagination.</dd>
<dd><cite><a href=http://dev.w3.org/csswg/css-scoping/>CSS Scoping</a></cite>, T. Atkins, E. Etemad. W3C.</dd>

<dt id=refsCSSSYNTAX>[CSSSYNTAX]</dt>
<dd><cite><a href=http://dev.w3.org/csswg/css-syntax/>CSS Syntax</a></cite>, T. Atkins, S. Sapin. W3C.</dd>
Expand Down
5 changes: 2 additions & 3 deletions source
Expand Up @@ -14393,7 +14393,7 @@ people expect to have work and what is necessary.

<p>A style sheet declared by a <code>style</code> element that has a <code
data-x="attr-style-scoped">scoped</code> attribute and has a parent node that is an element is
<i>scoped</i>, with the <i>scoping element</i> being the <code>style</code> element's parent
<i>scoped</i>, with the <i>scoping root</i> being the <code>style</code> element's parent
element. <a href="#refsCSSSCOPED">[CSSSCOPED]</a></p>

<!-- <p class="note">Currently, this is only defined for CSS.</p> -->
Expand Down Expand Up @@ -115200,9 +115200,8 @@ if (s = prompt('What is your name?')) {
<dt id="refsCSSUI">[CSSUI]</dt>
<dd><cite><a href="http://dev.w3.org/csswg/css3-ui/">CSS3 Basic User Interface Module</a></cite>, T. &Ccedil;elik. W3C.</dd>

<!-- one day this reference will exist! then we can update this! -->
<dt id="refsCSSSCOPED">[CSSSCOPED]</dt>
<dd><cite>CSS Scoped Style Sheets</cite>, T. Atkins. Your Imagination.</dd>
<dd><cite><a href="http://dev.w3.org/csswg/css-scoping/">CSS Scoping</a></cite>, T. Atkins, E. Etemad. W3C.</dd>

<dt id="refsCSSSYNTAX">[CSSSYNTAX]</dt>
<dd><cite><a href="http://dev.w3.org/csswg/css-syntax/">CSS Syntax</a></cite>, T. Atkins, S. Sapin. W3C.</dd>
Expand Down

0 comments on commit 06ba44b

Please sign in to comment.