[html5] r1534 - /
whatwg at whatwg.org
whatwg at whatwg.org
Tue May 6 17:55:06 PDT 2008
Author: ianh
Date: 2008-05-06 17:55:05 -0700 (Tue, 06 May 2008)
New Revision: 1534
Modified:
index
source
Log:
[e] (0) placeholder for URL section
Modified: index
===================================================================
--- index 2008-05-06 21:47:40 UTC (rev 1533)
+++ index 2008-05-07 00:55:05 UTC (rev 1534)
@@ -25,7 +25,7 @@
<h1 id=html-5>HTML 5</h1>
- <h2 class="no-num no-toc" id=draft>Draft Recommendation — 6 May 2008</h2>
+ <h2 class="no-num no-toc" id=draft>Draft Recommendation — 7 May 2008</h2>
<p>You can take part in this work. <a
href="http://www.whatwg.org/mailing-list">Join the working group's
@@ -314,6 +314,8 @@
<li><a href="#syntax-references"><span class=secno>3.2.8
</span>References</a>
+
+ <li><a href="#urls"><span class=secno>3.2.9 </span>URLs</a>
</ul>
<li><a href="#documents0"><span class=secno>3.3 </span>Documents and
@@ -5934,6 +5936,26 @@
case-insensitively matches <var title="">s</var>.
</ol>
+ <h4 id=urls><span class=secno>3.2.9 </span>URLs</h4>
+
+ <div class=big-issue>
+ <p>This section will do the following:</p>
+
+ <ul>
+ <li>define how to resolve relative URLs in markup attributes (using
+ XMLBase as defined elsewhere right now)
+
+ <li>define what it means to resolve a relative URL when the base URL
+ doesn't have a path hierarchy (e.g. data:, javascript:, about:blank
+ URLs)
+
+ <li>define URL as IRI and replace all uses of URIs and IRIs in the rest
+ of the spec with URL
+
+ <li>define how to parse URLs (maybe by deferring to RFCs)
+ </ul>
+ </div>
+
<h3 id=documents0><span class=secno>3.3 </span>Documents and document
fragments</h3>
Modified: source
===================================================================
--- source 2008-05-06 21:47:40 UTC (rev 1533)
+++ source 2008-05-07 00:55:05 UTC (rev 1534)
@@ -4420,8 +4420,34 @@
</ol>
+ <h4>URLs</h4>
+ <div class="big-issue">
+ <p>This section will do the following:</p>
+
+ <ul>
+
+ <li>define how to resolve relative URLs in markup attributes
+ (using XMLBase as defined elsewhere right now)</li>
+
+ <li>define what it means to resolve a relative URL when the base
+ URL doesn't have a path hierarchy (e.g. data:, javascript:,
+ about:blank URLs)</li>
+
+ <li>define URL as IRI and replace all uses of URIs and IRIs in the
+ rest of the spec with URL</li>
+
+ <li>define how to parse URLs (maybe by deferring to RFCs)</li>
+
+ </ul>
+
+ </div>
+
+
+
+
+
<h3>Documents and document fragments</h3>
<h4>Semantics</h4>
More information about the Commit-Watchers
mailing list