Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
[] (0) Filling in the rendering section: editorial fixes; sectioning …
…content <h1>.

git-svn-id: http://svn.whatwg.org/webapps@2736 340c8d12-0b0e-0410-8428-c7bf67bfef74
  • Loading branch information
Hixie committed Feb 2, 2009
1 parent dd7f4fc commit 2f1bc0a
Show file tree
Hide file tree
Showing 2 changed files with 31 additions and 2 deletions.
16 changes: 15 additions & 1 deletion index
Expand Up @@ -55739,7 +55739,7 @@ http://lxr.mozilla.org/seamonkey/search?string=nested
media.</p>

<pre class=css>@namespace url(http://www.w3.org/1999/xhtml);
[hidden], area, audio:not([controls]) base, basefont, command,
[hidden], area, audio:not([controls]), base, basefont, command,
datalist, eventsource, head, input[type=hidden], link,
menu[type=context], meta, noembed, noframes, param, script, source,
style, title { display: none; }</pre>
Expand Down Expand Up @@ -55886,6 +55886,20 @@ thead, tbody, tfoot, tr { border-color: inherit; }
th { font-weight: bold; }
listing, plaintext, pre, xmp { font-family: monospace; }</pre>

<p>The <code><a href=#the-article-element>article</a></code>, <code><a href=#the-aside-element>aside</a></code>, <code><a href=#the-nav-element>nav</a></code>,
and <code><a href=#the-section-element>section</a></code> elements are expected to affect the styling
of <code><a href=#the-h1,-h2,-h3,-h4,-h5,-and-h6-elements>h1</a></code> elements, based on the nesting depth. If <var title="">x</var> is a selector that matches elements that are either
<code><a href=#the-article-element>article</a></code>, <code><a href=#the-aside-element>aside</a></code>, <code><a href=#the-nav-element>nav</a></code>, or
<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; }
<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; }
<var title="">x</var> <var title="">x</var> <var title="">x</var> <var title="">x</var> <var title="">x</var> h1 { font-size: 0.67em; }</pre>



<h4 id=punctuation-and-decorations><span class=secno>10.3.6 </span>Punctuation and decorations</h4>

Expand Down
17 changes: 16 additions & 1 deletion source
Expand Up @@ -60957,7 +60957,7 @@ http://lxr.mozilla.org/seamonkey/search?string=nested
media.</p>

<pre class="css">@namespace url(http://www.w3.org/1999/xhtml);
[hidden], area, audio:not([controls]) base, basefont, command,
[hidden], area, audio:not([controls]), base, basefont, command,
datalist, eventsource, head, input[type=hidden], link,
menu[type=context], meta, noembed, noframes, param, script, source,
style, title { display: none; }</pre>
Expand Down Expand Up @@ -61107,6 +61107,21 @@ thead, tbody, tfoot, tr { border-color: inherit; }
th { font-weight: bold; }
listing, plaintext, pre, xmp { font-family: monospace; }</pre>

<p>The <code>article</code>, <code>aside</code>, <code>nav</code>,
and <code>section</code> elements are expected to affect the styling
of <code>h1</code> elements, based on the nesting depth. If <var
title="">x</var> is a selector that matches elements that are either
<code>article</code>, <code>aside</code>, <code>nav</code>, or
<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; }
<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; }
<var title="">x</var> <var title="">x</var> <var title="">x</var> <var title="">x</var> <var title="">x</var> h1 { font-size: 0.67em; }</pre>



<h4>Punctuation and decorations</h4>

Expand Down

0 comments on commit 2f1bc0a

Please sign in to comment.