Skip to content

Commit

Permalink
[e] (0) note that japan styles year and year-month specially, so that…
Browse files Browse the repository at this point in the history
… we can support that, once we've proved that this actually gets used at all

git-svn-id: http://svn.whatwg.org/webapps@5406 340c8d12-0b0e-0410-8428-c7bf67bfef74
  • Loading branch information
Hixie committed Aug 31, 2010
1 parent 57efe7e commit 4431eb0
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 5 deletions.
8 changes: 6 additions & 2 deletions complete.html
Expand Up @@ -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 &mdash; 30 August 2010</h2>
<h2 class="no-num no-toc">Draft Standard &mdash; 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>-->
Expand Down Expand Up @@ -18574,7 +18574,11 @@ <h4 id=the-time-element><span class=secno>4.6.9 </span>The <dfn><code>time</code

<!-- 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>

Expand Down
8 changes: 6 additions & 2 deletions index
Expand Up @@ -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 &mdash; 30 August 2010</h2>
<h2 class="no-num no-toc">Draft Standard &mdash; 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>-->
Expand Down Expand Up @@ -18496,7 +18496,11 @@ this specification: the &lt;abbr&gt;WHATWG&lt;/abbr&gt; and the

<!-- 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>

Expand Down
6 changes: 5 additions & 1 deletion source
Expand Up @@ -19700,7 +19700,11 @@ this specification: the &lt;abbr>WHATWG&lt;/abbr> and the

<!-- 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">

Expand Down

0 comments on commit 4431eb0

Please sign in to comment.