[html5] r2736 - [] (0) Filling in the rendering section: editorial fixes; sectioning content <h1>.

whatwg at whatwg.org whatwg at whatwg.org
Mon Feb 2 03:02:50 PST 2009


Author: ianh
Date: 2009-02-02 03:02:49 -0800 (Mon, 02 Feb 2009)
New Revision: 2736

Modified:
   index
   source
Log:
[] (0) Filling in the rendering section: editorial fixes; sectioning content <h1>.

Modified: index
===================================================================
--- index	2009-02-02 10:10:06 UTC (rev 2735)
+++ index	2009-02-02 11:02:49 UTC (rev 2736)
@@ -55739,7 +55739,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>
@@ -55886,7 +55886,21 @@
 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>
 
   <pre class=css>@namespace url(http://www.w3.org/1999/xhtml);

Modified: source
===================================================================
--- source	2009-02-02 10:10:06 UTC (rev 2735)
+++ source	2009-02-02 11:02:49 UTC (rev 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);




More information about the Commit-Watchers mailing list