Skip to content

Commit 22ec7ec

Browse files
committed
[css2] Spell checked, replaced word identify with support (Steven P.)
--HG-- extra : convert_revision : svn%3A73dc7c4b-06e6-40f3-b4f7-9ed1dbc14bfc/trunk%401157
1 parent 9559a08 commit 22ec7ec

1 file changed

Lines changed: 9 additions & 8 deletions

File tree

css2/conform.src

Lines changed: 9 additions & 8 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: conform.src,v 2.19 1998-03-13 18:46:17 bbos Exp $ -->
3+
<!-- $Id: conform.src,v 2.20 1998-03-14 00:38:01 ijacobs Exp $ -->
44
<HEAD>
55
<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
66
<TITLE>Conformance: requirements and recommendations</TITLE>
@@ -80,7 +80,7 @@ name="element">Element</a></span></strong>
8080

8181
<dd>(An SGML term, see [[ISO8879]].) The primary syntactic constructs
8282
of the document language. Most CSS style sheet rules use the names of
83-
these elements (such as "P", "TABLE" and "OL" for HTML) to specify
83+
these elements (such as "P", "TABLE", and "OL" for HTML) to specify
8484
rendering information for them.
8585

8686
<dt><strong><span class="index-def" title="attribute"><a
@@ -108,7 +108,7 @@ according to the relevant style sheets has been applied. The rendered
108108
content of a replaced element may come from outside the source
109109
document (e.g., HTML's IMG element). Rendered content may also be
110110
alternate text for an element (e.g., the value of the HTML "alt"
111-
attribute), and may include items inserted implicitely or explicitely
111+
attribute), and may include items inserted implicitly or explicitly
112112
by the style sheet, such as bullets, numbering, etc.
113113

114114
<dt><strong><span class="index-def" title="document tree">Document
@@ -238,16 +238,17 @@ specification only. There may be other levels of CSS in the future
238238
that may require a user agent to implement a different set of features
239239
in order to conform.
240240

241-
<P>In general, the following points must be observed by user agents
241+
<P>In general, the following points must be observed by a user agent
242242
claiming conformance to this specification:</P>
243243

244244
<ol>
245-
<li>It must identify the CSS2 <a href="media.html">media types</a> it
246-
supports.
245+
<li>It must support one or more of the
246+
CSS2 <a href="media.html">media types</a>.
247247
<li>For each source document, it must retrieve all
248248
associated style sheets that are appropriate for the supported media
249-
types. Even if a user agent cannot retrieve all associated style sheets,
250-
it should still display the document using those it can retrieve.
249+
types. If it cannot retrieve all associated style sheets (for instance,
250+
because of network errors), it must display the document using those
251+
it can retrieve.
251252
<li>It must parse the style sheets according to this specification.
252253
In particular, it must recognize all at-rules, blocks, declarations,
253254
and selectors (see the <a href="grammar.html">grammar of CSS2</a>).

0 commit comments

Comments
 (0)