Skip to content

Commit

Permalink
[] (0) Fix the bug whereby color rules on 'html' elements in author C…
Browse files Browse the repository at this point in the history
…SS wouldn't work. (credit: sp)

git-svn-id: http://svn.whatwg.org/webapps@2779 340c8d12-0b0e-0410-8428-c7bf67bfef74
  • Loading branch information
Hixie committed Feb 11, 2009
1 parent c7c3e76 commit e55427e
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 2 deletions.
5 changes: 4 additions & 1 deletion index
Original file line number Diff line number Diff line change
Expand Up @@ -56752,7 +56752,6 @@ sub, sup { line-height: normal; }

:link { color: blue; }
:visited { color: purple; }
body { color: black; background: white; }
mark { background: yellow; color: black; }

table, td, th { border-color: gray; }
Expand Down Expand Up @@ -56823,6 +56822,10 @@ table[frames=border] > tfoot > tr > td, table[frames=border] > tfoot

</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
Expand Down
7 changes: 6 additions & 1 deletion source
Original file line number Diff line number Diff line change
Expand Up @@ -62198,7 +62198,6 @@ sub, sup { line-height: normal; }

:link { color: blue; }
:visited { color: purple; }
body { color: black; background: white; }
mark { background: yellow; color: black; }

table, td, th { border-color: gray; }
Expand Down Expand Up @@ -62271,6 +62270,12 @@ table[frames=border] > tfoot > tr > td, table[frames=border] > tfoot > tr > th {

<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>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
Expand Down

0 comments on commit e55427e

Please sign in to comment.