- From: Michael Smith via cvs-syncmail <cvsmail@w3.org>
- Date: Mon, 12 Apr 2010 23:57:05 +0000
- To: public-html-commits@w3.org
Update of /sources/public/html5/spec In directory hutz:/tmp/cvs-serv16088 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: fix an infinite loop (or crash, i guess) at the end of a list of tokens in this algorithm (whatwg r5006) [updated by splitter] Index: infrastructure.html =================================================================== RCS file: /sources/public/html5/spec/infrastructure.html,v retrieving revision 1.939 retrieving revision 1.940 diff -u -d -r1.939 -r1.940 --- infrastructure.html 12 Apr 2010 23:46:45 -0000 1.939 +++ infrastructure.html 12 Apr 2010 23:57:02 -0000 1.940 @@ -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.4022.</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.4023.</p> </div><div> @@ -2853,7 +2853,8 @@ <li><p>Let <var title="">position</var> be a pointer into <var title="">input</var>, initially pointing at the start of the string.</p></li> - <li><p>If <var title="">position</var> is beyond the end of <var title="">input</var>, abort these steps.</p></li> + <li><p><i>Loop</i>: If <var title="">position</var> is beyond the + end of <var title="">input</var>, abort these steps.</p></li> <li><p>If the character at <var title="">position</var> is a <a href="#space-character">space character</a>:</p> @@ -2864,7 +2865,7 @@ <li><p>Advance <var title="">position</var> so it points at the next character in <var title="">input</var>.</p></li> - <li><p>Return to step 5 in the overall set of steps.</p></li> + <li><p>Return to the step labeled <i>loop</i>.</p></li> </ol></li> @@ -2889,7 +2890,7 @@ <li><p>Otherwise, append <var title="">s</var> to the end of <var title="">output</var>.</p></li> - <li><p>Return to step 6 in the overall set of steps.</p></li> + <li><p>Return to the step labeled <i>loop</i>.</p></li> </ol><p class="note">This causes any occurrences of the token to be removed from the string, and any spaces that were surrounding the Index: text-level-semantics.html =================================================================== RCS file: /sources/public/html5/spec/text-level-semantics.html,v retrieving revision 1.925 retrieving revision 1.926 diff -u -d -r1.925 -r1.926 --- text-level-semantics.html 12 Apr 2010 23:46:46 -0000 1.925 +++ text-level-semantics.html 12 Apr 2010 23:57:03 -0000 1.926 @@ -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.4022.</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.4023.</p> </div><div> Index: the-canvas-element.html =================================================================== RCS file: /sources/public/html5/spec/the-canvas-element.html,v retrieving revision 1.792 retrieving revision 1.793 diff -u -d -r1.792 -r1.793 --- the-canvas-element.html 12 Apr 2010 23:46:46 -0000 1.792 +++ the-canvas-element.html 12 Apr 2010 23:57:03 -0000 1.793 @@ -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.4022.</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.4023.</p> </div><div> Index: tabular-data.html =================================================================== RCS file: /sources/public/html5/spec/tabular-data.html,v retrieving revision 1.920 retrieving revision 1.921 diff -u -d -r1.920 -r1.921 --- tabular-data.html 12 Apr 2010 23:46:46 -0000 1.920 +++ tabular-data.html 12 Apr 2010 23:57:03 -0000 1.921 @@ -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.4022.</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.4023.</p> </div><div> Index: embedded-content-0.html =================================================================== RCS file: /sources/public/html5/spec/embedded-content-0.html,v retrieving revision 1.917 retrieving revision 1.918 diff -u -d -r1.917 -r1.918 --- embedded-content-0.html 12 Apr 2010 23:46:44 -0000 1.917 +++ embedded-content-0.html 12 Apr 2010 23:57:01 -0000 1.918 @@ -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.4022.</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.4023.</p> </div><div> Index: dom.html =================================================================== RCS file: /sources/public/html5/spec/dom.html,v retrieving revision 1.931 retrieving revision 1.932 diff -u -d -r1.931 -r1.932 --- dom.html 12 Apr 2010 23:46:44 -0000 1.931 +++ dom.html 12 Apr 2010 23:57:01 -0000 1.932 @@ -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.4022.</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.4023.</p> </div><div> Index: references.html =================================================================== RCS file: /sources/public/html5/spec/references.html,v retrieving revision 1.925 retrieving revision 1.926 diff -u -d -r1.925 -r1.926 --- references.html 12 Apr 2010 23:46:45 -0000 1.925 +++ references.html 12 Apr 2010 23:57:02 -0000 1.926 @@ -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.4022.</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.4023.</p> </div><div> Index: acknowledgements.html =================================================================== RCS file: /sources/public/html5/spec/acknowledgements.html,v retrieving revision 1.935 retrieving revision 1.936 diff -u -d -r1.935 -r1.936 --- acknowledgements.html 12 Apr 2010 23:46:44 -0000 1.935 +++ acknowledgements.html 12 Apr 2010 23:57:01 -0000 1.936 @@ -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.4022.</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.4023.</p> </div><div> Index: iana.html =================================================================== RCS file: /sources/public/html5/spec/iana.html,v retrieving revision 1.256 retrieving revision 1.257 diff -u -d -r1.256 -r1.257 --- iana.html 12 Apr 2010 23:46:45 -0000 1.256 +++ iana.html 12 Apr 2010 23:57:02 -0000 1.257 @@ -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.4022.</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.4023.</p> </div><div> Index: forms.html =================================================================== RCS file: /sources/public/html5/spec/forms.html,v retrieving revision 1.924 retrieving revision 1.925 diff -u -d -r1.924 -r1.925 --- forms.html 12 Apr 2010 23:46:44 -0000 1.924 +++ forms.html 12 Apr 2010 23:57:01 -0000 1.925 @@ -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.4022.</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.4023.</p> </div><div> Index: interactive-elements.html =================================================================== RCS file: /sources/public/html5/spec/interactive-elements.html,v retrieving revision 1.923 retrieving revision 1.924 diff -u -d -r1.923 -r1.924 --- interactive-elements.html 12 Apr 2010 23:46:45 -0000 1.923 +++ interactive-elements.html 12 Apr 2010 23:57:02 -0000 1.924 @@ -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.4022.</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.4023.</p> </div><div> Index: editing.html =================================================================== RCS file: /sources/public/html5/spec/editing.html,v retrieving revision 1.926 retrieving revision 1.927 diff -u -d -r1.926 -r1.927 --- editing.html 12 Apr 2010 23:46:44 -0000 1.926 +++ editing.html 12 Apr 2010 23:57:01 -0000 1.927 @@ -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.4022.</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.4023.</p> </div><div> Index: video.html =================================================================== RCS file: /sources/public/html5/spec/video.html,v retrieving revision 1.800 retrieving revision 1.801 diff -u -d -r1.800 -r1.801 --- video.html 12 Apr 2010 23:46:46 -0000 1.800 +++ video.html 12 Apr 2010 23:57:03 -0000 1.801 @@ -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.4022.</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.4023.</p> </div><div> Index: browsers.html =================================================================== RCS file: /sources/public/html5/spec/browsers.html,v retrieving revision 1.925 retrieving revision 1.926 diff -u -d -r1.925 -r1.926 --- browsers.html 12 Apr 2010 23:46:44 -0000 1.925 +++ browsers.html 12 Apr 2010 23:57:01 -0000 1.926 @@ -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.4022.</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.4023.</p> </div><div> Index: the-xhtml-syntax.html =================================================================== RCS file: /sources/public/html5/spec/the-xhtml-syntax.html,v retrieving revision 1.930 retrieving revision 1.931 diff -u -d -r1.930 -r1.931 --- the-xhtml-syntax.html 12 Apr 2010 23:46:46 -0000 1.930 +++ the-xhtml-syntax.html 12 Apr 2010 23:57:03 -0000 1.931 @@ -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.4022.</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.4023.</p> </div><div> Index: offline.html =================================================================== RCS file: /sources/public/html5/spec/offline.html,v retrieving revision 1.919 retrieving revision 1.920 diff -u -d -r1.919 -r1.920 --- offline.html 12 Apr 2010 23:46:45 -0000 1.919 +++ offline.html 12 Apr 2010 23:57:02 -0000 1.920 @@ -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.4022.</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.4023.</p> </div><div> Index: obsolete.html =================================================================== RCS file: /sources/public/html5/spec/obsolete.html,v retrieving revision 1.921 retrieving revision 1.922 diff -u -d -r1.921 -r1.922 --- obsolete.html 12 Apr 2010 23:46:45 -0000 1.921 +++ obsolete.html 12 Apr 2010 23:57:02 -0000 1.922 @@ -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.4022.</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.4023.</p> </div><div> Index: named-character-references.html =================================================================== RCS file: /sources/public/html5/spec/named-character-references.html,v retrieving revision 1.918 retrieving revision 1.919 diff -u -d -r1.918 -r1.919 --- named-character-references.html 12 Apr 2010 23:46:45 -0000 1.918 +++ named-character-references.html 12 Apr 2010 23:57:02 -0000 1.919 @@ -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.4022.</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.4023.</p> </div><div> Index: history.html =================================================================== RCS file: /sources/public/html5/spec/history.html,v retrieving revision 1.921 retrieving revision 1.922 diff -u -d -r1.921 -r1.922 --- history.html 12 Apr 2010 23:46:45 -0000 1.921 +++ history.html 12 Apr 2010 23:57:02 -0000 1.922 @@ -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.4022.</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.4023.</p> </div><div> Index: semantics.html =================================================================== RCS file: /sources/public/html5/spec/semantics.html,v retrieving revision 1.939 retrieving revision 1.940 diff -u -d -r1.939 -r1.940 --- semantics.html 12 Apr 2010 23:46:45 -0000 1.939 +++ semantics.html 12 Apr 2010 23:57:02 -0000 1.940 @@ -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.4022.</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.4023.</p> </div><div> Index: index.html =================================================================== RCS file: /sources/public/html5/spec/index.html,v retrieving revision 1.927 retrieving revision 1.928 diff -u -d -r1.927 -r1.928 --- index.html 12 Apr 2010 23:46:45 -0000 1.927 +++ index.html 12 Apr 2010 23:57:02 -0000 1.928 @@ -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.4022.</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.4023.</p> </div><div> Index: spec.html =================================================================== RCS file: /sources/public/html5/spec/spec.html,v retrieving revision 1.969 retrieving revision 1.970 diff -u -d -r1.969 -r1.970 --- spec.html 12 Apr 2010 23:46:45 -0000 1.969 +++ spec.html 12 Apr 2010 23:57:02 -0000 1.970 @@ -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.4022. +This is revision 1.4023. </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.928 retrieving revision 1.929 diff -u -d -r1.928 -r1.929 --- introduction.html 12 Apr 2010 23:46:45 -0000 1.928 +++ introduction.html 12 Apr 2010 23:57:02 -0000 1.929 @@ -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.4022.</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.4023.</p> </div><div> Index: syntax.html =================================================================== RCS file: /sources/public/html5/spec/syntax.html,v retrieving revision 1.932 retrieving revision 1.933 diff -u -d -r1.932 -r1.933 --- syntax.html 12 Apr 2010 23:46:45 -0000 1.932 +++ syntax.html 12 Apr 2010 23:57:03 -0000 1.933 @@ -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.4022.</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.4023.</p> </div><div> Index: webappapis.html =================================================================== RCS file: /sources/public/html5/spec/webappapis.html,v retrieving revision 1.54 retrieving revision 1.55 diff -u -d -r1.54 -r1.55 --- webappapis.html 12 Apr 2010 23:46:46 -0000 1.54 +++ webappapis.html 12 Apr 2010 23:57:03 -0000 1.55 @@ -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.4022.</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.4023.</p> </div><div>
Received on Monday, 12 April 2010 23:57:07 UTC