[html5] r8815 - [e] (0) Fix some stale links to TR/ pages to be stable links to W3C living stand [...]

whatwg at whatwg.org whatwg at whatwg.org
Wed Sep 24 15:13:32 PDT 2014


Author: ianh
Date: 2014-09-24 15:13:28 -0700 (Wed, 24 Sep 2014)
New Revision: 8815

Modified:
   complete.html
   index
   source
Log:
[e] (0) Fix some stale links to TR/ pages to be stable links to W3C living standards
Fixing https://www.w3.org/Bugs/Public/show_bug.cgi?id=26835
Affected topics: HTML

Modified: complete.html
===================================================================
--- complete.html	2014-09-24 20:14:21 UTC (rev 8814)
+++ complete.html	2014-09-24 22:13:28 UTC (rev 8815)
@@ -2457,6 +2457,9 @@
     and a missing "blue" value) cannot be parsed, as closing the open construct does not result in a
     viable value.</p>
 
+    <p>The term <dfn id=named-colour><a href=http://dev.w3.org/csswg/css-color/#named-color>named colour</a></dfn>
+    is defined in the CSS Color specification. <a href=#refsCSSCOLOR>[CSSCOLOR]</a></p>
+
     <p>The term <dfn id=css-element-reference-identifier>CSS element reference identifier</dfn> is used as defined in the <cite>CSS
     Image Values and Replaced Content</cite> specification to define the API that declares
     identifiers for use with the CSS 'element()' function. <a href=#refsCSSIMAGES>[CSSIMAGES]</a></p>
@@ -4141,8 +4144,7 @@
    string "<code>transparent</code>", then return an error.<li>
 
     <p>If <var>input</var> is an <a href=#ascii-case-insensitive id=colours:ascii-case-insensitive-2>ASCII case-insensitive</a> match for one of the
-    keywords listed in the <a href=http://www.w3.org/TR/css3-color/#svg-color>SVG color
-    keywords</a>  section of the CSS3 Color specification, then return the <a href=#simple-colour id=colours:simple-colour-5>simple
+    <span>named colours</span>, then return the <a href=#simple-colour id=colours:simple-colour-5>simple
     colour</a> corresponding to that keyword. <a href=#refsCSSCOLOR>[CSSCOLOR]</a></p>
 
     <p class=note><a href=http://www.w3.org/TR/css3-color/#css2-system>CSS2 System

Modified: index
===================================================================
--- index	2014-09-24 20:14:21 UTC (rev 8814)
+++ index	2014-09-24 22:13:28 UTC (rev 8815)
@@ -2457,6 +2457,9 @@
     and a missing "blue" value) cannot be parsed, as closing the open construct does not result in a
     viable value.</p>
 
+    <p>The term <dfn id=named-colour><a href=http://dev.w3.org/csswg/css-color/#named-color>named colour</a></dfn>
+    is defined in the CSS Color specification. <a href=#refsCSSCOLOR>[CSSCOLOR]</a></p>
+
     <p>The term <dfn id=css-element-reference-identifier>CSS element reference identifier</dfn> is used as defined in the <cite>CSS
     Image Values and Replaced Content</cite> specification to define the API that declares
     identifiers for use with the CSS 'element()' function. <a href=#refsCSSIMAGES>[CSSIMAGES]</a></p>
@@ -4141,8 +4144,7 @@
    string "<code>transparent</code>", then return an error.<li>
 
     <p>If <var>input</var> is an <a href=#ascii-case-insensitive id=colours:ascii-case-insensitive-2>ASCII case-insensitive</a> match for one of the
-    keywords listed in the <a href=http://www.w3.org/TR/css3-color/#svg-color>SVG color
-    keywords</a>  section of the CSS3 Color specification, then return the <a href=#simple-colour id=colours:simple-colour-5>simple
+    <span>named colours</span>, then return the <a href=#simple-colour id=colours:simple-colour-5>simple
     colour</a> corresponding to that keyword. <a href=#refsCSSCOLOR>[CSSCOLOR]</a></p>
 
     <p class=note><a href=http://www.w3.org/TR/css3-color/#css2-system>CSS2 System

Modified: source
===================================================================
--- source	2014-09-24 20:14:21 UTC (rev 8814)
+++ source	2014-09-24 22:13:28 UTC (rev 8815)
@@ -3157,6 +3157,9 @@
     and a missing "blue" value) cannot be parsed, as closing the open construct does not result in a
     viable value.</p>
 
+    <p>The term <dfn data-x-href="http://dev.w3.org/csswg/css-color/#named-color">named colour</dfn>
+    is defined in the CSS Color specification. <ref spec=CSSCOLOR></p>
+
     <p>The term <dfn>CSS element reference identifier</dfn> is used as defined in the <cite>CSS
     Image Values and Replaced Content</cite> specification to define the API that declares
     identifiers for use with the CSS 'element()' function. <ref spec=CSSIMAGES></p>
@@ -6131,9 +6134,7 @@
    <li>
 
     <p>If <var>input</var> is an <span>ASCII case-insensitive</span> match for one of the
-    keywords listed in the <a href="http://www.w3.org/TR/css3-color/#svg-color">SVG color
-    keywords</a> <!-- or <a href="http://www.w3.org/TR/css3-color/#css2-system">CSS2 System
-    Colors</a> --> section<!--s--> of the CSS3 Color specification, then return the <span>simple
+    <span>named colours</span>, then return the <span>simple
     colour</span> corresponding to that keyword. <ref spec=CSSCOLOR></p>
 
     <p class="note"><a



More information about the Commit-Watchers mailing list