- From: Ian Hickson via cvs-syncmail <cvsmail@w3.org>
- Date: Tue, 30 Sep 2008 09:47:53 +0000
- To: public-html-commits@w3.org
Update of /sources/public/html5/spec
In directory hutz:/tmp/cvs-serv8001
Modified Files:
Overview.html
Log Message:
WF2: Restructure the way dates and times are specified. (whatwg r2251)
Index: Overview.html
===================================================================
RCS file: /sources/public/html5/spec/Overview.html,v
retrieving revision 1.1423
retrieving revision 1.1424
diff -u -d -r1.1423 -r1.1424
--- Overview.html 30 Sep 2008 08:19:45 -0000 1.1423
+++ Overview.html 30 Sep 2008 09:47:50 -0000 1.1424
@@ -359,7 +359,18 @@
<li><a href="#utc-dates"><span class=secno>2.4.4.3. </span>UTC dates
and times</a>
- <li><a href="#time-offsets"><span class=secno>2.4.4.4. </span>Time
+ <li><a href="#local"><span class=secno>2.4.4.4. </span>Local dates
+ and times</a>
+
+ <li><a href="#dates0"><span class=secno>2.4.4.5. </span>Dates</a>
+
+ <li><a href="#months"><span class=secno>2.4.4.6. </span>Months</a>
+
[...2491 lines suppressed...]
<p class=big-issue>This doesn't handle UAs that don't support frames, or
@@ -58085,7 +58178,7 @@
<dt>Anything else
<dd>
- <p><a href="#parse3">Parse error</a>. Switch the <span>insertion
+ <p><a href="#parse8">Parse error</a>. Switch the <span>insertion
mode</span> to "<a href="#in-body" title="insertion mode: in body">in
body</a>" and reprocess the token.</p>
</dl>
@@ -58134,7 +58227,7 @@
<dt>Anything else
<dd>
- <p><a href="#parse3">Parse error</a>. Ignore the token.</p>
+ <p><a href="#parse8">Parse error</a>. Ignore the token.</p>
</dl>
<h4 id=the-end><span class=secno>8.2.6 </span>The end</h4>
Received on Tuesday, 30 September 2008 09:48:28 UTC