Skip to content

Commit 0236572

Browse files
committed
[css2] Typo fixes. Fixed index def for shorthand property
--HG-- extra : convert_revision : svn%3A73dc7c4b-06e6-40f3-b4f7-9ed1dbc14bfc/trunk%401476
1 parent 35ea517 commit 0236572

1 file changed

Lines changed: 16 additions & 17 deletions

File tree

css2/about.src

Lines changed: 16 additions & 17 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.27 1998-04-07 20:21:53 ijacobs Exp $ -->
3+
<!-- $Id: about.src,v 2.28 1998-04-09 14:34:50 ijacobs Exp $ -->
44
<HEAD>
55
<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
66
<TITLE>About the CSS2 Specification</TITLE>
@@ -58,7 +58,7 @@ href="conform.html#conformance">conformance</a>.
5858
<dd>Appendixes contain information about <a href="sample.html">a
5959
sample style sheet for HTML 4.0</a>, <a href="changes.html">changes
6060
from CSS1 </a>, <a href="notes.html">implementation and
61-
performance notes</a>, and
61+
performance notes</a>,
6262
<a href="grammar.html">the grammar of CSS2</a>,
6363
a list of normative and informative <a href="refs.html">references</a>,
6464
and three indexes: one for
@@ -147,20 +147,20 @@ the following modifiers:</p>
147147

148148
<UL>
149149
<LI>
150-
An asterisk (*) indicates that the preceding type, word or group
150+
An asterisk (*) indicates that the preceding type, word, or group
151151
occurs zero or more times.
152152

153153
<LI>
154-
A plus (+) indicates that the preceding type, word or group
154+
A plus (+) indicates that the preceding type, word, or group
155155
occurs one or more times.
156156

157157
<LI>
158-
A question mark (?) indicates that the preceding type, word or
158+
A question mark (?) indicates that the preceding type, word, or
159159
group is optional.
160160

161161
<LI>
162162
A pair of numbers in curly braces ({A,B}) indicates that the
163-
preceding type, word or group occurs at least A and at most
163+
preceding type, word, or group occurs at least A and at most
164164
B times.
165165
</UL>
166166

@@ -193,7 +193,6 @@ have no rendering effect on some types of elements. For example, <span
193193
class="propinst-white-space">'white-space'</span> only affects
194194
block-level elements.
195195

196-
197196
<h4>Inherited</h4>
198197

199198
<p>This part indicates whether the value of the property is inherited
@@ -220,9 +219,10 @@ href="media.html#media-groups">media groups</a>.
220219

221220
<H3><a name="shorthand">Shorthand properties</a></H3>
222221

223-
<p>Some properties are <span class="index-def"
224-
title="shorthand"><em>shorthand</em></span> rules that allow authors
225-
to specify the values of several properties with a single property.
222+
<p>Some properties are <span class="index-def" title="shorthand
223+
property"><dfn>shorthand properties</dfn></span>, meaning they allow
224+
authors to specify the values of several properties with a single
225+
property.
226226

227227
<P>For instance, the <span class="propinst-font">'font'</span> property
228228
is a shorthand property for setting <span
@@ -264,18 +264,17 @@ H1 { font: bold 12pt/14pt Helvetica }
264264
class="propinst-font-variant">'font-variant'</span>, <span
265265
class="propinst-font-stretch">'font-stretch'</span>, <span
266266
class="propinst-font-size-adjust">'font-size-adjust'</span>, and <span
267-
class="propinst-font-style">'font-style'</span> could be omitted from
268-
the shorthand form, since they have their initial value
269-
('normal').</P>
267+
class="propinst-font-style">'font-style'</span>
268+
take their initial values.</p>
270269
</div>
271270

272271
<h3>Notes and examples</h3>
273272

274273
<P>All examples that illustrate illegal usage are clearly
275274
marked as "ILLEGAL EXAMPLE".
276275

277-
<P>All HTML examples conform to the strict DTD (defined in [[HTML40]])
278-
unless otherwise indicated by a document type declaration.
276+
<P>All HTML examples conform to the HTML 4.0 strict DTD (defined in
277+
[[HTML40]]) unless otherwise indicated by a document type declaration.
279278

280279
<P>All notes are informative only.
281280

@@ -321,7 +320,7 @@ Stevahn (HP) and Stephen Waters (Microsoft).
321320
<P>Robert Stevahn (HP), Scott Furman (Netscape), and Scott
322321
Isaacs (Microsoft) were key contributors to CSS Positioning.
323322

324-
<P>Mike Wexler (Adobe) was the editor of the interim Working Draft
323+
<P>Mike Wexler (Adobe) was the editor of the interim working draft,
325324
which described many of the new features of CSS2.
326325

327326
<P><a href="http://cs.cornell.edu/home/raman">T.V. Raman</a> (Adobe)
@@ -354,7 +353,7 @@ David Siegel, Al Gilman, and Jason White.
354353
key issues for CSS. Especially, we would like to thank Bjorn Backlund,
355354
Todd Fahrner, Lars Marius Garshol, Ian Hickson, Susan Lesch, Andrew Marshall,
356355
MegaZone, Eric Meyer, Russell O'Connor, David Perrell, Liam Quinn,
357-
Neil St.Laurent, Taylor, Brian Wilson, and Chris Wilson for their
356+
Neil St. Laurent, Taylor, Brian Wilson, and Chris Wilson for their
358357
participation.
359358

360359
<P>Many thanks to the Web Accessibility Initiative Protocols and

0 commit comments

Comments
 (0)