|
1 | 1 | <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN"> |
2 | 2 | <html lang="en"> |
3 | | -<!-- $Id: cascade.src,v 1.24 1997-12-16 20:47:16 ijacobs Exp $ --> |
| 3 | +<!-- $Id: cascade.src,v 1.25 1997-12-27 00:24:07 ijacobs Exp $ --> |
4 | 4 | <HEAD> |
5 | 5 | <meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1"> |
6 | 6 | <TITLE>Assigning property values, Cascading, and Inheritance</TITLE> |
@@ -190,17 +190,19 @@ that "generates" a user style sheet (or must behave as if it did). |
190 | 190 |
|
191 | 191 | <li><strong>User agent</strong>: <a |
192 | 192 | href="convent.html#conformance">Conforming user agents</a> must apply |
193 | | -a <span class="index-def" title="default style sheet"><em>default |
194 | | -style sheet</em></span> (or behave as if they did) prior to all other |
| 193 | +a <span class="index-def" title="default style sheet"><a name="default-style-sheet"><dfn>default |
| 194 | +style sheet</dfn></a></span> (or behave as if they did) prior to all other |
195 | 195 | style sheets for a document. A user agent's default style sheet should |
196 | 196 | present the elements of the document language in ways that satisfy |
197 | 197 | general presentation expectations for the document language (e.g., for |
198 | 198 | visual browsers, the EM element in HTML is presented using an italic |
199 | 199 | font). See <a href="sample.html">"A sample style sheet for HTML |
200 | 200 | 4.0"</a> for a recommended default style sheet for HTML 4.0 documents. |
201 | 201 |
|
202 | | -<P>Note that default style sheet may change if system settings |
203 | | -are modified by the user (e.g., system colors). |
| 202 | +<P>Note that default style sheet may change if system settings are |
| 203 | +modified by the user (e.g., system colors). However, due to |
| 204 | +limitations in a user agents' internal implementation, it may be |
| 205 | +impossible to change the values in the default style sheet. |
204 | 206 | </ul> |
205 | 207 |
|
206 | 208 | <P>Style sheets from these three origins will overlap in scope, and |
|
0 commit comments