Skip to content

Commit

Permalink
[e] (0) cleanup. This may introduce other problems; I'll clean them u…
Browse files Browse the repository at this point in the history
…p too shortly.

git-svn-id: http://svn.whatwg.org/webapps@4545 340c8d12-0b0e-0410-8428-c7bf67bfef74
  • Loading branch information
Hixie committed Jan 8, 2010
1 parent d7361ca commit 8b2505b
Show file tree
Hide file tree
Showing 4 changed files with 108 additions and 120 deletions.
37 changes: 16 additions & 21 deletions complete.html
Original file line number Diff line number Diff line change
Expand Up @@ -161,21 +161,12 @@ <h2 class="no-num no-toc" id=status>Status of this document</h2>
discussions.</p>

<p>Parts of this specification are also published as separate
standalone specifications by the WHATWG, the IETF, and the <a href=http://www.w3.org/html/wg>W3C HTML WG</a>:</p>

<ul><li><a href=http://whatwg.org/specs/web-apps/current-work/>HTML5 at the WHATWG</a>,
<a href=http://dev.w3.org/html5/spec/Overview.html>HTML5 at the W3C</a>
<li><a href=http://www.whatwg.org/specs/vocabs/current-work/>Microdata vocabularies at the WHATWG</a>,
<a href=http://dev.w3.org/html5/mdvcard/>vCard microdata vocabulary at the W3C</a>,
<a href=http://dev.w3.org/html5/mdvevent/>vEvent microdata vocabulary at the W3C</a>,
<a href=http://dev.w3.org/html5/mdwork/>Licensing works microdata vocabulary at the W3C</a>,
<li><a href=http://www.whatwg.org/specs/web-workers/current-work/>Web Workers at the WHATWG</a>,
<a href=http://dev.w3.org/html5/workers/Overview.html>Web Workers at the W3C</a>
<li><a href=http://dev.w3.org/html5/webstorage>Web Storage at the W3C</a>
<li><a href=http://dev.w3.org/html5/eventsource/>Server-sent events at the W3C</a>
<li><a href=http://dev.w3.org/html5/websockets/>Web Sockets API at the W3C</a>
<li><a href=http://tools.ietf.org/html/draft-hixie-thewebsocketprotocol>Web Sockets Protocol at the IETF</a>
</ul><h2 class="no-num no-toc" id=contents>Table of contents</h2>
standalone specifications by the WHATWG, the IETF, and the <a href=http://www.w3.org/html/wg>W3C HTML WG</a>. For details,
please see the <a href=http://wiki.whatwg.org/wiki/FAQ#What_are_the_various_versions_of_the_spec.3F>WHATWG
FAQ entry on the subject</a>.</p>


<h2 class="no-num no-toc" id=contents>Table of contents</h2>

<!--begin-toc-->
<ol class=toc>
Expand Down Expand Up @@ -45677,9 +45668,11 @@ <h3 id=microdata-dom-api><span class=secno>5.3 </span>Microdata DOM API</h3>
<h3 id=microdata-vocabularies><span class=secno>5.4 </span>Microdata vocabularies</h3>



<h4 id=vcard><span class=secno>5.4.1 </span>vCard</h4>



<p>An item with the <a href=#item-type>item type</a> <dfn id=md-vcard title=md-vcard><code>http://microformats.org/profile/hcard</code></dfn>
represents a person's or organization's contact information.</p>

Expand Down Expand Up @@ -47432,11 +47425,12 @@ <h5 id=examples-2><span class=secno>5.4.1.2 </span>Examples</h5>

</div>

<!--END vCard-->


<h4 id=vevent><span class=secno>5.4.2 </span>vEvent</h4>



<p>An item with the <a href=#item-type>item type</a> <dfn id=md-vevent title=md-vevent><code>http://microformats.org/profile/hcalendar#vevent</code></dfn>
represents an event.</p>

