Remove comment about difference from CSS 2.1 since CSS 2.1 has adopted the proposal in question. a2.0=tests

This commit is contained in:
L. David Baron 2010-12-03 12:31:24 -08:00
Родитель 61b06e59a1
Коммит cb216c4ffe
2 изменённых файлов: 0 добавлений и 34 удалений

Просмотреть файл

@ -15,9 +15,6 @@ div { height: 1px; background: navy; }
Differences between CSS 2.1 and this reference:
1. it incorporates proposal in
http://lists.w3.org/Archives/Public/www-style/2008Feb/0224.html
2. it ignores single 'auto' margins (one side only) when they should
become negative; this is a bug that we should fix:
https://bugzilla.mozilla.org/show_bug.cgi?id=419100
@ -54,7 +51,6 @@ Differences between CSS 2.1 and this reference:
<div style="margin-left: 70px; width: 177px;"></div>
<div style="margin-left: 70px; width: 177px;"></div>
<!-- left and right auto -->
<!-- THIS SET AFFECTED BY CHANGE (1) FROM CSS 2.1 SPEC -->
<div style="margin-left: 167px; width: 177px;"></div>
<div style="margin-left: 167px; width: 177px;"></div>
<div style="margin-left: 454px; width: 177px;"></div>
@ -91,7 +87,6 @@ Differences between CSS 2.1 and this reference:
<div style="margin-left: 53px; width: 177px;"></div>
<div style="margin-left: 53px; width: 177px;"></div>
<!-- left and right and margin-left auto (margin-left like 0) -->
<!-- THIS SET AFFECTED BY CHANGE (1) FROM CSS 2.1 SPEC -->
<div style="margin-left: 150px; width: 177px;"></div>
<div style="margin-left: 150px; width: 177px;"></div>
<div style="margin-left: 454px; width: 177px;"></div>
@ -128,7 +123,6 @@ Differences between CSS 2.1 and this reference:
<div style="margin-left: 70px; width: 177px;"></div>
<div style="margin-left: 70px; width: 177px;"></div>
<!-- left and right and margin-right auto (margin-right like 0) -->
<!-- THIS SET AFFECTED BY CHANGE (1) FROM CSS 2.1 SPEC -->
<div style="margin-left: 167px; width: 177px;"></div>
<div style="margin-left: 167px; width: 177px;"></div>
<div style="margin-left: 473px; width: 177px;"></div>
@ -165,7 +159,6 @@ Differences between CSS 2.1 and this reference:
<div style="margin-left: 53px; width: 177px;"></div>
<div style="margin-left: 53px; width: 177px;"></div>
<!-- left and right and margin-left and margin-right auto (margin-left and margin-right like 0) -->
<!-- THIS SET AFFECTED BY CHANGE (1) FROM CSS 2.1 SPEC -->
<div style="margin-left: 150px; width: 177px;"></div>
<div style="margin-left: 150px; width: 177px;"></div>
<div style="margin-left: 473px; width: 177px;"></div>
@ -205,7 +198,6 @@ Differences between CSS 2.1 and this reference:
<div style="margin-left: 70px; width: 96px;"></div>
<div style="margin-left: 70px; width: 96px;"></div>
<!-- left and right auto -->
<!-- THIS SET AFFECTED BY CHANGE (1) FROM CSS 2.1 SPEC -->
<div style="margin-left: 167px; width: 96px;"></div>
<div style="margin-left: 167px; width: 96px;"></div>
<div style="margin-left: 535px; width: 96px;"></div>
@ -242,7 +234,6 @@ Differences between CSS 2.1 and this reference:
<div style="margin-left: 53px; width: 96px;"></div>
<div style="margin-left: 53px; width: 96px;"></div>
<!-- left and right and margin-left auto (margin-left like 0) -->
<!-- THIS SET AFFECTED BY CHANGE (1) FROM CSS 2.1 SPEC -->
<div style="margin-left: 150px; width: 96px;"></div>
<div style="margin-left: 150px; width: 96px;"></div>
<div style="margin-left: 535px; width: 96px;"></div>
@ -279,7 +270,6 @@ Differences between CSS 2.1 and this reference:
<div style="margin-left: 70px; width: 96px;"></div>
<div style="margin-left: 70px; width: 96px;"></div>
<!-- left and right and margin-right auto (margin-right like 0) -->
<!-- THIS SET AFFECTED BY CHANGE (1) FROM CSS 2.1 SPEC -->
<div style="margin-left: 167px; width: 96px;"></div>
<div style="margin-left: 167px; width: 96px;"></div>
<div style="margin-left: 554px; width: 96px;"></div>
@ -316,7 +306,6 @@ Differences between CSS 2.1 and this reference:
<div style="margin-left: 53px; width: 96px;"></div>
<div style="margin-left: 53px; width: 96px;"></div>
<!-- left and right and margin-left and margin-right auto (margin-left and margin-right like 0) -->
<!-- THIS SET AFFECTED BY CHANGE (1) FROM CSS 2.1 SPEC -->
<div style="margin-left: 150px; width: 96px;"></div>
<div style="margin-left: 150px; width: 96px;"></div>
<div style="margin-left: 554px; width: 96px;"></div>
@ -356,7 +345,6 @@ Differences between CSS 2.1 and this reference:
<div style="margin-left: 70px; width: 684px;"></div>
<div style="margin-left: 70px; width: 684px;"></div>
<!-- left and right auto -->
<!-- THIS SET AFFECTED BY CHANGE (1) FROM CSS 2.1 SPEC -->
<div style="margin-left: 167px; width: 684px;"></div>
<div style="margin-left: 167px; width: 684px;"></div>
<div style="margin-left: -53px; width: 684px;"></div>
@ -394,7 +382,6 @@ Differences between CSS 2.1 and this reference:
<div style="margin-left: 53px; width: 684px;"></div>
<div style="margin-left: 53px; width: 684px;"></div>
<!-- left and right and margin-left auto (margin-left like 0) -->
<!-- THIS SET AFFECTED BY CHANGE (1) FROM CSS 2.1 SPEC -->
<div style="margin-left: 150px; width: 684px;"></div>
<div style="margin-left: 150px; width: 684px;"></div>
<div style="margin-left: -53px; width: 684px;"></div>
@ -432,7 +419,6 @@ Differences between CSS 2.1 and this reference:
<div style="margin-left: 70px; width: 684px;"></div>
<div style="margin-left: 70px; width: 684px;"></div>
<!-- left and right and margin-right auto (margin-right like 0) -->
<!-- THIS SET AFFECTED BY CHANGE (1) FROM CSS 2.1 SPEC -->
<div style="margin-left: 167px; width: 684px;"></div>
<div style="margin-left: 167px; width: 684px;"></div>
<div style="margin-left: -34px; width: 684px;"></div>
@ -469,7 +455,6 @@ Differences between CSS 2.1 and this reference:
<div style="margin-left: 53px; width: 684px;"></div>
<div style="margin-left: 53px; width: 684px;"></div>
<!-- left and right and margin-left and margin-right auto (margin-left and margin-right like 0) -->
<!-- THIS SET AFFECTED BY CHANGE (1) FROM CSS 2.1 SPEC -->
<div style="margin-left: 150px; width: 684px;"></div>
<div style="margin-left: 150px; width: 684px;"></div>
<div style="margin-left: -34px; width: 684px;"></div>

