Skip to content

Commit 73ec3eb

Browse files
committed
[css2] Inserted beginning of section on text/css
--HG-- extra : convert_revision : svn%3A73dc7c4b-06e6-40f3-b4f7-9ed1dbc14bfc/trunk%40835
1 parent 9791da8 commit 73ec3eb

1 file changed

Lines changed: 21 additions & 1 deletion

File tree

css2/conform.src

Lines changed: 21 additions & 1 deletion
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.1 1998-02-07 02:00:20 ijacobs Exp $ -->
3+
<!-- $Id: conform.src,v 2.2 1998-02-09 23:13:38 ijacobs Exp $ -->
44
<HEAD>
55
<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
66
<TITLE>Conformance: requirements and recommendations</TITLE>
@@ -246,6 +246,26 @@ href="syndata.html#parsing-errors">rules for handling parsing errors</a>.
246246
<P>Since user agents may vary in how they handle error conditions,
247247
authors and users must not rely on specific error recovery behavior.
248248

249+
250+
<H2><span class="index-def" title="text/css"><a
251+
name="text-css">The text/css content type</a></span></H2>
252+
253+
<p>CSS style sheets that exist in separate
254+
files are sent over the Internet as a sequence of bytes accompanied by
255+
encoding information (see <a rel="biblioentry"
256+
href="./refs.html#ref-HTML40">[HTML40]</a>, chapter 5). The structure
257+
of the transmission, termed a <span class="index-def" title="message
258+
entity"><a name="message-entity"><dfn>message entity,</dfn></a></span>
259+
is defined by <a rel="biblioentry" href="./refs.html#ref-RFC2045"
260+
class="normref">[RFC2045]</a> and <a rel="biblioentry"
261+
href="refs.html#ref-RFC2068" class="normref">[RFC2068]</a>. A message
262+
entity with a content type of "text/css" represents an independent CSS
263+
document.
264+
265+
<P>The text/css content type is defined in ???.
266+
267+
<!-- To be completed by an RFC -IJ -->
268+
249269
</BODY>
250270
</html>
251271
<!-- Keep this comment at the end of the file

0 commit comments

Comments
 (0)