Skip to content

Commit

Permalink
[e] (0) clarify <time> example
Browse files Browse the repository at this point in the history
Fixing http://www.w3.org/Bugs/Public/show_bug.cgi?id=12021

git-svn-id: http://svn.whatwg.org/webapps@5941 340c8d12-0b0e-0410-8428-c7bf67bfef74
  • Loading branch information
Hixie committed Mar 4, 2011
1 parent 06dd6fa commit 2ab06fe
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 3 deletions.
3 changes: 2 additions & 1 deletion complete.html
Expand Up @@ -19821,7 +19821,8 @@ <h4 id=the-time-element><span class=secno>4.6.10 </span>The <dfn><code>time</cod
dates or times. In the following snippet, the time is encoded using
<code><a href=#the-time-element>time</a></code>, so that it can be restyled (e.g. using XBL2) to
match local conventions, while the year is not marked up at all,
since marking it up would not be particularly useful.</p>
since marking it up would not be particularly useful, and doing so
is thus not allowed.</p>

<pre>&lt;p&gt;I usually have a snack at &lt;time&gt;16:00&lt;/time&gt;.&lt;/p&gt;
&lt;p&gt;I've liked model trains since at least 1983.&lt;/p&gt;</pre>
Expand Down
3 changes: 2 additions & 1 deletion index
Expand Up @@ -19801,7 +19801,8 @@ this specification: the &lt;abbr&gt;WHATWG&lt;/abbr&gt; and the
dates or times. In the following snippet, the time is encoded using
<code><a href=#the-time-element>time</a></code>, so that it can be restyled (e.g. using XBL2) to
match local conventions, while the year is not marked up at all,
since marking it up would not be particularly useful.</p>
since marking it up would not be particularly useful, and doing so
is thus not allowed.</p>

<pre>&lt;p&gt;I usually have a snack at &lt;time&gt;16:00&lt;/time&gt;.&lt;/p&gt;
&lt;p&gt;I've liked model trains since at least 1983.&lt;/p&gt;</pre>
Expand Down
3 changes: 2 additions & 1 deletion source
Expand Up @@ -21128,7 +21128,8 @@ this specification: the &lt;abbr>WHATWG&lt;/abbr> and the
dates or times. In the following snippet, the time is encoded using
<code>time</code>, so that it can be restyled (e.g. using XBL2) to
match local conventions, while the year is not marked up at all,
since marking it up would not be particularly useful.</p>
since marking it up would not be particularly useful, and doing so
is thus not allowed.</p>

<pre>&lt;p>I usually have a snack at &lt;time>16:00&lt;/time>.&lt;/p>
&lt;p>I've liked model trains since at least 1983.&lt;/p></pre>
Expand Down

0 comments on commit 2ab06fe

Please sign in to comment.