Просмотреть файл

@ -16,9 +16,6 @@ div { height: 1px; background: blue;
Differences between CSS 2.1 and this reference:
1. it incorporates proposal in
http://lists.w3.org/Archives/Public/www-style/2008Feb/0224.html
2. it ignores single 'auto' margins (one side only) when they should
become negative; this is a bug that we should fix:
https://bugzilla.mozilla.org/show_bug.cgi?id=419100
@ -55,7 +52,6 @@ Differences between CSS 2.1 and this reference:
<div style="margin-left: 70px; width: 660px;"></div>
<div style="margin-left: 70px; width: 660px;"></div>
<!-- left and right auto -->
<!-- THIS SET AFFECTED BY CHANGE (1) FROM CSS 2.1 SPEC -->
<div style="margin-left: 167px; width: 660px;"></div>
<div style="margin-left: 167px; width: 660px;"></div>
<div style="margin-left: -53px; width: 660px;"></div>
@ -93,7 +89,6 @@ Differences between CSS 2.1 and this reference:
<div style="margin-left: 53px; width: 660px;"></div>
<div style="margin-left: 53px; width: 660px;"></div>
<!-- left and right and margin-left auto (margin-left like 0) -->
<!-- THIS SET AFFECTED BY CHANGE (1) FROM CSS 2.1 SPEC -->
<div style="margin-left: 150px; width: 660px;"></div>
<div style="margin-left: 150px; width: 660px;"></div>
<div style="margin-left: -53px; width: 660px;"></div>
@ -131,7 +126,6 @@ Differences between CSS 2.1 and this reference:
<div style="margin-left: 70px; width: 660px;"></div>
<div style="margin-left: 70px; width: 660px;"></div>
<!-- left and right and margin-right auto (margin-right like 0) -->
<!-- THIS SET AFFECTED BY CHANGE (1) FROM CSS 2.1 SPEC -->
<div style="margin-left: 167px; width: 660px;"></div>
<div style="margin-left: 167px; width: 660px;"></div>
<div style="margin-left: -34px; width: 660px;"></div>
@ -168,7 +162,6 @@ Differences between CSS 2.1 and this reference:
<div style="margin-left: 53px; width: 660px;"></div>
<div style="margin-left: 53px; width: 660px;"></div>
<!-- left and right and margin-left and margin-right auto (margin-left and margin-right like 0) -->
<!-- THIS SET AFFECTED BY CHANGE (1) FROM CSS 2.1 SPEC -->
<div style="margin-left: 150px; width: 660px;"></div>
<div style="margin-left: 150px; width: 660px;"></div>
<div style="margin-left: -34px; width: 660px;"></div>
@ -208,7 +201,6 @@ Differences between CSS 2.1 and this reference:
<div style="margin-left: 70px; width: 153px;"></div>
<div style="margin-left: 70px; width: 153px;"></div>
<!-- left and right auto -->
<!-- THIS SET AFFECTED BY CHANGE (1) FROM CSS 2.1 SPEC -->
<div style="margin-left: 167px; width: 153px;"></div>
<div style="margin-left: 167px; width: 153px;"></div>
<div style="margin-left: 454px; width: 153px;"></div>
@ -245,7 +237,6 @@ Differences between CSS 2.1 and this reference:
<div style="margin-left: 53px; width: 153px;"></div>
<div style="margin-left: 53px; width: 153px;"></div>
<!-- left and right and margin-left auto (margin-left like 0) -->
<!-- THIS SET AFFECTED BY CHANGE (1) FROM CSS 2.1 SPEC -->
<div style="margin-left: 150px; width: 153px;"></div>
<div style="margin-left: 150px; width: 153px;"></div>
<div style="margin-left: 454px; width: 153px;"></div>
@ -282,7 +273,6 @@ Differences between CSS 2.1 and this reference:
<div style="margin-left: 70px; width: 153px;"></div>
<div style="margin-left: 70px; width: 153px;"></div>
<!-- left and right and margin-right auto (margin-right like 0) -->
<!-- THIS SET AFFECTED BY CHANGE (1) FROM CSS 2.1 SPEC -->
<div style="margin-left: 167px; width: 153px;"></div>
<div style="margin-left: 167px; width: 153px;"></div>
<div style="margin-left: 473px; width: 153px;"></div>
@ -319,7 +309,6 @@ Differences between CSS 2.1 and this reference:
<div style="margin-left: 53px; width: 153px;"></div>
<div style="margin-left: 53px; width: 153px;"></div>
<!-- left and right and margin-left and margin-right auto (margin-left and margin-right like 0) -->
<!-- THIS SET AFFECTED BY CHANGE (1) FROM CSS 2.1 SPEC -->
<div style="margin-left: 150px; width: 153px;"></div>
<div style="margin-left: 150px; width: 153px;"></div>
<div style="margin-left: 473px; width: 153px;"></div>
@ -359,7 +348,6 @@ Differences between CSS 2.1 and this reference:
<div style="margin-left: 70px; width: 153px;"></div>
<div style="margin-left: 70px; width: 153px;"></div>
<!-- left and right auto -->
<!-- THIS SET AFFECTED BY CHANGE (1) FROM CSS 2.1 SPEC -->
<div style="margin-left: 167px; width: 153px;"></div>
<div style="margin-left: 167px; width: 153px;"></div>
<div style="margin-left: 454px; width: 153px;"></div>
@ -396,7 +384,6 @@ Differences between CSS 2.1 and this reference:
<div style="margin-left: 53px; width: 153px;"></div>
<div style="margin-left: 53px; width: 153px;"></div>
<!-- left and right and margin-left auto (margin-left like 0) -->
<!-- THIS SET AFFECTED BY CHANGE (1) FROM CSS 2.1 SPEC -->
<div style="margin-left: 150px; width: 153px;"></div>
<div style="margin-left: 150px; width: 153px;"></div>
<div style="margin-left: 454px; width: 153px;"></div>
@ -433,7 +420,6 @@ Differences between CSS 2.1 and this reference:
<div style="margin-left: 70px; width: 153px;"></div>
<div style="margin-left: 70px; width: 153px;"></div>
<!-- left and right and margin-right auto (margin-right like 0) -->
<!-- THIS SET AFFECTED BY CHANGE (1) FROM CSS 2.1 SPEC -->
<div style="margin-left: 167px; width: 153px;"></div>
<div style="margin-left: 167px; width: 153px;"></div>
<div style="margin-left: 473px; width: 153px;"></div>
@ -470,7 +456,6 @@ Differences between CSS 2.1 and this reference:
<div style="margin-left: 53px; width: 153px;"></div>
<div style="margin-left: 53px; width: 153px;"></div>
<!-- left and right and margin-left and margin-right auto (margin-left and margin-right like 0) -->
<!-- THIS SET AFFECTED BY CHANGE (1) FROM CSS 2.1 SPEC -->
<div style="margin-left: 150px; width: 153px;"></div>
<div style="margin-left: 150px; width: 153px;"></div>
<div style="margin-left: 473px; width: 153px;"></div>
@ -510,7 +495,6 @@ Differences between CSS 2.1 and this reference:
<div style="margin-left: 70px; width: 660px;"></div>
<div style="margin-left: 70px; width: 660px;"></div>
<!-- left and right auto -->
<!-- THIS SET AFFECTED BY CHANGE (1) FROM CSS 2.1 SPEC -->
<div style="margin-left: 167px; width: 660px;"></div>
<div style="margin-left: 167px; width: 660px;"></div>
<div style="margin-left: -53px; width: 660px;"></div>
@ -548,7 +532,6 @@ Differences between CSS 2.1 and this reference:
<div style="margin-left: 53px; width: 660px;"></div>
<div style="margin-left: 53px; width: 660px;"></div>
<!-- left and right and margin-left auto (margin-left like 0) -->
<!-- THIS SET AFFECTED BY CHANGE (1) FROM CSS 2.1 SPEC -->
<div style="margin-left: 150px; width: 660px;"></div>
<div style="margin-left: 150px; width: 660px;"></div>
<div style="margin-left: -53px; width: 660px;"></div>
@ -586,7 +569,6 @@ Differences between CSS 2.1 and this reference:
<div style="margin-left: 70px; width: 660px;"></div>
<div style="margin-left: 70px; width: 660px;"></div>
<!-- left and right and margin-right auto (margin-right like 0) -->
<!-- THIS SET AFFECTED BY CHANGE (1) FROM CSS 2.1 SPEC -->
<div style="margin-left: 167px; width: 660px;"></div>
<div style="margin-left: 167px; width: 660px;"></div>
<div style="margin-left: -34px; width: 660px;"></div>
@ -623,7 +605,6 @@ Differences between CSS 2.1 and this reference:
<div style="margin-left: 53px; width: 660px;"></div>
<div style="margin-left: 53px; width: 660px;"></div>
<!-- left and right and margin-left and margin-right auto (margin-left and margin-right like 0) -->
<!-- THIS SET AFFECTED BY CHANGE (1) FROM CSS 2.1 SPEC -->
<div style="margin-left: 150px; width: 660px;"></div>
<div style="margin-left: 150px; width: 660px;"></div>
<div style="margin-left: -34px; width: 660px;"></div>