- From: Ian Hickson via cvs-syncmail <cvsmail@w3.org>
- Date: Mon, 24 Aug 2009 10:00:05 +0000
- To: public-html-commits@w3.org
Update of /sources/public/html5/spec
In directory hutz:/tmp/cvs-serv2911
Modified Files:
Overview.html
Log Message:
Add automated status annotations to W3C version of the spec.
Index: Overview.html
===================================================================
RCS file: /sources/public/html5/spec/Overview.html,v
retrieving revision 1.2845
retrieving revision 1.2846
diff -u -d -r1.2845 -r1.2846
--- Overview.html 24 Aug 2009 08:42:17 -0000 1.2845
+++ Overview.html 24 Aug 2009 10:00:01 -0000 1.2846
@@ -96,6 +96,11 @@
.XXX { color: #E50000; background: white; border: solid red; padding: 0.5em; margin: 1em 0; }
.XXX > :first-child { margin-top: 0; }
p .XXX { line-height: 3em; }
+ .annotation { border: solid thin black; background: #0C479D; color: white; position: relative; margin: 8px 0 20px 0; }
+ .annotation:before { position: absolute; left: 0; top: 0; width: 100%; height: 100%; margin: 6px -6px -6px 6px; background: #333333; z-index: -1; content: ''; }
+ .annotation :link, .annotation :visited { color: inherit; }
+ .annotation :link:hover, .annotation :visited:hover { background: transparent; }
+ .annotation span { border: none ! important; }
.note { color: green; background: transparent; font-family: sans-serif; }
.warning { color: red; background: transparent; }
.note, .warning { font-weight: bolder; font-style: italic; }
[...2315 lines suppressed...]
<th> Categories
<th> Parents
@@ -67077,7 +67082,7 @@
<tbody><tr><td class="XXX" colspan="1"> ...
<tr><td> <code title="event-load"><a href="#event-load">load</a></code>
<tr><td class="XXX" colspan="1"> ...
- </table><h2 class="no-num" id="references">References</h2><!--REFS--><p>All references are normative unless marked "Non-normative".<dl><dt id="refsGRAPHICS">[GRAPHICS]</dt>
+ </table><h2 class="no-num" id="references">References</h2><p class="XXX annotation"><b>Status: </b><i>First draft</i></p><!--REFS--><p>All references are normative unless marked "Non-normative".<dl><dt id="refsGRAPHICS">[GRAPHICS]</dt>
<dd>(Non-normative) <cite>Computer Graphics: Principles and
Practice in C</cite>, Second Edition, J. Foley, A. van Dam,
S. Feiner, J. Hughes. Addison-Wesley, July 1995. ISBN
@@ -67667,7 +67672,7 @@
Transformations (XSLT) Version 1.0</a></cite>, J. Clark. W3C,
November 1999.</dd>
- </dl><h2 class="no-num" id="acknowledgements">Acknowledgements</h2><!-- ACKS --><p>Thanks to
+ </dl><h2 class="no-num" id="acknowledgements">Acknowledgements</h2><p class="XXX annotation"><b>Status: </b><i>Being edited right now</i></p><!-- ACKS --><p>Thanks to
Aankhen,
Aaron Boodman,
Received on Monday, 24 August 2009 10:00:16 UTC