[html5] r5406 - [e] (0) note that japan styles year and year-month specially, so that we can sup [...]
whatwg at whatwg.org
whatwg at whatwg.org
Mon Aug 30 17:35:33 PDT 2010
Author: ianh
Date: 2010-08-30 17:35:32 -0700 (Mon, 30 Aug 2010)
New Revision: 5406
Modified:
complete.html
index
source
Log:
[e] (0) 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
Modified: complete.html
===================================================================
--- complete.html 2010-08-31 00:28:19 UTC (rev 5405)
+++ complete.html 2010-08-31 00:35:32 UTC (rev 5406)
@@ -209,7 +209,7 @@
<header class=head id=head><p><a class=logo href=http://www.whatwg.org/ rel=home><img alt=WHATWG src=/images/logo></a></p>
<hgroup><h1>Web Applications 1.0</h1>
- <h2 class="no-num no-toc">Draft Standard — 30 August 2010</h2>
+ <h2 class="no-num no-toc">Draft Standard — 31 August 2010</h2>
</hgroup><p>You can take part in this work. <a href=http://www.whatwg.org/mailing-list>Join the working group's discussion list.</a></p>
<p><strong>Web designers!</strong> We have a <a href=http://blog.whatwg.org/faq/>FAQ</a>, a <a href=http://forums.whatwg.org/>forum</a>, and a <a href=http://www.whatwg.org/mailing-list#help>help mailing list</a> for you!</p>
<!--<p class="impl"><strong>Implementors!</strong> We have a <a href="http://www.whatwg.org/mailing-list#implementors">mailing list</a> for you too!</p>-->
@@ -18574,7 +18574,11 @@
<!-- 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. -->
+ 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>
Modified: index
===================================================================
--- index 2010-08-31 00:28:19 UTC (rev 5405)
+++ index 2010-08-31 00:35:32 UTC (rev 5406)
@@ -213,7 +213,7 @@
<header class=head id=head><p><a class=logo href=http://www.whatwg.org/ rel=home><img alt=WHATWG src=/images/logo></a></p>
<hgroup><h1>HTML5 (including next generation additions still in development)</h1>
- <h2 class="no-num no-toc">Draft Standard — 30 August 2010</h2>
+ <h2 class="no-num no-toc">Draft Standard — 31 August 2010</h2>
</hgroup><p>You can take part in this work. <a href=http://www.whatwg.org/mailing-list>Join the working group's discussion list.</a></p>
<p><strong>Web designers!</strong> We have a <a href=http://blog.whatwg.org/faq/>FAQ</a>, a <a href=http://forums.whatwg.org/>forum</a>, and a <a href=http://www.whatwg.org/mailing-list#help>help mailing list</a> for you!</p>
<!--<p class="impl"><strong>Implementors!</strong> We have a <a href="http://www.whatwg.org/mailing-list#implementors">mailing list</a> for you too!</p>-->
@@ -18496,7 +18496,11 @@
<!-- 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. -->
+ 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>
Modified: source
===================================================================
--- source 2010-08-31 00:28:19 UTC (rev 5405)
+++ source 2010-08-31 00:35:32 UTC (rev 5406)
@@ -19700,7 +19700,11 @@
<!-- 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. -->
+ 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">
More information about the Commit-Watchers
mailing list