Skip to content

Commit 5ced7cc

Browse files
committed
[css2] Added nbsp between [].
Removed note about deprecated examples (there aren't any!?). Fixed description of font compound property. --HG-- extra : convert_revision : svn%3A73dc7c4b-06e6-40f3-b4f7-9ed1dbc14bfc/trunk%401126
1 parent 7dd6ed2 commit 5ced7cc

1 file changed

Lines changed: 8 additions & 7 deletions

File tree

css2/about.src

Lines changed: 8 additions & 7 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: 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.
142142
exactly one of them must occur.
143143
<li>A double bar (||) separates
144144
two or more options: one or more of them must occur, in any order.
145-
<li>Brackets ([]) are for grouping.
145+
<li>Brackets ([&nbsp;]) 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
249249
cascade</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
272272
class="propinst-font-variant">'font-variant'</span> and <span
273273
class="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
281281
EXAMPLE". 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
283284
marked as "ILLEGAL EXAMPLE".
284285

285286
<P>All HTML examples conform to the strict DTD (defined in [[HTML40]])

0 commit comments

Comments
 (0)