[html5] r8615 - [e] (0) Update references for CSS scoped style sheets. Fixing https://www.w3.org [...]
whatwg at whatwg.org
whatwg at whatwg.org
Wed May 7 15:28:11 PDT 2014
Author: ianh
Date: 2014-05-07 15:28:02 -0700 (Wed, 07 May 2014)
New Revision: 8615
Modified:
complete.html
index
source
Log:
[e] (0) Update references for CSS scoped style sheets.
Fixing https://www.w3.org/Bugs/Public/show_bug.cgi?id=25299
Affected topics: HTML
Modified: complete.html
===================================================================
--- complete.html 2014-05-07 22:01:11 UTC (rev 8614)
+++ complete.html 2014-05-07 22:28:02 UTC (rev 8615)
@@ -13842,7 +13842,7 @@
<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> -->
@@ -104274,9 +104274,8 @@
<dt id=refsCSSUI>[CSSUI]</dt>
<dd><cite><a href=http://dev.w3.org/csswg/css3-ui/>CSS3 Basic User Interface Module</a></cite>, T. Ç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>
Modified: index
===================================================================
--- index 2014-05-07 22:01:11 UTC (rev 8614)
+++ index 2014-05-07 22:28:02 UTC (rev 8615)
@@ -13842,7 +13842,7 @@
<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> -->
@@ -104274,9 +104274,8 @@
<dt id=refsCSSUI>[CSSUI]</dt>
<dd><cite><a href=http://dev.w3.org/csswg/css3-ui/>CSS3 Basic User Interface Module</a></cite>, T. Ç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>
Modified: source
===================================================================
--- source 2014-05-07 22:01:11 UTC (rev 8614)
+++ source 2014-05-07 22:28:02 UTC (rev 8615)
@@ -14393,7 +14393,7 @@
<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> -->
@@ -115200,9 +115200,8 @@
<dt id="refsCSSUI">[CSSUI]</dt>
<dd><cite><a href="http://dev.w3.org/csswg/css3-ui/">CSS3 Basic User Interface Module</a></cite>, T. Ç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>
More information about the Commit-Watchers
mailing list