Skip to content

Commit d363bd9

Browse files
committed
[css2] Generated. Do not edit!
--HG-- extra : convert_revision : svn%3A73dc7c4b-06e6-40f3-b4f7-9ed1dbc14bfc/trunk%402272
1 parent 282ed15 commit d363bd9

1 file changed

Lines changed: 9 additions & 12 deletions

File tree

css2/visudet.html

Lines changed: 9 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -555,16 +555,11 @@ <h3>10.3.8 <a name="abs-replaced-width">Absolutely positioned, replaced elements
555555
determined as for <a href="#inline-replaced-width">inline replaced
556556
elements</a>.
557557
</li>
558-
<li>If <a href="visuren.html#propdef-left" class="noxref"><span class="propinst-left">'left'</span></a>
559-
has the value 'auto' while <a href="visuren.html#propdef-direction" class="noxref"><span
560-
class="propinst-direction">'direction'</span></a> is 'ltr', replace
561-
'auto' with the <a href="#static-position">static position</a>.
562-
</li>
563-
<li>If <a href="visuren.html#propdef-right" class="noxref"><span class="propinst-right">'right'</span></a> has the
564-
value 'auto' while
565-
<a href="visuren.html#propdef-direction" class="noxref"><span class="propinst-direction">'direction'</span></a> is 'rtl',
566-
replace 'auto' with the <a href="#static-position">static
567-
position</a>.
558+
<li>If both <a href="visuren.html#propdef-left" class="noxref"><span class="propinst-left">'left'</span></a> and <a href="visuren.html#propdef-right" class="noxref"><span
559+
class="propinst-right">'right'</span></a> have the value 'auto', then if
560+
'direction' is 'ltr', set <a href="visuren.html#propdef-left" class="noxref"><span class="propinst-left">'left'</span></a> to
561+
the static position; else if 'direction' is 'rtl', set <a href="visuren.html#propdef-right" class="noxref"><span
562+
class="propinst-right">'right'</span></a> to the static position.
568563
</li>
569564
<li>If <a href="visuren.html#propdef-left" class="noxref"><span class="propinst-left">'left'</span></a> or <a href="visuren.html#propdef-right" class="noxref"><span
570565
class="propinst-right">'right'</span></a> are 'auto', replace any 'auto'
@@ -1047,8 +1042,10 @@ <h3>10.6.5 <a name="abs-replaced-height">Absolutely positioned, replaced element
10471042
class="propinst-height">'height'</span></a> is determined as for <a
10481043
href="#inline-replaced-height">inline replaced elements</a>.
10491044
</li>
1050-
<li>If <a href="visuren.html#propdef-top" class="noxref"><span class="propinst-top">'top'</span></a> has the value 'auto',
1051-
replace it with the element's static position.
1045+
<li>If both <a href="visuren.html#propdef-top" class="noxref"><span class="propinst-top">'top'</span></a> and <a href="visuren.html#propdef-bottom" class="noxref"><span
1046+
class="propinst-bottom">'bottom'</span></a> have the value 'auto', replace
1047+
<a href="visuren.html#propdef-top" class="noxref"><span class="propinst-top">'top'</span></a> with the element's static
1048+
position.
10521049
</li>
10531050
<li>If <a href="visuren.html#propdef-bottom" class="noxref"><span class="propinst-bottom">'bottom'</span></a> is 'auto',
10541051
replace any 'auto' on <a href="box.html#propdef-margin-top" class="noxref"><span

0 commit comments

Comments
 (0)