Skip to content

Commit

Permalink
[e] (0) Fix some stale links to TR/ pages to be stable links to W3C l…
Browse files Browse the repository at this point in the history
…iving standards

Fixing https://www.w3.org/Bugs/Public/show_bug.cgi?id=26835
Affected topics: HTML

git-svn-id: https://svn.whatwg.org/webapps@8815 340c8d12-0b0e-0410-8428-c7bf67bfef74
  • Loading branch information
Hixie committed Sep 24, 2014
1 parent 3efd584 commit d562022
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 7 deletions.
6 changes: 4 additions & 2 deletions complete.html
Expand Up @@ -2457,6 +2457,9 @@ <h4 id=dependencies>2.2.2 Dependencies</h4>
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>
Expand Down Expand Up @@ -4141,8 +4144,7 @@ <h4 id=colours>2.4.6 Colours</h4>
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
Expand Down
6 changes: 4 additions & 2 deletions index
Expand Up @@ -2457,6 +2457,9 @@ a.setAttribute('href', 'http://example.com/'); // change the content attribute d
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>
Expand Down Expand Up @@ -4141,8 +4144,7 @@ a.setAttribute('href', 'http://example.com/'); // change the content attribute d
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
Expand Down
7 changes: 4 additions & 3 deletions source
Expand Up @@ -3157,6 +3157,9 @@ a.setAttribute('href', 'http://example.com/'); // change the content attribute d
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>
Expand Down Expand Up @@ -6131,9 +6134,7 @@ a.setAttribute('href', 'http://example.com/'); // change the content attribute d
<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
Expand Down

0 comments on commit d562022

Please sign in to comment.