Skip to content

Commit 180eb27

Browse files
committed
[css2] removed mentioning of text/css RFC since we're not quite there yet..
--HG-- extra : convert_revision : svn%3A73dc7c4b-06e6-40f3-b4f7-9ed1dbc14bfc/trunk%401288
1 parent 3d71bb9 commit 180eb27

1 file changed

Lines changed: 3 additions & 45 deletions

File tree

css2/conform.src

Lines changed: 3 additions & 45 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.25 1998-03-20 18:55:33 bbos Exp $ -->
3+
<!-- $Id: conform.src,v 2.26 1998-03-20 22:06:26 howcome Exp $ -->
44
<HEAD>
55
<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
66
<TITLE>Conformance: requirements and recommendations</TITLE>
@@ -307,49 +307,6 @@ specify user style sheets.
307307
<!-- Does the above sentence mean "as style sheets", or can
308308
the functionality be applied through the UA? -IJ -->
309309

310-
<H2><a name="changes-from-css1">Semantic changes from CSS1</a></H2>
311-
312-
<P>Certain errors of CSS1 have been corrected in CSS2:</p>
313-
314-
<UL>
315-
316-
<LI>In CSS2 <A HREF="syndata.html#color-units">color values</A> are clipped
317-
with regard to the device gamut, not with regard to the sRGB gamut as
318-
in CSS1.
319-
320-
<LI>CSS1 simply said that 'margin-right' was ignored if the both
321-
'margin-left' and 'width' were set. In CSS2 the choice between
322-
relaxing 'margin-right' or 'margin-left' depends on the writing direction.
323-
324-
<LI>In CSS1, several properties (e.g., 'padding') had values referring
325-
to the width of the parent element. This was an error; the value
326-
should always refer to the width of a block-level element and this
327-
specification reflects this by introducing the term "containing block".
328-
329-
<LI>Initial value of 'display' is 'inline', not 'block'.
330-
331-
<LI>The 'clear' property now only applies to block-level elements.
332-
333-
<LI>In CSS1, <span class="index-inst"
334-
title="pseudo-classes:::link|:link|link
335-
(pseudo-class)">':link'</span>, <span class="index-inst"
336-
title="pseudo-classes:::visited|:visited|visited
337-
(pseudo-class)">':visited'</span> and <span class="index-inst"
338-
title="pseudo-classes:::active|:active|active
339-
(pseudo-class)">':active'</span> were mutually exclusive; in CSS2, <a
340-
href="selector.html#dynamic-pseudo-classes">':active'</a> can occur
341-
together with <a href="selector.html#link-pseudo-classes">':link' or
342-
':visited'</a>.
343-
344-
<LI>The suggested scaling factor between adjacent <span
345-
class="propinst-font-size">'font-size'</span> indexes in the table of font
346-
sizes has been reduced from 1.5 to 1.2.
347-
348-
<li>Please also consult the section on the <a
349-
href="grammar.html#tokenizer-diffs">differences between the CSS1
350-
and CSS2 tokenizer</a>.
351-
</UL>
352-
353310

354311
<h2>Error conditions</h2>
355312

@@ -376,9 +333,10 @@ defined by RFC 2045 and RFC 2068 (see [[RFC2045]] and [[RFC2068]]). A
376333
message entity with a content type of "text/css" represents an
377334
independent CSS document.
378335

336+
<!--
379337
<P>The text/css content type is defined in RFC ??? (see [[RFCCSS]]).
380338

381-
<!-- To be completed by an RFC -IJ -->
339+
To be completed by an RFC -IJ -->
382340

383341
</BODY>
384342
</html>

0 commit comments

Comments
 (0)