Skip to content

Commit fa36153

Browse files
committed
[css4-background] Add not-yet-ready notice.
1 parent 477471c commit fa36153

2 files changed

Lines changed: 25 additions & 5 deletions

File tree

css4-background/Overview.html

Lines changed: 12 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -11,12 +11,12 @@
1111
<meta content="CSS Backgrounds and Borders Module Level 4"
1212
name=dcterms.title>
1313
<meta content=text name=dcterms.type>
14-
<meta content=2012-10-12 name=dcterms.issued>
14+
<meta content=2012-10-28 name=dcterms.issued>
1515
<meta content="Bert Bos" name=dcterms.creator>
1616
<meta content="Elika J. Etemad" name=dcterms.creator>
1717
<meta content="Brad Kemper" name=dcterms.creator>
1818
<meta content=W3C name=dcterms.publisher>
19-
<meta content="http://www.w3.org/TR/2012/ED-css3-background-20121012/"
19+
<meta content="http://www.w3.org/TR/2012/ED-css3-background-20121028/"
2020
name=dcterms.identifier>
2121
<link href="../default.css" rel=stylesheet type="text/css">
2222
<style type="text/css">
@@ -35,13 +35,13 @@
3535

3636
<h1>CSS Backgrounds and Borders Module Level 4</h1>
3737

38-
<h2 class="no-num no-toc" id=longstatus-date>Editor's Draft 12 October
38+
<h2 class="no-num no-toc" id=longstatus-date>Editor's Draft 28 October
3939
2012</h2>
4040

4141
<dl>
4242
<dt>This version:
4343

44-
<dd><!-- <a href="http://www.w3.org/TR/2012/CR-css3-background-20121012">http://www.w3.org/TR/2012/ED-css3-background-20121012/</a> -->
44+
<dd><!-- <a href="http://www.w3.org/TR/2012/CR-css3-background-20121028">http://www.w3.org/TR/2012/ED-css3-background-20121028/</a> -->
4545
<a
4646
href="http://dev.w3.org/csswg/css3-background">http://dev.w3.org/csswg/css3-background</a>
4747

@@ -85,7 +85,14 @@ <h2 class="no-num no-toc" id=longstatus-date>Editor's Draft 12 October
8585
<!--end-copyright-->
8686
<hr title="Separator for header">
8787
</div>
88-
88+
<details class=obsolete open=open> <summary>Not Ready For
89+
Implementation</summary>
90+
<p> This spec is not yet ready for implementation. It exists in this
91+
repository to record the ideas and promote discussion.
92+
93+
<p> Before attempting to implement this spec, please contact the CSSWG at
94+
www-style@w3.org.
95+
</details>
8996
<h2 class="no-num no-toc" id=abstract> Abstract</h2>
9097

9198
<p>CSS is a language for describing the rendering of structured documents

css4-background/Overview.src.html

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,19 @@ <h2 class="no-num no-toc">[LONGSTATUS] [DATE]</h2>
4646

4747

4848

49+
<details class=obsolete open>
50+
<summary>Not Ready For Implementation</summary>
51+
<p>
52+
This spec is not yet ready for implementation.
53+
It exists in this repository to record the ideas and promote discussion.
54+
55+
<p>
56+
Before attempting to implement this spec,
57+
please contact the CSSWG at www-style@w3.org.
58+
</details>
59+
60+
61+
4962
<h2 class="no-num no-toc" id="abstract">
5063
Abstract</h2>
5164

0 commit comments

Comments
 (0)