- From: Ian Hickson via cvs-syncmail <cvsmail@w3.org>
- Date: Wed, 24 Sep 2008 11:26:02 +0000
- To: public-html-commits@w3.org
Update of /sources/public/html5/spec
In directory hutz:/tmp/cvs-serv560
Modified Files:
Overview.html
Log Message:
WF2: Collapse down some of the <input> algorithms for simplicity. Fill in a little more type=datetime detail (not much). Minor editorial fixes. (whatwg r2230)
Index: Overview.html
===================================================================
RCS file: /sources/public/html5/spec/Overview.html,v
retrieving revision 1.1402
retrieving revision 1.1403
diff -u -d -r1.1402 -r1.1403
--- Overview.html 24 Sep 2008 10:44:07 -0000 1.1402
+++ Overview.html 24 Sep 2008 11:25:59 -0000 1.1403
@@ -355,21 +355,24 @@
<li><a href="#vaguer"><span class=secno>2.4.4.2. </span>Vaguer
moments in time</a>
- </ul>
- <li><a href="#time-offsets"><span class=secno>2.4.5 </span>Time
- offsets</a>
+ <li><a href="#utc-dates"><span class=secno>2.4.4.3. </span>UTC dates
+ and times</a>
- <li><a href="#space-separated"><span class=secno>2.4.6
[...2397 lines suppressed...]
- <p><a href="#parse2">Parse error</a>. Switch the <span>insertion
+ <p><a href="#parse3">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>
@@ -57787,7 +57741,7 @@
<dt>Anything else
<dd>
- <p><a href="#parse2">Parse error</a>. Ignore the token.</p>
+ <p><a href="#parse3">Parse error</a>. Ignore the token.</p>
</dl>
<h4 id=the-end><span class=secno>8.2.6 </span>The end</h4>
@@ -61323,4 +61277,5 @@
mean something. (2046 doesn't define anything like that, and
2045's definition doesn't really help either, since it's part
of something else, and doesn't mention whitespace, etc.)
+ XXX * reference [UTC] in the various places that use it.
-->
Received on Wednesday, 24 September 2008 11:26:36 UTC