Expand Down Expand Up @@ -48227,11 +48221,12 @@ <h5 id=examples-3><span class=secno>5.4.2.2 </span>Examples</h5>

</div>

<!--END vEvent-->


<h4 id=licensing-works><span class=secno>5.4.3 </span>Licensing works</h4>



<p>An item with the <a href=#item-type>item type</a> <dfn id=md-work title=md-work><code>http://n.whatwg.org/work</code></dfn>
represents a work (e.g. an article, an image, a video, a song,
etc). This type is primarily intended to allow authors to include
Expand Down Expand Up @@ -86215,11 +86210,11 @@ <h3 class="no-num">Reflecting IDL attributes</h3>
<tr><td> <code><a href=#video>video</a></code>
<td> <code><a href=#htmlvideoelement>HTMLVideoElement</a></code> : <code><a href=#htmlmediaelement>HTMLMediaElement</a></code> : <code><a href=#htmlelement>HTMLElement</a></code>

</table><!--START vCard--><!--START vEvent--><h2 class=no-num id=references>References</h2><!--REFS-->
</table><h2 class=no-num id=references>References</h2><!--REFS-->


<!--END vCard--><!--END vEvent-->
<p>All references are normative unless marked "Non-normative".</p>
<!--START vCard--><!--START vEvent-->


<!-- XXX really should remove dates and version numbers from these references once and for all -->

Expand Down Expand Up @@ -86872,7 +86867,7 @@ <h3 class="no-num">Reflecting IDL attributes</h3>
Transformations (XSLT) Version 1.0</a></cite>, J. Clark. W3C,
November 1999.</dd>

</dl><!--END vCard--><!--END vEvent--><h2 class=no-num id=acknowledgements>Acknowledgements</h2> <!-- ACKS -->
</dl><h2 class=no-num id=acknowledgements>Acknowledgements</h2> <!-- ACKS -->

<p>Thanks to

Expand Down
19 changes: 13 additions & 6 deletions index
Original file line number Diff line number Diff line change
Expand Up @@ -172,6 +172,9 @@
<p>This specification is intended to replace (be the new version of)
what was previously the HTML5, HTML4, XHTML1, and DOM2 HTML
specifications.</p>



<h2 class="no-num no-toc" id=contents>Table of contents</h2>

<!--begin-toc-->
Expand Down Expand Up @@ -45530,9 +45533,11 @@ document.body.appendChild(outer);</pre>
<h3 id=microdata-vocabularies><span class=secno>5.4 </span>Microdata vocabularies</h3>



<h4 id=vcard><span class=secno>5.4.1 </span>vCard</h4>



<p>An item with the <a href=#item-type>item type</a> <dfn id=md-vcard title=md-vcard><code>http://microformats.org/profile/hcard</code></dfn>
represents a person's or organization's contact information.</p>

Expand Down Expand Up @@ -47285,11 +47290,12 @@ END:VCARD</pre>

</div>

<!--END vCard-->


<h4 id=vevent><span class=secno>5.4.2 </span>vEvent</h4>



<p>An item with the <a href=#item-type>item type</a> <dfn id=md-vevent title=md-vevent><code>http://microformats.org/profile/hcalendar#vevent</code></dfn>
represents an event.</p>

Expand Down Expand Up @@ -48080,11 +48086,12 @@ END:VCARD</pre>

</div>

<!--END vEvent-->


<h4 id=licensing-works><span class=secno>5.4.3 </span>Licensing works</h4>



<p>An item with the <a href=#item-type>item type</a> <dfn id=md-work title=md-work><code>http://n.whatwg.org/work</code></dfn>
represents a work (e.g. an article, an image, a video, a song,
etc). This type is primarily intended to allow authors to include
Expand Down Expand Up @@ -80671,13 +80678,13 @@ interface <a href=#htmldocument>HTMLDocument</a> {



<!--START vCard--><!--START vEvent-->


