html5/spec acknowledgements.html,1.1049,1.1050 apis-in-html-documents.html,1.26,1.27 association-of-controls-and-forms.html,1.46,1.47 browsers.html,1.1020,1.1021 commands.html,1.21,1.22 common-dom-interfaces.html,1.31,1.32 common-input-element-attributes.html,1.25,1.26 common-microsyntaxes.html,1.28,1.29 content-models.html,1.38,1.39 dnd.html,1.33,1.34 dom.html,1.1025,1.1026 editing.html,1.1017,1.1018 edits.html,1.20,1.21 elements.html,1.30,1.31 embedded-content-1.html,1.30,1.31 fetching-resources.html,1.26,1.27 forms.html,1.1015,1.1016 grouping-content.html,1.24,1.25 history.html,1.1018,1.1019 iana.html,1.342,1.343 index.html,1.1025,1.1026 infrastructure.html,1.1035,1.1036 interactive-elements.html,1.1018,1.1019 introduction.html,1.1016,1.1017 links.html,1.39,1.40 named-character-references.html,1.999,1.1000 namespaces.html,1.19,1.20 number-state.html,1.26,1.27 obsolete.html,1.1011,1.1012 offline.html,1.1013,1.1014 origin-0.html,1.18,1.19 parsing.html,1.40,1.41 references.html,1.1020,1.1021 render

Update of /sources/public/html5/spec
In directory hutz:/tmp/cvs-serv24059

Modified Files:
	acknowledgements.html apis-in-html-documents.html 
	association-of-controls-and-forms.html browsers.html 
	commands.html common-dom-interfaces.html 
	common-input-element-attributes.html common-microsyntaxes.html 
	content-models.html dnd.html dom.html editing.html edits.html 
	elements.html embedded-content-1.html fetching-resources.html 
	forms.html grouping-content.html history.html iana.html 
	index.html infrastructure.html interactive-elements.html 
	introduction.html links.html named-character-references.html 
	namespaces.html number-state.html obsolete.html offline.html 
	origin-0.html parsing.html references.html rendering.html 
	scripting-1.html sections.html semantics.html spec.html 
	states-of-the-type-attribute.html syntax.html 
	tabular-data.html text-level-semantics.html 
	the-button-element.html the-canvas-element.html the-end.html 
	the-iframe-element.html the-input-element.html 
	the-map-element.html the-xhtml-syntax.html timers.html 
	tokenization.html urls.html video.html webappapis.html 
Log Message:
allow warning to be closed

[updated by splitter]


Index: infrastructure.html
===================================================================
RCS file: /sources/public/html5/spec/infrastructure.html,v
retrieving revision 1.1035
retrieving revision 1.1036
diff -u -d -r1.1035 -r1.1036
--- infrastructure.html	5 Nov 2010 11:28:22 -0000	1.1035
+++ infrastructure.html	11 Nov 2010 01:47:00 -0000	1.1036
@@ -209,6 +209,17 @@
    .stability strong {
      display: block;
    }
