- From: Tab Atkins Jr.. via cvs-syncmail <cvsmail@w3.org>
- Date: Wed, 09 Nov 2011 20:52:43 +0000
- To: public-css-commits@w3.org
Update of /sources/public/csswg/css3-content
In directory hutz:/tmp/cvs-serv9664
Modified Files:
Overview.html Overview.src.html
Log Message:
Switched the obsoletion notice to a <details> so it's dismissable.
Index: Overview.html
===================================================================
RCS file: /sources/public/csswg/css3-content/Overview.html,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -d -r1.6 -r1.7
--- Overview.html 26 Oct 2011 22:04:55 -0000 1.6
+++ Overview.html 9 Nov 2011 20:52:40 -0000 1.7
@@ -11,7 +11,7 @@
FIXME when publishing: copy the current default.css and link to
"default.css" rather than "../default.css"
-->
- <link href="../default.css" rel=stylesheet type="text/css">
+ <link href="../css-module/default.css" rel=stylesheet type="text/css">
<link href="http://www.w3.org/StyleSheets/TR/W3C-ED.css" rel=stylesheet
type="text/css">
</head>
@@ -36,7 +36,7 @@
<h1>CSS Generated Content Module Level 3</h1>
- <h2 class="no-num no-toc" id=longstatus-date>Editor's Draft 26 October
+ <h2 class="no-num no-toc" id=longstatus-date>Editor's Draft 9 November
2011</h2>
<dl>
@@ -45,7 +45,7 @@
<dd><a
href="http://dev.w3.org/csswg/css3-content/">http://dev.w3.org/csswg/css3-content/</a></dd>
<!-- <dd><a
- href="2011/ED-css3-content-20111026">2011/ED-css3-content-20111026</a></dd> -->
+ href="2011/ED-css3-content-20111109">2011/ED-css3-content-20111109</a></dd> -->
<dt>Latest version:
@@ -89,18 +89,16 @@
<!--end-copyright-->
<hr title="Separator for header">
</div>
-
- <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>
+ <details class=obsolete open> <summary>Obsoletion Notice</summary>
+ <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>.)
-
+ href="http://lists.w3.org/Archives/Public/www-style/">http://lists.w3.org/Archives/Public/www-style/</a>.)</p>
+ </details>
<h2 class="no-num no-toc" id=abstract>Abstract</h2>
<p>This CSS3 Module describes how to insert and move content around a
Index: Overview.src.html
===================================================================
RCS file: /sources/public/csswg/css3-content/Overview.src.html,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -d -r1.5 -r1.6
--- Overview.src.html 26 Oct 2011 22:04:55 -0000 1.5
+++ Overview.src.html 9 Nov 2011 20:52:41 -0000 1.6
@@ -8,7 +8,7 @@
FIXME when publishing: copy the current default.css and link to
"default.css" rather than "../default.css"
-->
- <link rel="stylesheet" type="text/css" href="../default.css">
+ <link rel="stylesheet" type="text/css" href="../css-module/default.css">
<link rel="stylesheet" type="text/css" href="http://www.w3.org/StyleSheets/TR/W3C-ED.css">
</head>
@@ -55,7 +55,10 @@
<hr title="Separator for header">
</div>
-<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>
+<details open class='obsolete'>
+ <summary>Obsoletion Notice</summary>
+ <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>
+</details>
<h2 class="no-num no-toc" id="abstract">Abstract</h2>
Received on Wednesday, 9 November 2011 20:52:45 UTC