<h2 class=no-num id=references>References</h2><!--REFS-->

<!--END vCard--><!--END vEvent-->

<p>All references are normative unless marked "Non-normative".</p>
<!--START vCard--><!--START vEvent-->


<!-- XXX really should remove dates and version numbers from these references once and for all -->

Expand Down Expand Up @@ -81338,7 +81345,7 @@ interface <a href=#htmldocument>HTMLDocument</a> {
Transformations (XSLT) Version 1.0</a></cite>, J. Clark. W3C,
November 1999.</dd>

</dl><!--END vCard--><!--END vEvent--><h2 class=no-num id=acknowledgements>Acknowledgements</h2> <!-- ACKS -->
</dl><h2 class=no-num id=acknowledgements>Acknowledgements</h2> <!-- ACKS -->

<p>Thanks to

Expand Down
54 changes: 1 addition & 53 deletions source
Original file line number Diff line number Diff line change
@@ -1,11 +1,6 @@
<!--START complete-->
<!--START html--><!--START html5-->

<h2 class="no-num no-toc" id="contents">Table of contents</h2>
<!--toc-->
<hr>


<h2 id="introduction">Introduction</h2>


Expand Down Expand Up @@ -50938,35 +50933,12 @@ document.body.appendChild(outer);</pre>

<h3>Microdata vocabularies</h3>

<!--START vocabs--><!--END complete--><!--END html--><!--END microdata-->

<h3 class="no-num no-toc">Table of contents</h3>
<!--toc-->
<hr>

<h4>Introduction</h4>

<p>This specification defines microdata vocabularies.
<a href="#refsHTML5">[HTML5]</a></p>

<!--START complete--><!--START html--><!--START microdata-->
<!--START vocabs-->

<h4>vCard</h4>

<!--END vocabs--><!--END complete--><!--END html--><!--END microdata-->
<!--START vCard-->

<h5 class="no-num no-toc">Table of contents</h5>
<!--toc-->
<hr>

<h5>The vocabulary</h5>

<p>This section defines a microdata vocabulary. <a
href="#refsHTML5">[HTML5]</a></p>

<!--START vocabs--><!--START complete--><!--START html--><!--START microdata-->

<p>An item with the <span>item type</span> <dfn
title="md-vcard"><code>http://microformats.org/profile/hcard</code></dfn>
represents a person's or organization's contact information.</p>
Expand Down Expand Up @@ -53210,20 +53182,8 @@ END:VCARD</pre>

<h4>vEvent</h4>

<!--END vocabs--><!--END complete--><!--END html--><!--END microdata-->
<!--START vEvent-->

<h5 class="no-num no-toc">Table of contents</h5>
<!--toc-->
<hr>

<h5>The vocabulary</h5>

<p>This section defines a microdata vocabulary. <a
href="#refsHTML5">[HTML5]</a></p>

<!--START vocabs--><!--START complete--><!--START html--><!--START microdata-->

<p>An item with the <span>item type</span> <dfn
title="md-vevent"><code>http://microformats.org/profile/hcalendar#vevent</code></dfn>
represents an event.</p>
Expand Down Expand Up @@ -54185,20 +54145,8 @@ END:VCARD</pre>

<h4>Licensing works</h4>

<!--END vocabs--><!--END complete--><!--END html--><!--END microdata-->
<!--START work-->

<h5 class="no-num no-toc">Table of contents</h5>
<!--toc-->
<hr>

<h5>The vocabulary</h5>

<p>This section defines a microdata vocabulary. <a
href="#refsHTML5">[HTML5]</a></p>

<!--START vocabs--><!--START complete--><!--START html--><!--START microdata-->

<p>An item with the <span>item type</span> <dfn
title="md-work"><code>http://n.whatwg.org/work</code></dfn>
represents a work (e.g. an article, an image, a video, a song,
Expand Down
Loading

0 comments on commit 8b2505b

Please sign in to comment.