Skip to content

Commit f42fab4

Browse files
committed
[CSS2] simplify reference to RFC2318
This avoids referencing the obsolete RFC2616.
1 parent bae5afe commit f42fab4

1 file changed

Lines changed: 6 additions & 10 deletions

File tree

css2/Overview.bs

Lines changed: 6 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1560,21 +1560,17 @@ support as experimental. A future level of CSS may specify this further.
15601560
<p>In general, this document specifies error handling behavior
15611561
throughout the specification. For example, see the <a href="#parsing-errors">rules for handling parsing errors</a>.
15621562

1563-
<h3><dfn data-lt="text/css" id="text-css">The text/css content type</dfn></h3>
1563+
<h3 id="text-css">The text/css content type</h3>
15641564

1565-
<p>CSS style sheets that exist in separate files are sent over the
1566-
Internet as a sequence of bytes accompanied by encoding
1567-
information. The structure of the
1568-
transmission, termed a <dfn data-lt="message entity" id="message-entity">message
1569-
entity,</dfn> is defined by RFC 2045 and RFC 2616 (see
1570-
[[!RFC2045]] and [[!RFC2616]]). A message entity with a content type of
1571-
"text/css" represents an independent CSS document. The "text/css"
1572-
content type has been registered by RFC 2318 ([[!RFC2318]]).
1565+
<span id="message-entity"></span>
1566+
1567+
The <i>media type</i> (commonly <i>MIME type</i>)
1568+
of <code>text/css</code>
1569+
has been registered by [[!RFC2318]].
15731570

15741571

15751572

15761573

1577-
</p>
15781574
<h2 id="syndata"><span id="q4.0">Syntax and basic data types</span></h2>
15791575
<h3 id="syntax">Syntax</h3>
15801576

0 commit comments

Comments
 (0)