Skip to content

Commit 08968cb

Browse files
committed
[css2] Generated. Do not edit!
--HG-- extra : convert_revision : svn%3A73dc7c4b-06e6-40f3-b4f7-9ed1dbc14bfc/trunk%403153
1 parent 70b102e commit 08968cb

61 files changed

Lines changed: 6948 additions & 3802 deletions

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

css2/about.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<HEAD>
66
<TITLE>About the CSS&nbsp;2.1 Specification</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="cover.html">
1010
<link rel="next" href="intro.html">
1111
<link rel="contents" href="cover.html#minitoc">

css2/aural.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<HEAD>
66
<TITLE>Aural style sheets</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="ui.html">
1010
<link rel="next" href="refs.html">
1111
<link rel="contents" href="cover.html#minitoc">

css2/box.html

Lines changed: 15 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
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>
8888
of the box, which often depend on the element's <a
8989
href="conform.html#rendered-content">rendered content</a>.
9090
The 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
9494
has 0 width, the padding edge is the same as the content edge.
9595
The 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
9999
has 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>
103103
or <span class="index-def" title="outer edge"><a name="outer-edge"><strong>outer
104104
edge</strong></a></span>
105105
<dd>The margin edge surrounds the box margin. If the margin
106106
has 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
362362
might 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"
382383
title="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>
471472
absolute 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,
476477
the position of the element depends on its relationship with the other
477478
elements whose margins are being collapsed.
478479

@@ -775,7 +776,7 @@ <H3>8.5.2 <A name="border-color-properties">Border color</A>:
775776
meanings:</p>
776777

777778
<dl>
778-
<dt><span class="index-inst" title="&lt;color&gt;"><a name="x46" href="syndata.html#value-def-color" class="noxref"><span
779+
<dt><span class="index-inst" title="&lt;color&gt;"><a name="x47" href="syndata.html#value-def-color" class="noxref"><span
779780
class="value-inst-color"><strong>&lt;color&gt;</strong></span></a></span>
780781
<dd>Specifies a color value.
781782
<dt><strong>transparent</strong>

css2/cascade.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<HEAD>
55
<TITLE>Assigning property values, Cascading, and Inheritance</TITLE>
66
<link rel="stylesheet" href="style/default.css" type="text/css">
7-
<link rel="stylesheet" href="http://www.w3.org/StyleSheets/TR/W3C-WD.css" type="text/css">
7+
<link rel="stylesheet" href="http://www.w3.org/StyleSheets/TR/W3C-ED.css" type="text/css">
88
<link rel="prev" href="selector.html">
99
<link rel="next" href="media.html">
1010
<link rel="contents" href="cover.html#minitoc">

0 commit comments

Comments
 (0)