Skip to content

Commit 97655ac

Browse files
committed
Switched the obsoletion notice to a <details> so it's dismissable.
1 parent 4dc1e0a commit 97655ac

2 files changed

Lines changed: 14 additions & 13 deletions

File tree

css3-content/Overview.html

Lines changed: 9 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
FIXME when publishing: copy the current default.css and link to
1212
"default.css" rather than "../default.css"
1313
-->
14-
<link href="../default.css" rel=stylesheet type="text/css">
14+
<link href="../css-module/default.css" rel=stylesheet type="text/css">
1515
<link href="http://www.w3.org/StyleSheets/TR/W3C-ED.css" rel=stylesheet
1616
type="text/css">
1717
</head>
@@ -36,7 +36,7 @@
3636

3737
<h1>CSS Generated Content Module Level 3</h1>
3838

39-
<h2 class="no-num no-toc" id=longstatus-date>Editor's Draft 26 October
39+
<h2 class="no-num no-toc" id=longstatus-date>Editor's Draft 9 November
4040
2011</h2>
4141

4242
<dl>
@@ -45,7 +45,7 @@ <h2 class="no-num no-toc" id=longstatus-date>Editor's Draft 26 October
4545
<dd><a
4646
href="http://dev.w3.org/csswg/css3-content/">http://dev.w3.org/csswg/css3-content/</a></dd>
4747
<!-- <dd><a
48-
href="2011/ED-css3-content-20111026">2011/ED-css3-content-20111026</a></dd> -->
48+
href="2011/ED-css3-content-20111109">2011/ED-css3-content-20111109</a></dd> -->
4949

5050
<dt>Latest version:
5151

@@ -89,18 +89,16 @@ <h2 class="no-num no-toc" id=longstatus-date>Editor's Draft 26 October
8989
<!--end-copyright-->
9090
<hr title="Separator for header">
9191
</div>
92-
93-
<p
94-
style="background: #fdd; color: red; font-weight: bold; text-align: center; padding: .5em; border: thick solid red; border-radius: 1em; position: fixed; bottom: 1em; left: 1em; right: 1em;">This
95-
specification is not being actively maintained, and should not be used as
96-
a guide for implementations. It may be revived in the future, but for now
97-
should be considered obsolete. <br>
92+
<details class=obsolete open> <summary>Obsoletion Notice</summary>
93+
<p>This specification is not being actively maintained, and should not be
94+
used as a guide for implementations. It may be revived in the future, but
95+
for now should be considered obsolete. <br>
9896
If you have questions or comments on this specification, please send an
9997
email to the CSS Working Group's mailing list at <a
10098
href="mailto:www-style@w3.org">www-style@w3.org</a>. (Before sending mail
10199
for the first time, you have to subscribe at <a
102-
href="http://lists.w3.org/Archives/Public/www-style/">http://lists.w3.org/Archives/Public/www-style/</a>.)
103-
100+
href="http://lists.w3.org/Archives/Public/www-style/">http://lists.w3.org/Archives/Public/www-style/</a>.)</p>
101+
</details>
104102
<h2 class="no-num no-toc" id=abstract>Abstract</h2>
105103

106104
<p>This CSS3 Module describes how to insert and move content around a

css3-content/Overview.src.html

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
FIXME when publishing: copy the current default.css and link to
99
"default.css" rather than "../default.css"
1010
-->
11-
<link rel="stylesheet" type="text/css" href="../default.css">
11+
<link rel="stylesheet" type="text/css" href="../css-module/default.css">
1212
<link rel="stylesheet" type="text/css" href="http://www.w3.org/StyleSheets/TR/W3C-ED.css">
1313
</head>
1414

@@ -55,7 +55,10 @@ <h2 class="no-num no-toc">[LONGSTATUS] [DATE]</h2>
5555
<hr title="Separator for header">
5656
</div>
5757

58-
<p style="background: #fdd; color: red; font-weight: bold; text-align: center; padding: .5em; border: thick solid red; border-radius: 1em; position: fixed; bottom: 1em; left: 1em; right: 1em;">This specification is not being actively maintained, and should not be used as a guide for implementations. It may be revived in the future, but for now should be considered obsolete. <br>If you have questions or comments on this specification, please send an email to the CSS Working Group's mailing list at <a href="mailto:www-style@w3.org">www-style@w3.org</a>. (Before sending mail for the first time, you have to subscribe at <a href="http://lists.w3.org/Archives/Public/www-style/">http://lists.w3.org/Archives/Public/www-style/</a>.)</p>
58+
<details open class='obsolete'>
59+
<summary>Obsoletion Notice</summary>
60+
<p>This specification is not being actively maintained, and should not be used as a guide for implementations. It may be revived in the future, but for now should be considered obsolete. <br>If you have questions or comments on this specification, please send an email to the CSS Working Group's mailing list at <a href="mailto:www-style@w3.org">www-style@w3.org</a>. (Before sending mail for the first time, you have to subscribe at <a href="http://lists.w3.org/Archives/Public/www-style/">http://lists.w3.org/Archives/Public/www-style/</a>.)</p>
61+
</details>
5962

6063
<h2 class="no-num no-toc" id="abstract">Abstract</h2>
6164

0 commit comments

Comments
 (0)