spec/Overview.html 1.986 1796 Factor out the URL parsing rules and use

Factor out the URL parsing rules and use them to define the URL
decomposition attributes. (whatwg r1796) (changed by: Ian Hickson)

Diff: http://people.w3.org/mike/diffs/html5/spec/Overview.1.986.html
Cumulative diff: http://people.w3.org/mike/diffs/html5/spec/Overview.diff.html

http://dev.w3.org/cvsweb/html5/spec/Overview.html?r1=1.985&r2=1.986&f=h
http://dev.w3.org/html5/spec/Overview.html

http://html5.org/tools/web-apps-tracker?from=1795&to=1796

===================================================================
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:05:37 UTC