- From: Michael Smith via cvs-syncmail <cvsmail@w3.org>
- Date: Tue, 13 Apr 2010 23:06:44 +0000
- To: public-html-commits@w3.org
Update of /sources/public/html5/spec In directory hutz:/tmp/cvs-serv12385 Modified Files: acknowledgements.html browsers.html dom.html editing.html embedded-content-0.html forms.html history.html iana.html index.html infrastructure.html interactive-elements.html introduction.html named-character-references.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 webappapis.html Log Message: Clarify <mark> vs syntax highlighting. (whatwg r5041) [updated by splitter] Index: infrastructure.html =================================================================== RCS file: /sources/public/html5/spec/infrastructure.html,v retrieving revision 1.966 retrieving revision 1.967 diff -u -d -r1.966 -r1.967 --- infrastructure.html 13 Apr 2010 22:56:42 -0000 1.966 +++ infrastructure.html 13 Apr 2010 23:06:41 -0000 1.967 @@ -290,7 +290,7 @@ </head><body onload="fixBrokenLink(); init()"><div class="head" id="head"> <p><a href="http://www.w3.org/"><img alt="W3C" height="48" src="http://www.w3.org/Icons/w3c_home" width="72"></a></p> <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.4055.</p> + <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.4056.</p> </div><div> Index: text-level-semantics.html =================================================================== RCS file: /sources/public/html5/spec/text-level-semantics.html,v retrieving revision 1.952 retrieving revision 1.953 diff -u -d -r1.952 -r1.953 --- text-level-semantics.html 13 Apr 2010 22:56:43 -0000 1.952 +++ text-level-semantics.html 13 Apr 2010 23:06:42 -0000 1.953 @@ -290,7 +290,7 @@ </head><body onload="fixBrokenLink(); init()"><div class="head" id="head"> <p><a href="http://www.w3.org/"><img alt="W3C" height="48" src="http://www.w3.org/Icons/w3c_home" width="72"></a></p> <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.4055.</p> + <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.4056.</p> </div><div> @@ -1567,6 +1567,16 @@ i := <mark>1.1</mark>; end.</code></pre></pre> + <p>This is separate from <em>syntax highlighting</em>, for which + <code><a href="#the-span-element">span</a></code> is more appropriate. Combining both, one would + get:</p> + + <pre><p>The highlighted part below is where the error lies:</p> +<pre><code><span class=keyword>var</span> <span class=ident>i</span>: <span class=type>Integer</span>; +<span class=keyword>begin</span> + <span class=ident>i</span> := <span class=literal><mark>1.1</mark></span>; +<span class=keyword>end</span>.</code></pre></pre> + </div><div class="example"> <p>This is another example showing the use of <code><a href="#the-mark-element">mark</a></code> to Index: the-canvas-element.html =================================================================== RCS file: /sources/public/html5/spec/the-canvas-element.html,v retrieving revision 1.819 retrieving revision 1.820 diff -u -d -r1.819 -r1.820 --- the-canvas-element.html 13 Apr 2010 22:56:43 -0000 1.819 +++ the-canvas-element.html 13 Apr 2010 23:06:42 -0000 1.820 @@ -290,7 +290,7 @@ </head><body onload="fixBrokenLink(); init()"><div class="head" id="head"> <p><a href="http://www.w3.org/"><img alt="W3C" height="48" src="http://www.w3.org/Icons/w3c_home" width="72"></a></p> <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.4055.</p> + <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.4056.</p> </div><div> Index: tabular-data.html =================================================================== RCS file: /sources/public/html5/spec/tabular-data.html,v retrieving revision 1.947 retrieving revision 1.948 diff -u -d -r1.947 -r1.948 --- tabular-data.html 13 Apr 2010 22:56:43 -0000 1.947 +++ tabular-data.html 13 Apr 2010 23:06:42 -0000 1.948 @@ -290,7 +290,7 @@ </head><body onload="fixBrokenLink(); init()"><div class="head" id="head"> <p><a href="http://www.w3.org/"><img alt="W3C" height="48" src="http://www.w3.org/Icons/w3c_home" width="72"></a></p> <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.4055.</p> + <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.4056.</p> </div><div> Index: embedded-content-0.html =================================================================== RCS file: /sources/public/html5/spec/embedded-content-0.html,v retrieving revision 1.944 retrieving revision 1.945 diff -u -d -r1.944 -r1.945 --- embedded-content-0.html 13 Apr 2010 22:56:42 -0000 1.944 +++ embedded-content-0.html 13 Apr 2010 23:06:40 -0000 1.945 @@ -290,7 +290,7 @@ </head><body onload="fixBrokenLink(); init()"><div class="head" id="head"> <p><a href="http://www.w3.org/"><img alt="W3C" height="48" src="http://www.w3.org/Icons/w3c_home" width="72"></a></p> <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.4055.</p> + <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.4056.</p> </div><div> Index: dom.html =================================================================== RCS file: /sources/public/html5/spec/dom.html,v retrieving revision 1.958 retrieving revision 1.959 diff -u -d -r1.958 -r1.959 --- dom.html 13 Apr 2010 22:56:42 -0000 1.958 +++ dom.html 13 Apr 2010 23:06:40 -0000 1.959 @@ -290,7 +290,7 @@ </head><body onload="fixBrokenLink(); init()"><div class="head" id="head"> <p><a href="http://www.w3.org/"><img alt="W3C" height="48" src="http://www.w3.org/Icons/w3c_home" width="72"></a></p> <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.4055.</p> + <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.4056.</p> </div><div> Index: references.html =================================================================== RCS file: /sources/public/html5/spec/references.html,v retrieving revision 1.952 retrieving revision 1.953 diff -u -d -r1.952 -r1.953 --- references.html 13 Apr 2010 22:56:43 -0000 1.952 +++ references.html 13 Apr 2010 23:06:41 -0000 1.953 @@ -290,7 +290,7 @@ </head><body onload="fixBrokenLink(); init()"><div class="head" id="head"> <p><a href="http://www.w3.org/"><img alt="W3C" height="48" src="http://www.w3.org/Icons/w3c_home" width="72"></a></p> <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.4055.</p> + <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.4056.</p> </div><div> Index: acknowledgements.html =================================================================== RCS file: /sources/public/html5/spec/acknowledgements.html,v retrieving revision 1.962 retrieving revision 1.963 diff -u -d -r1.962 -r1.963 --- acknowledgements.html 13 Apr 2010 22:56:42 -0000 1.962 +++ acknowledgements.html 13 Apr 2010 23:06:40 -0000 1.963 @@ -289,7 +289,7 @@ </head><body onload="fixBrokenLink(); init()"><div class="head" id="head"> <p><a href="http://www.w3.org/"><img alt="W3C" height="48" src="http://www.w3.org/Icons/w3c_home" width="72"></a></p> <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.4055.</p> + <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.4056.</p> </div><div> Index: iana.html =================================================================== RCS file: /sources/public/html5/spec/iana.html,v retrieving revision 1.283 retrieving revision 1.284 diff -u -d -r1.283 -r1.284 --- iana.html 13 Apr 2010 22:56:42 -0000 1.283 +++ iana.html 13 Apr 2010 23:06:41 -0000 1.284 @@ -290,7 +290,7 @@ </head><body onload="fixBrokenLink(); init()"><div class="head" id="head"> <p><a href="http://www.w3.org/"><img alt="W3C" height="48" src="http://www.w3.org/Icons/w3c_home" width="72"></a></p> <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.4055.</p> + <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.4056.</p> </div><div> Index: forms.html =================================================================== RCS file: /sources/public/html5/spec/forms.html,v retrieving revision 1.951 retrieving revision 1.952 diff -u -d -r1.951 -r1.952 --- forms.html 13 Apr 2010 22:56:42 -0000 1.951 +++ forms.html 13 Apr 2010 23:06:41 -0000 1.952 @@ -290,7 +290,7 @@ </head><body onload="fixBrokenLink(); init()"><div class="head" id="head"> <p><a href="http://www.w3.org/"><img alt="W3C" height="48" src="http://www.w3.org/Icons/w3c_home" width="72"></a></p> <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.4055.</p> + <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.4056.</p> </div><div> Index: interactive-elements.html =================================================================== RCS file: /sources/public/html5/spec/interactive-elements.html,v retrieving revision 1.950 retrieving revision 1.951 diff -u -d -r1.950 -r1.951 --- interactive-elements.html 13 Apr 2010 22:56:42 -0000 1.950 +++ interactive-elements.html 13 Apr 2010 23:06:41 -0000 1.951 @@ -290,7 +290,7 @@ </head><body onload="fixBrokenLink(); init()"><div class="head" id="head"> <p><a href="http://www.w3.org/"><img alt="W3C" height="48" src="http://www.w3.org/Icons/w3c_home" width="72"></a></p> <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.4055.</p> + <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.4056.</p> </div><div> Index: editing.html =================================================================== RCS file: /sources/public/html5/spec/editing.html,v retrieving revision 1.953 retrieving revision 1.954 diff -u -d -r1.953 -r1.954 --- editing.html 13 Apr 2010 22:56:42 -0000 1.953 +++ editing.html 13 Apr 2010 23:06:40 -0000 1.954 @@ -290,7 +290,7 @@ </head><body onload="fixBrokenLink(); init()"><div class="head" id="head"> <p><a href="http://www.w3.org/"><img alt="W3C" height="48" src="http://www.w3.org/Icons/w3c_home" width="72"></a></p> <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.4055.</p> + <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.4056.</p> </div><div> Index: video.html =================================================================== RCS file: /sources/public/html5/spec/video.html,v retrieving revision 1.827 retrieving revision 1.828 diff -u -d -r1.827 -r1.828 --- video.html 13 Apr 2010 22:56:43 -0000 1.827 +++ video.html 13 Apr 2010 23:06:42 -0000 1.828 @@ -290,7 +290,7 @@ </head><body onload="fixBrokenLink(); init()"><div class="head" id="head"> <p><a href="http://www.w3.org/"><img alt="W3C" height="48" src="http://www.w3.org/Icons/w3c_home" width="72"></a></p> <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.4055.</p> + <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.4056.</p> </div><div> Index: browsers.html =================================================================== RCS file: /sources/public/html5/spec/browsers.html,v retrieving revision 1.952 retrieving revision 1.953 diff -u -d -r1.952 -r1.953 --- browsers.html 13 Apr 2010 22:56:42 -0000 1.952 +++ browsers.html 13 Apr 2010 23:06:40 -0000 1.953 @@ -290,7 +290,7 @@ </head><body onload="fixBrokenLink(); init()"><div class="head" id="head"> <p><a href="http://www.w3.org/"><img alt="W3C" height="48" src="http://www.w3.org/Icons/w3c_home" width="72"></a></p> <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.4055.</p> + <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.4056.</p> </div><div> Index: the-xhtml-syntax.html =================================================================== RCS file: /sources/public/html5/spec/the-xhtml-syntax.html,v retrieving revision 1.957 retrieving revision 1.958 diff -u -d -r1.957 -r1.958 --- the-xhtml-syntax.html 13 Apr 2010 22:56:43 -0000 1.957 +++ the-xhtml-syntax.html 13 Apr 2010 23:06:42 -0000 1.958 @@ -290,7 +290,7 @@ </head><body onload="fixBrokenLink(); init()"><div class="head" id="head"> <p><a href="http://www.w3.org/"><img alt="W3C" height="48" src="http://www.w3.org/Icons/w3c_home" width="72"></a></p> <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.4055.</p> + <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.4056.</p> </div><div> Index: offline.html =================================================================== RCS file: /sources/public/html5/spec/offline.html,v retrieving revision 1.946 retrieving revision 1.947 diff -u -d -r1.946 -r1.947 --- offline.html 13 Apr 2010 22:56:43 -0000 1.946 +++ offline.html 13 Apr 2010 23:06:41 -0000 1.947 @@ -290,7 +290,7 @@ </head><body onload="fixBrokenLink(); init()"><div class="head" id="head"> <p><a href="http://www.w3.org/"><img alt="W3C" height="48" src="http://www.w3.org/Icons/w3c_home" width="72"></a></p> <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.4055.</p> + <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.4056.</p> </div><div> Index: obsolete.html =================================================================== RCS file: /sources/public/html5/spec/obsolete.html,v retrieving revision 1.948 retrieving revision 1.949 diff -u -d -r1.948 -r1.949 --- obsolete.html 13 Apr 2010 22:56:43 -0000 1.948 +++ obsolete.html 13 Apr 2010 23:06:41 -0000 1.949 @@ -290,7 +290,7 @@ </head><body onload="fixBrokenLink(); init()"><div class="head" id="head"> <p><a href="http://www.w3.org/"><img alt="W3C" height="48" src="http://www.w3.org/Icons/w3c_home" width="72"></a></p> <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.4055.</p> + <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.4056.</p> </div><div> Index: named-character-references.html =================================================================== RCS file: /sources/public/html5/spec/named-character-references.html,v retrieving revision 1.945 retrieving revision 1.946 diff -u -d -r1.945 -r1.946 --- named-character-references.html 13 Apr 2010 22:56:43 -0000 1.945 +++ named-character-references.html 13 Apr 2010 23:06:41 -0000 1.946 @@ -290,7 +290,7 @@ </head><body onload="fixBrokenLink(); init()"><div class="head" id="head"> <p><a href="http://www.w3.org/"><img alt="W3C" height="48" src="http://www.w3.org/Icons/w3c_home" width="72"></a></p> <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.4055.</p> + <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.4056.</p> </div><div> Index: history.html =================================================================== RCS file: /sources/public/html5/spec/history.html,v retrieving revision 1.948 retrieving revision 1.949 diff -u -d -r1.948 -r1.949 --- history.html 13 Apr 2010 22:56:42 -0000 1.948 +++ history.html 13 Apr 2010 23:06:41 -0000 1.949 @@ -290,7 +290,7 @@ </head><body onload="fixBrokenLink(); init()"><div class="head" id="head"> <p><a href="http://www.w3.org/"><img alt="W3C" height="48" src="http://www.w3.org/Icons/w3c_home" width="72"></a></p> <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.4055.</p> + <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.4056.</p> </div><div> Index: semantics.html =================================================================== RCS file: /sources/public/html5/spec/semantics.html,v retrieving revision 1.966 retrieving revision 1.967 diff -u -d -r1.966 -r1.967 --- semantics.html 13 Apr 2010 22:56:43 -0000 1.966 +++ semantics.html 13 Apr 2010 23:06:41 -0000 1.967 @@ -290,7 +290,7 @@ </head><body onload="fixBrokenLink(); init()"><div class="head" id="head"> <p><a href="http://www.w3.org/"><img alt="W3C" height="48" src="http://www.w3.org/Icons/w3c_home" width="72"></a></p> <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.4055.</p> + <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.4056.</p> </div><div> Index: index.html =================================================================== RCS file: /sources/public/html5/spec/index.html,v retrieving revision 1.954 retrieving revision 1.955 diff -u -d -r1.954 -r1.955 --- index.html 13 Apr 2010 22:56:42 -0000 1.954 +++ index.html 13 Apr 2010 23:06:41 -0000 1.955 @@ -290,7 +290,7 @@ </head><body onload="fixBrokenLink(); init()"><div class="head" id="head"> <p><a href="http://www.w3.org/"><img alt="W3C" height="48" src="http://www.w3.org/Icons/w3c_home" width="72"></a></p> <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.4055.</p> + <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.4056.</p> </div><div> Index: spec.html =================================================================== RCS file: /sources/public/html5/spec/spec.html,v retrieving revision 1.996 retrieving revision 1.997 diff -u -d -r1.996 -r1.997 --- spec.html 13 Apr 2010 22:56:43 -0000 1.996 +++ spec.html 13 Apr 2010 23:06:41 -0000 1.997 @@ -307,7 +307,7 @@ </dl><p>This specification is available in the following formats: <a href="Overview.html">single page HTML</a>, <a href="spec.html">multipage HTML</a>. -This is revision 1.4055. +This is revision 1.4056. </p> <p class="copyright"><a href="http://www.w3.org/Consortium/Legal/ipr-notice#Copyright">Copyright</a> © 2010 <a href="http://www.w3.org/"><abbr title="World Wide Index: introduction.html =================================================================== RCS file: /sources/public/html5/spec/introduction.html,v retrieving revision 1.955 retrieving revision 1.956 diff -u -d -r1.955 -r1.956 --- introduction.html 13 Apr 2010 22:56:43 -0000 1.955 +++ introduction.html 13 Apr 2010 23:06:41 -0000 1.956 @@ -289,7 +289,7 @@ </head><body onload="fixBrokenLink(); init()"><div class="head" id="head"> <p><a href="http://www.w3.org/"><img alt="W3C" height="48" src="http://www.w3.org/Icons/w3c_home" width="72"></a></p> <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.4055.</p> + <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.4056.</p> </div><div> Index: syntax.html =================================================================== RCS file: /sources/public/html5/spec/syntax.html,v retrieving revision 1.959 retrieving revision 1.960 diff -u -d -r1.959 -r1.960 --- syntax.html 13 Apr 2010 22:56:43 -0000 1.959 +++ syntax.html 13 Apr 2010 23:06:42 -0000 1.960 @@ -290,7 +290,7 @@ </head><body onload="fixBrokenLink(); init()"><div class="head" id="head"> <p><a href="http://www.w3.org/"><img alt="W3C" height="48" src="http://www.w3.org/Icons/w3c_home" width="72"></a></p> <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.4055.</p> + <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.4056.</p> </div><div> Index: webappapis.html =================================================================== RCS file: /sources/public/html5/spec/webappapis.html,v retrieving revision 1.81 retrieving revision 1.82 diff -u -d -r1.81 -r1.82 --- webappapis.html 13 Apr 2010 22:56:43 -0000 1.81 +++ webappapis.html 13 Apr 2010 23:06:42 -0000 1.82 @@ -290,7 +290,7 @@ </head><body onload="fixBrokenLink(); init()"><div class="head" id="head"> <p><a href="http://www.w3.org/"><img alt="W3C" height="48" src="http://www.w3.org/Icons/w3c_home" width="72"></a></p> <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.4055.</p> + <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.4056.</p> </div><div>
Received on Tuesday, 13 April 2010 23:06:46 UTC