Skip to content

Commit a33ffe4

Browse files
committed
--HG-- extra : convert_revision : svn%3A73dc7c4b-06e6-40f3-b4f7-9ed1dbc14bfc/trunk%402731
1 parent 8cef5de commit a33ffe4

4 files changed

Lines changed: 5 additions & 9 deletions

File tree

css2/fonts.html

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -528,8 +528,6 @@ <h2>15.6 <a name="font-boldness">Font boldness</a>: the
528528
strong { font-weight: bolder }
529529
</pre>
530530

531-
<p>Child elements inherit the resultant weight, not the keyword value.
532-
</p>
533531
<p>Fonts (the font data) typically have one or more properties whose
534532
values are names that are descriptive of the "weight" of a font. There
535533
is no accepted, universal meaning to these weight names. Their primary

css2/fonts.src

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN">
22
<html lang="en">
3-
<!-- $Id: fonts.src,v 2.84 2006-05-09 15:14:09 bbos Exp $ -->
3+
<!-- $Id: fonts.src,v 2.85 2007-07-04 06:11:22 fantasai Exp $ -->
44
<head>
55
<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
66
<title>Fonts</title>
@@ -427,8 +427,6 @@ relative to the weight inherited from the parent:
427427
strong { font-weight: bolder }
428428
</pre>
429429

430-
<p>Child elements inherit the resultant weight, not the keyword value.
431-
</p>
432430
<p>Fonts (the font data) typically have one or more properties whose
433431
values are names that are descriptive of the "weight" of a font. There
434432
is no accepted, universal meaning to these weight names. Their primary

css2/generate.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -472,8 +472,8 @@ <H3>12.3.2 <a name="quotes-insert">Inserting quotes</a> with the <a href="genera
472472
all generated text before the current occurrence, minus the number of
473473
occurrences of 'close-quote'. If the depth is 0, the first pair is
474474
used, if the depth is 1, the second pair is used, etc. If the depth is
475-
greater than the number of pairs, the last pair is repeated. A
476-
'close-quote' that would make the depth negative is in error and is
475+
greater than the number of pairs, the last pair is repeated. A 'close-quote'
476+
or 'no-close-quote' that would make the depth negative is in error and is
477477
ignored (at rendering time): the depth stays at 0 and no quote mark is
478478
rendered (although the rest of the 'content' property's value is still
479479
inserted).

css2/generate.src

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -400,8 +400,8 @@ nesting level of quotes: the number of occurrences of 'open-quote' in
400400
all generated text before the current occurrence, minus the number of
401401
occurrences of 'close-quote'. If the depth is 0, the first pair is
402402
used, if the depth is 1, the second pair is used, etc. If the depth is
403-
greater than the number of pairs, the last pair is repeated. A
404-
'close-quote' that would make the depth negative is in error and is
403+
greater than the number of pairs, the last pair is repeated. A 'close-quote'
404+
or 'no-close-quote' that would make the depth negative is in error and is
405405
ignored (at rendering time): the depth stays at 0 and no quote mark is
406406
rendered (although the rest of the 'content' property's value is still
407407
inserted).

0 commit comments

Comments
 (0)