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.
--- 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
*/