55< HEAD >
66< TITLE > Box model</ TITLE >
77< link rel ="stylesheet " href ="style/default.css " type ="text/css ">
8- < link rel ="stylesheet " href ="http://www.w3.org/StyleSheets/TR/W3C-WD .css " type ="text/css ">
8+ < link rel ="stylesheet " href ="http://www.w3.org/StyleSheets/TR/W3C-ED .css " type ="text/css ">
99< link rel ="prev " href ="media.html ">
1010< link rel ="next " href ="visuren.html ">
1111< link rel ="contents " href ="cover.html#minitoc ">
@@ -88,24 +88,24 @@ <H2>8.1 <a name="box-dimensions">Box dimensions</a></H2>
8888of the box, which often depend on the element's < a
8989href ="conform.html#rendered-content "> rendered content</ a > .
9090The four content edges define the
91- box's < a name ="x10 "> < span class ="index-def "> < dfn > content box</ dfn > </ span > </ a > .
91+ box's < dfn > < a name ="x10 "> < span class ="index-def "> content box</ span > </ a > </ dfn > .
9292< dt > < span class ="index-def " title ="padding edge "> < a name ="padding-edge "> < strong > padding edge</ strong > </ a > </ span >
9393< dd > The padding edge surrounds the box padding. If the padding
9494has 0 width, the padding edge is the same as the content edge.
9595The four padding edges define the
96- box's < a name ="x12 "> < span class ="index-def "> < dfn > padding box</ dfn > </ span > </ a > .
96+ box's < dfn > < a name ="x12 "> < span class ="index-def "> padding box</ span > </ a > </ dfn > .
9797< dt > < span class ="index-def " title ="border edge "> < a name ="border-edge "> < strong > border edge</ strong > </ a > </ span >
9898< dd > The border edge surrounds the box's border. If the border
9999has 0 width, the border edge is the same as the padding edge.
100- The four border edges define the box's < a name ="x14 "> < span class ="index-def "> < dfn > border
101- box</ dfn > </ span > </ a > .
100+ The four border edges define the box's < dfn > < a name ="x14 "> < span class ="index-def "> border
101+ box</ span > </ a > </ dfn > .
102102< dt > < span class ="index-def " title ="margin edge "> < a name ="margin-edge "> < strong > margin edge</ strong > </ a > </ span >
103103or < span class ="index-def " title ="outer edge "> < a name ="outer-edge "> < strong > outer
104104edge</ strong > </ a > </ span >
105105< dd > The margin edge surrounds the box margin. If the margin
106106has 0 width, the margin edge is the same as the border edge.
107- The four margin edges define the box's < a name ="x17 "> < span class ="index-def "> < dfn > margin
108- box</ dfn > </ span > </ a > .
107+ The four margin edges define the box's < dfn > < a name ="x17 "> < span class ="index-def "> margin
108+ box</ span > </ a > </ dfn > .
109109</ dl >
110110
111111< P > Each edge may be broken down into a top, right, bottom, and left
@@ -360,9 +360,10 @@ <H3>8.3.1 <a name="collapsing-margins">Collapsing margins</a></H3>
360360
361361< P > In CSS, the adjoining margins of two or more boxes (which might or
362362might not be siblings) can combine to form a single margin. Margins
363- that combine this way are said to < dfn > collapse</ dfn > , and the
364- resulting combined margin is called a < a name ="x26 "> < span class ="index-def "
365- title ="collapsing margin "> < dfn > collapsed margin</ dfn > </ span > </ a > .
363+ that combine this way are said to < dfn > < a name ="x26 "> < span
364+ class ="index-def "> collapse</ span > </ a > </ dfn > , and the
365+ resulting combined margin is called a < dfn > < a name ="x27 "> < span class ="index-def "
366+ title ="collapsing margin "> collapsed margin</ span > </ a > </ dfn > .
366367
367368< P > Adjoining vertical margins collapse, except:
368369
@@ -378,7 +379,7 @@ <H3>8.3.1 <a name="collapsing-margins">Collapsing margins</a></H3>
378379
379380< P > Horizontal margins never collapse.
380381
381- < P ID ="what-is-adjoining "> Two margins are < a name ="x27 "> < span class ="index-def "
382+ < P ID ="what-is-adjoining "> Two margins are < a name ="x28 "> < span class ="index-def "
382383title ="adjoining margins "> < DFN > adjoining</ DFN > </ span > </ a > if and only if:
383384
384385< UL >
@@ -471,8 +472,8 @@ <H3>8.3.1 <a name="collapsing-margins">Collapsing margins</a></H3>
471472absolute values of the adjoining margins is deducted from zero.
472473
473474< P ID ="collapsed-through "> If the top and bottom margins of a box are
474- adjoining, then it is possible for margins to < a name ="x28 "> < span
475- class ="index-def "> < DFN > collapse through</ DFN > </ span > </ a > it. In this case,
475+ adjoining, then it is possible for margins to < DFN > < a name ="x29 "> < span
476+ class ="index-def "> collapse through</ span > </ a > </ DFN > it. In this case,
476477the position of the element depends on its relationship with the other
477478elements whose margins are being collapsed.
478479
@@ -775,7 +776,7 @@ <H3>8.5.2 <A name="border-color-properties">Border color</A>:
775776meanings:</ p >
776777
777778< dl >
778- < dt > < span class ="index-inst " title ="<color> "> < a name ="x46 " href ="syndata.html#value-def-color " class ="noxref "> < span
779+ < dt > < span class ="index-inst " title ="<color> "> < a name ="x47 " href ="syndata.html#value-def-color " class ="noxref "> < span
779780class ="value-inst-color "> < strong > <color></ strong > </ span > </ a > </ span >
780781< dd > Specifies a color value.
781782< dt > < strong > transparent</ strong >
0 commit comments