Skip to content

Commit

Permalink
[giow] (3) make <ruby> reset text-indent for sanity's sake (like with…
Browse files Browse the repository at this point in the history
… table)

Fixing https://www.w3.org/Bugs/Public/show_bug.cgi?id=20709
Affected topics: Rendering

git-svn-id: http://svn.whatwg.org/webapps@7749 340c8d12-0b0e-0410-8428-c7bf67bfef74
  • Loading branch information
Hixie committed Mar 13, 2013
1 parent 44c8b91 commit 177f65a
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions complete.html
Expand Up @@ -248,7 +248,7 @@

<header class=head id=head><p><a class=logo href=http://www.whatwg.org/><img alt=WHATWG height=101 src=/images/logo width=101></a></p>
<hgroup><h1 class=allcaps>HTML</h1>
<h2 class="no-num no-toc">Living Standard &mdash; Last Updated 11 March 2013</h2>
<h2 class="no-num no-toc">Living Standard &mdash; Last Updated 13 March 2013</h2>
</hgroup><dl><dt><strong>Web developer edition:</strong></dt>
<dd><strong><a href=http://developers.whatwg.org/>http://developers.whatwg.org/</a></strong></dd>
<dt>Multiple-page version:</dt>
Expand Down Expand Up @@ -92930,7 +92930,7 @@ <h4 id=phrasing-content-1><span class=secno>14.3.4 </span>Phrasing content</h4>
sup { vertical-align: super; }
sub, sup { line-height: normal; font-size: smaller; }

ruby { display: ruby; }
ruby { display: ruby; text-indent: initial; }
rt { display: ruby-text; }

:link { color: #0000EE; }
Expand Down
4 changes: 2 additions & 2 deletions index
Expand Up @@ -248,7 +248,7 @@

<header class=head id=head><p><a class=logo href=http://www.whatwg.org/><img alt=WHATWG height=101 src=/images/logo width=101></a></p>
<hgroup><h1 class=allcaps>HTML</h1>
<h2 class="no-num no-toc">Living Standard &mdash; Last Updated 11 March 2013</h2>
<h2 class="no-num no-toc">Living Standard &mdash; Last Updated 13 March 2013</h2>
</hgroup><dl><dt><strong>Web developer edition:</strong></dt>
<dd><strong><a href=http://developers.whatwg.org/>http://developers.whatwg.org/</a></strong></dd>
<dt>Multiple-page version:</dt>
Expand Down Expand Up @@ -92930,7 +92930,7 @@ sub { vertical-align: sub; }
sup { vertical-align: super; }
sub, sup { line-height: normal; font-size: smaller; }

ruby { display: ruby; }
ruby { display: ruby; text-indent: initial; }
rt { display: ruby-text; }

:link { color: #0000EE; }
Expand Down
2 changes: 1 addition & 1 deletion source
Expand Up @@ -108820,7 +108820,7 @@ sub { vertical-align: sub; }
sup { vertical-align: super; }
sub, sup { line-height: normal; font-size: smaller; }

ruby { display: ruby; }
ruby { display: ruby; text-indent: initial; }
rt { display: ruby-text; }

:link { color: #0000EE; }
Expand Down

0 comments on commit 177f65a

Please sign in to comment.