Skip to content

Commit

Permalink
[giow] (0) Make the rendering rules consistent with the semantics. Mu…
Browse files Browse the repository at this point in the history
…st have missed this when changing the rule recently.

Fixing http://www.w3.org/Bugs/Public/show_bug.cgi?id=9393

git-svn-id: http://svn.whatwg.org/webapps@5000 340c8d12-0b0e-0410-8428-c7bf67bfef74
  • Loading branch information
Hixie committed Apr 12, 2010
1 parent aebd857 commit b9f6d52
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 3 deletions.
4 changes: 3 additions & 1 deletion complete.html
Expand Up @@ -84095,14 +84095,16 @@ <h4 id=the-time-element-0><span class=secno>14.4.17 </span>The <code><a href=#th

<pre class=css>@namespace url(http://www.w3.org/1999/xhtml);

time:empty { binding: <i title="">time</i>; }</pre>
time[datetime] { binding: <i title="">time</i>; }</pre>

<p>When the <i title="">time</i> binding applies to a
<code><a href=#the-time-element>time</a></code> element, the element is expected to render as if
it contained text conveying the <a href=#concept-time-date title=concept-time-date>date</a> (if known), <a href=#concept-time-time title=concept-time-time>time</a> (if known), and <a href=#concept-time-timezone title=concept-time-timezone>time-zone offset</a> (if known)
represented by the element, in the fashion most convenient for the
user.</p>

<!-- If none are known then the element would appear empty. -->

</div>


Expand Down
4 changes: 3 additions & 1 deletion index
Expand Up @@ -77361,14 +77361,16 @@ keygen { binding: <i title="">keygen</i>; }</pre>

<pre class=css>@namespace url(http://www.w3.org/1999/xhtml);

time:empty { binding: <i title="">time</i>; }</pre>
time[datetime] { binding: <i title="">time</i>; }</pre>

<p>When the <i title="">time</i> binding applies to a
<code><a href=#the-time-element>time</a></code> element, the element is expected to render as if
it contained text conveying the <a href=#concept-time-date title=concept-time-date>date</a> (if known), <a href=#concept-time-time title=concept-time-time>time</a> (if known), and <a href=#concept-time-timezone title=concept-time-timezone>time-zone offset</a> (if known)
represented by the element, in the fashion most convenient for the
user.</p>

<!-- If none are known then the element would appear empty. -->

</div>


Expand Down
4 changes: 3 additions & 1 deletion source
Expand Up @@ -95733,7 +95733,7 @@ keygen { binding: <i title="">keygen</i>; }</pre>

<pre class="css">@namespace url(http://www.w3.org/1999/xhtml);

time:empty { binding: <i title="">time</i>; }</pre>
time[datetime] { binding: <i title="">time</i>; }</pre>

<p>When the <i title="">time</i> binding applies to a
<code>time</code> element, the element is expected to render as if
Expand All @@ -95744,6 +95744,8 @@ time:empty { binding: <i title="">time</i>; }</pre>
represented by the element, in the fashion most convenient for the
user.</p>

<!-- If none are known then the element would appear empty. -->

</div>


Expand Down

0 comments on commit b9f6d52

Please sign in to comment.