+   .stability input {
+     appearance: none; margin: 0; border: 0; padding: 0.25em 0.5em; background: transparent; color: black;
+     position: absolute; top: -0.5em; right: 0; font: 1.25em sans-serif; text-align: center;
+   }
+   .stability input:hover {
+     color: white;
+     text-shadow: 0 0 2px black;
+   }
+   .stability input:active {
+     padding: 0.3em 0.45em 0.2em 0.55em;
+   }
    .stability :link, .stability :visited,
    .stability :link:hover, .stability :visited:hover {
      background: transparent;

Index: text-level-semantics.html
===================================================================
RCS file: /sources/public/html5/spec/text-level-semantics.html,v
retrieving revision 1.1018
retrieving revision 1.1019
diff -u -d -r1.1018 -r1.1019
--- text-level-semantics.html	11 Nov 2010 01:16:50 -0000	1.1018
+++ text-level-semantics.html	11 Nov 2010 01:47:02 -0000	1.1019
@@ -209,6 +209,17 @@
    .stability strong {
      display: block;
    }
+   .stability input {
+     appearance: none; margin: 0; border: 0; padding: 0.25em 0.5em; background: transparent; color: black;
+     position: absolute; top: -0.5em; right: 0; font: 1.25em sans-serif; text-align: center;
+   }
+   .stability input:hover {
+     color: white;
+     text-shadow: 0 0 2px black;
+   }
+   .stability input:active {
+     padding: 0.3em 0.45em 0.2em 0.55em;
+   }
    .stability :link, .stability :visited,
    .stability :link:hover, .stability :visited:hover {
      background: transparent;

Index: scripting-1.html
===================================================================
RCS file: /sources/public/html5/spec/scripting-1.html,v
retrieving revision 1.33
retrieving revision 1.34
diff -u -d -r1.33 -r1.34
--- scripting-1.html	5 Nov 2010 11:28:24 -0000	1.33
+++ scripting-1.html	11 Nov 2010 01:47:01 -0000	1.34
@@ -209,6 +209,17 @@
    .stability strong {
      display: block;
    }
+   .stability input {
+     appearance: none; margin: 0; border: 0; padding: 0.25em 0.5em; background: transparent; color: black;
+     position: absolute; top: -0.5em; right: 0; font: 1.25em sans-serif; text-align: center;
+   }
+   .stability input:hover {
+     color: white;
+     text-shadow: 0 0 2px black;
+   }
+   .stability input:active {
+     padding: 0.3em 0.45em 0.2em 0.55em;
+   }
    .stability :link, .stability :visited,
    .stability :link:hover, .stability :visited:hover {
      background: transparent;

Index: the-map-element.html
===================================================================
RCS file: /sources/public/html5/spec/the-map-element.html,v
retrieving revision 1.29
retrieving revision 1.30
diff -u -d -r1.29 -r1.30
--- the-map-element.html	5 Nov 2010 11:28:25 -0000	1.29
+++ the-map-element.html	11 Nov 2010 01:47:02 -0000	1.30
@@ -209,6 +209,17 @@
    .stability strong {
      display: block;
    }
+   .stability input {
+     appearance: none; margin: 0; border: 0; padding: 0.25em 0.5em; background: transparent; color: black;
+     position: absolute; top: -0.5em; right: 0; font: 1.25em sans-serif; text-align: center;
+   }
+   .stability input:hover {
+     color: white;
+     text-shadow: 0 0 2px black;
+   }
+   .stability input:active {
+     padding: 0.3em 0.45em 0.2em 0.55em;
+   }
    .stability :link, .stability :visited,
    .stability :link:hover, .stability :visited:hover {
      background: transparent;

Index: the-canvas-element.html
===================================================================
RCS file: /sources/public/html5/spec/the-canvas-element.html,v
retrieving revision 1.879
retrieving revision 1.880
diff -u -d -r1.879 -r1.880
--- the-canvas-element.html	5 Nov 2010 11:28:25 -0000	1.879
+++ the-canvas-element.html	11 Nov 2010 01:47:02 -0000	1.880
@@ -209,6 +209,17 @@
    .stability strong {
      display: block;
    }
+   .stability input {
+     appearance: none; margin: 0; border: 0; padding: 0.25em 0.5em; background: transparent; color: black;
+     position: absolute; top: -0.5em; right: 0; font: 1.25em sans-serif; text-align: center;
+   }
+   .stability input:hover {
+     color: white;
+     text-shadow: 0 0 2px black;
+   }
+   .stability input:active {
+     padding: 0.3em 0.45em 0.2em 0.55em;
+   }
    .stability :link, .stability :visited,
    .stability :link:hover, .stability :visited:hover {
      background: transparent;

Index: tabular-data.html
===================================================================
RCS file: /sources/public/html5/spec/tabular-data.html,v
retrieving revision 1.1006
retrieving revision 1.1007
diff -u -d -r1.1006 -r1.1007
--- tabular-data.html	5 Nov 2010 11:28:24 -0000	1.1006
+++ tabular-data.html	11 Nov 2010 01:47:02 -0000	1.1007
@@ -209,6 +209,17 @@
    .stability strong {
      display: block;
    }
+   .stability input {
+     appearance: none; margin: 0; border: 0; padding: 0.25em 0.5em; background: transparent; color: black;
+     position: absolute; top: -0.5em; right: 0; font: 1.25em sans-serif; text-align: center;
+   }
+   .stability input:hover {
+     color: white;
+     text-shadow: 0 0 2px black;
+   }
+   .stability input:active {
+     padding: 0.3em 0.45em 0.2em 0.55em;
+   }
    .stability :link, .stability :visited,
    .stability :link:hover, .stability :visited:hover {
      background: transparent;

Index: the-iframe-element.html
===================================================================
RCS file: /sources/public/html5/spec/the-iframe-element.html,v
retrieving revision 1.30
retrieving revision 1.31
diff -u -d -r1.30 -r1.31
--- the-iframe-element.html	5 Nov 2010 11:28:25 -0000	1.30
+++ the-iframe-element.html	11 Nov 2010 01:47:02 -0000	1.31
@@ -209,6 +209,17 @@
    .stability strong {
      display: block;
    }
+   .stability input {
+     appearance: none; margin: 0; border: 0; padding: 0.25em 0.5em; background: transparent; color: black;
+     position: absolute; top: -0.5em; right: 0; font: 1.25em sans-serif; text-align: center;
+   }
+   .stability input:hover {
+     color: white;
+     text-shadow: 0 0 2px black;
+   }
+   .stability input:active {
+     padding: 0.3em 0.45em 0.2em 0.55em;
+   }
    .stability :link, .stability :visited,
    .stability :link:hover, .stability :visited:hover {
      background: transparent;

Index: association-of-controls-and-forms.html
===================================================================
RCS file: /sources/public/html5/spec/association-of-controls-and-forms.html,v
retrieving revision 1.46
retrieving revision 1.47
diff -u -d -r1.46 -r1.47
--- association-of-controls-and-forms.html	11 Nov 2010 00:47:22 -0000	1.46
+++ association-of-controls-and-forms.html	11 Nov 2010 01:46:58 -0000	1.47
@@ -209,6 +209,17 @@
    .stability strong {
      display: block;
    }
+   .stability input {
+     appearance: none; margin: 0; border: 0; padding: 0.25em 0.5em; background: transparent; color: black;
+     position: absolute; top: -0.5em; right: 0; font: 1.25em sans-serif; text-align: center;
+   }
+   .stability input:hover {
+     color: white;
+     text-shadow: 0 0 2px black;
+   }
+   .stability input:active {
+     padding: 0.3em 0.45em 0.2em 0.55em;
+   }
    .stability :link, .stability :visited,
    .stability :link:hover, .stability :visited:hover {
      background: transparent;

Index: the-end.html
===================================================================
RCS file: /sources/public/html5/spec/the-end.html,v
retrieving revision 1.24
retrieving revision 1.25
diff -u -d -r1.24 -r1.25
--- the-end.html	5 Nov 2010 11:28:25 -0000	1.24
+++ the-end.html	11 Nov 2010 01:47:02 -0000	1.25
@@ -209,6 +209,17 @@
    .stability strong {
      display: block;
    }
+   .stability input {
+     appearance: none; margin: 0; border: 0; padding: 0.25em 0.5em; background: transparent; color: black;
+     position: absolute; top: -0.5em; right: 0; font: 1.25em sans-serif; text-align: center;
+   }
+   .stability input:hover {
+     color: white;
+     text-shadow: 0 0 2px black;
+   }
+   .stability input:active {
+     padding: 0.3em 0.45em 0.2em 0.55em;
+   }
    .stability :link, .stability :visited,
    .stability :link:hover, .stability :visited:hover {
      background: transparent;

Index: history.html
===================================================================
RCS file: /sources/public/html5/spec/history.html,v
retrieving revision 1.1018
retrieving revision 1.1019
diff -u -d -r1.1018 -r1.1019
--- history.html	5 Nov 2010 11:28:22 -0000	1.1018
+++ history.html	11 Nov 2010 01:47:00 -0000	1.1019
@@ -209,6 +209,17 @@
    .stability strong {
      display: block;
    }
+   .stability input {
+     appearance: none; margin: 0; border: 0; padding: 0.25em 0.5em; background: transparent; color: black;
+     position: absolute; top: -0.5em; right: 0; font: 1.25em sans-serif; text-align: center;
+   }
+   .stability input:hover {
+     color: white;
+     text-shadow: 0 0 2px black;
+   }
+   .stability input:active {
+     padding: 0.3em 0.45em 0.2em 0.55em;
+   }
    .stability :link, .stability :visited,
    .stability :link:hover, .stability :visited:hover {
      background: transparent;

Index: common-dom-interfaces.html
===================================================================
RCS file: /sources/public/html5/spec/common-dom-interfaces.html,v
retrieving revision 1.31
retrieving revision 1.32
diff -u -d -r1.31 -r1.32
--- common-dom-interfaces.html	5 Nov 2010 11:28:18 -0000	1.31
+++ common-dom-interfaces.html	11 Nov 2010 01:46:59 -0000	1.32
@@ -209,6 +209,17 @@
    .stability strong {
      display: block;
    }
+   .stability input {
+     appearance: none; margin: 0; border: 0; padding: 0.25em 0.5em; background: transparent; color: black;
+     position: absolute; top: -0.5em; right: 0; font: 1.25em sans-serif; text-align: center;
+   }
+   .stability input:hover {
+     color: white;
+     text-shadow: 0 0 2px black;
+   }
+   .stability input:active {
+     padding: 0.3em 0.45em 0.2em 0.55em;
+   }
    .stability :link, .stability :visited,
    .stability :link:hover, .stability :visited:hover {
      background: transparent;

Index: parsing.html
===================================================================
RCS file: /sources/public/html5/spec/parsing.html,v
retrieving revision 1.40
retrieving revision 1.41
diff -u -d -r1.40 -r1.41
--- parsing.html	5 Nov 2010 11:28:23 -0000	1.40
+++ parsing.html	11 Nov 2010 01:47:01 -0000	1.41
@@ -209,6 +209,17 @@
    .stability strong {
      display: block;
    }
+   .stability input {
+     appearance: none; margin: 0; border: 0; padding: 0.25em 0.5em; background: transparent; color: black;
+     position: absolute; top: -0.5em; right: 0; font: 1.25em sans-serif; text-align: center;
+   }
+   .stability input:hover {
+     color: white;
+     text-shadow: 0 0 2px black;
+   }
+   .stability input:active {
+     padding: 0.3em 0.45em 0.2em 0.55em;
+   }
    .stability :link, .stability :visited,
    .stability :link:hover, .stability :visited:hover {
      background: transparent;

Index: fetching-resources.html
===================================================================
RCS file: /sources/public/html5/spec/fetching-resources.html,v
retrieving revision 1.26
retrieving revision 1.27
diff -u -d -r1.26 -r1.27
--- fetching-resources.html	5 Nov 2010 11:28:19 -0000	1.26
+++ fetching-resources.html	11 Nov 2010 01:46:59 -0000	1.27
@@ -209,6 +209,17 @@
    .stability strong {
      display: block;
    }
+   .stability input {
+     appearance: none; margin: 0; border: 0; padding: 0.25em 0.5em; background: transparent; color: black;
+     position: absolute; top: -0.5em; right: 0; font: 1.25em sans-serif; text-align: center;
+   }
+   .stability input:hover {
+     color: white;
+     text-shadow: 0 0 2px black;
+   }
+   .stability input:active {
+     padding: 0.3em 0.45em 0.2em 0.55em;
+   }
    .stability :link, .stability :visited,
    .stability :link:hover, .stability :visited:hover {
      background: transparent;

Index: origin-0.html
===================================================================
RCS file: /sources/public/html5/spec/origin-0.html,v
retrieving revision 1.18
retrieving revision 1.19
diff -u -d -r1.18 -r1.19
--- origin-0.html	5 Nov 2010 11:28:23 -0000	1.18
+++ origin-0.html	11 Nov 2010 01:47:01 -0000	1.19
@@ -209,6 +209,17 @@
    .stability strong {
      display: block;
    }
+   .stability input {
+     appearance: none; margin: 0; border: 0; padding: 0.25em 0.5em; background: transparent; color: black;
+     position: absolute; top: -0.5em; right: 0; font: 1.25em sans-serif; text-align: center;
+   }
+   .stability input:hover {
+     color: white;
+     text-shadow: 0 0 2px black;
+   }
+   .stability input:active {
+     padding: 0.3em 0.45em 0.2em 0.55em;
+   }
    .stability :link, .stability :visited,
    .stability :link:hover, .stability :visited:hover {
      background: transparent;

Index: common-input-element-attributes.html
===================================================================
RCS file: /sources/public/html5/spec/common-input-element-attributes.html,v
retrieving revision 1.25
retrieving revision 1.26
diff -u -d -r1.25 -r1.26
--- common-input-element-attributes.html	11 Nov 2010 00:47:22 -0000	1.25
+++ common-input-element-attributes.html	11 Nov 2010 01:46:59 -0000	1.26
@@ -209,6 +209,17 @@
    .stability strong {
      display: block;
    }
+   .stability input {
+     appearance: none; margin: 0; border: 0; padding: 0.25em 0.5em; background: transparent; color: black;
+     position: absolute; top: -0.5em; right: 0; font: 1.25em sans-serif; text-align: center;
+   }
+   .stability input:hover {
+     color: white;
+     text-shadow: 0 0 2px black;
+   }
+   .stability input:active {
+     padding: 0.3em 0.45em 0.2em 0.55em;
+   }
    .stability :link, .stability :visited,
    .stability :link:hover, .stability :visited:hover {
      background: transparent;

Index: dom.html
===================================================================
RCS file: /sources/public/html5/spec/dom.html,v
retrieving revision 1.1025
retrieving revision 1.1026
diff -u -d -r1.1025 -r1.1026
--- dom.html	5 Nov 2010 11:28:19 -0000	1.1025
+++ dom.html	11 Nov 2010 01:46:59 -0000	1.1026
@@ -209,6 +209,17 @@
    .stability strong {
      display: block;
    }
+   .stability input {
+     appearance: none; margin: 0; border: 0; padding: 0.25em 0.5em; background: transparent; color: black;
+     position: absolute; top: -0.5em; right: 0; font: 1.25em sans-serif; text-align: center;
+   }
+   .stability input:hover {
+     color: white;
+     text-shadow: 0 0 2px black;
+   }
+   .stability input:active {
+     padding: 0.3em 0.45em 0.2em 0.55em;
+   }
    .stability :link, .stability :visited,
    .stability :link:hover, .stability :visited:hover {
      background: transparent;

Index: embedded-content-1.html
===================================================================
RCS file: /sources/public/html5/spec/embedded-content-1.html,v
retrieving revision 1.30
retrieving revision 1.31
diff -u -d -r1.30 -r1.31
--- embedded-content-1.html	5 Nov 2010 11:28:19 -0000	1.30
+++ embedded-content-1.html	11 Nov 2010 01:46:59 -0000	1.31
@@ -209,6 +209,17 @@
    .stability strong {
      display: block;
    }
+   .stability input {
+     appearance: none; margin: 0; border: 0; padding: 0.25em 0.5em; background: transparent; color: black;
+     position: absolute; top: -0.5em; right: 0; font: 1.25em sans-serif; text-align: center;
+   }
+   .stability input:hover {
+     color: white;
+     text-shadow: 0 0 2px black;
+   }
+   .stability input:active {
+     padding: 0.3em 0.45em 0.2em 0.55em;
+   }
    .stability :link, .stability :visited,
    .stability :link:hover, .stability :visited:hover {
      background: transparent;

Index: the-input-element.html
===================================================================
RCS file: /sources/public/html5/spec/the-input-element.html,v
retrieving revision 1.27
retrieving revision 1.28
diff -u -d -r1.27 -r1.28
--- the-input-element.html	11 Nov 2010 00:47:39 -0000	1.27
+++ the-input-element.html	11 Nov 2010 01:47:02 -0000	1.28
@@ -209,6 +209,17 @@
    .stability strong {
      display: block;
    }
+   .stability input {
+     appearance: none; margin: 0; border: 0; padding: 0.25em 0.5em; background: transparent; color: black;
+     position: absolute; top: -0.5em; right: 0; font: 1.25em sans-serif; text-align: center;
+   }
+   .stability input:hover {
+     color: white;
+     text-shadow: 0 0 2px black;
+   }
+   .stability input:active {
+     padding: 0.3em 0.45em 0.2em 0.55em;
+   }
    .stability :link, .stability :visited,
    .stability :link:hover, .stability :visited:hover {
      background: transparent;

Index: rendering.html
===================================================================
RCS file: /sources/public/html5/spec/rendering.html,v
retrieving revision 1.53
retrieving revision 1.54
diff -u -d -r1.53 -r1.54
--- rendering.html	9 Nov 2010 12:26:25 -0000	1.53
+++ rendering.html	11 Nov 2010 01:47:01 -0000	1.54
@@ -209,6 +209,17 @@
    .stability strong {
      display: block;
    }
+   .stability input {
+     appearance: none; margin: 0; border: 0; padding: 0.25em 0.5em; background: transparent; color: black;
+     position: absolute; top: -0.5em; right: 0; font: 1.25em sans-serif; text-align: center;
+   }
+   .stability input:hover {
+     color: white;
+     text-shadow: 0 0 2px black;
+   }
+   .stability input:active {
+     padding: 0.3em 0.45em 0.2em 0.55em;
+   }
    .stability :link, .stability :visited,
    .stability :link:hover, .stability :visited:hover {
      background: transparent;

Index: acknowledgements.html
===================================================================
RCS file: /sources/public/html5/spec/acknowledgements.html,v
retrieving revision 1.1049
retrieving revision 1.1050
diff -u -d -r1.1049 -r1.1050
--- acknowledgements.html	5 Nov 2010 11:28:18 -0000	1.1049
+++ acknowledgements.html	11 Nov 2010 01:46:58 -0000	1.1050
@@ -209,6 +209,17 @@
    .stability strong {
      display: block;
    }
+   .stability input {
+     appearance: none; margin: 0; border: 0; padding: 0.25em 0.5em; background: transparent; color: black;
+     position: absolute; top: -0.5em; right: 0; font: 1.25em sans-serif; text-align: center;
+   }
+   .stability input:hover {
+     color: white;
+     text-shadow: 0 0 2px black;
+   }
+   .stability input:active {
+     padding: 0.3em 0.45em 0.2em 0.55em;
+   }
    .stability :link, .stability :visited,
    .stability :link:hover, .stability :visited:hover {
      background: transparent;

Index: grouping-content.html
===================================================================
RCS file: /sources/public/html5/spec/grouping-content.html,v
retrieving revision 1.24
retrieving revision 1.25
diff -u -d -r1.24 -r1.25
--- grouping-content.html	9 Nov 2010 12:26:24 -0000	1.24
+++ grouping-content.html	11 Nov 2010 01:47:00 -0000	1.25
@@ -209,6 +209,17 @@
    .stability strong {
      display: block;
    }
+   .stability input {
+     appearance: none; margin: 0; border: 0; padding: 0.25em 0.5em; background: transparent; color: black;
+     position: absolute; top: -0.5em; right: 0; font: 1.25em sans-serif; text-align: center;
+   }
+   .stability input:hover {
+     color: white;
+     text-shadow: 0 0 2px black;
+   }
+   .stability input:active {
+     padding: 0.3em 0.45em 0.2em 0.55em;
+   }
    .stability :link, .stability :visited,
    .stability :link:hover, .stability :visited:hover {
      background: transparent;

Index: timers.html
===================================================================
RCS file: /sources/public/html5/spec/timers.html,v
retrieving revision 1.23
retrieving revision 1.24
diff -u -d -r1.23 -r1.24
--- timers.html	5 Nov 2010 11:28:25 -0000	1.23
+++ timers.html	11 Nov 2010 01:47:03 -0000	1.24
@@ -209,6 +209,17 @@
    .stability strong {
      display: block;
    }
+   .stability input {
+     appearance: none; margin: 0; border: 0; padding: 0.25em 0.5em; background: transparent; color: black;
+     position: absolute; top: -0.5em; right: 0; font: 1.25em sans-serif; text-align: center;
+   }
+   .stability input:hover {
+     color: white;
+     text-shadow: 0 0 2px black;
+   }
+   .stability input:active {
+     padding: 0.3em 0.45em 0.2em 0.55em;
+   }
    .stability :link, .stability :visited,
    .stability :link:hover, .stability :visited:hover {
      background: transparent;

Index: elements.html
===================================================================
RCS file: /sources/public/html5/spec/elements.html,v
retrieving revision 1.30
retrieving revision 1.31
diff -u -d -r1.30 -r1.31
--- elements.html	9 Nov 2010 12:26:22 -0000	1.30
+++ elements.html	11 Nov 2010 01:46:59 -0000	1.31
@@ -209,6 +209,17 @@
    .stability strong {
      display: block;
    }
+   .stability input {
+     appearance: none; margin: 0; border: 0; padding: 0.25em 0.5em; background: transparent; color: black;
+     position: absolute; top: -0.5em; right: 0; font: 1.25em sans-serif; text-align: center;
+   }
+   .stability input:hover {
+     color: white;
+     text-shadow: 0 0 2px black;
+   }
+   .stability input:active {
+     padding: 0.3em 0.45em 0.2em 0.55em;
+   }
    .stability :link, .stability :visited,
    .stability :link:hover, .stability :visited:hover {
      background: transparent;

Index: urls.html
===================================================================
RCS file: /sources/public/html5/spec/urls.html,v
retrieving revision 1.24
retrieving revision 1.25
diff -u -d -r1.24 -r1.25
--- urls.html	5 Nov 2010 11:28:27 -0000	1.24
+++ urls.html	11 Nov 2010 01:47:03 -0000	1.25
@@ -209,6 +209,17 @@
    .stability strong {
      display: block;
    }
+   .stability input {
+     appearance: none; margin: 0; border: 0; padding: 0.25em 0.5em; background: transparent; color: black;
+     position: absolute; top: -0.5em; right: 0; font: 1.25em sans-serif; text-align: center;
+   }
+   .stability input:hover {
+     color: white;
+     text-shadow: 0 0 2px black;
+   }
+   .stability input:active {
+     padding: 0.3em 0.45em 0.2em 0.55em;
+   }
    .stability :link, .stability :visited,
    .stability :link:hover, .stability :visited:hover {
      background: transparent;

Index: tokenization.html
===================================================================
RCS file: /sources/public/html5/spec/tokenization.html,v
retrieving revision 1.51
retrieving revision 1.52
diff -u -d -r1.51 -r1.52
--- tokenization.html	5 Nov 2010 11:28:27 -0000	1.51
+++ tokenization.html	11 Nov 2010 01:47:03 -0000	1.52
@@ -209,6 +209,17 @@
    .stability strong {
      display: block;
    }
+   .stability input {
+     appearance: none; margin: 0; border: 0; padding: 0.25em 0.5em; background: transparent; color: black;
+     position: absolute; top: -0.5em; right: 0; font: 1.25em sans-serif; text-align: center;
+   }
+   .stability input:hover {
+     color: white;
+     text-shadow: 0 0 2px black;
+   }
+   .stability input:active {
+     padding: 0.3em 0.45em 0.2em 0.55em;
+   }
    .stability :link, .stability :visited,
    .stability :link:hover, .stability :visited:hover {
      background: transparent;

Index: forms.html
===================================================================
RCS file: /sources/public/html5/spec/forms.html,v
retrieving revision 1.1015
retrieving revision 1.1016
diff -u -d -r1.1015 -r1.1016
--- forms.html	5 Nov 2010 11:28:19 -0000	1.1015
+++ forms.html	11 Nov 2010 01:46:59 -0000	1.1016
@@ -209,6 +209,17 @@
    .stability strong {
      display: block;
    }
+   .stability input {
+     appearance: none; margin: 0; border: 0; padding: 0.25em 0.5em; background: transparent; color: black;
+     position: absolute; top: -0.5em; right: 0; font: 1.25em sans-serif; text-align: center;
+   }
+   .stability input:hover {
+     color: white;
+     text-shadow: 0 0 2px black;
+   }
+   .stability input:active {
+     padding: 0.3em 0.45em 0.2em 0.55em;
+   }
    .stability :link, .stability :visited,
    .stability :link:hover, .stability :visited:hover {
      background: transparent;

Index: interactive-elements.html
===================================================================
RCS file: /sources/public/html5/spec/interactive-elements.html,v
retrieving revision 1.1018
retrieving revision 1.1019
diff -u -d -r1.1018 -r1.1019
--- interactive-elements.html	5 Nov 2010 11:28:22 -0000	1.1018
+++ interactive-elements.html	11 Nov 2010 01:47:00 -0000	1.1019
@@ -209,6 +209,17 @@
    .stability strong {
      display: block;
    }
+   .stability input {
+     appearance: none; margin: 0; border: 0; padding: 0.25em 0.5em; background: transparent; color: black;
+     position: absolute; top: -0.5em; right: 0; font: 1.25em sans-serif; text-align: center;
+   }
+   .stability input:hover {
+     color: white;
+     text-shadow: 0 0 2px black;
+   }
+   .stability input:active {
+     padding: 0.3em 0.45em 0.2em 0.55em;
+   }
    .stability :link, .stability :visited,
    .stability :link:hover, .stability :visited:hover {
      background: transparent;

Index: editing.html
===================================================================
RCS file: /sources/public/html5/spec/editing.html,v
retrieving revision 1.1017
retrieving revision 1.1018
diff -u -d -r1.1017 -r1.1018
--- editing.html	5 Nov 2010 11:28:19 -0000	1.1017
+++ editing.html	11 Nov 2010 01:46:59 -0000	1.1018
@@ -209,6 +209,17 @@
    .stability strong {
      display: block;
    }
+   .stability input {
+     appearance: none; margin: 0; border: 0; padding: 0.25em 0.5em; background: transparent; color: black;
+     position: absolute; top: -0.5em; right: 0; font: 1.25em sans-serif; text-align: center;
+   }
+   .stability input:hover {
+     color: white;
+     text-shadow: 0 0 2px black;
+   }
+   .stability input:active {
+     padding: 0.3em 0.45em 0.2em 0.55em;
+   }
    .stability :link, .stability :visited,
    .stability :link:hover, .stability :visited:hover {
      background: transparent;

Index: video.html
===================================================================
RCS file: /sources/public/html5/spec/video.html,v
retrieving revision 1.900
retrieving revision 1.901
diff -u -d -r1.900 -r1.901
--- video.html	5 Nov 2010 11:28:27 -0000	1.900
+++ video.html	11 Nov 2010 01:47:03 -0000	1.901
@@ -209,6 +209,17 @@
    .stability strong {
      display: block;
    }
+   .stability input {
+     appearance: none; margin: 0; border: 0; padding: 0.25em 0.5em; background: transparent; color: black;
+     position: absolute; top: -0.5em; right: 0; font: 1.25em sans-serif; text-align: center;
+   }
+   .stability input:hover {
+     color: white;
+     text-shadow: 0 0 2px black;
+   }
+   .stability input:active {
+     padding: 0.3em 0.45em 0.2em 0.55em;
+   }
    .stability :link, .stability :visited,
    .stability :link:hover, .stability :visited:hover {
      background: transparent;

Index: browsers.html
===================================================================
RCS file: /sources/public/html5/spec/browsers.html,v
retrieving revision 1.1020
retrieving revision 1.1021
diff -u -d -r1.1020 -r1.1021
--- browsers.html	5 Nov 2010 11:28:18 -0000	1.1020
+++ browsers.html	11 Nov 2010 01:46:59 -0000	1.1021
@@ -209,6 +209,17 @@
    .stability strong {
      display: block;
    }
+   .stability input {
+     appearance: none; margin: 0; border: 0; padding: 0.25em 0.5em; background: transparent; color: black;
+     position: absolute; top: -0.5em; right: 0; font: 1.25em sans-serif; text-align: center;
+   }
+   .stability input:hover {
+     color: white;
+     text-shadow: 0 0 2px black;
+   }
+   .stability input:active {
+     padding: 0.3em 0.45em 0.2em 0.55em;
+   }
    .stability :link, .stability :visited,
    .stability :link:hover, .stability :visited:hover {
      background: transparent;

Index: edits.html
===================================================================
RCS file: /sources/public/html5/spec/edits.html,v
retrieving revision 1.20
retrieving revision 1.21
diff -u -d -r1.20 -r1.21
--- edits.html	5 Nov 2010 11:28:19 -0000	1.20
+++ edits.html	11 Nov 2010 01:46:59 -0000	1.21
@@ -209,6 +209,17 @@
    .stability strong {
      display: block;
    }
+   .stability input {
+     appearance: none; margin: 0; border: 0; padding: 0.25em 0.5em; background: transparent; color: black;
+     position: absolute; top: -0.5em; right: 0; font: 1.25em sans-serif; text-align: center;
+   }
+   .stability input:hover {
+     color: white;
+     text-shadow: 0 0 2px black;
+   }
+   .stability input:active {
+     padding: 0.3em 0.45em 0.2em 0.55em;
+   }
    .stability :link, .stability :visited,
    .stability :link:hover, .stability :visited:hover {
      background: transparent;

Index: the-xhtml-syntax.html
===================================================================
RCS file: /sources/public/html5/spec/the-xhtml-syntax.html,v
retrieving revision 1.1015
retrieving revision 1.1016
diff -u -d -r1.1015 -r1.1016
--- the-xhtml-syntax.html	5 Nov 2010 11:28:25 -0000	1.1015
+++ the-xhtml-syntax.html	11 Nov 2010 01:47:02 -0000	1.1016
@@ -209,6 +209,17 @@
    .stability strong {
      display: block;
    }
+   .stability input {
+     appearance: none; margin: 0; border: 0; padding: 0.25em 0.5em; background: transparent; color: black;
+     position: absolute; top: -0.5em; right: 0; font: 1.25em sans-serif; text-align: center;
+   }
+   .stability input:hover {
+     color: white;
+     text-shadow: 0 0 2px black;
+   }
+   .stability input:active {
+     padding: 0.3em 0.45em 0.2em 0.55em;
+   }
    .stability :link, .stability :visited,
    .stability :link:hover, .stability :visited:hover {
      background: transparent;

Index: iana.html
===================================================================
RCS file: /sources/public/html5/spec/iana.html,v
retrieving revision 1.342
retrieving revision 1.343
diff -u -d -r1.342 -r1.343
--- iana.html	5 Nov 2010 11:28:22 -0000	1.342
+++ iana.html	11 Nov 2010 01:47:00 -0000	1.343
@@ -209,6 +209,17 @@
    .stability strong {
      display: block;
    }
+   .stability input {
+     appearance: none; margin: 0; border: 0; padding: 0.25em 0.5em; background: transparent; color: black;
+     position: absolute; top: -0.5em; right: 0; font: 1.25em sans-serif; text-align: center;
+   }
+   .stability input:hover {
+     color: white;
+     text-shadow: 0 0 2px black;
+   }
+   .stability input:active {
+     padding: 0.3em 0.45em 0.2em 0.55em;
+   }
    .stability :link, .stability :visited,
    .stability :link:hover, .stability :visited:hover {
      background: transparent;

Index: offline.html
===================================================================
RCS file: /sources/public/html5/spec/offline.html,v
retrieving revision 1.1013
retrieving revision 1.1014
diff -u -d -r1.1013 -r1.1014
--- offline.html	5 Nov 2010 11:28:23 -0000	1.1013
+++ offline.html	11 Nov 2010 01:47:01 -0000	1.1014
@@ -209,6 +209,17 @@
    .stability strong {
      display: block;
    }
+   .stability input {
+     appearance: none; margin: 0; border: 0; padding: 0.25em 0.5em; background: transparent; color: black;
+     position: absolute; top: -0.5em; right: 0; font: 1.25em sans-serif; text-align: center;
+   }
+   .stability input:hover {
+     color: white;
+     text-shadow: 0 0 2px black;
+   }
+   .stability input:active {
+     padding: 0.3em 0.45em 0.2em 0.55em;
+   }
    .stability :link, .stability :visited,
    .stability :link:hover, .stability :visited:hover {
      background: transparent;

Index: content-models.html
===================================================================
RCS file: /sources/public/html5/spec/content-models.html,v
retrieving revision 1.38
retrieving revision 1.39
diff -u -d -r1.38 -r1.39
--- content-models.html	5 Nov 2010 11:28:18 -0000	1.38
+++ content-models.html	11 Nov 2010 01:46:59 -0000	1.39
@@ -209,6 +209,17 @@
    .stability strong {
      display: block;
    }
+   .stability input {
+     appearance: none; margin: 0; border: 0; padding: 0.25em 0.5em; background: transparent; color: black;
+     position: absolute; top: -0.5em; right: 0; font: 1.25em sans-serif; text-align: center;
+   }
+   .stability input:hover {
+     color: white;
+     text-shadow: 0 0 2px black;
+   }
+   .stability input:active {
+     padding: 0.3em 0.45em 0.2em 0.55em;
+   }
    .stability :link, .stability :visited,
    .stability :link:hover, .stability :visited:hover {
      background: transparent;

Index: states-of-the-type-attribute.html
===================================================================
RCS file: /sources/public/html5/spec/states-of-the-type-attribute.html,v
retrieving revision 1.24
retrieving revision 1.25
diff -u -d -r1.24 -r1.25
--- states-of-the-type-attribute.html	11 Nov 2010 00:47:31 -0000	1.24
+++ states-of-the-type-attribute.html	11 Nov 2010 01:47:02 -0000	1.25
@@ -209,6 +209,17 @@
    .stability strong {
      display: block;
    }
+   .stability input {
+     appearance: none; margin: 0; border: 0; padding: 0.25em 0.5em; background: transparent; color: black;
+     position: absolute; top: -0.5em; right: 0; font: 1.25em sans-serif; text-align: center;
+   }
+   .stability input:hover {
+     color: white;
+     text-shadow: 0 0 2px black;
+   }
+   .stability input:active {
+     padding: 0.3em 0.45em 0.2em 0.55em;
+   }
    .stability :link, .stability :visited,
    .stability :link:hover, .stability :visited:hover {
      background: transparent;

Index: apis-in-html-documents.html
===================================================================
RCS file: /sources/public/html5/spec/apis-in-html-documents.html,v
retrieving revision 1.26
retrieving revision 1.27
diff -u -d -r1.26 -r1.27
--- apis-in-html-documents.html	5 Nov 2010 11:28:18 -0000	1.26
+++ apis-in-html-documents.html	11 Nov 2010 01:46:58 -0000	1.27
@@ -209,6 +209,17 @@
    .stability strong {
      display: block;
    }
+   .stability input {
+     appearance: none; margin: 0; border: 0; padding: 0.25em 0.5em; background: transparent; color: black;
+     position: absolute; top: -0.5em; right: 0; font: 1.25em sans-serif; text-align: center;
+   }
+   .stability input:hover {
+     color: white;
+     text-shadow: 0 0 2px black;
+   }
+   .stability input:active {
+     padding: 0.3em 0.45em 0.2em 0.55em;
+   }
    .stability :link, .stability :visited,
    .stability :link:hover, .stability :visited:hover {
      background: transparent;

Index: obsolete.html
===================================================================
RCS file: /sources/public/html5/spec/obsolete.html,v
retrieving revision 1.1011
retrieving revision 1.1012
diff -u -d -r1.1011 -r1.1012
--- obsolete.html	5 Nov 2010 11:28:23 -0000	1.1011
+++ obsolete.html	11 Nov 2010 01:47:01 -0000	1.1012
@@ -209,6 +209,17 @@
    .stability strong {
      display: block;
    }
+   .stability input {
+     appearance: none; margin: 0; border: 0; padding: 0.25em 0.5em; background: transparent; color: black;
+     position: absolute; top: -0.5em; right: 0; font: 1.25em sans-serif; text-align: center;
+   }
+   .stability input:hover {
+     color: white;
+     text-shadow: 0 0 2px black;
+   }
+   .stability input:active {
+     padding: 0.3em 0.45em 0.2em 0.55em;
+   }
    .stability :link, .stability :visited,
    .stability :link:hover, .stability :visited:hover {
      background: transparent;

Index: named-character-references.html
===================================================================
RCS file: /sources/public/html5/spec/named-character-references.html,v
retrieving revision 1.999
retrieving revision 1.1000
diff -u -d -r1.999 -r1.1000
--- named-character-references.html	5 Nov 2010 11:28:23 -0000	1.999
+++ named-character-references.html	11 Nov 2010 01:47:00 -0000	1.1000
@@ -209,6 +209,17 @@
    .stability strong {
      display: block;
    }
+   .stability input {
+     appearance: none; margin: 0; border: 0; padding: 0.25em 0.5em; background: transparent; color: black;
+     position: absolute; top: -0.5em; right: 0; font: 1.25em sans-serif; text-align: center;
+   }
+   .stability input:hover {
+     color: white;
+     text-shadow: 0 0 2px black;
+   }
+   .stability input:active {
+     padding: 0.3em 0.45em 0.2em 0.55em;
+   }
    .stability :link, .stability :visited,
    .stability :link:hover, .stability :visited:hover {
      background: transparent;

Index: references.html
===================================================================
RCS file: /sources/public/html5/spec/references.html,v
retrieving revision 1.1020
retrieving revision 1.1021
diff -u -d -r1.1020 -r1.1021
--- references.html	5 Nov 2010 11:28:23 -0000	1.1020
+++ references.html	11 Nov 2010 01:47:01 -0000	1.1021
@@ -209,6 +209,17 @@
    .stability strong {
      display: block;
    }
+   .stability input {
+     appearance: none; margin: 0; border: 0; padding: 0.25em 0.5em; background: transparent; color: black;
+     position: absolute; top: -0.5em; right: 0; font: 1.25em sans-serif; text-align: center;
+   }
+   .stability input:hover {
+     color: white;
+     text-shadow: 0 0 2px black;
+   }
+   .stability input:active {
+     padding: 0.3em 0.45em 0.2em 0.55em;
+   }
    .stability :link, .stability :visited,
    .stability :link:hover, .stability :visited:hover {
      background: transparent;

Index: semantics.html
===================================================================
RCS file: /sources/public/html5/spec/semantics.html,v
retrieving revision 1.1031
retrieving revision 1.1032
diff -u -d -r1.1031 -r1.1032
--- semantics.html	5 Nov 2010 11:28:24 -0000	1.1031
+++ semantics.html	11 Nov 2010 01:47:01 -0000	1.1032
@@ -209,6 +209,17 @@
    .stability strong {
      display: block;
    }
+   .stability input {
+     appearance: none; margin: 0; border: 0; padding: 0.25em 0.5em; background: transparent; color: black;
+     position: absolute; top: -0.5em; right: 0; font: 1.25em sans-serif; text-align: center;
+   }
+   .stability input:hover {
+     color: white;
+     text-shadow: 0 0 2px black;
+   }
+   .stability input:active {
+     padding: 0.3em 0.45em 0.2em 0.55em;
+   }
    .stability :link, .stability :visited,
    .stability :link:hover, .stability :visited:hover {
      background: transparent;

Index: index.html
===================================================================
RCS file: /sources/public/html5/spec/index.html,v
retrieving revision 1.1025
retrieving revision 1.1026
diff -u -d -r1.1025 -r1.1026
--- index.html	11 Nov 2010 00:47:30 -0000	1.1025
+++ index.html	11 Nov 2010 01:47:00 -0000	1.1026
@@ -209,6 +209,17 @@
    .stability strong {
      display: block;
    }
+   .stability input {
+     appearance: none; margin: 0; border: 0; padding: 0.25em 0.5em; background: transparent; color: black;
+     position: absolute; top: -0.5em; right: 0; font: 1.25em sans-serif; text-align: center;
+   }
+   .stability input:hover {
+     color: white;
+     text-shadow: 0 0 2px black;
+   }
+   .stability input:active {
+     padding: 0.3em 0.45em 0.2em 0.55em;
+   }
    .stability :link, .stability :visited,
    .stability :link:hover, .stability :visited:hover {
      background: transparent;

Index: the-button-element.html
===================================================================
RCS file: /sources/public/html5/spec/the-button-element.html,v
retrieving revision 1.40
retrieving revision 1.41
diff -u -d -r1.40 -r1.41
--- the-button-element.html	11 Nov 2010 00:47:39 -0000	1.40
+++ the-button-element.html	11 Nov 2010 01:47:02 -0000	1.41
@@ -209,6 +209,17 @@
    .stability strong {
      display: block;
    }
+   .stability input {
+     appearance: none; margin: 0; border: 0; padding: 0.25em 0.5em; background: transparent; color: black;
+     position: absolute; top: -0.5em; right: 0; font: 1.25em sans-serif; text-align: center;
+   }
+   .stability input:hover {
+     color: white;
+     text-shadow: 0 0 2px black;
+   }
+   .stability input:active {
+     padding: 0.3em 0.45em 0.2em 0.55em;
+   }
    .stability :link, .stability :visited,
    .stability :link:hover, .stability :visited:hover {
      background: transparent;

Index: dnd.html
===================================================================
RCS file: /sources/public/html5/spec/dnd.html,v
retrieving revision 1.33
retrieving revision 1.34
diff -u -d -r1.33 -r1.34
--- dnd.html	5 Nov 2010 11:28:18 -0000	1.33
+++ dnd.html	11 Nov 2010 01:46:59 -0000	1.34
@@ -209,6 +209,17 @@
    .stability strong {
      display: block;
    }
+   .stability input {
+     appearance: none; margin: 0; border: 0; padding: 0.25em 0.5em; background: transparent; color: black;
+     position: absolute; top: -0.5em; right: 0; font: 1.25em sans-serif; text-align: center;
+   }
+   .stability input:hover {
+     color: white;
+     text-shadow: 0 0 2px black;
+   }
+   .stability input:active {
+     padding: 0.3em 0.45em 0.2em 0.55em;
+   }
    .stability :link, .stability :visited,
    .stability :link:hover, .stability :visited:hover {
      background: transparent;

Index: links.html
===================================================================
RCS file: /sources/public/html5/spec/links.html,v
retrieving revision 1.39
retrieving revision 1.40
diff -u -d -r1.39 -r1.40
--- links.html	9 Nov 2010 12:26:24 -0000	1.39
+++ links.html	11 Nov 2010 01:47:00 -0000	1.40
@@ -209,6 +209,17 @@
    .stability strong {
      display: block;
    }
+   .stability input {
+     appearance: none; margin: 0; border: 0; padding: 0.25em 0.5em; background: transparent; color: black;
+     position: absolute; top: -0.5em; right: 0; font: 1.25em sans-serif; text-align: center;
+   }
+   .stability input:hover {
+     color: white;
+     text-shadow: 0 0 2px black;
+   }
+   .stability input:active {
+     padding: 0.3em 0.45em 0.2em 0.55em;
+   }
    .stability :link, .stability :visited,
    .stability :link:hover, .stability :visited:hover {
      background: transparent;

Index: spec.html
===================================================================
RCS file: /sources/public/html5/spec/spec.html,v
retrieving revision 1.1323
retrieving revision 1.1324
diff -u -d -r1.1323 -r1.1324
--- spec.html	11 Nov 2010 01:16:50 -0000	1.1323
+++ spec.html	11 Nov 2010 01:47:02 -0000	1.1324
@@ -209,6 +209,17 @@
    .stability strong {
      display: block;
    }
+   .stability input {
+     appearance: none; margin: 0; border: 0; padding: 0.25em 0.5em; background: transparent; color: black;
+     position: absolute; top: -0.5em; right: 0; font: 1.25em sans-serif; text-align: center;
+   }
+   .stability input:hover {
+     color: white;
+     text-shadow: 0 0 2px black;
+   }
+   .stability input:active {
+     padding: 0.3em 0.45em 0.2em 0.55em;
+   }
    .stability :link, .stability :visited,
    .stability :link:hover, .stability :visited:hover {
      background: transparent;
@@ -374,7 +385,7 @@
     <a href="Overview.html">single page HTML</a>,
     <a href="spec.html">multipage HTML</a>,
     <a href="author/">web developer edition</a>.
-This is revision 1.4543.
+This is revision 1.4544.
    </p> 
      <p class="copyright"><a href="http://www.w3.org/Consortium/Legal/ipr-notice#Copyright">Copyright</a>
    &#169; 2010 <a href="http://www.w3.org/"><abbr title="World Wide
@@ -461,7 +472,12 @@
   Candidate Recommendation stage should join the aforementioned
   mailing lists and take part in the discussions.</p><!-- stability warning for TR/ page version --><!-- q.v. http://lists.w3.org/Archives/Public/public-html/2010Oct/0457.html --><p class="all-pages stability" id="wip"><strong>This is a work in
   progress!</strong> For the latest updates from the HTML WG, possibly
-  including important bug fixes, please look at the <a href="http://dev.w3.org/html5/spec/Overview.html">editor's draft</a> instead.</p><!--
+  including important bug fixes, please look at the <a href="http://dev.w3.org/html5/spec/Overview.html">editor's draft</a> instead.
+  <input onclick="closeWarning(this.parentNode)" type="button" value="&#9587;&#8413;"></p><script class="all-pages">
+   function closeWarning(element) {
+     element.parentNode.removeChild(element);
+   }
+  </script><!--
   <script class="all-pages">
    if (location == 'http://dev.w3.org/html5/spec/Overview.html') {
      var wip = document.getElementById('wip');

Index: number-state.html
===================================================================
RCS file: /sources/public/html5/spec/number-state.html,v
retrieving revision 1.26
retrieving revision 1.27
diff -u -d -r1.26 -r1.27
--- number-state.html	11 Nov 2010 00:47:30 -0000	1.26
+++ number-state.html	11 Nov 2010 01:47:01 -0000	1.27
@@ -209,6 +209,17 @@
    .stability strong {
      display: block;
    }
+   .stability input {
+     appearance: none; margin: 0; border: 0; padding: 0.25em 0.5em; background: transparent; color: black;
+     position: absolute; top: -0.5em; right: 0; font: 1.25em sans-serif; text-align: center;
+   }
+   .stability input:hover {
+     color: white;
+     text-shadow: 0 0 2px black;
+   }
+   .stability input:active {
+     padding: 0.3em 0.45em 0.2em 0.55em;
+   }
    .stability :link, .stability :visited,
    .stability :link:hover, .stability :visited:hover {
      background: transparent;

Index: sections.html
===================================================================
RCS file: /sources/public/html5/spec/sections.html,v
retrieving revision 1.25
retrieving revision 1.26
diff -u -d -r1.25 -r1.26
--- sections.html	5 Nov 2010 11:28:24 -0000	1.25
+++ sections.html	11 Nov 2010 01:47:01 -0000	1.26
@@ -209,6 +209,17 @@
    .stability strong {
      display: block;
    }
+   .stability input {
+     appearance: none; margin: 0; border: 0; padding: 0.25em 0.5em; background: transparent; color: black;
+     position: absolute; top: -0.5em; right: 0; font: 1.25em sans-serif; text-align: center;
+   }
+   .stability input:hover {
+     color: white;
+     text-shadow: 0 0 2px black;
+   }
+   .stability input:active {
+     padding: 0.3em 0.45em 0.2em 0.55em;
+   }
    .stability :link, .stability :visited,
    .stability :link:hover, .stability :visited:hover {
      background: transparent;

Index: namespaces.html
===================================================================
RCS file: /sources/public/html5/spec/namespaces.html,v
retrieving revision 1.19
retrieving revision 1.20
diff -u -d -r1.19 -r1.20
--- namespaces.html	5 Nov 2010 11:28:23 -0000	1.19
+++ namespaces.html	11 Nov 2010 01:47:01 -0000	1.20
@@ -209,6 +209,17 @@
    .stability strong {
      display: block;
    }
+   .stability input {
+     appearance: none; margin: 0; border: 0; padding: 0.25em 0.5em; background: transparent; color: black;
+     position: absolute; top: -0.5em; right: 0; font: 1.25em sans-serif; text-align: center;
+   }
+   .stability input:hover {
+     color: white;
+     text-shadow: 0 0 2px black;
+   }
+   .stability input:active {
+     padding: 0.3em 0.45em 0.2em 0.55em;
+   }
    .stability :link, .stability :visited,
    .stability :link:hover, .stability :visited:hover {
      background: transparent;

Index: introduction.html
===================================================================
RCS file: /sources/public/html5/spec/introduction.html,v
retrieving revision 1.1016
retrieving revision 1.1017
diff -u -d -r1.1016 -r1.1017
--- introduction.html	5 Nov 2010 11:28:23 -0000	1.1016
+++ introduction.html	11 Nov 2010 01:47:00 -0000	1.1017
@@ -209,6 +209,17 @@
    .stability strong {
      display: block;
    }
+   .stability input {
+     appearance: none; margin: 0; border: 0; padding: 0.25em 0.5em; background: transparent; color: black;
+     position: absolute; top: -0.5em; right: 0; font: 1.25em sans-serif; text-align: center;
+   }
+   .stability input:hover {
+     color: white;
+     text-shadow: 0 0 2px black;
+   }
+   .stability input:active {
+     padding: 0.3em 0.45em 0.2em 0.55em;
+   }
    .stability :link, .stability :visited,
    .stability :link:hover, .stability :visited:hover {
      background: transparent;

Index: commands.html
===================================================================
RCS file: /sources/public/html5/spec/commands.html,v
retrieving revision 1.21
retrieving revision 1.22
diff -u -d -r1.21 -r1.22
--- commands.html	5 Nov 2010 11:28:18 -0000	1.21
+++ commands.html	11 Nov 2010 01:46:59 -0000	1.22
@@ -209,6 +209,17 @@
    .stability strong {
      display: block;
    }
+   .stability input {
+     appearance: none; margin: 0; border: 0; padding: 0.25em 0.5em; background: transparent; color: black;
+     position: absolute; top: -0.5em; right: 0; font: 1.25em sans-serif; text-align: center;
+   }
+   .stability input:hover {
+     color: white;
+     text-shadow: 0 0 2px black;
+   }
+   .stability input:active {
+     padding: 0.3em 0.45em 0.2em 0.55em;
+   }
    .stability :link, .stability :visited,
    .stability :link:hover, .stability :visited:hover {
      background: transparent;

Index: syntax.html
===================================================================
RCS file: /sources/public/html5/spec/syntax.html,v
retrieving revision 1.1021
retrieving revision 1.1022
diff -u -d -r1.1021 -r1.1022
--- syntax.html	5 Nov 2010 11:28:24 -0000	1.1021
+++ syntax.html	11 Nov 2010 01:47:02 -0000	1.1022
@@ -209,6 +209,17 @@
    .stability strong {
      display: block;
    }
+   .stability input {
+     appearance: none; margin: 0; border: 0; padding: 0.25em 0.5em; background: transparent; color: black;
+     position: absolute; top: -0.5em; right: 0; font: 1.25em sans-serif; text-align: center;
+   }
+   .stability input:hover {
+     color: white;
+     text-shadow: 0 0 2px black;
+   }
+   .stability input:active {
+     padding: 0.3em 0.45em 0.2em 0.55em;
+   }
    .stability :link, .stability :visited,
    .stability :link:hover, .stability :visited:hover {
      background: transparent;

Index: webappapis.html
===================================================================
RCS file: /sources/public/html5/spec/webappapis.html,v
retrieving revision 1.143
retrieving revision 1.144
diff -u -d -r1.143 -r1.144
--- webappapis.html	5 Nov 2010 11:28:27 -0000	1.143
+++ webappapis.html	11 Nov 2010 01:47:03 -0000	1.144
@@ -209,6 +209,17 @@
    .stability strong {
      display: block;
    }
+   .stability input {
+     appearance: none; margin: 0; border: 0; padding: 0.25em 0.5em; background: transparent; color: black;
+     position: absolute; top: -0.5em; right: 0; font: 1.25em sans-serif; text-align: center;
+   }
+   .stability input:hover {
+     color: white;
+     text-shadow: 0 0 2px black;
+   }
+   .stability input:active {
+     padding: 0.3em 0.45em 0.2em 0.55em;
+   }
    .stability :link, .stability :visited,
    .stability :link:hover, .stability :visited:hover {
      background: transparent;

Index: common-microsyntaxes.html
===================================================================
RCS file: /sources/public/html5/spec/common-microsyntaxes.html,v
retrieving revision 1.28
retrieving revision 1.29
diff -u -d -r1.28 -r1.29
--- common-microsyntaxes.html	5 Nov 2010 11:28:18 -0000	1.28
+++ common-microsyntaxes.html	11 Nov 2010 01:46:59 -0000	1.29
@@ -209,6 +209,17 @@
    .stability strong {
      display: block;
    }
+   .stability input {
+     appearance: none; margin: 0; border: 0; padding: 0.25em 0.5em; background: transparent; color: black;
+     position: absolute; top: -0.5em; right: 0; font: 1.25em sans-serif; text-align: center;
+   }
+   .stability input:hover {
+     color: white;
+     text-shadow: 0 0 2px black;
+   }
+   .stability input:active {
+     padding: 0.3em 0.45em 0.2em 0.55em;
+   }
    .stability :link, .stability :visited,
    .stability :link:hover, .stability :visited:hover {
      background: transparent;

Received on Thursday, 11 November 2010 01:47:13 UTC