Skip to content

Commit e7a6d52

Browse files
committed
[css2] s/RFC 2138/2318/; spell fix, defined HTML user agent
--HG-- extra : convert_revision : svn%3A73dc7c4b-06e6-40f3-b4f7-9ed1dbc14bfc/trunk%401763
1 parent 954d35f commit e7a6d52

1 file changed

Lines changed: 12 additions & 3 deletions

File tree

css2/conform.src

Lines changed: 12 additions & 3 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.42 1998-06-08 14:39:22 ijacobs Exp $ -->
3+
<!-- $Id: conform.src,v 2.43 1999-11-02 18:29:30 ijacobs Exp $ -->
44
<HEAD>
55
<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
66
<TITLE>Conformance: requirements and recommendations</TITLE>
@@ -11,7 +11,7 @@
1111
<H2>Definitions</H2>
1212

1313
<p> In this section, we begin the formal specification of CSS2,
14-
starting with the contract between authors, users, and implementers.
14+
starting with the contract between authors, users, and implementors.
1515

1616
<P>The key words <span class="index-def" title="MUST">"MUST"</span>,
1717
<span class="index-def" title="MUST NOT">"MUST NOT"</span>, <span
@@ -203,6 +203,15 @@ the document language and applies associated style sheets according
203203
to the terms of this specification. A user agent may display a
204204
document, read it aloud, cause it to be printed, convert it
205205
to another format, etc.</dd>
206+
<DD>An HTML user agent is one that supports the
207+
HTML 2.0, HTML 3.2, or HTML 4.0 specifications.
208+
<!-- Proposed by Hakon:
209+
Future versions of HTML may be written in XML, and
210+
a user agent supporting such a future version of HTML is -- for
211+
the purpose of this specification -- not considered to be an HTML
212+
user agent.
213+
</dd>
214+
-->
206215
</dl>
207216

208217
<div class="html-example">
@@ -336,7 +345,7 @@ name="message-entity"><strong>message entity,</strong></a></span> is
336345
defined by RFC 2045 and RFC 2068 (see [[RFC2045]] and [[RFC2068]]). A
337346
message entity with a content type of "text/css" represents an
338347
independent CSS document. The "text/css" content type has
339-
been registered by RFC 2138 ([[RFC2318]]).
348+
been registered by RFC 2318 ([[RFC2318]]).
340349

341350
</BODY>
342351
</html>

0 commit comments

Comments
 (0)