- From: poot <cvsmail@w3.org>
- Date: Sun, 14 Aug 2011 23:53:55 -0400
- To: public-html-diffs@w3.org
hixie: markup error (whatwg r6452) http://dev.w3.org/cvsweb/html5/spec/Overview.html?r1=1.5152&r2=1.5153&f=h http://html5.org/tools/web-apps-tracker?from=6451&to=6452 =================================================================== RCS file: /sources/public/html5/spec/Overview.html,v retrieving revision 1.5152 retrieving revision 1.5153 diff -u -d -r1.5152 -r1.5153 --- Overview.html 15 Aug 2011 03:51:48 -0000 1.5152 +++ Overview.html 15 Aug 2011 03:53:43 -0000 1.5153 @@ -3653,8 +3653,6 @@ <p>The <dfn id="code-point-length">code-point length</dfn> of a string is the number of Unicode code points in that string.</p> - <div class="impl"> - <p>When a user agent has to <dfn id="strictly-split-a-string">strictly split a string</dfn> on a particular delimiter character <var title="">delimiter</var>, it must use the following algorithm:</p> @@ -3684,27 +3682,15 @@ does not apply (those algorithms also perform <a href="#strip-leading-and-trailing-whitespace" title="strip leading and trailing whitespace">whitespace trimming</a>).</p> [...16932 lines suppressed...] - </div> - - - - <div class="impl"> + </div><div class="impl"> <h3 id="matching-html-elements-using-selectors"><span class="secno">4.14 </span>Matching HTML elements using selectors</h3> @@ -48227,10 +43148,6 @@ those are all defined in sufficient detail in a language-agnostic fashion in the Selectors specification. <a href="#refsSELECTORS">[SELECTORS]</a></p> - </div> - - - </div><h2 id="browsers"><span class="secno">5 </span>Loading Web pages</h2><div class="impl"> <p>This section describes features that apply most directly to Web
Received on Monday, 15 August 2011 03:53:56 UTC