Short URL: http://html5.org/r/2736
| SVN | Bug | Comment | Time (UTC) |
|---|---|---|---|
| 2736 | Filling in the rendering section: editorial fixes; sectioning content <h1>. | 2009-02-02 11:02 |
Index: source
===================================================================
--- source (revision 2735)
+++ source (revision 2736)
@@ -60957,7 +60957,7 @@
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>
@@ -61107,7 +61107,22 @@
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>
<pre class="css">@namespace url(http://www.w3.org/1999/xhtml);