- From: poot <cvsmail@w3.org>
- Date: Wed, 11 Feb 2009 16:41:41 +0900 (JST)
- To: public-html-diffs@w3.org
Fix the bug whereby color rules on 'html' elements in author CSS wouldn't work. (credit: sp) (whatwg r2779) 10.2.5 Fonts and colors http://people.w3.org/mike/diffs/html5/spec/Overview.1.1949.html#fonts-and-colors http://people.w3.org/mike/diffs/html5/spec/Overview.diff.html http://dev.w3.org/cvsweb/html5/spec/Overview.html?r1=1.1948&r2=1.1949&f=h http://html5.org/tools/web-apps-tracker?from=2778&to=2779 =================================================================== RCS file: /sources/public/html5/spec/Overview.html,v retrieving revision 1.1948 retrieving revision 1.1949 diff -u -d -r1.1948 -r1.1949 --- Overview.html 11 Feb 2009 07:36:39 -0000 1.1948 +++ Overview.html 11 Feb 2009 07:38:41 -0000 1.1949 @@ -46886,7 +46886,6 @@ :link { color: blue; } :visited { color: purple; } -body { color: black; background: white; } mark { background: yellow; color: black; } table, td, th { border-color: gray; } @@ -46955,7 +46954,9 @@ border-color: black; } -</pre><hr><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>, +</pre><hr><p>The initial value for the 'color' property is expected to be + black. The initial value for the 'background-color' property is + expected to be white.</p><hr><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
Received on Wednesday, 11 February 2009 07:42:16 UTC