Skip to content

Commit 3cb12bc

Browse files
committed
[css2] add <dfn> tags to box terms
--HG-- extra : convert_revision : svn%3A73dc7c4b-06e6-40f3-b4f7-9ed1dbc14bfc/trunk%402698
1 parent 6a4af85 commit 3cb12bc

1 file changed

Lines changed: 7 additions & 7 deletions

File tree

css2/box.src

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<!DOCTYPE html PUBLIC '-//W3C//DTD HTML 4.01//EN'>
22

33
<html lang="en">
4-
<!-- $Id: box.src,v 1.65 2007-04-25 02:02:32 bbos Exp $ -->
4+
<!-- $Id: box.src,v 1.66 2007-04-26 02:31:32 fantasai Exp $ -->
55
<HEAD>
66
<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
77
<TITLE>Box model</TITLE>
@@ -52,24 +52,24 @@ href="visudet.html#Computing_heights_and_margins">height</a>
5252
of the box, which often depend on the element's <a
5353
href="conform.html#rendered-content">rendered content</a>.
5454
The four content edges define the
55-
box's <span class="index-def">content box</span>.
55+
box's <span class="index-def"><dfn>content box</dfn></span>.
5656
<dt><span class="index-def" title="padding edge"><a name="padding-edge"><strong>padding edge</strong></a></span>
5757
<dd>The padding edge surrounds the box padding. If the padding
5858
has 0 width, the padding edge is the same as the content edge.
5959
The four padding edges define the
60-
box's <span class="index-def">padding box</span>.
60+
box's <span class="index-def"><dfn>padding box</dfn></span>.
6161
<dt><span class="index-def" title="border edge"><a name="border-edge"><strong>border edge</strong></a></span>
6262
<dd>The border edge surrounds the box's border. If the border
6363
has 0 width, the border edge is the same as the padding edge.
64-
The four border edges define the box's <span class="index-def">border
65-
box</span>.
64+
The four border edges define the box's <span class="index-def"><dfn>border
65+
box</dfn></span>.
6666
<dt><span class="index-def" title="margin edge"><a name="margin-edge"><strong>margin edge</strong></a></span>
6767
or <span class="index-def" title="outer edge"><a name="outer-edge"><strong>outer
6868
edge</strong></a></span>
6969
<dd>The margin edge surrounds the box margin. If the margin
7070
has 0 width, the margin edge is the same as the border edge.
71-
The four margin edges define the box's <span class="index-def">margin
72-
box</span>.
71+
The four margin edges define the box's <span class="index-def"><dfn>margin
72+
box</dfn></span>.
7373
</dl>
7474

7575
<P>Each edge may be broken down into a top, right, bottom, and left

0 commit comments

Comments
 (0)