11<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
22<html lang="en">
3- <!-- $Id: about.src,v 2.12 1998-02-24 22:52:26 ijacobs Exp $ -->
3+ <!-- $Id: about.src,v 2.13 1998-03-10 15:32:12 bbos Exp $ -->
44<HEAD>
55<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
66<TITLE>About the CSS2 Specification</TITLE>
@@ -142,7 +142,7 @@ given order.
142142exactly one of them must occur.
143143<li>A double bar (||) separates
144144two or more options: one or more of them must occur, in any order.
145- <li>Brackets ([]) are for grouping.
145+ <li>Brackets ([ ]) are for grouping.
146146</ul>
147147
148148<P>Juxtaposition is stronger than the double bar, and the double bar
@@ -249,7 +249,7 @@ its initial value (see the section on <a href="cascade.html">the
249249cascade</a>).
250250
251251<div class="example"><p>
252- The multiple style rules of the previous example:</p>
252+ The multiple style rules of the this example:</p>
253253
254254<pre>
255255 H1 {
@@ -271,15 +271,16 @@ The multiple style rules of the previous example:</p>
271271<p>In this example, <span
272272class="propinst-font-variant">'font-variant'</span> and <span
273273class="propinst-font-style">'font-style'</span> have been omitted
274- from the shorthand form, so they must be assigned either
275- an inherited or initial value.</P>
274+ from the shorthand form, so they will be assigned the initial
275+ value.</P>
276276</div>
277277
278278<h3>Notes and examples</h3>
279279
280- <P>All examples illustrating deprecated usage are marked as "DEPRECATED
280+ <P><!-- All examples illustrating deprecated usage are marked as "DEPRECATED
281281EXAMPLE". Deprecated examples also include recommended alternate
282- solutions. All examples that illustrate illegal usage are clearly
282+ solutions. [There don't seem to be any? BB] -->
283+ All examples that illustrate illegal usage are clearly
283284marked as "ILLEGAL EXAMPLE".
284285
285286<P>All HTML examples conform to the strict DTD (defined in [[HTML40]])
0 commit comments