- From: Ian Hickson via cvs-syncmail <cvsmail@w3.org>
- Date: Tue, 24 Jun 2008 22:03:08 +0000
- To: public-html-commits@w3.org
Update of /sources/public/html5/spec In directory hutz:/tmp/cvs-serv16991 Modified Files: Overview.html Log Message: Factor out the URL parsing rules and use them to define the URL decomposition attributes. (whatwg r1796) Index: Overview.html =================================================================== RCS file: /sources/public/html5/spec/Overview.html,v retrieving revision 1.985 retrieving revision 1.986 diff -u -d -r1.985 -r1.986 --- Overview.html 24 Jun 2008 21:22:22 -0000 1.985 +++ Overview.html 24 Jun 2008 22:03:06 -0000 1.986 @@ -320,14 +320,17 @@ <li><a href="#terminology0"><span class=secno>2.3.1 </span>Terminology</a> - <li><a href="#resolving"><span class=secno>2.3.2 </span>Resolving + <li><a href="#parsing0"><span class=secno>2.3.2 </span>Parsing URLs</a> - <li><a href="#open-issues"><span class=secno>2.3.3 </span>Open + <li><a href="#resolving"><span class=secno>2.3.3 </span>Resolving + URLs</a> + [...1958 lines suppressed...] body</a>" and reprocess the token.</p> </dl> @@ -49741,7 +49768,7 @@ <dt>Anything else <dd> - <p><a href="#parse1">Parse error</a>. Switch the <span>insertion + <p><a href="#parse2">Parse error</a>. Switch the <span>insertion mode</span> to "<a href="#in-frameset" title="insertion mode: in frameset">in frameset</a>" and reprocess the token.</p> </dl> @@ -50074,7 +50101,7 @@ element's <span title=syntax-start-tag>start tag</span> would imply the end tag for the <code><a href="#p">p</a></code>). - <h3 id=parsing2><span class=secno>9.5 </span>Parsing HTML fragments</h3> + <h3 id=parsing3><span class=secno>9.5 </span>Parsing HTML fragments</h3> <p>The following steps form the <dfn id=html-fragment0>HTML fragment parsing algorithm</dfn>. The algorithm takes as input a DOM
Received on Tuesday, 24 June 2008 22:03:42 UTC