- From: Ian Hickson via cvs-syncmail <cvsmail@w3.org>
- Date: Tue, 31 Aug 2010 00:35:40 +0000
- To: public-html-commits@w3.org
Update of /sources/public/html5/spec
In directory hutz:/tmp/cvs-serv18645
Modified Files:
Overview.html
Log Message:
note that japan styles year and year-month specially, so that we can support that, once we've proved that this actually gets used at all (whatwg r5406)
Index: Overview.html
===================================================================
RCS file: /sources/public/html5/spec/Overview.html,v
retrieving revision 1.4315
retrieving revision 1.4316
diff -u -d -r1.4315 -r1.4316
--- Overview.html 31 Aug 2010 00:28:24 -0000 1.4315
+++ Overview.html 31 Aug 2010 00:35:36 -0000 1.4316
@@ -311,7 +311,7 @@
<h1>HTML5</h1>
<h2 class="no-num no-toc" id="a-vocabulary-and-associated-apis-for-html-and-xhtml">A vocabulary and associated APIs for HTML and XHTML</h2>
- <h2 class="no-num no-toc" id="editor-s-draft-30-august-2010">Editor's Draft 30 August 2010</h2>
+ <h2 class="no-num no-toc" id="editor-s-draft-31-august-2010">Editor's Draft 31 August 2010</h2>
<dl><dt>Latest Published Version:</dt>
<dd><a href="http://www.w3.org/TR/html5/">http://www.w3.org/TR/html5/</a></dd>
<dt>Latest Editor's Draft:</dt>
@@ -417,7 +417,7 @@
Group</a> is the W3C working group responsible for this
specification's progress along the W3C Recommendation
track.
- This specification is the 30 August 2010 Editor's Draft.
+ This specification is the 31 August 2010 Editor's Draft.
</p><!-- UNDER NO CIRCUMSTANCES IS THE PRECEDING PARAGRAPH TO BE REMOVED OR EDITED WITHOUT TALKING TO IAN FIRST --><!-- relationship to other work (required) --><p>Work on this specification is also done at the <a href="http://www.whatwg.org/">WHATWG</a>. The W3C HTML working group
actively pursues convergence with the WHATWG, as required by the <a href="http://www.w3.org/2007/03/HTML-WG-charter">W3C HTML working
group charter</a>.</p><!-- UNDER NO CIRCUMSTANCES IS THE FOLLOWING PARAGRAPH TO BE REMOVED OR EDITED WITHOUT TALKING TO IAN FIRST --><!-- required patent boilerplate --><p>This document was produced by a group operating under the <a href="http://www.w3.org/Consortium/Patent-Policy-20040205/">5
@@ -16012,7 +16012,11 @@
can offer to add birthday reminders or scheduled events to the
user's calendar.</p><!-- it's also intended for restyling to local conventions
(2000-12-31 vs 31-12-2000 vs 12-31-2000), but CSS doesn't support
- that yet. --><div class="note">
+ that yet. Once CSS does support that, we should update this to also
+ support year and year-month cases, since in Japanese those need
+ special styling also. See #2 in:
+ http://lists.whatwg.org/htdig.cgi/whatwg-whatwg.org/2010-August/028025.html
+ ...for details. --><div class="note">
<p>The <code><a href="#the-time-element">time</a></code> element is not intended for encoding times
for which a precise date or time cannot be established. For
Received on Tuesday, 31 August 2010 00:35:42 UTC