- From: Michael Smith via cvs-syncmail <cvsmail@w3.org>
- Date: Tue, 01 Sep 2009 04:46:34 +0000
- To: public-html-commits@w3.org
Update of /sources/public/html5/spec-author-view
In directory hutz:/tmp/cvs-serv961
Modified Files:
acknowledgements.html browsers.html comms.html dom.html
editing.html embedded-content-0.html forms.html history.html
iana-considerations.html index.html infrastructure.html
interactive-elements.html introduction.html microdata.html
named-character-references.html no.html obsolete.html
offline.html references.html semantics.html spec.html
syntax.html tabular-data.html text-level-semantics.html
the-canvas-element.html the-xhtml-syntax.html video.html
Log Message:
make the link ui a 'may' instead of a 'should'. (whatwg r3721)
[updated by splitter]
Index: infrastructure.html
===================================================================
RCS file: /sources/public/html5/spec-author-view/infrastructure.html,v
retrieving revision 1.33
retrieving revision 1.34
diff -u -d -r1.33 -r1.34
--- infrastructure.html 31 Aug 2009 09:16:59 -0000 1.33
+++ infrastructure.html 1 Sep 2009 04:46:23 -0000 1.34
@@ -177,6 +177,7 @@
<h1>HTML5</h1>
<h2 class="no-num no-toc" id="a-vocabulary-and-associated-apis-for-html-and-xhtml">A vocabulary and associated APIs for HTML and XHTML</h2>
<p>This is revision 1.2900.</p>
+<p>This is revision 1.2900.</p>
</div><div>
<a href="introduction.html">← 1 Introduction</a> –
<a href="Overview.html#contents">Table of contents</a> –
Index: text-level-semantics.html
===================================================================
RCS file: /sources/public/html5/spec-author-view/text-level-semantics.html,v
retrieving revision 1.33
retrieving revision 1.34
diff -u -d -r1.33 -r1.34
--- text-level-semantics.html 31 Aug 2009 09:17:00 -0000 1.33
+++ text-level-semantics.html 1 Sep 2009 04:46:32 -0000 1.34
@@ -1,3488 +0,0 @@
-<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN">
-<html lang="en-US-x-Hixie"><head><title>4.6 Text-level semantics — HTML 5</title><style type="text/css">
- pre { margin-left: 2em; white-space: pre-wrap; }
- h2 { margin: 3em 0 1em 0; }
- h3 { margin: 2.5em 0 1em 0; }
- h4 { margin: 2.5em 0 0.75em 0; }
- h5, h6 { margin: 2.5em 0 1em; }
- h1 + h2, h1 + h2 + h2 { margin: 0.75em 0 0.75em; }
- h2 + h3, h3 + h4, h4 + h5, h5 + h6 { margin-top: 0.5em; }
- p { margin: 1em 0; }
- hr:not(.top) { display: block; background: none; border: none; padding: 0; margin: 2em 0; height: auto; }
[...3458 lines suppressed...]
- <dt>Contexts in which this element may be used:</dt>
- <dd>As a child of an <code><a href="#the-object-element">object</a></code> element, before any <a href="dom.html#flow-content">flow content</a>.</dd>
- <dt>Content model:</dt>
- <dd>Empty.</dd>
- <dt>Content attributes:</dt>
- <dd><a href="dom.html#global-attributes">Global attributes</a></dd>
- <dd><code title="attr-param-name"><a href="#attr-param-name">name</a></code></dd>
- <dd><code title="attr-param-value"><a href="#attr-param-value">value</a></code></dd>
- <dt>DOM interface:</dt>
- <dd>
-<pre class="idl">interface <dfn id="htmlparamelement">HTMLParamElement</dfn> : <a href="dom.html#htmlelement">HTMLElement</a> {
- attribute DOMString <a href="#dom-param-name" title="dom-param-name">name</a>;
- attribute DOMString <a href="#dom-param-value" title="dom-param-value">value</a>;
-};</pre>
- </dd>
- </dl><p>The <code><a href="#the-param-element">param</a></code> element defines parameters for plugins
- invoked by <code><a href="#the-object-element">object</a></code> elements. It does not <a href="#represents" title="represents">represent</a> anything on its own.</p><p>The <dfn id="attr-param-name" title="attr-param-name"><code>name</code></dfn>
- attribute gives the name of the parameter.</p><p>The <dfn id="attr-param-value" title="attr-param-value"><code>value</code></dfn>
- attribute gives the value of the parameter.</p><p>Both attributes must be present. They may have any value.</p></body></html>
\ No newline at end of file
Index: history.html
===================================================================
RCS file: /sources/public/html5/spec-author-view/history.html,v
retrieving revision 1.33
retrieving revision 1.34
diff -u -d -r1.33 -r1.34
--- history.html 31 Aug 2009 09:16:59 -0000 1.33
+++ history.html 1 Sep 2009 04:46:23 -0000 1.34
@@ -177,6 +177,7 @@
<h1>HTML5</h1>
<h2 class="no-num no-toc" id="a-vocabulary-and-associated-apis-for-html-and-xhtml">A vocabulary and associated APIs for HTML and XHTML</h2>
<p>This is revision 1.2900.</p>
+<p>This is revision 1.2900.</p>
</div><div>
<a href="offline.html">← 6.7 Offline Web applications</a> –
<a href="Overview.html#contents">Table of contents</a> –
Index: tabular-data.html
===================================================================
RCS file: /sources/public/html5/spec-author-view/tabular-data.html,v
retrieving revision 1.33
retrieving revision 1.34
diff -u -d -r1.33 -r1.34
--- tabular-data.html 31 Aug 2009 09:16:59 -0000 1.33
+++ tabular-data.html 1 Sep 2009 04:46:26 -0000 1.34
@@ -177,6 +177,7 @@
<h1>HTML5</h1>
<h2 class="no-num no-toc" id="a-vocabulary-and-associated-apis-for-html-and-xhtml">A vocabulary and associated APIs for HTML and XHTML</h2>
<p>This is revision 1.2900.</p>
+<p>This is revision 1.2900.</p>
</div><div>
<a href="the-canvas-element.html">← 4.8.11 The canvas element</a> –
<a href="Overview.html#contents">Table of contents</a> –
Index: microdata.html
===================================================================
RCS file: /sources/public/html5/spec-author-view/microdata.html,v
retrieving revision 1.33
retrieving revision 1.34
diff -u -d -r1.33 -r1.34
--- microdata.html 31 Aug 2009 09:16:59 -0000 1.33
+++ microdata.html 1 Sep 2009 04:46:24 -0000 1.34
@@ -177,6 +177,7 @@
<h1>HTML5</h1>
<h2 class="no-num no-toc" id="a-vocabulary-and-associated-apis-for-html-and-xhtml">A vocabulary and associated APIs for HTML and XHTML</h2>
<p>This is revision 1.2900.</p>
+<p>This is revision 1.2900.</p>
</div><div>
<a href="interactive-elements.html">← 4.11 Interactive elements</a> –
<a href="Overview.html#contents">Table of contents</a> –
Index: embedded-content-0.html
===================================================================
RCS file: /sources/public/html5/spec-author-view/embedded-content-0.html,v
retrieving revision 1.33
retrieving revision 1.34
diff -u -d -r1.33 -r1.34
--- embedded-content-0.html 31 Aug 2009 09:16:59 -0000 1.33
+++ embedded-content-0.html 1 Sep 2009 04:46:23 -0000 1.34
@@ -177,6 +177,7 @@
<h1>HTML5</h1>
<h2 class="no-num no-toc" id="a-vocabulary-and-associated-apis-for-html-and-xhtml">A vocabulary and associated APIs for HTML and XHTML</h2>
<p>This is revision 1.2900.</p>
+<p>This is revision 1.2900.</p>
</div><div>
<a href="dom.html">← 3 Semantics, structure, and APIs of HTML documents</a> –
<a href="Overview.html#contents">Table of contents</a> –
Index: dom.html
===================================================================
RCS file: /sources/public/html5/spec-author-view/dom.html,v
retrieving revision 1.33
retrieving revision 1.34
diff -u -d -r1.33 -r1.34
--- dom.html 31 Aug 2009 09:16:59 -0000 1.33
+++ dom.html 1 Sep 2009 04:46:21 -0000 1.34
@@ -177,6 +177,7 @@
<h1>HTML5</h1>
<h2 class="no-num no-toc" id="a-vocabulary-and-associated-apis-for-html-and-xhtml">A vocabulary and associated APIs for HTML and XHTML</h2>
<p>This is revision 1.2900.</p>
+<p>This is revision 1.2900.</p>
</div><div>
<a href="infrastructure.html">← 2 Common infrastructure</a> –
<a href="Overview.html#contents">Table of contents</a> –
Index: acknowledgements.html
===================================================================
RCS file: /sources/public/html5/spec-author-view/acknowledgements.html,v
retrieving revision 1.33
retrieving revision 1.34
diff -u -d -r1.33 -r1.34
--- acknowledgements.html 31 Aug 2009 09:16:59 -0000 1.33
+++ acknowledgements.html 1 Sep 2009 04:46:18 -0000 1.34
@@ -176,6 +176,7 @@
<h1>HTML5</h1>
<h2 class="no-num no-toc" id="a-vocabulary-and-associated-apis-for-html-and-xhtml">A vocabulary and associated APIs for HTML and XHTML</h2>
<p>This is revision 1.2900.</p>
+<p>This is revision 1.2900.</p>
</div><div>
<a href="references.html">← References</a> –
<a href="Overview.html#contents">Table of contents</a>
Index: the-canvas-element.html
===================================================================
RCS file: /sources/public/html5/spec-author-view/the-canvas-element.html,v
retrieving revision 1.33
retrieving revision 1.34
diff -u -d -r1.33 -r1.34
--- the-canvas-element.html 31 Aug 2009 09:17:00 -0000 1.33
+++ the-canvas-element.html 1 Sep 2009 04:46:32 -0000 1.34
@@ -177,6 +177,7 @@
<h1>HTML5</h1>
<h2 class="no-num no-toc" id="a-vocabulary-and-associated-apis-for-html-and-xhtml">A vocabulary and associated APIs for HTML and XHTML</h2>
<p>This is revision 1.2900.</p>
+<p>This is revision 1.2900.</p>
</div><div>
<a href="video.html">← 4.8.7 The video element</a> –
<a href="Overview.html#contents">Table of contents</a> –
Index: iana-considerations.html
===================================================================
RCS file: /sources/public/html5/spec-author-view/iana-considerations.html,v
retrieving revision 1.33
retrieving revision 1.34
diff -u -d -r1.33 -r1.34
--- iana-considerations.html 31 Aug 2009 09:16:59 -0000 1.33
+++ iana-considerations.html 1 Sep 2009 04:46:23 -0000 1.34
@@ -177,6 +177,7 @@
<h1>HTML5</h1>
<h2 class="no-num no-toc" id="a-vocabulary-and-associated-apis-for-html-and-xhtml">A vocabulary and associated APIs for HTML and XHTML</h2>
<p>This is revision 1.2900.</p>
+<p>This is revision 1.2900.</p>
</div><div>
<a href="no.html">← 12 Things that you can't do with this specification because they are better handled using other technologies that are further described herein</a> –
<a href="Overview.html#contents">Table of contents</a> –
Index: forms.html
===================================================================
RCS file: /sources/public/html5/spec-author-view/forms.html,v
retrieving revision 1.33
retrieving revision 1.34
diff -u -d -r1.33 -r1.34
--- forms.html 31 Aug 2009 09:16:59 -0000 1.33
+++ forms.html 1 Sep 2009 04:46:23 -0000 1.34
@@ -177,6 +177,7 @@
<h1>HTML5</h1>
<h2 class="no-num no-toc" id="a-vocabulary-and-associated-apis-for-html-and-xhtml">A vocabulary and associated APIs for HTML and XHTML</h2>
<p>This is revision 1.2900.</p>
+<p>This is revision 1.2900.</p>
</div><div>
<a href="tabular-data.html">← 4.9 Tabular data</a> –
<a href="Overview.html#contents">Table of contents</a> –
Index: interactive-elements.html
===================================================================
RCS file: /sources/public/html5/spec-author-view/interactive-elements.html,v
retrieving revision 1.33
retrieving revision 1.34
diff -u -d -r1.33 -r1.34
--- interactive-elements.html 31 Aug 2009 09:16:59 -0000 1.33
+++ interactive-elements.html 1 Sep 2009 04:46:23 -0000 1.34
@@ -177,6 +177,7 @@
<h1>HTML5</h1>
<h2 class="no-num no-toc" id="a-vocabulary-and-associated-apis-for-html-and-xhtml">A vocabulary and associated APIs for HTML and XHTML</h2>
<p>This is revision 1.2900.</p>
+<p>This is revision 1.2900.</p>
</div><div>
<a href="forms.html">← 4.10 Forms</a> –
<a href="Overview.html#contents">Table of contents</a> –
Index: editing.html
===================================================================
RCS file: /sources/public/html5/spec-author-view/editing.html,v
retrieving revision 1.33
retrieving revision 1.34
diff -u -d -r1.33 -r1.34
--- editing.html 31 Aug 2009 09:16:59 -0000 1.33
+++ editing.html 1 Sep 2009 04:46:23 -0000 1.34
@@ -177,6 +177,7 @@
<h1>HTML5</h1>
<h2 class="no-num no-toc" id="a-vocabulary-and-associated-apis-for-html-and-xhtml">A vocabulary and associated APIs for HTML and XHTML</h2>
<p>This is revision 1.2900.</p>
+<p>This is revision 1.2900.</p>
</div><div>
<a href="history.html">← 6.8 Session history and navigation</a> –
<a href="Overview.html#contents">Table of contents</a> –
Index: video.html
===================================================================
RCS file: /sources/public/html5/spec-author-view/video.html,v
retrieving revision 1.33
retrieving revision 1.34
diff -u -d -r1.33 -r1.34
--- video.html 31 Aug 2009 09:17:00 -0000 1.33
+++ video.html 1 Sep 2009 04:46:32 -0000 1.34
@@ -177,6 +177,7 @@
<h1>HTML5</h1>
<h2 class="no-num no-toc" id="a-vocabulary-and-associated-apis-for-html-and-xhtml">A vocabulary and associated APIs for HTML and XHTML</h2>
<p>This is revision 1.2900.</p>
+<p>This is revision 1.2900.</p>
</div><div>
<a href="text-level-semantics.html">← 4.6 Text-level semantics</a> –
<a href="Overview.html#contents">Table of contents</a> –
Index: browsers.html
===================================================================
RCS file: /sources/public/html5/spec-author-view/browsers.html,v
retrieving revision 1.33
retrieving revision 1.34
diff -u -d -r1.33 -r1.34
--- browsers.html 31 Aug 2009 09:16:59 -0000 1.33
+++ browsers.html 1 Sep 2009 04:46:19 -0000 1.34
@@ -177,6 +177,7 @@
<h1>HTML5</h1>
<h2 class="no-num no-toc" id="a-vocabulary-and-associated-apis-for-html-and-xhtml">A vocabulary and associated APIs for HTML and XHTML</h2>
<p>This is revision 1.2900.</p>
+<p>This is revision 1.2900.</p>
</div><div>
<a href="microdata.html">← 5 Microdata</a> –
<a href="Overview.html#contents">Table of contents</a> –
Index: the-xhtml-syntax.html
===================================================================
RCS file: /sources/public/html5/spec-author-view/the-xhtml-syntax.html,v
retrieving revision 1.33
retrieving revision 1.34
diff -u -d -r1.33 -r1.34
--- the-xhtml-syntax.html 31 Aug 2009 09:17:00 -0000 1.33
+++ the-xhtml-syntax.html 1 Sep 2009 04:46:32 -0000 1.34
@@ -177,6 +177,7 @@
<h1>HTML5</h1>
<h2 class="no-num no-toc" id="a-vocabulary-and-associated-apis-for-html-and-xhtml">A vocabulary and associated APIs for HTML and XHTML</h2>
<p>This is revision 1.2900.</p>
+<p>This is revision 1.2900.</p>
</div><div>
<a href="named-character-references.html">← 9.2 Named character references</a> –
<a href="Overview.html#contents">Table of contents</a> –
Index: offline.html
===================================================================
RCS file: /sources/public/html5/spec-author-view/offline.html,v
retrieving revision 1.33
retrieving revision 1.34
diff -u -d -r1.33 -r1.34
--- offline.html 31 Aug 2009 09:16:59 -0000 1.33
+++ offline.html 1 Sep 2009 04:46:24 -0000 1.34
@@ -177,6 +177,7 @@
<h1>HTML5</h1>
<h2 class="no-num no-toc" id="a-vocabulary-and-associated-apis-for-html-and-xhtml">A vocabulary and associated APIs for HTML and XHTML</h2>
<p>This is revision 1.2900.</p>
+<p>This is revision 1.2900.</p>
</div><div>
<a href="browsers.html">← 6 Web browsers</a> –
<a href="Overview.html#contents">Table of contents</a> –
Index: syntax.html
===================================================================
RCS file: /sources/public/html5/spec-author-view/syntax.html,v
retrieving revision 1.33
retrieving revision 1.34
diff -u -d -r1.33 -r1.34
--- syntax.html 31 Aug 2009 09:16:59 -0000 1.33
+++ syntax.html 1 Sep 2009 04:46:24 -0000 1.34
@@ -177,6 +177,7 @@
<h1>HTML5</h1>
<h2 class="no-num no-toc" id="a-vocabulary-and-associated-apis-for-html-and-xhtml">A vocabulary and associated APIs for HTML and XHTML</h2>
<p>This is revision 1.2900.</p>
+<p>This is revision 1.2900.</p>
</div><div>
<a href="comms.html">← 8 Communication</a> –
<a href="Overview.html#contents">Table of contents</a> –
Index: obsolete.html
===================================================================
RCS file: /sources/public/html5/spec-author-view/obsolete.html,v
retrieving revision 1.33
retrieving revision 1.34
diff -u -d -r1.33 -r1.34
--- obsolete.html 31 Aug 2009 09:16:59 -0000 1.33
+++ obsolete.html 1 Sep 2009 04:46:24 -0000 1.34
@@ -177,6 +177,7 @@
<h1>HTML5</h1>
<h2 class="no-num no-toc" id="a-vocabulary-and-associated-apis-for-html-and-xhtml">A vocabulary and associated APIs for HTML and XHTML</h2>
<p>This is revision 1.2900.</p>
+<p>This is revision 1.2900.</p>
</div><div>
<a href="the-xhtml-syntax.html">← 10 The XHTML syntax</a> –
<a href="Overview.html#contents">Table of contents</a> –
Index: named-character-references.html
===================================================================
RCS file: /sources/public/html5/spec-author-view/named-character-references.html,v
retrieving revision 1.33
retrieving revision 1.34
diff -u -d -r1.33 -r1.34
--- named-character-references.html 31 Aug 2009 09:16:59 -0000 1.33
+++ named-character-references.html 1 Sep 2009 04:46:24 -0000 1.34
@@ -177,6 +177,7 @@
<h1>HTML5</h1>
<h2 class="no-num no-toc" id="a-vocabulary-and-associated-apis-for-html-and-xhtml">A vocabulary and associated APIs for HTML and XHTML</h2>
<p>This is revision 1.2900.</p>
+<p>This is revision 1.2900.</p>
</div><div>
<a href="syntax.html">← 9 The HTML syntax</a> –
<a href="Overview.html#contents">Table of contents</a> –
Index: references.html
===================================================================
RCS file: /sources/public/html5/spec-author-view/references.html,v
retrieving revision 1.33
retrieving revision 1.34
diff -u -d -r1.33 -r1.34
--- references.html 31 Aug 2009 09:16:59 -0000 1.33
+++ references.html 1 Sep 2009 04:46:24 -0000 1.34
@@ -177,6 +177,7 @@
<h1>HTML5</h1>
<h2 class="no-num no-toc" id="a-vocabulary-and-associated-apis-for-html-and-xhtml">A vocabulary and associated APIs for HTML and XHTML</h2>
<p>This is revision 1.2900.</p>
+<p>This is revision 1.2900.</p>
</div><div>
<a href="index.html">← Index</a> –
<a href="Overview.html#contents">Table of contents</a> –
Index: semantics.html
===================================================================
RCS file: /sources/public/html5/spec-author-view/semantics.html,v
retrieving revision 1.33
retrieving revision 1.34
diff -u -d -r1.33 -r1.34
--- semantics.html 31 Aug 2009 09:16:59 -0000 1.33
+++ semantics.html 1 Sep 2009 04:46:24 -0000 1.34
@@ -177,6 +177,7 @@
<h1>HTML5</h1>
<h2 class="no-num no-toc" id="a-vocabulary-and-associated-apis-for-html-and-xhtml">A vocabulary and associated APIs for HTML and XHTML</h2>
<p>This is revision 1.2900.</p>
+<p>This is revision 1.2900.</p>
</div><div>
<a href="embedded-content-0.html">← 3.2.5.1.6 Embedded content</a> –
<a href="Overview.html#contents">Table of contents</a> –
Index: index.html
===================================================================
RCS file: /sources/public/html5/spec-author-view/index.html,v
retrieving revision 1.33
retrieving revision 1.34
diff -u -d -r1.33 -r1.34
--- index.html 31 Aug 2009 09:16:59 -0000 1.33
+++ index.html 1 Sep 2009 04:46:23 -0000 1.34
@@ -177,6 +177,7 @@
<h1>HTML5</h1>
<h2 class="no-num no-toc" id="a-vocabulary-and-associated-apis-for-html-and-xhtml">A vocabulary and associated APIs for HTML and XHTML</h2>
<p>This is revision 1.2900.</p>
+<p>This is revision 1.2900.</p>
</div><div>
<a href="iana-considerations.html">← IANA considerations</a> –
<a href="Overview.html#contents">Table of contents</a> –
Index: comms.html
===================================================================
RCS file: /sources/public/html5/spec-author-view/comms.html,v
retrieving revision 1.33
retrieving revision 1.34
diff -u -d -r1.33 -r1.34
--- comms.html 31 Aug 2009 09:16:59 -0000 1.33
+++ comms.html 1 Sep 2009 04:46:20 -0000 1.34
@@ -177,6 +177,7 @@
<h1>HTML5</h1>
<h2 class="no-num no-toc" id="a-vocabulary-and-associated-apis-for-html-and-xhtml">A vocabulary and associated APIs for HTML and XHTML</h2>
<p>This is revision 1.2900.</p>
+<p>This is revision 1.2900.</p>
</div><div>
<a href="editing.html">← 7 User Interaction</a> –
<a href="Overview.html#contents">Table of contents</a> –
Index: spec.html
===================================================================
RCS file: /sources/public/html5/spec-author-view/spec.html,v
retrieving revision 1.33
retrieving revision 1.34
diff -u -d -r1.33 -r1.34
--- spec.html 31 Aug 2009 09:16:59 -0000 1.33
+++ spec.html 1 Sep 2009 04:46:24 -0000 1.34
@@ -3437,23519 +3437,4 @@
case, the changes admittedly don't make much sense). Notice how
this example has exactly the same paragraphs as the previous one,
despite the <code><a href=#the-ins-element>ins</a></code> and <code><a href=#the-del-element>del</a></code> elements —
- the <code><a href=#the-ins-element>ins</a></code> element straddles the heading and the first
- paragraph, and the <code><a href=#the-del-element>del</a></code> element straddles the boundary
- between the two paragraphs.</p>
-
- <pre><section>
- <ins><h1>Example of paragraphs</h1>
- This is the <em>first</em> paragraph in</ins> this example<del>.
- <p>This is the second.</p></del>
[...23491 lines suppressed...]
- string as a hexadecimal number.
- XXX * expose the form data set, either as an object (on which one can
- invoke the JSON serialiser), or in the form of a method on
- HTMLFormElement that returns the form data set serialised
- according to a particular encoding (defaulting to the form's
- enctype="" one, probably). This would allow forms to be used
- with XHR-like systems without having to manually construct the
- form data set the way that is done today.
- XXX * become more consistent about what markup we use to mark up
- productions (nothing? <i>? <code>?)
- XXX * should check all cases of 'active document' and change the
- relevant ones to 'fully active document'.
- XXX * use <code>Document</code> consistently instead of 'document'.
- XXX * s/raise/throw/g
- XXX * be clearer about arrays/lists/collections being zero-based
- despite using the term "/index/th".
---></body></html>
\ No newline at end of file
+ the <code><a href=#the-ins-element>ins</a></code> element straddles the heading and the first
\ No newline at end of file
Index: introduction.html
===================================================================
RCS file: /sources/public/html5/spec-author-view/introduction.html,v
retrieving revision 1.33
retrieving revision 1.34
diff -u -d -r1.33 -r1.34
--- introduction.html 31 Aug 2009 09:16:59 -0000 1.33
+++ introduction.html 1 Sep 2009 04:46:24 -0000 1.34
@@ -176,6 +176,7 @@
<h1>HTML5</h1>
<h2 class="no-num no-toc" id="a-vocabulary-and-associated-apis-for-html-and-xhtml">A vocabulary and associated APIs for HTML and XHTML</h2>
<p>This is revision 1.2900.</p>
+<p>This is revision 1.2900.</p>
</div><div>
<a href="Overview.html#contents">Table of contents</a> –
<a href="infrastructure.html">2 Common infrastructure →</a>
Index: no.html
===================================================================
RCS file: /sources/public/html5/spec-author-view/no.html,v
retrieving revision 1.33
retrieving revision 1.34
diff -u -d -r1.33 -r1.34
--- no.html 31 Aug 2009 09:16:59 -0000 1.33
+++ no.html 1 Sep 2009 04:46:24 -0000 1.34
@@ -177,6 +177,7 @@
<h1>HTML5</h1>
<h2 class="no-num no-toc" id="a-vocabulary-and-associated-apis-for-html-and-xhtml">A vocabulary and associated APIs for HTML and XHTML</h2>
<p>This is revision 1.2900.</p>
+<p>This is revision 1.2900.</p>
</div><div>
<a href="obsolete.html">← 11 Obsolete features</a> –
<a href="Overview.html#contents">Table of contents</a> –
Received on Tuesday, 1 September 2009 04:46:50 UTC