Skip to content

Commit 04c7ce4

Browse files
committed
[css2] Issue 49 wasn't completely applied.
http://wiki.csswg.org/spec/css2.1#issue-49 --HG-- extra : convert_revision : svn%3A73dc7c4b-06e6-40f3-b4f7-9ed1dbc14bfc/trunk%402876
1 parent 493f524 commit 04c7ce4

1 file changed

Lines changed: 5 additions & 12 deletions

File tree

css2/fonts.src

Lines changed: 5 additions & 12 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.91 2008-11-26 15:05:03 bbos Exp $ -->
3+
<!-- $Id: fonts.src,v 2.92 2009-01-29 15:34:43 bbos Exp $ -->
44
<head>
55
<title>Fonts</title>
66
<meta name="editor" lang="tr" content="Tantek &Ccedil;elik">
@@ -535,17 +535,10 @@ will be no less dark than the faces of lighter values.
535535
</p>
536536

537537
<div id="compute-font-weight">
538-
<p>
539-
The computed value of "font-weight" is either:
540-
</p>
541-
<ul>
542-
<li>one of the legal number values, or </li>
543-
<li>one of the legal number values combined with one or more of the
544-
relative values (bolder or lighter). This type of computed values
545-
is necessary to use when the font in question does not have all
546-
weight variations that are needed.
547-
</li>
548-
</ul>
538+
<p>Note: A set of nested elements that mix 'bolder' and 'lighter' will
539+
give unpredictable results depending on the UA, OS, and font
540+
availability. This behavior will be more precisely defined in CSS3.
541+
549542
<p>
550543
CSS 2.1 does not specify how the computed value of font-weight is
551544
represented internally or externally.

0 commit comments

Comments
 (0)