Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
[] (0) Filling in the rendering section: editorial fixes.
git-svn-id: http://svn.whatwg.org/webapps@2738 340c8d12-0b0e-0410-8428-c7bf67bfef74
  • Loading branch information
Hixie committed Feb 2, 2009
1 parent 012b673 commit ab68b1f
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
3 changes: 2 additions & 1 deletion index
Expand Up @@ -55901,7 +55901,8 @@ thead, tbody, tfoot, tr { border-color: inherit; }</pre>
<code><a href=#the-section-element>section</a></code> elements, then the following rules capture what
is expected:</p>

<pre class=css><var title="">x</var> h1 { font-size: 1.05em; }
<pre class=css>@namespace url(http://www.w3.org/1999/xhtml);
<var title="">x</var> h1 { font-size: 1.05em; }
<var title="">x</var> <var title="">x</var> h1 { font-size: 1.17em; }
<var title="">x</var> <var title="">x</var> <var title="">x</var> h1 { font-size: 1.00em; }
<var title="">x</var> <var title="">x</var> <var title="">x</var> <var title="">x</var> h1 { font-size: 0.83em; }
Expand Down
3 changes: 2 additions & 1 deletion source
Expand Up @@ -61122,7 +61122,8 @@ thead, tbody, tfoot, tr { border-color: inherit; }</pre>
<code>section</code> elements, then the following rules capture what
is expected:</p>

<pre class="css"><var title="">x</var> h1 { font-size: 1.05em; }
<pre class="css">@namespace url(http://www.w3.org/1999/xhtml);
<var title="">x</var> h1 { font-size: 1.05em; }
<var title="">x</var> <var title="">x</var> h1 { font-size: 1.17em; }
<var title="">x</var> <var title="">x</var> <var title="">x</var> h1 { font-size: 1.00em; }
<var title="">x</var> <var title="">x</var> <var title="">x</var> <var title="">x</var> h1 { font-size: 0.83em; }
Expand Down

0 comments on commit ab68b1f

Please sign in to comment.