Mark the entire spec as unreviewed (background light red), and add ready-for-wg-review (background light yellow) and ready-for-wider-review (background white) classes. NOREVIEW.
authorJonathan Watt <jwatt@mozilla.com>
Wed, 03 Aug 2011 14:44:54 +0100
changeset 5 9205059d6889
parent 4 e7fbf4b26cd6
child 6 718aceb6f004
Mark the entire spec as unreviewed (background light red), and add ready-for-wg-review (background light yellow) and ready-for-wider-review (background white) classes. NOREVIEW.
master/style/svg-style.css
--- a/master/style/svg-style.css	Sun Jul 31 12:47:53 2011 +0100
+++ b/master/style/svg-style.css	Wed Aug 03 14:44:54 2011 +0100
@@ -1,6 +1,24 @@
 @charset "UTF-8";
 
 /*
+ * Temporary styles for use only while the spec is in development:
+ */
+
+body, h1, h2, h3 {
+    /* mark everything as not yet reviewed */
+    background-color: #FFEEEE ! important;
+}
+
+.ready-for-wg-review {
+    background-color: #FBFBB6 ! important;
+}
+
+.ready-for-wider-review {
+    background-color: white ! important;
+}
+
+
+/*
  * Style sheet for SVG specification
  */