Skip to content

Commit eecd769

Browse files
committed
[css2] Minor edits and text about default style sheet unmodifiable moved here.
--HG-- extra : convert_revision : svn%3A73dc7c4b-06e6-40f3-b4f7-9ed1dbc14bfc/trunk%40579
1 parent 8da4d13 commit eecd769

1 file changed

Lines changed: 7 additions & 5 deletions

File tree

css2/cascade.src

Lines changed: 7 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
22
<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 $ -->
44
<HEAD>
55
<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
66
<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).
190190

191191
<li><strong>User agent</strong>: <a
192192
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
195195
style sheets for a document. A user agent's default style sheet should
196196
present the elements of the document language in ways that satisfy
197197
general presentation expectations for the document language (e.g., for
198198
visual browsers, the EM element in HTML is presented using an italic
199199
font). See <a href="sample.html">"A sample style sheet for HTML
200200
4.0"</a> for a recommended default style sheet for HTML 4.0 documents.
201201

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.
204206
</ul>
205207

206208
<P>Style sheets from these three origins will overlap in scope, and

0 commit comments

Comments
 (0)