Skip to content

Commit 95bd26c

Browse files
committed
[css2] Fixed issue 49 from http://wiki.csswg.org/spec/css2.1 *really* this time. (CLASS was on wrong element.)
--HG-- extra : convert_revision : svn%3A73dc7c4b-06e6-40f3-b4f7-9ed1dbc14bfc/trunk%402889
1 parent 92a088c commit 95bd26c

1 file changed

Lines changed: 4 additions & 3 deletions

File tree

css2/fonts.src

Lines changed: 4 additions & 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.93 2009-02-23 15:44:46 bbos Exp $ -->
3+
<!-- $Id: fonts.src,v 2.94 2009-02-23 21:08:16 bbos Exp $ -->
44
<head>
55
<title>Fonts</title>
66
<meta name="editor" lang="tr" content="Tantek &Ccedil;elik">
@@ -534,8 +534,9 @@ to weight values. The only guarantee is that a face of a given value
534534
will be no less dark than the faces of lighter values.
535535
</p>
536536

537-
<div class=note id="compute-font-weight">
538-
<p>Note: A set of nested elements that mix 'bolder' and 'lighter' will
537+
<div id="compute-font-weight">
538+
<p class=note>Note: A set of nested elements that mix 'bolder' and
539+
'lighter' will
539540
give unpredictable results depending on the UA, OS, and font
540541
availability. This behavior will be more precisely defined in CSS3.
541542

0 commit comments

Comments
 (0)