|
1 | 1 | <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" |
2 | | - "http://www.w3.org/TR/REC-html40/strict.dtd"> |
| 2 | + "http://www.w3.org/TR/1998/REC-html40-19980424/strict.dtd"> |
3 | 3 | <html lang="en"> |
4 | 4 | <head> |
5 | 5 | <meta http-equiv="Content-Type" content="text/html; charset=utf-8"> |
|
49 | 49 | h6 {font-size:110%} |
50 | 50 | </style> |
51 | 51 | <link rel="stylesheet" type="text/css" |
52 | | - href="http://www.w3.org/StyleSheets/TR/W3C-ED"> |
| 52 | + href="http://www.w3.org/StyleSheets/TR/W3C-PR"> |
53 | 53 | </head> |
54 | 54 |
|
55 | 55 | <body> |
@@ -152,8 +152,8 @@ <h2 class="no-num no-toc" id="status">Status of This Document</h2> |
152 | 152 |
|
153 | 153 | <p><em>Advisory Committee representatives of W3C member |
154 | 154 | organizations are requested to fill in |
155 | | -the <a href="/2002/09/wbs/33280/css3-color-PR/"> review form</a> |
156 | | -before PR-REVIEW-DEADLINE-DD-MONTH-YYYY.</em> |
| 155 | +the <a href="http://www.w3.org/2002/09/wbs/33280/css3color/"> review form</a> |
| 156 | +before 2010-Nov-25.</em> |
157 | 157 | </p> |
158 | 158 |
|
159 | 159 | <h2 class="no-num no-toc" id="contents">Table of Contents</h2> |
@@ -1669,22 +1669,6 @@ <h2 id="sample">Sample style sheet for (X)HTML</h2> |
1669 | 1669 | background: white; |
1670 | 1670 | } |
1671 | 1671 |
|
1672 | | -<!-- /* attr() dropped from CSS3 Color, thus it no longer depends on CSS3VAL */ |
1673 | | -body[text] { |
1674 | | - /* using attr() syntax from [[CSS3VAL]] */ |
1675 | | - color: attr(text,color); |
1676 | | -} |
1677 | | -
|
1678 | | -body[bgcolor],table[bgcolor],tr[bgcolor],td[bgcolor],th[bgcolor] { |
1679 | | - /* using attr() syntax from [[CSS3VAL]] */ |
1680 | | - background-color: attr(bgcolor,color); |
1681 | | -} |
1682 | | -
|
1683 | | -font[color] { |
1684 | | - /* using attr() syntax from [[CSS3VAL]] */ |
1685 | | - color: attr(color,color); |
1686 | | -} |
1687 | | ---> |
1688 | 1672 |
|
1689 | 1673 | /* traditional desktop user agent colors for hyperlinks */ |
1690 | 1674 | :link { color: blue; } |
|
0 commit comments