Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
[] (0) Fix the bug whereby color rules on 'html' elements in author C…
Loading branch information
Showing
2 changed files
with
10 additions
and
2 deletions .
+4
−1
index
+6
−1
source
:link { color: blue; }
:visited { color: purple; }
body { color: black; background: white; }
mark { background: yellow; color: black; }
table, td, th { border-color: gray; }
</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
:link { color: blue; }
:visited { color: purple; }
body { color: black; background: white; }
mark { background: yellow; color: black; }
table, td, th { border-color: gray; }
<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
Toggle all file notes