Skip to content

Commit a37c5f6

Browse files
committed
[css2] add computed font-weight anchor
--HG-- extra : convert_revision : svn%3A73dc7c4b-06e6-40f3-b4f7-9ed1dbc14bfc/trunk%402732
1 parent a33ffe4 commit a37c5f6

2 files changed

Lines changed: 5 additions & 1 deletion

File tree

css2/fonts.html

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -641,6 +641,7 @@ <h2>15.6 <a name="font-boldness">Font boldness</a>: the
641641
will be no less dark than the faces of lighter values.
642642
</p>
643643

644+
<div id="compute-font-weight">
644645
<p>
645646
The computed value of "font-weight" is either:
646647
</p>
@@ -656,6 +657,7 @@ <h2>15.6 <a name="font-boldness">Font boldness</a>: the
656657
CSS 2.1 does not specify how the computed value of font-weight is
657658
represented internally or externally.
658659
</p>
660+
</div>
659661

660662
<h2>15.7 <a name="font-size-props">Font size</a>: the <a href="fonts.html#propdef-font-size" class="noxref"><span
661663
class="propinst-font-size">'font-size'</span></a>

css2/fonts.src

Lines changed: 3 additions & 1 deletion
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.85 2007-07-04 06:11:22 fantasai Exp $ -->
3+
<!-- $Id: fonts.src,v 2.86 2007-07-04 07:03:02 fantasai Exp $ -->
44
<head>
55
<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
66
<title>Fonts</title>
@@ -540,6 +540,7 @@ to weight values. The only guarantee is that a face of a given value
540540
will be no less dark than the faces of lighter values.
541541
</p>
542542

543+
<div id="compute-font-weight">
543544
<p>
544545
The computed value of "font-weight" is either:
545546
</p>
@@ -555,6 +556,7 @@ will be no less dark than the faces of lighter values.
555556
CSS 2.1 does not specify how the computed value of font-weight is
556557
represented internally or externally.
557558
</p>
559+
</div>
558560

559561
<h2><a name="font-size-props">Font size</a>: the <span
560562
class="propinst-font-size">'font-size'</span>

0 commit comments

Comments
 (0)