mirror of
https://github.com/servo/servo.git
synced 2025-08-05 13:40:08 +01:00
Update CSS tests to revision d674587d6ae7d2e231d632785559f2613d554eb0
This commit is contained in:
parent
7c45ff8e05
commit
f235d49372
6623 changed files with 267392 additions and 10061 deletions
|
@ -13,7 +13,7 @@
|
|||
<body>
|
||||
|
||||
<h1>CSS Basic User Interface Module Level 3 CR Test Suite</h1>
|
||||
<h2>Box Model addition (10 tests)</h2>
|
||||
<h2>Box Model addition (35 tests)</h2>
|
||||
<table width="100%">
|
||||
<col id="test-column">
|
||||
<col id="refs-column">
|
||||
|
@ -37,11 +37,286 @@
|
|||
<tr><th colspan="4" scope="rowgroup">
|
||||
<a href="#s3.1">+</a>
|
||||
<a href="http://www.w3.org/TR/css3-ui/#box-sizing">3.1 box-sizing property</a></th></tr>
|
||||
<!-- 10 tests -->
|
||||
<!-- 35 tests -->
|
||||
<tr id="box-sizing-001-3.1" class="primary">
|
||||
<td><strong>
|
||||
<a href="box-sizing-001.htm">box-sizing-001</a></strong></td>
|
||||
<td><a href="reference/box-sizing-001-ref.htm">=</a> </td>
|
||||
<td></td>
|
||||
<td>box-sizing:border-box and CSS2.1 10.3.3
|
||||
<ul class="assert">
|
||||
<li>When box-sizing is border-box, the content width, rather than the computed value of the width property, is considered when checking whether a block is larger than its containing block.</li>
|
||||
</ul>
|
||||
</td>
|
||||
</tr>
|
||||
<tr id="box-sizing-002-3.1" class="primary">
|
||||
<td><strong>
|
||||
<a href="box-sizing-002.htm">box-sizing-002</a></strong></td>
|
||||
<td><a href="reference/box-sizing-001-ref.htm">=</a> </td>
|
||||
<td></td>
|
||||
<td>box-sizing:padding-box and CSS2.1 10.3.3
|
||||
<ul class="assert">
|
||||
<li>When box-sizing is padding-box, the content width, rather than the computed value of the width property, is considered when checking whether a block is larger than its containing block.</li>
|
||||
</ul>
|
||||
</td>
|
||||
</tr>
|
||||
<tr id="box-sizing-003-3.1" class="primary">
|
||||
<td><strong>
|
||||
<a href="box-sizing-003.htm">box-sizing-003</a></strong></td>
|
||||
<td><a href="reference/box-sizing-001-ref.htm">=</a> </td>
|
||||
<td></td>
|
||||
<td>box-sizing:border-box and CSS2.1 10.3.7
|
||||
<ul class="assert">
|
||||
<li>When box-sizing is border-box, the content width, rather than the computed value of the width property, should be used in the the constraint that determines the used values of sizing and positioning properties of absolutely positioned elements.</li>
|
||||
</ul>
|
||||
</td>
|
||||
</tr>
|
||||
<tr id="box-sizing-004-3.1" class="primary">
|
||||
<td><strong>
|
||||
<a href="box-sizing-004.htm">box-sizing-004</a></strong></td>
|
||||
<td><a href="reference/box-sizing-001-ref.htm">=</a> </td>
|
||||
<td></td>
|
||||
<td>box-sizing:padding-box and CSS2.1 10.3.7
|
||||
<ul class="assert">
|
||||
<li>When box-sizing is padding-box, the content width, rather than the computed value of the width property, should be used in the the constraint that determines the used values of sizing and positioning properties of absolutely positioned elements.</li>
|
||||
</ul>
|
||||
</td>
|
||||
</tr>
|
||||
<tr id="box-sizing-005-3.1" class="primary">
|
||||
<td><strong>
|
||||
<a href="box-sizing-005.htm">box-sizing-005</a></strong></td>
|
||||
<td><a href="reference/box-sizing-001-ref.htm">=</a> </td>
|
||||
<td></td>
|
||||
<td>box-sizing:border-box and CSS2.1 10.6.4
|
||||
<ul class="assert">
|
||||
<li>When box-sizing is border-box, the content height, rather than the computed value of the height property, should be used in the the constraint that determines the used values of sizing and positioning properties of absolutely positioned elements.</li>
|
||||
</ul>
|
||||
</td>
|
||||
</tr>
|
||||
<tr id="box-sizing-006-3.1" class="primary">
|
||||
<td><strong>
|
||||
<a href="box-sizing-006.htm">box-sizing-006</a></strong></td>
|
||||
<td><a href="reference/box-sizing-001-ref.htm">=</a> </td>
|
||||
<td></td>
|
||||
<td>box-sizing:padding-box and CSS2.1 10.6.4
|
||||
<ul class="assert">
|
||||
<li>When box-sizing is padding-box, the content height, rather than the computed value of the height property, should be used in the the constraint that determines the used values of sizing and positioning properties of absolutely positioned elements.</li>
|
||||
</ul>
|
||||
</td>
|
||||
</tr>
|
||||
<tr id="box-sizing-007-3.1" class="primary svg">
|
||||
<td><strong>
|
||||
<a href="box-sizing-007.htm">box-sizing-007</a></strong></td>
|
||||
<td><a href="reference/box-sizing-007-ref.htm">=</a> </td>
|
||||
<td><abbr class="svg" title="Requires SVG support">SVG</abbr></td>
|
||||
<td>box-sizing:border-box and auto sizing of intrinsicly sized replaced elements.
|
||||
<ul class="assert">
|
||||
<li>Exercises the sizing rules in CSS2.1 10.3.2 and 10.6.2 with box-sizing:border-box for replaced elements with either both intrisic dimentions or an intrinsic ratio, to check that they work correctly in terms of the content width height.</li>
|
||||
</ul>
|
||||
</td>
|
||||
</tr>
|
||||
<tr id="box-sizing-008-3.1" class="primary svg">
|
||||
<td><strong>
|
||||
<a href="box-sizing-008.htm">box-sizing-008</a></strong></td>
|
||||
<td><a href="reference/box-sizing-008-ref.htm">=</a> </td>
|
||||
<td><abbr class="svg" title="Requires SVG support">SVG</abbr></td>
|
||||
<td>box-sizing:border-box and auto sizing of replaced elements with intrinisic width only.
|
||||
<ul class="assert">
|
||||
<li>Exercises the sizing rules in CSS2.1 10.3.2 and 10.6.2 with box-sizing:border-box for replaced elements with intrisic width and no intrinsic ratio, to check that they work correctly in terms of the content width height.</li>
|
||||
</ul>
|
||||
</td>
|
||||
</tr>
|
||||
<tr id="box-sizing-009-3.1" class="primary svg">
|
||||
<td><strong>
|
||||
<a href="box-sizing-009.htm">box-sizing-009</a></strong></td>
|
||||
<td><a href="reference/box-sizing-009-ref.htm">=</a> </td>
|
||||
<td><abbr class="svg" title="Requires SVG support">SVG</abbr></td>
|
||||
<td>box-sizing:border-box and auto sizing of replaced elements with intrinisic height only.
|
||||
<ul class="assert">
|
||||
<li>Exercises the sizing rules in CSS2.1 10.3.2 and 10.6.2 with box-sizing:border-box for replaced elements with intrisic height and no intrinsic ratio, to check that they work correctly in terms of the content width height.</li>
|
||||
</ul>
|
||||
</td>
|
||||
</tr>
|
||||
<tr id="box-sizing-010-3.1" class="primary svg">
|
||||
<td><strong>
|
||||
<a href="box-sizing-010.htm">box-sizing-010</a></strong></td>
|
||||
<td><a href="reference/box-sizing-010-ref.htm">=</a> </td>
|
||||
<td><abbr class="svg" title="Requires SVG support">SVG</abbr></td>
|
||||
<td>auto sizing rules with box-sizing:border-box, intrinsic width and height, h > max-height
|
||||
<ul class="assert">
|
||||
<li>Test checks that the CSS2.1 rules for auto width and height on replaced elements with intrinsic width and height with the h > max-height constraint violation are properly interpreted when box-sizing is border-box.</li>
|
||||
</ul>
|
||||
</td>
|
||||
</tr>
|
||||
<tr id="box-sizing-011-3.1" class="primary svg">
|
||||
<td><strong>
|
||||
<a href="box-sizing-011.htm">box-sizing-011</a></strong></td>
|
||||
<td><a href="reference/box-sizing-010-ref.htm">=</a> </td>
|
||||
<td><abbr class="svg" title="Requires SVG support">SVG</abbr></td>
|
||||
<td>auto sizing rules with box-sizing:border-box, intrinsic width and height, w > max-width
|
||||
<ul class="assert">
|
||||
<li>Test checks that the CSS2.1 rules for auto width and height on replaced elements with intrinsic width and height with the w > max-width constraint violation are properly interpreted when box-sizing is border-box.</li>
|
||||
</ul>
|
||||
</td>
|
||||
</tr>
|
||||
<tr id="box-sizing-012-3.1" class="primary svg">
|
||||
<td><strong>
|
||||
<a href="box-sizing-012.htm">box-sizing-012</a></strong></td>
|
||||
<td><a href="reference/box-sizing-012-ref.htm">=</a> </td>
|
||||
<td><abbr class="svg" title="Requires SVG support">SVG</abbr></td>
|
||||
<td>auto sizing rules with box-sizing:border-box, intrinsic width, h > max-height
|
||||
<ul class="assert">
|
||||
<li>Test checks that the CSS2.1 rules for auto width and height on replaced elements with intrinsic width with the h > max-height constraint violation are properly interpreted when box-sizing is border-box.</li>
|
||||
</ul>
|
||||
</td>
|
||||
</tr>
|
||||
<tr id="box-sizing-013-3.1" class="primary svg">
|
||||
<td><strong>
|
||||
<a href="box-sizing-013.htm">box-sizing-013</a></strong></td>
|
||||
<td><a href="reference/box-sizing-013-ref.htm">=</a> </td>
|
||||
<td><abbr class="svg" title="Requires SVG support">SVG</abbr></td>
|
||||
<td>auto sizing rules with box-sizing:border-box, intrinsic height, w > max-width
|
||||
<ul class="assert">
|
||||
<li>Test checks that the CSS2.1 rules for auto width and height on replaced elements with intrinsic height with the w > max-width constraint violation are properly interpreted when box-sizing is border-box.</li>
|
||||
</ul>
|
||||
</td>
|
||||
</tr>
|
||||
<tr id="box-sizing-014-3.1" class="primary svg">
|
||||
<td><strong>
|
||||
<a href="box-sizing-014.htm">box-sizing-014</a></strong></td>
|
||||
<td><a href="reference/box-sizing-010-ref.htm">=</a> </td>
|
||||
<td><abbr class="svg" title="Requires SVG support">SVG</abbr></td>
|
||||
<td>auto sizing rules with box-sizing:border-box, intrinsic width and ratio, h > max-height
|
||||
<ul class="assert">
|
||||
<li>Test checks that the CSS2.1 rules for auto width and height on replaced elements with intrinsic width and ratio with the h > max-height constraint violation are properly interpreted when box-sizing is border-box.</li>
|
||||
</ul>
|
||||
</td>
|
||||
</tr>
|
||||
<tr id="box-sizing-015-3.1" class="primary svg">
|
||||
<td><strong>
|
||||
<a href="box-sizing-015.htm">box-sizing-015</a></strong></td>
|
||||
<td><a href="reference/box-sizing-010-ref.htm">=</a> </td>
|
||||
<td><abbr class="svg" title="Requires SVG support">SVG</abbr></td>
|
||||
<td>auto sizing rules with box-sizing:border-box, intrinsic height and ratio, w > max-width
|
||||
<ul class="assert">
|
||||
<li>Test checks that the CSS2.1 rules for auto width and height on replaced elements with intrinsic height and ratio with the w > max-width constraint violation are properly interpreted when box-sizing is border-box.</li>
|
||||
</ul>
|
||||
</td>
|
||||
</tr>
|
||||
<tr id="box-sizing-016-3.1" class="primary svg">
|
||||
<td><strong>
|
||||
<a href="box-sizing-016.htm">box-sizing-016</a></strong></td>
|
||||
<td><a href="reference/box-sizing-010-ref.htm">=</a> </td>
|
||||
<td><abbr class="svg" title="Requires SVG support">SVG</abbr></td>
|
||||
<td>auto sizing rules with box-sizing:border-box, intrinsic ratio, h > max-height
|
||||
<ul class="assert">
|
||||
<li>Test checks that the CSS2.1 rules for auto width and height on replaced elements with intrinsic ratio with the h > max-height constraint violation are properly interpreted when box-sizing is border-box.</li>
|
||||
</ul>
|
||||
</td>
|
||||
</tr>
|
||||
<tr id="box-sizing-017-3.1" class="primary svg">
|
||||
<td><strong>
|
||||
<a href="box-sizing-017.htm">box-sizing-017</a></strong></td>
|
||||
<td><a href="reference/box-sizing-010-ref.htm">=</a> </td>
|
||||
<td><abbr class="svg" title="Requires SVG support">SVG</abbr></td>
|
||||
<td>auto sizing rules with box-sizing:border-box, intrinsic ratio, w > max-width
|
||||
<ul class="assert">
|
||||
<li>Test checks that the CSS2.1 rules for auto width and height on replaced elements with intrinsic ratio with the w > max-width constraint violation are properly interpreted when box-sizing is border-box.</li>
|
||||
</ul>
|
||||
</td>
|
||||
</tr>
|
||||
<tr id="box-sizing-018-3.1" class="primary svg">
|
||||
<td><strong>
|
||||
<a href="box-sizing-018.htm">box-sizing-018</a></strong></td>
|
||||
<td><a href="reference/box-sizing-010-ref.htm">=</a> </td>
|
||||
<td><abbr class="svg" title="Requires SVG support">SVG</abbr></td>
|
||||
<td>auto sizing rules with box-sizing:border-box, intrinsic height and ratio, w > max-wdith and h > max-height and max-width/w &#8804; max-height/h
|
||||
<ul class="assert">
|
||||
<li>Test checks that the CSS2.1 rules for auto width and height on replaced elements with intrinsic height and ratio with the w > max-width and h > max-height constraint violation and max-width/w &#8804; max-height/h are properly interpreted when box-sizing is border-box.</li>
|
||||
</ul>
|
||||
</td>
|
||||
</tr>
|
||||
<tr id="box-sizing-019-3.1" class="primary svg">
|
||||
<td><strong>
|
||||
<a href="box-sizing-019.htm">box-sizing-019</a></strong></td>
|
||||
<td><a href="reference/box-sizing-010-ref.htm">=</a> </td>
|
||||
<td><abbr class="svg" title="Requires SVG support">SVG</abbr></td>
|
||||
<td>auto sizing rules with box-sizing:border-box, intrinsic width and ratio, w > max-wdith and h > max-height and max-width/w > max-height/h
|
||||
<ul class="assert">
|
||||
<li>Test checks that the CSS2.1 rules for auto width and height on replaced elements with intrinsic width and ratio with the w > max-width and h > max-height constraint violation and max-width/w > max-height/h are properly interpreted when box-sizing is border-box.</li>
|
||||
</ul>
|
||||
</td>
|
||||
</tr>
|
||||
<tr id="box-sizing-020-3.1" class="primary svg">
|
||||
<td><strong>
|
||||
<a href="box-sizing-020.htm">box-sizing-020</a></strong></td>
|
||||
<td><a href="reference/box-sizing-020-ref.htm">=</a> </td>
|
||||
<td><abbr class="svg" title="Requires SVG support">SVG</abbr></td>
|
||||
<td>auto sizing rules with box-sizing:border-box, intrinsic width and height, h < min-height
|
||||
<ul class="assert">
|
||||
<li>Test checks that the CSS2.1 rules for auto width and height on replaced elements with intrinsic width and height with the h < min-height constraint violation are properly interpreted when box-sizing is border-box.</li>
|
||||
</ul>
|
||||
</td>
|
||||
</tr>
|
||||
<tr id="box-sizing-021-3.1" class="primary svg">
|
||||
<td><strong>
|
||||
<a href="box-sizing-021.htm">box-sizing-021</a></strong></td>
|
||||
<td><a href="reference/box-sizing-020-ref.htm">=</a> </td>
|
||||
<td><abbr class="svg" title="Requires SVG support">SVG</abbr></td>
|
||||
<td>auto sizing rules with box-sizing:border-box, intrinsic width and height, w < win-width
|
||||
<ul class="assert">
|
||||
<li>Test checks that the CSS2.1 rules for auto width and height on replaced elements with intrinsic width and height with the w < min-width constraint violation are properly interpreted when box-sizing is border-box.</li>
|
||||
</ul>
|
||||
</td>
|
||||
</tr>
|
||||
<tr id="box-sizing-022-3.1" class="primary svg">
|
||||
<td><strong>
|
||||
<a href="box-sizing-022.htm">box-sizing-022</a></strong></td>
|
||||
<td><a href="reference/box-sizing-022-ref.htm">=</a> </td>
|
||||
<td><abbr class="svg" title="Requires SVG support">SVG</abbr></td>
|
||||
<td>auto sizing rules with box-sizing:border-box, intrinsic width, w < min-width
|
||||
<ul class="assert">
|
||||
<li>Test checks that the CSS2.1 rules for auto width and height on replaced elements with intrinsic width with the w < min-width constraint violation are properly interpreted when box-sizing is border-box.</li>
|
||||
</ul>
|
||||
</td>
|
||||
</tr>
|
||||
<tr id="box-sizing-023-3.1" class="primary svg">
|
||||
<td><strong>
|
||||
<a href="box-sizing-023.htm">box-sizing-023</a></strong></td>
|
||||
<td><a href="reference/box-sizing-023-ref.htm">=</a> </td>
|
||||
<td><abbr class="svg" title="Requires SVG support">SVG</abbr></td>
|
||||
<td>auto sizing rules with box-sizing:border-box, intrinsic height, h < min-height
|
||||
<ul class="assert">
|
||||
<li>Test checks that the CSS2.1 rules for auto width and height on replaced elements with intrinsic height with the h < min-height constraint violation are properly interpreted when box-sizing is border-box.</li>
|
||||
</ul>
|
||||
</td>
|
||||
</tr>
|
||||
<tr id="box-sizing-024-3.1" class="primary svg">
|
||||
<td><strong>
|
||||
<a href="box-sizing-024.htm">box-sizing-024</a></strong></td>
|
||||
<td><a href="reference/box-sizing-020-ref.htm">=</a> </td>
|
||||
<td><abbr class="svg" title="Requires SVG support">SVG</abbr></td>
|
||||
<td>auto sizing rules with box-sizing:border-box, intrinsic width and ratio, h < mi:-height
|
||||
<ul class="assert">
|
||||
<li>Test checks that the CSS2.1 rules for auto width and height on replaced elements with intrinsic width and ratio with the h < min-height constraint violation are properly interpreted when box-sizing is border-box.</li>
|
||||
</ul>
|
||||
</td>
|
||||
</tr>
|
||||
<tr id="box-sizing-025-3.1" class="primary svg">
|
||||
<td><strong>
|
||||
<a href="box-sizing-025.htm">box-sizing-025</a></strong></td>
|
||||
<td><a href="reference/box-sizing-020-ref.htm">=</a> </td>
|
||||
<td><abbr class="svg" title="Requires SVG support">SVG</abbr></td>
|
||||
<td>auto sizing rules with box-sizing:border-box, intrinsic height and ratio, w < min-width
|
||||
<ul class="assert">
|
||||
<li>Test checks that the CSS2.1 rules for auto width and height on replaced elements with intrinsic height and ratio with the w < min-width constraint violation are properly interpreted when box-sizing is border-box.</li>
|
||||
</ul>
|
||||
</td>
|
||||
</tr>
|
||||
<tr id="box-sizing-border-box-001-3.1" class="primary">
|
||||
<td><strong>
|
||||
<a href="box-sizing-border-box-001.htm">box-sizing-border-box-001</a></strong></td>
|
||||
<td></td>
|
||||
<td><a href="reference/box-sizing-border-box-001-ref.htm">=</a> </td>
|
||||
<td></td>
|
||||
<td>Box Sizing - Border-Box with specified width
|
||||
<ul class="assert">
|
||||
|
@ -52,7 +327,7 @@
|
|||
<tr id="box-sizing-border-box-002-3.1" class="primary">
|
||||
<td><strong>
|
||||
<a href="box-sizing-border-box-002.htm">box-sizing-border-box-002</a></strong></td>
|
||||
<td></td>
|
||||
<td><a href="reference/box-sizing-border-box-002-ref.htm">=</a> </td>
|
||||
<td></td>
|
||||
<td>Box Sizing - Border-Box with specified width
|
||||
<ul class="assert">
|
||||
|
@ -63,7 +338,7 @@
|
|||
<tr id="box-sizing-border-box-003-3.1" class="primary">
|
||||
<td><strong>
|
||||
<a href="box-sizing-border-box-003.htm">box-sizing-border-box-003</a></strong></td>
|
||||
<td></td>
|
||||
<td><a href="reference/box-sizing-border-box-003-ref.htm">=</a> </td>
|
||||
<td></td>
|
||||
<td>Box Sizing - Border-Box with specified width/height
|
||||
<ul class="assert">
|
||||
|
@ -74,7 +349,7 @@
|
|||
<tr id="box-sizing-border-box-004-3.1" class="primary">
|
||||
<td><strong>
|
||||
<a href="box-sizing-border-box-004.htm">box-sizing-border-box-004</a></strong></td>
|
||||
<td></td>
|
||||
<td><a href="reference/box-sizing-border-box-004-ref.htm">=</a> </td>
|
||||
<td></td>
|
||||
<td>Box Sizing - Border-Box with min/max width/height
|
||||
<ul class="assert">
|
||||
|
@ -85,7 +360,7 @@
|
|||
<tr id="box-sizing-content-box-001-3.1" class="primary">
|
||||
<td><strong>
|
||||
<a href="box-sizing-content-box-001.htm">box-sizing-content-box-001</a></strong></td>
|
||||
<td></td>
|
||||
<td><a href="reference/box-sizing-content-box-001-ref.htm">=</a> </td>
|
||||
<td></td>
|
||||
<td>Box Sizing - Content-Box with specified width/height
|
||||
<ul class="assert">
|
||||
|
@ -96,7 +371,7 @@
|
|||
<tr id="box-sizing-content-box-002-3.1" class="primary">
|
||||
<td><strong>
|
||||
<a href="box-sizing-content-box-002.htm">box-sizing-content-box-002</a></strong></td>
|
||||
<td></td>
|
||||
<td><a href="reference/box-sizing-content-box-002-ref.htm">=</a> </td>
|
||||
<td></td>
|
||||
<td>Box Sizing - Content-Box with specified width/height
|
||||
<ul class="assert">
|
||||
|
@ -107,7 +382,7 @@
|
|||
<tr id="box-sizing-content-box-003-3.1" class="primary">
|
||||
<td><strong>
|
||||
<a href="box-sizing-content-box-003.htm">box-sizing-content-box-003</a></strong></td>
|
||||
<td></td>
|
||||
<td><a href="reference/box-sizing-content-box-003-ref.htm">=</a> </td>
|
||||
<td></td>
|
||||
<td>Box Sizing - Content-Box with min/max width/height
|
||||
<ul class="assert">
|
||||
|
@ -118,7 +393,7 @@
|
|||
<tr id="box-sizing-replaced-001-3.1" class="primary image">
|
||||
<td><strong>
|
||||
<a href="box-sizing-replaced-001.htm">box-sizing-replaced-001</a></strong></td>
|
||||
<td></td>
|
||||
<td><a href="reference/box-sizing-replaced-001-ref.htm">=</a> </td>
|
||||
<td><abbr class="image" title="Requires bitmap graphic support">Bitmaps</abbr></td>
|
||||
<td>Min/Max Height and Width Constraints on Replaced Elements with Box-Sizing
|
||||
<ul class="assert">
|
||||
|
@ -129,7 +404,7 @@
|
|||
<tr id="box-sizing-replaced-002-3.1" class="primary image">
|
||||
<td><strong>
|
||||
<a href="box-sizing-replaced-002.htm">box-sizing-replaced-002</a></strong></td>
|
||||
<td></td>
|
||||
<td><a href="reference/box-sizing-replaced-002-ref.htm">=</a> </td>
|
||||
<td><abbr class="image" title="Requires bitmap graphic support">Bitmaps</abbr></td>
|
||||
<td>Min/Max Height and Width Constraints on Replaced Elements with Box-Sizing
|
||||
<ul class="assert">
|
||||
|
@ -140,7 +415,7 @@
|
|||
<tr id="box-sizing-replaced-003-3.1" class="primary image">
|
||||
<td><strong>
|
||||
<a href="box-sizing-replaced-003.htm">box-sizing-replaced-003</a></strong></td>
|
||||
<td></td>
|
||||
<td><a href="reference/box-sizing-replaced-003-ref.htm">=</a> </td>
|
||||
<td><abbr class="image" title="Requires bitmap graphic support">Bitmaps</abbr></td>
|
||||
<td>Min/Max Height and Width Constraints on Replaced Elements with Box-Sizing
|
||||
<ul class="assert">
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue