Skip to content

Commit 9190081

Browse files
committed
[css2] Minor fixes
--HG-- extra : convert_revision : svn%3A73dc7c4b-06e6-40f3-b4f7-9ed1dbc14bfc/trunk%401579
1 parent dc42a88 commit 9190081

2 files changed

Lines changed: 20 additions & 19 deletions

File tree

css2/syndata.src

Lines changed: 2 additions & 2 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: syndata.src,v 2.58 1998-04-30 18:36:11 howcome Exp $ -->
3+
<!-- $Id: syndata.src,v 2.59 1998-04-30 18:49:03 ijacobs Exp $ -->
44
<HEAD>
55
<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
66
<TITLE>CSS2 syntax and basic data types</TITLE>
@@ -1063,7 +1063,7 @@ inside double quotes, unless escaped (as '\"' or as
10631063
title="newline">newline</span>. To include a newline in a string, use
10641064
the escape "\A" (hexadecimal A is the line feed character in Unicode,
10651065
but represents the generic notion of "newline" in CSS). See the <span
1066-
class="propinst-font-size">'content'</span> for an example.
1066+
class="propinst-content">'content'</span> property for an example.
10671067

10681068
<p>It is possible to break strings over several lines, for aesthetic
10691069
or other reasons, but in such a case the newline itself has to be

css2/visudet.src

Lines changed: 18 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: visudet.src,v 2.33 1998-04-30 04:02:36 ijacobs Exp $ -->
3+
<!-- $Id: visudet.src,v 2.34 1998-04-30 18:48:50 ijacobs Exp $ -->
44
<HEAD>
55
<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
66
<TITLE>Visual formatting model details</TITLE>
@@ -305,18 +305,19 @@ distinguished:</p>
305305

306306
<h3>Inline, non-replaced elements</h3>
307307

308-
<p><span class="propinst-left">'Left'</span>, <span
308+
<p>The <span class="propinst-left">'left'</span>, <span
309309
class="propinst-right">'right'</span>, and <span
310-
class="propinst-width">'width'</span> do not apply. A specified value
310+
class="propinst-width">'width'</span> properties
311+
do not apply. A specified value
311312
of 'auto' for <span
312313
class="propinst-margin-left">'margin-left'</span> and <span
313314
class="propinst-margin-right">'margin-right'</span> becomes a computed
314315
value of '0'.
315316

316317
<h3>Inline, replaced elements</h3>
317318

318-
<p><span class="propinst-left">'Left'</span> and <span
319-
class="propinst-right">'right'</span> do not apply.
319+
<p>The <span class="propinst-left">'left'</span> and <span
320+
class="propinst-right">'right'</span> properties do not apply.
320321
A specified value
321322
of 'auto' for <span
322323
class="propinst-margin-left">'margin-left'</span> and <span
@@ -328,18 +329,18 @@ width as the computed value.
328329

329330
<h3>Block-level, non-replaced elements in normal flow</h3>
330331

331-
<p><span class="propinst-left">'Left'</span> and <span
332-
class="propinst-right">'right'</span> do not apply. The following
332+
<p>The <span class="propinst-left">'left'</span> and <span
333+
class="propinst-right">'right'</span> properties do not apply. The following
333334
<a name="width-constraints">constraints</a>
334335
must hold between the other properties:</p>
335336
<blockquote>
336337
<p><span class="propinst-margin-left">'margin-left'</span> + <span
337338
class="propinst-border-left-width">'border-left-width'</span> + <span
338-
class="propinst-padding-left">padding-left</span> + <span
339+
class="propinst-padding-left">'padding-left'</span> + <span
339340
class="propinst-width">'width'</span> + <span
340341
class="propinst-padding-right">'padding-right'</span> + <span
341342
class="propinst-border-right-width">'border-right-width'</span> +
342-
<span class="propinst-margin-right">margin-right'</span> = width of <a
343+
<span class="propinst-margin-right">'margin-right'</span> = width of <a
343344
href="#containing-block-details">containing block</a>
344345
</blockquote>
345346
<p>(If the border style is 'none', use '0' as the border width.) If
@@ -367,8 +368,8 @@ their computed values are equal.
367368

368369
<h3>Block-level, replaced elements in normal flow</h3>
369370

370-
<p><span class="propinst-left">'Left'</span> and <span
371-
class="propinst-right">'right'</span> do not apply. If <span
371+
<p>The <span class="propinst-left">'left'</span> and <span
372+
class="propinst-right">'right'</span> properties do not apply. If <span
372373
class="propinst-width">'width'</span> is specified as 'auto', its
373374
value is the element's <a
374375
href="#intrinsic-width">intrinsic</a> width. If one of the margins is
@@ -378,17 +379,17 @@ if both margins are 'auto', their computed values are equal.
378379

379380
<h3>Floating, non-replaced elements</h3>
380381

381-
<p><span class="propinst-left">'Left'</span> and <span
382-
class="propinst-right">'right'</span> do not apply. If <span
382+
<p>The <span class="propinst-left">'left'</span> and <span
383+
class="propinst-right">'right'</span> properties do not apply. If <span
383384
class="propinst-width">'width'</span>, <span
384385
class="propinst-margin-left">'margin-left'</span>, or <span
385386
class="propinst-margin-right">'margin-right'</span> are specified as
386387
'auto', their computed value is '0'.
387388

388389
<h3>Floating, replaced elements</h3>
389390

390-
<p><span class="propinst-left">'Left'</span> and <span
391-
class="propinst-right">'right'</span> do not apply. If <span
391+
<p>The <span class="propinst-left">'left'</span> and <span
392+
class="propinst-right">'right'</span> properties do not apply. If <span
392393
class="propinst-margin-left">'margin-left'</span> or <span
393394
class="propinst-margin-right">'margin-right'</span> are specified as
394395
'auto', their computed value is '0'. If 'width' is 'auto', its value
@@ -404,11 +405,11 @@ determines the computed value for these elements is:
404405
<p><span class="propinst-left">'left'</span> + <span
405406
class="propinst-margin-left">'margin-left'</span> + <span
406407
class="propinst-border-left-width">'border-left-width'</span> + <span
407-
class="propinst-padding-left">padding-left</span> + <span
408+
class="propinst-padding-left">'padding-left'</span> + <span
408409
class="propinst-width">'width'</span> + <span
409410
class="propinst-padding-right">'padding-right'</span> + <span
410411
class="propinst-border-right-width">'border-right-width'</span> +
411-
<span class="propinst-margin-right">margin-right'</span> + <span
412+
<span class="propinst-margin-right">'margin-right'</span> + <span
412413
class="propinst-right">'right'</span> = width of <a
413414
href="#containing-block-details">containing block</a>
414415
</blockquote>

0 commit comments

Comments
 (0)