[html5] r4688 - [e] (0) Remove the vocabularies from the W3C version of the spec.
whatwg at whatwg.org
whatwg at whatwg.org
Wed Feb 10 16:40:36 PST 2010
Author: ianh
Date: 2010-02-10 16:40:33 -0800 (Wed, 10 Feb 2010)
New Revision: 4688
Modified:
complete.html
index
source
Log:
[e] (0) Remove the vocabularies from the W3C version of the spec.
Modified: complete.html
===================================================================
--- complete.html 2010-02-10 11:05:59 UTC (rev 4687)
+++ complete.html 2010-02-11 00:40:33 UTC (rev 4688)
@@ -76,6 +76,7 @@
#configUI #updateUI, #configUI .loginUI { text-align: center; }
#configUI input[type=button] { display: block; margin: auto; }
#configUI :link, #configUI :visited { color: white; }
+ #configUI :link:hover, #configUI :visited:hover { background: transparent; }
#reviewer { position: fixed; bottom: 0; right: 0; padding: 0.15em 0.25em 0em 0.5em; white-space: nowrap; overflow: hidden; z-index: 30; background: gray; background: rgba(32,32,32,0.9); color: white; border-radius: 1em 0 0 0; -moz-border-radius: 1em 0 0 0; }
#reviewer * { font-size: small; }
#reviewer.off > :not(:first-child) { display: none; }
@@ -83,6 +84,7 @@
#alert.closed { opacity: 0; }
#alert button { position: absolute; bottom: 0.5em; right: 2em; border: solid white; color: white; font-size: 0.4em; background: transparent; }
#alert :link, #alert :visited { color: white; }
+ #alert :link:hover, #alert :visited:hover { background: transparent; }
@media print { #configUI { display: none; } }
.rfc2119 { font-variant: small-caps; text-shadow: 0 0 0.5em yellow; position: static; }
.rfc2119::after { position: absolute; left: 0; width: 25px; text-align: center; color: yellow; text-shadow: 0.075em 0.075em 0.2em black; }
@@ -155,7 +157,7 @@
<header class=head id=head><p><a class=logo href=http://www.whatwg.org/ rel=home><img alt=WHATWG src=/images/logo></a></p>
<hgroup><h1>Web Applications 1.0</h1>
- <h2 class="no-num no-toc">Draft Standard — 10 February 2010</h2>
+ <h2 class="no-num no-toc">Draft Standard — 11 February 2010</h2>
</hgroup><p>You can take part in this work. <a href=http://www.whatwg.org/mailing-list>Join the working group's discussion list.</a></p>
<p><strong>Web designers!</strong> We have a <a href=http://blog.whatwg.org/faq/>FAQ</a>, a <a href=http://forums.whatwg.org/>forum</a>, and a <a href=http://www.whatwg.org/mailing-list#help>help mailing list</a> for you!</p>
<!--<p class="impl"><strong>Implementors!</strong> We have a <a href="http://www.whatwg.org/mailing-list#implementors">mailing list</a> for you too!</p>-->
@@ -50298,20 +50300,21 @@
</div>
-
-
-
+
+
+
+
<div class=impl>
<h3 id=converting-html-to-other-formats><span class=secno>5.5 </span>Converting HTML to other formats</h3>
-
+
<h4 id=json><span class=secno>5.5.1 </span>JSON</h4>
<p>Given a list of nodes <var title="">nodes</var> in a
Modified: index
===================================================================
--- index 2010-02-10 11:05:59 UTC (rev 4687)
+++ index 2010-02-11 00:40:33 UTC (rev 4688)
@@ -76,6 +76,7 @@
#configUI #updateUI, #configUI .loginUI { text-align: center; }
#configUI input[type=button] { display: block; margin: auto; }
#configUI :link, #configUI :visited { color: white; }
+ #configUI :link:hover, #configUI :visited:hover { background: transparent; }
#reviewer { position: fixed; bottom: 0; right: 0; padding: 0.15em 0.25em 0em 0.5em; white-space: nowrap; overflow: hidden; z-index: 30; background: gray; background: rgba(32,32,32,0.9); color: white; border-radius: 1em 0 0 0; -moz-border-radius: 1em 0 0 0; }
#reviewer * { font-size: small; }
#reviewer.off > :not(:first-child) { display: none; }
@@ -83,6 +84,7 @@
#alert.closed { opacity: 0; }
#alert button { position: absolute; bottom: 0.5em; right: 2em; border: solid white; color: white; font-size: 0.4em; background: transparent; }
#alert :link, #alert :visited { color: white; }
+ #alert :link:hover, #alert :visited:hover { background: transparent; }
@media print { #configUI { display: none; } }
.rfc2119 { font-variant: small-caps; text-shadow: 0 0 0.5em yellow; position: static; }
.rfc2119::after { position: absolute; left: 0; width: 25px; text-align: center; color: yellow; text-shadow: 0.075em 0.075em 0.2em black; }
@@ -157,7 +159,7 @@
<header class=head id=head><p><a class=logo href=http://www.whatwg.org/ rel=home><img alt=WHATWG src=/images/logo></a></p>
<hgroup><h1>HTML5 (including next generation additions still in development)</h1>
- <h2 class="no-num no-toc">Draft Standard — 10 February 2010</h2>
+ <h2 class="no-num no-toc">Draft Standard — 11 February 2010</h2>
</hgroup><p>You can take part in this work. <a href=http://www.whatwg.org/mailing-list>Join the working group's discussion list.</a></p>
<p><strong>Web designers!</strong> We have a <a href=http://blog.whatwg.org/faq/>FAQ</a>, a <a href=http://forums.whatwg.org/>forum</a>, and a <a href=http://www.whatwg.org/mailing-list#help>help mailing list</a> for you!</p>
<!--<p class="impl"><strong>Implementors!</strong> We have a <a href="http://www.whatwg.org/mailing-list#implementors">mailing list</a> for you too!</p>-->
@@ -50197,20 +50199,21 @@
</div>
-
-
-
+
+
+
+
<div class=impl>
<h3 id=converting-html-to-other-formats><span class=secno>5.5 </span>Converting HTML to other formats</h3>
-
+
<h4 id=json><span class=secno>5.5.1 </span>JSON</h4>
<p>Given a list of nodes <var title="">nodes</var> in a
Modified: source
===================================================================
--- source 2010-02-10 11:05:59 UTC (rev 4687)
+++ source 2010-02-11 00:40:33 UTC (rev 4688)
@@ -53177,6 +53177,7 @@
</div>
+<!--END microdata-->
<!--START complete--><!--START html-->
<h3 id="mdvocabs">Microdata vocabularies</h3>
@@ -56522,18 +56523,19 @@
</div>
- <!--END work-->
+<!--END work-->
- <!--END vocabs-->
+<!--END vocabs-->
+<!--START microdata-->
- <!--START w3c-html-->
+<!--START w3c-html-->
<div class="impl">
<h3>Converting HTML to other formats</h3>
- <!--END w3c-html-->
+<!--END w3c-html-->
<h4>JSON</h4>
More information about the Commit-Watchers
mailing list