Skip to content

Commit cbebf2f

Browse files
committed
some pubrules updates for PR
1 parent 58a5c83 commit cbebf2f

1 file changed

Lines changed: 4 additions & 20 deletions

File tree

css3-color/Overview.src.html

Lines changed: 4 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<!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">
33
<html lang="en">
44
<head>
55
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
@@ -49,7 +49,7 @@
4949
h6 {font-size:110%}
5050
</style>
5151
<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">
5353
</head>
5454

5555
<body>
@@ -152,8 +152,8 @@ <h2 class="no-num no-toc" id="status">Status of This Document</h2>
152152

153153
<p><em>Advisory Committee representatives of W3C member
154154
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>
157157
</p>
158158

159159
<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>
16691669
background: white;
16701670
}
16711671

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-
-->
16881672

16891673
/* traditional desktop user agent colors for hyperlinks */
16901674
:link { color: blue; }

0 commit comments

Comments
 (0)