mirror of
https://github.com/servo/servo.git
synced 2025-06-28 02:53:48 +01:00
10141 lines
3.6 MiB
10141 lines
3.6 MiB
id references title flags links revision credits assertion
|
|
absolute-non-replaced-height-001 Absolutely positioned, non-replaced elements, static position of fixed element http://www.w3.org/TR/CSS21/visudet.html#abs-non-replaced-height a4e9dd6e742b5c2ad11a8436ad8eb63990555aa9 `Microsoft`<http://www.microsoft.com/> The calculation of static position for a fixed positioned element when top, right, bottom, and left are all 'auto' is based off the containing block not the initial containing block.
|
|
absolute-non-replaced-height-002 reference/absolute-non-replaced-height-002-ref Absolutely positioned, non-replaced elements with height based on the content ahem http://www.w3.org/TR/CSS21/visudet.html#abs-non-replaced-height 5b42a8372e748630f6e38cc3ef29f7fc4547174a `Microsoft`<http://www.microsoft.com/> If 'top', 'height', 'bottom', 'margin-top' and 'margin-bottom' are all auto, then set 'top' to the static position, then the height is based on the content, then 'margin-top' and 'margin-bottom' are set to 0 and then solve for 'bottom'.
|
|
absolute-non-replaced-height-003 reference/absolute-non-replaced-height-003-ref Absolutely positioned, non-replaced elements, vertical centering http://www.w3.org/TR/CSS21/visudet.html#abs-non-replaced-height bb19faf76475453d324da03bcf991327393c06cc `Microsoft`<http://www.microsoft.com/> An absolutely positioned non-replaced element's padding box (which is the area painted by background-color of the element) will be vertically centered within its containing block only if both 'margin-top' and 'margin-bottom' have equal values and if 'top' and 'bottom' have equal values. An absolutely positioned non-replaced element's margin box will be vertically centered within its containing block only if 'top' and 'bottom' have equal values.
|
|
absolute-non-replaced-height-004 reference/absolute-non-replaced-height-003-ref Absolutely positioned, non-replaced elements, 'margin-top' set to 'auto' http://www.w3.org/TR/CSS21/visudet.html#abs-non-replaced-height a74aeee2da80b54b647895205378981d18982dae `Microsoft`<http://www.microsoft.com/> When 'top', 'bottom', 'height' and 'margin-bottom' of an absolutely positioned, non-replaced element are all not 'auto' while its 'margin-top' is 'auto', then 'margin-top' becomes the remainder of the height of its containing block.
|
|
absolute-non-replaced-height-005 reference/absolute-non-replaced-height-003-ref Absolutely positioned, non-replaced elements, 'margin-bottom' set to 'auto' http://www.w3.org/TR/CSS21/visudet.html#abs-non-replaced-height a560628eb372890c4be1e446c9d1aab59226f62a `Microsoft`<http://www.microsoft.com/> When 'top', 'bottom' and 'height' are all are not 'auto', 'margin-top' is not 'auto' and 'margin-bottom' is 'auto'. Then 'margin-bottom' becomes the remainder of the height of the containing box.
|
|
absolute-non-replaced-height-006 reference/absolute-non-replaced-height-006-ref Absolutely positioned, non-replaced elements, over-constrained http://www.w3.org/TR/CSS21/visudet.html#abs-non-replaced-height 43bbaa97b6f0525b66d5ccb8da8561dfeffdc719 `Microsoft`<http://www.microsoft.com/> The 'bottom' value is ignored and the equation solves for the bottom value, when the values for 'top', 'bottom', 'height', 'margin-top', 'margin-bottom' add up to more than the containing blocks height.
|
|
absolute-non-replaced-height-007 reference/absolute-non-replaced-height-007-ref Absolutely positioned, non-replaced elements, shrink-to-fit solve for top ahem http://www.w3.org/TR/CSS21/visudet.html#abs-non-replaced-height 81692a3380bafb8764eb4a58ad9ab8c6148bbcf4 `Microsoft`<http://www.microsoft.com/> Verify that height is based on the overall height of the content, 'margin-top' and 'margin-bottom' when set to 'auto' are solved to '0' and solve for 'top', when 'top' and 'height' are both 'auto' and 'bottom' is not 'auto'.
|
|
absolute-non-replaced-height-008 reference/absolute-non-replaced-height-008-ref Absolutely positioned, non-replaced elements, 'top' set to static position http://www.w3.org/TR/CSS21/visudet.html#abs-non-replaced-height 16b9d2f5486ad17f3d633f11c6ad9721171059ef `Microsoft`<http://www.microsoft.com/> When 'top' is set to the static position and any 'auto' values for top and bottom margin are set to '0', when 'top' and 'bottom' are 'auto' and 'height' is not 'auto'.
|
|
absolute-non-replaced-height-009 reference/absolute-non-replaced-height-009-ref Absolutely positioned, non-replaced elements, height is based on the content ahem http://www.w3.org/TR/CSS21/visudet.html#abs-non-replaced-height 29d6ba131d24c92258e135279ff776b1814e845a `Microsoft`<http://www.microsoft.com/> The 'height' is based on the content height, 'auto' values for 'margin-top' and 'margin-bottom' are set to '0' when 'height' and 'bottom' are 'auto' and 'top' is not 'auto'.
|
|
absolute-non-replaced-height-010 reference/absolute-non-replaced-height-003-ref Absolutely positioned, non-replaced elements, 'margin-top' and 'margin-bottom' set to '0' http://www.w3.org/TR/CSS21/visudet.html#abs-non-replaced-height c33c5458a4295d994cc6eae6757f632038e5abb3 `Microsoft`<http://www.microsoft.com/> The 'auto' values for 'margin-top' and 'margin-bottom' are set to '0', when 'top' is 'auto' and 'height' and 'bottom' are not 'auto'.
|
|
absolute-non-replaced-height-011 reference/absolute-non-replaced-height-003-ref Absolutely positioned, non-replaced elements, 'height' based on 'top' and 'bottom' positions http://www.w3.org/TR/CSS21/visudet.html#abs-non-replaced-height 2a0323ae6c969c0ee5681c3d329e44fb6255c5b6 `Microsoft`<http://www.microsoft.com/> The 'auto' values on 'margin-top', 'margin-bottom' are set to '0' and the 'height' is the remaining space between the 'top' and 'bottom' positions, when 'height' is 'auto' and 'top' and 'bottom' are both not 'auto'.
|
|
absolute-non-replaced-height-012 reference/absolute-non-replaced-height-003-ref Absolutely positioned, non-replaced elements, solve for 'bottom' http://www.w3.org/TR/CSS21/visudet.html#abs-non-replaced-height f226c291ed06d80f798861aad0f02c36292b90d9 `Microsoft`<http://www.microsoft.com/> When 'margin-top' and 'margin-bottom' are set to '0' the 'bottom' value resolves to the remaining space within the containing block.
|
|
absolute-non-replaced-max-height-001 Max-height on absolutely positioned, non-replaced elements, static position of fixed element http://www.w3.org/TR/CSS21/visudet.html#abs-non-replaced-height be163733691463e5a7e65ff1d18456bcbb3329ce `Microsoft`<http://www.microsoft.com/> The calculation of static position is based on initial containing block when there is a fixed positioned element.
|
|
absolute-non-replaced-max-height-002 reference/absolute-non-replaced-max-height-002-ref Max-height on absolutely positioned, non-replaced elements ahem http://www.w3.org/TR/CSS21/visudet.html#abs-non-replaced-height 762fbda1af98ea449d8ff9aa28cc94596d296971 `Microsoft`<http://www.microsoft.com/> When 'top', 'height', and 'bottom' of an absolutely positioned element are 'auto', then set 'top' to the static position and make 'height' based on the content; such height may be constrained by a given 'max-height' value.
|
|
absolute-non-replaced-max-height-003 reference/absolute-non-replaced-max-height-003-ref Max-height on absolutely positioned, non-replaced elements, vertical centering http://www.w3.org/TR/CSS21/visudet.html#abs-non-replaced-height 552bb1753189da11499a26939ac3506e2a96671c `Microsoft`<http://www.microsoft.com/> An absolutely positioned non-replaced element's padding box (which is the area painted by background-color of the element) will be vertically centered within its containing block only if both 'margin-top' and 'margin-bottom' have equal values and if 'top' and 'bottom' have equal values. An absolutely positioned non-replaced element's margin box will be vertically centered within its containing block only if 'top' and 'bottom' have equal values.
|
|
absolute-non-replaced-max-height-004 reference/absolute-non-replaced-height-003-ref Max-height on absolutely positioned, non-replaced elements, 'margin-top' set to 'auto' http://www.w3.org/TR/CSS21/visudet.html#abs-non-replaced-height 56d7639d3f4c2ec8625898fa08a809a9f60bc254 `Microsoft`<http://www.microsoft.com/> When 'top', 'bottom' and 'height' are all are not 'auto', 'margin-top' is 'auto' and 'margin-bottom' is not 'auto'. Then 'margin-top' becomes the remainder of the height of the containing box.
|
|
absolute-non-replaced-max-height-005 reference/absolute-non-replaced-height-003-ref Max-height on absolutely positioned, non-replaced elements, 'margin-bottom' set to 'auto' http://www.w3.org/TR/CSS21/visudet.html#abs-non-replaced-height a9613542577c911f0e2250b5fe8dc9bb761e187e `Microsoft`<http://www.microsoft.com/> When 'top', 'bottom' and 'height' are all are not 'auto', 'margin-top' is not 'auto' and 'margin-bottom' is 'auto'. Then 'margin-bottom' becomes the remainder of the height of the containing box.
|
|
absolute-non-replaced-max-height-006 reference/absolute-non-replaced-height-003-ref Max-height on absolutely positioned, non-replaced elements, over-constrained http://www.w3.org/TR/CSS21/visudet.html#abs-non-replaced-height 730422b947f19f9cfeecd862be76a0ada8a6b61a `Microsoft`<http://www.microsoft.com/> The 'bottom' value is ignored and the equation solves for the bottom value, when the values for 'top', 'bottom', 'height', 'margin-top', 'margin-bottom' add up to more than the containing blocks height.
|
|
absolute-non-replaced-max-height-007 reference/absolute-non-replaced-max-height-007-ref Max-height on absolutely positioned, non-replaced elements, shrink-to-fit solve for top ahem http://www.w3.org/TR/CSS21/visudet.html#abs-non-replaced-height ae1033aef44fba16d5ccab9cf1f4c2e941a80954 `Microsoft`<http://www.microsoft.com/> The height is based on the overall height of the content, 'margin-top', 'auto' is set to '0' and solve for 'top', when 'top' and 'height' are both 'auto' and 'bottom' is not 'auto'.
|
|
absolute-non-replaced-max-height-008 reference/absolute-non-replaced-max-height-008-ref Max-height on absolutely positioned, non-replaced elements, 'top' set to static position http://www.w3.org/TR/CSS21/visudet.html#abs-non-replaced-height 7249bbd1eebbf09e2d7a56e4038c2f9aa372f727 `Microsoft`<http://www.microsoft.com/> When 'top' is set to the static position and any 'auto' values for top and bottom margin are set to '0', when 'top' and 'bottom' are 'auto' and 'height' is not 'auto'.
|
|
absolute-non-replaced-max-height-009 reference/absolute-non-replaced-max-height-009-ref Max-height on absolutely positioned, non-replaced elements, height is shrink-to-fit ahem http://www.w3.org/TR/CSS21/visudet.html#abs-non-replaced-height 2c76c2b3f15b6d87be28ea8370703952451216a8 `Microsoft`<http://www.microsoft.com/> The 'height' is based on the content height, 'auto' values for 'margin-top' and 'margin-bottom' are set to '0' when 'height' and 'bottom' are 'auto' and 'top' is not 'auto'.
|
|
absolute-non-replaced-max-height-010 reference/absolute-non-replaced-height-003-ref Max-height on absolutely positioned, non-replaced elements, 'margin-top' and 'margin-bottom' set to '0' http://www.w3.org/TR/CSS21/visudet.html#abs-non-replaced-height 4ca2ae33f4d629dba4404c82aa5453387e9787f2 `Microsoft`<http://www.microsoft.com/> When 'top' and 'height' are 'auto' and 'bottom' is not 'auto', then the height is based on the content (and such height can be constrained by a max-height declaration) and then set 'auto' values for 'margin-top' and 'margin-bottom' to 0, and solve for 'top'
|
|
absolute-non-replaced-max-height-011 reference/absolute-non-replaced-max-height-003-ref Max-height on absolutely positioned, non-replaced elements, 'height' based on 'top' and 'bottom' positions http://www.w3.org/TR/CSS21/visudet.html#abs-non-replaced-height 70b24dacb6c913bcedf9708eae5e2b3f7eec0b5b `Microsoft`<http://www.microsoft.com/> The 'auto' values on 'margin-top', 'margin-bottom' are set to '0' and the 'height' is the remaining space between the 'top' and 'bottom' positions, when 'height' is 'auto' and 'top' and 'bottom' are both not 'auto'. If such height is constrained by max-height, then we must re-process the values as following. If none of 'top', height, bottom are 'auto' and if both 'margin-top' and 'margin-bottom' are 'auto', solve the equation under the extra constraint that the two margins get equal values.
|
|
absolute-non-replaced-max-height-012 reference/absolute-non-replaced-height-003-ref Max-height on absolutely positioned, non-replaced elements, solve for 'bottom' http://www.w3.org/TR/CSS21/visudet.html#abs-non-replaced-height a4a00b0732cc2ffe229d27497770607ab05ee509 `Microsoft`<http://www.microsoft.com/> When 'margin-top' and 'margin-bottom' are set to '0' the 'bottom' value resolves to the remaining space within the containing block.
|
|
absolute-non-replaced-width-001 reference/absolute-non-replaced-height-002-ref Solving for 'right' on absolutely positioned non-replaced elements ahem http://www.w3.org/TR/CSS21/visudet.html#abs-non-replaced-width 0b5e4dc03f31aa2bbb2d7a1d0c09e759ff4ff1f0 `Microsoft`<http://www.microsoft.com/> When direction is left-to-right and 'left', 'width' and 'right' are 'auto', the width becomes shrink-to-fit and then solve for 'right'.
|
|
absolute-non-replaced-width-002 reference/absolute-non-replaced-width-002-ref Solving for 'left' on absolutely positioned non-replaced elements ahem http://www.w3.org/TR/CSS21/visudet.html#abs-non-replaced-width d8c2bf5d388ab45c3430f91c029418428f87e17b `Microsoft`<http://www.microsoft.com/> When direction is right-to-left and 'left', 'width' and 'right' are 'auto', then set 'right' to the static position, then width becomes shrink-to-fit and then solve for 'left'.
|
|
absolute-non-replaced-width-003 reference/absolute-non-replaced-width-003-ref Absolutely positioned non-replaced elements with 'margin-left' and 'margin-right' set to 'auto' ahem http://www.w3.org/TR/CSS21/visudet.html#abs-non-replaced-width b029cb1883259eae715641d9242e2de192f73c80 `Microsoft`<http://www.microsoft.com/> When 'left', 'width' and 'right' are not 'auto', set 'margin-left' and 'margin-right' to equal values.
|
|
absolute-non-replaced-width-004 reference/absolute-non-replaced-width-002-ref Absolutely positioned non-replaced elements when both 'margin-left' and 'margin-right' are set to 'auto' and direction is left-to-right ahem http://www.w3.org/TR/CSS21/visudet.html#abs-non-replaced-width c60cfe36e38ca9e5974d80522bf7897fab69442c `Microsoft`<http://www.microsoft.com/> When direction is 'ltr' and 'left', 'width' and 'right' are not 'auto', solve for 'margin-right' and 'margin-left' to equal values. If this would make 'margin-left' and 'margin-right' negative, then set 'margin-left' to zero and solve for 'margin-right'.
|
|
absolute-non-replaced-width-005 reference/absolute-non-replaced-height-002-ref Absolutely positioned non-replaced elements when both 'margin-left' and 'margin-right' are set to 'auto' and direction is right-to-left ahem http://www.w3.org/TR/CSS21/visudet.html#abs-non-replaced-width 72739c7256e7bd91e59df1afa271d3cd68163bad `Microsoft`<http://www.microsoft.com/> When direction is 'rtl' and 'left', 'width' and 'right' are not 'auto', solve for 'margin-right' and 'margin-left' to equal values. If this would make 'margin-left' and 'margin-right' negative, then set 'margin-right' to zero and solve for 'margin-left'.
|
|
absolute-non-replaced-width-006 reference/absolute-non-replaced-width-002-ref Absolutely positioned non-replaced element when only 'margin-right' is 'auto' and direction is left-to-right ahem http://www.w3.org/TR/CSS21/visudet.html#abs-non-replaced-width a0987e4ff2eb88ec5116497821d0a3e2551b5761 `Microsoft`<http://www.microsoft.com/> When direction is left-to-right and 'left', 'width', 'margin-left' and 'right' are not 'auto', solve for 'margin-right'.
|
|
absolute-non-replaced-width-007 reference/absolute-non-replaced-height-002-ref Absolutely positioned non-replaced element when only 'margin-left' is 'auto' and direction is right-to-left ahem http://www.w3.org/TR/CSS21/visudet.html#abs-non-replaced-width 74dcfeb048c67d357047e5f575a3c50679e46f29 `Microsoft`<http://www.microsoft.com/> When direction is right-to-left and 'left', 'width', 'margin-right' and 'right' are not 'auto', solve for 'margin-left'.
|
|
absolute-non-replaced-width-008 reference/absolute-non-replaced-width-008-ref Absolutely positioned non-replaced elements with left, width, right and margin-right not auto ahem http://www.w3.org/TR/CSS21/visudet.html#abs-non-replaced-width c9311846e5618d20282d8c9021a98a7508c65595 `Microsoft`<http://www.microsoft.com/> If 'left', 'width', 'right' and 'margin-right' are all not 'auto' and 'margin-left' is 'auto', then solve the equation for 'margin-left'.
|
|
absolute-non-replaced-width-009 Absolutely positioned non-replaced elements with left, width, right and margin-left not auto ahem http://www.w3.org/TR/CSS21/visudet.html#abs-non-replaced-width a6ce86711886c0c8db9a94128fc556436336f187 `Microsoft`<http://www.microsoft.com/> If 'left', 'width', 'right' and 'margin-left' are all not 'auto' and 'margin-right' is 'auto', then solve the equation for 'margin-right'.
|
|
absolute-non-replaced-width-010 reference/absolute-non-replaced-height-002-ref Solved for 'left' when absolutely positioned non-replaced elements has 'left' and 'width' as 'auto' ahem http://www.w3.org/TR/CSS21/visudet.html#abs-non-replaced-width fed05d4ff045e583a3889eaee441ce3614a63fcb `Microsoft`<http://www.microsoft.com/> When 'left' and 'width' are 'auto' and 'right' is not 'auto', then the width is shrink-to-fit and then solve for 'left'.
|
|
absolute-non-replaced-width-011 reference/absolute-non-replaced-height-002-ref Absolutely positioned non-replaced elements when 'left' and 'right' are 'auto', 'width' is not 'auto' and 'direction' is left-to-right ahem http://www.w3.org/TR/CSS21/visudet.html#abs-non-replaced-width c1c03a2c054221636ed1b99b523239cdced7e711 `Microsoft`<http://www.microsoft.com/> When 'direction' is left-to-right and 'left' and 'right' are 'auto' and 'width' is not 'auto', solve for 'right'.
|
|
absolute-non-replaced-width-012 reference/absolute-non-replaced-width-002-ref Absolutely positioned non-replaced elements when 'left' and 'right' are 'auto', 'width' is not 'auto' and 'direction' is right-to-left ahem http://www.w3.org/TR/CSS21/visudet.html#abs-non-replaced-width 424ae505f123fc65c208acb2d5db98d3deb00346 `Microsoft`<http://www.microsoft.com/> When 'direction' is right-to-left and 'left' and 'right' are 'auto' and 'width' is not 'auto', solve for 'left'.
|
|
absolute-non-replaced-width-013 reference/absolute-non-replaced-width-002-ref Solved for 'right' when absolutely positioned non-replaced elements has 'right' and 'width' as 'auto' ahem http://www.w3.org/TR/CSS21/visudet.html#abs-non-replaced-width 0677028216699e98ed4da7589cb02486f977f659 `Microsoft`<http://www.microsoft.com/> When 'right' and 'width' are 'auto' and 'left' is not 'auto', then the width is shrink-to-fit and then solve for 'right'.
|
|
absolute-non-replaced-width-014 reference/absolute-non-replaced-height-002-ref Solved for 'left' when absolutely positioned non-replaced elements has 'right' and 'width' not set to 'auto' ahem http://www.w3.org/TR/CSS21/visudet.html#abs-non-replaced-width ddc89d0c290810332a314adcc8d8330b519c1375 `Microsoft`<http://www.microsoft.com/> When 'left' is 'auto' and 'width' and 'right' are not 'auto', then solve for 'left'.
|
|
absolute-non-replaced-width-015 reference/absolute-non-replaced-width-015-ref Solved for 'width' when absolutely positioned non-replaced elements has 'left' and 'right' not set to 'auto' http://www.w3.org/TR/CSS21/visudet.html#abs-non-replaced-width 62b91892a9c8914d9702e972f03ef41c108b2946 `Microsoft`<http://www.microsoft.com/> When 'width' is 'auto' and 'left' and 'right' are not 'auto' element solves for 'width'.
|
|
absolute-non-replaced-width-016 reference/absolute-non-replaced-width-002-ref Solved for 'right' when absolutely positioned non-replaced elements has 'left' and 'width' not set to 'auto' ahem http://www.w3.org/TR/CSS21/visudet.html#abs-non-replaced-width 3b25b3f23e388d418e0c88fe4e15cecec8b2fb7a `Microsoft`<http://www.microsoft.com/> When 'right' is 'auto' and 'width' and 'left' are not 'auto', then solve for 'right'.
|
|
absolute-non-replaced-width-017 reference/absolute-non-replaced-width-017-ref 'shrink-to-fit' width of absolutely positioned, non-replaced elements - direction (left-to-right), inline-block and max-width ahem http://www.w3.org/TR/CSS21/visudet.html#abs-non-replaced-width,http://www.w3.org/TR/CSS21/visudet.html#inlineblock-width,http://www.w3.org/TR/CSS21/visudet.html#min-max-widths f114b98b9ec9b3e4859e98ee2cfa916fe526b983 `Gérard Talbot`<http://www.gtalbot.org/BrowserBugsSection/css21testsuite/>,`Daniel Schattenkirchner`<crazy-daniel{at}gmx.de> When direction is left-to-right and 'left' is set to static position and 'width' and 'right' are 'auto', then the used value of 'width' is given by 'shrink-to-fit' width calculation. If 'width' of an inline-block, non-replaced element in normal flow computes to 'auto', then the used value of 'width' is also given by 'shrink-to-fit' width calculation. If 'width' of an inline-block, non-replaced element in normal flow is given by 'shrink-to-fit' width calculation, then such calculated width can be furthermore constrained, reduced by a max-width declaration. If width of an absolutely positioned, non-replaced element resorts to 'shrink-to-fit' width calculation but its own child uses a constrained length resulting from a max-width declaration, then such constrained length will define the preferred width in 'shrink-to-fit' width calculation.
|
|
absolute-non-replaced-width-018 reference/absolute-non-replaced-width-017-ref 'shrink-to-fit' width of absolutely positioned, non-replaced elements - direction (left-to-right), inline-block and max-width ahem http://www.w3.org/TR/CSS21/visudet.html#abs-non-replaced-width,http://www.w3.org/TR/CSS21/visudet.html#inlineblock-width,http://www.w3.org/TR/CSS21/visudet.html#min-max-widths 3d2f446fda0680db9e156d44157d7fc06aee2470 `Gérard Talbot`<http://www.gtalbot.org/BrowserBugsSection/css21testsuite/>,`Daniel Schattenkirchner`<crazy-daniel{at}gmx.de> When direction is left-to-right and 'left' is set to static position and 'width' and 'right' are 'auto', then the used value of 'width' is given by 'shrink-to-fit' width calculation. If 'width' of an inline-block, non-replaced element in normal flow computes to 'auto', then the used value of 'width' is also given by 'shrink-to-fit' width calculation. If 'width' of an inline-block, non-replaced element in normal flow is given by 'shrink-to-fit' width calculation, then such calculated width can be furthermore constrained, reduced by a max-width declaration. If width of an absolutely positioned, non-replaced element resorts to shrink-to-fit width calculation but its own child uses a constrained length resulting from a max-width declaration, then such constrained length will define the preferred width in 'shrink-to-fit' width calculation.
|
|
absolute-non-replaced-width-019 reference/absolute-non-replaced-width-017-ref 'shrink-to-fit' width of absolutely positioned, non-replaced elements - direction (left-to-right), float and max-width ahem http://www.w3.org/TR/CSS21/visudet.html#abs-non-replaced-width,http://www.w3.org/TR/CSS21/visudet.html#float-width,http://www.w3.org/TR/CSS21/visudet.html#min-max-widths 2fbd7967bab98d8118dbb2f10146c783c87b453e `Gérard Talbot`<http://www.gtalbot.org/BrowserBugsSection/css21testsuite/>,`Daniel Schattenkirchner`<crazy-daniel{at}gmx.de> When direction is left-to-right and 'left' is set to static position and 'width' and 'right' are 'auto', then the used value of 'width' is given by 'shrink-to-fit' width calculation. If 'width' of an floating, non-replaced element in normal flow computes to 'auto', then the used value of 'width' is also given by 'shrink-to-fit' width calculation. If 'width' of a floating, non-replaced element in normal flow is given by 'shrink-to-fit' width calculation, then such calculated width can be furthermore constrained, reduced by a max-width declaration. If width of an absolutely positioned, non-replaced element resorts to 'shrink-to-fit' width calculation but its own child uses a constrained length resulting from a max-width declaration, then such constrained length will define the preferred width in 'shrink-to-fit' width calculation.
|
|
absolute-non-replaced-width-020 reference/absolute-non-replaced-width-017-ref 'shrink-to-fit' width of absolutely positioned, non-replaced elements - direction (left-to-right), float and max-width ahem http://www.w3.org/TR/CSS21/visudet.html#abs-non-replaced-width,http://www.w3.org/TR/CSS21/visudet.html#float-width,http://www.w3.org/TR/CSS21/visudet.html#min-max-widths fe3366b1b3bbe4aafd9f360367329f3e04c70469 `Gérard Talbot`<http://www.gtalbot.org/BrowserBugsSection/css21testsuite/>,`Daniel Schattenkirchner`<crazy-daniel{at}gmx.de> When direction is left-to-right and 'left' is set to static position and 'width' and 'right' are 'auto', then the used value of 'width' is given by 'shrink-to-fit' width calculation. If 'width' of an floating, non-replaced element in normal flow computes to 'auto', then the used value of 'width' is also given by 'shrink-to-fit' width calculation. If 'width' of a floating, non-replaced element in normal flow is given by 'shrink-to-fit' width calculation, then such calculated width can be furthermore constrained, reduced by a max-width declaration. If width of an absolutely positioned, non-replaced element resorts to 'shrink-to-fit' width calculation but its own child uses a constrained length resulting from a max-width declaration, then such constrained length will define the preferred width in 'shrink-to-fit' width calculation.
|
|
absolute-non-replaced-width-021 reference/absolute-non-replaced-width-021-ref 'shrink-to-fit' width of absolutely positioned, non-replaced elements - direction (right-to-left), inline-block and max-width ahem http://www.w3.org/TR/CSS21/visudet.html#abs-non-replaced-width,http://www.w3.org/TR/CSS21/visudet.html#inlineblock-width,http://www.w3.org/TR/CSS21/visudet.html#min-max-widths 56855f14ebe1622fd2de993e46794cab4b86f1a8 `Gérard Talbot`<http://www.gtalbot.org/BrowserBugsSection/css21testsuite/>,`Daniel Schattenkirchner`<crazy-daniel{at}gmx.de> When direction is right-to-left and 'right' is set to static position and 'width' and 'left' are 'auto', then the used value of 'width' is given by 'shrink-to-fit' width calculation. If 'width' of an inline-block, non-replaced element in normal flow computes to 'auto', then the used value of 'width' is also given by 'shrink-to-fit' width calculation. If 'width' of an inline-block, non-replaced element in normal flow is given by 'shrink-to-fit' width calculation, then such calculated width can be furthermore constrained, reduced by a max-width declaration. If width of an absolutely positioned, non-replaced element resorts to 'shrink-to-fit' width calculation but its own child uses a constrained length resulting from a max-width declaration, then such constrained length will define the preferred width in 'shrink-to-fit' width calculation.
|
|
absolute-non-replaced-width-022 reference/absolute-non-replaced-width-021-ref 'shrink-to-fit' width of absolutely positioned, non-replaced elements - direction (right-to-left), inline-block and max-width ahem http://www.w3.org/TR/CSS21/visudet.html#abs-non-replaced-width,http://www.w3.org/TR/CSS21/visudet.html#inlineblock-width,http://www.w3.org/TR/CSS21/visudet.html#min-max-widths 544d480378f29f2cf6e6a34d0e7ef0a4c5f3ff14 `Gérard Talbot`<http://www.gtalbot.org/BrowserBugsSection/css21testsuite/>,`Daniel Schattenkirchner`<crazy-daniel{at}gmx.de> When direction is right-to-left and 'right' is set to static position and 'width' and 'left' are 'auto', then the used value of 'width' is given by 'shrink-to-fit' width calculation. If 'width' of an inline-block, non-replaced element in normal flow computes to 'auto', then the used value of 'width' is also given by 'shrink-to-fit' width calculation. If 'width' of an inline-block, non-replaced element in normal flow is given by 'shrink-to-fit' width calculation, then such calculated width can be furthermore constrained, reduced by a max-width declaration. If width of an absolutely positioned, non-replaced element resorts to 'shrink-to-fit' width calculation but its own child uses a constrained length resulting from a max-width declaration, then such constrained length will define the preferred width in 'shrink-to-fit' width calculation.
|
|
absolute-non-replaced-width-023 reference/absolute-non-replaced-width-021-ref 'shrink-to-fit' width of absolutely positioned, non-replaced elements - direction (right-to-left), float and max-width ahem http://www.w3.org/TR/CSS21/visudet.html#abs-non-replaced-width,http://www.w3.org/TR/CSS21/visudet.html#float-width,http://www.w3.org/TR/CSS21/visudet.html#min-max-widths 1c88ec062b301847d95b335c1e0b374b39ae2c5c `Gérard Talbot`<http://www.gtalbot.org/BrowserBugsSection/css21testsuite/>,`Daniel Schattenkirchner`<crazy-daniel{at}gmx.de> When direction is right-to-left and 'right' is set to static position and 'width' and 'left' are 'auto', then the used value of 'width' is given by 'shrink-to-fit' width calculation. If 'width' of an floating, non-replaced element in normal flow computes to 'auto', then the used value of 'width' is also given by 'shrink-to-fit' width calculation. If 'width' of a floating, non-replaced element in normal flow is given by 'shrink-to-fit' width calculation, then such calculated width can be furthermore constrained, reduced by a max-width declaration. If width of an absolutely positioned, non-replaced element resorts to 'shrink-to-fit' width calculation but its own child uses a constrained length resulting from a max-width declaration, then such constrained length will define the preferred width in 'shrink-to-fit' width calculation.
|
|
absolute-non-replaced-width-024 reference/absolute-non-replaced-width-021-ref 'shrink-to-fit' width of absolutely positioned, non-replaced elements - direction (right-to-left), float and max-width ahem http://www.w3.org/TR/CSS21/visudet.html#abs-non-replaced-width,http://www.w3.org/TR/CSS21/visudet.html#float-width,http://www.w3.org/TR/CSS21/visudet.html#min-max-widths eb14292d0314a71c6eb09e267399c3e86011b758 `Gérard Talbot`<http://www.gtalbot.org/BrowserBugsSection/css21testsuite/>,`Daniel Schattenkirchner`<crazy-daniel{at}gmx.de> When direction is right-to-left and 'right' is set to static position and 'width' and 'left' are 'auto', then the used value of 'width' is given by 'shrink-to-fit' width calculation. If 'width' of an floating, non-replaced element in normal flow computes to 'auto', then the used value of 'width' is also given by 'shrink-to-fit' width calculation. If 'width' of a floating, non-replaced element in normal flow is given by 'shrink-to-fit' width calculation, then such calculated width can be furthermore constrained, reduced by a max-width declaration. If width of an absolutely positioned, non-replaced element resorts to 'shrink-to-fit' width calculation but its own child uses a constrained length resulting from a max-width declaration, then such constrained length will define the preferred width in 'shrink-to-fit' width calculation.
|
|
absolute-non-replaced-width-025 reference/absolute-non-replaced-width-025-ref CSS Test: absolutely positioned non-replaced element with 'left' and 'right' not set to 'auto' and 'width' set to 'auto' - max-width, horizontal margins http://www.w3.org/TR/CSS21/visudet.html#abs-non-replaced-width,http://www.w3.org/TR/CSS21/visudet.html#min-max-widths 47fe9651950d9ddf57c3023a3d8f6c7ff1afdc58 `Gérard Talbot`<http://www.gtalbot.org/BrowserBugsSection/css21testsuite/> When 'width' is computed according to the equation and rules of section 10.3.7 and when such computed 'width' is greater than 'max-width', then the equation and rules of section 10.3.7 are applied again but this time assuming the computed 'max-width' value. Then all three properties ('width', 'left' and 'right') are not 'auto' and both 'margin-left' and 'margin-right' are 'auto': in which case, the horizontal margins get equal values of available, remaining horizontal space.
|
|
absolute-non-replaced-width-026 reference/absolute-non-replaced-width-026-ref absolutely positioned non-replaced element with 'left' and 'right' not set to 'auto' and 'width' set to 'auto' - max-width, horizontal margins http://www.w3.org/TR/CSS21/visudet.html#abs-non-replaced-width,http://www.w3.org/TR/CSS21/visudet.html#min-max-widths 600cb8f49af375f273b442e981d7effbccae63ea `Gérard Talbot`<http://www.gtalbot.org/BrowserBugsSection/css21testsuite/> When 'width' is computed according to the equation and rules of section 10.3.7 and when such computed 'width' is greater than 'max-width', then the equation and rules of section 10.3.7 are applied again but this time assuming the computed 'max-width' value. Then all three properties ('width', 'left' and 'right') are not 'auto' and 'margin-left' is 'auto': in which case, the 'margin-left' get all of available, remaining horizontal space.
|
|
absolute-non-replaced-width-027 reference/ref-filled-green-100px-square absolutely positioned non-replaced element - 'auto' margins, max-width and max-height http://www.w3.org/TR/CSS21/visudet.html#abs-non-replaced-width,http://www.w3.org/TR/CSS21/visudet.html#abs-non-replaced-height 27e755da625ace88aafe945d8117ab0b451d49de `Gérard Talbot`<http://www.gtalbot.org/BrowserBugsSection/css21testsuite/>,`Daniel Schattenkirchner`<crazy-daniel{at}gmx.de> If 'width' is auto and 'left' and 'right' are not 'auto', then set 'auto' values for 'margin-left' and 'margin-right' to 0 and then solve for 'width'; the tentative width may be later constrained by max-width in which case, the algorithm must be re-entered. If 'height' is 'auto' and 'top' and 'bottom' are not 'auto', then 'auto' values for 'margin-top' and 'margin-bottom' are set to 0 and solve for 'height'; the tentative height may be later constrained by max-height in which case, the algorithm must be re-entered.
|
|
absolute-replaced-height-001 reference/absolute-replaced-height-001-ref Absolute replaced elements with 'margin-top' and 'margin-bottom' as 'auto' image http://www.w3.org/TR/CSS21/visudet.html#abs-replaced-height ad8659b15a43bbc1ba989bdeb51bd02804b06788 `Microsoft`<http://www.microsoft.com/> If the height, top, bottom and vertical margins of an absolute positioned inline replaced element are all 'auto', then its use value is determined for inline replaced element, its 'top' is given by its static position and both 'margin-top' and 'margin-bottom' used values are '0'. In this test, the 'height' and 'width' of the inline replaced element are 'auto' and the element also has an intrinsic height, so the intrinsic height and the intrinsic width become the used values.
|
|
absolute-replaced-height-002 reference/absolute-replaced-height-002-ref Absolutely positioned inline replaced elements relying on intrinsic height dimensions image http://www.w3.org/TR/CSS21/visudet.html#abs-replaced-height 1bd4a14a9b8b6ec49d49ed77c27355b0b85f6090 `Microsoft`<http://www.microsoft.com/> The 'height' is the intrinsic height when an absolutely positioned inline replaced element with an intrinsic height has a 'height' and 'width' computed as 'auto'.
|
|
absolute-replaced-height-003 reference/absolute-non-replaced-height-007-ref Absolutely positioned inline replaced element with intrinsic ratio and 'height' set to 'auto' image http://www.w3.org/TR/CSS21/visudet.html#abs-replaced-height b1327f01974909c4a989a4e1d152675f6ba2041e `Microsoft`<http://www.microsoft.com/> The 'height' is the used width divided by the intrinsic ratio when an absolutely positioned inline replaced element has an intrinsic ratio, 'height' is set to 'auto' and 'width' is specified.
|
|
absolute-replaced-height-004 reference/absolute-replaced-height-004-ref Absolute replaced inline-block elements without intrinsic ratio and 'height' set to 'auto' http://www.w3.org/TR/CSS21/visudet.html#abs-replaced-height 299c1120d598929e889c6f9a5082b96ffc8b4176 `Microsoft`<http://www.microsoft.com/> For an absolutely positioned inline-block replaced element, if its 'height' and 'width' have a computed value of 'auto' and the element has no intrinsic ratio, the 'height' is set to the largest rectangle that has a 2:1 ratio that is not greater than 150px and has a 'width' not greater than the device width.
|
|
absolute-replaced-height-005 reference/absolute-replaced-height-005-ref Absolutely positioned inline-block replaced element with its height set to a percentage http://www.w3.org/TR/CSS21/visudet.html#abs-replaced-height cb9fc30889ecbc9d91735c7d1ddbf1660c267e21 `Microsoft`<http://www.microsoft.com/> An absolutely positioned inline-block replaced element with its height set to a percentage is resolvable if and when its containing block height is explicitly specified and computable.
|
|
absolute-replaced-height-006 reference/absolute-replaced-height-006-ref Absolutely positioned inline replaced element with percentage based intrinsic height nonHTML,svg http://www.w3.org/TR/CSS21/visudet.html#abs-replaced-height 41782e36d4f664be0f386a3e914451f92dbc18a3 `Microsoft`<http://www.microsoft.com/> An absolutely positioned replaced element with percentage intrinsic height resolves based on the containing block when the replaced element is absolutely positioned.
|
|
absolute-replaced-height-007 reference/absolute-replaced-height-007-ref Absolutely positioned inline-block replaced elements with percentage based intrinsic height that cannot be resolved http://www.w3.org/TR/CSS21/visudet.html#abs-replaced-height 72da49b9dc386cc1606ba06009d1c2b221c6361d `Microsoft`<http://www.microsoft.com/> An absolutely positioned inline-block replaced element with a percentage height that cannot be resolved has no intrinsic height.
|
|
absolute-replaced-height-008 reference/absolute-replaced-height-008-ref Absolutely positioned inline replaced element with 'margin-top', 'margin-bottom' and 'bottom' as 'auto' image http://www.w3.org/TR/CSS21/visudet.html#abs-replaced-height dde53a7fc91b94a7a45fb48a7b395198394716ac `Microsoft`<http://www.microsoft.com/> An absolutely positioned inline replaced element's used value of 'bottom', 'margin-top' and/or 'margin-bottom' set to 'auto' is '0'.
|
|
absolute-replaced-height-009 reference/absolute-replaced-height-008-ref Absolute positioned inline replaced elements relying on intrinsic height dimensions and 'bottom' set to 'auto' image http://www.w3.org/TR/CSS21/visudet.html#abs-replaced-height 3d336c29a4a83b9f8773c2240d111efb94e96ee2 `Microsoft`<http://www.microsoft.com/> The 'height' is the intrinsic height when an absolutely positioned replaced element with an intrinsic height has 'height', 'width' and 'bottom' computed as 'auto'.
|
|
absolute-replaced-height-010 reference/absolute-replaced-height-010-ref Absolutely positioned inline replaced element with intrinsic ratio, 'height' and 'bottom' set to 'auto' image http://www.w3.org/TR/CSS21/visudet.html#abs-replaced-height 4901fa42b92c35e12f219a75e1bdf4330cf21201 `Microsoft`<http://www.microsoft.com/> The 'height' is the used width divided by the intrinsic ratio when an absolutely positioned inline replaced element has an intrinsic ratio, 'height' and 'bottom' are set to 'auto' and 'width' is specified.
|
|
absolute-replaced-height-011 reference/absolute-replaced-height-011-ref Absolutely positioned inline-block replaced element without intrinsic ratio, 'height' and 'bottom' set to 'auto' http://www.w3.org/TR/CSS21/visudet.html#abs-replaced-height 64097f3b3bb6b395d85825176f43393826b4d624 `Microsoft`<http://www.microsoft.com/> For an absolutely positioned inline-block replaced element, the 'height' is set to the largest rectangle that has a 2:1 ratio that is not greater than 150px and has a 'width' not greater than the device width.
|
|
absolute-replaced-height-012 reference/absolute-replaced-height-012-ref Absolutely positioned inline-block replaced element with its height set to a percentage and 'bottom' set to 'auto' http://www.w3.org/TR/CSS21/visudet.html#abs-replaced-height 754a40b6be4ad25793eb128841898ad4db5ffd05 `Microsoft`<http://www.microsoft.com/> An absolutely positioned inline-block replaced element with its height set to a percentage is resolvable if and when its containing block height is explicitly specified and computable.
|
|
absolute-replaced-height-013 reference/absolute-replaced-height-013-ref Absolutely positioned inline replaced element with percentage based intrinsic height and 'bottom' set to 'auto' nonHTML,svg http://www.w3.org/TR/CSS21/visudet.html#abs-replaced-height f173f83c58689c135eb883c3ce460f7e0843df95 `Microsoft`<http://www.microsoft.com/> An absolutely positioned replaced element with percentage intrinsic height resolves based on the containing block when the replaced element is absolutely positioned.
|
|
absolute-replaced-height-014 reference/absolute-replaced-height-014-ref Absolutely positioned inline-block replaced elements with percentage based intrinsic height that cannot be resolved and 'top' specified http://www.w3.org/TR/CSS21/visudet.html#abs-replaced-height b179293fb33d00d59bc8e4ab55d6ebe0dabce9e3 `Microsoft`<http://www.microsoft.com/> An absolutely positioned inline-block replaced element with a percentage height that cannot be resolved has no intrinsic height.
|
|
absolute-replaced-height-016 reference/absolute-replaced-height-008-ref Absolutely positioned inline replaced element relying on intrinsic height dimensions and 'top', 'bottom' are not 'auto' image http://www.w3.org/TR/CSS21/visudet.html#abs-replaced-height fe9e384246d1a5e9cdbce06cbb736c031d17101c `Microsoft`<http://www.microsoft.com/> The 'height' is the intrinsic height when an absolutely positioned inline replaced element has an intrinsic height and its height is specified as 'auto', 'width' is specified 'auto' and 'top', 'bottom' are not 'auto'.
|
|
absolute-replaced-height-017 reference/absolute-replaced-height-010-ref Absolutely positioned inline replaced element with intrinsic ratio, 'height' set to 'auto' and 'top', 'bottom' are not 'auto' image http://www.w3.org/TR/CSS21/visudet.html#abs-replaced-height 06e8fc8fdc20e4532585315262f7f1689158f908 `Microsoft`<http://www.microsoft.com/> The 'height' is the used width divided by the intrinsic ratio when an absolutely positioned inline replaced element has an intrinsic ratio, 'height' is set to 'auto', 'width' is specified and 'top', 'bottom' are not 'auto'.
|
|
absolute-replaced-height-018 reference/absolute-replaced-height-011-ref Absolutely positioned inline-block replaced element without intrinsic ratio, 'height' set to 'auto' and 'top', 'bottom' are not 'auto' http://www.w3.org/TR/CSS21/visudet.html#abs-replaced-height a75c5f91eb630b9da6a7db670e447df940643b83 `Microsoft`<http://www.microsoft.com/> For an absolutely positioned inline-block replaced element, the 'height' is set to the largest rectangle that has a 2:1 ratio that is not greater than 150px and has a 'width' not greater than the device width.
|
|
absolute-replaced-height-019 reference/absolute-replaced-height-012-ref Absolutely positioned inline-block replaced element with its height set to a percentage and 'top', 'bottom' are not 'auto' http://www.w3.org/TR/CSS21/visudet.html#abs-replaced-height 91d29c27c731a3a5b104c2954971cb0a5a35f0af `Microsoft`<http://www.microsoft.com/> An absolutely positioned inline-block replaced element with its height set to a percentage is resolvable if and when its containing block height is explicitly specified and computable.
|
|
absolute-replaced-height-020 reference/absolute-replaced-height-013-ref Absolutely positioned inline replaced element with percentage based intrinsic height set to 'auto' and 'top', 'bottom' are not 'auto' nonHTML,svg http://www.w3.org/TR/CSS21/visudet.html#abs-replaced-height 36cae7ecd46166961b0ce067bb4772c717a4f9ce `Microsoft`<http://www.microsoft.com/> An absolutely positioned replaced element with percentage intrinsic height resolves based on the containing block when the replaced element is absolutely positioned.
|
|
absolute-replaced-height-021 reference/absolute-replaced-height-014-ref Absolutely positioned inline-block replaced element with percentage based intrinsic height that cannot be resolved where 'top' and 'bottom' are not 'auto' http://www.w3.org/TR/CSS21/visudet.html#abs-replaced-height d6c0d44219b7f1f81bf7bb824c97cafce918e94d `Microsoft`<http://www.microsoft.com/> An absolutely positioned inline-block replaced element with a percentage height that cannot be resolved has no intrinsic height.
|
|
absolute-replaced-height-022 reference/absolute-replaced-height-008-ref Absolutely positioned inline replaced element with 'margin-bottom' as 'auto' and 'top', 'bottom', 'margin-top' are not 'auto' image http://www.w3.org/TR/CSS21/visudet.html#abs-replaced-height ed1e974e6f5d5b08bb162abecc24511c245b465e `Microsoft`<http://www.microsoft.com/> An absolutely positioned inline replaced element with only one value as 'auto' solves for that value (margin-bottom).
|
|
absolute-replaced-height-023 reference/absolute-replaced-height-008-ref Absolutely positioned inline replaced element relying on intrinsic height dimensions and 'top', 'bottom', 'margin-top' are not 'auto' image http://www.w3.org/TR/CSS21/visudet.html#abs-replaced-height b94bddb65bffa30164e2376ae8bcab819615cde1 `Microsoft`<http://www.microsoft.com/> The 'height' is the intrinsic height when an absolutely positioned inline replaced element with an intrinsic height has a 'height', 'width' computed as 'auto' and 'top', 'bottom' are not 'auto'.
|
|
absolute-replaced-height-024 reference/absolute-replaced-height-010-ref Absolutely positioned inline replaced element with intrinsic ratio, 'height' set to 'auto' and 'top', 'bottom', 'margin-top' are not 'auto' image http://www.w3.org/TR/CSS21/visudet.html#abs-replaced-height 6523272f4d50b8ae37f6d001062ad6791d5ac101 `Microsoft`<http://www.microsoft.com/> The 'height' is the used width divided by the intrinsic ratio when an absolutely positioned inline replaced element has an intrinsic ratio, 'height' is set to 'auto', 'width' is specified and 'top', 'bottom' are not 'auto'.
|
|
absolute-replaced-height-025 reference/absolute-replaced-height-011-ref Absolutely positioned inline-block replaced elements without intrinsic ratio, 'height' set to 'auto' and 'top', 'bottom', 'margin-top' are not 'auto' http://www.w3.org/TR/CSS21/visudet.html#abs-replaced-height 8f1c2f37c79936d3a9335bc216a1afb1bf4200d2 `Microsoft`<http://www.microsoft.com/> For an absolutely positioned replaced element the 'height' is set to the largest rectangle that has a 2:1 ratio that is not greater than 150px and has a 'width' not greater than the device width.
|
|
absolute-replaced-height-026 reference/absolute-replaced-height-012-ref Absolutely positioned inline-block replaced element with its height set to a percentage of its containing block's height and 'top', 'bottom', 'margin-top' are not 'auto' http://www.w3.org/TR/CSS21/visudet.html#abs-replaced-height 01f2785046ad475a8d5d0318b689ce43043a7171 `Microsoft`<http://www.microsoft.com/> An absolutely positioned inline-block replaced element with its height set to a percentage is resolvable if and when its containing block height is explicitly specified and computable.
|
|
absolute-replaced-height-027 reference/absolute-replaced-height-013-ref Absolutely positioned inline replaced element with percentage based intrinsic height set to 'auto' and 'top', 'bottom', 'margin-top' are not 'auto' nonHTML,svg http://www.w3.org/TR/CSS21/visudet.html#abs-replaced-height aaf87ad9aa28027dc9f1703613dd80ce2d561d9d `Microsoft`<http://www.microsoft.com/> An absolutely positioned replaced element with percentage intrinsic height resolves based on the containing block when the replaced element is absolutely positioned.
|
|
absolute-replaced-height-028 reference/absolute-replaced-height-014-ref Absolutely positioned inline-block replaced element with percentage based intrinsic height that cannot be resolved where 'top', 'bottom', 'margin-top' are not 'auto' http://www.w3.org/TR/CSS21/visudet.html#abs-replaced-height 03e38cccf1ad6bce073289ff126bb0b3dc56ce3e `Microsoft`<http://www.microsoft.com/> An absolutely positioned inline-block replaced element with a percentage height that cannot be resolved has no intrinsic height.
|
|
absolute-replaced-height-029 reference/absolute-replaced-height-008-ref Absolutely positioned inline replaced element with over-constrained values image http://www.w3.org/TR/CSS21/visudet.html#abs-replaced-height 7dce69f7d002052613600504b2fecec748e225d6 `Microsoft`<http://www.microsoft.com/> An absolutely positioned inline replaced element with over-constrained values solves for 'bottom'.
|
|
absolute-replaced-height-030 reference/absolute-replaced-height-008-ref Absolutely positioned inline replaced element with intrinsic height dimension and over-constrained values image http://www.w3.org/TR/CSS21/visudet.html#abs-replaced-height 03ac3a7b6bcf5a8100689ea2721045b1564b2008 `Microsoft`<http://www.microsoft.com/> The 'height' is the intrinsic height when an absolutely positioned inline replaced element has an intrinsic height; if values are overconstrained, then solve for 'bottom'.
|
|
absolute-replaced-height-031 reference/absolute-replaced-height-010-ref Absolutely positioned inline replaced element with intrinsic ratio, 'height' set to 'auto' and over-constrained values image http://www.w3.org/TR/CSS21/visudet.html#abs-replaced-height 687f65fb3620f11e6d4b2d10416a4e4ded2a21c6 `Microsoft`<http://www.microsoft.com/> The 'height' is the used width divided by the intrinsic ratio when an absolutely positioned replaced element has an intrinsic ratio, 'height' is set to 'auto', with over-constrained values solves for 'bottom'.
|
|
absolute-replaced-height-032 reference/absolute-replaced-height-011-ref Absolute positioned inline-block replaced element without intrinsic ratio, 'height' set to 'auto' and over-constrained values http://www.w3.org/TR/CSS21/visudet.html#abs-replaced-height 58b1b324a7b75f0bba865df2e7f4776c3b8602fb `Microsoft`<http://www.microsoft.com/> For an absolutely positioned inline-block replaced element, the 'height' is set to the largest rectangle that has a 2:1 ratio that is not greater than 150px and has a 'width' not greater than the device width. And with over-constrained values element solves for 'bottom'.
|
|
absolute-replaced-height-033 reference/absolute-replaced-height-012-ref Absolutely positioned inline-block element with percentage based height set to 'auto' and over-constrained values http://www.w3.org/TR/CSS21/visudet.html#abs-replaced-height 2bc5470782ef8eda69479db43a31f547d4c7540b `Microsoft`<http://www.microsoft.com/> An absolutely positioned inline-block replaced element with percentage height resolves based on the containing block height when such height can be resolved.
|
|
absolute-replaced-height-034 reference/absolute-replaced-height-013-ref Absolutely positioned inline replaced element with percentage based intrinsic height set to 'auto' and over-constrained values nonHTML,svg http://www.w3.org/TR/CSS21/visudet.html#abs-replaced-height 1e1891efd58d9c0544497155e306934a72e351fa `Microsoft`<http://www.microsoft.com/> An absolutely positioned replaced element with percentage intrinsic height resolves based on the containing block when the replaced element is absolutely positioned.
|
|
absolute-replaced-height-035 reference/absolute-replaced-height-014-ref Absolute replaced elements with percentage based intrinsic height that cannot be resolved and there are over-constrained values http://www.w3.org/TR/CSS21/visudet.html#abs-replaced-height 4a140ecfee1b7d0b1e440e0d00dd0b47a589c3f8 `Microsoft`<http://www.microsoft.com/> An absolutely positioned replaced element with a percentage height that cannot be resolved has no intrinsic height.
|
|
absolute-replaced-height-036 reference/ref-if-there-is-no-red Absolute Replaced Elements: specified 'top' and 'bottom' with auto margins image http://www.w3.org/TR/CSS21/visufx.html#clipping d936bf825cfe196dcac21727970f721c102e3240 `Elika J. Etemad`<http://fantasai.inkedblade.net/> If 'top' and 'bottom' are specified on an absolutely-positioned replaced element, then any remaining space is split amongst the 'auto' vertical margins.
|
|
absolute-replaced-width-001 reference/absolute-replaced-width-001-ref Absolutely positioned inline replaced element with 'auto' specified for 'margin-left', 'margin-right' and intrinsic width image http://www.w3.org/TR/CSS21/visudet.html#abs-replaced-width 89539ac6474b56343462fd446250ca969199270f `Microsoft`<http://www.microsoft.com/> Computed value of 'auto' for 'margin-left' or margin-right' on absolutely positioned inline replaced element becomes a used value of '0'. If both 'left' and 'right' have the value 'auto' and if the 'direction' property of the element establishing the static-position containing block is 'ltr', then set 'left' to the static position. The intrinsic width is also used if 'height' and 'width' are 'auto'.
|
|
absolute-replaced-width-002 reference/absolute-replaced-width-002-ref Absolutely positioned inline replaced element and 'auto' specified for 'margin-left', 'margin-right' and intrinsic height nonHTML,svg http://www.w3.org/TR/CSS21/visudet.html#abs-replaced-width 60ea3a71940f68f386066d5e4a8f38f3cf49262b `Microsoft`<http://www.microsoft.com/> If an absolutely positioned inline replaced element (like the svg element in this test) has no intrinsic width and no intrinsic ratio, then the used value of 'width' becomes 300px. Then, if both left and right values are 'auto' and the 'direction' property of the element establishing the static-position containing block is 'ltr', then set 'left' to the static position. If 'left' or 'right' are 'auto' (like in this test), then replace any 'auto' on 'margin-left' or 'margin-right' with '0'. If at this point there is an 'auto' left (like in this test: right is 'auto'), solve the equation for that value.
|
|
absolute-replaced-width-003 reference/absolute-replaced-width-003-ref Absolutely positioned inline replaced element with 'auto' specified for 'margin-left', 'margin-right', with no intrinsic width and no intrinsic ratio nonHTML,svg http://www.w3.org/TR/CSS21/visudet.html#abs-replaced-width a6cbb37f51cb39b3b3389c25f4fb6cf9d86d20da `Microsoft`<http://www.microsoft.com/> If an absolutely positioned inline replaced element (like the svg element in this test) has no intrinsic width and no intrinsic ratio, then the used value of 'width' becomes 300px. Then, if both left and right values are 'auto' and the 'direction' property of the element establishing the static-position containing block is 'ltr', then set 'left' to the static position. If 'left' or 'right' are 'auto' (like in this test), then replace any 'auto' on 'margin-left' or 'margin-right' with '0'. If at this point there is an 'auto' left (like in this test: right is 'auto'), solve the equation for that value.
|
|
absolute-replaced-width-003a reference/absolute-replaced-width-003a-ref Absolutely positioned inline replaced element, 'auto' specified for 'margin-left', 'margin-right', no intrinsic height and no intrinsic width nonHTML,svg http://www.w3.org/TR/CSS21/visudet.html#abs-replaced-width b6d7242ed128d9d5a556a73df98221c40868ed09 `Gérard Talbot`<http://www.gtalbot.org/BrowserBugsSection/css21testsuite/> If an absolutely positioned inline replaced element (like the svg element in this test) has no intrinsic width and no intrinsic height, then the used value of 'width' becomes 300px and the used value of 'height' becomes 150px. Then, if both left and right values are 'auto' and the 'direction' property of the element establishing the static-position containing block is 'ltr', then set 'left' to the static position. If 'left' or 'right' are 'auto' (like in this test), then replace any 'auto' on 'margin-left' or 'margin-right' with '0'. If at this point there is an 'auto' left (like in this test: right is 'auto'), solve the equation for that value.
|
|
absolute-replaced-width-003b reference/absolute-replaced-width-003b-ref Absolutely positioned inline replaced element, 'auto' specified for 'margin-left', 'margin-right', no intrinsic height and no intrinsic ratio nonHTML,svg http://www.w3.org/TR/CSS21/visudet.html#abs-replaced-width 0fe39ad9662afba4672eefd8d5580b61d796fa81 `Gérard Talbot`<http://www.gtalbot.org/BrowserBugsSection/css21testsuite/> If an absolutely positioned inline replaced element (like the svg element in this test) has no intrinsic height and no intrinsic ratio, then the used value of 'height' becomes 150px. Then, if both left and right values are 'auto' and the 'direction' property of the element establishing the static-position containing block is 'ltr', then set 'left' to the static position. If 'left' or 'right' are 'auto' (like in this test), then replace any 'auto' on 'margin-left' or 'margin-right' with '0'. If at this point there is an 'auto' left (like in this test: right is 'auto'), solve the equation for that value.
|
|
absolute-replaced-width-003c reference/absolute-replaced-width-003c-ref Absolutely positioned inline replaced element, 'auto' specified for 'margin-left', 'margin-right', no intrinsic width and no intrinsic ratio nonHTML,svg http://www.w3.org/TR/CSS21/visudet.html#abs-replaced-width bc1b11bd8bdd55714d5e4bfb900fbbbb12ce64f2 `Gérard Talbot`<http://www.gtalbot.org/BrowserBugsSection/css21testsuite/> If an absolutely positioned inline replaced element (like the svg element in this test) has no intrinsic width and no intrinsic ratio, then the used value of 'width' becomes 300px. Then, if both left and right values are 'auto' and the 'direction' property of the element establishing the static-position containing block is 'ltr', then set 'left' to the static position. If 'left' or 'right' are 'auto' (like in this test), then replace any 'auto' on 'margin-left' or 'margin-right' with '0'. If at this point there is an 'auto' left (like in this test: right is 'auto'), solve the equation for that value.
|
|
absolute-replaced-width-004 reference/absolute-replaced-width-004-ref Absolutely positioned inline replaced element and 'auto' specified for 'margin-left', 'margin-right' and no intrinsic height or width nonHTML,svg http://www.w3.org/TR/CSS21/visudet.html#abs-replaced-width 19584ec5186cf05f51076d01bdadec11b4f70440 `Microsoft`<http://www.microsoft.com/> If an absolutely positioned inline replaced element (like the svg element in this test) has no intrinsic width and no intrinsic height, then the used value of 'width' becomes 300px and the used value of 'height' becomes 150px. Then, if both left and right values are 'auto' and the 'direction' property of the element establishing the static-position containing block is 'ltr', then set 'left' to the static position. If 'left' or 'right' are 'auto' (like in this test), then replace any 'auto' on 'margin-left' or 'margin-right' with '0'. If at this point there is an 'auto' left (like in this test: right is 'auto'), solve the equation for that value.
|
|
absolute-replaced-width-006 reference/absolute-replaced-width-006-ref Absolutely positioned inline replaced element and 'auto' specified for 'margin-left', 'margin-right' and width set to a percentage image http://www.w3.org/TR/CSS21/visudet.html#abs-replaced-width 060437074038e7235ebbb8fd49cb6ac96411b61b `Microsoft`<http://www.microsoft.com/> The width of an absolutely positioned inline replaced element set to a percentage is evaluated against its containing block's width.
|
|
absolute-replaced-width-008 reference/absolute-replaced-width-001-ref Absolutely positioned inline replaced element with 'direction' as left-to-right, 'auto' specified for 'margin-left', 'margin-right', 'left', 'right' and intrinsic width image http://www.w3.org/TR/CSS21/visudet.html#abs-replaced-width f6c75cf4c4f78045d168cb91b8755654c1cec5ff `Microsoft`<http://www.microsoft.com/> Computed value of 'auto' for 'margin-left' or margin-right' on absolute replaced elements becomes a used value of '0'. The intrinsic width is also used if 'height' and 'width' are 'auto'.
|
|
absolute-replaced-width-009 reference/absolute-replaced-width-002-ref Absolute replaced elements with 'direction' as left-to-right, 'auto' specified for 'margin-left', 'margin-right', 'left', 'right' and intrinsic height nonHTML,svg http://www.w3.org/TR/CSS21/visudet.html#abs-replaced-width 578e018c7427160904767d106150f7b387375b6c `Microsoft`<http://www.microsoft.com/> If an absolutely positioned inline replaced element (like the svg element in this test) has no intrinsic width and no intrinsic ratio, then the used value of 'width' becomes 300px. Then, if both left and right values are 'auto' and the 'direction' property of the element establishing the static-position containing block is 'ltr', then set 'left' to the static position. If 'left' or 'right' are 'auto' (like in this test), then replace any 'auto' on 'margin-left' or 'margin-right' with '0'. If at this point there is an 'auto' left (like in this test: right is 'auto'), solve the equation for that value.
|
|
absolute-replaced-width-010 reference/absolute-replaced-width-003-ref Absolute replaced elements with 'direction' as left-to-right, 'auto' specified for 'margin-left', 'margin-right', 'left', 'right' and 'height' nonHTML,svg http://www.w3.org/TR/CSS21/visudet.html#abs-replaced-width 865fec4f70cb7d1eac015f73495730a2a76903db `Microsoft`<http://www.microsoft.com/> If an absolutely positioned inline replaced element (like the svg element in this test) has no intrinsic width and no intrinsic ratio, then the used value of 'width' becomes 300px. Then, if both left and right values are 'auto' and the 'direction' property of the element establishing the static-position containing block is 'ltr', then set 'left' to the static position. If 'left' or 'right' are 'auto' (like in this test), then replace any 'auto' on 'margin-left' or 'margin-right' with '0'. If at this point there is an 'auto' left (like in this test: right is 'auto'), solve the equation for that value.
|
|
absolute-replaced-width-011 reference/absolute-replaced-width-004-ref Absolutely positioned inline replaced element with 'direction' as left-to-right, 'auto' specified for 'margin-left', 'margin-right', 'left', 'right' and no intrinsic height or width nonHTML,svg http://www.w3.org/TR/CSS21/visudet.html#abs-replaced-width 612ecea51cd3b344f00272d4efa0395650897d3a `Microsoft`<http://www.microsoft.com/> If an absolutely positioned inline replaced element (like the svg element in this test) has no intrinsic width and no intrinsic height, then the used value of 'width' becomes 300px and the used value of 'height' becomes 150px. Then, if both left and right values are 'auto' and the 'direction' property of the element establishing the static-position containing block is 'ltr', then set 'left' to the static position. If 'left' or 'right' are 'auto' (like in this test), then replace any 'auto' on 'margin-left' or 'margin-right' with '0'. If at this point there is an 'auto' left (like in this test: right is 'auto'), solve the equation for that value.
|
|
absolute-replaced-width-013 reference/absolute-replaced-width-006-ref Absolutely positioned inline replaced element with 'direction' as left-to-right, 'auto' specified for 'margin-left', 'margin-right', 'left', 'right' and percentage intrinsic width image http://www.w3.org/TR/CSS21/visudet.html#abs-replaced-width 5b64000487b563afda2239b057123c1941d82734 `Microsoft`<http://www.microsoft.com/> Percentage intrinsic widths are evaluated against the containing block's width.
|
|
absolute-replaced-width-015 reference/absolute-replaced-width-015-ref Absolutely positioned replaced element with 'direction' as right-to-left, 'auto' specified for 'margin-left', 'margin-right', 'left', 'right' and intrinsic width image http://www.w3.org/TR/CSS21/visudet.html#abs-replaced-width 41d6bcbbab7a43dd255b55b62b5174d60a4d1a65 `Microsoft`<http://www.microsoft.com/> Computed value of 'auto' for 'margin-left' or margin-right' on absolutely positioned inline replaced element becomes a used value of '0'. If both 'left' and 'right' have the value 'auto' and if the 'direction' property of the element establishing the static-position containing block is 'rtl', then set 'right' to the static position. The intrinsic width is also used if 'height' and 'width' are 'auto'.
|
|
absolute-replaced-width-020 reference/absolute-replaced-width-020-ref Absolutely positioned inline replaced element with 'direction' as right-to-left, 'auto' specified for 'margin-left', 'margin-right', 'left', 'right' and width set to a percentage image http://www.w3.org/TR/CSS21/visudet.html#abs-replaced-width 96f8151df71687c6e490716720dc8fd7064017e3 `Microsoft`<http://www.microsoft.com/> The width of an absolutely positioned inline replaced element set to a percentage is evaluated against the containing block's width. If both 'left' and 'right' have the value 'auto' and if the 'direction' property of the element establishing the static-position containing block is 'rtl', then set 'right' to the static position.
|
|
absolute-replaced-width-022 reference/absolute-replaced-width-022-ref Absolutely positioned inline replaced element with 'direction' as left-to-right, 'auto' specified for 'margin-left', 'margin-right', 'right' and intrinsic width image http://www.w3.org/TR/CSS21/visudet.html#abs-replaced-width 4fe647d1978f7d140953e9f8276373ee74972057 `Microsoft`<http://www.microsoft.com/> The intrinsic width is used if 'height' and 'width' are 'auto'. Computed value of 'auto' for 'margin-left' or margin-right' on absolutely positioned inline replaced element becomes a used value of '0'. If at this point there is an 'auto' left (like right as in this test), solve the equation for that value.
|
|
absolute-replaced-width-023 reference/absolute-replaced-width-023-ref Absolutely positioned replaced element with 'direction' as left-to-right, 'auto' specified for 'margin-left', 'margin-right', 'right' and intrinsic height nonHTML,svg http://www.w3.org/TR/CSS21/visudet.html#abs-replaced-width 40f650428b834468717917798cc96a4038e0bc63 `Microsoft`<http://www.microsoft.com/> Computed value of 'auto' for 'margin-left' or margin-right' on absolutely positioned replaced element becomes a used value of '0'.
|
|
absolute-replaced-width-024 reference/absolute-replaced-width-024-ref Absolutely positioned inline replaced element with 'direction' as left-to-right, 'auto' specified for 'margin-left', 'margin-right', 'right' and 'height' nonHTML,svg http://www.w3.org/TR/CSS21/visudet.html#abs-replaced-width ebbe6b61ba7f6336434d4d90c63e5fe0d489af10 `Microsoft`<http://www.microsoft.com/> Computed value of 'auto' for 'margin-left' or margin-right' on absolutely positioned inline replaced element becomes a used value of '0'.
|
|
absolute-replaced-width-025 reference/absolute-replaced-width-025-ref Absolutely positioned inline replaced element with 'direction' as left-to-right, 'auto' specified for 'margin-left', 'margin-right', 'right' and no intrinsic height or width nonHTML,svg http://www.w3.org/TR/CSS21/visudet.html#abs-replaced-width ace0d0bf43fda07af7b8c23a317968a4b14ea048 `Microsoft`<http://www.microsoft.com/> Computed value of 'auto' for 'margin-left' or margin-right' on absolutely positioned inline replaced element becomes a used value of '0'.
|
|
absolute-replaced-width-027 reference/absolute-replaced-width-027-ref Absolutely positioned replaced element with 'direction' as left-to-right, 'auto' specified for 'margin-left', 'margin-right', 'right' and percentage width image http://www.w3.org/TR/CSS21/visudet.html#abs-replaced-width ed323fcb85050aef6f4a9572f70e9c2897c0e532 `Microsoft`<http://www.microsoft.com/> The width of an absolutely positioned inline replaced element set to a percentage is evaluated against its containing block's width.
|
|
absolute-replaced-width-029 reference/absolute-replaced-width-022-ref Absolutely positioned inline replaced element with 'direction' as right-to-left, 'auto' specified for 'margin-left', 'margin-right', 'right' and intrinsic width image http://www.w3.org/TR/CSS21/visudet.html#abs-replaced-width 716d908b927ce6a897f55af578b977aeeadf0242 `Microsoft`<http://www.microsoft.com/> The intrinsic width is used if 'height' and 'width' are 'auto'. Computed value of 'auto' for 'margin-left' or margin-right' on absolutely positioned inline replaced element becomes a used value of '0'. If at this point there is an 'auto' left (like right as in this test), solve the equation for that value.
|
|
absolute-replaced-width-030 reference/absolute-replaced-width-023-ref Absolutely positioned replaced element with 'direction' as right-to-left, 'auto' specified for 'margin-left', 'margin-right', 'right' and intrinsic height nonHTML,svg http://www.w3.org/TR/CSS21/visudet.html#abs-replaced-width aaf7b7256b7ce657fe79d98741e7f14ea616f6e0 `Microsoft`<http://www.microsoft.com/> Computed value of 'auto' for 'margin-left' or margin-right' on absolutely positioned replaced element becomes a used value of '0'.
|
|
absolute-replaced-width-031 reference/absolute-replaced-width-024-ref Absolutely positioned inline replaced element with 'direction' as right-to-left, 'auto' specified for 'margin-left', 'margin-right', 'right' and 'height' nonHTML,svg http://www.w3.org/TR/CSS21/visudet.html#abs-replaced-width aa43a3ddc99099ca6bafa34b8c5782f279ddf878 `Microsoft`<http://www.microsoft.com/> Computed value of 'auto' for 'margin-left' or margin-right' on absolutely positioned inline replaced element becomes a used value of '0'.
|
|
absolute-replaced-width-032 reference/absolute-replaced-width-025-ref Absolutely positioned inline replaced element with 'direction' as right-to-left, 'auto' specified for 'margin-left', 'margin-right', 'right' and no intrinsic height or width nonHTML,svg http://www.w3.org/TR/CSS21/visudet.html#abs-replaced-width 8bca8907271a61de548480826028a7b30d6aa693 `Microsoft`<http://www.microsoft.com/> Computed value of 'auto' for 'margin-left' or margin-right' on absolutely positioned inline replaced elements becomes a used value of '0'. The height and width are adjusted by the constraints for block-level, non-replaced elements.
|
|
absolute-replaced-width-034 reference/absolute-replaced-width-020-ref Absolutely positioned inline replaced element with 'direction' as right-to-left, 'auto' specified for 'margin-left', 'margin-right', 'right' and percentage intrinsic width image http://www.w3.org/TR/CSS21/visudet.html#abs-replaced-width 5547701e06d0511671c882682c8a780e767b2ed4 `Microsoft`<http://www.microsoft.com/> Percentage widths are evaluated against the containing block's width.
|
|
absolute-replaced-width-036 reference/absolute-replaced-width-036-ref Absolutely positioned inline replaced element with 'direction' as left-to-right, 'auto' specified for 'margin-left', 'margin-right' and intrinsic width image http://www.w3.org/TR/CSS21/visudet.html#abs-replaced-width 693957eef7a52c2762a43d11c3da8a9f9d1f687a `Microsoft`<http://www.microsoft.com/> Computed value of 'auto' for 'margin-left' or margin-right' on absolutely positioned inline replaced element becomes a used value of '0'. The intrinsic width is also used if 'height' and 'width' are 'auto'.
|
|
absolute-replaced-width-037 reference/absolute-replaced-width-037-ref Absolutely positioned inline replaced element with 'direction' as left-to-right, 'auto' specified for 'margin-left', 'margin-right' and intrinsic height nonHTML,svg http://www.w3.org/TR/CSS21/visudet.html#abs-replaced-width 8491a63f612153003ed018f31241c706f0bccaf4 `Microsoft`<http://www.microsoft.com/> Computed value of 'auto' for 'margin-left' or margin-right' on absolutely positioned inline replaced element becomes a used value of '0'.
|
|
absolute-replaced-width-038 reference/absolute-replaced-width-038-ref Absolute replaced elements with 'direction' as left-to-right, 'auto' specified for 'margin-left', 'margin-right' and 'height' nonHTML,svg http://www.w3.org/TR/CSS21/visudet.html#abs-replaced-width fd972fe3a20e20e054459db9419b37ee0eea288f `Microsoft`<http://www.microsoft.com/> Computed value of 'auto' for 'margin-left' or margin-right' on absolutely positioned inline replaced element becomes a used value of '0'.
|
|
absolute-replaced-width-039 reference/absolute-replaced-width-039-ref Absolutely positioned inline replaced element with 'direction' as left-to-right, 'auto' specified for 'margin-left', 'margin-right' and no intrinsic height or width nonHTML,svg http://www.w3.org/TR/CSS21/visudet.html#abs-replaced-width 6a9accf8ea11f747378280b2de7019e80a22b520 `Microsoft`<http://www.microsoft.com/> Computed value of 'auto' for 'margin-left' or margin-right' on absolutely positioned inline replaced element becomes a used value of '0'. The height and width are adjusted by the constraints for block-level, non-replaced elements.
|
|
absolute-replaced-width-041 reference/absolute-replaced-width-041-ref Absolutely positioned inline replaced element with 'direction' as left-to-right, 'auto' specified for 'margin-left', 'margin-right' and percentage intrinsic width image http://www.w3.org/TR/CSS21/visudet.html#abs-replaced-width 52b1960731a0ba23412057912f49944b7647824b `Microsoft`<http://www.microsoft.com/> Percentage widths are evaluated against the containing block's width.
|
|
absolute-replaced-width-043 reference/absolute-replaced-width-036-ref Absolutely positioned inline replaced element with 'direction' as right-to-left, 'auto' specified for 'margin-left', 'margin-right' and intrinsic width image http://www.w3.org/TR/CSS21/visudet.html#abs-replaced-width 85a14e84081fe719ff35b769dd7b4a91e6cfc699 `Microsoft`<http://www.microsoft.com/> Computed value of 'auto' for 'margin-left' or margin-right' on absolutely positioned inline replaced element becomes a used value of '0'. The intrinsic width is also used if 'height' and 'width' are 'auto'.
|
|
absolute-replaced-width-048 reference/absolute-replaced-width-041-ref Absolutely positioned inline replaced element with 'direction' as right-to-left, 'auto' specified for 'margin-left', 'margin-right' and percentage intrinsic width image http://www.w3.org/TR/CSS21/visudet.html#abs-replaced-width c4d69de7a44acab11299bd912e015c60d9ed0c4d `Microsoft`<http://www.microsoft.com/> Percentage widths are evaluated against the containing block's width.
|
|
absolute-replaced-width-050 reference/absolute-replaced-width-036-ref Absolutely positioned inline replaced element with 'direction' as left-to-right, 'auto' specified for 'margin-right' and intrinsic width image http://www.w3.org/TR/CSS21/visudet.html#abs-replaced-width d97f0e34c32ac9aaf41de8231bffabdb011795f2 `Microsoft`<http://www.microsoft.com/> Computed value of 'auto' for 'margin-left' or margin-right' on absolutely positioned inline replaced element becomes a used value of '0'. The intrinsic width is also used if 'height' and 'width' are 'auto'.
|
|
absolute-replaced-width-051 reference/absolute-replaced-width-037-ref Absolutely positioned inline replaced element with 'direction' as left-to-right, 'auto' specified for 'margin-right' and intrinsic height nonHTML,svg http://www.w3.org/TR/CSS21/visudet.html#abs-replaced-width 2fcbe55f832ec1384604471683f031d22d1f7ab6 `Microsoft`<http://www.microsoft.com/> Computed value of 'auto' for 'margin-left' or margin-right' on absolutely positioned inline replaced element becomes a used value of '0'.
|
|
absolute-replaced-width-052 reference/absolute-replaced-width-038-ref Absolutely positioned inline replaced element with 'direction' as left-to-right, 'auto' specified for 'margin-right' and 'height' nonHTML,svg http://www.w3.org/TR/CSS21/visudet.html#abs-replaced-width 2ce51eeafe56ebba6cdabb65617dc523f80cdec5 `Microsoft`<http://www.microsoft.com/> Computed value of 'auto' for 'margin-left' or margin-right' on absolutely positioned inline replaced element becomes a used value of '0'.
|
|
absolute-replaced-width-053 reference/absolute-replaced-width-039-ref Absolutely positioned inline replaced element with 'direction' as left-to-right, 'auto' specified for 'margin-right' and no intrinsic height or width nonHTML,svg http://www.w3.org/TR/CSS21/visudet.html#abs-replaced-width d73b44ffe58aea43b4de9ac14563c77e82f73b75 `Microsoft`<http://www.microsoft.com/> Computed value of 'auto' for 'margin-left' or margin-right' on absolutely positioned inline replaced element becomes a used value of '0'. The height and width are adjusted by the constraints for block-level, non-replaced elements.
|
|
absolute-replaced-width-055 reference/absolute-replaced-width-041-ref Absolutely positioned inline replaced element with 'direction' as left-to-right, 'auto' specified for 'margin-right' and percentage intrinsic width image http://www.w3.org/TR/CSS21/visudet.html#abs-replaced-width e7cc630de0e4e5da43e16da807fb9868a36a9d37 `Microsoft`<http://www.microsoft.com/> Percentage widths are evaluated against the containing block's width.
|
|
absolute-replaced-width-057 reference/absolute-replaced-width-036-ref Absolutely positioned inline replaced element with 'direction' as right-to-left, 'auto' specified for 'margin-right' and intrinsic width image http://www.w3.org/TR/CSS21/visudet.html#abs-replaced-width 585baf3f663fdb68bcbc393a0d7a14e55b209850 `Microsoft`<http://www.microsoft.com/> Computed value of 'auto' for 'margin-left' or margin-right' on absolutely positioned inline replaced element becomes a used value of '0'. The intrinsic width is also used if 'height' and 'width' are 'auto'.
|
|
absolute-replaced-width-062 reference/absolute-replaced-width-041-ref Absolutely positioned inline replaced element with 'direction' as right-to-left, 'auto' specified for 'margin-right' and percentage width image http://www.w3.org/TR/CSS21/visudet.html#abs-replaced-width 08694890cd4be782babac2d0a49d61c6e050d384 `Microsoft`<http://www.microsoft.com/> Percentage widths are evaluated against the containing block's width.
|
|
absolute-replaced-width-064 reference/absolute-replaced-width-036-ref Absolutely positioned inline replaced element with 'direction' as left-to-right, intrinsic width and over-constrained situation image http://www.w3.org/TR/CSS21/visudet.html#abs-replaced-width e619831f841a3a0f7e23e11beeafcecc58ef561b `Microsoft`<http://www.microsoft.com/> Computed value of 'auto' for 'margin-left' or margin-right' on absolutely positioned inline replaced element becomes a used value of '0'. The intrinsic width is also used if 'height' and 'width' are 'auto'.
|
|
absolute-replaced-width-065 reference/absolute-replaced-width-037-ref Absolutely positioned inline replaced element with 'direction' as left-to-right, intrinsic height and over-constrained situation nonHTML,svg http://www.w3.org/TR/CSS21/visudet.html#abs-replaced-width 14821c089c40b93e2780226f98018781879a269d `Microsoft`<http://www.microsoft.com/> Computed value of 'auto' for 'margin-left' or margin-right' on absolutely positioned inline replaced element becomes a used value of '0'.
|
|
absolute-replaced-width-066 reference/absolute-replaced-width-038-ref Absolutely positioned inline replaced element with 'direction' as left-to-right, 'height' and over-constrained situation nonHTML,svg http://www.w3.org/TR/CSS21/visudet.html#abs-replaced-width 7d9330967b4b876a2bb1f63d98762bf2311085f7 `Microsoft`<http://www.microsoft.com/> Computed value of 'auto' for 'margin-left' or margin-right' on absolutely positioned inline replaced element becomes a used value of '0'.
|
|
absolute-replaced-width-067 reference/absolute-replaced-width-039-ref Absolutely positioned inline replaced element with 'direction' as left-to-right, no intrinsic height or width and over-constrained situation nonHTML,svg http://www.w3.org/TR/CSS21/visudet.html#abs-replaced-width 5dc1ce558922b1c9435be3f38970cb6a11886ad8 `Microsoft`<http://www.microsoft.com/> Computed value of 'auto' for 'margin-left' or margin-right' on absolutely positioned inline replaced element becomes a used value of '0'. The height and width are adjusted by the constraints for block-level, non-replaced elements.
|
|
absolute-replaced-width-069 reference/absolute-replaced-width-041-ref Absolutely positioned inline replaced element with 'direction' as left-to-right, percentage intrinsic width and over-constrained situation image http://www.w3.org/TR/CSS21/visudet.html#abs-replaced-width 8ceb22262ec58743da9b60de8d2a193ff87da464 `Microsoft`<http://www.microsoft.com/> Percentage widths are evaluated against the containing block's width.
|
|
absolute-replaced-width-071 reference/absolute-replaced-width-036-ref Absolutely positioned inline replaced element with 'direction' as right-to-left, intrinsic width and over-constrained situation image http://www.w3.org/TR/CSS21/visudet.html#abs-replaced-width 0a122a12e7e419faf1eec2378625d35876e37982 `Microsoft`<http://www.microsoft.com/> Computed value of 'auto' for 'margin-left' or margin-right' on absolutely positioned inline replaced element becomes a used value of '0'. The intrinsic width is also used if 'height' and 'width' are 'auto'.
|
|
absolute-replaced-width-076 reference/absolute-replaced-width-041-ref Absolutely positioned inline replaced element with 'direction' as right-to-left, percentage intrinsic width and over-constrained situation image http://www.w3.org/TR/CSS21/visudet.html#abs-replaced-width adac0697bf25ef61551910614315735dc3dcff08 `Microsoft`<http://www.microsoft.com/> Percentage widths are evaluated against the containing block's width.
|
|
abspos-001 reference/abspos-001-ref CSS Absolute Positioning: static position after previous margin http://www.w3.org/TR/CSS21/visuren.html#comp-abspos 7d3331d81246e7d3c67ce73737f73efcbd8231cd `Ian Hickson`<mailto:ian@hixie.ch>
|
|
abspos-002 reference/abspos-002-ref Positioning with a relpos ancestor containing block http://www.w3.org/TR/CSS21/visuren.html#comp-abspos 50ddfd768cace9452d789cbb96a7c0123bf585fd `Ian Hickson`<mailto:ian@hixie.ch>,`Elika J. Etemad`<http://fantasai.inkedblade.net/contact>
|
|
abspos-003 Positioning relative to the ICB: short root element http://www.w3.org/TR/CSS21/visuren.html#comp-abspos 16a2ed4c1f518343165e0b69cebaa04e1908cc24 `Ian Hickson`<mailto:ian@hixie.ch>
|
|
abspos-004 Positioning relative to the ICB: long root element http://www.w3.org/TR/CSS21/visuren.html#comp-abspos 3eccc35744ff7e5b82c7d58540bcf183b8701200 `Ian Hickson`<mailto:ian@hixie.ch>
|
|
abspos-006 Absolute Positioning: Tables with two offsets http://www.w3.org/TR/CSS21/visuren.html#comp-abspos 7a7afc7a4bf65cd36a3c1fce39545bd397ad2ee2 `Ian Hickson`<mailto:ian@hixie.ch>
|
|
abspos-007 reference/abspos-007-ref Positioning blocks inside inline contexts with top:auto http://www.w3.org/TR/CSS21/visuren.html#comp-abspos 3c76923381e02e95aeecc06e212a5b44f66c7286 `Ian Hickson`<mailto:ian@hixie.ch>,`Elika J. Etemad`<http://fantasai.inkedblade.net/contact>
|
|
abspos-008 reference/abspos-008-ref Shrink wrapping of absolute positioned blocks http://www.w3.org/TR/CSS21/visudet.html#abs-non-replaced-width ccac09dcdcb82caf58fedd0f99b6ef6c23b588c7 `Ian Hickson`<mailto:ian@hixie.ch>
|
|
abspos-009 reference/abspos-009-ref Right alignment with position:right http://www.w3.org/TR/CSS21/visuren.html#comp-abspos 63a2203a45ef4730f22ae122d6d7165392d7c4a0 `Ian Hickson`<mailto:ian@hixie.ch>,`Elika J. Etemad`<http://fantasai.inkedblade.net/contact>
|
|
abspos-010 Absolutely positioned tables must shrink wrap http://www.w3.org/TR/CSS21/visudet.html#abs-non-replaced-width 14695aa5926f84c6df6d7073b0a2669348f5a14e `Ian Hickson`<mailto:ian@hixie.ch>,`Elika J. Etemad`<http://fantasai.inkedblade.net/contact>
|
|
abspos-011 reference/abspos-011-ref position: absolute; top: auto; test (assumed initial values) may http://www.w3.org/TR/CSS21/visuren.html#comp-abspos b95a293e149a21d15dc1f7c5b2017540cdd453cb `Ian Hickson`<mailto:ian@hixie.ch>
|
|
abspos-012 reference/abspos-011-ref position: absolute; top: auto; test (assumed initial values) may http://www.w3.org/TR/CSS21/visuren.html#comp-abspos 1d4564feb851fafe5e2320d59c4360361502530d `Ian Hickson`<mailto:ian@hixie.ch>
|
|
abspos-013 reference/abspos-013-ref position: fixed; top: auto; test - body padding may http://www.w3.org/TR/CSS21/visuren.html#comp-abspos 5dcd17b2a207c75753c441c4945ab0524f06b219 `Ian Hickson`<mailto:ian@hixie.ch>
|
|
abspos-014 reference/abspos-013-ref position: fixed; top: auto; test - body padding may http://www.w3.org/TR/CSS21/visuren.html#comp-abspos 46a397fa57d9afcfe529e319a6c0d7f28be5d169 `Ian Hickson`<mailto:ian@hixie.ch>
|
|
abspos-015 reference/abspos-013-ref position: fixed; top: auto; test - html padding may http://www.w3.org/TR/CSS21/visuren.html#comp-abspos 1bb35c9bc173128cd6ea97a0fd9635b729c68978 `Ian Hickson`<mailto:ian@hixie.ch>
|
|
abspos-016 reference/abspos-013-ref position: fixed; top: auto; test - html padding may http://www.w3.org/TR/CSS21/visuren.html#comp-abspos d6b6b998686582c261286403ca84c9d006930711 `Ian Hickson`<mailto:ian@hixie.ch>
|
|
abspos-017 reference/abspos-013-ref position: fixed; top: auto; test - body margin may http://www.w3.org/TR/CSS21/visuren.html#comp-abspos 32448f5efcfbc110f7a73356e442164f6ddb0743 `Ian Hickson`<mailto:ian@hixie.ch>
|
|
abspos-018 reference/abspos-013-ref position: fixed; top: auto; test - body margin may http://www.w3.org/TR/CSS21/visuren.html#comp-abspos 878cac1db4ffc2cf6233a9be321b4dc58739cb66 `Ian Hickson`<mailto:ian@hixie.ch>
|
|
abspos-019 reference/abspos-013-ref position: fixed; top: auto; test - html margin may http://www.w3.org/TR/CSS21/visuren.html#comp-abspos da08fbb0459296e8110d6b2849f1292975f2ebc3 `Ian Hickson`<mailto:ian@hixie.ch>
|
|
abspos-020 reference/abspos-013-ref position: fixed; top: auto; test - html margin may http://www.w3.org/TR/CSS21/visuren.html#comp-abspos 25ffbbb7352cba0f63b34cc40585f2e51b8c37ae `Ian Hickson`<mailto:ian@hixie.ch>
|
|
abspos-022 reference/abspos-013-ref position: fixed; top: auto; test - margin collapsing may http://www.w3.org/TR/CSS21/box.html#collapsing-margins 108dbdedc0fa5f666a8bb04c0e967ea572aca52b `Ian Hickson`<mailto:ian@hixie.ch>
|
|
abspos-023 left:auto for fixed-pos blocks inside abs-pos blocks may http://www.w3.org/TR/CSS21/visudet.html#abs-non-replaced-width 7bb662b6547723dbddffe3a91dc4f1c32fd29f04 `Ian Hickson`<mailto:ian@hixie.ch>,`Elika J. Etemad`<http://fantasai.inkedblade.net/contact>
|
|
abspos-024 reference/abspos-024-ref Static position in rtl context http://www.w3.org/TR/CSS21/visudet.html#abs-non-replaced-width 5e2b503e5b7a0a2a5b7ea40be3420b09847cd0d5 `Ian Hickson`<mailto:ian@hixie.ch>,`Elika J. Etemad`<http://fantasai.inkedblade.net/contact>
|
|
abspos-025 reference/abspos-025-ref Positioning replaced elements with four offsets image http://www.w3.org/TR/CSS21/visudet.html#abs-non-replaced-width 6ac4cbc321bf99672c47ac836fbfd7cf054c365e `Ian Hickson`<mailto:ian@hixie.ch>
|
|
abspos-026 reference/abspos-025-ref Positioning replaced elements with four offsets http://www.w3.org/TR/CSS21/visudet.html#abs-non-replaced-width 372c50f2bc4d56906c60d09fa1b3126d160cbe65 `Ian Hickson`<mailto:ian@hixie.ch>
|
|
abspos-027 reference/ref-if-there-is-no-red Absolutely positioned elements must shrink wrap tables http://www.w3.org/TR/CSS21/visuren.html#dis-pos-flo f5f9e1c1a989abf0d5b666b8f9b55f43fb579b94 `Ian Hickson`<mailto:ian@hixie.ch>
|
|
abspos-028 reference/abspos-028-ref Abspos static position and clear http://www.w3.org/TR/CSS21/visudet.html#abs-non-replaced-height 23c14bcfb7c2c5a55ce2cc5b0c3e324dd04a0ea6 `Elika J. Etemad`<http://fantasai.inkedblade.net/> The static position is calculated as if clear had been none.
|
|
abspos-containing-block-001 reference/abspos-containing-block-001-ref Containing block for fixed positioning http://www.w3.org/TR/CSS21/visudet.html#containing-block-details 00a9a848af3f4732cda11bfcaec6ff880404ccd9 `Bert Bos`<http://www.w3.org/People/Bos/>
|
|
abspos-containing-block-002 reference/abspos-containing-block-001-ref Containing block for absolute positioning http://www.w3.org/TR/CSS21/visudet.html#containing-block-details f624cf3e5a88069f49b38c6cab1beafeefc7d94b `Bert Bos`<http://www.w3.org/People/Bos/>
|
|
abspos-containing-block-003 reference/abspos-containing-block-001-ref Containing block for absolute positioning http://www.w3.org/TR/CSS21/visudet.html#containing-block-details 317b7f3aee67edc0a0260e27e21e8c05acb8fd96 `Bert Bos`<http://www.w3.org/People/Bos/>
|
|
abspos-containing-block-004 reference/abspos-containing-block-001-ref Containing block for absolute positioning http://www.w3.org/TR/CSS21/visudet.html#containing-block-details 3ddf40b6f4bd54092008c560e3eb2e78865351a6 `Bert Bos`<http://www.w3.org/People/Bos/>
|
|
abspos-containing-block-005 reference/abspos-containing-block-001-ref Containing block for absolute positioning http://www.w3.org/TR/CSS21/visudet.html#containing-block-details 3c7462c5536e107759efcfd240ec60918b48b107 `Bert Bos`<http://www.w3.org/People/Bos/>
|
|
abspos-containing-block-006 reference/abspos-containing-block-001-ref Containing block for absolute positioning http://www.w3.org/TR/CSS21/visudet.html#containing-block-details 381d10929ef638bc733592fabc523c40c92c57aa `Bert Bos`<http://www.w3.org/People/Bos/>
|
|
abspos-containing-block-007 reference/abspos-containing-block-001-ref Containing block for absolute positioning http://www.w3.org/TR/CSS21/visudet.html#containing-block-details ad191aaae39bac624b002778ca02980391ed4ce6 `Boris Zbarsky`<mailto:bzbarsky@mit.edu>
|
|
abspos-containing-block-008 reference/abspos-containing-block-001-ref Containing block for absolute positioning http://www.w3.org/TR/CSS21/visudet.html#containing-block-details 1b371256baa4397fdfc26683278a2194211b8c23 `Boris Zbarsky`<mailto:bzbarsky@mit.edu>
|
|
abspos-containing-block-009 reference/abspos-containing-block-001-ref Containing block for absolute positioning http://www.w3.org/TR/CSS21/visudet.html#containing-block-details 8af6d71fb318016c320c2f3b5ae25e7b6d4554ca `Boris Zbarsky`<mailto:bzbarsky@mit.edu>
|
|
abspos-containing-block-010 reference/abspos-containing-block-010-ref Absolute Positioning: Containing Block of Top Level Absolutely Positioned Block http://www.w3.org/TR/CSS21/visudet.html#containing-block-details 5ad42535c85e52eecd7eae371639a1eecaaa811c `Ian Hickson`<mailto:ian@hixie.ch>
|
|
abspos-containing-block-initial-001 reference/abspos-containing-block-initial-001-ref Test for containing block for absolutely positioned elements being initial containing block dom http://www.w3.org/TR/CSS21/visudet.html#containing-block-details 795613ee15b7bb231bdb836ebab1fb6581343b46 `Robert O'Callahan`<mailto:robert@ocallahan.org>,`Mozilla Corporation`<http://mozilla.com/> If there is no such ancestor, the containing block is the initial containing block.
|
|
abspos-containing-block-initial-004a reference/abspos-containing-block-initial-004-ref Test for containing block for absolutely positioned elements being initial containing block http://www.w3.org/TR/CSS21/visudet.html#containing-block-details f93ebd03292a34b080938b87fa7eefef9c470a0f `Robert O'Callahan`<mailto:robert@ocallahan.org>,`Mozilla Corporation`<http://mozilla.com/> If there is no such ancestor, the containing block is the initial containing block.
|
|
abspos-containing-block-initial-004b reference/abspos-containing-block-initial-004-ref Test for containing block for absolutely positioned elements being initial containing block http://www.w3.org/TR/CSS21/visudet.html#containing-block-details 9eb04f0b620e1d9386b01a2446ff6c0292db0a16 `Robert O'Callahan`<mailto:robert@ocallahan.org>,`Mozilla Corporation`<http://mozilla.com/> If there is no such ancestor, the containing block is the initial containing block.
|
|
abspos-containing-block-initial-004c reference/abspos-containing-block-initial-004-ref Test for containing block for absolutely positioned elements being initial containing block http://www.w3.org/TR/CSS21/visudet.html#containing-block-details 2cf52ebf5f6e69eb96212e8a488515f0d823a8fb `Robert O'Callahan`<mailto:robert@ocallahan.org>,`Mozilla Corporation`<http://mozilla.com/> If there is no such ancestor, the containing block is the initial containing block.
|
|
abspos-containing-block-initial-004d reference/abspos-containing-block-initial-004-ref Test for containing block for absolutely positioned elements being initial containing block http://www.w3.org/TR/CSS21/visudet.html#containing-block-details 50dfc1b9f220e0cd63bd5aa406bc14587aa6d88e `Robert O'Callahan`<mailto:robert@ocallahan.org>,`Mozilla Corporation`<http://mozilla.com/> If there is no such ancestor, the containing block is the initial containing block.
|
|
abspos-containing-block-initial-004e reference/abspos-containing-block-initial-004-ref Test for containing block for absolutely positioned elements being initial containing block http://www.w3.org/TR/CSS21/visudet.html#containing-block-details 3d801bd1e0ac102a80b17f21be24dbba287047f2 `Robert O'Callahan`<mailto:robert@ocallahan.org>,`Mozilla Corporation`<http://mozilla.com/> If there is no such ancestor, the containing block is the initial containing block.
|
|
abspos-containing-block-initial-004f reference/abspos-containing-block-initial-004-ref Test for containing block for absolutely positioned elements being initial containing block http://www.w3.org/TR/CSS21/visudet.html#containing-block-details 4b2408721288a8ad8044c6ba807abfa3950a0157 `Robert O'Callahan`<mailto:robert@ocallahan.org>,`Mozilla Corporation`<http://mozilla.com/> If there is no such ancestor, the containing block is the initial containing block.
|
|
abspos-containing-block-initial-005a reference/abspos-containing-block-initial-005-ref Test for containing block for absolutely positioned elements being initial containing block http://www.w3.org/TR/CSS21/visudet.html#containing-block-details 2f555ddc3077e064f854ee0deb20949ef53aea75 `Robert O'Callahan`<mailto:robert@ocallahan.org>,`Mozilla Corporation`<http://mozilla.com/> If there is no such ancestor, the containing block is the initial containing block.
|
|
abspos-containing-block-initial-005b reference/abspos-containing-block-initial-005-ref Test for containing block for absolutely positioned elements being initial containing block http://www.w3.org/TR/CSS21/visudet.html#containing-block-details 37e8f62e94e96c42139156007c7b715f8db0b178 `Robert O'Callahan`<mailto:robert@ocallahan.org>,`Mozilla Corporation`<http://mozilla.com/> If there is no such ancestor, the containing block is the initial containing block.
|
|
abspos-containing-block-initial-005c reference/abspos-containing-block-initial-005-ref Test for containing block for absolutely positioned elements being initial containing block http://www.w3.org/TR/CSS21/visudet.html#containing-block-details 3e90906ae3dd88ca7d61cb1858d1d1a6a5aa3047 `Robert O'Callahan`<mailto:robert@ocallahan.org>,`Mozilla Corporation`<http://mozilla.com/> If there is no such ancestor, the containing block is the initial containing block.
|
|
abspos-containing-block-initial-005d reference/abspos-containing-block-initial-005-ref Test for containing block for absolutely positioned elements being initial containing block http://www.w3.org/TR/CSS21/visudet.html#containing-block-details 5d341306676d7f2ae4869b8b254211aaf1cb9e63 `Robert O'Callahan`<mailto:robert@ocallahan.org>,`Mozilla Corporation`<http://mozilla.com/> If there is no such ancestor, the containing block is the initial containing block.
|
|
abspos-containing-block-initial-007 reference/abspos-containing-block-initial-007-ref Test for containing block for absolutely positioned elements being initial containing block http://www.w3.org/TR/CSS21/visudet.html#containing-block-details 8153c371c78a07832a951dccba4079639bcc8ed3 `Robert O'Callahan`<mailto:robert@ocallahan.org>,`Mozilla Corporation`<http://mozilla.com/> If there is no such ancestor, the containing block is the initial containing block.
|
|
abspos-containing-block-initial-009a reference/abspos-containing-block-initial-009-ref Test for containing block for absolutely positioned elements being initial containing block http://www.w3.org/TR/CSS21/visudet.html#containing-block-details 98d2a560cbd04a53159f881670674ae4294a8fd4 `Robert O'Callahan`<mailto:robert@ocallahan.org>,`Mozilla Corporation`<http://mozilla.com/> If there is no such ancestor, the containing block is the initial containing block.
|
|
abspos-containing-block-initial-009b reference/abspos-containing-block-initial-009-ref Test for containing block for absolutely positioned elements being initial containing block http://www.w3.org/TR/CSS21/visudet.html#containing-block-details a6083feb4f7c27a008bfe5665cd9d93b00895d45 `Robert O'Callahan`<mailto:robert@ocallahan.org>,`Mozilla Corporation`<http://mozilla.com/> If there is no such ancestor, the containing block is the initial containing block.
|
|
abspos-containing-block-initial-009e reference/abspos-containing-block-initial-009-ref Test for containing block for absolutely positioned elements being initial containing block http://www.w3.org/TR/CSS21/visudet.html#containing-block-details 230abcd459f12b05a92e80e7cee540ffebdc1dc6 `Robert O'Callahan`<mailto:robert@ocallahan.org>,`Mozilla Corporation`<http://mozilla.com/> If there is no such ancestor, the containing block is the initial containing block.
|
|
abspos-containing-block-initial-009f reference/abspos-containing-block-initial-009-ref Test for containing block for absolutely positioned elements being initial containing block http://www.w3.org/TR/CSS21/visudet.html#containing-block-details b80ed7c3d714de6b47aaed99c7549327b9732fa2 `Robert O'Callahan`<mailto:robert@ocallahan.org>,`Mozilla Corporation`<http://mozilla.com/> If there is no such ancestor, the containing block is the initial containing block.
|
|
abspos-inline-001 Absolutely positioned boxes in inlines: 'auto' interact http://www.w3.org/TR/CSS21/visuren.html#comp-abspos aa7c1f295e29a72b96bd72151c84541c25be6f74 `Ian Hickson`<mailto:ian@hixie.ch>
|
|
abspos-inline-002 Absolutely positioned boxes in inlines: 'auto' with 'relative' interact http://www.w3.org/TR/CSS21/visuren.html#comp-abspos 640aa80ad6bd4cfef6cc349031ada956d895d990 `Ian Hickson`<mailto:ian@hixie.ch>
|
|
abspos-inline-003 Absolutely positioned boxes in inlines: positioning at top left interact http://www.w3.org/TR/CSS21/visuren.html#comp-abspos f0e0f0952529a568140bfb700058389450ff5299 `Ian Hickson`<mailto:ian@hixie.ch>
|
|
abspos-inline-004 Absolutely positioned boxes in inlines: positioning at top right interact http://www.w3.org/TR/CSS21/visuren.html#comp-abspos 6510d55f8cdc000650f367945d3882d6c620fe6d `Ian Hickson`<mailto:ian@hixie.ch>
|
|
abspos-inline-005 Absolutely positioned boxes in inlines: positioning at bottom left interact http://www.w3.org/TR/CSS21/visuren.html#comp-abspos 503cc58ba97bfc2f97a545d87f9838dd724bd4c8 `Ian Hickson`<mailto:ian@hixie.ch>
|
|
abspos-inline-006 Absolutely positioned boxes in inlines: positioning at bottom right interact http://www.w3.org/TR/CSS21/visuren.html#comp-abspos b9100ff7fd2a37e87595e81ac6e8de3873361bc8 `Ian Hickson`<mailto:ian@hixie.ch>
|
|
abspos-non-replaced-width-margin-000 reference/abspos-non-replaced-width-margin-000-ref CSS2.1:10.3.7 Comprehensive - Absolutely Positioned Non-Replaced Horizontal Size+Position Calculations http://www.w3.org/TR/CSS21/visudet.html#abs-non-replaced-width 923bc9bfbdfb564b6e3c181d4610b95dd1a9e68b `L. David Baron`<http://dbaron.org/> The values of 'left', 'right', 'margin-left', 'margin-right', and 'width' are calculated correctly for absolutely positioned non-replaced elements according to CSS2.1 Section 10.3.7.
|
|
abspos-overflow-001 reference/abspos-overflow-001-ref Absolutely positioned children of overflow: scroll http://www.w3.org/TR/CSS21/visufx.html#overflow-clipping 9687baba2a4f4e987940cab29c5fdd27008a437c `Ian Hickson`<mailto:ian@hixie.ch>
|
|
abspos-overflow-002 reference/abspos-overflow-002-ref Absolutely positioned children of overflow: scroll http://www.w3.org/TR/CSS21/visufx.html#overflow-clipping dd399a19693fa659ddfef38561f2b3ed6f5a3fef `Ian Hickson`<mailto:ian@hixie.ch>
|
|
abspos-overflow-003 reference/abspos-overflow-003-ref Absolutely positioned children of overflow: scroll http://www.w3.org/TR/CSS21/visufx.html#overflow-clipping 8d07240ba864729d2dc30310b90a384b39147e05 `Ian Hickson`<mailto:ian@hixie.ch>
|
|
abspos-overflow-004 reference/abspos-overflow-004-ref Absolutely positioned children of overflow: hidden http://www.w3.org/TR/CSS21/visufx.html#overflow-clipping 0b7d81487cc911e2cbffbd44ecc3c75627c899b8 `Ian Hickson`<mailto:ian@hixie.ch>
|
|
abspos-overflow-005 reference/abspos-overflow-005-ref Absolutely positioned children of overflow: hidden http://www.w3.org/TR/CSS21/visufx.html#overflow-clipping be1bc4d744449b7c6c107651a1f27789349004bc `Ian Hickson`<mailto:ian@hixie.ch>
|
|
abspos-overflow-006 reference/abspos-overflow-006-ref Absolutely positioned children of overflow: hidden http://www.w3.org/TR/CSS21/visufx.html#overflow-clipping e7726bf7c0cfdae5ba6f8e955091c5501f45af50 `Ian Hickson`<mailto:ian@hixie.ch>
|
|
abspos-overflow-007 reference/abspos-overflow-004-ref Absolutely positioned children of overflow: auto http://www.w3.org/TR/CSS21/visufx.html#overflow-clipping 28513ea198a2cf407ba001f86633311415d69834 `Ian Hickson`<mailto:ian@hixie.ch>
|
|
abspos-overflow-008 reference/abspos-overflow-005-ref Absolutely positioned children of overflow: auto http://www.w3.org/TR/CSS21/visufx.html#overflow-clipping a4e85806e0ba58a6f2767f2e2aeb29306898c763 `Ian Hickson`<mailto:ian@hixie.ch>
|
|
abspos-overflow-009 reference/abspos-overflow-006-ref Absolutely positioned children of overflow: auto http://www.w3.org/TR/CSS21/visufx.html#overflow-clipping b13807b6964ca2d80e99bc7eb50a0177cc665718 `Ian Hickson`<mailto:ian@hixie.ch>
|
|
abspos-overflow-010 reference/abspos-overflow-010-ref Positioning, Overflow, and Stacking: Empty positioned children of 'overflow:auto' boxes http://www.w3.org/TR/CSS21/visufx.html#overflow-clipping dc04bc70938f37634ff04778f09b445c9c2f0d0d `Ian Hickson`<mailto:ian@hixie.ch>
|
|
abspos-overflow-011 reference/abspos-overflow-011-ref Positioning, Overflow, and Stacking: 'overflow:auto' as an in-flow sibling of a positioned element http://www.w3.org/TR/CSS21/visufx.html#overflow-clipping 44ab3966d2f5bc0e5dce13660035e9b359df893e `Ian Hickson`<mailto:ian@hixie.ch>
|
|
abspos-overflow-012 reference/abspos-overflow-011-ref Positioning, Overflow, and Clipping: Does 'overflow:auto' affect positioned elements that are relative to elements outside the overflow http://www.w3.org/TR/CSS21/visufx.html#overflow-clipping 305471944af6354be622a4d2547bf36a7f14299a `Ian Hickson`<mailto:ian@hixie.ch>
|
|
abspos-paged-001 Positioning in paged media: Initial containing block paged http://www.w3.org/TR/CSS21/page.html#page-intro b1cf668d51362c6b247e4cca03af67d1de63e611 `Ian Hickson`<mailto:ian@hixie.ch>
|
|
abspos-paged-002 Positioning in paged media: Positioning multiple pages paged http://www.w3.org/TR/CSS21/page.html#page-intro 0a8f6856840cd92ce9a0375eb6e48b2d8b38c7d2 `Ian Hickson`<mailto:ian@hixie.ch>,`Elika J. Etemad`<http://fantasai.inkedblade.net/contact>
|
|
abspos-replaced-width-margin-000 reference/abspos-replaced-width-margin-000-ref CSS2.1:10.3.8 Comprehensive - Absolutely Positioned Replaced Horizontal Size+Position Calculations http://www.w3.org/TR/CSS21/visudet.html#abs-replaced-width 8805fecaf360f34a87a9b3f45ce95d4210bedf5e `L. David Baron`<http://dbaron.org/> The values of 'left', 'right', 'margin-left', 'margin-right', and 'width' are calculated correctly for absolutely positioned replaced elements according to CSS2.1 Section 10.3.7.
|
|
abspos-width-001 reference/ref-if-there-is-no-red Absolute Positioning: width:auto with table width:100% http://www.w3.org/TR/CSS21/visudet.html#abs-non-replaced-width 73ada5f22b7e0d3913e82f3f4e302d879a86027e `Ian Hickson`<mailto:ian@hixie.ch>
|
|
abspos-width-002 reference/ref-if-there-is-no-red Absolute Positioning: width:auto with block width:100% http://www.w3.org/TR/CSS21/visudet.html#abs-non-replaced-width 8dcd3d450fa1fc12b02ceb85907b3535e4e55320 `Ian Hickson`<mailto:ian@hixie.ch>
|
|
abspos-width-003 reference/ref-if-there-is-no-red Absolute Positioning: width:auto with block width:50% http://www.w3.org/TR/CSS21/visudet.html#abs-non-replaced-width a3df9cba8142c2d0a48e1311c90d3835a78c2147 `Ian Hickson`<mailto:ian@hixie.ch>
|
|
abspos-width-004 reference/ref-filled-green-100px-square Absolute Positioning: width: 2em with block width:100% http://www.w3.org/TR/CSS21/visudet.html#abs-non-replaced-width 2aca892eb3d7edcd80ab47c5af3309ea7daa63e2 `Ian Hickson`<mailto:ian@hixie.ch>
|
|
abspos-width-005 reference/abspos-width-005-ref Absolute Positioning: max-width http://www.w3.org/TR/CSS21/visudet.html#abs-non-replaced-width cbf9482270ffc6287737a763dc715b344886cc8c `Ian Hickson`<mailto:ian@hixie.ch>
|
|
abspos-zero-width-001 Absolute positioned elements still affect scrolling mechanism image http://www.w3.org/TR/CSS21/visufx.html#overflow,http://www.w3.org/TR/CSS21/visudet.html#the-height-property,http://www.w3.org/TR/CSS21/visudet.html#the-width-property,http://www.w3.org/TR/CSS21/visuren.html#choose-position 4749b1397485039464302b2a65b7ed4d17ffc17b `Microsoft`<http://www.microsoft.com/> Zero width absolute positioned elements still affects scrolling mechanism even though they are out of flow of the content.
|
|
active-selector-001 Active pseudo-class matching interact http://www.w3.org/TR/CSS21/selector.html#dynamic-pseudo-classes 9e49a33e0c1ff421a2b6d858e3ee0bdcf284c8af `Microsoft`<http://www.microsoft.com/> Active pseudo-class selector matches any element which has been activated until it has been deactivated.
|
|
active-selector-002 :active (basic test) interact http://www.w3.org/TR/CSS21/selector.html#dynamic-pseudo-classes 8f4e01b74b84dc944061956b1334c4851eeb52ee `Ian Hickson`<mailto:ian@hixie.ch>
|
|
adjacent-000 Selectors: Adjacent selectors http://www.w3.org/TR/CSS21/selector.html#adjacent-selectors 22d0adbe1f1adad33305968ef32ef3a895a5bb27 `Gabriele Romanato`<mailto:gabriele.romanato@gmail.com> Browsers should apply each rule to the adjacent element
|
|
adjacent-001 Selectors: Adjacent selectors without the space separator http://www.w3.org/TR/CSS21/selector.html#adjacent-selectors 4e32c22548c9c55005c2d9e2e3d3c879ea6f683b `Gabriele Romanato`<mailto:gabriele.romanato@gmail.com> Browsers should apply each rule to the adjacent element also without the space separator
|
|
adjacent-002 Selectors: Adjacent selectors with the universal selector http://www.w3.org/TR/CSS21/selector.html#adjacent-selectors 3611ed0df2dd2faa22857e6002247c1845d03436 `Gabriele Romanato`<mailto:gabriele.romanato@gmail.com> Browsers should apply each rule to the adjacent element when combined with the universal selector
|
|
adjacent-floats-001 reference/adjacent-floats-001-ref Multiple floated boxes adjacent to each other http://www.w3.org/TR/CSS21/visuren.html#floats 71c4bd3cc8b10d80cc88d766e7325de34aa22c0d `Microsoft`<http://www.microsoft.com/> Floated boxes are allowed to be next to each other.
|
|
after-content-display-001 reference/after-content-display-001-ref :after generated content - display inline http://www.w3.org/TR/CSS21/generate.html#before-after-content,http://www.w3.org/TR/CSS21/visuren.html#display-prop 2269b8460673fa857c7b1dbff9626d1dba2aa7e5 `Gérard Talbot`<http://www.gtalbot.org/BrowserBugsSection/css21testsuite/> Generated content can have their own display value explicitly set in which case they behave as if they were real elements inserted just inside their associated element.
|
|
after-content-display-002 reference/after-content-display-002-ref :after generated content - display block http://www.w3.org/TR/CSS21/generate.html#before-after-content,http://www.w3.org/TR/CSS21/visuren.html#display-prop 2f6c1816968fb5b598a20d9f8028d5fbb8369ff1 `Gérard Talbot`<http://www.gtalbot.org/BrowserBugsSection/css21testsuite/> Generated content can have their own display value explicitly set in which case they behave as if they were real elements inserted just inside their associated element.
|
|
after-content-display-003 reference/after-content-display-003-ref :after generated content - display list-item http://www.w3.org/TR/CSS21/generate.html#before-after-content,http://www.w3.org/TR/CSS21/visuren.html#display-prop,http://www.w3.org/TR/html4/struct/lists.html#h-10.3.1 7e91f70b14662df894e2850e288a4fe938cb0659 `Gérard Talbot`<http://www.gtalbot.org/BrowserBugsSection/css21testsuite/> Generated content can have their own display value explicitly set in which case they behave as if they were real elements inserted just inside their associated element.
|
|
after-content-display-004 :after generated content - display run-in http://www.w3.org/TR/CSS21/generate.html#before-after-content,http://www.w3.org/TR/css3-box/#run-in-boxes e2afa2899a8e2931405c71d2151246b51882e1c4 `Gérard Talbot`<http://www.gtalbot.org/BrowserBugsSection/css21testsuite/> Generated content can have their own display value explicitly set in which case they behave as if they were real elements inserted just inside their associated element.
|
|
after-content-display-005 reference/after-content-display-001-ref :after generated content - display inline-block http://www.w3.org/TR/CSS21/generate.html#before-after-content,http://www.w3.org/TR/CSS21/visuren.html#display-prop 791f3cd19b0a6017f741ba4c9d42902f970f31b4 `Gérard Talbot`<http://www.gtalbot.org/BrowserBugsSection/css21testsuite/> Generated content can have their own display value explicitly set in which case they behave as if they were real elements inserted just inside their associated element.
|
|
after-content-display-006 reference/after-content-display-002-ref :after generated content - display table http://www.w3.org/TR/CSS21/generate.html#before-after-content,http://www.w3.org/TR/CSS21/visuren.html#display-prop b8efa69202c5f12acf515aed0abd4949920f06d8 `Gérard Talbot`<http://www.gtalbot.org/BrowserBugsSection/css21testsuite/> Generated content can have their own display value explicitly set in which case they behave as if they were real elements inserted just inside their associated element.
|
|
after-content-display-007 reference/after-content-display-001-ref :after generated content - display inline-table http://www.w3.org/TR/CSS21/generate.html#before-after-content,http://www.w3.org/TR/CSS21/visuren.html#display-prop 100a761e7db1096dbeccaa8fd6138a3f1c73aaf2 `Gérard Talbot`<http://www.gtalbot.org/BrowserBugsSection/css21testsuite/> Generated content can have their own display value explicitly set in which case they behave as if they were real elements inserted just inside their associated element.
|
|
after-content-display-008 reference/after-content-display-002-ref :after generated content - display table-row-group http://www.w3.org/TR/CSS21/generate.html#before-after-content,http://www.w3.org/TR/CSS21/visuren.html#display-prop a2ea27340053d0ae7e59ed96e1bb73897584c83c `Gérard Talbot`<http://www.gtalbot.org/BrowserBugsSection/css21testsuite/> Generated content can have their own display value explicitly set in which case they behave as if they were real elements inserted just inside their associated element.
|
|
after-content-display-009 reference/after-content-display-002-ref :after generated content - display table-header-group http://www.w3.org/TR/CSS21/generate.html#before-after-content,http://www.w3.org/TR/CSS21/visuren.html#display-prop e12fecb8691204cf818a4dc1acd80dd0f5a227c3 `Gérard Talbot`<http://www.gtalbot.org/BrowserBugsSection/css21testsuite/> Generated content can have their own display value explicitly set in which case they behave as if they were real elements inserted just inside their associated element.
|
|
after-content-display-010 reference/after-content-display-002-ref :after generated content - display table-footer-group http://www.w3.org/TR/CSS21/generate.html#before-after-content,http://www.w3.org/TR/CSS21/visuren.html#display-prop 3305de86aa2059711cb65eca70b860408230410d `Gérard Talbot`<http://www.gtalbot.org/BrowserBugsSection/css21testsuite/> Generated content can have their own display value explicitly set in which case they behave as if they were real elements inserted just inside their associated element.
|
|
after-content-display-011 reference/after-content-display-002-ref :after generated content - display table-row http://www.w3.org/TR/CSS21/generate.html#before-after-content,http://www.w3.org/TR/CSS21/visuren.html#display-prop 595890b55d9fd371fe84831a0caa4e6330a6f469 `Gérard Talbot`<http://www.gtalbot.org/BrowserBugsSection/css21testsuite/> Generated content can have their own display value explicitly set in which case they behave as if they were real elements inserted just inside their associated element.
|
|
after-content-display-012 reference/after-content-display-012-ref :after generated content - display table-column-group http://www.w3.org/TR/CSS21/generate.html#before-after-content,http://www.w3.org/TR/CSS21/tables.html#table-display 63466bda2fd3d0efed06475f621cd1950607f137 `Gérard Talbot`<http://www.gtalbot.org/BrowserBugsSection/css21testsuite/> Generated content can have their own display value explicitly set in which case they behave as if they were real elements inserted just inside their associated element. Elements with 'display' set to 'table-column' or 'table-column-group' are not rendered (exactly as if they had 'display: none').
|
|
after-content-display-013 reference/after-content-display-012-ref :after generated content - display table-column http://www.w3.org/TR/CSS21/generate.html#before-after-content,http://www.w3.org/TR/CSS21/tables.html#table-display 73338308c34392af1d84c88d533541dce0c12e61 `Gérard Talbot`<http://www.gtalbot.org/BrowserBugsSection/css21testsuite/> Generated content can have their own display value explicitly set in which case they behave as if they were real elements inserted just inside their associated element. Elements with 'display' set to 'table-column' or 'table-column-group' are not rendered (exactly as if they had 'display: none').
|
|
after-content-display-014 reference/after-content-display-002-ref :after generated content - display table-cell http://www.w3.org/TR/CSS21/generate.html#before-after-content,http://www.w3.org/TR/CSS21/visuren.html#display-prop d8f1b5f5295ee1ea75f66a433b305bb03a9533f4 `Gérard Talbot`<http://www.gtalbot.org/BrowserBugsSection/css21testsuite/> Generated content can have their own display value explicitly set in which case they behave as if they were real elements inserted just inside their associated element.
|
|
after-content-display-015 reference/after-content-display-002-ref :after generated content - display table-caption http://www.w3.org/TR/CSS21/generate.html#before-after-content,http://www.w3.org/TR/CSS21/visuren.html#display-prop 8e9b3235f42527e0b8b4b2fec2c6bd38168cb662 `Gérard Talbot`<http://www.gtalbot.org/BrowserBugsSection/css21testsuite/> Generated content can have their own display value explicitly set in which case they behave as if they were real elements inserted just inside their associated element.
|
|
after-content-display-016 reference/after-content-display-012-ref :after generated content - display none http://www.w3.org/TR/CSS21/generate.html#before-after-content,http://www.w3.org/TR/CSS21/visuren.html#display-prop 92e31d64712b03e5280265aee837636f056abb1a `Gérard Talbot`<http://www.gtalbot.org/BrowserBugsSection/css21testsuite/> Generated content can have their own display value explicitly set in which case they behave as if they were real elements inserted just inside their associated element.
|
|
after-content-display-017 reference/after-content-display-002-ref :after generated content - display inherit http://www.w3.org/TR/CSS21/generate.html#before-after-content,http://www.w3.org/TR/CSS21/visuren.html#display-prop 6f76e59690fcbd3b4f1922da49dba7bbcff731e9 `Gérard Talbot`<http://www.gtalbot.org/BrowserBugsSection/css21testsuite/> Generated content can have their own display value explicitly set in which case they behave as if they were real elements inserted just inside their associated element.
|
|
after-content-display-018 reference/after-content-display-001-ref :after generated content - initial value of display http://www.w3.org/TR/CSS21/generate.html#before-after-content 568c0051fbbb459505131d6bb3e587b626e43549 `Gérard Talbot`<http://www.gtalbot.org/BrowserBugsSection/css21testsuite/> The initial value of the 'display' for generated content property is 'inline'.
|
|
after-inheritable-001 Pseudo-element ':after' inherits inheritable values http://www.w3.org/TR/CSS21/generate.html#before-after-content 854c3ee68813768813bdd2b3babe3096033c0415 `Microsoft`<http://www.microsoft.com/> The pseudo-element ':after' generated content inherits any inheritable properties from the element.
|
|
after-inheritable-002 Pseudo-element ':after' does not inherit non-inheritable values http://www.w3.org/TR/CSS21/generate.html#before-after-content b1f1f4803490bae4ce05ff76023c4bcced8ac670 `Microsoft`<http://www.microsoft.com/> Non-inherited properties apply their initial value when applying to ':after'.
|
|
after-location-001 After applies after text http://www.w3.org/TR/CSS21/generate.html#before-after-content a62c51e5132ce58ebb27ff1162e21f350dbc996d `Microsoft`<http://www.microsoft.com/> After places the generated content after the element content.
|
|
allowed-page-breaks-001a allowed page breaks between blocks paged http://www.w3.org/TR/CSS21/page.html#page-break-props,http://www.w3.org/TR/css3-page/#allowed-pg-brk feda1d046e5c91d8b2871484f71e5f677a97d1fc `Elika J. Etemad`<http://fantasai.inkedblade.net/contact> Unforced breaking in the vertical margin between sibling block boxes is allowed only if the 'page-break-after' and 'page-break-before' properties of all the elements generating boxes that meet at this margin are 'auto' and the common ancestors of all the elements do not have a 'page-break-inside' value of 'avoid'.
|
|
allowed-page-breaks-001b allowed page breaks between table rows may,paged http://www.w3.org/TR/CSS21/page.html#page-break-props,http://www.w3.org/TR/css3-page/#allowed-pg-brk 1db03d3621d5c5c56764cbb8b05663263c4f89d7 `Elika J. Etemad`<http://fantasai.inkedblade.net/contact> Unforced breaking in the vertical margin between sibling table rows is allowed only if the 'page-break-after' and 'page-break-before' properties of all the elements generating boxes that meet at this margin are 'auto' and the common ancestors of all the elements do not have a 'page-break-inside' value of 'avoid'.
|
|
allowed-page-breaks-001c allowed page breaks between blocks within table cells may,paged http://www.w3.org/TR/CSS21/page.html#page-break-props,http://www.w3.org/TR/css3-page/#allowed-pg-brk 741c3587239beb6afb1a3193e880a1725d104d72 `Elika J. Etemad`<http://fantasai.inkedblade.net/contact> Unforced breaking in the vertical margin between sibling block boxes is allowed only if the 'page-break-after' and 'page-break-before' properties of all the elements generating boxes that meet at this margin are 'auto' and the common ancestors of all the elements do not have a 'page-break-inside' value of 'avoid'.
|
|
allowed-page-breaks-002 allowed page break - line box breaking paged http://www.w3.org/TR/CSS21/page.html#page-break-props 783b2200f7c208cd7bf628d83c90c6e94533a7b0 `Tom Clancy`<mailto:tclancy@revenution.com>,`Elika J. Etemad`<http://fantasai.inkedblade.net/contact> Breaking between line boxes is allowed only if the number of line boxes between the break and the start of the enclosing block box is the value of 'orphans' or more, and the number of line boxes between the break and the end of the box is the value of 'widows' or more and the value of the 'page-break-inside' property is 'auto'.
|
|
allowed-page-breaks-003 allowed page break - dropping page-break-* restrictions paged http://www.w3.org/TR/CSS21/page.html#page-break-props 01759491000d8b5f4bada330c156966b6a4361f2 `Tom Clancy`<mailto:tclancy@revenution.com>,`Elika J. Etemad`<http://fantasai.inkedblade.net/contact> If the standard restrictions do not provide enough break points to keep content from overflowing the page boxes, then the restrictions imposed by 'avoid' on the 'page-break-*' properties are dropped.
|
|
allowed-page-breaks-004 allowed page break - dropping widows and orphans restrictions paged http://www.w3.org/TR/CSS21/page.html#page-break-props 905b6d060c2e610f724876221d1c4d9e3356b808 `Elika J. Etemad`<http://fantasai.inkedblade.net/contact>,`Tom Clancy`<mailto:tclancy@revenution.com> If the standard restrictions do not provide enough break points to keep content from overflowing the page boxes after dropping the restrictions imposed by 'avoid' on the 'page-break-*' properties then the restrictions due to 'windows' and 'orphans' are dropped as well.
|
|
allowed-page-breaks-005 Allowed Page Breaks - Between Blocks paged http://www.w3.org/TR/CSS21/text.html#spacing-props f441425b34cc8e4ccc67dace128239f391b29a15 `Elika J. Etemad`<http://fantasai.inkedblade.net/contact> Page breaks can occur between block boxes.
|
|
allowed-page-breaks-006 Allowed Page Breaks - Between Line Boxes paged http://www.w3.org/TR/CSS21/text.html#spacing-props ff8ffb4611058b28d987950e8295c23704f922f1 `Elika J. Etemad`<http://fantasai.inkedblade.net/contact> Page breaks can occur between line boxes.
|
|
allowed-page-breaks-007a Allowed Page Breaks - Between Line Box and Content Edge paged http://www.w3.org/TR/CSS21/text.html#spacing-props 8f170ab9fdec83c25b0ac9193de019660e55e7d9 `Elika J. Etemad`<http://fantasai.inkedblade.net/contact> Page breaks can occur between the content edge of a block box and the outer edges of its child line boxes.
|
|
allowed-page-breaks-007b Allowed Page Breaks - Between Block-level Box and Content Edge paged http://www.w3.org/TR/CSS21/text.html#spacing-props be4752a486e7eb5900f3f9d4d0c6e5d1c738a43e `Elika J. Etemad`<http://fantasai.inkedblade.net/contact> Page breaks can occur between the content edge of a block box and the outer edges of its child block-level boxes.
|
|
anonymous-box-generation-001 reference/anonymous-box-generation-001-ref Anonymous block box generation http://www.w3.org/TR/CSS21/visuren.html#anonymous-block-level d88edda75b32c5cb5035796f160f930a230c6a6a `Microsoft`<http://www.microsoft.com/> Block boxes with inline content followed by a block box generate an anonymous block box around the inline content.
|
|
anonymous-box-generation-002 Anonymous run-in box generation http://www.w3.org/TR/CSS21/visuren.html#anonymous-block-level 75d2e3c2672a52b851cd486b81c8af4d9b69beb5 `Microsoft`<http://www.microsoft.com/> Block boxes with inline content followed by a run-in box generate an anonymous run-in box around the inline content.
|
|
anonymous-boxes-001 reference/ref-green-box-100x100 Percent heights inside anonymous blocks http://www.w3.org/TR/CSS21/visuren.html#anonymous-block-level,http://www.w3.org/TR/CSS21/visudet.html#containing-block-details,http://www.w3.org/TR/CSS21/visudet.html#the-height-property ae1ba6d9453891ce7222d27750366bc5d9f9a550 `Boris Zbarsky`<mailto:bzbarsky@mit.edu> Anonymous block boxes are ignored when resolving percentage values that would refer to it: the closest non-anonymous ancestor box is used instead.
|
|
anonymous-boxes-001a reference/anonymous-boxes-001a-ref Percent height inside anonymous block ahem,image http://www.w3.org/TR/CSS21/visuren.html#anonymous-block-level,http://www.w3.org/TR/CSS21/visudet.html#containing-block-details,http://www.w3.org/TR/CSS21/visudet.html#the-height-property 776ebb7ddb81c501e74d922b81c590ac71ee6767 `Gérard Talbot`<http://www.gtalbot.org/BrowserBugsSection/css21testsuite/> Anonymous block boxes are ignored when resolving percentage values that would refer to it: the closest non-anonymous ancestor box is used instead.
|
|
anonymous-boxes-001b reference/anonymous-boxes-001b-ref Percent height inside anonymous block ahem http://www.w3.org/TR/CSS21/visuren.html#anonymous-block-level,http://www.w3.org/TR/CSS21/visudet.html#containing-block-details,http://www.w3.org/TR/CSS21/visudet.html#the-height-property accb36d43ffe7a57fd0fdd8c2e9d551aed13f0e4 `Gérard Talbot`<http://www.gtalbot.org/BrowserBugsSection/css21testsuite/> Anonymous block boxes are ignored when resolving percentage values that would refer to it: the closest non-anonymous ancestor box is used instead.
|
|
anonymous-boxes-inheritance-001 reference/anonymous-boxes-inheritance-001-ref Anonymous box property inheritance ahem http://www.w3.org/TR/CSS21/visuren.html#anonymous-block-level c14e3b5aff949c743707dbf7e126c413b8314887 `Microsoft`<http://www.microsoft.com/> Anonymous boxes inherit property values from their non-anonymous box.
|
|
anonymous-inline-whitespace-001 reference/ref-if-there-is-no-red White space does not generate an anonymous inline box http://www.w3.org/TR/CSS21/visuren.html#anonymous 7fe25707146e900febf8b549fc3588da7be6b1ae `Microsoft`<http://www.microsoft.com/> White space is collapsed according to the 'white-space' property and does not generate an anonymous inline box.
|
|
anonymous-table-box-width-001 reference/ref-filled-green-100px-square Width of anonymous table box versus caption box in the automatic table layout http://www.w3.org/TR/CSS21/tables.html#auto-table-layout 43447b070391816bdb697e1b3d2b485013c14a08 `Gérard Talbot`<http://www.gtalbot.org/BrowserBugsSection/css21testsuite/> Anonymous table box should be as wide as max(table-width, table-caption-min-intrinsic-width).
|
|
at-charset-001 HTTP Charset vs BOM http http://www.w3.org/TR/CSS21/syndata.html#charset 4bf6f48a7e193f16d711ddc6bb4715793fc8ced2 `Microsoft`<http://www.microsoft.com/> The Byte Order Mark in the stylesheet overrides the HTTP charset setting.
|
|
at-charset-002 HTTP Charset over @charset http http://www.w3.org/TR/CSS21/syndata.html#charset 2c0f52ac45b5abfbcf011fecb01e87a9d90a3774 `Microsoft`<http://www.microsoft.com/> The HTTP charset setting overrides the @charset designation in the stylesheet.
|
|
at-charset-003 HTTP charset over link charset http http://www.w3.org/TR/CSS21/syndata.html#charset b9fc7ffdd31c1f7c1a285e374987327d993450bf `Microsoft`<http://www.microsoft.com/> The HTTP charset setting overrides the charset designation in the link tag.
|
|
at-charset-004 HTTP charset over set referring code page (UTF-8) http http://www.w3.org/TR/CSS21/syndata.html#charset 3d8334e5c8d7da941ddd2c6fc30aae870301e902 `Microsoft`<http://www.microsoft.com/> The HTTP charset setting overrides the referring document's code page.
|
|
at-charset-005 HTTP charset over set referring code page (windows-1252) http http://www.w3.org/TR/CSS21/syndata.html#charset 607e2d745abbecd99158a8b8bec64df8b7abd294 `Microsoft`<http://www.microsoft.com/> The HTTP charset setting overrides the charset designation in the referring document's meta tag.
|
|
at-charset-006 HTTP charset over referring code page (not set) http http://www.w3.org/TR/CSS21/syndata.html#charset ba407373c3ced5994252ff94916e2c5d5cea5427 `Microsoft`<http://www.microsoft.com/> The HTTP charset setting overrides the charset of referring document.
|
|
at-charset-007 @charset over link charset attribute http://www.w3.org/TR/CSS21/syndata.html#charset 4016605b2e0ca67dbb752c5d31943ed67c65d944 `Microsoft`<http://www.microsoft.com/> The @charset setting in the stylesheet overrides the charset attribute of the link element.
|
|
at-charset-008 @charset over referring document's code page (set) http://www.w3.org/TR/CSS21/syndata.html#charset 0de2426e92018d1354227c0daf8cfa0e18d47a21 `Microsoft`<http://www.microsoft.com/> The @charset setting in the stylesheet overrides the referring document's set code page.
|
|
at-charset-009 @charset over referring document's code page (unset) http://www.w3.org/TR/CSS21/syndata.html#charset dca97c9cff496623b15e84fbaa6eda46fa5a2ed4 `Microsoft`<http://www.microsoft.com/> The @charset setting in the stylesheet overrides the referring document's unset code page.
|
|
at-charset-010 Link charset attribute over referring document's codepage (set) http://www.w3.org/TR/CSS21/syndata.html#charset 672e65e1d9a01be75563d84ddd9b2f6366687e01 `Microsoft`<http://www.microsoft.com/> The stylesheet's encoding is determined by the link element's charset attribute and not the referring document's code page.
|
|
at-charset-011 Link charset attribute over referring document's codepage (not set) http://www.w3.org/TR/CSS21/syndata.html#charset b89b7e2e15e09db49ad4beb25eb5d30ec8935088 `Microsoft`<http://www.microsoft.com/> The stylesheet's encoding is determined by the link element's charset attribute and not the referring document's code page.
|
|
at-charset-012 Stylesheet encoding via the referring document's encoding (set) http://www.w3.org/TR/CSS21/syndata.html#charset b5eb6c03901e3076df56581e798029b3b7e831ad `Microsoft`<http://www.microsoft.com/> The stylesheet's encoding is determined by the set encoding of the referring document.
|
|
at-charset-013 Stylesheet encoding via the referring document's encoding (user set) HTMLonly,interact http://www.w3.org/TR/CSS21/syndata.html#charset 145d211ea37c74e5394d6b6f93328fe536f21a1d `Microsoft`<http://www.microsoft.com/> The stylesheet's encoding is determined by the user set referring document's encoding.
|
|
at-charset-014 Matching BOM and @charset (utf-8) http://www.w3.org/TR/CSS21/syndata.html#charset d5ea66e93b7fd447d5214e0fefa1e64998e2a5fe `Microsoft`<http://www.microsoft.com/> The encoding is correctly interpreted from the matched BOM and @charset.
|
|
at-charset-015 Matching BOM and @charset (utf-16 LE) http://www.w3.org/TR/CSS21/syndata.html#charset 0e8a58ff89b32cef8f641c6566e8ad24f3e501e6 `Microsoft`<http://www.microsoft.com/> The encoding is correctly interpreted from the matched BOM and @charset.
|
|
at-charset-016 Matching BOM and @charset (utf-16 BE) http://www.w3.org/TR/CSS21/syndata.html#charset 57df924a54426a8651d2ebef45ab60c9db966793 `Microsoft`<http://www.microsoft.com/> The encoding is correctly interpreted from the matched BOM and @charset.
|
|
at-charset-019 BOM with no @charset (utf-8) http://www.w3.org/TR/CSS21/syndata.html#charset 4cd7ea47c955aabb9a2e3cf2438132eb6e01deac `Microsoft`<http://www.microsoft.com/> The stylesheet is correctly interpreted as utf-8.
|
|
at-charset-020 BOM with no @charset (utf-16LE) http://www.w3.org/TR/CSS21/syndata.html#charset fac7572ec79805a617c05a3266d9a745723365e4 `Microsoft`<http://www.microsoft.com/> The stylesheet is correctly interpreted as utf-16LE.
|
|
at-charset-021 BOM with no @charset (utf-16BE) http://www.w3.org/TR/CSS21/syndata.html#charset 02602dfdbaf2b2a7b6a3b97214cc969e6b1574c1 `Microsoft`<http://www.microsoft.com/> The stylesheet is correctly interpreted as utf-16BE.
|
|
at-charset-024 @charset specified (windows-1252) http://www.w3.org/TR/CSS21/syndata.html#charset 2c92f2774b62bbdd091a6730469e0310253eb44b `Microsoft`<http://www.microsoft.com/> The stylesheet is correctly interpreted as windows-1252.
|
|
at-charset-025 @charset specified (Shift-JIS) http://www.w3.org/TR/CSS21/syndata.html#charset fe6fba7d17634715d6e12c7103ba9868f88c39c9 `Microsoft`<http://www.microsoft.com/> The stylesheet is correctly interpreted as Shift-JIS.
|
|
at-charset-026 @charset specified (ISO-8859-6) http://www.w3.org/TR/CSS21/syndata.html#charset 27bf4ccd80875414653b26ea51e01b66250a013a `Microsoft`<http://www.microsoft.com/> The stylesheet is correctly interpreted as ISO-8859-6.
|
|
at-charset-027 @charset specified (Big5) http://www.w3.org/TR/CSS21/syndata.html#charset 248ed657ce11b5072c5e5d07d7c65b8872fe05dd `Microsoft`<http://www.microsoft.com/> The stylesheet is correctly interpreted as Big5.
|
|
at-charset-028 @charset specified (UTF-8) http://www.w3.org/TR/CSS21/syndata.html#charset aaa9e201e3f30cf88a01e6f037436f28fd57ee09 `Microsoft`<http://www.microsoft.com/> The stylesheet is correctly interpreted as UTF-8.
|
|
at-charset-029 @charset specified (UTF-16LE) http://www.w3.org/TR/CSS21/syndata.html#charset d6a48c0416a49e8c29d2180faf72c581aa709494 `Microsoft`<http://www.microsoft.com/> The stylesheet is not interpreted as UTF-16LE.
|
|
at-charset-030 @charset specified (UTF-16BE) http://www.w3.org/TR/CSS21/syndata.html#charset 9e96f5e5537f454307477203131f96813ea5acb6 `Microsoft`<http://www.microsoft.com/> The stylesheet is not interpreted as UTF-16BE.
|
|
at-charset-033 Non-matching BOM (windows-1252 with UTF-8 BOM) http://www.w3.org/TR/CSS21/syndata.html#charset b9badbe3393575678a461f61bb210ef6574851a1 `Microsoft`<http://www.microsoft.com/> The stylesheet is thrown out due to the BOM not matching the actual encoding.
|
|
at-charset-034 Non-matching BOM (UTF-8 with UTF-16LE BOM) http://www.w3.org/TR/CSS21/syndata.html#charset 7373f8faa0bee4f7f0138ca4ee1aa5d66a1468a6 `Microsoft`<http://www.microsoft.com/> The stylesheet is thrown out due to the BOM not matching the actual encoding.
|
|
at-charset-035 Non-matching BOM (UTF-16LE with UTF-8 BOM) http://www.w3.org/TR/CSS21/syndata.html#charset e157c5d89e3aa60fc54e880569c7f09961e54f6e `Microsoft`<http://www.microsoft.com/> The stylesheet is thrown out due to the BOM not matching the actual encoding.
|
|
at-charset-036 Non-matching BOM (UTF-32BE with UTF-16LE BOM) http://www.w3.org/TR/CSS21/syndata.html#charset 03b9f73d7daba251d0439a73c1dad4ae0e711e22 `Microsoft`<http://www.microsoft.com/> The stylesheet is thrown out due to the BOM not matching the actual encoding.
|
|
at-charset-037 Non-matching @charset (Shift-JIS with 1252 @charset) http://www.w3.org/TR/CSS21/syndata.html#charset 7c0a78c8adc8b0d2ce9e19fb070166e0440fff85 `Microsoft`<http://www.microsoft.com/> The selector does not match due to the mismatched @charset.
|
|
at-charset-038 Non-matching @charset (Big5 with Shift-JIS @charset) http://www.w3.org/TR/CSS21/syndata.html#charset 63ae914cf3a08e1adad597542d3292bcba8d4a00 `Microsoft`<http://www.microsoft.com/> The selector does not match due to the mismatched @charset.
|
|
at-charset-039 Matching BOM and @charset (utf-8) http://www.w3.org/TR/CSS21/syndata.html#charset 4fa92eaadf698020ec2eb7d1f5fd1ba4ae1d7c95 `Microsoft`<http://www.microsoft.com/> The encoding is correctly interpreted from the matched BOM and @charset.
|
|
at-charset-040 Non-matching @charset (UTF-16BE with UTF-8 @charset) http://www.w3.org/TR/CSS21/syndata.html#charset 5e67c620f8e19b9fc8b8e4cfefcff0ddbc5321cb `Microsoft`<http://www.microsoft.com/> The stylesheet is thrown out due to the mismatched @charset.
|
|
at-charset-041 Non-matching @charset (UTF-32LE with UTF-16BE @charset) http://www.w3.org/TR/CSS21/syndata.html#charset 66b8820875ee8b031c9fcf97cd4df58cba0b28c7 `Microsoft`<http://www.microsoft.com/> The stylesheet is thrown out due to the mismatched @charset.
|
|
at-charset-042 @charset does not match BOM (UTF8 encoding and BOM with UTF-16BE @charset) http://www.w3.org/TR/CSS21/syndata.html#charset a9d4dc69e1463a1290fab4003a232746f6035430 `Microsoft`<http://www.microsoft.com/> The stylesheet is interpreted as UTF-8.
|
|
at-charset-043 @charset does not match BOM (UTF-16LE encoding and BOM with UTF-8 @charset) http://www.w3.org/TR/CSS21/syndata.html#charset 79fe44529bba816a163aea4b531190c9e889835a `Microsoft`<http://www.microsoft.com/> The stylesheet is interpreted as UTF-8.
|
|
at-charset-044 @charset does not match BOM (UTF-32BE encoding and BOM with UTF-16BE @charset) http://www.w3.org/TR/CSS21/syndata.html#charset 90605b2fdf5603a31c4407155594343cfb8e8435 `Microsoft`<http://www.microsoft.com/> UTF-32 is not supported.
|
|
at-charset-045 Mismatched endianness in @charset (UTF-16LE encoding and BOM with UTF-16BE @charset) http://www.w3.org/TR/CSS21/syndata.html#charset c72b5464da0a3546dd9c1efbfb47209f3250e51e `Microsoft`<http://www.microsoft.com/> The stylesheet is interpreted as UTF-16LE.
|
|
at-charset-046 Mismatched endianness in @charset (UTF-16BE encoding and BOM with UTF-16LE @charset) http://www.w3.org/TR/CSS21/syndata.html#charset f7415f7b55c2fd43ccb3bfe1f9d2b96e54f21d99 `Microsoft`<http://www.microsoft.com/> The stylesheet is interpreted as UTF16BE.
|
|
at-charset-047 Endianness not specified (UTF-16LE encoding with UTF-16 @charset) http://www.w3.org/TR/CSS21/syndata.html#charset 1f849cf79cf1d1c66aff8586e836a4d9ffc4040b `Microsoft`<http://www.microsoft.com/> The stylesheet is not interpreted as UTF-16LE.
|
|
at-charset-048 Endianness not specified (UTF-16BE encoding with UTF-16 @charset) http://www.w3.org/TR/CSS21/syndata.html#charset e787a6663b3297ab6ee7e77f2a74e384e4c950c8 `Microsoft`<http://www.microsoft.com/> The stylesheet is not interpreted as UTF16-BE.
|
|
at-charset-049 @charset preceded by a newline http://www.w3.org/TR/CSS21/syndata.html#charset 340574ef6db9a28012f86b246489a4d3298368b5 `Microsoft`<http://www.microsoft.com/> The selector does not match due to the @charset being ignored.
|
|
at-charset-050 @charset preceded by a space http://www.w3.org/TR/CSS21/syndata.html#charset 3a32189c1f1962cf40f128f20f6a1a6f021faede `Microsoft`<http://www.microsoft.com/> The selector does not match due to the @charset being ignored.
|
|
at-charset-051 @charset preceded by a declaration http://www.w3.org/TR/CSS21/syndata.html#charset e9d307d74b2c4a38f31911ac75dc581dddad8504 `Microsoft`<http://www.microsoft.com/> The selector does not match due to the @charset being ignored.
|
|
at-charset-052 @charset preceded by another @charset http://www.w3.org/TR/CSS21/syndata.html#charset a96918186fce648f19cfc02b774fadff70afa01d `Microsoft`<http://www.microsoft.com/> The selector does not match due to the second @charset being ignored.
|
|
at-charset-053 @charset immediately followed by a declaration block http://www.w3.org/TR/CSS21/syndata.html#charset 4ba05397e34f43b7daaf72c55e2838cd487f8584 `Microsoft`<http://www.microsoft.com/> The declaration block is interpreted and applied correctly.
|
|
at-charset-054 @charset in uppercase http://www.w3.org/TR/CSS21/syndata.html#charset a83e808cbbd903bb7afe894a18f635107bcad9e5 `Microsoft`<http://www.microsoft.com/> The selector does not match due to the @charset being ignored.
|
|
at-charset-055 @charset without quotes http://www.w3.org/TR/CSS21/syndata.html#charset 0af734be4c1fe226e932357fe8ff5b8873d056f8 `Microsoft`<http://www.microsoft.com/> The selector does not match due to the @charset being ignored.
|
|
at-charset-056 @charset missing a space http://www.w3.org/TR/CSS21/syndata.html#charset 517e3f56227ebbcc51b5b1cc7a428e673079fb68 `Microsoft`<http://www.microsoft.com/> The selector does not match due to the @charset being ignored.
|
|
at-charset-057 @charset escaped numerically http://www.w3.org/TR/CSS21/syndata.html#charset 0c6ccb79a5a4d1c3bfd22888539c0240fbd17d2e `Microsoft`<http://www.microsoft.com/> The selector does not match due to the @charset being ignored.
|
|
at-charset-058 @charset escaped char http://www.w3.org/TR/CSS21/syndata.html#charset f49155a23719ff5203628307860d373c43b8e49f `Microsoft`<http://www.microsoft.com/> The selector does not match due to the @charset being ignored.
|
|
at-charset-059 @charset missing semi-colon http://www.w3.org/TR/CSS21/syndata.html#charset 7c7bd7d71db3a6b020ee2de5a41d29ec7d6635b3 `Microsoft`<http://www.microsoft.com/> The selector does not match due to the @charset being ignored.
|
|
at-charset-060 @charset with bogus name http://www.w3.org/TR/CSS21/syndata.html#charset 14d3ff75bda3e1623dcc7e331167d23b60d846b9 `Microsoft`<http://www.microsoft.com/> The stylesheet is interpreted as UTF-16LE based on BOM.
|
|
at-charset-061 @charset within style block http://www.w3.org/TR/CSS21/syndata.html#charset 6abee0aa6960d9a115e8bccc55e2c61f6a4fa407 `Microsoft`<http://www.microsoft.com/> The selector does not match due to the @charset being ignored.
|
|
at-charset-071 Stylesheet encodings: ISO-8859-1 http http://www.w3.org/TR/CSS21/syndata.html#charset 8d34718670f2584d69fe620393ae9e60f0d0bc37 `Ian Hickson`<mailto:ian@hixie.ch>
|
|
at-charset-072 Stylesheet encodings: ISO-8859-11 http http://www.w3.org/TR/CSS21/syndata.html#charset a7b8d3afe25b36b982e2a6f9b196b94320eb76bb `Ian Hickson`<mailto:ian@hixie.ch>
|
|
at-charset-073 Stylesheet encodings: ISO-8859-5 http http://www.w3.org/TR/CSS21/syndata.html#charset 289ef644ec3bf0132eed7b3f6afa552722afbf80 `Ian Hickson`<mailto:ian@hixie.ch>
|
|
at-charset-074 Stylesheet encodings: ISO-8859-6 http http://www.w3.org/TR/CSS21/syndata.html#charset 39d34bf2bd1a548f6df57d9a5c11d6de9d08c643 `Ian Hickson`<mailto:ian@hixie.ch>
|
|
at-charset-075 Stylesheet encodings: ISO-8859-7 http http://www.w3.org/TR/CSS21/syndata.html#charset b4c3bb5aa7bedab2251e7ca17efa80d05ac2f7a0 `Ian Hickson`<mailto:ian@hixie.ch>
|
|
at-charset-076 Stylesheet encodings: ISO-8859-8 http http://www.w3.org/TR/CSS21/syndata.html#charset 6fcb5909b0055257d8c77e3a056e989ff360dd2c `Ian Hickson`<mailto:ian@hixie.ch>
|
|
at-charset-077 Stylesheet encodings: KOI8-R http http://www.w3.org/TR/CSS21/syndata.html#charset 8d7cc8b4c7fb8cf68f3e923572a79c2644e7fadb `Ian Hickson`<mailto:ian@hixie.ch>
|
|
at-charset-quotes-001 reference/at-charset-ref @charset quotes http://www.w3.org/TR/CSS21/syndata.html#charset d2a6bcd603dfa2cd437e1470c9c187efe2759f7c `Boris Zbarsky`<mailto:bzbarsky@mit.edu>,`Mozilla Corporation`<http://mozilla.com/>
|
|
at-charset-space-001 reference/at-charset-ref @charset leading-space http://www.w3.org/TR/CSS21/syndata.html#charset 205c0029324ad9443dbe5f24a8e60ba67929e6ce `Boris Zbarsky`<mailto:bzbarsky@mit.edu>,`Mozilla Corporation`<http://mozilla.com/>
|
|
at-charset-space-002 reference/at-charset-ref @charset trailing-space http://www.w3.org/TR/CSS21/syndata.html#charset c4dc14c27e719d3f70e36335cad190ae5f939b1c `Boris Zbarsky`<mailto:bzbarsky@mit.edu>,`Mozilla Corporation`<http://mozilla.com/>
|
|
at-charset-utf16-be-001 reference/at-charset-ref @charset utf-16-be-no-bom http://www.w3.org/TR/CSS21/syndata.html#charset 0cb9af52f29a1c68b9e34b1b7e091540a99a15bf `Boris Zbarsky`<mailto:bzbarsky@mit.edu>,`Mozilla Corporation`<http://mozilla.com/>
|
|
at-charset-utf16-be-002 reference/at-charset-ref @charset utf-16-be-bom http://www.w3.org/TR/CSS21/syndata.html#charset f63d110208418e7a5f6d69f27592e7c9fa5e09ad `Boris Zbarsky`<mailto:bzbarsky@mit.edu>,`Mozilla Corporation`<http://mozilla.com/>
|
|
at-charset-utf16-be-003 reference/at-charset-ref @charset utf-16-bom-be http://www.w3.org/TR/CSS21/syndata.html#charset 4ae337e5b763e51bdc32f728f350628fbe6c9a1c `Boris Zbarsky`<mailto:bzbarsky@mit.edu>,`Mozilla Corporation`<http://mozilla.com/>
|
|
at-charset-utf16-le-001 reference/at-charset-ref @charset utf-16-le-no-bom http://www.w3.org/TR/CSS21/syndata.html#charset e2f05fbffbb8f26998395fb1e0196fed77e208ae `Boris Zbarsky`<mailto:bzbarsky@mit.edu>,`Mozilla Corporation`<http://mozilla.com/>
|
|
at-charset-utf16-le-002 reference/at-charset-ref @charset utf-16-le-bom http://www.w3.org/TR/CSS21/syndata.html#charset 6d30a0be02340cb1a986c929c1bfd5d429ef28b9 `Boris Zbarsky`<mailto:bzbarsky@mit.edu>,`Mozilla Corporation`<http://mozilla.com/>
|
|
at-charset-utf16-le-003 reference/at-charset-ref @charset utf-16-bom-le http://www.w3.org/TR/CSS21/syndata.html#charset a87cf6ef37d0c8fa304e238cb3f21a233fa785e5 `Boris Zbarsky`<mailto:bzbarsky@mit.edu>,`Mozilla Corporation`<http://mozilla.com/>
|
|
at-import-001 @import not as the first declaration http://www.w3.org/TR/CSS21/cascade.html 7df0f1fcb440dc905768cf5e0ab86f21f1ab982d `Microsoft`<http://www.microsoft.com/> An @import is ignored if it is not the first statement in a style block.
|
|
at-import-002 Importing external stylesheets with @import http://www.w3.org/TR/CSS21/cascade.html f1832275cac8af34e655fcb67216bf6c7df99641 `Microsoft`<http://www.microsoft.com/> An @import used to import external stylesheets.
|
|
at-import-003 Importing styles using @import with a string http://www.w3.org/TR/CSS21/cascade.html 83f00621af04f472835eae573244fb951ecdb0aa `Microsoft`<http://www.microsoft.com/> An @import used with just a string is interpreted as if it had url(...) around it.
|
|
at-import-004 Media dependency on @import set to 'print' http://www.w3.org/TR/CSS21/cascade.html 0b4e37b9723726cea0d555fb09a6a441b5d1fd14 `Microsoft`<http://www.microsoft.com/> Specifying a media-dependency of print does not apply rules to the user agent display.
|
|
at-import-005 Media dependency on @import set to 'all' http://www.w3.org/TR/CSS21/cascade.html 1bfd45801bbcba7ef1c757c20976a14b4f213385 `Microsoft`<http://www.microsoft.com/> Specifying the media-dependency of 'all' applies to all media types including user agent display.
|
|
at-import-006 Media dependency on @import set to 'screen' http://www.w3.org/TR/CSS21/cascade.html 74a3378e4391b0e397bf69fe19a1b57d631dd7e8 `Microsoft`<http://www.microsoft.com/> Specifying the media-dependent import rules to 'screen' applies to user agent display.
|
|
at-import-007 @import with @charset http://www.w3.org/TR/CSS21/cascade.html 41f8b9f62141cf1261f2ab55049276530432baf8 `Microsoft`<http://www.microsoft.com/> An @import is valid after @charset.
|
|
at-import-008 @import - media-dependence paged http://www.w3.org/TR/CSS21/cascade.html#at-import 9bcf440f20110a66791d0b3bcd4bc00a6eae5756 `Gérard Talbot`<http://www.gtalbot.org/BrowserBugsSection/css21testsuite/> Media-dependent @import rules
|
|
at-import-009 @import following a known but invalid @rule invalid http://www.w3.org/TR/CSS21/syndata.html#at-rules e5b371c428e39fcd01cc210d14ae42d75c979874 `Elika J. Etemad`<http://fantasai.inkedblade.net/contact> @import is respected after known but ignored @rule.
|
|
at-import-010 @import following an invalid selector invalid http://www.w3.org/TR/CSS21/syndata.html#at-rules 3476b51cad2b67fe1ebc65f740baeb4b1a58ac4e `Elika J. Etemad`<http://fantasai.inkedblade.net/contact> @import is respected after invalid (ignored) rule set
|
|
at-import-011 @import following garbage invalid http://www.w3.org/TR/CSS21/syndata.html#at-rules d1f428ce5248d4730cef02125a4e4273a8dcf341 `Elika J. Etemad`<http://fantasai.inkedblade.net/contact> @import is parsed as part of invalid ruleset after garbage.
|
|
at-keywords-000 At-rules http://www.w3.org/TR/CSS21/syndata.html#at-rules 5eda5f94a2ee1eeef4f77493b4416c06806bfcf2 `L. David Baron`<http://dbaron.org/>
|
|
at-keywords-001 At-rules http://www.w3.org/TR/CSS21/syndata.html#at-rules e7dc5faae9094132f6b569a384c82a4228475a94 `L. David Baron`<http://dbaron.org/>
|
|
at-keywords-002 At-rules invalid http://www.w3.org/TR/CSS21/syndata.html#at-rules 0580cb5283ec9a7d9a8c8acbefd83d277ac4c37b `L. David Baron`<http://dbaron.org/>
|
|
at-page-rule-001 Ignoring at-rules inside declaration blocks invalid,paged http://www.w3.org/TR/CSS21/page.html#page-box 465e1ba919d503e73e78ce261f350bcba2be8a42 `Elika J. Etemad`<http://fantasai.inkedblade.net/contact> At-rules inside @page blocks are parsed as invalid at-rule statements.
|
|
at-page-rule-002-a @page margins on top and right using percentages paged http://www.w3.org/TR/CSS21/page.html#page-margins,http://www.w3.org/TR/css3-page/#page-properties,http://www.w3.org/TR/css3-page/#page-box-page-rule 289e15dd0ad1b2e798302b4a25f28260f167d2e7 `Tom Clancy`<mailto:tclancy@revenution.com> A percentage right margin in the @page context applies to the page box and is relative to the width of the page box. A percentage top margin in the @page context applies to the page box and is relative to the height of the page box.
|
|
at-page-rule-002-b @page margins shorthand using fixed physical units paged http://www.w3.org/TR/CSS21/page.html#page-margins,http://www.w3.org/TR/css3-page/#page-properties,http://www.w3.org/TR/css3-page/#page-box-page-rule 8563c04d9a46f9b8baf5e16fa5ecbcd44ec56fdb `Tom Clancy`<mailto:tclancy@revenution.com> A margin declaration within the @page context applies to the page box.
|
|
at-page-rule-002-c Page Margins: bottom and left (percent) paged http://www.w3.org/TR/CSS21/page.html#page-margins,http://www.w3.org/TR/css3-page/#page-properties,http://www.w3.org/TR/css3-page/#page-box-page-rule 55b83934557facf65114c80b08dd01a2c275d713 `Tom Clancy`<mailto:tclancy@revenution.com> A margin declaration within the @page context applies to the page box. Percentage values on right and left margins are relative to the page box width. Percentage values on top and bottom margins are relative to the page box height.
|
|
at-rule-001 Parser error handling with invalid at-rules: @ invalid selector invalid http://www.w3.org/TR/CSS21/syndata.html#parsing-errors ff24cd2b068c5761868ab0d8a8ee6bfee9d51cd3 `Microsoft`<http://www.microsoft.com/> At-Rules start with an at-keyword (@ followed immediately by an identifier).
|
|
at-rule-002 Parsing of invalid @rules invalid http://www.w3.org/TR/CSS21/syndata.html#parsing-errors 1368d169b020bd35d1e2b1f6d409bc42a9e4fbbf `Microsoft`<http://www.microsoft.com/> An at-rule consists of everything up to and including the next semi-colon or the next block.
|
|
at-rule-003 Parsing of invalid @rules with blocks invalid http://www.w3.org/TR/CSS21/syndata.html#parsing-errors fb767f3cf7ae4663af0ae38320db8816b6ca08c2 `Microsoft`<http://www.microsoft.com/> An at-rule consists of everything up to and including the next semi-colon or the next block.
|
|
at-rule-004 @import inside block invalid http://www.w3.org/TR/CSS21/syndata.html#parsing-errors 0f7e42f2cacbf8620a0805e0f3d4d60011115ded `Microsoft`<http://www.microsoft.com/> @import is ignored if inside a block.
|
|
at-rule-005 @import following @charset invalid http://www.w3.org/TR/CSS21/syndata.html#parsing-errors 35376823bf8a1c03ec59c49442c2471e7bb6f301 `Microsoft`<http://www.microsoft.com/> @import is ignored if inside a block or after any valid statement except @charset.
|
|
at-rule-006 @import following valid statements invalid http://www.w3.org/TR/CSS21/syndata.html#parsing-errors 408bf1b022f9393e9aaadd61f833562d55976318 `Microsoft`<http://www.microsoft.com/> @import is ignored if after any valid statement except @charset.
|
|
at-rule-007 @import following an invalid statement invalid http://www.w3.org/TR/CSS21/syndata.html#parsing-errors e98725e32c578c7d6436f411e44757ec51356abc `Microsoft`<http://www.microsoft.com/> @import is ignored if inside a block or after any valid statement except @charset.
|
|
at-rule-008 @import following a bad @rule invalid http://www.w3.org/TR/CSS21/syndata.html#parsing-errors 44e6aeebbdef5204410e5411063e9f6f41b85bd4 `Microsoft`<http://www.microsoft.com/> @import is ignored after invalid @rule.
|
|
at-rule-009 @import after a bad selector and rule block invalid http://www.w3.org/TR/CSS21/syndata.html#parsing-errors 562418dc677d20a595e913400435a75e48af0d8d `Microsoft`<http://www.microsoft.com/> @import is not ignored if after bad selector.
|
|
at-rule-010 @rules and white space http://www.w3.org/TR/CSS21/syndata.html#parsing-errors 98e3134f0aa10aba8a16e9091cc0c2601a3107ca `Microsoft`<http://www.microsoft.com/> White space does not affect the validity of @rules.
|
|
at-rule-011 Parser error handling with invalid at-rules: @ invalid selector with a number invalid http://www.w3.org/TR/CSS21/syndata.html#parsing-errors 15cd99b028e4392206b77780b1c74cded25334ce `Microsoft`<http://www.microsoft.com/> At-Rules are ignored if they start with an at-keyword (@ followed immediately by an identifier).
|
|
at-rule-012 Parser error handling with invalid at-rules: @ invalid selector with a hyphen invalid http://www.w3.org/TR/CSS21/syndata.html#parsing-errors 58f89f0715125a09c660260bc7d602a9ccaa0ad3 `Microsoft`<http://www.microsoft.com/> At-Rules are ignored it they start with an at-keyword (@ followed immediately by an identifier).
|
|
at-rule-013 Ignoring at-rules inside @media blocks invalid http://www.w3.org/TR/CSS21/syndata.html#parsing-errors,http://www.w3.org/TR/CSS21/media.html#at-media-rule 083b2615b3c7341449003ddb25e16568469b41f1 `Elika J. Etemad`<http://fantasai.inkedblade.net/contact> At-rules inside @media blocks are ignored up to up to the end of the block that contains the invalid at-keyword, or up to and including the next semicolon (;) or up to and including the next block ({...}), whichever comes first.
|
|
at-rules-000 At-rules invalid http://www.w3.org/TR/CSS21/syndata.html#at-rules 388e50ee967950d94b95d276821640c176205f98 `L. David Baron`<http://dbaron.org/>
|
|
at-rules-001 At-rules http://www.w3.org/TR/CSS21/syndata.html#at-rules 341edab45d3db82aed036da1c86b203571ebffb6 `L. David Baron`<http://dbaron.org/>
|
|
at-rules-002 At-rules http://www.w3.org/TR/CSS21/syndata.html#at-rules f7a6af678780077a42a8dbdd71771d2de5e8a9ca `L. David Baron`<http://dbaron.org/>
|
|
at-rules-003 At-rules http://www.w3.org/TR/CSS21/syndata.html#at-rules 8e742cc25254b207855d9662d23cd67eee2ac7c5 `L. David Baron`<http://dbaron.org/>
|
|
at-rules-004 At-rules http://www.w3.org/TR/CSS21/syndata.html#at-rules 3a1d380dbae263b2ba3cde60d82930752ee39951 `L. David Baron`<http://dbaron.org/>
|
|
attribute-000 Selectors: Attribute selectors: Generic match http://www.w3.org/TR/CSS21/selector.html#attribute-selectors 08f54a50e049cfda5273d6db76eeca9d63196de9 `Gabriele Romanato`<mailto:gabriele.romanato@gmail.com> Browsers should apply each rule to the elements with the specified attribute, disregarding its value
|
|
attribute-001 Selectors: Attribute selectors: Generic match with the universal selector http://www.w3.org/TR/CSS21/selector.html#attribute-selectors 4ae0bd0b643dbcd7426ae9d12cf7802c93ae5000 `Gabriele Romanato`<mailto:gabriele.romanato@gmail.com> Browsers should apply each rule to the elements with the specified attribute, disregarding its value
|
|
attribute-002 Selectors: Attribute selectors: Exact match http://www.w3.org/TR/CSS21/selector.html#attribute-selectors 6eeb58ea6dc60ff14519333d25876f24c3776a0a `Gabriele Romanato`<mailto:gabriele.romanato@gmail.com> Browsers should apply each rule to the elements with the specified attribute and the specified value
|
|
attribute-003 Selectors: Attribute selectors: Exact match with the universal selector http://www.w3.org/TR/CSS21/selector.html#attribute-selectors 707fd928c57cf13f0b4e2ebaefcc04e5bec08bef `Gabriele Romanato`<mailto:gabriele.romanato@gmail.com> Browsers should apply each rule to the elements with the specified attribute and the specified value
|
|
attribute-004 Selectors: Attribute selectors: Partial match http://www.w3.org/TR/CSS21/selector.html#attribute-selectors 37ab3bde181aaa73dfb90a156640c3b41fc34ff5 `Gabriele Romanato`<mailto:gabriele.romanato@gmail.com> Browsers should apply each rule to the elements with one of the values separated by a space
|
|
attribute-005 Selectors: Attribute selectors: Partial match with the universal selector http://www.w3.org/TR/CSS21/selector.html#attribute-selectors 9d3eb9bd0742363884fe1ef0692a1ffb8a3a85c7 `Gabriele Romanato`<mailto:gabriele.romanato@gmail.com> Browsers should apply each rule to the elements with one of the values separated by a space
|
|
attribute-006 Selectors: Attribute selectors: Substring matching http://www.w3.org/TR/CSS21/selector.html#attribute-selectors 7a4b4c865c337a99e63db9b6d4d7ea99151a8548 `Gabriele Romanato`<mailto:gabriele.romanato@gmail.com> Browsers should apply each rule to the elements which have an hyphen-separated list of attribute values
|
|
attribute-007 Selectors: Attribute selectors: Substring matching with the universal selector http://www.w3.org/TR/CSS21/selector.html#attribute-selectors ab89af4aeef715d8613fc069feca8777e98ffac0 `Gabriele Romanato`<mailto:gabriele.romanato@gmail.com> Browsers should apply each rule to the elements which have an hyphen-separated list of attribute values
|
|
attribute-selector-001 ID selector without value and no matching element http://www.w3.org/TR/CSS21/selector.html#attribute-selectors 2d4c3872a1ac2369441768b554453521da390620 `Microsoft`<http://www.microsoft.com/> Attribute selector without a value matches any element which has that attribute set.
|
|
attribute-selector-002 Attribute selector without value http://www.w3.org/TR/CSS21/selector.html#attribute-selectors 902a6a21b43bcb05554a77ef3b038f21d06aefbc `Microsoft`<http://www.microsoft.com/> Attribute selector without a value matches any element which has that attribute set.
|
|
attribute-token-selector-002 [attr~=""]Attribute Selectors with Empty String Values http://www.w3.org/TR/CSS21/syndata.html#tokenization 4fed5b2bfee5d177247a5213af1def02c6066016 `Elika J. Etemad`<http://fantasai.inkedblade.net/> [attr~=''] is valid but matches nothing.
|
|
attribute-value-selector-001 Attribute selector matching value http://www.w3.org/TR/CSS21/selector.html#attribute-selectors 5c12dacb95ba85424309f59e8355e56217f96b2f `Microsoft`<http://www.microsoft.com/> Selector matches attribute with specific value.
|
|
attribute-value-selector-002 Attribute selector matching value in hyphenated list http://www.w3.org/TR/CSS21/selector.html#attribute-selectors b6151b834ce6a9223c730d3f9ed09a2eec1497db `Microsoft`<http://www.microsoft.com/> Selector matches attributes with specific value in a hyphen-separated list.
|
|
attribute-value-selector-003 Attribute selector matching value in list http://www.w3.org/TR/CSS21/selector.html#attribute-selectors 97394b2c006c24adcc15fda9042a154f051c936b `Microsoft`<http://www.microsoft.com/> Selector matches attribute with specific value in a space-separated list.
|
|
attribute-value-selector-004 Numeric attributes invalid http://www.w3.org/TR/CSS21/selector.html#attribute-selectors 80e13714b32534acb0b21ee4eb259afe740fa8a1 `Microsoft`<http://www.microsoft.com/> Attributes cannot begin with numerals.
|
|
attribute-value-selector-005 Case sensitivity of attributes and attribute values in HTML 4.01 HTMLonly http://www.w3.org/TR/CSS21/selector.html#attribute-selectors 530f0e7036cc729c16185f70aa8edd75beff27d8 `Microsoft`<http://www.microsoft.com/> HTML 4.01 attribute names are not case sensitive.
|
|
attribute-value-selector-006 Multiple and repeating attributes http://www.w3.org/TR/CSS21/selector.html#attribute-selectors 4b0749e7be1194c76cace63ea5280fd6e8a9b40c `Microsoft`<http://www.microsoft.com/> Multiple attribute selectors can be used to refer to several attributes of an element, or even several times to the same attribute.
|
|
attribute-value-selector-007 lang attribute selector - att=val HTMLonly http://www.w3.org/TR/CSS21/selector.html#attribute-selectors 6f5d6ff9dde875550c4e074a5285ca28125e2a66 `Richard Ishida`<mailto:ishida@w3.org>,`Eira Monstad, Opera Software ASA`<mailto:public-testsuites@opera.com> lang attribute selector with att=val in HTML should not be case sensitive, and should only match when att is exactly val
|
|
attribute-value-selector-008 attribute selector - att=val nonHTML http://www.w3.org/TR/CSS21/selector.html#attribute-selectors 9d082415abea9e4e16ed4d086292e44b3ff83f3c `Richard Ishida`<mailto:ishida@w3.org>,`Eira Monstad, Opera Software ASA`<mailto:public-testsuites@opera.com> attribute selector with att=val in XHTML should be case sensitive, and should only match when att is exactly val
|
|
attribute-value-selector-009 lang attribute selector - att |= val nonHTML http://www.w3.org/TR/CSS21/selector.html#attribute-selectors 85fc1389f3a103c42fc982af1b3063fb054325a0 `Richard Ishida`<mailto:ishida@w3.org>,`Eira Monstad, Opera Software ASA`<mailto:public-testsuites@opera.com> lang attribute selector with 'att |= val' in XHTML should be case sensitive, and match hyphen-separated list
|
|
attribute-value-selector-010 lang attribute selector - att |= val HTMLonly http://www.w3.org/TR/CSS21/selector.html#attribute-selectors 050c14345f73782940485c6098cfe8aa886645bc `Richard Ishida`<mailto:ishida@w3.org>,`Eira Monstad, Opera Software ASA`<mailto:public-testsuites@opera.com> lang attribute selector with 'att |= val' in HTML should not be case sensitive, and match hyphen-separated list
|
|
background-001 reference/background-001-ref Background with color http://www.w3.org/TR/CSS21/colors.html#propdef-background,http://www.w3.org/TR/CSS21/colors.html#background-properties,http://www.w3.org/TR/css3-background/#the-background 3dd2f2ebcf82520953f31d00f243c309e9b005f9 `Microsoft`<http://www.microsoft.com/> Background with color only sets the background of the element to the color specified.
|
|
background-002 reference/background-001-ref Background with an image image http://www.w3.org/TR/CSS21/colors.html#propdef-background,http://www.w3.org/TR/CSS21/colors.html#background-properties,http://www.w3.org/TR/css3-background/#the-background 42b9cd53f06b23fbd5efb5774fb90cf6937cece9 `Microsoft`<http://www.microsoft.com/> Background with image only sets the background of the element to the image specified.
|
|
background-003 reference/background-003-ref Background with repeat image http://www.w3.org/TR/CSS21/colors.html#propdef-background,http://www.w3.org/TR/CSS21/colors.html#background-properties,http://www.w3.org/TR/css3-background/#the-background-repeat 078b26cedc73d69fe8763d4a736bce0c87ad202b `Microsoft`<http://www.microsoft.com/> Background shorthand with repeat only sets its background-repeat subproperty. In such case, the other background subproperties are set to their initial values: 'background-image' is set to 'none', 'background-color' is set to transparent, 'background-attachment' is set to 'scroll', 'background-position' is set to '0% 0%'.
|
|
background-004 reference/ref-nothing-below Background with attachment http://www.w3.org/TR/CSS21/colors.html#propdef-background,http://www.w3.org/TR/CSS21/colors.html#background-properties,http://www.w3.org/TR/css3-background/#the-background-attachment fba9ad267b7552f08d2dc510ff2cb79b73e425c7 `Microsoft`<http://www.microsoft.com/> Background shorthand with attachment only sets its background-attachment subproperty. In such case, the other background subproperties are set to their initial values: 'background-image' is set to 'none', 'background-color' is set to transparent, 'background-repeat' is set to 'repeat', 'background-position' is set to '0% 0%.
|
|
background-005 reference/ref-nothing-below Background with position http://www.w3.org/TR/CSS21/colors.html#propdef-background,http://www.w3.org/TR/CSS21/colors.html#background-properties,http://www.w3.org/TR/css3-background/#the-background-attachment 72e1d43a284c8ec317333e25acced9abe506ff77 `Microsoft`<http://www.microsoft.com/> Background shorthand with position only sets its background-position subproperty. In such case, the other background subproperties are set to their initial values: 'background-image' is set to 'none', 'background-color' is set to transparent, 'background-repeat' is set to 'repeat', 'background-attchment' is set to 'scroll'.
|
|
background-006 reference/background-001-ref Background with (color image) image http://www.w3.org/TR/CSS21/colors.html#propdef-background,http://www.w3.org/TR/CSS21/colors.html#background-properties,http://www.w3.org/TR/css3-background/#background-image db880a0f18b0ce024ad30bfe01bdb06c2c9b1923 `Microsoft`<http://www.microsoft.com/> Background with (color image) sets the background of the element to the color specified (not shown) and places the image in its initial position.
|
|
background-006a Background-image - color visible in transparent parts of image image http://www.w3.org/TR/CSS21/colors.html#background-properties 3e22e863de20877abbb39cdbaff453868e0a6341 `Gérard Talbot`<http://www.gtalbot.org/BrowserBugsSection/css21testsuite/> A 'background-image' is rendered on top of 'background-color'. Therefore, the background-color (blue in this test) should be visible in the transparent parts of a background-image (orange text).
|
|
background-007 reference/background-001-ref Background with (color repeat) http://www.w3.org/TR/CSS21/colors.html#propdef-background,http://www.w3.org/TR/CSS21/colors.html#background-properties,http://www.w3.org/TR/css3-background/#the-background-repeat 63c0c0d7faf9ec8b2cdc654034cc7b5df5f2fbb3 `Microsoft`<http://www.microsoft.com/> Background with (color repeat) sets the background of the element to the color specified. Repeat does nothing since there is no image.
|
|
background-008 reference/background-001-ref Background with (color attachment) http://www.w3.org/TR/CSS21/colors.html#propdef-background,http://www.w3.org/TR/CSS21/colors.html#background-properties,http://www.w3.org/TR/css3-background/#the-background-attachment 7ece72c63d552fbf62543671652e6179c13335b2 `Microsoft`<http://www.microsoft.com/> Background with (color attachment) sets the background of the element to the color specified. Attachment does nothing since image is not set.
|
|
background-009 reference/background-001-ref Background with (color position) http://www.w3.org/TR/CSS21/colors.html#propdef-background,http://www.w3.org/TR/CSS21/colors.html#background-properties,http://www.w3.org/TR/css3-background/#background-position 7a56ab7975289ecc9434ed224b5d5d898d48ba34 `Microsoft`<http://www.microsoft.com/> Background with (color position) sets the background of the element to the color specified. Position does nothing since image is not set.
|
|
background-010 reference/background-001-ref Background with (image color) image http://www.w3.org/TR/CSS21/colors.html#propdef-background,http://www.w3.org/TR/CSS21/colors.html#background-properties,http://www.w3.org/TR/css3-background/#layering a5640d047432369eb715d51bf885c9f8e559c15c `Microsoft`<http://www.microsoft.com/> Background with (image color) sets the background of the element to the color specified (not shown) and tiles the image across the background.
|
|
background-011 Background with (image repeat) image http://www.w3.org/TR/CSS21/colors.html#propdef-background,http://www.w3.org/TR/CSS21/colors.html#background-properties,http://www.w3.org/TR/css3-background/#the-background-repeat 97ba6ea3c4851a371c85b160c38d237cccc1d953 `Microsoft`<http://www.microsoft.com/> Background with (image repeat) sets the background to the image specified, tiling it to cover the full width, but not height.
|
|
background-012 Background with (image attachment) image,interact http://www.w3.org/TR/CSS21/colors.html#propdef-background,http://www.w3.org/TR/CSS21/colors.html#background-properties,http://www.w3.org/TR/css3-background/#the-background-attachment 2304492801da8a282259720c8c306946fbe8bd0e `Microsoft`<http://www.microsoft.com/> Background with (image attachment) sets the background to the image specified, tiling it to cover the full area, and the background scrolls with the box.
|
|
background-013 Background with (image position) image http://www.w3.org/TR/CSS21/colors.html#propdef-background,http://www.w3.org/TR/CSS21/colors.html#background-properties,http://www.w3.org/TR/css3-background/#the-background-position a271db424ffe67c097aaac1693fa41f4ab5e634b `Microsoft`<http://www.microsoft.com/> Background with (image position) sets the background to the image specified,, tiling it to cover the full area from the position specified.
|
|
background-014 reference/background-001-ref Background with (repeat color) http://www.w3.org/TR/CSS21/colors.html#propdef-background,http://www.w3.org/TR/CSS21/colors.html#background-properties,http://www.w3.org/TR/css3-background/#the-background-repeat 5e684b3834aa89ca3430c6e89c5130bfc9758c46 `Microsoft`<http://www.microsoft.com/> Background with (repeat color) sets the background of the element to the color specified. Repeat does nothing since there is no image.
|
|
background-015 Background with (repeat image) image http://www.w3.org/TR/CSS21/colors.html#propdef-background,http://www.w3.org/TR/CSS21/colors.html#background-properties,http://www.w3.org/TR/css3-background/#the-background-repeat 6957409c1eae7adc4c3e9d8185b0671740332f4f `Microsoft`<http://www.microsoft.com/> Background with (repeat image) sets the background to the image specified, tiling it to cover the full width, but not height.
|
|
background-016 reference/ref-nothing-below Background with (repeat attachment) http://www.w3.org/TR/CSS21/colors.html#propdef-background,http://www.w3.org/TR/CSS21/colors.html#background-properties,http://www.w3.org/TR/css3-background/#the-background-repeat,http://www.w3.org/TR/css3-background/#the-background-attachment dfd6c10e66859b726df05b86af7ebe4364b5a088 `Microsoft`<http://www.microsoft.com/> Background with (repeat attachment) does not affect the background since image is not set.
|
|
background-017 reference/ref-nothing-below Background with (repeat position) http://www.w3.org/TR/CSS21/colors.html#propdef-background,http://www.w3.org/TR/CSS21/colors.html#background-properties,http://www.w3.org/TR/css3-background/#the-background-repeat cf6e74f495dca617b8216923c03c77f850bd9cee `Microsoft`<http://www.microsoft.com/> Background with (repeat position) does not affect the background since image is not set.
|
|
background-018 reference/background-001-ref Background with (attachment color) http://www.w3.org/TR/CSS21/colors.html#propdef-background,http://www.w3.org/TR/CSS21/colors.html#background-properties,http://www.w3.org/TR/css3-background/#the-background-attachment 23f1cce2f258c6b12dd0408de82dd3a2bfc197dc `Microsoft`<http://www.microsoft.com/> Background with (attachment color) sets the background of the element to the color specified. Attachment does nothing since there is no image.
|
|
background-019 Background with (attachment image) image,interact http://www.w3.org/TR/CSS21/colors.html#propdef-background,http://www.w3.org/TR/CSS21/colors.html#background-properties,http://www.w3.org/TR/css3-background/#the-background-attachment 7c1fbd04d61fe0b68336d92769d3b7e25e7ab020 `Microsoft`<http://www.microsoft.com/> Background with (attachment image) sets the background to the image specified, tiling it to cover the full area, and the background scrolls with the box.
|
|
background-020 reference/ref-nothing-below Background with (attachment repeat) http://www.w3.org/TR/CSS21/colors.html#propdef-background,http://www.w3.org/TR/CSS21/colors.html#background-properties,http://www.w3.org/TR/css3-background/#the-background-attachment e2d3c4eb70e65bf35a696c5a7b68aa39341bde84 `Microsoft`<http://www.microsoft.com/> Background with (attachment repeat) does not affect the background since image is not set.
|
|
background-021 reference/ref-nothing-below Background with (attachment position) http://www.w3.org/TR/CSS21/colors.html#propdef-background,http://www.w3.org/TR/CSS21/colors.html#background-properties,http://www.w3.org/TR/css3-background/#the-background-attachment 43796f5ca415eec0182829d9afb8f702515f89ba `Microsoft`<http://www.microsoft.com/> Background with (attachment position) does not affect the background since image is not set.
|
|
background-022 reference/background-001-ref Background with (position color) http://www.w3.org/TR/CSS21/colors.html#propdef-background,http://www.w3.org/TR/CSS21/colors.html#background-properties,http://www.w3.org/TR/css3-background/#the-background-position a29e7ba13520d09e57bc6db09dd94d18788a0acb `Microsoft`<http://www.microsoft.com/> Background with (position color) sets the background of the element to the color specified. Position does nothing since there is no image.
|
|
background-023 Background with (position image) image http://www.w3.org/TR/CSS21/colors.html#propdef-background,http://www.w3.org/TR/CSS21/colors.html#background-properties,http://www.w3.org/TR/css3-background/#the-background-position 5ae042e769cf1bc1f02416f0b2589793991381b2 `Microsoft`<http://www.microsoft.com/> Background with (position image) sets the background to the image specified, tiling it to cover the full area from the position specified.
|
|
background-024 reference/ref-nothing-below Background with (position repeat) http://www.w3.org/TR/CSS21/colors.html#propdef-background,http://www.w3.org/TR/CSS21/colors.html#background-properties,http://www.w3.org/TR/css3-background/#the-background-position c0d5211b818d5d0933d916caefee757235e134cd `Microsoft`<http://www.microsoft.com/> Background with (position repeat) does not affect the background since image is not set.
|
|
background-025 reference/ref-nothing-below Background with (position attachment) http://www.w3.org/TR/CSS21/colors.html#propdef-background,http://www.w3.org/TR/CSS21/colors.html#background-properties,http://www.w3.org/TR/css3-background/#the-background-attachment 778045011451f92471de1eba022d626985ed7a28 `Microsoft`<http://www.microsoft.com/> Background with (position attachment does not affect the background since image is not set.
|
|
background-026 reference/background-026-ref Background with (color image repeat) image http://www.w3.org/TR/CSS21/colors.html#propdef-background,http://www.w3.org/TR/CSS21/colors.html#background-properties 6f34c1dd3a7be80b2267a1fde04d34a6b34ec281 `Microsoft`<http://www.microsoft.com/> Background with (color image repeat) sets the background of the element to the color specified and places the image in its initial position repeating across the x-axis.
|
|
background-027 Background with (color image attachment) image,interact http://www.w3.org/TR/CSS21/colors.html#propdef-background,http://www.w3.org/TR/CSS21/colors.html#background-properties 9eab5ee199afe1be88f3b38522b19ad6eef43fdc `Microsoft`<http://www.microsoft.com/> Background with (color image attachment) sets the background to the image specified, repeated due to initial repeat value, and the image does not 'scroll' within the box.
|
|
background-028 Background with (color image position) image http://www.w3.org/TR/CSS21/colors.html#propdef-background,http://www.w3.org/TR/CSS21/colors.html#background-properties 18138e2b4c3c9f7f1f064c12b1d54692c2ad0aa3 `Microsoft`<http://www.microsoft.com/> Background with (color image position) sets the background of the element to the image specified. Since the initial value for background-repeat is repeat the position designates where the image tiles from and color is completely overlapped by the placements of the image.
|
|
background-029 reference/background-026-ref Background with (color repeat image) image http://www.w3.org/TR/CSS21/colors.html#propdef-background,http://www.w3.org/TR/CSS21/colors.html#background-properties 37c832923ad41bab017d83b6bfdd1618e47203a5 `Microsoft`<http://www.microsoft.com/> Background with (color repeat image) sets the background of the element to the color specified and places the image in its initial position repeating across the x-axis.
|
|
background-030 reference/background-030-ref Background with (color repeat attachment) http://www.w3.org/TR/CSS21/colors.html#propdef-background,http://www.w3.org/TR/CSS21/colors.html#background-properties a3272c9adce219b9a45f44d016527b6da7b6dbe4 `Microsoft`<http://www.microsoft.com/> Background with (color repeat attachment) sets the background of the element to the color specified. Repeat and attachment only apply if image is set.
|
|
background-031 reference/background-030-ref Background with (color repeat position) http://www.w3.org/TR/CSS21/colors.html#propdef-background,http://www.w3.org/TR/CSS21/colors.html#background-properties a1a3590c3254fc60583afe58d99989f247cd8940 `Microsoft`<http://www.microsoft.com/> Background with (color repeat position) sets the background of the element to the color specified. Repeat and position do not apply since image was not set.
|
|
background-032 Background with (color attachment image) image,interact http://www.w3.org/TR/CSS21/colors.html#propdef-background,http://www.w3.org/TR/CSS21/colors.html#background-properties 371fe995bd1c940bdf6014b34ceda4f7909b28ef `Microsoft`<http://www.microsoft.com/> Background with (color attachment image) sets the background to the image specified, repeated, and the image does not 'scroll' within the box.
|
|
background-033 reference/background-030-ref Background with (color attachment repeat) http://www.w3.org/TR/CSS21/colors.html#propdef-background,http://www.w3.org/TR/CSS21/colors.html#background-properties a2020abbc4f2809305ec10c5ae9176370878f1f5 `Microsoft`<http://www.microsoft.com/> Background with (color attachment repeat) sets the background of the element to the color specified. Repeat and attachment only apply if image is set.
|
|
background-034 reference/background-030-ref Background with (color attachment position) http://www.w3.org/TR/CSS21/colors.html#propdef-background,http://www.w3.org/TR/CSS21/colors.html#background-properties c96b58c165649f89d46728c0e3581687549165c3 `Microsoft`<http://www.microsoft.com/> Background with (color attachment position) sets the background of the element to the color specified. Position, and attachment only apply if image is set.
|
|
background-035 Background with (color position image) image http://www.w3.org/TR/CSS21/colors.html#propdef-background,http://www.w3.org/TR/CSS21/colors.html#background-properties 21c460b0ae56ceaee2f6ee9b83010f5f5aad6503 `Microsoft`<http://www.microsoft.com/> Background with (color position image) sets the background of the element to the image specified. The background image will be positioned from the right and center of the document and repeat over the entire green background hiding the green background.
|
|
background-036 reference/background-030-ref Background with (color position repeat) http://www.w3.org/TR/CSS21/colors.html#propdef-background,http://www.w3.org/TR/CSS21/colors.html#background-properties 2fce178a2d05c52ed41d51b85a35374f55bfd69c `Microsoft`<http://www.microsoft.com/> Background with (color position repeat) sets the background of the element to the color specified. Repeat and position only apply if image is set.
|
|
background-037 reference/background-030-ref Background with (color position attachment) http://www.w3.org/TR/CSS21/colors.html#propdef-background,http://www.w3.org/TR/CSS21/colors.html#background-properties e13c8cf927102e667ba5b637e3cc4e98a7f21484 `Microsoft`<http://www.microsoft.com/> Background with (color position attachment) sets the background of the element to the color specified. Position and attachment only apply if image is set.
|
|
background-038 reference/background-026-ref Background with (image color repeat) image http://www.w3.org/TR/CSS21/colors.html#propdef-background,http://www.w3.org/TR/CSS21/colors.html#background-properties 55863f31550406c37a22cfd0afa3db54e5e4f514 `Microsoft`<http://www.microsoft.com/> Background with (image color repeat) sets the background of the element to the color specified and places the image in its initial position repeating across the x-axis.
|
|
background-039 Background with (image color attachment) image,interact http://www.w3.org/TR/CSS21/colors.html#propdef-background,http://www.w3.org/TR/CSS21/colors.html#background-properties 75a2f9e918906471aed6172b320235bb6e42d922 `Microsoft`<http://www.microsoft.com/> Background with (image color attachment) sets the background to the image specified, repeated, and the image does not 'scroll' within the box.
|
|
background-040 Background with (image color position) image http://www.w3.org/TR/CSS21/colors.html#propdef-background,http://www.w3.org/TR/CSS21/colors.html#background-properties d529bdb5419fa44f38ab954cdf1534592d67ec73 `Microsoft`<http://www.microsoft.com/> Background with (image color position) sets the background of the element to the image specified. The background image will be positioned from the right and center of the document and repeat over the entire green background hiding the green background.
|
|
background-041 reference/background-026-ref Background with (image repeat color) image http://www.w3.org/TR/CSS21/colors.html#propdef-background,http://www.w3.org/TR/CSS21/colors.html#background-properties 7f82ef6edd834142e018088b882d732d02ba8876 `Microsoft`<http://www.microsoft.com/> Background with (image repeat color) sets the background of the element to the color specified and places the image in its initial position repeating across the x-axis.
|
|
background-042 Background with (image repeat attachment) image,interact http://www.w3.org/TR/CSS21/colors.html#propdef-background,http://www.w3.org/TR/CSS21/colors.html#background-properties 483a5cc07c9887f5ba6d2682c3de2fe9da614df3 `Microsoft`<http://www.microsoft.com/> Background with (image repeat attachment) sets the background to the image specified, the image is repeated across the top, and scrolls with the box.
|
|
background-043 reference/background-043-ref Background with (image repeat position) image http://www.w3.org/TR/CSS21/colors.html#propdef-background,http://www.w3.org/TR/CSS21/colors.html#background-properties 4ce535186d078fd03ddc0740feb29b6b7c226ab5 `Microsoft`<http://www.microsoft.com/> Background with (repeat color position) sets the background to the image specified, repeated across the x-axis, and the image is positioned at the bottom.
|
|
background-044 Background with (image attachment color) image,interact http://www.w3.org/TR/CSS21/colors.html#propdef-background,http://www.w3.org/TR/CSS21/colors.html#background-properties 830c71007b115bef34354b76c526a6336d01089d `Microsoft`<http://www.microsoft.com/> Background with (image attachment color) sets the background to the image specified, repeated, and the image does not 'scroll' within the box.
|
|
background-045 Background with (image attachment repeat) image,interact http://www.w3.org/TR/CSS21/colors.html#propdef-background,http://www.w3.org/TR/CSS21/colors.html#background-properties 9b1e0362ab61aa01e4860dfddac8aac41f14cc85 `Microsoft`<http://www.microsoft.com/> Background with (image attachment repeat) sets the background to the image specified, the image is repeated across the top, and scrolls with the box.
|
|
background-046 Background with (image attachment position) image,interact http://www.w3.org/TR/CSS21/colors.html#propdef-background,http://www.w3.org/TR/CSS21/colors.html#background-properties fc1d5cc18b96d9c6d9d905708b394791b9683544 `Microsoft`<http://www.microsoft.com/> Background with (image attachment position) sets the background to the image specified, the image is positioned at the bottom, and scrolls with the box.
|
|
background-047 Background with (image position color) image http://www.w3.org/TR/CSS21/colors.html#propdef-background,http://www.w3.org/TR/CSS21/colors.html#background-properties 5403a47703eba9f3c6606ec0c6a97e62bd54b96f `Microsoft`<http://www.microsoft.com/> Background with (image position color) sets the background of the element to the image specified. Since the initial value for background-repeat is repeat the position and color declarations will have no effect.
|
|
background-048 reference/background-043-ref Background with (image position repeat) image http://www.w3.org/TR/CSS21/colors.html#propdef-background,http://www.w3.org/TR/CSS21/colors.html#background-properties 4f0bfb7cc35a82c4d5165e998c2f6cbebd62cd08 `Microsoft`<http://www.microsoft.com/> Background with (image position repeat) sets the background to the image specified, repeated across the x-axis, and the image is positioned at the bottom.
|
|
background-049 Background with (image position attachment) image,interact http://www.w3.org/TR/CSS21/colors.html#propdef-background,http://www.w3.org/TR/CSS21/colors.html#background-properties e42e31f10c997c4236729341deb5f0ac17ede9b5 `Microsoft`<http://www.microsoft.com/> Background with (image position attachment) sets the background to the image specified, the image is positioned at the bottom, and scrolls with the box.
|
|
background-050 reference/background-026-ref Background with (repeat color image) image http://www.w3.org/TR/CSS21/colors.html#propdef-background,http://www.w3.org/TR/CSS21/colors.html#background-properties 81156aaef36c3e8cfc6efd2142f0147eea3213b1 `Microsoft`<http://www.microsoft.com/> Background with (repeat color image) sets the background of the element to the color specified and places the image in its initial position repeating across the x-axis.
|
|
background-051 reference/background-030-ref Background with (repeat color attachment) http://www.w3.org/TR/CSS21/colors.html#propdef-background,http://www.w3.org/TR/CSS21/colors.html#background-properties 259264ee4c832b67ccdd70a15eb598e094874bd7 `Microsoft`<http://www.microsoft.com/> Background with (repeat color attachment) sets the background to the color specified. Repeat and attachment are ignored since image is not set.
|
|
background-052 reference/background-030-ref Background with (repeat color position) http://www.w3.org/TR/CSS21/colors.html#propdef-background,http://www.w3.org/TR/CSS21/colors.html#background-properties 01d0a380abe91b990cbf27cbf78434d6c47496cd `Microsoft`<http://www.microsoft.com/> Background with (repeat color position) sets the background to the color specified. Repeat and position are ignored since image is not set.
|
|
background-053 reference/background-026-ref Background with (repeat image color) image http://www.w3.org/TR/CSS21/colors.html#propdef-background,http://www.w3.org/TR/CSS21/colors.html#background-properties 4a535562acc1f2f35b50ae91e4c3aecf6c87b01c `Microsoft`<http://www.microsoft.com/> Background with (repeat image color) sets the background of the element to the color specified and places the image in its initial position repeating across the x-axis.
|
|
background-054 Background with (repeat image attachment) image,interact http://www.w3.org/TR/CSS21/colors.html#propdef-background,http://www.w3.org/TR/CSS21/colors.html#background-properties 3072589a58bac1474782cdec8a5ce8eeed605e5f `Microsoft`<http://www.microsoft.com/> Background with (repeat image attachment) sets the background to the image specified, the image is repeated across the top, and scrolls with the box.
|
|
background-055 reference/background-043-ref Background with (repeat image position) image http://www.w3.org/TR/CSS21/colors.html#propdef-background,http://www.w3.org/TR/CSS21/colors.html#background-properties d8cf05b8eff61346fb71f53138baed72797b941e `Microsoft`<http://www.microsoft.com/> Background with (repeat image position) sets the background to the image specified, repeated across the x-axis, and the image is positioned at the bottom.
|
|
background-056 reference/background-030-ref Background with (repeat attachment color) http://www.w3.org/TR/CSS21/colors.html#propdef-background,http://www.w3.org/TR/CSS21/colors.html#background-properties 3c012c8d1493825a25e049d7114fe4511564c72f `Microsoft`<http://www.microsoft.com/> Background with (repeat attachment color) sets the background to the color specified. Repeat and attachment are ignored since image is not set.
|
|
background-057 Background with (repeat attachment image) image,interact http://www.w3.org/TR/CSS21/colors.html#propdef-background,http://www.w3.org/TR/CSS21/colors.html#background-properties ed9ada194baf7abf2dae18af565e3e5ae29e24a0 `Microsoft`<http://www.microsoft.com/> Background with (repeat attachment image) sets the background to the image specified, the image is repeated across the top, and scrolls with the box.
|
|
background-058 reference/ref-nothing-below Background with (repeat attachment position) http://www.w3.org/TR/CSS21/colors.html#propdef-background,http://www.w3.org/TR/CSS21/colors.html#background-properties 18e94d643984597c4619a7a6e1f0341c9ca8f45f `Microsoft`<http://www.microsoft.com/> Background with (repeat attachment position) does not set anything on the background. Repeat, position and attachment are ignored since image is not set.
|
|
background-059 reference/background-030-ref Background with (repeat position color) http://www.w3.org/TR/CSS21/colors.html#propdef-background,http://www.w3.org/TR/CSS21/colors.html#background-properties 954b7ed873e99ea80650718c32d1e14fff3ceba9 `Microsoft`<http://www.microsoft.com/> Background with (repeat position color) sets the background to the color specified. Repeat and position are ignored since image is not set.
|
|
background-060 reference/background-043-ref Background with (repeat position image) image http://www.w3.org/TR/CSS21/colors.html#propdef-background,http://www.w3.org/TR/CSS21/colors.html#background-properties ff4ba746ea16af37ccef80a0d69c1c28edcf0ad7 `Microsoft`<http://www.microsoft.com/> Background with (repeat position image) sets the background to the image specified, repeated across the x-axis, and the image is positioned at the bottom.
|
|
background-061 reference/ref-nothing-below Background with (repeat position attachment) http://www.w3.org/TR/CSS21/colors.html#propdef-background,http://www.w3.org/TR/CSS21/colors.html#background-properties 891c7a871b7ab9b869a4ccdd2c82a8b8fad261d2 `Microsoft`<http://www.microsoft.com/> Background with (repeat position attachment) does not set anything on the background. Background repeat, position and attachment subproperties have no rendering effect in this test since background-image is not set.
|
|
background-062 Background with (attachment color image) image,interact http://www.w3.org/TR/CSS21/colors.html#propdef-background,http://www.w3.org/TR/CSS21/colors.html#background-properties 942ea825bb19ddb5e69d98fda1c24a2fcb9bd868 `Microsoft`<http://www.microsoft.com/> Background with (attachment color image) sets the background to the image specified, repeated, and the image does not 'scroll' within the box.
|
|
background-063 reference/background-030-ref Background with (attachment color repeat) http://www.w3.org/TR/CSS21/colors.html#propdef-background,http://www.w3.org/TR/CSS21/colors.html#background-properties 299d372e8755b3d9af8b7af382e7b75320821efd `Microsoft`<http://www.microsoft.com/> Background with (attachment color repeat sets the background to the color specified. Background repeat and attachment subproperties have no rendering effect in this test since background-image is not set.
|
|
background-064 reference/background-030-ref Background with (attachment color position) http://www.w3.org/TR/CSS21/colors.html#propdef-background,http://www.w3.org/TR/CSS21/colors.html#background-properties 5b8cc3b59d869cd90c7f92e1d13958a6cf6ee599 `Microsoft`<http://www.microsoft.com/> Background with (attachment color position) sets the background to the color specified. Position and attachment are ignored since image is not set.
|
|
background-065 Background with (attachment image color) image,interact http://www.w3.org/TR/CSS21/colors.html#propdef-background,http://www.w3.org/TR/CSS21/colors.html#background-properties 815d81dec9c5f82941863795fbe7e424f138269e `Microsoft`<http://www.microsoft.com/> Background with (attachment image color) sets the background to the image specified, repeated, and the image does not 'scroll' within the box.
|
|
background-066 Background with (attachment image repeat) image,interact http://www.w3.org/TR/CSS21/colors.html#propdef-background,http://www.w3.org/TR/CSS21/colors.html#background-properties ba9c463e5d34924cabeab90f4a51ed7b50fe268b `Microsoft`<http://www.microsoft.com/> Background with (attachment image repeat) sets the background to the image specified, the image is repeated across the top, and scrolls with the box.
|
|
background-067 Background with (attachment image position) image,interact http://www.w3.org/TR/CSS21/colors.html#propdef-background,http://www.w3.org/TR/CSS21/colors.html#background-properties 31141f7fb6617e499edaa8fd41001c00023c6a7b `Microsoft`<http://www.microsoft.com/> Background with (attachment image position) sets the background to the image specified, the image is positioned at the bottom, and scrolls with the box.
|
|
background-068 reference/background-030-ref Background with (attachment repeat color) http://www.w3.org/TR/CSS21/colors.html#propdef-background,http://www.w3.org/TR/CSS21/colors.html#background-properties 22b607ec7d46b301e3f45678debaaa0f3e6d1099 `Microsoft`<http://www.microsoft.com/> Background with (attachment repeat color) sets the background to the color specified. Background repeat and attachment subproperties have no rendering effect in this test since background-image is not set.
|
|
background-069 Background with (attachment repeat image) image,interact http://www.w3.org/TR/CSS21/colors.html#propdef-background,http://www.w3.org/TR/CSS21/colors.html#background-properties ebb6ea7d4d0013ad1f79f63aeab72f620d1f5535 `Microsoft`<http://www.microsoft.com/> Background with (attachment repeat image) sets the background to the image specified, the image is repeated across the top, and scrolls with the box.
|
|
background-070 reference/ref-nothing-below Background with (attachment repeat position) http://www.w3.org/TR/CSS21/colors.html#propdef-background,http://www.w3.org/TR/CSS21/colors.html#background-properties 6a92ec0ee37e45c4e9aa0a99bd5425aeb81d1471 `Microsoft`<http://www.microsoft.com/> Background with (attachment repeat position) does not set anything on the background. Background repeat, position and attachment subproperties have no rendering effect in this test since background-image is not set.
|
|
background-071 reference/background-030-ref Background with (attachment position color) http://www.w3.org/TR/CSS21/colors.html#propdef-background,http://www.w3.org/TR/CSS21/colors.html#background-properties eb6451e2b2b0cc13949caa5f0e9a96aac143612b `Microsoft`<http://www.microsoft.com/> Background with (attachment position color) sets the background to the color specified. Background position and attachment subproperties have no rendering effect in this test since background-image is not set.
|
|
background-072 Background with (attachment position image) image,interact http://www.w3.org/TR/CSS21/colors.html#propdef-background,http://www.w3.org/TR/CSS21/colors.html#background-properties 99e4cff0adf2ef7f2bdea12f5327e9c32f503389 `Microsoft`<http://www.microsoft.com/> Background with (attachment position image) sets the background to the image specified, the image is positioned at the bottom, and scrolls with the box.
|
|
background-073 reference/ref-nothing-below Background with (attachment position repeat) http://www.w3.org/TR/CSS21/colors.html#propdef-background,http://www.w3.org/TR/CSS21/colors.html#background-properties 33fd8701f3e6319ce288b61872a64badba65fcc4 `Microsoft`<http://www.microsoft.com/> Background with (attachment position repeat) does not set anything on the background. Background attachment, position and repeat subproperties have no rendering effect in this test since background-image is not set.
|
|
background-074 Background with (position color image) image http://www.w3.org/TR/CSS21/colors.html#propdef-background,http://www.w3.org/TR/CSS21/colors.html#background-properties 1a15422035c1c6635700a34b9eca1561a44ad046 `Microsoft`<http://www.microsoft.com/> Background with (position color image) sets the background of the element to the image specified. The background image will be positioned from the right and center of the document and repeat over the entire green background hiding the green background.
|
|
background-075 reference/background-030-ref Background with (position color repeat) http://www.w3.org/TR/CSS21/colors.html#propdef-background,http://www.w3.org/TR/CSS21/colors.html#background-properties d25ba610d66d0b7d16860e0590d756a643976aa7 `Microsoft`<http://www.microsoft.com/> Background with (position color repeat) sets the background to the color specified. Background repeat and position subproperties have no rendering effect in this test since background-image is not set.
|
|
background-076 reference/background-030-ref Background with (position color attachment) http://www.w3.org/TR/CSS21/colors.html#propdef-background,http://www.w3.org/TR/CSS21/colors.html#background-properties 59ff66df4410902d97b9da0613e36b69f3b65720 `Microsoft`<http://www.microsoft.com/> Background with (position color attachment) sets the background to the color specified. Background position and attachment subproperties have no rendering effect in this test since background-image is not set.
|
|
background-077 Background with (position image color) image http://www.w3.org/TR/CSS21/colors.html#propdef-background,http://www.w3.org/TR/CSS21/colors.html#background-properties a5786dba990077872aa27e13bc34ba26122ed97e `Microsoft`<http://www.microsoft.com/> Background with (position image color) sets the background of the element to the image specified. The background image will be positioned from the right and center of the document and repeat over the entire green background hiding the green background.
|
|
background-078 reference/background-043-ref Background with (position image repeat) image http://www.w3.org/TR/CSS21/colors.html#propdef-background,http://www.w3.org/TR/CSS21/colors.html#background-properties 63f4e5c28d055eca50a22b37bc79c7212c236403 `Microsoft`<http://www.microsoft.com/> Background with (position image repeat) sets the background to the image specified, repeated across the x-axis, and the image is positioned at the bottom.
|
|
background-079 Background with (position image attachment) image,interact http://www.w3.org/TR/CSS21/colors.html#propdef-background,http://www.w3.org/TR/CSS21/colors.html#background-properties 9e55f6f6c5fe906f3709ac49cd220a97d77ffcb6 `Microsoft`<http://www.microsoft.com/> Background with position image attachment) sets the background to the image specified, the image is positioned at the bottom, and scrolls with the box.
|
|
background-080 reference/background-030-ref Background with (position repeat color) http://www.w3.org/TR/CSS21/colors.html#propdef-background,http://www.w3.org/TR/CSS21/colors.html#background-properties 6b58d0e3765d00dd04472dc9a956b164ed2343e5 `Microsoft`<http://www.microsoft.com/> Background with (position repeat color) sets the background to the color specified. Background repeat and position subproperties have no rendering effect in this test since background-image is not set.
|
|
background-081 reference/background-043-ref Background with (position repeat image) image http://www.w3.org/TR/CSS21/colors.html#propdef-background,http://www.w3.org/TR/CSS21/colors.html#background-properties 547f2b90392b2aca9256dfc48c1a6747a01f6e6b `Microsoft`<http://www.microsoft.com/> Background with (position repeat image) sets the background to the image specified, repeated across the x-axis, and the image is positioned at the bottom.
|
|
background-082 reference/ref-nothing-below Background with (position repeat attachment) http://www.w3.org/TR/CSS21/colors.html#propdef-background,http://www.w3.org/TR/CSS21/colors.html#background-properties 316de1db9b81a6a49bb1e11df8fc2740bb1fa7b5 `Microsoft`<http://www.microsoft.com/> Background with (position repeat attachment) does not set anything on the background. Background repeat, position and attachment subproperties have no rendering effect in this test since background-image is not set.
|
|
background-083 reference/background-030-ref Background with (position attachment color) http://www.w3.org/TR/CSS21/colors.html#propdef-background,http://www.w3.org/TR/CSS21/colors.html#background-properties ee345ffcaf023fa1ce354670708658df91649b69 `Microsoft`<http://www.microsoft.com/> Background with (position attachment color) sets the background to the color specified. Background position and attachment subproperties have no rendering effect in this test since background-image is not set.
|
|
background-084 Background with (position attachment image) image,interact http://www.w3.org/TR/CSS21/colors.html#propdef-background,http://www.w3.org/TR/CSS21/colors.html#background-properties e248e3f0c8412ad141e67980aa8c41809deee16f `Microsoft`<http://www.microsoft.com/> Background with (position attachment image) sets the background to the image specified, the image is positioned at the bottom, and scrolls with the box.
|
|
background-085 reference/ref-nothing-below Background with (position attachment repeat) http://www.w3.org/TR/CSS21/colors.html#propdef-background,http://www.w3.org/TR/CSS21/colors.html#background-properties 9eacbb438880b65b120d049782f7fda6e9998d74 `Microsoft`<http://www.microsoft.com/> Background with (position attachment repeat) does not set anything on the background. Background repeat, position and attachment subproperties have no rendering effect in this test since background-image is not set.
|
|
background-086 Background with (color image repeat attachment) image,interact http://www.w3.org/TR/CSS21/colors.html#propdef-background,http://www.w3.org/TR/CSS21/colors.html#background-properties e47f8aad39215361f11d45088f5f6c36552446de `Microsoft`<http://www.microsoft.com/> Background with (color image repeat attachment) sets the background to the color specified, tiling the image across the x-axis and also scrolls with the content.
|
|
background-087 reference/background-087-ref Background with (color image repeat position) image http://www.w3.org/TR/CSS21/colors.html#propdef-background,http://www.w3.org/TR/CSS21/colors.html#background-properties e6a64077ffbac59cdee3e0cb5530ba23010ebcc0 `Microsoft`<http://www.microsoft.com/> Background with (color image repeat position) sets the background to the color specified, with the image overlaid across the x-axis at the bottom.
|
|
background-088 Background with (color image attachment repeat) image,interact http://www.w3.org/TR/CSS21/colors.html#propdef-background,http://www.w3.org/TR/CSS21/colors.html#background-properties c46aba7727d409b2300286891a78496de6fe19c2 `Microsoft`<http://www.microsoft.com/> Background with (color image attachment repeat) sets the background to the color specified, tiling the image across the x-axis and the scrolls with the box.
|
|
background-089 Background with (color image attachment position) image,interact http://www.w3.org/TR/CSS21/colors.html#propdef-background,http://www.w3.org/TR/CSS21/colors.html#background-properties 2ba8e1f2740f154e3db7a62a9439f29feb23069a `Microsoft`<http://www.microsoft.com/> Background with (color image attachment position) sets the background to the image and the image scrolls with the element. The image is centered across the bottom and then tile out from there.
|
|
background-090 reference/background-090-ref Background with (color image position repeat) image http://www.w3.org/TR/CSS21/colors.html#propdef-background,http://www.w3.org/TR/CSS21/colors.html#background-properties cd37fbe901d2d12ecc55e68fb75f35f4eb922d8f `Microsoft`<http://www.microsoft.com/> Background with (color image position repeat) sets the background to the color specified, with the image overlaid across the x-axis at the bottom.
|
|
background-091 Background with (color image position attachment) image,interact http://www.w3.org/TR/CSS21/colors.html#propdef-background,http://www.w3.org/TR/CSS21/colors.html#background-properties b3ce04df841bd1d530a443027c97dc0d9ad57fb7 `Microsoft`<http://www.microsoft.com/> Background with (color image position attachment) sets the background to the image and the image scrolls with the element. The image is centered across the bottom and then tile out from there.
|
|
background-092 Background with (color repeat image attachment) image,interact http://www.w3.org/TR/CSS21/colors.html#propdef-background,http://www.w3.org/TR/CSS21/colors.html#background-properties ccffa3750a0dd3bd82c22c6ce85890a3317b2a35 `Microsoft`<http://www.microsoft.com/> Background with (color repeat image attachment) sets the background to the color specified, tiling the image across the x-axis and the scrolls with the box.
|
|
background-093 reference/background-090-ref Background with (color repeat image position) image http://www.w3.org/TR/CSS21/colors.html#propdef-background,http://www.w3.org/TR/CSS21/colors.html#background-properties 1c6de76a72f91cb500d295761d979314af635744 `Microsoft`<http://www.microsoft.com/> Background with (color repeat image position) sets the background to the color specified, with the image overlaid across the x-axis at the bottom.
|
|
background-094 Background with (color repeat attachment image) image,interact http://www.w3.org/TR/CSS21/colors.html#propdef-background,http://www.w3.org/TR/CSS21/colors.html#background-properties c2d78a35e70e45a331320857d8c2b34afa429653 `Microsoft`<http://www.microsoft.com/> Background with (color repeat attachment image) the background to the color specified, tiling the image across the x-axis and the scrolls with the box.
|
|
background-095 reference/background-030-ref Background with (color repeat attachment position) http://www.w3.org/TR/CSS21/colors.html#propdef-background,http://www.w3.org/TR/CSS21/colors.html#background-properties a46d22d290eab31654744824f3309b06488b40c9 `Microsoft`<http://www.microsoft.com/> Background with (color repeat attachment position) sets the background of the element to the color specified. Repeat, position, and attachment only apply if image is set.
|
|
background-096 reference/background-090-ref Background with (color repeat position image) image http://www.w3.org/TR/CSS21/colors.html#propdef-background,http://www.w3.org/TR/CSS21/colors.html#background-properties fd8d605dbd91372ce08a51afc30c780722ef9dd3 `Microsoft`<http://www.microsoft.com/> Background with (color repeat position image) sets the background to the color specified, with the image overlaid across the x-axis at the bottom.
|
|
background-097 reference/background-030-ref Background with (color repeat position attachment) http://www.w3.org/TR/CSS21/colors.html#propdef-background,http://www.w3.org/TR/CSS21/colors.html#background-properties b4a2b1054d7509f683f066f3cffdc9870b17d608 `Microsoft`<http://www.microsoft.com/> Background with (color repeat position attachment) sets the background of the element to the color specified. Repeat, position, and attachment only apply if image is set.
|
|
background-098 Background with (color attachment image repeat) image,interact http://www.w3.org/TR/CSS21/colors.html#propdef-background,http://www.w3.org/TR/CSS21/colors.html#background-properties 6fe10ac95c5231801aa00022a9eb22c9421678d3 `Microsoft`<http://www.microsoft.com/> Background with (color attachment image repeat) sets the background to the color specified, tiling the image across the x-axis and the scrolls with the box.
|
|
background-099 Background with (color attachment image position) image,interact http://www.w3.org/TR/CSS21/colors.html#propdef-background,http://www.w3.org/TR/CSS21/colors.html#background-properties 684ea5cf7fecc13a24fa23efac1476fb8c976d4c `Microsoft`<http://www.microsoft.com/> Background with (color attachment image position) sets the background to the image and the image scrolls with the element. The image is centered across the bottom and then tile out from there.
|
|
background-100 Background with (color attachment repeat image) image,interact http://www.w3.org/TR/CSS21/colors.html#propdef-background,http://www.w3.org/TR/CSS21/colors.html#background-properties dd397f9acbbaaa0b527b4c6c7cfcf96d159a5e9e `Microsoft`<http://www.microsoft.com/> Background with (color attachment repeat image) sets the background to the color specified, tiling the image across the x-axis and the scrolls with the box.
|
|
background-101 reference/background-030-ref Background with (color attachment repeat position) http://www.w3.org/TR/CSS21/colors.html#propdef-background,http://www.w3.org/TR/CSS21/colors.html#background-properties 97907ced12f059a1875b2d61cf646f5300f98e24 `Microsoft`<http://www.microsoft.com/> Background with (color attachment repeat position) sets the background of the element to the color specified. Repeat, position, and attachment only apply if image is set.
|
|
background-102 Background with (color attachment position image) image,interact http://www.w3.org/TR/CSS21/colors.html#propdef-background,http://www.w3.org/TR/CSS21/colors.html#background-properties c589a33eb15cf87f7b1eabc544810c26d4cd62e1 `Microsoft`<http://www.microsoft.com/> Background with (color attachment position image) sets the background to the image and the image scrolls with the element. The image is centered across the bottom and then tile out from there.
|
|
background-103 reference/background-030-ref Background with (color attachment position repeat) http://www.w3.org/TR/CSS21/colors.html#propdef-background,http://www.w3.org/TR/CSS21/colors.html#background-properties 187499827a55e293ac5b0b12af1cb102bab4da63 `Microsoft`<http://www.microsoft.com/> Background with (color attachment position repeat) sets the background of the element to the color specified. Repeat, position, and attachment only apply if image is set.
|
|
background-104 reference/background-090-ref Background with (color position image repeat) image http://www.w3.org/TR/CSS21/colors.html#propdef-background,http://www.w3.org/TR/CSS21/colors.html#background-properties 50452afed2d034954e3d700dc5de42234548d23b `Microsoft`<http://www.microsoft.com/> Background with (color position image repeat) sets the background to the color specified, with the image overlaid across the x-axis at the bottom.
|
|
background-105 Background with (color position image attachment) image,interact http://www.w3.org/TR/CSS21/colors.html#propdef-background,http://www.w3.org/TR/CSS21/colors.html#background-properties 37e21b6c167b6830e34aa5d1ed784a18420f06de `Microsoft`<http://www.microsoft.com/> Background with (color position image attachment) sets the background to the image and the image scrolls with the element. The image is centered across the bottom and then tile out from there.
|
|
background-106 reference/background-090-ref Background with (color position repeat image) image http://www.w3.org/TR/CSS21/colors.html#propdef-background,http://www.w3.org/TR/CSS21/colors.html#background-properties bfcc2fdcdeeebe6662963747df8300ebd7e95455 `Microsoft`<http://www.microsoft.com/> Background with (color position repeat image) sets the background to the color specified, with the image overlaid across the x-axis at the bottom. The center assignment from background-position does not matter since the image is tiled across the x-axis.
|
|
background-107 reference/background-030-ref Background with (color position repeat attachment) http://www.w3.org/TR/CSS21/colors.html#propdef-background,http://www.w3.org/TR/CSS21/colors.html#background-properties 6c164788cda1c32ca0b945742ec715fbcfcdbe96 `Microsoft`<http://www.microsoft.com/> Background with (color position repeat attachment) sets the background of the element to the color specified. Repeat, position, and attachment only apply if image is set.
|
|
background-108 Background with (color position attachment image) image,interact http://www.w3.org/TR/CSS21/colors.html#propdef-background,http://www.w3.org/TR/CSS21/colors.html#background-properties 09d1e20376cd0fab6ed98110439779c0c9cb07fe `Microsoft`<http://www.microsoft.com/> Background with (color position attachment image) sets the background to the image and the image scrolls with the element. The image is centered across the bottom and then tile out from there.
|
|
background-109 reference/background-030-ref Background with (color position attachment repeat) http://www.w3.org/TR/CSS21/colors.html#propdef-background,http://www.w3.org/TR/CSS21/colors.html#background-properties bd8c7f5df3379f189d18b31cb2c7851c908c5867 `Microsoft`<http://www.microsoft.com/> Background with (color position attachment repeat) sets the background of the element to the color specified. Repeat, position, and attachment only apply if image is set.
|
|
background-110 Background with (image color repeat attachment) image,interact http://www.w3.org/TR/CSS21/colors.html#propdef-background,http://www.w3.org/TR/CSS21/colors.html#background-properties d8087ae2ac42bf17ccaebdbdcab1b9e8eb9f31c1 `Microsoft`<http://www.microsoft.com/> Background with (image color repeat attachment) the background to the color specified, tiling the image across the x-axis and the scrolls with the box.
|
|
background-111 reference/background-090-ref Background with (image color repeat position) image http://www.w3.org/TR/CSS21/colors.html#propdef-background,http://www.w3.org/TR/CSS21/colors.html#background-properties 07f515845cbd10db17191a1cbdc97fba865fa14d `Microsoft`<http://www.microsoft.com/> Background with (image color repeat position) sets the background to the color specified, with the image overlaid across the x-axis at the bottom.
|
|
background-112 Background with (image color attachment repeat) image,interact http://www.w3.org/TR/CSS21/colors.html#propdef-background,http://www.w3.org/TR/CSS21/colors.html#background-properties a4a76a70b01af9a13f90632555589bfe92040004 `Microsoft`<http://www.microsoft.com/> Background with (image color attachment repeat) the background to the color specified, tiling the image across the x-axis and the scrolls with the box.
|
|
background-113 Background with (image color attachment position) image,interact http://www.w3.org/TR/CSS21/colors.html#propdef-background,http://www.w3.org/TR/CSS21/colors.html#background-properties d628e00623a19ed2d501b6c7515826ea2d3199b7 `Microsoft`<http://www.microsoft.com/> Background with (image color attachment position) sets the background to the image and the image scrolls with the element. The image is centered across the bottom and then tile out from there.
|
|
background-114 reference/background-090-ref Background with (image color position repeat) image http://www.w3.org/TR/CSS21/colors.html#propdef-background,http://www.w3.org/TR/CSS21/colors.html#background-properties d543cdb07cddbbc2eae5369446c145da1020ae1d `Microsoft`<http://www.microsoft.com/> Background with (image color position repeat) sets the background to the color specified, with the image overlaid across the x-axis at the bottom.
|
|
background-115 Background with (image color position attachment) image,interact http://www.w3.org/TR/CSS21/colors.html#propdef-background,http://www.w3.org/TR/CSS21/colors.html#background-properties 1a5641d01df092867503f7f37b59a5fb4facd12e `Microsoft`<http://www.microsoft.com/> Background with (image color position attachment) sets the background to the image and the image scrolls with the element. The image is centered across the bottom and then tile out from there.
|
|
background-116 Background with (image repeat color attachment) image,interact http://www.w3.org/TR/CSS21/colors.html#propdef-background,http://www.w3.org/TR/CSS21/colors.html#background-properties 0cfe542cb32be3ef17e8db4c7bf34c6be4c487c7 `Microsoft`<http://www.microsoft.com/> Background with (image repeat color attachment) the background to the color specified, tiling the image across the x-axis and the scrolls with the box.
|
|
background-117 reference/background-090-ref Background with (image repeat color position) image http://www.w3.org/TR/CSS21/colors.html#propdef-background,http://www.w3.org/TR/CSS21/colors.html#background-properties 64aedbe8eeb6108b77e422bbbbcb6a2820f92ed6 `Microsoft`<http://www.microsoft.com/> Background with (image repeat color position) sets the background to the color specified, with the image overlaid across the x-axis at the bottom.
|
|
background-118 Background with (image repeat attachment color) image,interact http://www.w3.org/TR/CSS21/colors.html#propdef-background,http://www.w3.org/TR/CSS21/colors.html#background-properties 53cb89fae71e058c80008f7607e63f5183d688b2 `Microsoft`<http://www.microsoft.com/> Background with (image repeat attachment color) the background to the color specified, tiling the image across the x-axis and the scrolls with the box.
|
|
background-119 Background with (image repeat attachment position) image,interact http://www.w3.org/TR/CSS21/colors.html#propdef-background,http://www.w3.org/TR/CSS21/colors.html#background-properties 35a3e4a92b53603364668b8014c3a4fbc55297bf `Microsoft`<http://www.microsoft.com/> Background with (image repeat attachment position) sets the tiles the image across the x-axis within the background and the image scrolls with the box.
|
|
background-120 reference/background-090-ref Background with (image repeat position color) image http://www.w3.org/TR/CSS21/colors.html#propdef-background,http://www.w3.org/TR/CSS21/colors.html#background-properties 8bdb4c6455a5955b14e4f429a1f4f7da26b9bba8 `Microsoft`<http://www.microsoft.com/> Background with (image repeat position color) sets the background to the color specified, with the image overlaid across the x-axis at the bottom.
|
|
background-121 Background with (image repeat position attachment) image,interact http://www.w3.org/TR/CSS21/colors.html#propdef-background,http://www.w3.org/TR/CSS21/colors.html#background-properties 8ba18cbce2ade327b6cbac829d5e0e4c391067d0 `Microsoft`<http://www.microsoft.com/> Background with (image repeat position attachment) sets the tiles the image across the x-axis within the background and the image scrolls with the box.
|
|
background-122 Background with (image attachment color repeat) image,interact http://www.w3.org/TR/CSS21/colors.html#propdef-background,http://www.w3.org/TR/CSS21/colors.html#background-properties 410cd57dd27707521ae6e0145e712cf559d97b42 `Microsoft`<http://www.microsoft.com/> Background with (image attachment color repeat) the background to the color specified, tiling the image across the x-axis and the scrolls with the box.
|
|
background-123 Background with (image attachment color position) image,interact http://www.w3.org/TR/CSS21/colors.html#propdef-background,http://www.w3.org/TR/CSS21/colors.html#background-properties cda1f54de6a8ac1d3320fb3c8498c04dd797eb39 `Microsoft`<http://www.microsoft.com/> Background with (image attachment color position) sets the background to the image and the image scrolls with the element. The image is centered across the bottom and then tile out from there.
|
|
background-124 Background with (image attachment repeat color) image,interact http://www.w3.org/TR/CSS21/colors.html#propdef-background,http://www.w3.org/TR/CSS21/colors.html#background-properties fd26477ddb77d3f0611f89b6dac3d196c3c1460b `Microsoft`<http://www.microsoft.com/> Background with (image attachment repeat color) the background to the color specified, tiling the image across the x-axis and the scrolls with the box.
|
|
background-125 Background with (image attachment repeat position) image,interact http://www.w3.org/TR/CSS21/colors.html#propdef-background,http://www.w3.org/TR/CSS21/colors.html#background-properties d5969c10fbbe3a6f34de3c61894fee7f6c95dc8e `Microsoft`<http://www.microsoft.com/> Background with (image attachment repeat position) sets the tiles the image across the x-axis within the background and the image scrolls with the box.
|
|
background-126 Background with (image attachment position color) image,interact http://www.w3.org/TR/CSS21/colors.html#propdef-background,http://www.w3.org/TR/CSS21/colors.html#background-properties 7b12166366c27250a6cb22dbe164129c1f79772e `Microsoft`<http://www.microsoft.com/> Background with (image attachment position color) sets the background to the image and the image scrolls with the element. The image is centered across the bottom and then tile out from there.
|
|
background-127 Background with (image attachment position repeat) image,interact http://www.w3.org/TR/CSS21/colors.html#propdef-background,http://www.w3.org/TR/CSS21/colors.html#background-properties 2f18194e8af5bb5fa8ef4b5ecb7ab7c42102e733 `Microsoft`<http://www.microsoft.com/> Background with (image attachment position repeat) sets the tiles the image across the x-axis within the background and the image scrolls with the box.
|
|
background-128 reference/background-090-ref Background with (image position color repeat) image http://www.w3.org/TR/CSS21/colors.html#propdef-background,http://www.w3.org/TR/CSS21/colors.html#background-properties 7634602c437cf82c2e97a1f0bed8431a36d8c9c1 `Microsoft`<http://www.microsoft.com/> Background with (image position color repeat) sets the background to the color specified, with the image overlaid across the x-axis at the bottom.
|
|
background-129 Background with (image position color attachment) image,interact http://www.w3.org/TR/CSS21/colors.html#propdef-background,http://www.w3.org/TR/CSS21/colors.html#background-properties 4e066264d7cfa2b699385c8055279cf9bcc34fc2 `Microsoft`<http://www.microsoft.com/> Background with (image position color attachment) sets the background to the image and the image scrolls with the element. The image is centered across the bottom and then tile out from there.
|
|
background-130 reference/background-130-ref Background with (image position repeat color) image http://www.w3.org/TR/CSS21/colors.html#propdef-background,http://www.w3.org/TR/CSS21/colors.html#background-properties eb3fcac509cabcc48320f0f33d2befe576ce43fb `Microsoft`<http://www.microsoft.com/> Background with (image position repeat color) sets the background to the color specified, with the image overlaid across the x-axis at the bottom.
|
|
background-131 Background with (image position repeat attachment) image,interact http://www.w3.org/TR/CSS21/colors.html#propdef-background,http://www.w3.org/TR/CSS21/colors.html#background-properties 2e4367da1667deaaa3705b0da926a314eb982c52 `Microsoft`<http://www.microsoft.com/> Background with (image position repeat attachment) sets the tiles the image across the x-axis within the background and the image scrolls with the box.
|
|
background-132 Background with (image position attachment color) image,interact http://www.w3.org/TR/CSS21/colors.html#propdef-background,http://www.w3.org/TR/CSS21/colors.html#background-properties 81d729dac403713296fee356047400dec127e64a `Microsoft`<http://www.microsoft.com/> Background with (image position attachment color) sets the background to the image and the image scrolls with the element. The image is centered across the bottom and then tile out from there.
|
|
background-133 Background with (image position attachment repeat) image,interact http://www.w3.org/TR/CSS21/colors.html#propdef-background,http://www.w3.org/TR/CSS21/colors.html#background-properties 81af31e3f7d04edb540f59546f2f6a2ec72ba42c `Microsoft`<http://www.microsoft.com/> Background with (image position attachment repeat) sets the tiles the image across the x-axis within the background and the image scrolls with the box.
|
|
background-134 Background with (repeat color image attachment) image,interact http://www.w3.org/TR/CSS21/colors.html#propdef-background,http://www.w3.org/TR/CSS21/colors.html#background-properties 724dc8fea557a2cdeb80b57fd4d59fda6fd08264 `Microsoft`<http://www.microsoft.com/> Background with (repeat color image attachment) the background to the color specified, tiling the image across the x-axis and the scrolls with the box.
|
|
background-135 reference/background-090-ref Background with (repeat color image position) image http://www.w3.org/TR/CSS21/colors.html#propdef-background,http://www.w3.org/TR/CSS21/colors.html#background-properties 5c0789b3fc923c15af42436389d9d6dbe13019a0 `Microsoft`<http://www.microsoft.com/> Background with (repeat color image position) sets the background to the color specified, with the image overlaid across the x-axis at the bottom.
|
|
background-136 Background with (repeat color attachment image) image,interact http://www.w3.org/TR/CSS21/colors.html#propdef-background,http://www.w3.org/TR/CSS21/colors.html#background-properties 5c01667434aeda9a68b759614ef12c730c76b422 `Microsoft`<http://www.microsoft.com/> Background with (repeat color attachment image) the background to the color specified, tiling the image across the x-axis and the scrolls with the box.
|
|
background-137 reference/background-030-ref Background with (repeat color attachment position) http://www.w3.org/TR/CSS21/colors.html#propdef-background,http://www.w3.org/TR/CSS21/colors.html#background-properties 04d59947c8615f4d093fede041aed64c0c7bf66c `Microsoft`<http://www.microsoft.com/> Background with (repeat color attachment position) sets the background of the element to the color specified. Repeat, position, and attachment only apply if image is set.
|
|
background-138 reference/background-090-ref Background with (repeat color position image) image http://www.w3.org/TR/CSS21/colors.html#propdef-background,http://www.w3.org/TR/CSS21/colors.html#background-properties 4f0fbc57491d95271e897fda8a12182422fba8a1 `Microsoft`<http://www.microsoft.com/> Background with (repeat color position image) sets the background to the color specified, with the image overlaid across the x-axis at the bottom.
|
|
background-139 reference/background-030-ref Background with (repeat color position attachment) http://www.w3.org/TR/CSS21/colors.html#propdef-background,http://www.w3.org/TR/CSS21/colors.html#background-properties 830f212c23e8f2536365f7fd1a8b342df262f625 `Microsoft`<http://www.microsoft.com/> Background with (repeat color position attachment) sets the background of the element to the color specified. Repeat, position, and attachment only apply if image is set.
|
|
background-140 Background with (repeat image color attachment) image,interact http://www.w3.org/TR/CSS21/colors.html#propdef-background,http://www.w3.org/TR/CSS21/colors.html#background-properties 256dfeee21942acaa25951319e18577ee427bedb `Microsoft`<http://www.microsoft.com/> Background with (repeat image color attachment) the background to the color specified, tiling the image across the x-axis and the scrolls with the box.
|
|
background-141 reference/background-090-ref Background with (repeat image color position) image http://www.w3.org/TR/CSS21/colors.html#propdef-background,http://www.w3.org/TR/CSS21/colors.html#background-properties 31e7fdaa8bd3ca0e17b797c864720f74564a0416 `Microsoft`<http://www.microsoft.com/> Background with (repeat image color position) sets the background to the color specified, with the image overlaid across the x-axis at the bottom.
|
|
background-142 Background with (repeat image attachment color) image,interact http://www.w3.org/TR/CSS21/colors.html#propdef-background,http://www.w3.org/TR/CSS21/colors.html#background-properties d5d35a65b4bfcaaec28ce8dbbdc618a1ebc72c36 `Microsoft`<http://www.microsoft.com/> Background with (repeat image attachment color) the background to the color specified, tiling the image across the x-axis and the scrolls with the box.
|
|
background-143 Background with (repeat image attachment position) image,interact http://www.w3.org/TR/CSS21/colors.html#propdef-background,http://www.w3.org/TR/CSS21/colors.html#background-properties 993b6e557f2e0953a6f9f86b07a005bd13ceb1d0 `Microsoft`<http://www.microsoft.com/> Background with (repeat image attachment position) sets the tiles the image across the x-axis within the background and the image scrolls with the box.
|
|
background-144 reference/background-090-ref Background with (repeat image position color) image http://www.w3.org/TR/CSS21/colors.html#propdef-background,http://www.w3.org/TR/CSS21/colors.html#background-properties 80f17df47bc7394a6e548853320b5a5ddf2171ae `Microsoft`<http://www.microsoft.com/> Background with (repeat image position color) sets the background to the color specified, with the image overlaid across the x-axis at the bottom.
|
|
background-145 Background with (repeat image position attachment) image,interact http://www.w3.org/TR/CSS21/colors.html#propdef-background,http://www.w3.org/TR/CSS21/colors.html#background-properties 2ff6abaea51509b266537898c9e9de8f75101b1f `Microsoft`<http://www.microsoft.com/> Background with (repeat image position attachment) sets the tiles the image across the x-axis within the background and the image scrolls with the box.
|
|
background-146 Background with (repeat attachment color image) image,interact http://www.w3.org/TR/CSS21/colors.html#propdef-background,http://www.w3.org/TR/CSS21/colors.html#background-properties 0baabfc4b962ad815b02b027525d2f9c29eee44f `Microsoft`<http://www.microsoft.com/> Background with (repeat attachment color image) the background to the color specified, tiling the image across the x-axis and the scrolls with the box.
|
|
background-147 reference/background-030-ref Background with (repeat attachment color position) http://www.w3.org/TR/CSS21/colors.html#propdef-background,http://www.w3.org/TR/CSS21/colors.html#background-properties d0110b5b231b854c73a2f33436b1fb94baa99e2a `Microsoft`<http://www.microsoft.com/> Background with (repeat attachment color position) sets the background of the element to the color specified. Repeat, position, and attachment only apply if image is set.
|
|
background-148 Background with (repeat attachment image color) image,interact http://www.w3.org/TR/CSS21/colors.html#propdef-background,http://www.w3.org/TR/CSS21/colors.html#background-properties f001040e4cd430fc070af3634afa43d1c999c91c `Microsoft`<http://www.microsoft.com/> Background with (repeat attachment image color) the background to the color specified, tiling the image across the x-axis and the scrolls with the box.
|
|
background-149 Background with (repeat attachment image position) image,interact http://www.w3.org/TR/CSS21/colors.html#propdef-background,http://www.w3.org/TR/CSS21/colors.html#background-properties 4fb766dd9dfab1f965b32f9b2025b746487b7614 `Microsoft`<http://www.microsoft.com/> Background with (repeat attachment image position) sets the tiles the image across the x-axis within the background and the image scrolls with the box.
|
|
background-150 reference/background-030-ref Background with (repeat attachment position color) http://www.w3.org/TR/CSS21/colors.html#propdef-background,http://www.w3.org/TR/CSS21/colors.html#background-properties 974fd81b9a1c5c28d5f9d3af1a867dd7e6ce7ce3 `Microsoft`<http://www.microsoft.com/> Background with (repeat attachment position color) sets the background of the element to the color specified. Repeat, position, and attachment only apply if image is set.
|
|
background-151 Background with (repeat attachment position image) image,interact http://www.w3.org/TR/CSS21/colors.html#propdef-background,http://www.w3.org/TR/CSS21/colors.html#background-properties fa50d55b9e90a99cd5d3470d85b25d69df689c92 `Microsoft`<http://www.microsoft.com/> Background with repeat attachment position image) sets the tiles the image across the x-axis within the background and the image scrolls with the box.
|
|
background-152 reference/background-090-ref Background with (repeat position color image) image http://www.w3.org/TR/CSS21/colors.html#propdef-background,http://www.w3.org/TR/CSS21/colors.html#background-properties 6833f7886ee960e42d26de307cb24cafcdd02b48 `Microsoft`<http://www.microsoft.com/> Background with (repeat position color image) sets the background to the color specified, with the image overlaid across the x-axis at the bottom.
|
|
background-153 reference/background-030-ref Background with (repeat position color attachment) http://www.w3.org/TR/CSS21/colors.html#propdef-background,http://www.w3.org/TR/CSS21/colors.html#background-properties bf148cbba3a639bdd1403d9603bf9f6559ec940e `Microsoft`<http://www.microsoft.com/> Background with (repeat position color attachment) sets the background of the element to the color specified. Repeat, position, and attachment only apply if image is set.
|
|
background-154 reference/background-090-ref Background with (repeat position image color) image http://www.w3.org/TR/CSS21/colors.html#propdef-background,http://www.w3.org/TR/CSS21/colors.html#background-properties fcc8f4b9f3a48f3efa72f3bccad895bea2137129 `Microsoft`<http://www.microsoft.com/> Background with (repeat position image color) sets the background to the color specified, with the image overlaid across the x-axis at the bottom.
|
|
background-155 Background with (repeat position image attachment) image,interact http://www.w3.org/TR/CSS21/colors.html#propdef-background,http://www.w3.org/TR/CSS21/colors.html#background-properties f2865634daa802e17e120cfbd7e3c4e283341c73 `Microsoft`<http://www.microsoft.com/> Background with (repeat position image attachment) sets the tiles the image across the x-axis within the background and the image scrolls with the box.
|
|
background-156 reference/background-030-ref Background with (repeat position attachment color) http://www.w3.org/TR/CSS21/colors.html#propdef-background,http://www.w3.org/TR/CSS21/colors.html#background-properties fc664bdb137e410cf1a3c0c16ec29f0fffd71998 `Microsoft`<http://www.microsoft.com/> Background with (repeat position attachment color) sets the background of the element to the color specified. Repeat, position, and attachment only apply if image is set.
|
|
background-157 Background with (repeat position attachment image) image,interact http://www.w3.org/TR/CSS21/colors.html#propdef-background,http://www.w3.org/TR/CSS21/colors.html#background-properties da9747b7247b93f800f8ac247353d4505698392f `Microsoft`<http://www.microsoft.com/> Background with (repeat position attachment image) sets the tiles the image across the x-axis within the background and the image scrolls with the box.
|
|
background-158 Background with (attachment color image repeat) image,interact http://www.w3.org/TR/CSS21/colors.html#propdef-background,http://www.w3.org/TR/CSS21/colors.html#background-properties f53a5df743a63f811e74015c19f98702ffed5de9 `Microsoft`<http://www.microsoft.com/> Background with (attachment color image repeat) the background to the color specified, tiling the image across the x-axis and the scrolls with the box.
|
|
background-159 Background with (attachment color image position) image,interact http://www.w3.org/TR/CSS21/colors.html#propdef-background,http://www.w3.org/TR/CSS21/colors.html#background-properties 9adefc65fffa3b9002fcf276f83c7b358bdfafcb `Microsoft`<http://www.microsoft.com/> Background with (attachment color image position) sets the background to the image and the image scrolls with the element. The image is centered across the bottom and then tile out from there.
|
|
background-160 Background with (attachment color repeat image) image,interact http://www.w3.org/TR/CSS21/colors.html#propdef-background,http://www.w3.org/TR/CSS21/colors.html#background-properties ef1e2a92db2e2cc717df3afc256518cc7d0a6ac1 `Microsoft`<http://www.microsoft.com/> Background with (attachment color repeat image) the background to the color specified, tiling the image across the x-axis and the scrolls with the box.
|
|
background-161 reference/background-030-ref Background with (attachment color repeat position) http://www.w3.org/TR/CSS21/colors.html#propdef-background,http://www.w3.org/TR/CSS21/colors.html#background-properties f9093db32ce3d7defa9fe4cc90bbc7e6ee3dda2d `Microsoft`<http://www.microsoft.com/> Background with (attachment color repeat position) sets the background of the element to the color specified. Repeat, position, and attachment only apply if image is set.
|
|
background-162 Background with (attachment color position image) image,interact http://www.w3.org/TR/CSS21/colors.html#propdef-background,http://www.w3.org/TR/CSS21/colors.html#background-properties de4a8e102059a9ab1665013c6fa5b02505067605 `Microsoft`<http://www.microsoft.com/> Background with (attachment color position image) sets the background to the image and the image scrolls with the element. The image is centered across the bottom and then tile out from there.
|
|
background-163 reference/background-030-ref Background with (attachment color position repeat) http://www.w3.org/TR/CSS21/colors.html#propdef-background,http://www.w3.org/TR/CSS21/colors.html#background-properties df38f7245e411c7beadff1d69d19ceb9a7e6a5d9 `Microsoft`<http://www.microsoft.com/> Background with (attachment color position repeat) sets the background of the element to the color specified. Repeat, position, and attachment only apply if image is set.
|
|
background-164 Background with (attachment image color repeat) image,interact http://www.w3.org/TR/CSS21/colors.html#propdef-background,http://www.w3.org/TR/CSS21/colors.html#background-properties bae31581adb1a8f6317b5abe604dc17b539f3ae3 `Microsoft`<http://www.microsoft.com/> Background with (attachment image color repeat) the background to the color specified, tiling the image across the x-axis and the scrolls with the box.
|
|
background-165 Background with (attachment image color position) image,interact http://www.w3.org/TR/CSS21/colors.html#propdef-background,http://www.w3.org/TR/CSS21/colors.html#background-properties cb88aeb63edbd599ec3eaa0799061727b8dbe363 `Microsoft`<http://www.microsoft.com/> Background with (attachment image color position) sets the background to the image and the image scrolls with the element. The image is centered across the bottom and then tile out from there.
|
|
background-166 Background with (attachment image repeat color) image,interact http://www.w3.org/TR/CSS21/colors.html#propdef-background,http://www.w3.org/TR/CSS21/colors.html#background-properties 916cb4e87421d1203d979164d6bc45eb134cfaba `Microsoft`<http://www.microsoft.com/> Background with (attachment image repeat color) the background to the color specified, tiling the image across the x-axis and the scrolls with the box.
|
|
background-167 Background with (attachment image repeat position) image,interact http://www.w3.org/TR/CSS21/colors.html#propdef-background,http://www.w3.org/TR/CSS21/colors.html#background-properties 1cd735a780b5005502218a03cd33cfc38fb3743b `Microsoft`<http://www.microsoft.com/> Background with (attachment image repeat position) sets the tiles the image across the x-axis within the background and the image scrolls with the box.
|
|
background-168 Background with (attachment image position color) image,interact http://www.w3.org/TR/CSS21/colors.html#propdef-background,http://www.w3.org/TR/CSS21/colors.html#background-properties 688e9b396cdcfd86691feff7388e9a0b84d9c091 `Microsoft`<http://www.microsoft.com/> Background with (attachment image position color) sets the background to the image and the image scrolls with the element. The image is centered across the bottom and then tile out from there.
|
|
background-169 Background with (attachment image position repeat) image,interact http://www.w3.org/TR/CSS21/colors.html#propdef-background,http://www.w3.org/TR/CSS21/colors.html#background-properties 78384b2b4d089f61a7265d4a6cd7afb070a73bf3 `Microsoft`<http://www.microsoft.com/> Background with (attachment image position repeat) sets the tiles the image across the x-axis within the background and the image scrolls with the box.
|
|
background-170 Background with (attachment repeat color image) image,interact http://www.w3.org/TR/CSS21/colors.html#propdef-background,http://www.w3.org/TR/CSS21/colors.html#background-properties a315b8e6ecba15706a8e289683e49c2805e10037 `Microsoft`<http://www.microsoft.com/> Background with (attachment repeat color image) the background to the color specified, tiling the image across the x-axis and the scrolls with the box.
|
|
background-171 reference/background-030-ref Background with (attachment repeat color position) http://www.w3.org/TR/CSS21/colors.html#propdef-background,http://www.w3.org/TR/CSS21/colors.html#background-properties 77198f19506d20dac09cd8384f53edc7bf444bd8 `Microsoft`<http://www.microsoft.com/> Background with (attachment repeat color position) sets the background of the element to the color specified. Repeat, position, and attachment only apply if image is set.
|
|
background-172 Background with (attachment repeat image color) image,interact http://www.w3.org/TR/CSS21/colors.html#propdef-background,http://www.w3.org/TR/CSS21/colors.html#background-properties f30e7d71f21f3137573e5dc38c36edaa3e1fc547 `Microsoft`<http://www.microsoft.com/> Background with (attachment repeat image color) the background to the color specified, tiling the image across the x-axis and the scrolls with the box.
|
|
background-173 Background with (attachment repeat image position) image,interact http://www.w3.org/TR/CSS21/colors.html#propdef-background,http://www.w3.org/TR/CSS21/colors.html#background-properties 6b07d1c887408baa41c3b08377583a0e03ca2bfe `Microsoft`<http://www.microsoft.com/> Background with (attachment repeat image position) sets the tiles the image across the x-axis within the background and the image scrolls with the box.
|
|
background-174 reference/background-030-ref Background with (attachment repeat position color) http://www.w3.org/TR/CSS21/colors.html#propdef-background,http://www.w3.org/TR/CSS21/colors.html#background-properties 21e0866ca8867e5fbfd8713b0d5a09855cc376c8 `Microsoft`<http://www.microsoft.com/> Background with (attachment repeat position color) sets the background of the element to the color specified. Repeat, position, and attachment only apply if image is set.
|
|
background-175 Background with (attachment repeat position image) image,interact http://www.w3.org/TR/CSS21/colors.html#propdef-background,http://www.w3.org/TR/CSS21/colors.html#background-properties 99261cd792df034d3bca74eb1e036a122d52a98c `Microsoft`<http://www.microsoft.com/> Background with (attachment repeat position image) sets the tiles the image across the x-axis within the background and the image scrolls with the box.
|
|
background-176 Background with (attachment position color image) image,interact http://www.w3.org/TR/CSS21/colors.html#propdef-background,http://www.w3.org/TR/CSS21/colors.html#background-properties 2f984ce6968c6d996a5f3dc36e3675171999a09b `Microsoft`<http://www.microsoft.com/> Background with (attachment position color image) sets the background to the image and the image scrolls with the element. The image is centered across the bottom and then tile out from there.
|
|
background-177 reference/background-030-ref Background with (attachment position color repeat) http://www.w3.org/TR/CSS21/colors.html#propdef-background,http://www.w3.org/TR/CSS21/colors.html#background-properties 721a9dadfee4c5a5efe870c4ab19ebd13c80fbeb `Microsoft`<http://www.microsoft.com/> Background with (attachment position color repeat) sets the background of the element to the color specified. Repeat, position, and attachment only apply if image is set.
|
|
background-178 Background with (attachment position image color) image,interact http://www.w3.org/TR/CSS21/colors.html#propdef-background,http://www.w3.org/TR/CSS21/colors.html#background-properties 48bc2b2195b6136002a18de77780f08a191ace02 `Microsoft`<http://www.microsoft.com/> Background with (attachment position image color) sets the background to the image and the image scrolls with the element. The image is centered across the bottom and then tile out from there.
|
|
background-179 Background with (attachment position image repeat) image,interact http://www.w3.org/TR/CSS21/colors.html#propdef-background,http://www.w3.org/TR/CSS21/colors.html#background-properties 078e2c286afc870eca699dbece810d5953a9103e `Microsoft`<http://www.microsoft.com/> Background with (attachment position image repeat) sets the tiles the image across the x-axis within the background and the image scrolls with the box.
|
|
background-180 reference/background-030-ref Background with (attachment position repeat color) http://www.w3.org/TR/CSS21/colors.html#propdef-background,http://www.w3.org/TR/CSS21/colors.html#background-properties 83f45d781d6f65c4c67b1632147541246b822bf9 `Microsoft`<http://www.microsoft.com/> Background with (attachment position repeat color) sets the background of the element to the color specified. Repeat, position, and attachment only apply if image is set.
|
|
background-181 Background with (attachment position repeat image) image,interact http://www.w3.org/TR/CSS21/colors.html#propdef-background,http://www.w3.org/TR/CSS21/colors.html#background-properties 8e2fa3217ecbfc1e81578c54bd0bd467c6a0a4f4 `Microsoft`<http://www.microsoft.com/> Background with (attachment position repeat image) sets the tiles the image across the x-axis within the background and the image scrolls with the box.
|
|
background-182 reference/background-087-ref Background with (position color image repeat) image http://www.w3.org/TR/CSS21/colors.html#propdef-background,http://www.w3.org/TR/CSS21/colors.html#background-properties e050f1a6e86e56075655c19768d6c71570aa1bdd `Microsoft`<http://www.microsoft.com/> Background with (position color image repeat) sets the background to the color specified, with the image overlaid across the x-axis at the bottom.
|
|
background-183 Background with (position color image attachment) image,interact http://www.w3.org/TR/CSS21/colors.html#propdef-background,http://www.w3.org/TR/CSS21/colors.html#background-properties 7b37780a74007c4946825aa863f76fbe9d1d38a2 `Microsoft`<http://www.microsoft.com/> Background with (position color image attachment) sets the background to the image and the image scrolls with the element. The image is centered across the bottom and then tile out from there.
|
|
background-184 reference/background-090-ref Background with (position color repeat image) image http://www.w3.org/TR/CSS21/colors.html#propdef-background,http://www.w3.org/TR/CSS21/colors.html#background-properties 9ae50035656619c3be7ad9b8cd96f4234d8cbd80 `Microsoft`<http://www.microsoft.com/> Background with (position color repeat image) sets the background to the color specified, with the image overlaid across the x-axis at the bottom.
|
|
background-185 reference/background-030-ref Background with (position color repeat attachment) http://www.w3.org/TR/CSS21/colors.html#propdef-background,http://www.w3.org/TR/CSS21/colors.html#background-properties 13c674769a8ffb249f3d3559d93c47753600fcad `Microsoft`<http://www.microsoft.com/> Background with (position color repeat attachment) sets the background of the element to the color specified. Repeat, position, and attachment only apply if image is set.
|
|
background-186 Background with (position color attachment image) image,interact http://www.w3.org/TR/CSS21/colors.html#propdef-background,http://www.w3.org/TR/CSS21/colors.html#background-properties a43098ed52983f15ae13b3dcd06adbce3563f618 `Microsoft`<http://www.microsoft.com/> Background with (position color attachment image) sets the background to the image and the image scrolls with the element. The image is centered across the bottom and then tile out from there.
|
|
background-187 reference/background-030-ref Background with (position color attachment repeat) http://www.w3.org/TR/CSS21/colors.html#propdef-background,http://www.w3.org/TR/CSS21/colors.html#background-properties d51e9ab1d4f1597f69a4a7eac06ca8586e9ec836 `Microsoft`<http://www.microsoft.com/> Background with (position color attachment repeat) sets the background of the element to the color specified. Repeat, position, and attachment only apply if image is set.
|
|
background-188 reference/background-090-ref Background with (position image color repeat) image http://www.w3.org/TR/CSS21/colors.html#propdef-background,http://www.w3.org/TR/CSS21/colors.html#background-properties e40c5698f40ad33df8baea6489d8c40f1f998585 `Microsoft`<http://www.microsoft.com/> Background with (position image color repeat) sets the background to the color specified, with the image overlaid across the x-axis at the bottom.
|
|
background-189 Background with (position image color attachment) image,interact http://www.w3.org/TR/CSS21/colors.html#propdef-background,http://www.w3.org/TR/CSS21/colors.html#background-properties 63688c445b5fb4c6afed04d1717647fdedb9f737 `Microsoft`<http://www.microsoft.com/> Background with (position image color attachment) sets the background to the image and the image scrolls with the element. The image is centered across the bottom and then tile out from there.
|
|
background-190 reference/background-090-ref Background with (position image repeat color) image http://www.w3.org/TR/CSS21/colors.html#propdef-background,http://www.w3.org/TR/CSS21/colors.html#background-properties d709fc16981fe9dbb5ab55105c761b3d421e4461 `Microsoft`<http://www.microsoft.com/> Background with (position image repeat color) sets the background to the color specified, with the image overlaid across the x-axis at the bottom.
|
|
background-191 Background with (position image repeat attachment) image,interact http://www.w3.org/TR/CSS21/colors.html#propdef-background,http://www.w3.org/TR/CSS21/colors.html#background-properties 613398ce6f3e13b8e04c400c973641fb2df6ec42 `Microsoft`<http://www.microsoft.com/> Background with (position image repeat attachment) sets the tiles the image across the x-axis within the background and the image scrolls with the box.
|
|
background-192 Background with (position image attachment color) image,interact http://www.w3.org/TR/CSS21/colors.html#propdef-background,http://www.w3.org/TR/CSS21/colors.html#background-properties 3398c8565f3db7a862002b150a1e1d2fadf794d0 `Microsoft`<http://www.microsoft.com/> Background with (position image attachment color) sets the background to the image and the image scrolls with the element. The image is centered across the bottom and then tile out from there.
|
|
background-193 Background with (position image attachment repeat) image,interact http://www.w3.org/TR/CSS21/colors.html#propdef-background,http://www.w3.org/TR/CSS21/colors.html#background-properties 4913e57d6db30b238af2d7bdba3a918eec647cdb `Microsoft`<http://www.microsoft.com/> Background with (position image attachment repeat) sets the tiles the image across the x-axis within the background and the image scrolls with the box.
|
|
background-194 reference/background-090-ref Background with (position repeat color image) image http://www.w3.org/TR/CSS21/colors.html#propdef-background,http://www.w3.org/TR/CSS21/colors.html#background-properties a2ebba56c9188dc6d7cb22a2283bc04e06a9c64b `Microsoft`<http://www.microsoft.com/> Background with (position repeat color image) sets the background to the color specified, with the image overlaid across the x-axis at the bottom.
|
|
background-195 reference/background-030-ref Background with (position repeat color attachment) http://www.w3.org/TR/CSS21/colors.html#propdef-background,http://www.w3.org/TR/CSS21/colors.html#background-properties 386e63749831a50e14e4686b0de9d022f17b8052 `Microsoft`<http://www.microsoft.com/> Background with (position repeat color attachment) sets the background of the element to the color specified. Repeat, position, and attachment only apply if image is set.
|
|
background-196 reference/background-090-ref Background with (position repeat image color) image http://www.w3.org/TR/CSS21/colors.html#propdef-background,http://www.w3.org/TR/CSS21/colors.html#background-properties 0e11cdb837da1bf0327c2bea1ddd81a8793b4931 `Microsoft`<http://www.microsoft.com/> Background with (position repeat image color) sets the background to the color specified, with the image overlaid across the x-axis at the bottom.
|
|
background-197 Background with (position repeat image attachment) image,interact http://www.w3.org/TR/CSS21/colors.html#propdef-background,http://www.w3.org/TR/CSS21/colors.html#background-properties 0f4b9d856038ed18e45a135648a9f47e4a3b3e3f `Microsoft`<http://www.microsoft.com/> Background with (position repeat image attachment) sets the tiles the image across the x-axis within the background and the image scrolls with the box.
|
|
background-198 reference/background-030-ref Background with (position repeat attachment color) http://www.w3.org/TR/CSS21/colors.html#propdef-background,http://www.w3.org/TR/CSS21/colors.html#background-properties 739850821d53c4762250bcaf5562365967bcc977 `Microsoft`<http://www.microsoft.com/> Background with (position repeat attachment color) sets the background of the element to the color specified. Repeat, position, and attachment only apply if image is set.
|
|
background-199 Background with (position repeat attachment image) image,interact http://www.w3.org/TR/CSS21/colors.html#propdef-background,http://www.w3.org/TR/CSS21/colors.html#background-properties 112c0aa774a1968dd36904afbd66b71eb6436d18 `Microsoft`<http://www.microsoft.com/> Background with (position repeat attachment image) sets the tiles the image across the x-axis within the background and the image scrolls with the box.
|
|
background-200 Background with (position attachment color image) image,interact http://www.w3.org/TR/CSS21/colors.html#propdef-background,http://www.w3.org/TR/CSS21/colors.html#background-properties 47b9a4ccfde1d00f44f36c9a9747be762559bf16 `Microsoft`<http://www.microsoft.com/> Background with (position attachment color image) sets the background to the image and the image scrolls with the element. The image is centered across the bottom and then tile out from there.
|
|
background-201 reference/background-030-ref Background with (position attachment color repeat) http://www.w3.org/TR/CSS21/colors.html#propdef-background,http://www.w3.org/TR/CSS21/colors.html#background-properties e297c9e39289e6e2669fc954677971f86b5b49dc `Microsoft`<http://www.microsoft.com/> Background with (position attachment color repeat) sets the background of the element to the color specified. Repeat, position, and attachment only apply if image is set.
|
|
background-202 Background with (position attachment image color) image,interact http://www.w3.org/TR/CSS21/colors.html#propdef-background,http://www.w3.org/TR/CSS21/colors.html#background-properties ff165db0bb7df6a52c4eedc8469ce851ec9a8172 `Microsoft`<http://www.microsoft.com/> Background with (position attachment image color) sets the background to the image and the image scrolls with the element. The image is centered across the bottom and then tile out from there.
|
|
background-203 Background with (position attachment image repeat) image,interact http://www.w3.org/TR/CSS21/colors.html#propdef-background,http://www.w3.org/TR/CSS21/colors.html#background-properties c17d8c284a5fe4db7a7aa5a37a66aa4fac1fcb69 `Microsoft`<http://www.microsoft.com/> Background with (position attachment image repeat) sets the tiles the image across the x-axis within the background and the image scrolls with the box.
|
|
background-204 reference/background-030-ref Background with (position attachment repeat color) http://www.w3.org/TR/CSS21/colors.html#propdef-background,http://www.w3.org/TR/CSS21/colors.html#background-properties caf4cd904ff688c78a2fccf14057ae5adf5a830e `Microsoft`<http://www.microsoft.com/> Background with (position attachment repeat color) sets the background of the element to the color specified. Repeat, position, and attachment only apply if image is set.
|
|
background-205 Background with (position attachment repeat image) image,interact http://www.w3.org/TR/CSS21/colors.html#propdef-background,http://www.w3.org/TR/CSS21/colors.html#background-properties 2105692beab1b91b8f43631f7b03cda50b4d6de1 `Microsoft`<http://www.microsoft.com/> Background with (position attachment repeat image) sets the tiles the image across the x-axis within the background and the image scrolls with the box.
|
|
background-206 Background with (color image repeat attachment position) image,interact http://www.w3.org/TR/CSS21/colors.html#propdef-background,http://www.w3.org/TR/CSS21/colors.html#background-properties 56f2341f320795aecaf8dbe5627aea5d248b2b5d `Microsoft`<http://www.microsoft.com/> Background with (color image repeat attachment position) sets the background to the color specified, tiling the image across the x-axis at the bottom of the element.
|
|
background-207 Background with (color image repeat position attachment) image,interact http://www.w3.org/TR/CSS21/colors.html#propdef-background,http://www.w3.org/TR/CSS21/colors.html#background-properties e1578df24acb780c9976bfb489c1b21f255a9a48 `Microsoft`<http://www.microsoft.com/> Background with (color image repeat position attachment) sets the background to the color specified, tiling the image across the x-axis at the bottom of the element.
|
|
background-208 Background with (color image attachment repeat position) image,interact http://www.w3.org/TR/CSS21/colors.html#propdef-background,http://www.w3.org/TR/CSS21/colors.html#background-properties dd800c22a426f9afb0dfadf5aa829f42e9187b58 `Microsoft`<http://www.microsoft.com/> Background with (color image attachment repeat position) sets the background to the color specified, tiling the image across the x-axis at the bottom of the element.
|
|
background-209 Background with (color image attachment position repeat) image,interact http://www.w3.org/TR/CSS21/colors.html#propdef-background,http://www.w3.org/TR/CSS21/colors.html#background-properties f30d46b3009562042fe1d1520c318e8d419911d4 `Microsoft`<http://www.microsoft.com/> Background with (color image attachment position repeat) sets the background to the color specified, tiling the image across the x-axis at the bottom of the element.
|
|
background-210 Background with (color image position repeat attachment) image,interact http://www.w3.org/TR/CSS21/colors.html#propdef-background,http://www.w3.org/TR/CSS21/colors.html#background-properties b2d1c3edb92399dc04cff55e3b978523c5388c17 `Microsoft`<http://www.microsoft.com/> Background with (color image position repeat attachment) sets the background to the color specified, tiling the image across the x-axis at the bottom of the element.
|
|
background-211 Background with (color image position attachment repeat) image,interact http://www.w3.org/TR/CSS21/colors.html#propdef-background,http://www.w3.org/TR/CSS21/colors.html#background-properties 414eb00d4c4c1a7cdc4609ddaedf4b22630b46cb `Microsoft`<http://www.microsoft.com/> Background with (color image position attachment repeat) sets the background to the color specified, tiling the image across the x-axis at the bottom of the element.
|
|
background-212 Background with (color repeat image attachment position) image,interact http://www.w3.org/TR/CSS21/colors.html#propdef-background,http://www.w3.org/TR/CSS21/colors.html#background-properties 7f346699d85739c396d26fe11f511b30ca4f3614 `Microsoft`<http://www.microsoft.com/> Background with (color repeat image attachment position) sets the background to the color specified, tiling the image across the x-axis at the bottom of the element.
|
|
background-213 Background with (color repeat image position attachment) image,interact http://www.w3.org/TR/CSS21/colors.html#propdef-background,http://www.w3.org/TR/CSS21/colors.html#background-properties bedcd025db9483c9b4ce89f0d6af637c6dc6b2ec `Microsoft`<http://www.microsoft.com/> Background with (color repeat image position attachment) sets the background to the color specified, tiling the image across the x-axis at the bottom of the element.
|
|
background-214 Background with (color repeat attachment image position) image,interact http://www.w3.org/TR/CSS21/colors.html#propdef-background,http://www.w3.org/TR/CSS21/colors.html#background-properties e45b83f133fa12dd2918b4ab13e3714a290c6c88 `Microsoft`<http://www.microsoft.com/> Background with (color repeat attachment image position) sets the background to the color specified, tiling the image across the x-axis at the bottom of the element.
|
|
background-215 Background with (color repeat attachment position image) image,interact http://www.w3.org/TR/CSS21/colors.html#propdef-background,http://www.w3.org/TR/CSS21/colors.html#background-properties 2c51783744c9637e8425a9d69af796515b5280f8 `Microsoft`<http://www.microsoft.com/> Background with (color repeat attachment position image) sets the background to the color specified, tiling the image across the x-axis at the bottom of the element.
|
|
background-216 Background with (color repeat position image attachment) image,interact http://www.w3.org/TR/CSS21/colors.html#propdef-background,http://www.w3.org/TR/CSS21/colors.html#background-properties fad07d2da283a25e93c44b739f7171dff1c92ce7 `Microsoft`<http://www.microsoft.com/> Background with (color repeat position image attachment) sets the background to the color specified, tiling the image across the x-axis at the bottom of the element.
|
|
background-217 Background with (color repeat position attachment image) image,interact http://www.w3.org/TR/CSS21/colors.html#propdef-background,http://www.w3.org/TR/CSS21/colors.html#background-properties 8b7988a312761bf2d3dcf6960f3c1ef0d03ecc8a `Microsoft`<http://www.microsoft.com/> Background with (color repeat position attachment image) sets the background of the element to the color specified.
|
|
background-218 Background with (color attachment image repeat position) image,interact http://www.w3.org/TR/CSS21/colors.html#propdef-background,http://www.w3.org/TR/CSS21/colors.html#background-properties d850412766faa8ce4742fba5b6fc07e9b7292a36 `Microsoft`<http://www.microsoft.com/> Background with (color attachment image repeat position) sets the background to the color specified, tiling the image across the x-axis at the bottom of the element.
|
|
background-219 Background with (color attachment image position repeat) image,interact http://www.w3.org/TR/CSS21/colors.html#propdef-background,http://www.w3.org/TR/CSS21/colors.html#background-properties 76683cafdfb2456bd30d9a4bdd333967036e759b `Microsoft`<http://www.microsoft.com/> Background with (color attachment image position repeat) sets the background to the color specified, tiling the image across the x-axis at the bottom of the element.
|
|
background-220 Background with (color attachment repeat image position) image,interact http://www.w3.org/TR/CSS21/colors.html#propdef-background,http://www.w3.org/TR/CSS21/colors.html#background-properties 27dbd5f5989e4769e191e9431d548876cf792091 `Microsoft`<http://www.microsoft.com/> Background with (color attachment repeat image position) sets the background to the color specified, tiling the image across the x-axis at the bottom of the element.
|
|
background-221 Background with (color attachment repeat position image) image,interact http://www.w3.org/TR/CSS21/colors.html#propdef-background,http://www.w3.org/TR/CSS21/colors.html#background-properties 57b69245c432039c05d7a35370c341a1b5c81548 `Microsoft`<http://www.microsoft.com/> Background with (color attachment repeat position image) sets the background to the color specified, tiling the image across the x-axis at the bottom of the element.
|
|
background-222 Background with (color attachment position image repeat) image,interact http://www.w3.org/TR/CSS21/colors.html#propdef-background,http://www.w3.org/TR/CSS21/colors.html#background-properties 898420e26dbcc64aef40f1d71436c7e5be1d1e7a `Microsoft`<http://www.microsoft.com/> Background with (color attachment position image repeat) sets the background to the color specified, tiling the image across the x-axis at the bottom of the element.
|
|
background-223 Background with (color attachment position repeat image) image,interact http://www.w3.org/TR/CSS21/colors.html#propdef-background,http://www.w3.org/TR/CSS21/colors.html#background-properties 281ce09e4144785b00ca10dca8003d7fa8662103 `Microsoft`<http://www.microsoft.com/> Background with (color attachment position repeat image) sets the background to the color specified, tiling the image across the x-axis at the bottom of the element.
|
|
background-224 Background with (color position image repeat attachment) image,interact http://www.w3.org/TR/CSS21/colors.html#propdef-background,http://www.w3.org/TR/CSS21/colors.html#background-properties c4a0f1f89c9f2b3d1635d662e80ca1555ef5d9ec `Microsoft`<http://www.microsoft.com/> Background with (color position image repeat attachment) sets the background to the color specified, tiling the image across the x-axis at the bottom of the element.
|
|
background-225 Background with (color position image attachment repeat) image,interact http://www.w3.org/TR/CSS21/colors.html#propdef-background,http://www.w3.org/TR/CSS21/colors.html#background-properties 8ae4d1c70db8758481824f48b127ebfc0b9aa150 `Microsoft`<http://www.microsoft.com/> Background with (color position image attachment repeat) sets the background to the color specified, tiling the image across the x-axis at the bottom of the element.
|
|
background-226 Background with (color position repeat image attachment) image,interact http://www.w3.org/TR/CSS21/colors.html#propdef-background,http://www.w3.org/TR/CSS21/colors.html#background-properties adc3f6c84fc46c70345f0bbd6d211efce0c64ab0 `Microsoft`<http://www.microsoft.com/> Background with (color position repeat image attachment) sets the background to the color specified, tiling the image across the x-axis at the bottom of the element.
|
|
background-227 Background with (color position repeat attachment image) image,interact http://www.w3.org/TR/CSS21/colors.html#propdef-background,http://www.w3.org/TR/CSS21/colors.html#background-properties b9c08652eea0ccda91ac4504275749322e9004ad `Microsoft`<http://www.microsoft.com/> Background with (color position repeat attachment image) sets the background to the color specified, tiling the image across the x-axis at the bottom of the element.
|
|
background-228 Background with (color position attachment image repeat) image,interact http://www.w3.org/TR/CSS21/colors.html#propdef-background,http://www.w3.org/TR/CSS21/colors.html#background-properties 4572c01e75a1c561f68b87e31331dd9d8efa2031 `Microsoft`<http://www.microsoft.com/> Background with (color position attachment image repeat) sets the background to the color specified, tiling the image across the x-axis at the bottom of the element.
|
|
background-229 Background with (color position attachment repeat image) image,interact http://www.w3.org/TR/CSS21/colors.html#propdef-background,http://www.w3.org/TR/CSS21/colors.html#background-properties b1bcbe7b0cc914f43bd4be2e3aaf6b68438ce3c4 `Microsoft`<http://www.microsoft.com/> Background with (color position attachment repeat image) sets the background to the color specified, tiling the image across the x-axis at the bottom of the element.
|
|
background-230 Background with (image color repeat attachment position) image,interact http://www.w3.org/TR/CSS21/colors.html#propdef-background,http://www.w3.org/TR/CSS21/colors.html#background-properties d53e80ff281059c99eec52473c837fe0e19822b1 `Microsoft`<http://www.microsoft.com/> Background with (image color repeat attachment position) sets the background to the color specified, tiling the image across the x-axis at the bottom of the element.
|
|
background-231 Background with (image color repeat position attachment) image,interact http://www.w3.org/TR/CSS21/colors.html#propdef-background,http://www.w3.org/TR/CSS21/colors.html#background-properties 722952ffc8cf39d6b9b7bf3307f3258b00ef65df `Microsoft`<http://www.microsoft.com/> Background with (image color repeat position attachment) sets the background to the color specified, tiling the image across the x-axis at the bottom of the element.
|
|
background-232 Background with (image color attachment repeat position) image,interact http://www.w3.org/TR/CSS21/colors.html#propdef-background,http://www.w3.org/TR/CSS21/colors.html#background-properties 0f535555d2555b4672d06769e75106f796b37adc `Microsoft`<http://www.microsoft.com/> Background with (image color attachment repeat position) sets the background to the color specified, tiling the image across the x-axis at the bottom of the element.
|
|
background-233 Background with (image color attachment position repeat) image,interact http://www.w3.org/TR/CSS21/colors.html#propdef-background,http://www.w3.org/TR/CSS21/colors.html#background-properties 413de336d72aa59a584570fc3bded2978f819a01 `Microsoft`<http://www.microsoft.com/> Background with (image color attachment position repeat) sets the background to the color specified, tiling the image across the x-axis at the bottom of the element.
|
|
background-234 Background with (image color position repeat attachment) image,interact http://www.w3.org/TR/CSS21/colors.html#propdef-background,http://www.w3.org/TR/CSS21/colors.html#background-properties 43e1faca6929acbb1bf71a5c97fb61eb7971e997 `Microsoft`<http://www.microsoft.com/> Background with (image color position repeat attachment) sets the background to the color specified, tiling the image across the x-axis at the bottom of the element.
|
|
background-235 Background with (image color position attachment repeat) image,interact http://www.w3.org/TR/CSS21/colors.html#propdef-background,http://www.w3.org/TR/CSS21/colors.html#background-properties 614b2ad8e4c8013ad408427bb11b6d63a394165e `Microsoft`<http://www.microsoft.com/> Background with (image color position attachment repeat) sets the background to the color specified, tiling the image across the x-axis at the bottom of the element.
|
|
background-236 Background with (image repeat color attachment position) image,interact http://www.w3.org/TR/CSS21/colors.html#propdef-background,http://www.w3.org/TR/CSS21/colors.html#background-properties 234bd7b34cbc265b87917a27168df26f39cea156 `Microsoft`<http://www.microsoft.com/> Background with (image repeat color attachment position) sets the background to the color specified, tiling the image across the x-axis at the bottom of the element.
|
|
background-237 Background with (image repeat color position attachment) image,interact http://www.w3.org/TR/CSS21/colors.html#propdef-background,http://www.w3.org/TR/CSS21/colors.html#background-properties d0b0c853e4918a9d6e54ebc472d720309dbf3c22 `Microsoft`<http://www.microsoft.com/> Background with (image repeat color position attachment) sets the background to the color specified, tiling the image across the x-axis at the bottom of the element.
|
|
background-238 Background with (image repeat attachment color position) image,interact http://www.w3.org/TR/CSS21/colors.html#propdef-background,http://www.w3.org/TR/CSS21/colors.html#background-properties 395347b134a072024c07ba95509fbae8fbf90331 `Microsoft`<http://www.microsoft.com/> Background with (image repeat attachment color position) sets the background to the color specified, tiling the image across the x-axis at the bottom of the element.
|
|
background-239 Background with (image repeat attachment position color) image,interact http://www.w3.org/TR/CSS21/colors.html#propdef-background,http://www.w3.org/TR/CSS21/colors.html#background-properties ede9b50835474d195ffc027d5b297a3cd539575b `Microsoft`<http://www.microsoft.com/> Background with (image repeat attachment position color) sets the background to the color specified, tiling the image across the x-axis at the bottom of the element.
|
|
background-240 Background with (image repeat position color attachment) image,interact http://www.w3.org/TR/CSS21/colors.html#propdef-background,http://www.w3.org/TR/CSS21/colors.html#background-properties d7e823d80659771c6429f1c0248395f26720d1a6 `Microsoft`<http://www.microsoft.com/> Background with (image repeat position color attachment) sets the background to the color specified, tiling the image across the x-axis at the bottom of the element.
|
|
background-241 Background with (image repeat position attachment color) image,interact http://www.w3.org/TR/CSS21/colors.html#propdef-background,http://www.w3.org/TR/CSS21/colors.html#background-properties 037ca96626a0d08e89d97818cd32dc4a9bcf90f3 `Microsoft`<http://www.microsoft.com/> Background with (image repeat position attachment color) sets the background to the color specified, tiling the image across the x-axis at the bottom of the element.
|
|
background-242 Background with (image attachment color repeat position) image,interact http://www.w3.org/TR/CSS21/colors.html#propdef-background,http://www.w3.org/TR/CSS21/colors.html#background-properties 339c842402ea42d3c96d943932f715b97bfba149 `Microsoft`<http://www.microsoft.com/> Background with (image attachment color repeat position) sets the background to the color specified, tiling the image across the x-axis at the bottom of the element.
|
|
background-243 Background with (image attachment color position repeat) image,interact http://www.w3.org/TR/CSS21/colors.html#propdef-background,http://www.w3.org/TR/CSS21/colors.html#background-properties 477e1e33cb5c54f956fae861b963b6ee4964b45c `Microsoft`<http://www.microsoft.com/> Background with (image attachment color position repeat) sets the background to the color specified, tiling the image across the x-axis at the bottom of the element.
|
|
background-244 Background with (image attachment repeat color position) image,interact http://www.w3.org/TR/CSS21/colors.html#propdef-background,http://www.w3.org/TR/CSS21/colors.html#background-properties a3daa6b6a5326105fe567482cf1d033eac2f0b5f `Microsoft`<http://www.microsoft.com/> Background with (image attachment repeat color position) sets the background to the color specified, tiling the image across the x-axis at the bottom of the element.
|
|
background-245 Background with (image attachment repeat position color) image,interact http://www.w3.org/TR/CSS21/colors.html#propdef-background,http://www.w3.org/TR/CSS21/colors.html#background-properties ac4cd88a1ec618da05ef7506949b979888e5bf4b `Microsoft`<http://www.microsoft.com/> Background with (image attachment repeat position color) sets the background to the color specified, tiling the image across the x-axis at the bottom of the element.
|
|
background-246 Background with (image attachment position color repeat) image,interact http://www.w3.org/TR/CSS21/colors.html#propdef-background,http://www.w3.org/TR/CSS21/colors.html#background-properties 0b72f562281494f923c9aa444c2e7bd3ec48ba10 `Microsoft`<http://www.microsoft.com/> Background with (image attachment position color repeat) sets the background to the color specified, tiling the image across the x-axis at the bottom of the element.
|
|
background-247 Background with (image attachment position repeat color) image,interact http://www.w3.org/TR/CSS21/colors.html#propdef-background,http://www.w3.org/TR/CSS21/colors.html#background-properties 5230eb7d0bebe126ada8d7590ad7c6c0a4783fa2 `Microsoft`<http://www.microsoft.com/> Background with (image attachment position repeat color) sets the background to the color specified, tiling the image across the x-axis at the bottom of the element.
|
|
background-248 Background with (image position color repeat attachment) image,interact http://www.w3.org/TR/CSS21/colors.html#propdef-background,http://www.w3.org/TR/CSS21/colors.html#background-properties fdbebfdef400ffb171363763eb05c0a4ea1779e0 `Microsoft`<http://www.microsoft.com/> Background with (image position color repeat attachment) sets the background to the color specified, tiling the image across the x-axis at the bottom of the element.
|
|
background-249 Background with (image position color attachment repeat) image,interact http://www.w3.org/TR/CSS21/colors.html#propdef-background,http://www.w3.org/TR/CSS21/colors.html#background-properties fbf9a7fc2d682b554ca4e66980c3c9deaa85f1f1 `Microsoft`<http://www.microsoft.com/> Background with (image position color attachment repeat) sets the background to the color specified, tiling the image across the x-axis at the bottom of the element.
|
|
background-250 Background with (image position repeat color attachment) image,interact http://www.w3.org/TR/CSS21/colors.html#propdef-background,http://www.w3.org/TR/CSS21/colors.html#background-properties d206404f1b7bf531b829fe13f276fe75d716da2c `Microsoft`<http://www.microsoft.com/> Background with (image position repeat color attachment) sets the background to the color specified, tiling the image across the x-axis at the bottom of the element.
|
|
background-251 Background with (image position repeat attachment color) image,interact http://www.w3.org/TR/CSS21/colors.html#propdef-background,http://www.w3.org/TR/CSS21/colors.html#background-properties d031fc34ec3c6819faa4153c5336a78c13a109a3 `Microsoft`<http://www.microsoft.com/> Background with (image position repeat attachment color) sets the background to the color specified, tiling the image across the x-axis at the bottom of the element.
|
|
background-252 Background with (image position attachment color repeat) image,interact http://www.w3.org/TR/CSS21/colors.html#propdef-background,http://www.w3.org/TR/CSS21/colors.html#background-properties c36253f7fe3bd11173cfc2db1bafed09830e2cda `Microsoft`<http://www.microsoft.com/> Background with (image position attachment color repeat) sets the background to the color specified, tiling the image across the x-axis at the bottom of the element.
|
|
background-253 Background with (image position attachment repeat color) image,interact http://www.w3.org/TR/CSS21/colors.html#propdef-background,http://www.w3.org/TR/CSS21/colors.html#background-properties f8df4f0cc6748fe79df4fa16dfe89f9731a392fc `Microsoft`<http://www.microsoft.com/> Background with (image position attachment repeat color) sets the background to the color specified, tiling the image across the x-axis at the bottom of the element.
|
|
background-254 Background with (repeat color image attachment position) image,interact http://www.w3.org/TR/CSS21/colors.html#propdef-background,http://www.w3.org/TR/CSS21/colors.html#background-properties f3c97634e8d726d557fa1df3a0226a7e183c3fa0 `Microsoft`<http://www.microsoft.com/> Background with (repeat color image attachment position) sets the background to the color specified, tiling the image across the x-axis at the bottom of the element.
|
|
background-255 Background with (repeat color image position attachment) image,interact http://www.w3.org/TR/CSS21/colors.html#propdef-background,http://www.w3.org/TR/CSS21/colors.html#background-properties d5eb45cb903bc300e47f3c12d9831ade23e42fdb `Microsoft`<http://www.microsoft.com/> Background with (repeat color image position attachment) sets the background to the color specified, tiling the image across the x-axis at the bottom of the element.
|
|
background-256 Background with (repeat color attachment image position) image,interact http://www.w3.org/TR/CSS21/colors.html#propdef-background,http://www.w3.org/TR/CSS21/colors.html#background-properties 616ec67d2820d84cf0efbbb8cadcfa77b4002ebf `Microsoft`<http://www.microsoft.com/> Background with (repeat color attachment image position) sets the background to the color specified, tiling the image across the x-axis at the bottom of the element.
|
|
background-257 Background with (repeat color attachment position image) image,interact http://www.w3.org/TR/CSS21/colors.html#propdef-background,http://www.w3.org/TR/CSS21/colors.html#background-properties bd43a0d37784746a2a7b0d7ea5e0f70157d4e6e3 `Microsoft`<http://www.microsoft.com/> Background with (repeat color attachment position image) sets the background to the color specified, tiling the image across the x-axis at the bottom of the element.
|
|
background-258 Background with (repeat color position image attachment) image,interact http://www.w3.org/TR/CSS21/colors.html#propdef-background,http://www.w3.org/TR/CSS21/colors.html#background-properties 7d30753a4dbe868fe020899b3bb8706f774ec781 `Microsoft`<http://www.microsoft.com/> Background with (repeat color position image attachment) sets the background to the color specified, tiling the image across the x-axis at the bottom of the element.
|
|
background-259 Background with (repeat color position attachment image) image,interact http://www.w3.org/TR/CSS21/colors.html#propdef-background,http://www.w3.org/TR/CSS21/colors.html#background-properties e0029464d447b397e463e735a0e3708e1da66b25 `Microsoft`<http://www.microsoft.com/> Background with (repeat color position attachment image) sets the background to the color specified, tiling the image across the x-axis at the bottom of the element.
|
|
background-260 Background with (repeat image color attachment position) image,interact http://www.w3.org/TR/CSS21/colors.html#propdef-background,http://www.w3.org/TR/CSS21/colors.html#background-properties a02acd94918b5d078f548ab595ee541521569749 `Microsoft`<http://www.microsoft.com/> Background with (repeat image color attachment position) sets the background to the color specified, tiling the image across the x-axis at the bottom of the element.
|
|
background-261 Background with (repeat image color position attachment) image,interact http://www.w3.org/TR/CSS21/colors.html#propdef-background,http://www.w3.org/TR/CSS21/colors.html#background-properties 4cd0b3369028b0e8aeab7cd2174d0cb1f6a07a02 `Microsoft`<http://www.microsoft.com/> Background with (repeat image color position attachment) sets the background to the color specified, tiling the image across the x-axis at the bottom of the element.
|
|
background-262 Background with (repeat image attachment color position) image,interact http://www.w3.org/TR/CSS21/colors.html#propdef-background,http://www.w3.org/TR/CSS21/colors.html#background-properties b84401a585c704d0f64c6847db3e029d236b339e `Microsoft`<http://www.microsoft.com/> Background with (repeat image attachment color position) sets the background to the color specified, tiling the image across the x-axis at the bottom of the element.
|
|
background-263 Background with (repeat image attachment position color) image,interact http://www.w3.org/TR/CSS21/colors.html#propdef-background,http://www.w3.org/TR/CSS21/colors.html#background-properties 5bfb3bc4bb81a6135f782f7b1a794ff273372942 `Microsoft`<http://www.microsoft.com/> Background with (repeat image attachment position color) sets the background to the color specified, tiling the image across the x-axis at the bottom of the element.
|
|
background-264 Background with (repeat image position color attachment) image,interact http://www.w3.org/TR/CSS21/colors.html#propdef-background,http://www.w3.org/TR/CSS21/colors.html#background-properties 4179767708ffb5b1cd208a560ae3a7a45c2b410c `Microsoft`<http://www.microsoft.com/> Background with (repeat image position color attachment) sets the background to the color specified, tiling the image across the x-axis at the bottom of the element.
|
|
background-265 Background with (repeat image position attachment color) image,interact http://www.w3.org/TR/CSS21/colors.html#propdef-background,http://www.w3.org/TR/CSS21/colors.html#background-properties f7f02b8f744c423a44f09123e54f49a77ae1bb0f `Microsoft`<http://www.microsoft.com/> Background with (repeat image position attachment color) sets the background to the color specified, tiling the image across the x-axis at the bottom of the element.
|
|
background-266 Background with (repeat attachment color image position) image,interact http://www.w3.org/TR/CSS21/colors.html#propdef-background,http://www.w3.org/TR/CSS21/colors.html#background-properties 1d97b030a4a0988b28529f1105dafecf6133f5e9 `Microsoft`<http://www.microsoft.com/> Background with (repeat attachment color image position) sets the background to the color specified, tiling the image across the x-axis at the bottom of the element.
|
|
background-267 Background with (repeat attachment color position image) image,interact http://www.w3.org/TR/CSS21/colors.html#propdef-background,http://www.w3.org/TR/CSS21/colors.html#background-properties 5585474e40ae354fccc39d9056cc091973a25d84 `Microsoft`<http://www.microsoft.com/> Background with (repeat attachment color position image) sets the background to the color specified, tiling the image across the x-axis at the bottom of the element.
|
|
background-268 Background with (repeat attachment image color position) image,interact http://www.w3.org/TR/CSS21/colors.html#propdef-background,http://www.w3.org/TR/CSS21/colors.html#background-properties 81f3ab85f13d32561e8bde385770d55c8e8f2bfc `Microsoft`<http://www.microsoft.com/> Background with (repeat attachment image color position) sets the background to the color specified, tiling the image across the x-axis at the bottom of the element.
|
|
background-269 Background with (repeat attachment image position color) image,interact http://www.w3.org/TR/CSS21/colors.html#propdef-background,http://www.w3.org/TR/CSS21/colors.html#background-properties 916e9c66d4a3f5319b5ec1a0b428c1c4730216b2 `Microsoft`<http://www.microsoft.com/> Background with (repeat attachment image position color) sets the background to the color specified, tiling the image across the x-axis at the bottom of the element.
|
|
background-270 Background with (repeat attachment position color image) image,interact http://www.w3.org/TR/CSS21/colors.html#propdef-background,http://www.w3.org/TR/CSS21/colors.html#background-properties 7ff20da2be45da6c09aea9123351bbf5a6c53b63 `Microsoft`<http://www.microsoft.com/> Background with (repeat attachment position color image) sets the background to the color specified, tiling the image across the x-axis at the bottom of the element.
|
|
background-271 Background with (repeat attachment position image color) image,interact http://www.w3.org/TR/CSS21/colors.html#propdef-background,http://www.w3.org/TR/CSS21/colors.html#background-properties c282bd869f2339290d65bfe9e8cdd64786c78b50 `Microsoft`<http://www.microsoft.com/> Background with (repeat attachment position image color) sets the background to the color specified, tiling the image across the x-axis at the bottom of the element.
|
|
background-272 Background with (repeat position color image attachment) image,interact http://www.w3.org/TR/CSS21/colors.html#propdef-background,http://www.w3.org/TR/CSS21/colors.html#background-properties e070a6a78ac8f450d82ce5f03bd2f043533d7fb8 `Microsoft`<http://www.microsoft.com/> Background with (repeat position color image attachment) sets the background to the color specified, tiling the image across the x-axis at the bottom of the element.
|
|
background-273 Background with (repeat position color attachment image) image,interact http://www.w3.org/TR/CSS21/colors.html#propdef-background,http://www.w3.org/TR/CSS21/colors.html#background-properties e97264c1f2a53ba5c326da2258f7aec244f262fd `Microsoft`<http://www.microsoft.com/> Background with (repeat position color attachment image) sets the background to the color specified, tiling the image across the x-axis at the bottom of the element.
|
|
background-274 Background with (repeat position image color attachment) image,interact http://www.w3.org/TR/CSS21/colors.html#propdef-background,http://www.w3.org/TR/CSS21/colors.html#background-properties 58bafffe54828d8bba1e8cb44b5d5dd3f5bf3507 `Microsoft`<http://www.microsoft.com/> Background with (repeat position image color attachment) sets the background to the color specified, tiling the image across the x-axis at the bottom of the element.
|
|
background-275 Background with (repeat position image attachment color) image,interact http://www.w3.org/TR/CSS21/colors.html#propdef-background,http://www.w3.org/TR/CSS21/colors.html#background-properties e9fe76e01a7d56fb05225d5b0653dc76181e928c `Microsoft`<http://www.microsoft.com/> Background with (repeat position image attachment color) sets the background to the color specified, tiling the image across the x-axis at the bottom of the element.
|
|
background-276 Background with (repeat position attachment color image) image,interact http://www.w3.org/TR/CSS21/colors.html#propdef-background,http://www.w3.org/TR/CSS21/colors.html#background-properties 24f3ae486f342e9b37492d3dfd00189dfe314675 `Microsoft`<http://www.microsoft.com/> Background with (repeat position attachment color image) sets the background to the color specified, tiling the image across the x-axis at the bottom of the element.
|
|
background-277 Background with (repeat position attachment image color) image,interact http://www.w3.org/TR/CSS21/colors.html#propdef-background,http://www.w3.org/TR/CSS21/colors.html#background-properties 005525fa5be42a00d3d6fbd7f3713c00945f0562 `Microsoft`<http://www.microsoft.com/> Background with (repeat position attachment image color) sets the background to the color specified, tiling the image across the x-axis at the bottom of the element.
|
|
background-278 Background with (attachment color image repeat position) image,interact http://www.w3.org/TR/CSS21/colors.html#propdef-background,http://www.w3.org/TR/CSS21/colors.html#background-properties cd0493e6f96d0acafd4ce555bb8dbf7f55501638 `Microsoft`<http://www.microsoft.com/> Background with (attachment color image repeat position) sets the background to the color specified, tiling the image across the x-axis at the bottom of the element.
|
|
background-279 Background with (attachment color image position repeat) image,interact http://www.w3.org/TR/CSS21/colors.html#propdef-background,http://www.w3.org/TR/CSS21/colors.html#background-properties bf403748da4adfc48ddd8ac8053450e6a10992ba `Microsoft`<http://www.microsoft.com/> Background with (attachment color image position repeat) sets the background to the color specified, tiling the image across the x-axis at the bottom of the element.
|
|
background-280 Background with (attachment color repeat image position) image,interact http://www.w3.org/TR/CSS21/colors.html#propdef-background,http://www.w3.org/TR/CSS21/colors.html#background-properties eb73ab6802b6c8021b5a55d5a71230bc4b4ab880 `Microsoft`<http://www.microsoft.com/> Background with (attachment color repeat image position) sets the background to the color specified, tiling the image across the x-axis at the bottom of the element.
|
|
background-281 Background with (attachment color repeat position image) image,interact http://www.w3.org/TR/CSS21/colors.html#propdef-background,http://www.w3.org/TR/CSS21/colors.html#background-properties e7788ffce9522ff500f34c67e1795eb3588125ec `Microsoft`<http://www.microsoft.com/> Background with attachment color repeat position image) sets the background to the color specified, tiling the image across the x-axis at the bottom of the element.
|
|
background-282 Background with (attachment color position image repeat) image,interact http://www.w3.org/TR/CSS21/colors.html#propdef-background,http://www.w3.org/TR/CSS21/colors.html#background-properties 7071fc80d91606bfb55c02124b33f7a5d7e875a2 `Microsoft`<http://www.microsoft.com/> Background with (attachment color position image repeat) sets the background to the color specified, tiling the image across the x-axis at the bottom of the element.
|
|
background-283 Background with (attachment color position repeat image) image,interact http://www.w3.org/TR/CSS21/colors.html#propdef-background,http://www.w3.org/TR/CSS21/colors.html#background-properties 89788f77688ee94c1bdb9fa5cfd42ecf25d32082 `Microsoft`<http://www.microsoft.com/> Background with (attachment color position repeat image) sets the background to the color specified, tiling the image across the x-axis at the bottom of the element.
|
|
background-284 Background with (attachment image color repeat position) image,interact http://www.w3.org/TR/CSS21/colors.html#propdef-background,http://www.w3.org/TR/CSS21/colors.html#background-properties bd7662ae19e4b3670231239d6f95cc88e73dad19 `Microsoft`<http://www.microsoft.com/> Background with (attachment image color repeat position) sets the background to the color specified, tiling the image across the x-axis at the bottom of the element.
|
|
background-285 Background with (attachment image color position repeat) image,interact http://www.w3.org/TR/CSS21/colors.html#propdef-background,http://www.w3.org/TR/CSS21/colors.html#background-properties 0888dbf9702ac2fdd85bfc4a18b7b24139bdfa3f `Microsoft`<http://www.microsoft.com/> Background with (attachment image color position repeat) sets the background to the color specified, tiling the image across the x-axis at the bottom of the element.
|
|
background-286 Background with (attachment image repeat color position) image,interact http://www.w3.org/TR/CSS21/colors.html#propdef-background,http://www.w3.org/TR/CSS21/colors.html#background-properties cf0d42eb08d2088ce5236ebbfc4907806fb7dd50 `Microsoft`<http://www.microsoft.com/> Background with (attachment image repeat color position) sets the background to the color specified, tiling the image across the x-axis at the bottom of the element.
|
|
background-287 Background with (attachment image repeat position color) image,interact http://www.w3.org/TR/CSS21/colors.html#propdef-background,http://www.w3.org/TR/CSS21/colors.html#background-properties 30f1b0992d51c4ecd8d111aa6a1beec67ec6fc3e `Microsoft`<http://www.microsoft.com/> Background with (attachment image repeat position color) sets the background to the color specified, tiling the image across the x-axis at the bottom of the element.
|
|
background-288 Background with (attachment image position color repeat) image,interact http://www.w3.org/TR/CSS21/colors.html#propdef-background,http://www.w3.org/TR/CSS21/colors.html#background-properties 9359321cf4a1bb82d9f761100e96f56f84d11db6 `Microsoft`<http://www.microsoft.com/> Background with (attachment image position color repeat) sets the background to the color specified, tiling the image across the x-axis at the bottom of the element.
|
|
background-289 Background with (attachment image position repeat color) image,interact http://www.w3.org/TR/CSS21/colors.html#propdef-background,http://www.w3.org/TR/CSS21/colors.html#background-properties 22fed55982da4c1de5272d7b027f02b1e0b64614 `Microsoft`<http://www.microsoft.com/> Background with (attachment image position repeat color) sets the background to the color specified, tiling the image across the x-axis at the bottom of the element.
|
|
background-290 Background with (attachment repeat color image position) image,interact http://www.w3.org/TR/CSS21/colors.html#propdef-background,http://www.w3.org/TR/CSS21/colors.html#background-properties 809a028511a8e806e183976f3e5c83b254d7d167 `Microsoft`<http://www.microsoft.com/> Background with (attachment repeat color image position) sets the background to the color specified, tiling the image across the x-axis at the bottom of the element.
|
|
background-291 Background with (attachment repeat color position image) image,interact http://www.w3.org/TR/CSS21/colors.html#propdef-background,http://www.w3.org/TR/CSS21/colors.html#background-properties e9fc2d5748d61369e6234b64c63800370c85ecc4 `Microsoft`<http://www.microsoft.com/> Background with (attachment repeat color position image) sets the background to the color specified, tiling the image across the x-axis at the bottom of the element.
|
|
background-292 Background with (attachment repeat image color position) image,interact http://www.w3.org/TR/CSS21/colors.html#propdef-background,http://www.w3.org/TR/CSS21/colors.html#background-properties 2591b60bec33bc42b008cb4377764aebe7e7a9dd `Microsoft`<http://www.microsoft.com/> Background with (attachment repeat image color position) sets the background to the color specified, tiling the image across the x-axis at the bottom of the element.
|
|
background-293 Background with (attachment repeat image position color) image,interact http://www.w3.org/TR/CSS21/colors.html#propdef-background,http://www.w3.org/TR/CSS21/colors.html#background-properties cd13d0ae3ddb7ab44964f25fbe65f9dcfa913a72 `Microsoft`<http://www.microsoft.com/> Background with (attachment repeat image position color) sets the background to the color specified, tiling the image across the x-axis at the bottom of the element.
|
|
background-294 Background with (attachment repeat position color image) image,interact http://www.w3.org/TR/CSS21/colors.html#propdef-background,http://www.w3.org/TR/CSS21/colors.html#background-properties 0f88c2f11ed8e436693498c75ac25952a0674145 `Microsoft`<http://www.microsoft.com/> Background with (attachment repeat position color image) sets the background to the color specified, tiling the image across the x-axis at the bottom of the element.
|
|
background-295 Background with (attachment repeat position image color) image,interact http://www.w3.org/TR/CSS21/colors.html#propdef-background,http://www.w3.org/TR/CSS21/colors.html#background-properties e65e7a63193c52cd79cac3f258a7c9867b150689 `Microsoft`<http://www.microsoft.com/> Background with (attachment repeat position image color) sets the background to the color specified, tiling the image across the x-axis at the bottom of the element.
|
|
background-296 Background with (attachment position color image repeat) image,interact http://www.w3.org/TR/CSS21/colors.html#propdef-background,http://www.w3.org/TR/CSS21/colors.html#background-properties e95354904f66d7f51aaf10ab237727aebb73560d `Microsoft`<http://www.microsoft.com/> Background with (attachment position color image repeat) sets the background to the color specified, tiling the image across the x-axis at the bottom of the element.
|
|
background-297 Background with (attachment position color repeat image) image,interact http://www.w3.org/TR/CSS21/colors.html#propdef-background,http://www.w3.org/TR/CSS21/colors.html#background-properties 6aac1cde0ac78090477c80a6b28d0aaa33385251 `Microsoft`<http://www.microsoft.com/> Background with (attachment position color repeat image) sets the background to the color specified, tiling the image across the x-axis at the bottom of the element.
|
|
background-298 Background with (attachment position image color repeat) image,interact http://www.w3.org/TR/CSS21/colors.html#propdef-background,http://www.w3.org/TR/CSS21/colors.html#background-properties f4a282186bdd160649c8d41acde465bc6b046cf7 `Microsoft`<http://www.microsoft.com/> Background with (attachment position image color repeat) sets the background to the color specified, tiling the image across the x-axis at the bottom of the element.
|
|
background-299 Background with (attachment position image repeat color) image,interact http://www.w3.org/TR/CSS21/colors.html#propdef-background,http://www.w3.org/TR/CSS21/colors.html#background-properties e457867d2e116d11afbe1ba5901f1a57ab98d3e9 `Microsoft`<http://www.microsoft.com/> Background with (attachment position image repeat color) sets the background to the color specified, tiling the image across the x-axis at the bottom of the element.
|
|
background-300 Background with (attachment position repeat color image) image,interact http://www.w3.org/TR/CSS21/colors.html#propdef-background,http://www.w3.org/TR/CSS21/colors.html#background-properties 82e6fc6610b88c44dd97aede0d1b3dfaa950f4f0 `Microsoft`<http://www.microsoft.com/> Background with (attachment position repeat color image) sets the background to the color specified, tiling the image across the x-axis at the bottom of the element.
|
|
background-301 Background with (attachment position repeat image color) image,interact http://www.w3.org/TR/CSS21/colors.html#propdef-background,http://www.w3.org/TR/CSS21/colors.html#background-properties 3f0af13e9cec81740a61d44ab2eb2ee1a14e4cb7 `Microsoft`<http://www.microsoft.com/> Background with (attachment position repeat image color) sets the background to the color specified, tiling the image across the x-axis at the bottom of the element.
|
|
background-302 Background with (position color image repeat attachment) image,interact http://www.w3.org/TR/CSS21/colors.html#propdef-background,http://www.w3.org/TR/CSS21/colors.html#background-properties aeaae084285c2af40c5eff47d27479a065102f73 `Microsoft`<http://www.microsoft.com/> Background with (position color image repeat attachment) sets the background to the color specified, tiling the image across the x-axis at the bottom of the element.
|
|
background-303 Background with (position color image attachment repeat) image,interact http://www.w3.org/TR/CSS21/colors.html#propdef-background,http://www.w3.org/TR/CSS21/colors.html#background-properties 7cc3ffe7a58c5c2b052bc19435479153fb9b6399 `Microsoft`<http://www.microsoft.com/> Background with (position color image attachment repeat) sets the background to the color specified, tiling the image across the x-axis at the bottom of the element.
|
|
background-304 Background with (position color repeat image attachment) image,interact http://www.w3.org/TR/CSS21/colors.html#propdef-background,http://www.w3.org/TR/CSS21/colors.html#background-properties c1098d5db0581e189ab8c75977e5e92af51871ee `Microsoft`<http://www.microsoft.com/> Background with (position color repeat image attachment) sets the background to the color specified, tiling the image across the x-axis at the bottom of the element.
|
|
background-305 Background with (position color repeat attachment image) image,interact http://www.w3.org/TR/CSS21/colors.html#propdef-background,http://www.w3.org/TR/CSS21/colors.html#background-properties b37cf9d1bb6a4ef6a005873d09ac2884db3d5b66 `Microsoft`<http://www.microsoft.com/> Background with (position color repeat attachment image) sets the background to the color specified, tiling the image across the x-axis at the bottom of the element.
|
|
background-306 Background with (position color attachment image repeat) image,interact http://www.w3.org/TR/CSS21/colors.html#propdef-background,http://www.w3.org/TR/CSS21/colors.html#background-properties 654befc3bb2c3c1354dc5c2b40654d2c7bd20f5c `Microsoft`<http://www.microsoft.com/> Background with (position color attachment image repeat) sets the background to the color specified, tiling the image across the x-axis at the bottom of the element.
|
|
background-307 Background with (position color attachment repeat image) image,interact http://www.w3.org/TR/CSS21/colors.html#propdef-background,http://www.w3.org/TR/CSS21/colors.html#background-properties ede9e279c1ec2faa250d6f2dae5b703cb09dccfc `Microsoft`<http://www.microsoft.com/> Background with (position color attachment repeat image) sets the background to the color specified, tiling the image across the x-axis at the bottom of the element.
|
|
background-308 Background with (position image color repeat attachment) image,interact http://www.w3.org/TR/CSS21/colors.html#propdef-background,http://www.w3.org/TR/CSS21/colors.html#background-properties 9d174d0093e5330aed07fa6c5f98957d55868dd1 `Microsoft`<http://www.microsoft.com/> Background with (position image color repeat attachment) sets the background to the color specified, tiling the image across the x-axis at the bottom of the element.
|
|
background-309 Background with (position image color attachment repeat) image,interact http://www.w3.org/TR/CSS21/colors.html#propdef-background,http://www.w3.org/TR/CSS21/colors.html#background-properties 96e4fbad6f4e17c889f4683985b0ee2e2d5bcbb4 `Microsoft`<http://www.microsoft.com/> Background with (position image color attachment repeat) sets the background to the color specified, tiling the image across the x-axis at the bottom of the element.
|
|
background-310 Background with (position image repeat color attachment) image,interact http://www.w3.org/TR/CSS21/colors.html#propdef-background,http://www.w3.org/TR/CSS21/colors.html#background-properties 8ea2281e2120c93bab45b9204b76ec3522d30d05 `Microsoft`<http://www.microsoft.com/> Background with (position image repeat color attachment) sets the background to the color specified, tiling the image across the x-axis at the bottom of the element.
|
|
background-311 Background with (position image repeat attachment color) image,interact http://www.w3.org/TR/CSS21/colors.html#propdef-background,http://www.w3.org/TR/CSS21/colors.html#background-properties ece040e7f288eeb9bb884c8648c71bf747d2d120 `Microsoft`<http://www.microsoft.com/> Background with (position image repeat attachment color) sets the background to the color specified, tiling the image across the x-axis at the bottom of the element.
|
|
background-312 Background with (position image attachment color repeat) image,interact http://www.w3.org/TR/CSS21/colors.html#propdef-background,http://www.w3.org/TR/CSS21/colors.html#background-properties dca0c71c84b4a831ca009b06f712b8ee9dce80e5 `Microsoft`<http://www.microsoft.com/> Background with (position image attachment color repeat) sets the background to the color specified, tiling the image across the x-axis at the bottom of the element.
|
|
background-313 Background with (position image attachment repeat color) image,interact http://www.w3.org/TR/CSS21/colors.html#propdef-background,http://www.w3.org/TR/CSS21/colors.html#background-properties f134e71d8515741e7fad5e985811986ff12792ce `Microsoft`<http://www.microsoft.com/> Background with (position image attachment repeat color) sets the background to the color specified, tiling the image across the x-axis at the bottom of the element.
|
|
background-314 Background with (position repeat color image attachment) image,interact http://www.w3.org/TR/CSS21/colors.html#propdef-background,http://www.w3.org/TR/CSS21/colors.html#background-properties aa07322931e29cc795abac28885ea3fab851d951 `Microsoft`<http://www.microsoft.com/> Background with (position repeat color image attachment) sets the background to the color specified, tiling the image across the x-axis at the bottom of the element.
|
|
background-315 Background with (position repeat color attachment image) image,interact http://www.w3.org/TR/CSS21/colors.html#propdef-background,http://www.w3.org/TR/CSS21/colors.html#background-properties 289d8b7bdc2490722c946ff6297320dc5a0808a8 `Microsoft`<http://www.microsoft.com/> Background with (position repeat color attachment image) sets the background to the color specified, tiling the image across the x-axis at the bottom of the element.
|
|
background-316 Background with (position repeat image color attachment) image,interact http://www.w3.org/TR/CSS21/colors.html#propdef-background,http://www.w3.org/TR/CSS21/colors.html#background-properties 05ff1df1084dfaa66eccd77111f0e0ea818ca857 `Microsoft`<http://www.microsoft.com/> Background with (position repeat image color attachment) sets the background to the color specified, tiling the image across the x-axis at the bottom of the element.
|
|
background-317 Background with (position repeat image attachment color) image,interact http://www.w3.org/TR/CSS21/colors.html#propdef-background,http://www.w3.org/TR/CSS21/colors.html#background-properties 67e7330f85d438bf18de5a18f62618b577e8d2da `Microsoft`<http://www.microsoft.com/> Background with (position repeat image attachment color) sets the background to the color specified, tiling the image across the x-axis at the bottom of the element.
|
|
background-318 Background with (position repeat attachment color image) image,interact http://www.w3.org/TR/CSS21/colors.html#propdef-background,http://www.w3.org/TR/CSS21/colors.html#background-properties 2faf7884c0881f7dd4d495de718cbab3fab63518 `Microsoft`<http://www.microsoft.com/> Background with (position repeat attachment color image) sets the background to the color specified, tiling the image across the x-axis at the bottom of the element.
|
|
background-319 Background with (position repeat attachment image color) image,interact http://www.w3.org/TR/CSS21/colors.html#propdef-background,http://www.w3.org/TR/CSS21/colors.html#background-properties 207919b0f6721f53f7f54cf81795ee5a3038fc7a `Microsoft`<http://www.microsoft.com/> Background with (position repeat attachment image color) sets the background to the color specified, tiling the image across the x-axis at the bottom of the element.
|
|
background-320 Background with (position attachment color image repeat) image,interact http://www.w3.org/TR/CSS21/colors.html#propdef-background,http://www.w3.org/TR/CSS21/colors.html#background-properties 0af762af49eb72a1686ab83fa4c70242542bd3fe `Microsoft`<http://www.microsoft.com/> Background with (position attachment color image repeat) sets the background to the color specified, tiling the image across the x-axis at the bottom of the element.
|
|
background-321 Background with (position attachment color repeat image) image,interact http://www.w3.org/TR/CSS21/colors.html#propdef-background,http://www.w3.org/TR/CSS21/colors.html#background-properties 84d73d3b06270bbed1be5991602e50289f9378a0 `Microsoft`<http://www.microsoft.com/> Background with (position attachment color repeat image) sets the background to the color specified, tiling the image across the x-axis at the bottom of the element.
|
|
background-322 Background with (position attachment image color repeat) image,interact http://www.w3.org/TR/CSS21/colors.html#propdef-background,http://www.w3.org/TR/CSS21/colors.html#background-properties fa40497cc678465ff4cc813277b6f0921d4d2156 `Microsoft`<http://www.microsoft.com/> Background with (position attachment image color repeat) sets the background to the color specified, tiling the image across the x-axis at the bottom of the element.
|
|
background-323 Background with (position attachment image repeat color) image,interact http://www.w3.org/TR/CSS21/colors.html#propdef-background,http://www.w3.org/TR/CSS21/colors.html#background-properties 441060afafde79536006046a3996532654bcb2f2 `Microsoft`<http://www.microsoft.com/> Background with (position attachment image repeat color) sets the background to the color specified, tiling the image across the x-axis at the bottom of the element.
|
|
background-324 Background with (position attachment repeat color image) image,interact http://www.w3.org/TR/CSS21/colors.html#propdef-background,http://www.w3.org/TR/CSS21/colors.html#background-properties e703d061c7427b961f675a4cce34989839f04852 `Microsoft`<http://www.microsoft.com/> Background with (position attachment repeat color image) sets the background to the color specified, tiling the image across the x-axis at the bottom of the element.
|
|
background-325 Background with (position attachment repeat image color) image,interact http://www.w3.org/TR/CSS21/colors.html#propdef-background,http://www.w3.org/TR/CSS21/colors.html#background-properties 9783375ea9089c18ea535054205d3945e53a2392 `Microsoft`<http://www.microsoft.com/> Background with (position attachment repeat image color) sets the background to the color specified, tiling the image across the x-axis at the bottom of the element.
|
|
background-326 reference/background-326-ref Background with inherit inheriting one value http://www.w3.org/TR/CSS21/colors.html#propdef-background,http://www.w3.org/TR/CSS21/colors.html#background-properties 105f4162536326295fee52ec7a12c1d22257aae7 `Microsoft`<http://www.microsoft.com/> Background set to 'inherit' works when inheriting one value.
|
|
background-327 reference/background-326-ref Background with inherit inheriting two values image http://www.w3.org/TR/CSS21/colors.html#propdef-background,http://www.w3.org/TR/CSS21/colors.html#background-properties 2ece6a2e2f4dd15705866b423f7006068701d7d7 `Microsoft`<http://www.microsoft.com/> Background set to 'inherit' works when inheriting two values.
|
|
background-328 reference/background-328-ref Background with inherit inheriting three values image http://www.w3.org/TR/CSS21/colors.html#propdef-background,http://www.w3.org/TR/CSS21/colors.html#background-properties 9c206022641e0f6d1f63c8ab453d3a417d5db9ad `Microsoft`<http://www.microsoft.com/> Background set to 'inherit' works when inheriting three values.
|
|
background-329 reference/background-329-ref Background with inherit inheriting four values image http://www.w3.org/TR/CSS21/colors.html#propdef-background,http://www.w3.org/TR/CSS21/colors.html#background-properties edbbdfd0454abbe5d38f4ee5aaa86e306eaaa784 `Microsoft`<http://www.microsoft.com/> Ensure that inherit works when inheriting four values.
|
|
background-330 Background with inherit inheriting five values image,interact http://www.w3.org/TR/CSS21/colors.html#propdef-background,http://www.w3.org/TR/CSS21/colors.html#background-properties 1b63558804fedfb11630a40538b03c8675747df0 `Microsoft`<http://www.microsoft.com/> Ensure that inherit works when inheriting five values.
|
|
background-alpha-001 CSS Backgrounds: Alpha transparent background http://www.w3.org/TR/CSS21/colors.html#background f6c01be5adae04793ddfe13cad898dcbb2259888 `Ian Hickson`<mailto:ian@hixie.ch>
|
|
background-alpha-002 CSS Backgrounds: Overlapped alpha transparent backgrounds http://www.w3.org/TR/CSS21/colors.html#background f73bcf797bf9df3e4dad3e7a44e7c1f3ad36dd5f `Ian Hickson`<mailto:ian@hixie.ch>
|
|
background-alpha-003 CSS Backgrounds: Overlapped alpha transparent backgrounds http://www.w3.org/TR/CSS21/colors.html#background 40f981755b51fdc7c35993268ee8409b7156903c `Ian Hickson`<mailto:ian@hixie.ch>
|
|
background-alpha-004 CSS Backgrounds: Overlapped alpha transparent backgrounds http://www.w3.org/TR/CSS21/colors.html#background 7eb3ba012b66baf6cfaedfa80722dc6eb8c831b0 `Ian Hickson`<mailto:ian@hixie.ch>
|
|
background-alpha-005 CSS Backgrounds: Overlapped alpha transparent backgrounds http://www.w3.org/TR/CSS21/colors.html#background 7c35625bff609af128f4682a572aac5f3f4e1563 `Ian Hickson`<mailto:ian@hixie.ch>
|
|
background-animated-001 Animated Backgrounds animated http://www.w3.org/TR/CSS21/colors.html#background 8576c2d27dd70851473a4d773051b1032e621037 `Ian Hickson`<mailto:ian@hixie.ch>
|
|
background-applies-to-001 reference/ref-filled-black-96px-square Background applied to elements with 'display' set to 'table-row-group' http://www.w3.org/TR/CSS21/colors.html#propdef-background,http://www.w3.org/TR/CSS21/colors.html#background-properties 9109aa635e814ecd5ff49956a53870c4e0404fc8 `Microsoft`<http://www.microsoft.com/> The 'background' property applies to elements with 'display' set to 'table-row-group'.
|
|
background-applies-to-002 reference/ref-filled-black-96px-square Background applied to elements with 'display' set to 'table-header-group' http://www.w3.org/TR/CSS21/colors.html#propdef-background,http://www.w3.org/TR/CSS21/colors.html#background-properties 3998e856a7d53c30c6ebde20ef19ead6b70cf1ce `Microsoft`<http://www.microsoft.com/> The 'background' property applies to elements with 'display' set to 'table-header-group'.
|
|
background-applies-to-003 reference/ref-filled-black-96px-square Background applied to elements with 'display' set to 'table-footer-group' http://www.w3.org/TR/CSS21/colors.html#propdef-background,http://www.w3.org/TR/CSS21/colors.html#background-properties f78a3d032143b528b88d1b283f0f3e2121b854b3 `Microsoft`<http://www.microsoft.com/> The 'background' property applies to elements with 'display' set to 'table-footer-group'.
|
|
background-applies-to-004 reference/ref-filled-black-96px-square Background applied to elements with 'display' set to 'table-row' http://www.w3.org/TR/CSS21/colors.html#propdef-background,http://www.w3.org/TR/CSS21/colors.html#background-properties 2ca40abf66f3e2ed60ed456417b2bd5e229fc912 `Microsoft`<http://www.microsoft.com/> The 'background' property applies to elements with 'display' set to 'table-row'.
|
|
background-applies-to-005 reference/ref-filled-black-96px-square Background applied to elements with 'display' set to 'table-column-group' http://www.w3.org/TR/CSS21/colors.html#propdef-background,http://www.w3.org/TR/CSS21/colors.html#background-properties 7261f2ecf2db8efecaa53e44743cf603d21f2d3e `Microsoft`<http://www.microsoft.com/> The 'background' property applies to elements with 'display' set to 'table-column-group'.
|
|
background-applies-to-006 reference/ref-filled-black-96px-square Background applied to elements with 'display' set to 'table-column' http://www.w3.org/TR/CSS21/colors.html#propdef-background,http://www.w3.org/TR/CSS21/colors.html#background-properties 66b00cddca02bc5f4d64660a3968f52057181b99 `Microsoft`<http://www.microsoft.com/> The 'background' property applies to elements with 'display' set to 'table-column'.
|
|
background-applies-to-007 reference/ref-filled-black-96px-square Background applied to elements with 'display' set to 'table-cell' http://www.w3.org/TR/CSS21/colors.html#propdef-background,http://www.w3.org/TR/CSS21/colors.html#background-properties 6209a1165287f5e39f8bfa1227ab3e8f24376628 `Microsoft`<http://www.microsoft.com/> The 'background' property applies to elements with 'display' set to 'table-cell'.
|
|
background-applies-to-008 Background applied to elements with 'display' set to 'inline' http://www.w3.org/TR/CSS21/colors.html#propdef-background,http://www.w3.org/TR/CSS21/colors.html#background-properties 94a4125d03afe877edc2bbfd4b45fbcac784e314 `Microsoft`<http://www.microsoft.com/> The 'background' property applies to elements with 'display' set to 'inline'.
|
|
background-applies-to-009 reference/ref-filled-black-96px-square Background applied to elements with 'display' set to 'block' http://www.w3.org/TR/CSS21/colors.html#propdef-background,http://www.w3.org/TR/CSS21/colors.html#background-properties 75a6f8f868cfd0e759caae74000bdea741235b47 `Microsoft`<http://www.microsoft.com/> The 'background' property applies to elements with 'display' set to 'block'.
|
|
background-applies-to-010 Background applied to elements with 'display' set to 'list-item' http://www.w3.org/TR/CSS21/colors.html#propdef-background,http://www.w3.org/TR/CSS21/colors.html#background-properties ca90c305da9efc599d2b386cc0ffdf81f25cda8b `Microsoft`<http://www.microsoft.com/> The 'background' property applies to elements with 'display' set to 'list-item'.
|
|
background-applies-to-011 Background applied to elements with 'display' set to 'run-in' http://www.w3.org/TR/CSS21/colors.html#propdef-background,http://www.w3.org/TR/CSS21/colors.html#background-properties 8ccdf2e794eb4d7d06ccf22f46e39e5b6d3fd9a3 `Microsoft`<http://www.microsoft.com/> The 'background' property applies to elements with 'display' set to 'run-in'.
|
|
background-applies-to-012 reference/ref-filled-black-96px-square Background applied to elements with 'display' set to 'inline-block' http://www.w3.org/TR/CSS21/colors.html#propdef-background,http://www.w3.org/TR/CSS21/colors.html#background-properties 054abf193e7458bafbd05d5773813d7c9ab5c1c4 `Microsoft`<http://www.microsoft.com/> The 'background' property applies to elements with 'display' set to 'inline-block'.
|
|
background-applies-to-013 reference/ref-filled-black-96px-square Background applied to elements with 'display' set to 'table' http://www.w3.org/TR/CSS21/colors.html#propdef-background,http://www.w3.org/TR/CSS21/colors.html#background-properties b2a5e43c0458c2b6fc1a0f8d1ff6a3f863d0a909 `Microsoft`<http://www.microsoft.com/> The 'background' property applies to elements with 'display' set to 'table'.
|
|
background-applies-to-014 reference/ref-filled-black-96px-square Background applied to elements with 'display' set to 'inline-table' http://www.w3.org/TR/CSS21/colors.html#propdef-background,http://www.w3.org/TR/CSS21/colors.html#background-properties 1e1c19d9ad571dfd9754dfda06d578e39281ee2d `Microsoft`<http://www.microsoft.com/> The 'background' property applies to elements with 'display' set to 'inline-table'.
|
|
background-applies-to-015 reference/ref-filled-black-96px-square Background applied to elements with 'display' set to 'table-caption' http://www.w3.org/TR/CSS21/colors.html#propdef-background,http://www.w3.org/TR/CSS21/colors.html#background-properties 33c8d73c6610ef176c4dd41e8fec87de5498209a `Microsoft`<http://www.microsoft.com/> The 'background' property applies to elements with 'display' set to 'table-caption'.
|
|
background-attachment-001 Background-attachment set to scroll image,interact http://www.w3.org/TR/CSS21/colors.html#propdef-background-attachment,http://www.w3.org/TR/CSS21/colors.html#background-properties c04514906ed69b37ea5ecc93d8b07e5f0301db90 `Microsoft`<http://www.microsoft.com/> Background-attachment set to scroll (with image set as well) causes the background image to scroll with the box.
|
|
background-attachment-002 Background-attachment set to fixed image,interact http://www.w3.org/TR/CSS21/colors.html#propdef-background-attachment,http://www.w3.org/TR/CSS21/colors.html#background-properties 0f696ffde269dfceaf79baf9f89bf133cef8f0db `Microsoft`<http://www.microsoft.com/> Background-attachment set to fixed, with image set as well, causes the background image not to move with the box when it is scrolled.
|
|
background-attachment-003 Background-attachment set to inherit image,interact http://www.w3.org/TR/CSS21/colors.html#propdef-background-attachment,http://www.w3.org/TR/CSS21/colors.html#background-properties b433f86ab6e16791ba67c42ff08fabd5f0e376f7 `Microsoft`<http://www.microsoft.com/> Background-attachment set to inherit will use its parents background-attachment assignment.
|
|
background-attachment-004 Fixed Transparent Backgrounds interact http://www.w3.org/TR/CSS21/colors.html#background 30cae604725d24adbf94664f4de24afddc3bc58c `Ian Hickson`<mailto:ian@hixie.ch>
|
|
background-attachment-005 Scrolling Backgrounds image,interact,scroll http://www.w3.org/TR/CSS21/colors.html#background b013766d2dcb39ed01e8b450331653185c2d9861 `Ian Hickson`<mailto:ian@hixie.ch>,`Elika J. Etemad`<http://fantasai.inkedblade.net/contact>
|
|
background-attachment-006 Scrolling Backgrounds image,interact,scroll http://www.w3.org/TR/CSS21/colors.html#background 15aa7e7cd77b6a578c9dc9164cef661f28037280 `Ian Hickson`<mailto:ian@hixie.ch>
|
|
background-attachment-007 Scrolling Backgrounds in Scrolling Backgrounds image,interact,scroll http://www.w3.org/TR/CSS21/colors.html#background 9e74244f65d6e4673d75ad709f5268cc2163031b `Ian Hickson`<mailto:ian@hixie.ch>,`Elika J. Etemad`<http://fantasai.inkedblade.net/contact>
|
|
background-attachment-008 Scrolling Backgrounds in Scrolling Backgrounds image,interact,scroll http://www.w3.org/TR/CSS21/colors.html#background f773ad582761cc46544bc590aef2a2d3d5ae7312 `Ian Hickson`<mailto:ian@hixie.ch>,`Elika J. Etemad`<http://fantasai.inkedblade.net/contact>
|
|
background-attachment-009 reference/background-attachment-009-ref Background Positioning Test http://www.w3.org/TR/CSS21/colors.html#background bbff0c2716e93c2b4502c6a7435003089bb2f487 `Ian Hickson`<mailto:ian@hixie.ch>
|
|
background-attachment-010 Background-attachment set to fixed in paged media image,paged http://www.w3.org/TR/CSS21/colors.html#background-properties 82bea3ccf4a7df04ba532e1a9f94c99f4ce5377f `Microsoft`<http://www.microsoft.com/> Fixed backgrounds position with respect to their page box. All pages will have the background visible.
|
|
background-attachment-applies-to-001 reference/background-attachment-applies-to-001-ref Background-attachment applied to elements with 'display' set to 'table-row-group' image http://www.w3.org/TR/CSS21/colors.html#propdef-background-attachment,http://www.w3.org/TR/CSS21/colors.html#background-properties 1bf10b7c52d5e309a25ec5c2d181975d21129d42 `Microsoft`<http://www.microsoft.com/> The 'background-attachment' property applies to elements with 'display' set to 'table-row-group'.
|
|
background-attachment-applies-to-002 reference/background-attachment-applies-to-001-ref Background-attachment applied to elements with 'display' set to 'table-header-group' image http://www.w3.org/TR/CSS21/colors.html#propdef-background-attachment,http://www.w3.org/TR/CSS21/colors.html#background-properties 535f8c67371ad72ad2012f75015c85449ec51644 `Microsoft`<http://www.microsoft.com/> The 'background-attachment' property applies to elements with 'display' set to 'table-header-group'.
|
|
background-attachment-applies-to-003 reference/background-attachment-applies-to-001-ref Background-attachment applied to elements with 'display' set to 'table-footer-group' image http://www.w3.org/TR/CSS21/colors.html#propdef-background-attachment,http://www.w3.org/TR/CSS21/colors.html#background-properties 266ca35d388edc5e7b0139e47b947fcbe1e6d8e2 `Microsoft`<http://www.microsoft.com/> The 'background-attachment' property applies to elements with 'display' set to 'table-footer-group'.
|
|
background-attachment-applies-to-004 reference/background-attachment-applies-to-001-ref Background-attachment applied to elements with 'display' set to 'table-row' image http://www.w3.org/TR/CSS21/colors.html#propdef-background-attachment,http://www.w3.org/TR/CSS21/colors.html#background-properties 82340dff775d3f8d9c258ec0bc7475fa8af014c9 `Microsoft`<http://www.microsoft.com/> The 'background-attachment' property applies to elements with 'display' set to 'table-row'.
|
|
background-attachment-applies-to-005 reference/background-attachment-applies-to-001-ref Background-attachment applied to elements with 'display' set to 'table-column-group' image http://www.w3.org/TR/CSS21/colors.html#propdef-background-attachment,http://www.w3.org/TR/CSS21/colors.html#background-properties d78fc7d1ec9de019e7f93d9a0e5965bc67aa2acd `Microsoft`<http://www.microsoft.com/> The 'background-attachment' property applies to elements with 'display' set to 'table-column-group'.
|
|
background-attachment-applies-to-006 reference/background-attachment-applies-to-001-ref Background-attachment applied to elements with 'display' set to 'table-column' image http://www.w3.org/TR/CSS21/colors.html#propdef-background-attachment,http://www.w3.org/TR/CSS21/colors.html#background-properties ea0893774d5a51c0a7f6e19f2b2af1f9c40d5e7e `Microsoft`<http://www.microsoft.com/> The 'background-attachment' property applies to elements with 'display' set to 'table-column'.
|
|
background-attachment-applies-to-007 reference/background-attachment-applies-to-001-ref Background-attachment applied to elements with 'display' set to 'table-cell' image http://www.w3.org/TR/CSS21/colors.html#propdef-background-attachment,http://www.w3.org/TR/CSS21/colors.html#background-properties 0c0052bb1b9660cf81269fa98c4168663798f7a2 `Microsoft`<http://www.microsoft.com/> The 'background-attachment' property applies to elements with 'display' set to 'table-cell'.
|
|
background-attachment-applies-to-008 Background-attachment applied to elements with 'display' set to 'inline' image http://www.w3.org/TR/CSS21/colors.html#propdef-background-attachment,http://www.w3.org/TR/CSS21/colors.html#background-properties 566ab0f89e0db9fea1ae28c9803dc97301539670 `Microsoft`<http://www.microsoft.com/> The 'background-attachment' property applies to elements with 'display' set to 'inline'.
|
|
background-attachment-applies-to-009 reference/background-attachment-applies-to-001-ref Background-attachment applied to elements with 'display' set to 'block' image http://www.w3.org/TR/CSS21/colors.html#propdef-background-attachment,http://www.w3.org/TR/CSS21/colors.html#background-properties 469d3d7f793046a0244b7c5967c77a5a39d0b0e4 `Microsoft`<http://www.microsoft.com/> The 'background-attachment' property applies to elements with 'display' set to 'block'.
|
|
background-attachment-applies-to-010 Background-attachment applied to elements with 'display' set to 'list-item' image http://www.w3.org/TR/CSS21/colors.html#propdef-background-attachment,http://www.w3.org/TR/CSS21/colors.html#background-properties 948d4a08aea6ce282c91bc653246c340c99322d1 `Microsoft`<http://www.microsoft.com/> The 'background-attachment' property applies to elements with 'display' set to 'list-item'.
|
|
background-attachment-applies-to-011 Background-attachment applied to elements with 'display' set to 'run-in' image http://www.w3.org/TR/CSS21/colors.html#propdef-background-attachment,http://www.w3.org/TR/CSS21/colors.html#background-properties 1640b11b7ee8e4d9c322a35241004351e7344bcb `Microsoft`<http://www.microsoft.com/> The 'background-attachment' property applies to elements with 'display' set to 'run-in'.
|
|
background-attachment-applies-to-012 reference/background-attachment-applies-to-001-ref Background-attachment applied to elements with 'display' set to 'inline-block' image http://www.w3.org/TR/CSS21/colors.html#propdef-background-attachment,http://www.w3.org/TR/CSS21/colors.html#background-properties 0797687e49a21a7f9f85ab219b34f38853803428 `Microsoft`<http://www.microsoft.com/> The 'background-attachment' property applies to elements with 'display' set to 'inline-block'.
|
|
background-attachment-applies-to-013 reference/background-attachment-applies-to-001-ref Background-attachment applied to elements with 'display' set to 'table' image http://www.w3.org/TR/CSS21/colors.html#propdef-background-attachment,http://www.w3.org/TR/CSS21/colors.html#background-properties db21d894476e27017d5c7f65005c8f2d1444f019 `Microsoft`<http://www.microsoft.com/> The 'background-attachment' property applies to elements with 'display' set to 'table'.
|
|
background-attachment-applies-to-014 reference/background-attachment-applies-to-001-ref Background-attachment applied to elements with 'display' set to 'inline-table' image http://www.w3.org/TR/CSS21/colors.html#propdef-background-attachment,http://www.w3.org/TR/CSS21/colors.html#background-properties 6479e86e016f5c9a4024ddae539e577c5d20f33d `Microsoft`<http://www.microsoft.com/> The 'background-attachment' property applies to elements with 'display' set to 'inline-table'.
|
|
background-attachment-applies-to-015 reference/background-attachment-applies-to-001-ref Background-attachment applied to elements with 'display' set to 'table-caption' image http://www.w3.org/TR/CSS21/colors.html#propdef-background-attachment,http://www.w3.org/TR/CSS21/colors.html#background-properties d55af4dae16d88244b7eb3db955e70f1abda2dbd `Microsoft`<http://www.microsoft.com/> The 'background-attachment' property applies to elements with 'display' set to 'table-caption'.
|
|
background-bg-pos-204 reference/background-bg-pos-204-ref Background Position: bottom right and the viewport http://www.w3.org/TR/CSS21/colors.html#background 898fa5ccaa47bc561c5b612a31618ea2dc4e1421 `Ian Hickson`<mailto:ian@hixie.ch>
|
|
background-bg-pos-205 Background Position: bottom right and the scrolling viewport image,scroll http://www.w3.org/TR/CSS21/colors.html#background,http://www.w3.org/TR/CSS21/box.html#collapsing-margins 10f9e5f45a6ad22c6d4fced031d49c3f677e8490 `Ian Hickson`<mailto:ian@hixie.ch>,`Elika J. Etemad`<http://fantasai.inkedblade.net/contact>
|
|
background-bg-pos-206 reference/background-bg-pos-204-ref Background Position: bottom right and the viewport (fixed) http://www.w3.org/TR/CSS21/colors.html#background d9c2f28830461b5764a88ca6563e747b6605da0b `Ian Hickson`<mailto:ian@hixie.ch>
|
|
background-bg-pos-207 Background Position: bottom right and the scrolling viewport (fixed) interact http://www.w3.org/TR/CSS21/colors.html#background 9c9f8bedd0eab194b8c4cb8480b1b140633bf1f5 `Ian Hickson`<mailto:ian@hixie.ch>
|
|
background-bg-pos-208 reference/background-bg-pos-208-ref Background Position: bottom right and the viewport http://www.w3.org/TR/CSS21/colors.html#background f644cbdfd7f4c38378a949646167f72aee5f1593 `Ian Hickson`<mailto:ian@hixie.ch>
|
|
background-body-001 reference/background-body-001-ref Background on body element HTMLonly http://www.w3.org/TR/CSS21/colors.html#background 4e344502130f7b89ba5c7f21127c6437becb9a77 `Microsoft`<http://www.microsoft.com/> Background of the body covers the entire canvas. Adding margin to body element to ensure that canvas background is green, and not just the root since in other cases, margin is not colored. This only applies if HTML element has nothing set for background.
|
|
background-body-002 Background on body element - background-position HTMLonly,image http://www.w3.org/TR/CSS21/colors.html#background 460723f37ff53b36f26463e24c7557e34a462c74 `Microsoft`<http://www.microsoft.com/> Background of the body has the initial background-position of 0,0 and not the canvas. This only applies if HTML element has nothing set for background.
|
|
background-body-003 Background position propagation from body element HTMLonly,image http://www.w3.org/TR/CSS21/colors.html#background 6ebdf6950449ec41bbfb589bd2e2413580c51de8 `Microsoft`<http://www.microsoft.com/> Background-position of the body does not propagate the position to the canvas. This only applies if HTML element has nothing set for background.
|
|
background-color-001 reference/background-color-001-ref Background-color set to hex with 5 digits which is invalid invalid http://www.w3.org/TR/CSS21/colors.html#propdef-background-color,http://www.w3.org/TR/CSS21/colors.html#background-properties 9de3516995440d7ab6b5811d67b86b58038bcb5d `Microsoft`<http://www.microsoft.com/> Background-color set to #00000 falls back to the initial value.
|
|
background-color-002 reference/background-color-002-ref Background-color set to hex with 6 digits with the minimum value, #000000 image http://www.w3.org/TR/CSS21/colors.html#propdef-background-color,http://www.w3.org/TR/CSS21/colors.html#background-properties a7f3437224bad93671849a79541abec80e7464e7 `Microsoft`<http://www.microsoft.com/> Background-color is set to #000000.
|
|
background-color-003 reference/background-color-003-ref Background-color set to hex with 6 digits with the minimum plus one value, #010101 image http://www.w3.org/TR/CSS21/colors.html#propdef-background-color,http://www.w3.org/TR/CSS21/colors.html#background-properties d66493abef86b37fc40f03bc6dc7533453f6443a `Microsoft`<http://www.microsoft.com/> Background-color is set to #010101.
|
|
background-color-004 reference/background-color-004-ref Background-color set to hex with 6 digits with a nominal value #999999 image http://www.w3.org/TR/CSS21/colors.html#propdef-background-color,http://www.w3.org/TR/CSS21/colors.html#background-properties 9b85cb04e64ee39777851dddccbdf7d4b483d1fb `Microsoft`<http://www.microsoft.com/> Background-color is set to #999999.
|
|
background-color-005 reference/background-color-005-ref Background-color set to hex with 6 digits with the maximum minus one value of #fefefe image http://www.w3.org/TR/CSS21/colors.html#propdef-background-color,http://www.w3.org/TR/CSS21/colors.html#background-properties 664ed34215280c9e868a7cc8e583f1b02bfcc893 `Microsoft`<http://www.microsoft.com/> Background-color is set to #fefefe.
|
|
background-color-006 reference/background-color-006-ref Background-color set to hex with 6 digits with the maximum value of #ffffff image http://www.w3.org/TR/CSS21/colors.html#propdef-background-color,http://www.w3.org/TR/CSS21/colors.html#background-properties 61134fa7f486934279312792b0d60d558f0e5bc8 `Microsoft`<http://www.microsoft.com/> Background-color is set to #ffffff.
|
|
background-color-007 reference/background-color-001-ref Background-color set to hex with 6 digits with the maximum plus one value of #1000000 which is invalid invalid http://www.w3.org/TR/CSS21/colors.html#propdef-background-color,http://www.w3.org/TR/CSS21/colors.html#background-properties 98cb29b9f8fa4025bd2edd7d5a33dc10be5c04f8 `Microsoft`<http://www.microsoft.com/> Background-color set to #1000000 falls back to the initial value.
|
|
background-color-008 reference/background-color-001-ref Background-color set to hex with 6 digits with the maximum plus one value of #fgfgfg which is invalid invalid http://www.w3.org/TR/CSS21/colors.html#propdef-background-color,http://www.w3.org/TR/CSS21/colors.html#background-properties 837fc55395561a366ace547f4a23a2079e6d9ebe `Microsoft`<http://www.microsoft.com/> Background-color set to #fgfgfg falls back to the initial value.
|
|
background-color-009 reference/background-color-009-ref Background-color set to hex with 6 digits with a red set to minimum plus one value, #010000 image http://www.w3.org/TR/CSS21/colors.html#propdef-background-color,http://www.w3.org/TR/CSS21/colors.html#background-properties eef9d3223480efce81ac5826582ae96ea469e8c9 `Microsoft`<http://www.microsoft.com/> Background-color is set to #010000.
|
|
background-color-010 reference/background-color-010-ref Background-color set to hex with 6 digits with a red set to a nominal value, #990000 image http://www.w3.org/TR/CSS21/colors.html#propdef-background-color,http://www.w3.org/TR/CSS21/colors.html#background-properties a29b6ede02e6565e0b96320c0872d37db236ddd0 `Microsoft`<http://www.microsoft.com/> Background-color is set to #990000.
|
|
background-color-011 reference/background-color-011-ref Background-color set to hex with 6 digits with a red set to maximum minus one value, #fe0000 image http://www.w3.org/TR/CSS21/colors.html#propdef-background-color,http://www.w3.org/TR/CSS21/colors.html#background-properties 470f07491e6599fb5847069bb1cc881106d26822 `Microsoft`<http://www.microsoft.com/> Background-color is set to #fe0000.
|
|
background-color-012 reference/background-color-012-ref Background-color set to hex with 6 digits with a red set to the maximum value, #ff0000 image http://www.w3.org/TR/CSS21/colors.html#propdef-background-color,http://www.w3.org/TR/CSS21/colors.html#background-properties f37a63fd5768e2b26ea0f4bc8e44a505b5b724d9 `Microsoft`<http://www.microsoft.com/> Background-color is set to #ff0000.
|
|
background-color-013 reference/background-color-013-ref Background-color set to hex with 6 digits with a red set to the maximum plus one value of #fg0000 which is invalid invalid http://www.w3.org/TR/CSS21/colors.html#propdef-background-color,http://www.w3.org/TR/CSS21/colors.html#background-properties 06377dc65092337139752ab40c95af794f236d8f `Microsoft`<http://www.microsoft.com/> Background-color set to #fg0000 is invalid and falls back to the initial value.
|
|
background-color-014 reference/background-color-014-ref Background-color set to hex with 6 digits with a green set to minimum plus one value, #000100 image http://www.w3.org/TR/CSS21/colors.html#propdef-background-color,http://www.w3.org/TR/CSS21/colors.html#background-properties 9c3c46f7ac03e16849c3e7b16955a71c2ee88883 `Microsoft`<http://www.microsoft.com/> Background-color is set to #000100.
|
|
background-color-015 reference/background-color-015-ref Background-color set to hex with 6 digits with a green set to a nominal value, #009900 image http://www.w3.org/TR/CSS21/colors.html#propdef-background-color,http://www.w3.org/TR/CSS21/colors.html#background-properties 3b2ee35eaf993eced548c4e6ff40ede61b7dc685 `Microsoft`<http://www.microsoft.com/> Background-color is set to #009900.
|
|
background-color-016 reference/background-color-016-ref Background-color set to hex with 6 digits with a green set to maximum minus one value, #00fe00 image http://www.w3.org/TR/CSS21/colors.html#propdef-background-color,http://www.w3.org/TR/CSS21/colors.html#background-properties eebbcd788cfe55758b91b8676b067f691203aac5 `Microsoft`<http://www.microsoft.com/> Background-color is set to #00fe00.
|
|
background-color-017 reference/background-color-017-ref Background-color set to hex with 6 digits with a green set to the maximum value, #00ff00 image http://www.w3.org/TR/CSS21/colors.html#propdef-background-color,http://www.w3.org/TR/CSS21/colors.html#background-properties a26774d8e38f9a66d6b06764d1d0123f2288ddf0 `Microsoft`<http://www.microsoft.com/> Background-color is set to #00ff00.
|
|
background-color-018 reference/background-color-013-ref Background-color set to hex with 6 digits with a green set to the maximum plus one value of #00fg00 is invalid invalid http://www.w3.org/TR/CSS21/colors.html#propdef-background-color,http://www.w3.org/TR/CSS21/colors.html#background-properties 8b6889af5b0b7d7b03b8c60ab608739f5521b231 `Microsoft`<http://www.microsoft.com/> Background-color set to #00fg00 falls back to the initial value.
|
|
background-color-019 reference/background-color-019-ref Background-color set to hex with 6 digits with a blue set to minimum plus one value, #000001 image http://www.w3.org/TR/CSS21/colors.html#propdef-background-color,http://www.w3.org/TR/CSS21/colors.html#background-properties b6c6777afad794252f1e9ef937d45e4b07d885aa `Microsoft`<http://www.microsoft.com/> Background-color is set to #000001.
|
|
background-color-020 reference/background-color-020-ref Background-color set to hex with 6 digits with a blue set to a nominal value, #000099 image http://www.w3.org/TR/CSS21/colors.html#propdef-background-color,http://www.w3.org/TR/CSS21/colors.html#background-properties b1bdd8820cf96a4aca00d8f55356683699fa0681 `Microsoft`<http://www.microsoft.com/> Background-color is set to #000099.
|
|
background-color-021 reference/background-color-021-ref Background-color set to hex with 6 digits with a blue set to maximum minus one value, #0000fe image http://www.w3.org/TR/CSS21/colors.html#propdef-background-color,http://www.w3.org/TR/CSS21/colors.html#background-properties e866c8d1524ba016a0047d0d29ce922dea03d11c `Microsoft`<http://www.microsoft.com/> Background-color is set to #0000fe.
|
|
background-color-022 reference/background-color-022-ref Background-color set to hex with 6 digits with a blue set to the maximum value, #0000ff image http://www.w3.org/TR/CSS21/colors.html#propdef-background-color,http://www.w3.org/TR/CSS21/colors.html#background-properties b491fc80a4ec6d1c294ef14709f4df9bf4101951 `Microsoft`<http://www.microsoft.com/> Background-color is set to #0000ff.
|
|
background-color-023 reference/background-color-013-ref Background-color set to hex with 6 digits with a blue set to the maximum plus one value of #0000fg is invalid invalid http://www.w3.org/TR/CSS21/colors.html#propdef-background-color,http://www.w3.org/TR/CSS21/colors.html#background-properties 6fd0bf0fceda02cc194a50f13d2294f806801e06 `Microsoft`<http://www.microsoft.com/> Background-color set to #0000fg falls back to the initial value.
|
|
background-color-024 reference/background-color-001-ref Background-color set to hex with 2 digits which is invalid invalid http://www.w3.org/TR/CSS21/colors.html#propdef-background-color,http://www.w3.org/TR/CSS21/colors.html#background-properties a9567567d001e16674c1023850368e0d538f9907 `Microsoft`<http://www.microsoft.com/> Background-color set to #00 falls back to the initial value.
|
|
background-color-025 reference/background-color-025-ref Background-color set to hex with 3 digits with the minimum possible value #000 image http://www.w3.org/TR/CSS21/colors.html#propdef-background-color,http://www.w3.org/TR/CSS21/colors.html#background-properties 0c5f47207badda056d0833befe294a7ad44d1465 `Microsoft`<http://www.microsoft.com/> Background-color set to #000 causes the background of the box to be black.
|
|
background-color-026 reference/background-color-026-ref Background-color set to hex with 3 digits with the minimum plus one value, #111 image http://www.w3.org/TR/CSS21/colors.html#propdef-background-color,http://www.w3.org/TR/CSS21/colors.html#background-properties 475b03b5d3ddae809722d61d739f142ca5659204 `Microsoft`<http://www.microsoft.com/> Background-color is set to #111.
|
|
background-color-027 reference/background-color-027-ref Background-color set to hex with 3 digits with a nominal value #999 image http://www.w3.org/TR/CSS21/colors.html#propdef-background-color,http://www.w3.org/TR/CSS21/colors.html#background-properties ead53072d70f0c1f440875dc4d08e9db83c2097b `Microsoft`<http://www.microsoft.com/> Background-color is set to #999.
|
|
background-color-028 reference/background-color-028-ref Background-color set to hex with 3 digits with the maximum minus one value of #eee image http://www.w3.org/TR/CSS21/colors.html#propdef-background-color,http://www.w3.org/TR/CSS21/colors.html#background-properties 5160974c7f7bba2b2229158c0683632003b52594 `Microsoft`<http://www.microsoft.com/> Background-color is set to #eee.
|
|
background-color-029 reference/background-color-029-ref Background-color set to hex with 3 digits with the maximum value of #fff image http://www.w3.org/TR/CSS21/colors.html#propdef-background-color,http://www.w3.org/TR/CSS21/colors.html#background-properties 6d44c5ccb59c125cb1a09ddd5e2a433d982c58ad `Microsoft`<http://www.microsoft.com/> Background-color is set to #fff.
|
|
background-color-030 reference/background-color-001-ref Background-color set to hex with 3 digits with the maximum plus one value of #1000 which is invalid invalid http://www.w3.org/TR/CSS21/colors.html#propdef-background-color,http://www.w3.org/TR/CSS21/colors.html#background-properties b5073b9fc32a85a1a22a9bba355a5e62decdd72e `Microsoft`<http://www.microsoft.com/> Background-color set to #1000 falls back to the initial value.
|
|
background-color-031 reference/background-color-001-ref Background-color set to hex with 3 digits with the maximum plus one value of #ggg which is invalid invalid http://www.w3.org/TR/CSS21/colors.html#propdef-background-color,http://www.w3.org/TR/CSS21/colors.html#background-properties 9c402fd8139df095bdac3ce2d2ee96898759b48d `Microsoft`<http://www.microsoft.com/> Background-color set to #ggg falls back to the initial value.
|
|
background-color-032 reference/background-color-032-ref Background-color set to hex with 3 digits with a red set to minimum plus one value, #100 image http://www.w3.org/TR/CSS21/colors.html#propdef-background-color,http://www.w3.org/TR/CSS21/colors.html#background-properties cfa91196fd2c600170ec800b426f07a808bc9e11 `Microsoft`<http://www.microsoft.com/> Background-color is set to #100.
|
|
background-color-033 reference/background-color-033-ref Background-color set to hex with 3 digits with a red set to a nominal value, #900 image http://www.w3.org/TR/CSS21/colors.html#propdef-background-color,http://www.w3.org/TR/CSS21/colors.html#background-properties 2a2b19a6d31eaa1bd13e9fc96eb029201080867c `Microsoft`<http://www.microsoft.com/> Background-color is set to #900.
|
|
background-color-034 reference/background-color-034-ref Background-color set to hex with 3 digits with a red set to maximum minus one value, #e00 image http://www.w3.org/TR/CSS21/colors.html#propdef-background-color,http://www.w3.org/TR/CSS21/colors.html#background-properties 141b22e0b019683d860cb4bafca9c666c07049a8 `Microsoft`<http://www.microsoft.com/> Background-color is set to #e00.
|
|
background-color-035 reference/background-color-035-ref Background-color set to hex with 3 digits with a red set to the maximum value, #f00 image http://www.w3.org/TR/CSS21/colors.html#propdef-background-color,http://www.w3.org/TR/CSS21/colors.html#background-properties 5b5ab84e03dc50a049b22a6f93637e1a3daae44b `Microsoft`<http://www.microsoft.com/> Background-color is set to #f00.
|
|
background-color-036 reference/background-color-013-ref Background-color set to hex with 3 digits with a red set to the maximum plus one value of #g00 is invalid invalid http://www.w3.org/TR/CSS21/colors.html#propdef-background-color,http://www.w3.org/TR/CSS21/colors.html#background-properties 89018daab4abf075e7f956a85dfe82d154ccf4db `Microsoft`<http://www.microsoft.com/> Background-color set to #g00 falls back to the initial value.
|
|
background-color-037 reference/background-color-037-ref Background-color set to hex with 3 digits with a green set to minimum plus one value, #010 image http://www.w3.org/TR/CSS21/colors.html#propdef-background-color,http://www.w3.org/TR/CSS21/colors.html#background-properties d97cd4042b51e3e1f842fd8f202b438ef4a05345 `Microsoft`<http://www.microsoft.com/> Background-color set to #010.
|
|
background-color-038 reference/background-color-038-ref Background-color set to hex with 3 digits with a green set to a nominal value, #090 image http://www.w3.org/TR/CSS21/colors.html#propdef-background-color,http://www.w3.org/TR/CSS21/colors.html#background-properties bfced35d173e5913531cfe738556626748927832 `Microsoft`<http://www.microsoft.com/> Background-color set to #090.
|
|
background-color-039 reference/background-color-039-ref Background-color set to hex with 3 digits with a green set to maximum minus one value, #0e0 image http://www.w3.org/TR/CSS21/colors.html#propdef-background-color,http://www.w3.org/TR/CSS21/colors.html#background-properties b2ac2b67b0e0b68be7bdd11c05f2eaa9bce213c5 `Microsoft`<http://www.microsoft.com/> Background-color set to #0e0.
|
|
background-color-040 reference/background-color-040-ref Background-color set to hex with 3 digits with a green set to the maximum value, #0f0 image http://www.w3.org/TR/CSS21/colors.html#propdef-background-color,http://www.w3.org/TR/CSS21/colors.html#background-properties f10767480e6d6d7da4b1adc7c8bafcb1c6926da1 `Microsoft`<http://www.microsoft.com/> Background-color set to #0f0.
|
|
background-color-041 reference/background-color-041-ref Background-color set to hex with 3 digits with a green set to the maximum plus one value, #0g0 invalid http://www.w3.org/TR/CSS21/colors.html#propdef-background-color,http://www.w3.org/TR/CSS21/colors.html#background-properties f38f54c0f80416e933e165c3a1c126e40b6f3656 `Microsoft`<http://www.microsoft.com/> Background-color set to #0g0 falls back to the initial value.
|
|
background-color-042 reference/background-color-042-ref Background-color set to hex with 3 digits with a blue set to minimum plus one value, #001 image http://www.w3.org/TR/CSS21/colors.html#propdef-background-color,http://www.w3.org/TR/CSS21/colors.html#background-properties e19ec4251a8e048c7225f9cc1d50290c4ccec4f5 `Microsoft`<http://www.microsoft.com/> Background-color is set to #001.
|
|
background-color-043 reference/background-color-043-ref Background-color set to hex with 3 digits with a blue set to a nominal value, #009 image http://www.w3.org/TR/CSS21/colors.html#propdef-background-color,http://www.w3.org/TR/CSS21/colors.html#background-properties 30b66d22e33f1e21efc2ae0efe3d106a41ca1866 `Microsoft`<http://www.microsoft.com/> Background-color is set to #009.
|
|
background-color-044 reference/background-color-044-ref Background-color set to hex with 3 digits with a blue set to maximum minus one value, #00e image http://www.w3.org/TR/CSS21/colors.html#propdef-background-color,http://www.w3.org/TR/CSS21/colors.html#background-properties c7c5cc14c0b0c41a6fd5364577d30ffe905746ba `Microsoft`<http://www.microsoft.com/> Background-color is set to #00e.
|
|
background-color-045 reference/background-color-045-ref Background-color set to hex with 3 digits with a blue set to the maximum value, #00f image http://www.w3.org/TR/CSS21/colors.html#propdef-background-color,http://www.w3.org/TR/CSS21/colors.html#background-properties 1babd0fe0f0c4d95125259961f17ffc6d3a16490 `Microsoft`<http://www.microsoft.com/> Background-color is set to #00f.
|
|
background-color-046 reference/background-color-001-ref Background-color set to hex with 3 digits with a blue set to the maximum plus one value of #00g is invalid invalid http://www.w3.org/TR/CSS21/colors.html#propdef-background-color,http://www.w3.org/TR/CSS21/colors.html#background-properties 7c298e8bb81ccdfec37f71a6cc2749fd95667357 `Microsoft`<http://www.microsoft.com/> Background-color set to #00g falls back to the initial value.
|
|
background-color-047 reference/background-color-002-ref Background-color set to rgb() using percentages with the minimum minus one value, rgb(-1%, -1%, -1%) image,invalid http://www.w3.org/TR/CSS21/colors.html#propdef-background-color,http://www.w3.org/TR/CSS21/colors.html#background-properties 87f935c2f0e5b676f25d4a52a1bd6f8f01a3b7f3 `Microsoft`<http://www.microsoft.com/> Background-color set to rgb(-1%, -1%, -1%) truncates to a valid value.
|
|
background-color-048 reference/background-color-002-ref Background-color set to rgb() using percentages with the minimum value, rgb(0%, 0%, 0%) image http://www.w3.org/TR/CSS21/colors.html#propdef-background-color,http://www.w3.org/TR/CSS21/colors.html#background-properties b9305aa4355e790d98be7dc19a8122703af4ddb7 `Microsoft`<http://www.microsoft.com/> Background-color is set to rgb(0%, 0%, 0%).
|
|
background-color-049 reference/background-color-049-020202-ref;reference/background-color-049-030303-ref Background-color set to rgb() using percentages with the minimum plus one value, rgb(1%, 1%, 1%) ahem http://www.w3.org/TR/CSS21/colors.html#propdef-background-color,http://www.w3.org/TR/CSS21/colors.html#background-properties b3d269fb602063b0edaebeac804863230c91088f `Microsoft`<http://www.microsoft.com/> Background-color is set to rgb(1%, 1%, 1%).
|
|
background-color-050 reference/background-color-002-ref Background-color set to rgb() using percentages with the minimum value and minus sign, rgb(-0%, -0%, -0%) image http://www.w3.org/TR/CSS21/colors.html#propdef-background-color,http://www.w3.org/TR/CSS21/colors.html#background-properties a6d6fe40098107c8e5e3599fa5e61ed979f82c39 `Microsoft`<http://www.microsoft.com/> Background-color is set to rgb(-0%, -0%, -0%).
|
|
background-color-051 reference/background-color-002-ref Background-color set to rgb() using percentages with the minimum value and plus sign, rgb(+0%, +0%, +0%) image http://www.w3.org/TR/CSS21/colors.html#propdef-background-color,http://www.w3.org/TR/CSS21/colors.html#background-properties 87138dcb3708cdb3f4c8a0c47ae13f3c7f21fb48 `Microsoft`<http://www.microsoft.com/> Background-color is set to rgb(+0%, +0%, +0%).
|
|
background-color-052 reference/background-color-052-ref Background-color set to rgb() using percentages with a nominal value, rgb(40%, 40%, 40%) ahem http://www.w3.org/TR/CSS21/colors.html#propdef-background-color,http://www.w3.org/TR/CSS21/colors.html#background-properties c28249e1e752b1d2c2969ac10924bc096ec83a04 `Microsoft`<http://www.microsoft.com/> Background-color is set to rgb(40%, 40%, 40%).
|
|
background-color-053 reference/background-color-052-ref Background-color set to rgb() using percentages with a nominal value and a plus sign, rgb(+40%, +40%, +40%) ahem http://www.w3.org/TR/CSS21/colors.html#propdef-background-color,http://www.w3.org/TR/CSS21/colors.html#background-properties 3e794f224903f1f8ea829e24f7ba8bac6cae9d59 `Microsoft`<http://www.microsoft.com/> Background-color is set to rgb(+40%, +40%, +40%).
|
|
background-color-054 reference/background-color-054-fcfcfc-ref;reference/background-color-054-fdfdfd-ref Background-color set to rgb() using percentages with a maximum minus one value, rgb(99%, 99%, 99%) ahem http://www.w3.org/TR/CSS21/colors.html#propdef-background-color,http://www.w3.org/TR/CSS21/colors.html#background-properties 20bf00ab9fca8b1bb2d2b6c7d353b6a2b069b444 `Microsoft`<http://www.microsoft.com/> Background-color is set to rgb(99%, 99%, 99%).
|
|
background-color-055 reference/background-color-006-ref Background-color set to rgb() using percentages with a maximum value, rgb(100%, 100%, 100%) image http://www.w3.org/TR/CSS21/colors.html#propdef-background-color,http://www.w3.org/TR/CSS21/colors.html#background-properties 13690bbfa0b645d7e20383bd4e7b2e00c90f3663 `Microsoft`<http://www.microsoft.com/> Background-color is set to rgb(100%, 100%, 100%).
|
|
background-color-056 reference/background-color-006-ref Background-color set to rgb() using percentages with plus sign on each maximum value, rgb(+100%, +100%, +100%) image http://www.w3.org/TR/CSS21/colors.html#propdef-background-color,http://www.w3.org/TR/CSS21/colors.html#background-properties 518b85708dac020c9c9985351bd336609ead578a `Microsoft`<http://www.microsoft.com/> Background-color is set to rgb(+100%, +100%, +100%).
|
|
background-color-057 reference/background-color-006-ref Background-color set to rgb() using percentages with a maximum plus one value, rgb(101%, 101%, 101%) image,invalid http://www.w3.org/TR/CSS21/colors.html#propdef-background-color,http://www.w3.org/TR/CSS21/colors.html#background-properties 60ef62044e208e4bfd7a25d158675baaeabeccf9 `Microsoft`<http://www.microsoft.com/> Background-color set to rgb(101%, 101%, 101%) truncates to a valid value.
|
|
background-color-058 reference/background-color-002-ref Background-color set to rgb() using integers with the minimum minus one value, rgb(-1, -1, -1) image,invalid http://www.w3.org/TR/CSS21/colors.html#propdef-background-color,http://www.w3.org/TR/CSS21/colors.html#background-properties da95fa67ebec9bf4c391e4a29fd1a05595897cd2 `Microsoft`<http://www.microsoft.com/> Background-color set to rgb(-1, -1, -1) truncates to a valid value.
|
|
background-color-059 reference/background-color-002-ref Background-color set to rgb() using integers with the minimum value, rgb(0, 0, 0) image http://www.w3.org/TR/CSS21/colors.html#propdef-background-color,http://www.w3.org/TR/CSS21/colors.html#background-properties ebf9584f9eab3d944d3212f8e124152dd2aaffe9 `Microsoft`<http://www.microsoft.com/> Background-color is set to rgb(0, 0, 0).
|
|
background-color-060 reference/background-color-003-ref Background-color set to rgb() using integers with the minimum plus one value, rgb(1, 1, 1) image http://www.w3.org/TR/CSS21/colors.html#propdef-background-color,http://www.w3.org/TR/CSS21/colors.html#background-properties fdf59c8017e6bcd3081c0cb132dcee7021b63def `Microsoft`<http://www.microsoft.com/> Background-color is set to rgb(1, 1, 1).
|
|
background-color-061 reference/background-color-002-ref Background-color set to rgb() using integers with the minimum value and minus sign, rgb(-0, -0, -0) image http://www.w3.org/TR/CSS21/colors.html#propdef-background-color,http://www.w3.org/TR/CSS21/colors.html#background-properties 4dddd240ba000fdcdbcc3406f3a9fdce3ce83e77 `Microsoft`<http://www.microsoft.com/> Background-color is set to rgb(-0, -0, -0).
|
|
background-color-062 reference/background-color-002-ref Background-color set to rgb() using integers with the minimum value and plus sign, rgb(+0, +0, +0) image http://www.w3.org/TR/CSS21/colors.html#propdef-background-color,http://www.w3.org/TR/CSS21/colors.html#background-properties 1bb0dc24ff6762caeff929d20781bea6a938f1aa `Microsoft`<http://www.microsoft.com/> Background-color is set to rgb(+0, +0, +0).
|
|
background-color-063 reference/background-color-063-ref Background-color set to rgb() using integers with a nominal value, rgb(128, 128, 128) image http://www.w3.org/TR/CSS21/colors.html#propdef-background-color,http://www.w3.org/TR/CSS21/colors.html#background-properties e3dec2dfdca8cc5fe2e1c728efca499d80225b4a `Microsoft`<http://www.microsoft.com/> Background-color is set to rgb(128, 128, 128).
|
|
background-color-064 reference/background-color-063-ref Background-color set to rgb() using integers with a nominal value and a plus sign, rgb(+128, +128, +128) image http://www.w3.org/TR/CSS21/colors.html#propdef-background-color,http://www.w3.org/TR/CSS21/colors.html#background-properties 517147ab02fea1938f708e6d3edd4c91e07b5f55 `Microsoft`<http://www.microsoft.com/> Background-color is set to rgb(+128, +128, +128).
|
|
background-color-065 reference/background-color-005-ref Background-color set to rgb() using integers with a maximum minus one value, rgb(254, 254, 254) image http://www.w3.org/TR/CSS21/colors.html#propdef-background-color,http://www.w3.org/TR/CSS21/colors.html#background-properties 460e23721fc0998113562903c01d3ccc0a026155 `Microsoft`<http://www.microsoft.com/> Background-color is set to rgb(254, 254, 254).
|
|
background-color-066 reference/background-color-006-ref Background-color set to rgb() using integers with a maximum value, rgb(255, 255, 255) image http://www.w3.org/TR/CSS21/colors.html#propdef-background-color,http://www.w3.org/TR/CSS21/colors.html#background-properties 73d455e49a97907adcbd65506c4934f80e7b3c8b `Microsoft`<http://www.microsoft.com/> Background-color is set to rgb(255, 255, 255).
|
|
background-color-067 reference/background-color-006-ref Background-color set to rgb() using integers with a maximum value and a plus sign, rgb(+255, +255, +255) image http://www.w3.org/TR/CSS21/colors.html#propdef-background-color,http://www.w3.org/TR/CSS21/colors.html#background-properties e8298167695d0c69ef0deae003b034377d4528aa `Microsoft`<http://www.microsoft.com/> Background-color is set to rgb(+255, +255, +255).
|
|
background-color-068 reference/background-color-006-ref Background-color set to rgb() using integers with a maximum plus one value, rgb(256, 256, 256) image,invalid http://www.w3.org/TR/CSS21/colors.html#propdef-background-color,http://www.w3.org/TR/CSS21/colors.html#background-properties c7e39674caea823ac5645874c7720351879a79a4 `Microsoft`<http://www.microsoft.com/> Background-color set to rgb(256, 256, 256) truncates to a valid value.
|
|
background-color-069 reference/background-color-002-ref Background-color set to rgb() using percentages with red set to the minimum minus one value, rgb(-1%, 0%, 0%) image,invalid http://www.w3.org/TR/CSS21/colors.html#propdef-background-color,http://www.w3.org/TR/CSS21/colors.html#background-properties c342b0498753fc229aac6bae984c08279f9c8783 `Microsoft`<http://www.microsoft.com/> Background-color set to rgb(-1%, 0%, 0%) truncates to a valid value.
|
|
background-color-070 reference/background-color-070-020000-ref;reference/background-color-070-030000-ref Background-color set to rgb() using percentages with red set to the minimum plus one value, rgb(1%, 0%, 0%) ahem http://www.w3.org/TR/CSS21/colors.html#propdef-background-color,http://www.w3.org/TR/CSS21/colors.html#background-properties 468471def65a724d855e880dfe79d8f5d58f1fea `Microsoft`<http://www.microsoft.com/> Background-color is set to rgb(1%, 0%, 0%).
|
|
background-color-071 reference/background-color-002-ref Background-color set to rgb() using percentages with red set to the minimum value and minus sign, rgb(-0%, 0%, 0%) image http://www.w3.org/TR/CSS21/colors.html#propdef-background-color,http://www.w3.org/TR/CSS21/colors.html#background-properties 10c4385772468b5c724e85bb6bc278bea8672ecf `Microsoft`<http://www.microsoft.com/> Background-color is set to rgb(-0%, 0%, 0%).
|
|
background-color-072 reference/background-color-002-ref Background-color set to rgb() using percentages with red set to the minimum value and plus sign, rgb(+0%, 0%, 0%) image http://www.w3.org/TR/CSS21/colors.html#propdef-background-color,http://www.w3.org/TR/CSS21/colors.html#background-properties 2e52ba81831b53eb90c4677bc056c9841a9aca32 `Microsoft`<http://www.microsoft.com/> Background-color is set to rgb(+0%, 0%, 0%).
|
|
background-color-073 reference/background-color-073-ref Background-color set to rgb() using percentages with red set to a nominal value, rgb(40%, 0%, 0%) ahem http://www.w3.org/TR/CSS21/colors.html#propdef-background-color,http://www.w3.org/TR/CSS21/colors.html#background-properties 3ebd92b4c2f335537ef48d53c338b1f8b69860dc `Microsoft`<http://www.microsoft.com/> Background-color is set to rgb(40%, 0%, 0%).
|
|
background-color-074 reference/background-color-073-ref Background-color set to rgb() using percentages with red set to a nominal value with a plus sign, rgb(+40%, 0%, 0%) ahem http://www.w3.org/TR/CSS21/colors.html#propdef-background-color,http://www.w3.org/TR/CSS21/colors.html#background-properties 7bbcc1f6d2778706ba0609d9a219d0274967c47d `Microsoft`<http://www.microsoft.com/> Background-color is set to rgb(+40%, 0%, 0%).
|
|
background-color-075 reference/background-color-075-fd0000-ref;reference/background-color-075-fc0000-ref Background-color set to rgb() using percentages with red set to a maximum minus one value, rgb(99%, 0%, 0%) ahem http://www.w3.org/TR/CSS21/colors.html#propdef-background-color,http://www.w3.org/TR/CSS21/colors.html#background-properties 22a17885557cf4de248865b4f1c18b84a7c24e19 `Microsoft`<http://www.microsoft.com/> Background-color is set to rgb(99%, 0%, 0%).
|
|
background-color-076 reference/background-color-012-ref Background-color set to rgb() using percentages with red set to a maximum value, rgb(100%, 0%, 0%) image http://www.w3.org/TR/CSS21/colors.html#propdef-background-color,http://www.w3.org/TR/CSS21/colors.html#background-properties 880a59bb22ea67bd51bd21d42f6fd0cc576b9906 `Microsoft`<http://www.microsoft.com/> Background-color is set to rgb(100%, 0%, 0%).
|
|
background-color-077 reference/background-color-012-ref Background-color set to rgb() using percentages with red set to a maximum value with a plus sign, rgb(+100%, 0%, 0%) image http://www.w3.org/TR/CSS21/colors.html#propdef-background-color,http://www.w3.org/TR/CSS21/colors.html#background-properties 0d20a3e247a7332aa2210ab100e853338aa5940c `Microsoft`<http://www.microsoft.com/> Background-color is set to rgb(+100%, 0%, 0%).
|
|
background-color-078 reference/background-color-012-ref Background-color set to rgb() using percentages with red set to a maximum plus one value, rgb(101%, 0%, 0%) image,invalid http://www.w3.org/TR/CSS21/colors.html#propdef-background-color,http://www.w3.org/TR/CSS21/colors.html#background-properties 001edd0fefc39d605a3756462e0b15eb63f7883b `Microsoft`<http://www.microsoft.com/> Background-color is set to rgb(101%, 0%, 0%).
|
|
background-color-079 reference/background-color-002-ref Background-color set to rgb() using integers with red set to the minimum minus one value, rgb(-1, 0, 0) image,invalid http://www.w3.org/TR/CSS21/colors.html#propdef-background-color,http://www.w3.org/TR/CSS21/colors.html#background-properties 45e31c4267512bb95d9f742b9e949f1d28fd5780 `Microsoft`<http://www.microsoft.com/> Background-color set to rgb(-1, 0, 0) truncates to a valid value.
|
|
background-color-080 reference/background-color-009-ref Background-color set to rgb() using integers with red set to the minimum plus one value, rgb(1, 0, 0) image http://www.w3.org/TR/CSS21/colors.html#propdef-background-color,http://www.w3.org/TR/CSS21/colors.html#background-properties 1f1a83e5c7140328d3652d6e752d07f85c5303c7 `Microsoft`<http://www.microsoft.com/> Background-color is set to rgb(1, 0, 0).
|
|
background-color-081 reference/background-color-002-ref Background-color set to rgb() using integers with red set to the minimum value with a minus sign, rgb(-0, 0, 0) image http://www.w3.org/TR/CSS21/colors.html#propdef-background-color,http://www.w3.org/TR/CSS21/colors.html#background-properties 0a019f8bb0b905a69a76a30cbd92bd055a52631f `Microsoft`<http://www.microsoft.com/> Background-color is set to rgb(-0, 0, 0).
|
|
background-color-082 reference/background-color-002-ref Background-color set to rgb() using integers with red set to the minimum value with a plus sign, rgb(+0, 0, 0) image http://www.w3.org/TR/CSS21/colors.html#propdef-background-color,http://www.w3.org/TR/CSS21/colors.html#background-properties 5ec10da992b16252afa009d3447f4e5c4880b337 `Microsoft`<http://www.microsoft.com/> Background-color is set to rgb(+0, 0, 0).
|
|
background-color-083 reference/background-color-083-ref Background-color set to rgb() using integers with red set to a nominal value, rgb(128, 0, 0) image http://www.w3.org/TR/CSS21/colors.html#propdef-background-color,http://www.w3.org/TR/CSS21/colors.html#background-properties 99024e2e1b13d5cd69eb24c73e5fa705316f1d78 `Microsoft`<http://www.microsoft.com/> Background-color is set to rgb(128, 0, 0).
|
|
background-color-084 reference/background-color-083-ref Background-color set to rgb() using integers with red set to a nominal value with a plus sign, rgb(+128, 0, 0) image http://www.w3.org/TR/CSS21/colors.html#propdef-background-color,http://www.w3.org/TR/CSS21/colors.html#background-properties 5c7d74ebc0ab7796ed068c16ff990b8ebf937a8d `Microsoft`<http://www.microsoft.com/> Background-color is set to rgb(+128, 0, 0).
|
|
background-color-085 reference/background-color-011-ref Background-color set to rgb() using integers with red set to a maximum minus one value, rgb(254, 0, 0) image http://www.w3.org/TR/CSS21/colors.html#propdef-background-color,http://www.w3.org/TR/CSS21/colors.html#background-properties afcf244b16de724e94af70eeb9a57b503b302254 `Microsoft`<http://www.microsoft.com/> Background-color is set to rgb(254, 0, 0).
|
|
background-color-086 reference/background-color-012-ref Background-color set to rgb() using integers with red set to a maximum value, rgb(255, 0, 0) image http://www.w3.org/TR/CSS21/colors.html#propdef-background-color,http://www.w3.org/TR/CSS21/colors.html#background-properties 31dcb004fdc3c265c5369b4ffdacccec839bd932 `Microsoft`<http://www.microsoft.com/> Background-color is set to rgb(255, 0, 0).
|
|
background-color-087 reference/background-color-012-ref Background-color set to rgb() using integers with red set to a maximum value with a plus sign, rgb(+255, 0, 0) image http://www.w3.org/TR/CSS21/colors.html#propdef-background-color,http://www.w3.org/TR/CSS21/colors.html#background-properties 42a86c6b5881d57bb9934a21e627311977910836 `Microsoft`<http://www.microsoft.com/> Background-color is set to rgb(+255, 0, 0).
|
|
background-color-088 reference/background-color-012-ref Background-color set to rgb() using integers with red set to a maximum plus one value, rgb(256, 0, 0) image,invalid http://www.w3.org/TR/CSS21/colors.html#propdef-background-color,http://www.w3.org/TR/CSS21/colors.html#background-properties ca181d597b462d5274c410fb378700332890ca59 `Microsoft`<http://www.microsoft.com/> Background-color set to rgb(256, 0, 0) truncates to a valid value.
|
|
background-color-089 reference/background-color-002-ref Background-color set to rgb() using percentages with green set to the minimum minus one value, rgb(0%, -1%, 0%) image,invalid http://www.w3.org/TR/CSS21/colors.html#propdef-background-color,http://www.w3.org/TR/CSS21/colors.html#background-properties a7ac215d32480fb6f61c13a2ced8c8c22a03ff4c `Microsoft`<http://www.microsoft.com/> Background-color set to rgb(0%, -1%, 0%) truncates to a valid value.
|
|
background-color-090 reference/background-color-090-000200-ref;reference/background-color-090-000300-ref Background-color set to rgb() using percentages with green set to the minimum plus one value, rgb(0%, 1%, 0%) image http://www.w3.org/TR/CSS21/colors.html#propdef-background-color,http://www.w3.org/TR/CSS21/colors.html#background-properties 9b8e543f7e776f747cde043cd2941600ba87eacf `Microsoft`<http://www.microsoft.com/> Background-color is set to rgb(0%, 1%, 0%).
|
|
background-color-091 reference/background-color-002-ref Background-color set to rgb() using percentages with green set to the minimum value and minus sign, rgb(0%, -0%, 0%) image http://www.w3.org/TR/CSS21/colors.html#propdef-background-color,http://www.w3.org/TR/CSS21/colors.html#background-properties 50615ffbf4e553e7af89ee4d52dd3433d7dccd0d `Microsoft`<http://www.microsoft.com/> Background-color is set to rgb(0%, -0%, 0%).
|
|
background-color-092 reference/background-color-002-ref Background-color set to rgb() using percentages with green set to the minimum value and plus sign, rgb(0%, +0%, 0%) image http://www.w3.org/TR/CSS21/colors.html#propdef-background-color,http://www.w3.org/TR/CSS21/colors.html#background-properties 362e2d923b1151260a2672bb5334efc97478acec `Microsoft`<http://www.microsoft.com/> Background-color is set to rgb(0%, +0%, 0%).
|
|
background-color-093 reference/background-color-093-ref Background-color set to rgb() using percentages with green set to a nominal value, rgb(0%, 40%, 0%) ahem http://www.w3.org/TR/CSS21/colors.html#propdef-background-color,http://www.w3.org/TR/CSS21/colors.html#background-properties 3fa86bddd36d54a1b39775602840fe4ed6a02b3a `Microsoft`<http://www.microsoft.com/> Background-color is set to rgb(0%, 40%, 0%).
|
|
background-color-094 reference/background-color-093-ref Background-color set to rgb() using percentages with green set to a nominal value with a plus sign, rgb(0%, +40%, 0%) ahem http://www.w3.org/TR/CSS21/colors.html#propdef-background-color,http://www.w3.org/TR/CSS21/colors.html#background-properties b4d7d8a692fd7bc6dc6b12bad5827e5e22310b24 `Microsoft`<http://www.microsoft.com/> Background-color is set to rgb(0%, +40%, 0%).
|
|
background-color-095 reference/background-color-095-00fd00-ref;reference/background-color-095-00fc00-ref Background-color set to rgb() using percentages with green set to a maximum minus one value, rgb(0%, 99%, 0%) ahem http://www.w3.org/TR/CSS21/colors.html#propdef-background-color,http://www.w3.org/TR/CSS21/colors.html#background-properties 9a6d06bc8b243d0a3dbc71d20aafc0e615ec297a `Microsoft`<http://www.microsoft.com/> Background-color is set to rgb(0%, 99%, 0%).
|
|
background-color-096 reference/background-color-017-ref Background-color set to rgb() using percentages with green set to a maximum value, rgb(0%, 100%, 0%) image http://www.w3.org/TR/CSS21/colors.html#propdef-background-color,http://www.w3.org/TR/CSS21/colors.html#background-properties a3b7323e9104b587a638cd459b56446f6d009947 `Microsoft`<http://www.microsoft.com/> Background-color is set to rgb(0%, 100%, 0%).
|
|
background-color-097 reference/background-color-017-ref Background-color set to rgb() using percentages with green set to a maximum value with a plus sign, rgb(0%, +100%, 0%) image http://www.w3.org/TR/CSS21/colors.html#propdef-background-color,http://www.w3.org/TR/CSS21/colors.html#background-properties be887559b8aeb0da212e19041b3f9d017fc5ca8d `Microsoft`<http://www.microsoft.com/> Background-color is set to rgb(0%, +100%, 0%).
|
|
background-color-098 reference/background-color-017-ref Background-color set to rgb() using percentages with green set to a maximum plus one value, rgb(0%, 101%, 0%) image,invalid http://www.w3.org/TR/CSS21/colors.html#propdef-background-color,http://www.w3.org/TR/CSS21/colors.html#background-properties 42da83a8c4ebdf582d7c15d76332852fa99acadd `Microsoft`<http://www.microsoft.com/> Background-color set to rgb(0%, 101%, 0%) truncates to a valid value.
|
|
background-color-099 reference/background-color-002-ref Background-color set to rgb() using integers with green set to the minimum minus one value, rgb(0, -1, 0) image,invalid http://www.w3.org/TR/CSS21/colors.html#propdef-background-color,http://www.w3.org/TR/CSS21/colors.html#background-properties 374facb43b6114d62a48e1a12d871228aa0f7f89 `Microsoft`<http://www.microsoft.com/> Background-color set to rgb(-1, 0, 0) truncates to a valid value.
|
|
background-color-100 reference/background-color-014-ref Background-color set to rgb() using integers with green set to the minimum plus one value, rgb(0, 1, 0) image http://www.w3.org/TR/CSS21/colors.html#propdef-background-color,http://www.w3.org/TR/CSS21/colors.html#background-properties 0e1a81e65a64f30085a7590d08e91692a6dc3ddb `Microsoft`<http://www.microsoft.com/> Background-color set to rgb(0, 1, 0).
|
|
background-color-101 reference/background-color-002-ref Background-color set to rgb() using integers with green set to the minimum value with a minus sign, rgb(0, -0, 0) image http://www.w3.org/TR/CSS21/colors.html#propdef-background-color,http://www.w3.org/TR/CSS21/colors.html#background-properties 087edd45b6ce8792a6f79f94f58ccd0678ae13bf `Microsoft`<http://www.microsoft.com/> Background-color is set to rgb(0, -0, 0).
|
|
background-color-102 reference/background-color-002-ref Background-color set to rgb() using integers with green set to the minimum value with a plus sign, rgb(0, +0, 0) image http://www.w3.org/TR/CSS21/colors.html#propdef-background-color,http://www.w3.org/TR/CSS21/colors.html#background-properties bde3e13df2f2aedf5cef0cbf19b47963eed5fc4b `Microsoft`<http://www.microsoft.com/> Background-color is set to rgb(0, +0, 0).
|
|
background-color-103 reference/background-color-103-ref Background-color set to rgb() using integers with green set to a nominal value, rgb(0, 128, 0) image http://www.w3.org/TR/CSS21/colors.html#propdef-background-color,http://www.w3.org/TR/CSS21/colors.html#background-properties 6220f270c122011a36c1dbf9f45ae3797ad01114 `Microsoft`<http://www.microsoft.com/> Background-color is set to rgb(0, 128, 0).
|
|
background-color-104 reference/background-color-103-ref Background-color set to rgb() using integers with green set to a nominal value with a plus sign, rgb(0, +128, 0) image http://www.w3.org/TR/CSS21/colors.html#propdef-background-color,http://www.w3.org/TR/CSS21/colors.html#background-properties 83689b982bc1514342ee7c1b2bcc8dfa7f411252 `Microsoft`<http://www.microsoft.com/> Background-color is set to rgb(0, +128, 0).
|
|
background-color-105 reference/background-color-016-ref Background-color set to rgb() using integers with green set to a maximum minus one value, rgb(0, 254, 0) image http://www.w3.org/TR/CSS21/colors.html#propdef-background-color,http://www.w3.org/TR/CSS21/colors.html#background-properties 4ffd7cc038c57f638165ff44524fdabb48731b48 `Microsoft`<http://www.microsoft.com/> Background-color is set to rgb(0, 254, 0).
|
|
background-color-106 reference/background-color-017-ref Background-color set to rgb() using integers with green set to a maximum value, rgb(0, 255, 0) image http://www.w3.org/TR/CSS21/colors.html#propdef-background-color,http://www.w3.org/TR/CSS21/colors.html#background-properties e87fc9829663919a244d9e167756fe593b5e6efd `Microsoft`<http://www.microsoft.com/> Background-color is set to rgb(0, 255, 0).
|
|
background-color-107 reference/background-color-017-ref Background-color set to rgb() using integers with green set to a maximum value with a plus sign, rgb(0, +255, 0) image http://www.w3.org/TR/CSS21/colors.html#propdef-background-color,http://www.w3.org/TR/CSS21/colors.html#background-properties 1bd9677ef66e4b220badfdc4a6da332e942561ac `Microsoft`<http://www.microsoft.com/> Background-color is set to rgb(0, +255, 0).
|
|
background-color-108 reference/background-color-017-ref Background-color set to rgb() using integers with green set to a maximum plus one value, rgb(0, 256 0) image,invalid http://www.w3.org/TR/CSS21/colors.html#propdef-background-color,http://www.w3.org/TR/CSS21/colors.html#background-properties 3346fd9372971b64cc91a73cbfab7b523088f592 `Microsoft`<http://www.microsoft.com/> Background-color set to rgb(0, 256, 0) properly truncates to a valid value.
|
|
background-color-109 reference/background-color-002-ref Background-color set to rgb() using percentages with blue set to the minimum minus one value, rgb(0%, 0%, -1%) image,invalid http://www.w3.org/TR/CSS21/colors.html#propdef-background-color,http://www.w3.org/TR/CSS21/colors.html#background-properties 4d2af39103613303c2a7bf23785cdf14228a8319 `Microsoft`<http://www.microsoft.com/> Background-color set to rgb(0%, 0%, -1%) truncates to a valid value.
|
|
background-color-110 reference/background-color-110-000003-ref;reference/background-color-110-000002-ref Background-color set to rgb() using percentages with blue set to the minimum plus one value, rgb(0%, 0%, 1%) ahem http://www.w3.org/TR/CSS21/colors.html#propdef-background-color,http://www.w3.org/TR/CSS21/colors.html#background-properties 255de6af3018cfd2c6b3a7908880b296de40d7d0 `Microsoft`<http://www.microsoft.com/> Background-color is set to rgb(0%, 0%, 1%).
|
|
background-color-111 reference/background-color-002-ref Background-color set to rgb() using percentages with blue set to the minimum value and minus sign, rgb(0%, 0%, -0%) image http://www.w3.org/TR/CSS21/colors.html#propdef-background-color,http://www.w3.org/TR/CSS21/colors.html#background-properties 230b39d7172d5a007500b5fda456fc55ae1e9612 `Microsoft`<http://www.microsoft.com/> Background-color is set to rgb(0%, 0%, -0%).
|
|
background-color-112 reference/background-color-002-ref Background-color set to rgb() using percentages with blue set to the minimum value and plus sign, rgb(0%, 0%, +0%) image http://www.w3.org/TR/CSS21/colors.html#propdef-background-color,http://www.w3.org/TR/CSS21/colors.html#background-properties 7e1d82eb5ba1acf9cbbcf82296ad85c3406fe9ca `Microsoft`<http://www.microsoft.com/> Background-color is set to rgb(0%, 0%, +0%).
|
|
background-color-113 reference/background-color-113-ref Background-color set to rgb() using percentages with blue set to a nominal value, rgb(0%, 0%, 40%) ahem http://www.w3.org/TR/CSS21/colors.html#propdef-background-color,http://www.w3.org/TR/CSS21/colors.html#background-properties 9e4a6652a7509190477dff5e57624b83252c1dd5 `Microsoft`<http://www.microsoft.com/> Background-color is set to rgb(0%, 0%, 40%).
|
|
background-color-114 reference/background-color-113-ref Background-color set to rgb() using percentages with blue set to a nominal value with a plus sign, rgb(0%, 0%, +40%) ahem http://www.w3.org/TR/CSS21/colors.html#propdef-background-color,http://www.w3.org/TR/CSS21/colors.html#background-properties 7bbf07aaeab1c1e1cc84ae0d2185f2f664d34a3c `Microsoft`<http://www.microsoft.com/> Background-color is set to rgb(0%, 0%, +40%).
|
|
background-color-115 reference/background-color-115-0000fc-ref;reference/background-color-115-0000fd-ref Background-color set to rgb() using percentages with blue set to a maximum minus one value, rgb(0%, 0%, 99%) ahem http://www.w3.org/TR/CSS21/colors.html#propdef-background-color,http://www.w3.org/TR/CSS21/colors.html#background-properties ea82353227cfcb2564a80af799fd64b14907d5a7 `Microsoft`<http://www.microsoft.com/> Background-color is set to rgb(0%, 0%, 99%).
|
|
background-color-116 reference/background-color-022-ref Background-color set to rgb() using percentages with blue set to a maximum value, rgb(0%, 0%, 100%) image http://www.w3.org/TR/CSS21/colors.html#propdef-background-color,http://www.w3.org/TR/CSS21/colors.html#background-properties c6d9194dc07fb5a6a8f9df75385a21da7234931d `Microsoft`<http://www.microsoft.com/> Background-color is set to rgb(0%, 0%, 100%).
|
|
background-color-117 reference/background-color-022-ref Background-color set to rgb() using percentages with blue set to a maximum value with a plus sign, rgb(0%, 0%, +100%) image http://www.w3.org/TR/CSS21/colors.html#propdef-background-color,http://www.w3.org/TR/CSS21/colors.html#background-properties 59c0e783ea430ff847fc7ee1ed3589b3173fee2f `Microsoft`<http://www.microsoft.com/> Background-color is set to rgb(0%, 0%, +100%).
|
|
background-color-118 reference/background-color-022-ref Background-color set to rgb() using percentages with blue set to a maximum plus one value, rgb(0%, 0%, 101%) image,invalid http://www.w3.org/TR/CSS21/colors.html#propdef-background-color,http://www.w3.org/TR/CSS21/colors.html#background-properties 3eb62034536223f6dd5246e89da7dcdbfca36210 `Microsoft`<http://www.microsoft.com/> Background-color set to rgb(0%, 0%, 101%) truncates to a valid value.
|
|
background-color-119 reference/background-color-002-ref Background-color set to rgb() using integers with blue set to the minimum minus one value, rgb(0, 0, -1) image,invalid http://www.w3.org/TR/CSS21/colors.html#propdef-background-color,http://www.w3.org/TR/CSS21/colors.html#background-properties cdf7f3510943af8764a8670acdee18cab2374707 `Microsoft`<http://www.microsoft.com/> Background-color set to rgb(0, 0, -1) truncates to a valid value.
|
|
background-color-120 reference/background-color-019-ref Background-color set to rgb() using integers with blue set to the minimum plus one value, rgb(0, 0, 1) image http://www.w3.org/TR/CSS21/colors.html#propdef-background-color,http://www.w3.org/TR/CSS21/colors.html#background-properties c8a265341fdfb73ceb686a24f1ac38e12822551d `Microsoft`<http://www.microsoft.com/> Background-color is set to rgb(0, 0, 1).
|
|
background-color-121 reference/background-color-002-ref Background-color set to rgb() using integers with blue set to the minimum value with a minus sign, rgb(0, 0, -0) image http://www.w3.org/TR/CSS21/colors.html#propdef-background-color,http://www.w3.org/TR/CSS21/colors.html#background-properties 5584874100f93a686fdff6b2f5231d99e94196b0 `Microsoft`<http://www.microsoft.com/> Background-color is set to rgb(0, 0, -0).
|
|
background-color-122 reference/background-color-002-ref Background-color set to rgb() using integers with blue set to the minimum value with a plus sign, rgb(0, 0, +0) image http://www.w3.org/TR/CSS21/colors.html#propdef-background-color,http://www.w3.org/TR/CSS21/colors.html#background-properties f9ad83e2069eb43b418fd0d987e8550914884d78 `Microsoft`<http://www.microsoft.com/> Background-color is set to rgb(0, 0, +0).
|
|
background-color-123 reference/background-color-123-ref Background-color set to rgb() using integers with blue set to a nominal value, rgb(0, 0, 128) image http://www.w3.org/TR/CSS21/colors.html#propdef-background-color,http://www.w3.org/TR/CSS21/colors.html#background-properties d4937313915cef4c9de52e0eb7c7785e5485d86d `Microsoft`<http://www.microsoft.com/> Background-color is set to rgb(0, 0, 128).
|
|
background-color-124 reference/background-color-123-ref Background-color set to rgb() using integers with blue set to a nominal value with a plus sign, rgb(0, 0, +128) image http://www.w3.org/TR/CSS21/colors.html#propdef-background-color,http://www.w3.org/TR/CSS21/colors.html#background-properties 6858e9e457e4ff336e40e16c2353756a4b95d0d5 `Microsoft`<http://www.microsoft.com/> Background-color is set to rgb(0, 0, +128).
|
|
background-color-125 reference/background-color-021-ref Background-color set to rgb() using integers with blue set to a maximum minus one value, rgb(0, 0, 254) image http://www.w3.org/TR/CSS21/colors.html#propdef-background-color,http://www.w3.org/TR/CSS21/colors.html#background-properties a249a0ec6d0e9cc68782d3a7f6bfcc24fd8d9ec4 `Microsoft`<http://www.microsoft.com/> Background-color is set to rgb(0, 0, 254).
|
|
background-color-126 reference/background-color-022-ref Background-color set to rgb() using integers with blue set to a maximum value, rgb(0, 0, 255) image http://www.w3.org/TR/CSS21/colors.html#propdef-background-color,http://www.w3.org/TR/CSS21/colors.html#background-properties 22480daf99a8c860688de99d70da0ace04dcece5 `Microsoft`<http://www.microsoft.com/> Background-color is set to rgb(0, 0, 255).
|
|
background-color-127 reference/background-color-022-ref Background-color set to rgb() using integers with blue set to a maximum value with a plus sign, rgb(0, 0, +255) image http://www.w3.org/TR/CSS21/colors.html#propdef-background-color,http://www.w3.org/TR/CSS21/colors.html#background-properties ef5a637d5a1b5584a5888f07a7bd89765487ca9a `Microsoft`<http://www.microsoft.com/> Background-color is set to rgb(0, 0, +255).
|
|
background-color-128 reference/background-color-022-ref Background-color set to rgb() using integers with blue set to a maximum plus one value, rgb(0, 0, 256) image,invalid http://www.w3.org/TR/CSS21/colors.html#propdef-background-color,http://www.w3.org/TR/CSS21/colors.html#background-properties 4278e1985f3d00618e643bca0196d1708c2260ce `Microsoft`<http://www.microsoft.com/> Background-color set to rgb(0, 0, 256) properly truncates to a valid value.
|
|
background-color-129 reference/background-color-129-ref Background-color set to aqua image http://www.w3.org/TR/CSS21/colors.html#propdef-background-color,http://www.w3.org/TR/CSS21/colors.html#background-properties 21b9a925a1ba4e346c89ebec49877a7560ca2582 `Microsoft`<http://www.microsoft.com/> Background-color set to aqua causes the background-color of the box to be aqua.
|
|
background-color-130 reference/background-color-002-ref Background-color set to black image http://www.w3.org/TR/CSS21/colors.html#propdef-background-color,http://www.w3.org/TR/CSS21/colors.html#background-properties 2a44f264b2e4501f3efe94b35b2bc31d34169c6b `Microsoft`<http://www.microsoft.com/> Background-color set to black causes the background-color of the box to be black.
|
|
background-color-131 reference/background-color-022-ref Background-color set to blue image http://www.w3.org/TR/CSS21/colors.html#propdef-background-color,http://www.w3.org/TR/CSS21/colors.html#background-properties 8485bb8e22cd9b91ee703438444a1ee973b8a611 `Microsoft`<http://www.microsoft.com/> Background-color set to blue causes the background-color of the box to be blue.
|
|
background-color-132 reference/background-color-132-ref Background-color set to fuchsia image http://www.w3.org/TR/CSS21/colors.html#propdef-background-color,http://www.w3.org/TR/CSS21/colors.html#background-properties 53f7a05b9ec49faffbf2ee294178fb26d2b3cbc8 `Microsoft`<http://www.microsoft.com/> Background-color set to fuchsia causes the background-color of the box to be fuchsia.
|
|
background-color-133 reference/background-color-063-ref Background-color set to gray image http://www.w3.org/TR/CSS21/colors.html#propdef-background-color,http://www.w3.org/TR/CSS21/colors.html#background-properties b169eeac1e3a7636c43a212dac835ef58875e107 `Microsoft`<http://www.microsoft.com/> Background-color set to gray causes the background-color of the box to be gray.
|
|
background-color-134 reference/background-color-103-ref Background-color set to green image http://www.w3.org/TR/CSS21/colors.html#propdef-background-color,http://www.w3.org/TR/CSS21/colors.html#background-properties c2e541db2aaec314494118d331284e6f424ae7fe `Microsoft`<http://www.microsoft.com/> Background-color set to green causes the background of the box to be green.
|
|
background-color-135 reference/background-color-135-ref Background-color set to lime image http://www.w3.org/TR/CSS21/colors.html#propdef-background-color,http://www.w3.org/TR/CSS21/colors.html#background-properties ec27ab33763322a751b59f8659bfda0e65ffa154 `Microsoft`<http://www.microsoft.com/> Background-color set to lime causes the background-color of the box to be lime.
|
|
background-color-136 reference/background-color-136-ref Background-color set to maroon image http://www.w3.org/TR/CSS21/colors.html#propdef-background-color,http://www.w3.org/TR/CSS21/colors.html#background-properties cc7f4f3fa17cb0ae485c4523b2c12d49eb5f9e40 `Microsoft`<http://www.microsoft.com/> Background-color set to maroon causes the background-color of the box to be maroon.
|
|
background-color-137 reference/background-color-123-ref Background-color set to navy image http://www.w3.org/TR/CSS21/colors.html#propdef-background-color,http://www.w3.org/TR/CSS21/colors.html#background-properties 52ab79862de7d1cb1853a0a2b1da530cb4e9492c `Microsoft`<http://www.microsoft.com/> Background-color set to navy causes the background-color of the box to be navy.
|
|
background-color-138 reference/background-color-138-ref Background-color set to olive image http://www.w3.org/TR/CSS21/colors.html#propdef-background-color,http://www.w3.org/TR/CSS21/colors.html#background-properties 54e72839f2827328674afa1b3fee34a9ab6a85dc `Microsoft`<http://www.microsoft.com/> Background-color set to olive causes the background-color of the box to be olive.
|
|
background-color-139 reference/background-color-139-ref Background-color set to orange image http://www.w3.org/TR/CSS21/colors.html#propdef-background-color,http://www.w3.org/TR/CSS21/colors.html#background-properties e9e5ef18f94f381dcc47611199ce2c6827b7ad0f `Microsoft`<http://www.microsoft.com/> Background-color set to orange causes the background-color of the box to be orange.
|
|
background-color-140 reference/background-color-140-ref Background-color set to purple image http://www.w3.org/TR/CSS21/colors.html#propdef-background-color,http://www.w3.org/TR/CSS21/colors.html#background-properties b28b30b97d3bbdb1139361d11ff9dc56b927e32f `Microsoft`<http://www.microsoft.com/> Background-color set to purple causes the background-color of the box to be purple.
|
|
background-color-141 reference/background-color-012-ref Background-color set to red image http://www.w3.org/TR/CSS21/colors.html#propdef-background-color,http://www.w3.org/TR/CSS21/colors.html#background-properties d29a8857a1fd3ddfa4b106f575d3c3cd883488aa `Microsoft`<http://www.microsoft.com/> Background-color set to red causes the background-color of the box to be red.
|
|
background-color-142 reference/background-color-142-ref Background-color set to silver image http://www.w3.org/TR/CSS21/colors.html#propdef-background-color,http://www.w3.org/TR/CSS21/colors.html#background-properties 0e06f0b21e9e0afd64d2733cd4779a927d8955b2 `Microsoft`<http://www.microsoft.com/> Background-color set to silver causes the background-color of the box to be silver.
|
|
background-color-143 reference/background-color-143-ref Background-color set to teal image http://www.w3.org/TR/CSS21/colors.html#propdef-background-color,http://www.w3.org/TR/CSS21/colors.html#background-properties e149e47490d1e199594ac2ae7026b2e5736da84f `Microsoft`<http://www.microsoft.com/> Background-color set to teal causes the background-color of the box to be teal.
|
|
background-color-144 reference/background-color-006-ref Background-color set to white image http://www.w3.org/TR/CSS21/colors.html#propdef-background-color,http://www.w3.org/TR/CSS21/colors.html#background-properties d942d4b18d128c9efed9f0e9f6725994cdf25080 `Microsoft`<http://www.microsoft.com/> Background-color set to white causes the background-color of the box to be white.
|
|
background-color-145 reference/background-color-145-ref Background-color set to yellow image http://www.w3.org/TR/CSS21/colors.html#propdef-background-color,http://www.w3.org/TR/CSS21/colors.html#background-properties 83e77f25f9d33212ddf86d17bc8a0480aa5a13e5 `Microsoft`<http://www.microsoft.com/> Background-color set to yellow causes the background-color of the box to be yellow.
|
|
background-color-174 reference/background-color-001-ref Background-color set to transparent http://www.w3.org/TR/CSS21/colors.html#propdef-background-color,http://www.w3.org/TR/CSS21/colors.html#background-properties a392a20c6adbe04ab32c4f75707db902005be02e `Microsoft`<http://www.microsoft.com/> Background-color is set to transparent.
|
|
background-color-175 reference/background-color-175-ref Background-color set to inherit http://www.w3.org/TR/CSS21/colors.html#propdef-background-color,http://www.w3.org/TR/CSS21/colors.html#background-properties ad7bf322e72e0f193a07e4b3a3f66c4e7eff9009 `Microsoft`<http://www.microsoft.com/> Background-color set to inherit causes the background-color of the box to be the background-color designated on the parent element.
|
|
background-color-applies-to-001 reference/ref-filled-black-96px-square Background-color applied to elements with 'display' set to 'table-row-group' http://www.w3.org/TR/CSS21/colors.html#propdef-background,http://www.w3.org/TR/CSS21/colors.html#background-properties 88c5445438ae919a45bcdb35c4c22c064e3c3ebb `Microsoft`<http://www.microsoft.com/> The 'background-color' property applies to elements with 'display' set to 'table-row-group'.
|
|
background-color-applies-to-002 reference/ref-filled-black-96px-square Background-color applied to elements with 'display' set to 'table-header-group' http://www.w3.org/TR/CSS21/colors.html#propdef-background,http://www.w3.org/TR/CSS21/colors.html#background-properties 4c45dc2917dda91623625765da8b56bf0d50cc6a `Microsoft`<http://www.microsoft.com/> The 'background-color' property applies to elements with 'display' set to 'table-header-group'.
|
|
background-color-applies-to-003 reference/ref-filled-black-96px-square Background-color applied to elements with 'display' set to 'table-footer-group' http://www.w3.org/TR/CSS21/colors.html#propdef-background,http://www.w3.org/TR/CSS21/colors.html#background-properties 2dc5fc140750fdc455c34d14efbe1b9c89bbb3ae `Microsoft`<http://www.microsoft.com/> The 'background-color' property applies to elements with 'display' set to 'table-footer-group'.
|
|
background-color-applies-to-004 reference/ref-filled-black-96px-square Background-color applied to elements with 'display' set to 'table-row' http://www.w3.org/TR/CSS21/colors.html#propdef-background,http://www.w3.org/TR/CSS21/colors.html#background-properties 800487a9ec777562b5eaa00cb0b3e9cf4abd66f8 `Microsoft`<http://www.microsoft.com/> The 'background-color' property applies to elements with 'display' set to 'table-row'.
|
|
background-color-applies-to-005 reference/ref-filled-black-96px-square Background-color applied to elements with 'display' set to 'table-column-group' http://www.w3.org/TR/CSS21/colors.html#propdef-background,http://www.w3.org/TR/CSS21/colors.html#background-properties 612b8ac67e26cdbb90ca4f7ff39684aa480f1d52 `Microsoft`<http://www.microsoft.com/> The 'background-color' property applies to elements with 'display' set to 'table-column-group'.
|
|
background-color-applies-to-006 reference/ref-filled-black-96px-square Background-color applied to elements with 'display' set to 'table-column' http://www.w3.org/TR/CSS21/colors.html#propdef-background,http://www.w3.org/TR/CSS21/colors.html#background-properties e809184d342d8103b6fe13ee5f27cb49698885d9 `Microsoft`<http://www.microsoft.com/> The 'background-color' property applies to elements with 'display' set to 'table-column'.
|
|
background-color-applies-to-007 reference/ref-filled-black-96px-square Background-color applied to elements with 'display' set to 'table-cell' http://www.w3.org/TR/CSS21/colors.html#propdef-background,http://www.w3.org/TR/CSS21/colors.html#background-properties bb2c5d023cb5bd7ab01b3ec0be7658b897f32dcb `Microsoft`<http://www.microsoft.com/> The 'background-color' property applies to elements with 'display' set to 'table-cell'.
|
|
background-color-applies-to-008 Background-color applied to elements with 'display' set to 'inline' http://www.w3.org/TR/CSS21/colors.html#propdef-background-color,http://www.w3.org/TR/CSS21/colors.html#background-properties a428275b46f5760ef792583a06c317bd1fb1123b `Microsoft`<http://www.microsoft.com/> The 'background-color' property applies to elements with 'display' set to 'inline'.
|
|
background-color-applies-to-009 reference/ref-filled-black-96px-square Background-color applied to elements with 'display' set to 'block' http://www.w3.org/TR/CSS21/colors.html#propdef-background,http://www.w3.org/TR/CSS21/colors.html#background-properties b1d1a53ff36056d825835a71c991bd2512fb711f `Microsoft`<http://www.microsoft.com/> The 'background-color' property applies to elements with 'display' set to 'block'.
|
|
background-color-applies-to-010 Background-color applied to elements with 'display' set to 'list-item' http://www.w3.org/TR/CSS21/colors.html#propdef-background-color,http://www.w3.org/TR/CSS21/colors.html#background-properties 825f185d8c347abd3626a8f8d7ade431f7fed8fd `Microsoft`<http://www.microsoft.com/> The 'background-color' property applies to elements with 'display' set to 'list-item'.
|
|
background-color-applies-to-011 Background-color applied to elements with 'display' set to 'run-in' http://www.w3.org/TR/CSS21/colors.html#propdef-background-color,http://www.w3.org/TR/CSS21/colors.html#background-properties 43bc715836dd5d843c88be7d3562bb68145cda5e `Microsoft`<http://www.microsoft.com/> The 'background-color' property applies to elements with 'display' set to 'run-in'.
|
|
background-color-applies-to-012 reference/ref-filled-black-96px-square Background-color applied to elements with 'display' set to 'inline-block' http://www.w3.org/TR/CSS21/colors.html#propdef-background,http://www.w3.org/TR/CSS21/colors.html#background-properties f6091e19ac8a07151bf55863aa9a2d6ac304006d `Microsoft`<http://www.microsoft.com/> The 'background-color' property applies to elements with 'display' set to 'inline-block'.
|
|
background-color-applies-to-013 reference/ref-filled-black-96px-square Background-color applied to elements with 'display' set to 'table' http://www.w3.org/TR/CSS21/colors.html#propdef-background,http://www.w3.org/TR/CSS21/colors.html#background-properties debed513068e38391eb4f990606e2abd379e2c7d `Microsoft`<http://www.microsoft.com/> The 'background-color' property applies to elements with 'display' set to 'table'.
|
|
background-color-applies-to-014 reference/ref-filled-black-96px-square Background-color applied to elements with 'display' set to 'inline-table' http://www.w3.org/TR/CSS21/colors.html#propdef-background,http://www.w3.org/TR/CSS21/colors.html#background-properties 6caf1de38171a464b447d815952cd6bdd3d8fe1f `Microsoft`<http://www.microsoft.com/> The 'background-color' property applies to elements with 'display' set to 'inline-table'.
|
|
background-color-applies-to-015 reference/ref-filled-black-96px-square Background-color applied to elements with 'display' set to 'table-caption' http://www.w3.org/TR/CSS21/colors.html#propdef-background,http://www.w3.org/TR/CSS21/colors.html#background-properties d7acc6157691edd6efa8bb7651d007ae7cb1b7d9 `Microsoft`<http://www.microsoft.com/> The 'background-color' property applies to elements with 'display' set to 'table-caption'.
|
|
background-cover-001 Background over content http://www.w3.org/TR/CSS21/colors.html#background-properties 14e16d77c0c221ead6c5b5d311c6ef02f8e6f070 `Microsoft`<http://www.microsoft.com/> Background covers the content of the box.
|
|
background-cover-002 Background over padding http://www.w3.org/TR/CSS21/colors.html#background-properties 9efff71286a448711a982c470ac888149b2c2d85 `Microsoft`<http://www.microsoft.com/> Background covers the padding of the box.
|
|
background-cover-003 Background over border http://www.w3.org/TR/CSS21/colors.html#background-properties 26c4c793dd2ae20c77778d4663012b78b75551af `Microsoft`<http://www.microsoft.com/> Background covers the border of the box.
|
|
background-cover-004 Background over margin http://www.w3.org/TR/CSS21/colors.html#background-properties ad7090774bf135d19cad85de1c1013eaa34b33be `Microsoft`<http://www.microsoft.com/> Background does not color the margin.
|
|
background-html-body-001 Background on html and body element HTMLonly http://www.w3.org/TR/CSS21/colors.html#background-properties ae51346222f956e84c9232911e4e263f019b1388 `Microsoft`<http://www.microsoft.com/> Background of the html element is the canvas's background even if body background is set.
|
|
background-iframes-001 Transparent IFrames http://www.w3.org/TR/CSS21/colors.html#background 146138229c8de6981bbc3529d6c5fbc722f28b0f `Ian Hickson`<mailto:ian@hixie.ch> An IFRAME's canvas is transparent.
|
|
background-image-001 reference/ref-if-there-is-no-red Background-image set to 'none' image http://www.w3.org/TR/CSS21/colors.html#propdef-background-image,http://www.w3.org/TR/CSS21/colors.html#background-properties a5781e52a3b024974a6f136ac4f8466311ce108c `Microsoft`<http://www.microsoft.com/> Background-image set to 'none' does not set an image as the background.
|
|
background-image-002 reference/background-color-001-ref Background-image set using the url() function image http://www.w3.org/TR/CSS21/colors.html#propdef-background-image,http://www.w3.org/TR/CSS21/colors.html#background-properties 3c6a5cdf2346191d97882f339cf7a7b5385c532c `Microsoft`<http://www.microsoft.com/> Background-image set to uri causes the image to be rendered as the background of the box.
|
|
background-image-003 reference/ref-filled-green-100px-square Background-image set to 'inherit' image http://www.w3.org/TR/CSS21/colors.html#propdef-background-image,http://www.w3.org/TR/CSS21/colors.html#background-properties b23297a1ab0a4172d1f9dec0a5495e1c39cb8bc4 `Microsoft`<http://www.microsoft.com/> Background-image set to 'inherit' causes the container to use the background image of its parent.
|
|
background-image-005 reference/ref-this-text-should-be-green Parsing 'background-image' invalid http://www.w3.org/TR/CSS21/syndata.html#parsing-errors 5bcd709093fe71ad536c85ecc4a7fa83465bdfe9 `Ian Hickson`<mailto:ian@hixie.ch>
|
|
background-image-applies-to-001 reference/ref-filled-black-96px-square Background-image applied to elements with 'display' set to 'table-row-group' image http://www.w3.org/TR/CSS21/colors.html#propdef-background,http://www.w3.org/TR/CSS21/colors.html#background-properties 3c94fcb7cf814f18d8df5707ed99b8d600dde376 `Microsoft`<http://www.microsoft.com/> The 'background-image' property applies to elements with 'display' set to 'table-row-group'.
|
|
background-image-applies-to-002 reference/ref-filled-black-96px-square Background-image applied to elements with 'display' set to 'table-header-group' image http://www.w3.org/TR/CSS21/colors.html#propdef-background,http://www.w3.org/TR/CSS21/colors.html#background-properties 1bad45c64a6dd5c8d059d05c436f3afa87e5b5c1 `Microsoft`<http://www.microsoft.com/> The 'background-image' property applies to elements with 'display' set to 'table-header-group'.
|
|
background-image-applies-to-003 reference/ref-filled-black-96px-square Background-image applied to elements with 'display' set to 'table-footer-group' image http://www.w3.org/TR/CSS21/colors.html#propdef-background,http://www.w3.org/TR/CSS21/colors.html#background-properties 8b569752418fe1790c7119b855250dcea885e329 `Microsoft`<http://www.microsoft.com/> The 'background-image' property applies to elements with 'display' set to 'table-footer-group'.
|
|
background-image-applies-to-004 reference/ref-filled-black-96px-square Background-image applied to elements with 'display' set to 'table-row' image http://www.w3.org/TR/CSS21/colors.html#propdef-background,http://www.w3.org/TR/CSS21/colors.html#background-properties 9584563ba6cf4669e1d40ee2f751cb8eac4a73eb `Microsoft`<http://www.microsoft.com/> The 'background-image' property applies to elements with 'display' set to 'table-row'.
|
|
background-image-applies-to-005 reference/ref-filled-black-96px-square Background-image applied to elements with 'display' set to 'table-column-group' image http://www.w3.org/TR/CSS21/colors.html#propdef-background,http://www.w3.org/TR/CSS21/colors.html#background-properties a90f32fc51b1bf4c569b22435019caaaeb85b719 `Microsoft`<http://www.microsoft.com/> The 'background-image' property applies to elements with 'display' set to 'table-column-group'.
|
|
background-image-applies-to-006 reference/ref-filled-black-96px-square Background-image applied to elements with 'display' set to 'table-column' image http://www.w3.org/TR/CSS21/colors.html#propdef-background,http://www.w3.org/TR/CSS21/colors.html#background-properties a7d5347b3348775cfdd890d77580dfc3725509c3 `Microsoft`<http://www.microsoft.com/> The 'background-image' property applies to elements with 'display' set to 'table-column'.
|
|
background-image-applies-to-007 reference/ref-filled-black-96px-square Background-image applied to elements with 'display' set to 'table-cell' image http://www.w3.org/TR/CSS21/colors.html#propdef-background,http://www.w3.org/TR/CSS21/colors.html#background-properties 3e852361210492c22bc682b755d8bb64ba9a5554 `Microsoft`<http://www.microsoft.com/> The 'background-image' property applies to elements with 'display' set to 'table-cell'.
|
|
background-image-applies-to-008 Background-image applied to elements with 'display' set to 'inline' image http://www.w3.org/TR/CSS21/colors.html#propdef-background-image,http://www.w3.org/TR/CSS21/colors.html#background-properties a18e62f5e2d3cef1b43aa15f9101dc902426c8f9 `Microsoft`<http://www.microsoft.com/> The 'background-image' property applies to elements with 'display' set to 'inline'.
|
|
background-image-applies-to-009 reference/ref-filled-black-96px-square Background-image applied to elements with 'display' set to 'block' image http://www.w3.org/TR/CSS21/colors.html#propdef-background,http://www.w3.org/TR/CSS21/colors.html#background-properties b6899251263bce2a4edbb25b747eb272b848fa32 `Microsoft`<http://www.microsoft.com/> The 'background-image' property applies to elements with 'display' set to 'block'.
|
|
background-image-applies-to-010 Background-image applied to elements with 'display' set to 'list-item' image http://www.w3.org/TR/CSS21/colors.html#propdef-background-image,http://www.w3.org/TR/CSS21/colors.html#background-properties 87fa962a49c31634429e2241c42923008c0392ec `Microsoft`<http://www.microsoft.com/> The 'background-image' property applies to elements with 'display' set to 'list-item'.
|
|
background-image-applies-to-011 Background-image applied to elements with 'display' set to 'run-in' image http://www.w3.org/TR/CSS21/colors.html#propdef-background-image,http://www.w3.org/TR/CSS21/colors.html#background-properties 8db259ab3655808a68c9c8beaa84ef98dd5b5a1c `Microsoft`<http://www.microsoft.com/> The 'background-image' property applies to elements with 'display' set to 'run-in'.
|
|
background-image-applies-to-012 reference/ref-filled-black-96px-square Background-image applied to elements with 'display' set to 'inline-block' image http://www.w3.org/TR/CSS21/colors.html#propdef-background,http://www.w3.org/TR/CSS21/colors.html#background-properties 89f19681d71d0490724b94ed333d31420c802492 `Microsoft`<http://www.microsoft.com/> The 'background-image' property applies to elements with 'display' set to 'inline-block'.
|
|
background-image-applies-to-013 reference/ref-filled-black-96px-square Background-image applied to elements with 'display' set to 'table' image http://www.w3.org/TR/CSS21/colors.html#propdef-background,http://www.w3.org/TR/CSS21/colors.html#background-properties 14618ef92cf46c50103fbd43f7f73798eefb08aa `Microsoft`<http://www.microsoft.com/> The 'background-image' property applies to elements with 'display' set to 'table'.
|
|
background-image-applies-to-014 reference/ref-filled-black-96px-square Background-image applied to elements with 'display' set to 'inline-table' image http://www.w3.org/TR/CSS21/colors.html#propdef-background,http://www.w3.org/TR/CSS21/colors.html#background-properties 5ab5014a839f2f57c47c0808969f645747ae6879 `Microsoft`<http://www.microsoft.com/> The 'background-image' property applies to elements with 'display' set to 'inline-table'.
|
|
background-image-applies-to-015 reference/ref-filled-black-96px-square Background-image applied to elements with 'display' set to 'table-caption' image http://www.w3.org/TR/CSS21/colors.html#propdef-background,http://www.w3.org/TR/CSS21/colors.html#background-properties 0e7a4ddad6634c587af7a569ca95d5952eacbc34 `Microsoft`<http://www.microsoft.com/> The 'background-image' property applies to elements with 'display' set to 'table-caption'.
|
|
background-image-cover-001 Background-image tiling over content image http://www.w3.org/TR/CSS21/colors.html#background-properties cf4ffef46876c85cb8a60e00f55fb6aa069a852b `Microsoft`<http://www.microsoft.com/> Background-image tiling covers the content of the box.
|
|
background-image-cover-002 reference/background-image-cover-002-ref Background-image tiling over padding image http://www.w3.org/TR/CSS21/colors.html#background-properties ecc0d65c1ab9e5c50f429898c267d9495aa4dd77 `Microsoft`<http://www.microsoft.com/> Background-image tiling covers the padding of the box.
|
|
background-image-cover-003 Background-image tiling over border image http://www.w3.org/TR/CSS21/colors.html#background-properties c4bfcafa62e77c149045f0feffaf904468c33e0f `Microsoft`<http://www.microsoft.com/> Background-image tiling covers the border of the box.
|
|
background-image-cover-004 reference/background-image-cover-004-ref Background-image tiling over margin image http://www.w3.org/TR/CSS21/colors.html#background-properties e9db8cc00497d315542477355e6c8b8744e946fe `Microsoft`<http://www.microsoft.com/> Background-image tiling does not color the margin.
|
|
background-image-cover-attachment-001 reference/background-image-cover-attachment-001-ref Background-image tiling over margin with fixed background-attachment image http://www.w3.org/TR/CSS21/colors.html#background-properties 9996c235e3d5944a0ff1f6c20238270f1824897e `Microsoft`<http://www.microsoft.com/> Background-image tiling does not color the margin regardless of background-attachment.
|
|
background-image-first-letter reference/background-image-first-letter-ref background-image applicability to ::first-letter ahem,image http://www.w3.org/TR/css3-background/#placement,http://www.w3.org/TR/css3-background/#the-background-image,http://www.w3.org/TR/CSS21/colors.html#background-properties,http://www.w3.org/TR/CSS21/selector.html#first-letter 25c1464c8aff92a9d940cae9e499abc99a5d8698 `Ethan Malasky`<mailto:emalasky@adobe.com> background-image applicability to ::first-letter
|
|
background-image-transparency-001 reference/background-001-ref Transparent background-image with background-color image http://www.w3.org/TR/CSS21/colors.html#background-properties b72da2cb2037a396a7863c2ff7957dc4b87e2908 `Microsoft`<http://www.microsoft.com/> Background-image set to a transparent image causes the 'background-color' to shine through.
|
|
background-intrinsic-001 reference/background-intrinsic-ref Background Intrinsic Sizes: No intrinsic size svg http://www.w3.org/TR/CSS21/colors.html#background-properties,http://www.w3.org/TR/css3-background/#the-background-size cfcf9891f26d3298426aa7e2cdfd9f200ebbb4c9 `Elika J. Etemad`<http://fantasai.inkedblade.net/contact> A background image with no intrinsic size covers the entire padding box.
|
|
background-intrinsic-002 reference/background-intrinsic-ref Background Intrinsic Sizes: Intrinsic Width svg http://www.w3.org/TR/CSS21/colors.html#background-properties,http://www.w3.org/TR/css3-background/#the-background-size c1a9c2942890ce523d618eee18668381259e7145 `Elika J. Etemad`<http://fantasai.inkedblade.net/contact> A background image with only an intrinsic width covers its intrinsic width and the height of the padding box.
|
|
background-intrinsic-003 reference/background-intrinsic-ref Background Intrinsic Sizes: Intrinsic Height svg http://www.w3.org/TR/CSS21/colors.html#background-properties,http://www.w3.org/TR/css3-background/#the-background-size dfd135b81375b2da316ef1d16517bf2a737f6c6a `Elika J. Etemad`<http://fantasai.inkedblade.net/contact> A background image with only an intrinsic height covers its intrinsic height and the width of the padding box.
|
|
background-intrinsic-004 reference/background-intrinsic-ref Background Intrinsic Sizes: Intrinsic Ratio (Match Heights) may,svg http://www.w3.org/TR/CSS21/colors.html#background-properties,http://www.w3.org/TR/css3-background/#the-background-size c0a6732451c7542bb03c87e60ab1e997b988d48b `Elika J. Etemad`<http://fantasai.inkedblade.net/contact> A background image with only an intrinsic ratio covers largest rectangle at that ratio that exceeds neither the height nor width of the background positioning area.
|
|
background-intrinsic-005 reference/background-intrinsic-ref Background Intrinsic Sizes: Intrinsic Ratio (Match Widths) may,svg http://www.w3.org/TR/CSS21/colors.html#background-properties,http://www.w3.org/TR/css3-background/#the-background-size 7cb37196defe37532bcbebf01dc7c2347d52af03 `Elika J. Etemad`<http://fantasai.inkedblade.net/contact> A background image with only an intrinsic ratio covers largest rectangle at that ratio that exceeds neither the height nor width of the background positioning area.
|
|
background-intrinsic-006 reference/background-intrinsic-ref Background Intrinsic Sizes: Intrinsic Percentage Width and Height svg http://www.w3.org/TR/CSS21/colors.html#background-properties,http://www.w3.org/TR/css3-background/#the-background-size 89c341c5461cf72d86d9d54c86de387a900b9a15 `Elika J. Etemad`<http://fantasai.inkedblade.net/contact> A background image with only an intrinsic ratio covers largest rectangle at that ratio that exceeds neither the height nor width of the background positioning area.
|
|
background-intrinsic-007 reference/background-intrinsic-ref Background Intrinsic Sizes: Intrinsic Width and Ratio svg http://www.w3.org/TR/CSS21/colors.html#background-properties,http://www.w3.org/TR/css3-background/#the-background-size 08853619d29e8abf3b53ae3f66f2310786472210 `Elika J. Etemad`<http://fantasai.inkedblade.net/contact> A missing background image height is calculated from the width and the ratio.
|
|
background-intrinsic-008 reference/background-intrinsic-ref Background Intrinsic Sizes: Intrinsic Height and Ratio svg http://www.w3.org/TR/CSS21/colors.html#background-properties,http://www.w3.org/TR/css3-background/#the-background-size a5939d59e8d38def41f2d0223b4bfb1c69e10b98 `Elika J. Etemad`<http://fantasai.inkedblade.net/contact> A missing background image width is calculated from the height and the ratio.
|
|
background-intrinsic-009 reference/background-intrinsic-ref Background Intrinsic Sizes: Intrinsic Width and Height (Vector) svg http://www.w3.org/TR/CSS21/colors.html#background-properties,http://www.w3.org/TR/css3-background/#the-background-size 7a7050157a4fa7ad32f7ed1d570964bb65cc8ae0 `Elika J. Etemad`<http://fantasai.inkedblade.net/contact> A background with an intrinsic width and height is drawn at that size.
|
|
background-intrinsic-010 reference/background-intrinsic-ref Background Intrinsic Sizes: Intrinsic Width and Height (Raster) svg http://www.w3.org/TR/CSS21/colors.html#background-properties,http://www.w3.org/TR/css3-background/#the-background-size 7f98f3661059a348b1d516626442a316f9e62600 `Elika J. Etemad`<http://fantasai.inkedblade.net/contact> A background with an intrinsic width and height is drawn at that size.
|
|
background-position-001 reference/background-position-001-ref background-position - ex unit ahem,image http://www.w3.org/TR/CSS21/colors.html#background-properties,http://www.w3.org/TR/CSS21/syndata.html#length-units,http://www.w3.org/TR/CSS21/fonts.html#font-size-props,http://www.w3.org/TR/css-fonts-3/#font-size-prop 8766d172948ccf1ae3fa825a91db3d26e8242b06 `Gérard Talbot`<http://www.gtalbot.org/BrowserBugsSection/css21testsuite/> ex unit is the 'x-height' of the relevant font. 'em' and 'ex' length values when defining 'font-size' property refer to the computed font size of the parent element.
|
|
background-position-002 reference/background-position-002-ref background-position - ex unit ahem,image http://www.w3.org/TR/CSS21/colors.html#background-properties,http://www.w3.org/TR/CSS21/syndata.html#length-units,http://www.w3.org/TR/CSS21/fonts.html#font-size-props,http://www.w3.org/TR/css-fonts-3/#font-size-prop 235598f13ca1c4bfd7dd7434ca76bb2d46f989aa `Gérard Talbot`<http://www.gtalbot.org/BrowserBugsSection/css21testsuite/> ex unit is the 'x-height' of the relevant font. 'em' and 'ex' length values when defining 'font-size' property refer to the computed font size of the parent element.
|
|
background-position-004 reference/background-position-004-ref Background-position using pixels with a negative zero value, -0px image http://www.w3.org/TR/CSS21/colors.html#propdef-background-position,http://www.w3.org/TR/CSS21/colors.html#background-properties c85a2baa7284b4286d4cc29e1a6cc46fdf0d1a24 `Microsoft`<http://www.microsoft.com/> The 'background-position' property correctly applies a negative zero length value in pixels.
|
|
background-position-005 reference/background-position-004-ref Background-position using pixels with a zero value, 0px image http://www.w3.org/TR/CSS21/colors.html#propdef-background-position,http://www.w3.org/TR/CSS21/colors.html#background-properties db9f3a094c8850e961b04f1fe16960327fb29f7a `Microsoft`<http://www.microsoft.com/> The 'background-position' property correctly applies a zero length value in pixels.
|
|
background-position-006 reference/background-position-004-ref Background-position using pixels with a zero value with a plus sign, +0px image http://www.w3.org/TR/CSS21/colors.html#propdef-background-position,http://www.w3.org/TR/CSS21/colors.html#background-properties f34cba71691039f6dbde37c10744e777a92c8ef3 `Microsoft`<http://www.microsoft.com/> The 'background-position' property correctly applies a zero length value in pixels with a plus sign.
|
|
background-position-007 reference/background-position-007-ref Background-position using pixels with a nominal value, 96px image http://www.w3.org/TR/CSS21/colors.html#propdef-background-position,http://www.w3.org/TR/CSS21/colors.html#background-properties e3cdd9cfca88d640160555a6479c9bb4fb92b10b `Microsoft`<http://www.microsoft.com/> The 'background-position' property correctly applies a nominal length value in pixels.
|
|
background-position-008 reference/background-position-007-ref Background-position using pixels with a nominal value and a plus sign, +96px image http://www.w3.org/TR/CSS21/colors.html#propdef-background-position,http://www.w3.org/TR/CSS21/colors.html#background-properties bbd07ffc8d19e5bca8728d4c9e5d9bc66fbd11f3 `Microsoft`<http://www.microsoft.com/> The 'background-position' property correctly applies a nominal length value in pixels with a plus sign.
|
|
background-position-016 reference/background-position-004-ref Background-position using points with a negative zero value, -0pt image http://www.w3.org/TR/CSS21/colors.html#propdef-background-position,http://www.w3.org/TR/CSS21/colors.html#background-properties e5c98c8cd2d36d6970dd00f7c207e04f190bf14b `Microsoft`<http://www.microsoft.com/> The 'background-position' property correctly applies a negative zero length value in points.
|
|
background-position-017 reference/background-position-004-ref Background-position using points with a zero value, 0pt image http://www.w3.org/TR/CSS21/colors.html#propdef-background-position,http://www.w3.org/TR/CSS21/colors.html#background-properties 816be7b8f6b5631ae171cc154486e61c4f8557b5 `Microsoft`<http://www.microsoft.com/> The 'background-position' property correctly applies a zero length value in points.
|
|
background-position-018 reference/background-position-004-ref Background-position using points with a zero value with a plus sign, +0pt image http://www.w3.org/TR/CSS21/colors.html#propdef-background-position,http://www.w3.org/TR/CSS21/colors.html#background-properties fca6e01433571ac618564e4c19a035eeb0864d8a `Microsoft`<http://www.microsoft.com/> The 'background-position' property correctly applies a zero length value in points with a plus sign.
|
|
background-position-019 Background-position using points with a nominal value, 72pt image http://www.w3.org/TR/CSS21/colors.html#propdef-background-position,http://www.w3.org/TR/CSS21/colors.html#background-properties 51a46f2392dad92d930dcf71b1614045f0dd289e `Microsoft`<http://www.microsoft.com/> The 'background-position' property correctly applies a nominal length value in points.
|
|
background-position-020 Background-position using points with a nominal value and a plus sign, +72pt image http://www.w3.org/TR/CSS21/colors.html#propdef-background-position,http://www.w3.org/TR/CSS21/colors.html#background-properties 6cb741c5d8649345335130489af9b258ea1c676a `Microsoft`<http://www.microsoft.com/> The 'background-position' property correctly applies a nominal length value in points with a plus sign.
|
|
background-position-028 reference/background-position-004-ref Background-position using picas with a negative zero value, -0pc image http://www.w3.org/TR/CSS21/colors.html#propdef-background-position,http://www.w3.org/TR/CSS21/colors.html#background-properties 5bafa777c0124651bdc350ad161a96ef4827dfd5 `Microsoft`<http://www.microsoft.com/> The 'background-position' property correctly applies a negative zero length value in picas.
|
|
background-position-029 reference/background-position-004-ref Background-position using picas with a zero value, 0pc image http://www.w3.org/TR/CSS21/colors.html#propdef-background-position,http://www.w3.org/TR/CSS21/colors.html#background-properties 20aa631e0ef06afc5a4326b58123b7f3ae3da665 `Microsoft`<http://www.microsoft.com/> The 'background-position' property correctly applies a zero length value in picas.
|
|
background-position-030 reference/background-position-004-ref Background-position using picas with a zero value with a plus sign, +0pc image http://www.w3.org/TR/CSS21/colors.html#propdef-background-position,http://www.w3.org/TR/CSS21/colors.html#background-properties 1dd4fbdb7464e9f05632642e7560b821e4d1bf14 `Microsoft`<http://www.microsoft.com/> The 'background-position' property correctly applies a zero length value in picas with a plus sign.
|
|
background-position-031 Background-position using picas with a nominal value, 6pc image http://www.w3.org/TR/CSS21/colors.html#propdef-background-position,http://www.w3.org/TR/CSS21/colors.html#background-properties 5a7f17975017cb3927daa582cfcbd1c3a74c2107 `Microsoft`<http://www.microsoft.com/> The 'background-position' property correctly applies a nominal length value in picas.
|
|
background-position-032 Background-position using picas with a nominal value and a plus sign, +6pc image http://www.w3.org/TR/CSS21/colors.html#propdef-background-position,http://www.w3.org/TR/CSS21/colors.html#background-properties bae90f8f6eb007605e4fc3df8c810598173fd008 `Microsoft`<http://www.microsoft.com/> The 'background-position' property correctly applies a nominal length value in picas with a plus sign.
|
|
background-position-040 reference/background-position-004-ref Background-position using centimeters with a negative zero value, -0cm image http://www.w3.org/TR/CSS21/colors.html#propdef-background-position,http://www.w3.org/TR/CSS21/colors.html#background-properties 6f0c81daa47d1b6174874bb1f6d8d2adb8c17d4e `Microsoft`<http://www.microsoft.com/> The 'background-position' property correctly applies a negative zero length value in centimeters.
|
|
background-position-041 reference/background-position-004-ref Background-position using centimeters with a zero value, 0cm image http://www.w3.org/TR/CSS21/colors.html#propdef-background-position,http://www.w3.org/TR/CSS21/colors.html#background-properties e95941c7159479e31a1eea3b73459d0e8cb7d13f `Microsoft`<http://www.microsoft.com/> The 'background-position' property correctly applies a zero length value in centimeters.
|
|
background-position-042 reference/background-position-004-ref Background-position using centimeters with a zero value with a plus sign, +0cm image http://www.w3.org/TR/CSS21/colors.html#propdef-background-position,http://www.w3.org/TR/CSS21/colors.html#background-properties 368e6cc18e34d6419cff7351f59eda45152afaa4 `Microsoft`<http://www.microsoft.com/> The 'background-position' property correctly applies a zero length value in centimeters with a plus sign.
|
|
background-position-043 Background-position using centimeters with a nominal value, 2.54cm image http://www.w3.org/TR/CSS21/colors.html#propdef-background-position,http://www.w3.org/TR/CSS21/colors.html#background-properties c38d96712226ce165dda751ee8f06eb6f672295a `Microsoft`<http://www.microsoft.com/> The 'background-position' property correctly applies a nominal length value in centimeters.
|
|
background-position-044 Background-position using centimeters with a nominal value and a plus sign, +2.54cm image http://www.w3.org/TR/CSS21/colors.html#propdef-background-position,http://www.w3.org/TR/CSS21/colors.html#background-properties 85368ac9fe7298e803d487645efee228d7084a2d `Microsoft`<http://www.microsoft.com/> The 'background-position' property correctly applies a nominal length value in centimeters with a plus sign.
|
|
background-position-052 reference/background-position-004-ref Background-position using millimeters with a negative zero value, -0mm image http://www.w3.org/TR/CSS21/colors.html#propdef-background-position,http://www.w3.org/TR/CSS21/colors.html#background-properties 2c950a8ade696beeb62bf2163c408521b0353a59 `Microsoft`<http://www.microsoft.com/> The 'background-position' property correctly applies a negative zero length value in millimeters.
|
|
background-position-053 reference/background-position-004-ref Background-position using millimeters with a zero value, 0mm image http://www.w3.org/TR/CSS21/colors.html#propdef-background-position,http://www.w3.org/TR/CSS21/colors.html#background-properties 7ee96db00897ee46fbbe7d4de291c7d45ed4bfff `Microsoft`<http://www.microsoft.com/> The 'background-position' property correctly applies a zero length value in millimeters.
|
|
background-position-054 reference/background-position-004-ref Background-position using millimeters with a zero value with a plus sign, +0mm image http://www.w3.org/TR/CSS21/colors.html#propdef-background-position,http://www.w3.org/TR/CSS21/colors.html#background-properties 93ff933f5609be5f2f90c9d54963fb81ec7249fb `Microsoft`<http://www.microsoft.com/> The 'background-position' property correctly applies a zero length value in millimeters with a plus sign.
|
|
background-position-055 Background-position using millimeters with a nominal value, 25.4mm image http://www.w3.org/TR/CSS21/colors.html#propdef-background-position,http://www.w3.org/TR/CSS21/colors.html#background-properties 3d5ec7dcff73da2caa830f3489c0cef339bbec93 `Microsoft`<http://www.microsoft.com/> The 'background-position' property correctly applies a nominal length value in millimeters.
|
|
background-position-056 Background-position using millimeters with a nominal value and a plus sign, +25.4mm image http://www.w3.org/TR/CSS21/colors.html#propdef-background-position,http://www.w3.org/TR/CSS21/colors.html#background-properties 0e17ceb804b3cc0372b897f5b01660b304f71af3 `Microsoft`<http://www.microsoft.com/> The 'background-position' property correctly applies a nominal length value in millimeters with a plus sign.
|
|
background-position-064 reference/background-position-004-ref Background-position using inches with a negative zero value, -0in image http://www.w3.org/TR/CSS21/colors.html#propdef-background-position,http://www.w3.org/TR/CSS21/colors.html#background-properties cf2bcc4fc4978317e25df4972217f928b10394d1 `Microsoft`<http://www.microsoft.com/> The 'background-position' property correctly applies a negative zero length value in inches.
|
|
background-position-065 reference/background-position-004-ref Background-position using inches with a zero value, 0in image http://www.w3.org/TR/CSS21/colors.html#propdef-background-position,http://www.w3.org/TR/CSS21/colors.html#background-properties 0b8ec54ca48e4f1f0727ce09bb6400f0514abacf `Microsoft`<http://www.microsoft.com/> The 'background-position' property correctly applies a zero length value in inches.
|
|
background-position-066 reference/background-position-004-ref Background-position using inches with a zero value with a plus sign, +0in image http://www.w3.org/TR/CSS21/colors.html#propdef-background-position,http://www.w3.org/TR/CSS21/colors.html#background-properties d3f925dfc16bd4eeeef1040c9df2cbe0dfd76c5f `Microsoft`<http://www.microsoft.com/> The 'background-position' property correctly applies a zero length value in inches with a plus sign.
|
|
background-position-067 Background-position using inches with a nominal value, 1in image http://www.w3.org/TR/CSS21/colors.html#propdef-background-position,http://www.w3.org/TR/CSS21/colors.html#background-properties 72c8b8cbe13da0a28d2618a803aaccfa8876fd7c `Microsoft`<http://www.microsoft.com/> The 'background-position' property correctly applies a nominal length value in inches.
|
|
background-position-068 Background-position using inches with a nominal value and a plus sign, +1in image http://www.w3.org/TR/CSS21/colors.html#propdef-background-position,http://www.w3.org/TR/CSS21/colors.html#background-properties db346a0dce747000669eca97e34d24b49b6c903e `Microsoft`<http://www.microsoft.com/> The 'background-position' property correctly applies a nominal length value in inches with a plus sign.
|
|
background-position-076 reference/background-position-004-ref Background-position using 'em' units with a negative zero value, -0em ahem,image http://www.w3.org/TR/CSS21/colors.html#propdef-background-position,http://www.w3.org/TR/CSS21/colors.html#background-properties e79385e0d2121a6a93e369ef23e8e70236969660 `Microsoft`<http://www.microsoft.com/> The 'background-position' property correctly applies a negative zero length value in 'em' units.
|
|
background-position-077 reference/background-position-004-ref Background-position using 'em' units with a zero value, 0em ahem,image http://www.w3.org/TR/CSS21/colors.html#propdef-background-position,http://www.w3.org/TR/CSS21/colors.html#background-properties 81220d4ed7c3e3997a706e432839efc4a0f802f2 `Microsoft`<http://www.microsoft.com/> The 'background-position' property correctly applies a zero length value in 'em' units.
|
|
background-position-078 reference/background-position-004-ref Background-position using 'em' units with a zero value with a plus sign, +0em ahem,image http://www.w3.org/TR/CSS21/colors.html#propdef-background-position,http://www.w3.org/TR/CSS21/colors.html#background-properties 52ee74aa0a125d2f77d77af95e9fe129da760f5e `Microsoft`<http://www.microsoft.com/> The 'background-position' property correctly applies a zero length value in 'em' units with a plus sign.
|
|
background-position-079 Background-position using 'em' units with a nominal value, 6em ahem,image http://www.w3.org/TR/CSS21/colors.html#propdef-background-position,http://www.w3.org/TR/CSS21/colors.html#background-properties 54d7cadd262536b4ac27e2a16fedbdff8d4bb503 `Microsoft`<http://www.microsoft.com/> The 'background-position' property correctly applies a nominal length value in 'em' units.
|
|
background-position-080 Background-position using 'em' units with a nominal value and a plus sign, +6em ahem,image http://www.w3.org/TR/CSS21/colors.html#propdef-background-position,http://www.w3.org/TR/CSS21/colors.html#background-properties fdfd1e297f6aa6b1540f81ae425ae699aabadd48 `Microsoft`<http://www.microsoft.com/> The 'background-position' property correctly applies a nominal length value in 'em' units with a plus sign.
|
|
background-position-088 reference/background-position-004-ref Background-position using 'ex' units with a negative zero value, -0ex ahem,image http://www.w3.org/TR/CSS21/colors.html#propdef-background-position,http://www.w3.org/TR/CSS21/colors.html#background-properties 1c96c4a00b473f1c22abc7256281edf05c6a16a0 `Microsoft`<http://www.microsoft.com/> The 'background-position' property correctly applies a negative zero length value in 'ex' units.
|
|
background-position-089 reference/background-position-004-ref Background-position using 'ex' units with a zero value, 0ex ahem,image http://www.w3.org/TR/CSS21/colors.html#propdef-background-position,http://www.w3.org/TR/CSS21/colors.html#background-properties d960bada6ff78c8f28205a3b925158fccc43c172 `Microsoft`<http://www.microsoft.com/> The 'background-position' property correctly applies a zero length value in 'ex' units.
|
|
background-position-090 reference/background-position-004-ref Background-position using 'ex' units with a zero value with a plus sign, +0ex ahem,image http://www.w3.org/TR/CSS21/colors.html#propdef-background-position,http://www.w3.org/TR/CSS21/colors.html#background-properties eaa669b4b9859dbcaf580d514551e3054b1a8ba5 `Microsoft`<http://www.microsoft.com/> The 'background-position' property correctly applies a zero length value in 'ex' units with a plus sign.
|
|
background-position-091 Background-position using 'ex' units with a nominal value, 7.5ex ahem,image http://www.w3.org/TR/CSS21/colors.html#propdef-background-position,http://www.w3.org/TR/CSS21/colors.html#background-properties 56727fbef91e889df9d3f11496ca89d98d7d8725 `Microsoft`<http://www.microsoft.com/> The 'background-position' property correctly applies a nominal length value in 'ex' units.
|
|
background-position-092 Background-position using 'ex' units with a nominal value and a plus sign, +7.5ex ahem,image http://www.w3.org/TR/CSS21/colors.html#propdef-background-position,http://www.w3.org/TR/CSS21/colors.html#background-properties 89fe1d4dfcc18face44f1c058e55d2f04f982a9b `Microsoft`<http://www.microsoft.com/> The 'background-position' property correctly applies a nominal length value in 'ex' units with a plus sign.
|
|
background-position-100 reference/background-position-004-ref Background-position using percentages with a negative zero value, -0% image http://www.w3.org/TR/CSS21/colors.html#propdef-background-position,http://www.w3.org/TR/CSS21/colors.html#background-properties 5904077ccd71d85f63a1616d1cb051d21b56e113 `Microsoft`<http://www.microsoft.com/> The 'background-position' property correctly applies a negative zero length value in percentages.
|
|
background-position-101 reference/background-position-004-ref Background-position using percentages with a zero value, 0% image http://www.w3.org/TR/CSS21/colors.html#propdef-background-position,http://www.w3.org/TR/CSS21/colors.html#background-properties 1eb215961c9dd4dee60541d6fc53210394042edb `Microsoft`<http://www.microsoft.com/> The 'background-position' property correctly applies a zero length value in percentages.
|
|
background-position-102 reference/background-position-004-ref Background-position using percentages with a zero value with a plus sign, +0% image http://www.w3.org/TR/CSS21/colors.html#propdef-background-position,http://www.w3.org/TR/CSS21/colors.html#background-properties 0253e9c6fcc92112d68d33d6ddae4c3c34f9c0a9 `Microsoft`<http://www.microsoft.com/> The 'background-position' property correctly applies a zero length value in percentages with a plus sign.
|
|
background-position-103 Background-position using percentages with a nominal value, 50% image http://www.w3.org/TR/CSS21/colors.html#propdef-background-position,http://www.w3.org/TR/CSS21/colors.html#background-properties e9be1cf1f4fa14dff9dc9ac411f3c10b546363af `Microsoft`<http://www.microsoft.com/> The 'background-position' property correctly applies a nominal length value in percentages.
|
|
background-position-104 Background-position using percentages with a nominal value and a plus sign, +50% image http://www.w3.org/TR/CSS21/colors.html#propdef-background-position,http://www.w3.org/TR/CSS21/colors.html#background-properties 22aa45d86172bdaae24adc154a3686d4e5c09140 `Microsoft`<http://www.microsoft.com/> The 'background-position' property correctly applies a nominal length value in percentages with a plus sign.
|
|
background-position-109 reference/background-position-004-ref Background-position with a negative zero value, -0 image http://www.w3.org/TR/CSS21/colors.html#propdef-background-position,http://www.w3.org/TR/CSS21/colors.html#background-properties e4393286a8f9bdf9bf4abaee217d53207fe8eb29 `Microsoft`<http://www.microsoft.com/> The 'background-position' property correctly applies a negative zero length value with no units.
|
|
background-position-110 reference/background-position-004-ref Background-position with a zero value, 0 image http://www.w3.org/TR/CSS21/colors.html#propdef-background-position,http://www.w3.org/TR/CSS21/colors.html#background-properties 263555d7b30d1e7c03b419457199fd6d9f8a3348 `Microsoft`<http://www.microsoft.com/> The 'background-position' property correctly applies a zero length value with no units.
|
|
background-position-111 reference/background-position-004-ref Background-position with a zero value and plus sign, +0 image http://www.w3.org/TR/CSS21/colors.html#propdef-background-position,http://www.w3.org/TR/CSS21/colors.html#background-properties c1f023154eb1d110d1ec508828589478fd6930cb `Microsoft`<http://www.microsoft.com/> The 'background-position' property correctly applies a zero length value with no units with a plus sign.
|
|
background-position-112 reference/background-position-004-ref Background-position using keyword values, left image http://www.w3.org/TR/CSS21/colors.html#propdef-background-position,http://www.w3.org/TR/CSS21/colors.html#background-properties 2be8268dfcd4b2276bf6b4b07f92f166f8d2fffb `Microsoft`<http://www.microsoft.com/> The 'background-position' property correctly applies the keyword value, left.
|
|
background-position-113 reference/background-position-113-ref Background-position using keyword values, center image http://www.w3.org/TR/CSS21/colors.html#propdef-background-position,http://www.w3.org/TR/CSS21/colors.html#background-properties ecd14e1942cd5e575c2441e91b9792d02e1a8f48 `Microsoft`<http://www.microsoft.com/> The 'background-position' property correctly applies the keyword value, center.
|
|
background-position-114 reference/background-position-114-ref Background-position using keyword values, right image http://www.w3.org/TR/CSS21/colors.html#propdef-background-position,http://www.w3.org/TR/CSS21/colors.html#background-properties f3a3d25f5078b6135b533582352fc858d8fe56fd `Microsoft`<http://www.microsoft.com/> The 'background-position' property correctly applies the keyword value, right.
|
|
background-position-115 reference/background-position-115-ref Background-position using keyword values, top image http://www.w3.org/TR/CSS21/colors.html#propdef-background-position,http://www.w3.org/TR/CSS21/colors.html#background-properties 58d3cd3f3169c3bacfbcdf3f5be9a6779cbbab35 `Microsoft`<http://www.microsoft.com/> The 'background-position' property correctly applies the keyword value, top.
|
|
background-position-116 reference/background-position-116-ref Background-position using keyword values, bottom image http://www.w3.org/TR/CSS21/colors.html#propdef-background-position,http://www.w3.org/TR/CSS21/colors.html#background-properties 84216d1575f89eaeb9abd9e0519cb0c813355faa `Microsoft`<http://www.microsoft.com/> The 'background-position' property correctly applies the keyword value, bottom.
|
|
background-position-117 reference/background-position-117-ref Background-position using two percentage values, 100% 100% image http://www.w3.org/TR/CSS21/colors.html#propdef-background-position,http://www.w3.org/TR/CSS21/colors.html#background-properties 348bc81dc12b2b11389b09c057ea43419a763063 `Microsoft`<http://www.microsoft.com/> The 'background-position' property correctly applies two percentage values.
|
|
background-position-118 reference/background-position-114-ref Background-position using a percentage and length value, 100% 96px image http://www.w3.org/TR/CSS21/colors.html#propdef-background-position,http://www.w3.org/TR/CSS21/colors.html#background-properties 5307b56449b94a9222bb83612caf6e963147c25f `Microsoft`<http://www.microsoft.com/> The 'background-position' property correctly applies a percentage and length value.
|
|
background-position-119 reference/background-position-119-ref Background-position using a percentage and keyword value, 100% top image http://www.w3.org/TR/CSS21/colors.html#propdef-background-position,http://www.w3.org/TR/CSS21/colors.html#background-properties 846d7169a7c0121113ae9e7f433de03df75da891 `Microsoft`<http://www.microsoft.com/> The 'background-position' property correctly applies a percentage and keyword value.
|
|
background-position-120 reference/background-position-114-ref Background-position using a percentage and keyword value, 100% center image http://www.w3.org/TR/CSS21/colors.html#propdef-background-position,http://www.w3.org/TR/CSS21/colors.html#background-properties f587ee62e015310eef5cabb80fd195630dea1d6d `Microsoft`<http://www.microsoft.com/> The 'background-position' property correctly applies a percentage and keyword value.
|
|
background-position-121 reference/background-position-117-ref Background-position using a percentage and keyword value, 100% bottom image http://www.w3.org/TR/CSS21/colors.html#propdef-background-position,http://www.w3.org/TR/CSS21/colors.html#background-properties 058e9071fb037148ea4c7249405b667d0bbffc76 `Microsoft`<http://www.microsoft.com/> The 'background-position' property correctly applies a percentage and keyword value.
|
|
background-position-122 reference/background-position-116-ref Background-position using a length and percentage value, 96px 100% image http://www.w3.org/TR/CSS21/colors.html#propdef-background-position,http://www.w3.org/TR/CSS21/colors.html#background-properties 485c849ca0a85eebf794df83fecb25215f99e812 `Microsoft`<http://www.microsoft.com/> The 'background-position' property correctly applies a length and percentage value.
|
|
background-position-123 reference/background-position-116-ref Background-position using two length values, 96px 192px image http://www.w3.org/TR/CSS21/colors.html#propdef-background-position,http://www.w3.org/TR/CSS21/colors.html#background-properties 926edffb89f8c30d0a4a7bdad0b9a773d0d2c275 `Microsoft`<http://www.microsoft.com/> The 'background-position' property correctly applies two length values.
|
|
background-position-124 reference/background-position-119-ref Background-position using a length and a keyword value, 192px top image http://www.w3.org/TR/CSS21/colors.html#propdef-background-position,http://www.w3.org/TR/CSS21/colors.html#background-properties 68d7ad99b1086739b00c0db4f12fccd05fba8a1d `Microsoft`<http://www.microsoft.com/> The 'background-position' property correctly applies a length and keyword value.
|
|
background-position-125 reference/background-position-114-ref Background-position using a length and a keyword value, 192px center image http://www.w3.org/TR/CSS21/colors.html#propdef-background-position,http://www.w3.org/TR/CSS21/colors.html#background-properties df13f6633e790ad1351ab6780af72d6c6f79e3af `Microsoft`<http://www.microsoft.com/> The 'background-position' property correctly applies a length and keyword value.
|
|
background-position-126 reference/background-position-116-ref Background-position using a length and a keyword value, 96px bottom image http://www.w3.org/TR/CSS21/colors.html#propdef-background-position,http://www.w3.org/TR/CSS21/colors.html#background-properties 58ebc1dce9ab9a775845da6c1bcb47895d9b0678 `Microsoft`<http://www.microsoft.com/> The 'background-position' property correctly applies a length and keyword value.
|
|
background-position-127 reference/background-position-127-ref Background-position using a keyword and percentage value, left 100% image http://www.w3.org/TR/CSS21/colors.html#propdef-background-position,http://www.w3.org/TR/CSS21/colors.html#background-properties aeb6a129d1b021516fe8c4f89885d49ba879674d `Microsoft`<http://www.microsoft.com/> The 'background-position' property correctly applies a keyword and percentage value.
|
|
background-position-128 reference/background-position-004-ref Background-position using a keyword and length value, left 96px image http://www.w3.org/TR/CSS21/colors.html#propdef-background-position,http://www.w3.org/TR/CSS21/colors.html#background-properties 0e39692d0f2ca475b6ffca392407f35eeec5580b `Microsoft`<http://www.microsoft.com/> The 'background-position' property correctly applies a keyword and length value.
|
|
background-position-129 reference/background-position-129-ref Background-position using two keyword values, left top image http://www.w3.org/TR/CSS21/colors.html#propdef-background-position,http://www.w3.org/TR/CSS21/colors.html#background-properties 661e6f7b95d30ebd4327c125c361a5f7d4c0ad7f `Microsoft`<http://www.microsoft.com/> The 'background-position' property correctly applies two keyword values.
|
|
background-position-130 reference/background-position-004-ref Background-position using two keyword values, left center image http://www.w3.org/TR/CSS21/colors.html#propdef-background-position,http://www.w3.org/TR/CSS21/colors.html#background-properties 86762856c28dff4642df802b76032b4d680f9ae2 `Microsoft`<http://www.microsoft.com/> The 'background-position' property correctly applies two keyword values.
|
|
background-position-131 reference/background-position-127-ref Background-position using two keyword values, left bottom image http://www.w3.org/TR/CSS21/colors.html#propdef-background-position,http://www.w3.org/TR/CSS21/colors.html#background-properties 7611c47e3f265312d935f45844a6d6d410f50351 `Microsoft`<http://www.microsoft.com/> The 'background-position' property correctly applies two keyword values.
|
|
background-position-132 reference/background-position-116-ref Background-position using a keyword and percentage value, center 100% image http://www.w3.org/TR/CSS21/colors.html#propdef-background-position,http://www.w3.org/TR/CSS21/colors.html#background-properties 2ac958e76e51cefd1a5cf22a4f2d89f510229a9b `Microsoft`<http://www.microsoft.com/> The 'background-position' property correctly applies a keyword and percentage value.
|
|
background-position-133 reference/background-position-113-ref Background-position using a keyword and length value, center 96px image http://www.w3.org/TR/CSS21/colors.html#propdef-background-position,http://www.w3.org/TR/CSS21/colors.html#background-properties 019d6bb89df3517d526aff3799cd88e5cf50d4d1 `Microsoft`<http://www.microsoft.com/> The 'background-position' property correctly applies a keyword and length value.
|
|
background-position-134 reference/background-position-115-ref Background-position using two keyword values, center top image http://www.w3.org/TR/CSS21/colors.html#propdef-background-position,http://www.w3.org/TR/CSS21/colors.html#background-properties 19888f2cd922e158827ca3fbdf09ae0a5b5bed9d `Microsoft`<http://www.microsoft.com/> The 'background-position' property correctly applies two keyword values.
|
|
background-position-135 reference/background-position-113-ref Background-position using two keyword values, center center image http://www.w3.org/TR/CSS21/colors.html#propdef-background-position,http://www.w3.org/TR/CSS21/colors.html#background-properties 8c1f2a065844b15d9f81bb885249aa9608d17ad7 `Microsoft`<http://www.microsoft.com/> The 'background-position' property correctly applies two keyword values.
|
|
background-position-136 reference/background-position-116-ref Background-position using two keyword values, center bottom image http://www.w3.org/TR/CSS21/colors.html#propdef-background-position,http://www.w3.org/TR/CSS21/colors.html#background-properties ca9020f09edfea7cb15ed12c9d4295cfb7ea487b `Microsoft`<http://www.microsoft.com/> The 'background-position' property correctly applies two keyword values.
|
|
background-position-137 reference/background-position-117-ref Background-position using a keyword and percentage value, right 100% image http://www.w3.org/TR/CSS21/colors.html#propdef-background-position,http://www.w3.org/TR/CSS21/colors.html#background-properties 8b44d8f381f659918830013a7d4e501cb4b04938 `Microsoft`<http://www.microsoft.com/> The 'background-position' property correctly applies a keyword and percentage value.
|
|
background-position-138 reference/background-position-114-ref Background-position using a keyword and length value, right 96px image http://www.w3.org/TR/CSS21/colors.html#propdef-background-position,http://www.w3.org/TR/CSS21/colors.html#background-properties dd30b559eaf0238cea4447fcc044cb1497352e21 `Microsoft`<http://www.microsoft.com/> The 'background-position' property correctly applies a keyword and length value.
|
|
background-position-139 reference/background-position-119-ref Background-position using two keyword values, right top image http://www.w3.org/TR/CSS21/colors.html#propdef-background-position,http://www.w3.org/TR/CSS21/colors.html#background-properties c329d0342fd8c428ac4bbc4d03033d817f7ac533 `Microsoft`<http://www.microsoft.com/> The 'background-position' property correctly applies two keyword values.
|
|
background-position-140 reference/background-position-114-ref Background-position using two keyword values, right center image http://www.w3.org/TR/CSS21/colors.html#propdef-background-position,http://www.w3.org/TR/CSS21/colors.html#background-properties 43223b37593a47b961c64827a35f76adc577ac83 `Microsoft`<http://www.microsoft.com/> The 'background-position' property correctly applies two keyword values.
|
|
background-position-141 reference/background-position-117-ref Background-position using two keyword values, right bottom image http://www.w3.org/TR/CSS21/colors.html#propdef-background-position,http://www.w3.org/TR/CSS21/colors.html#background-properties fc11fe9e43c13aba35913b1c486b2c4bc72a528a `Microsoft`<http://www.microsoft.com/> The 'background-position' property correctly applies two keyword values.
|
|
background-position-142 reference/background-position-129-ref Background-position using two keyword values, top left image http://www.w3.org/TR/CSS21/colors.html#propdef-background-position,http://www.w3.org/TR/CSS21/colors.html#background-properties e620f6aad59478bc72b057622465c904faf20601 `Microsoft`<http://www.microsoft.com/> The 'background-position' property correctly applies two keyword values.
|
|
background-position-143 reference/background-position-115-ref Background-position using two keyword values, top center image http://www.w3.org/TR/CSS21/colors.html#propdef-background-position,http://www.w3.org/TR/CSS21/colors.html#background-properties 8091cff1642cc87b13a8afa945434224c1596503 `Microsoft`<http://www.microsoft.com/> The 'background-position' property correctly applies two keyword values.
|
|
background-position-144 reference/background-position-119-ref Background-position using two keyword values, top right image http://www.w3.org/TR/CSS21/colors.html#propdef-background-position,http://www.w3.org/TR/CSS21/colors.html#background-properties 247c45db4d132215cde89c50dcfae8cff8a49a41 `Microsoft`<http://www.microsoft.com/> The 'background-position' property correctly applies two keyword values.
|
|
background-position-145 reference/background-position-004-ref Background-position using two keyword values, center left image http://www.w3.org/TR/CSS21/colors.html#propdef-background-position,http://www.w3.org/TR/CSS21/colors.html#background-properties 974ef4b4f8f091fc4bf2447813e94c6e6be4f5cf `Microsoft`<http://www.microsoft.com/> The 'background-position' property correctly applies two keyword values.
|
|
background-position-146 reference/background-position-114-ref Background-position using two keyword values, center right image http://www.w3.org/TR/CSS21/colors.html#propdef-background-position,http://www.w3.org/TR/CSS21/colors.html#background-properties 1e1e16b31bf0adc01f06237df8c269d83c290b10 `Microsoft`<http://www.microsoft.com/> The 'background-position' property correctly applies two keyword values.
|
|
background-position-147 reference/background-position-127-ref Background-position using two keyword values, bottom left image http://www.w3.org/TR/CSS21/colors.html#propdef-background-position,http://www.w3.org/TR/CSS21/colors.html#background-properties 7d342e284b1d4135d52bd620187e016e2de86188 `Microsoft`<http://www.microsoft.com/> The 'background-position' property correctly applies two keyword values.
|
|
background-position-148 reference/background-position-116-ref Background-position using two keyword values, bottom center image http://www.w3.org/TR/CSS21/colors.html#propdef-background-position,http://www.w3.org/TR/CSS21/colors.html#background-properties 1e514689448671cddb9ee236633ea4e1655c7667 `Microsoft`<http://www.microsoft.com/> The 'background-position' property correctly applies two keyword values.
|
|
background-position-149 reference/background-position-117-ref Background-position using two keyword values, bottom right image http://www.w3.org/TR/CSS21/colors.html#propdef-background-position,http://www.w3.org/TR/CSS21/colors.html#background-properties d5531b615f952e48ab289632a6b3101d9d19e9b5 `Microsoft`<http://www.microsoft.com/> The 'background-position' property correctly applies two keyword values.
|
|
background-position-150 reference/background-position-114-ref Background-position using 'inherit', inheriting one value image http://www.w3.org/TR/CSS21/colors.html#propdef-background-position,http://www.w3.org/TR/CSS21/colors.html#background-properties 2d0eab1a877541ac448c7031316064f65666acd4 `Microsoft`<http://www.microsoft.com/> The 'background-position' property correctly applies the one value that was inherited.
|
|
background-position-151 reference/background-position-116-ref Background-position using 'inherit', inheriting two values image http://www.w3.org/TR/CSS21/colors.html#propdef-background-position,http://www.w3.org/TR/CSS21/colors.html#background-properties 20d4ebcc9acd05ebf544e1d5c97bd7c9cc73a80e `Microsoft`<http://www.microsoft.com/> The 'background-position' property correctly applies the two values that were inherited.
|
|
background-position-152 reference/background-position-152-ref background-position - percentage values versus left offset and top offset percentages image http://www.w3.org/TR/CSS21/colors.html#background-properties,http://www.w3.org/TR/CSS21/visuren.html#position-props aac1182e3098ab2ba53b8811f63f19528432aa8c `Gérard Talbot`<http://www.gtalbot.org/BrowserBugsSection/css21testsuite/> The 'background-position' property, when expressed in percentage values will position the inner point (relative to percentage values) of the background-image itself within the padding box of the element. On the other hand, the 'left' property and 'top' property, for absolute positioning, specifies the left offset and the top of the element applied to its left edge (and not its inner horizontal point) and to its top edge (and not its inner vertical point) within the padding box of its nearest positioned ancestor.
|
|
background-position-201 CSS background position: animated animated,dom http://www.w3.org/TR/CSS21/colors.html#background dd88d919109d6bdaa1112c748a6995ed828a091b `Ian Hickson`<mailto:ian@hixie.ch>
|
|
background-position-202 CSS background position: parsing invalid http://www.w3.org/TR/CSS21/colors.html#background 645db922ab5d70830a88a4fc4e0439c581a360ae `Ian Hickson`<mailto:ian@hixie.ch>
|
|
background-position-203 CSS background position: parsing invalid http://www.w3.org/TR/CSS21/colors.html#background 6969403a286d62a4219992b269c92a672953888f `Ian Hickson`<mailto:ian@hixie.ch>
|
|
background-position-applies-to-001 reference/background-position-applies-to-001-ref Background-position applied to elements with 'display' set to 'table-row-group' image http://www.w3.org/TR/CSS21/colors.html#propdef-background-position,http://www.w3.org/TR/CSS21/colors.html#background-properties c3a87dc00b179c69f43d7e710a7fbc22172e4f1b `Microsoft`<http://www.microsoft.com/> The 'background-position' property applies to elements with 'display' set to 'table-row-group'.
|
|
background-position-applies-to-001a reference/background-position-applies-to-001a-ref Background-position applied to elements with 'display' set to 'table-row-group' image http://www.w3.org/TR/CSS21/colors.html#background-properties 7641efc50e07f4d3e632b34850cb9ea5a874d83c `Gérard Talbot`<http://www.gtalbot.org/BrowserBugsSection/css21testsuite/> The 'background-position' property applies to elements with 'display' set to 'table-row-group'.
|
|
background-position-applies-to-001b reference/background-position-applies-to-001b-ref Background-position applied to elements with 'display' set to 'table-row-group' image http://www.w3.org/TR/CSS21/colors.html#background-properties 1786b7576753715eafd907329145ae4f51a0793e `Gérard Talbot`<http://www.gtalbot.org/BrowserBugsSection/css21testsuite/> The 'background-position' property applies to elements with 'display' set to 'table-row-group'.
|
|
background-position-applies-to-001c reference/background-position-applies-to-001b-ref Background-position applied to elements with 'display' set to 'table-row-group' image http://www.w3.org/TR/CSS21/colors.html#background-properties dcf702eb4a1067f75b9073483f8dcc87efe3a77a `Gérard Talbot`<http://www.gtalbot.org/BrowserBugsSection/css21testsuite/> The 'background-position' property applies to elements with 'display' set to 'table-row-group'.
|
|
background-position-applies-to-001d reference/background-position-applies-to-001b-ref Background-position applied to elements with 'display' set to 'table-row-group' image http://www.w3.org/TR/CSS21/colors.html#background-properties 33c5159b0491daf776958e4ba2751d38b5566e6d `Gérard Talbot`<http://www.gtalbot.org/BrowserBugsSection/css21testsuite/> The 'background-position' property applies to elements with 'display' set to 'table-row-group'.
|
|
background-position-applies-to-001e reference/background-position-applies-to-001e-ref Background-position applied to elements with 'display' set to 'table-row-group' image http://www.w3.org/TR/CSS21/colors.html#background-properties 254855a143b7598c3343d8dd802a4640941b3048 `Gérard Talbot`<http://www.gtalbot.org/BrowserBugsSection/css21testsuite/> The 'background-position' property applies to elements with 'display' set to 'table-row-group'.
|
|
background-position-applies-to-002 reference/background-position-applies-to-001-ref Background-position applied to elements with 'display' set to 'table-header-group' image http://www.w3.org/TR/CSS21/colors.html#propdef-background-position,http://www.w3.org/TR/CSS21/colors.html#background-properties 732787aeefdaa95e5a47ef4ff3e2b5819fea2a0d `Microsoft`<http://www.microsoft.com/> The 'background-position' property applies to elements with 'display' set to 'table-header-group'.
|
|
background-position-applies-to-002a reference/background-position-applies-to-001a-ref Background-position applied to elements with 'display' set to 'table-header-group' image http://www.w3.org/TR/CSS21/colors.html#background-properties de0f1a50f2ac03e9cb6ce1e725b62ec37fc4f781 `Gérard Talbot`<http://www.gtalbot.org/BrowserBugsSection/css21testsuite/> The 'background-position' property applies to elements with 'display' set to 'table-header-group'.
|
|
background-position-applies-to-002b reference/background-position-applies-to-001b-ref Background-position applied to elements with 'display' set to 'table-header-group' image http://www.w3.org/TR/CSS21/colors.html#background-properties 66e71bb4422d46723ff559d7402f7833ab765892 `Gérard Talbot`<http://www.gtalbot.org/BrowserBugsSection/css21testsuite/> The 'background-position' property applies to elements with 'display' set to 'table-header-group'.
|
|
background-position-applies-to-002c reference/background-position-applies-to-001b-ref Background-position applied to elements with 'display' set to 'table-header-group' image http://www.w3.org/TR/CSS21/colors.html#background-properties c337e6683aba23f8fa27ca2abae02c5a8a658b9a `Gérard Talbot`<http://www.gtalbot.org/BrowserBugsSection/css21testsuite/> The 'background-position' property applies to elements with 'display' set to 'table-header-group'.
|
|
background-position-applies-to-002d reference/background-position-applies-to-001b-ref Background-position applied to elements with 'display' set to 'table-header-group' image http://www.w3.org/TR/CSS21/colors.html#background-properties 6506aaefb7e133375357f31d91be11e6f8265bea `Gérard Talbot`<http://www.gtalbot.org/BrowserBugsSection/css21testsuite/> The 'background-position' property applies to elements with 'display' set to 'table-header-group'.
|
|
background-position-applies-to-002e reference/background-position-applies-to-001e-ref Background-position applied to elements with 'display' set to 'table-header-group' image http://www.w3.org/TR/CSS21/colors.html#background-properties ac0d7162cd2962e86cd3fa2c25213bdecd7e89fb `Gérard Talbot`<http://www.gtalbot.org/BrowserBugsSection/css21testsuite/> The 'background-position' property applies to elements with 'display' set to 'table-header-group'.
|
|
background-position-applies-to-003 reference/background-position-applies-to-001-ref Background-position applied to elements with 'display' set to 'table-footer-group' image http://www.w3.org/TR/CSS21/colors.html#propdef-background-position,http://www.w3.org/TR/CSS21/colors.html#background-properties cfd7acde213aa2bee49ba821a905114ef00c0e5d `Microsoft`<http://www.microsoft.com/> The 'background-position' property applies to elements with 'display' set to 'table-footer-group'.
|
|
background-position-applies-to-003a Background-position applied to elements with 'display' set to 'table-footer-group' image http://www.w3.org/TR/CSS21/colors.html#background-properties ff75349fe8a7311018ae2fdf99422c8857f9ab9a `Gérard Talbot`<http://www.gtalbot.org/BrowserBugsSection/css21testsuite/> The 'background-position' property applies to elements with 'display' set to 'table-footer-group'.
|
|
background-position-applies-to-003b reference/background-position-applies-to-001b-ref Background-position applied to elements with 'display' set to 'table-footer-group' image http://www.w3.org/TR/CSS21/colors.html#background-properties 988f0ab7f34f0e03116f169cbb98d29ac3ebff61 `Gérard Talbot`<http://www.gtalbot.org/BrowserBugsSection/css21testsuite/> The 'background-position' property applies to elements with 'display' set to 'table-footer-group'.
|
|
background-position-applies-to-003c reference/background-position-applies-to-001b-ref Background-position applied to elements with 'display' set to 'table-footer-group' image http://www.w3.org/TR/CSS21/colors.html#background-properties 0f1632c46886f20a6bbef02eeeaed61e161485ae `Gérard Talbot`<http://www.gtalbot.org/BrowserBugsSection/css21testsuite/> The 'background-position' property applies to elements with 'display' set to 'table-footer-group'.
|
|
background-position-applies-to-003d reference/background-position-applies-to-001b-ref Background-position applied to elements with 'display' set to 'table-footer-group' image http://www.w3.org/TR/CSS21/colors.html#background-properties 24aea6e85f42d2025f10a4e1b0bebd5341e62c3b `Gérard Talbot`<http://www.gtalbot.org/BrowserBugsSection/css21testsuite/> The 'background-position' property applies to elements with 'display' set to 'table-footer-group'.
|
|
background-position-applies-to-003e reference/background-position-applies-to-001e-ref Background-position applied to elements with 'display' set to 'table-footer-group' image http://www.w3.org/TR/CSS21/colors.html#background-properties c5befdf1b9dd6196039b0e22c7517363be50aa9d `Gérard Talbot`<http://www.gtalbot.org/BrowserBugsSection/css21testsuite/> The 'background-position' property applies to elements with 'display' set to 'table-footer-group'.
|
|
background-position-applies-to-004 reference/background-position-applies-to-001-ref Background-position applied to elements with 'display' set to 'table-row' image http://www.w3.org/TR/CSS21/colors.html#propdef-background-position,http://www.w3.org/TR/CSS21/colors.html#background-properties 6f3ecd54b503d50d5521b3c60506f17f45189c3c `Microsoft`<http://www.microsoft.com/> The 'background-position' property applies to elements with 'display' set to 'table-row'.
|
|
background-position-applies-to-005 reference/background-position-applies-to-001-ref Background-position applied to elements with 'display' set to 'table-column-group' image http://www.w3.org/TR/CSS21/colors.html#propdef-background-position,http://www.w3.org/TR/CSS21/colors.html#background-properties 017ea3bc7693b81e859aed6a226e5cf0948a4f3e `Microsoft`<http://www.microsoft.com/> The 'background-position' property applies to elements with 'display' set to 'table-column-group'.
|
|
background-position-applies-to-005a reference/background-position-applies-to-001a-ref Background-position applied to elements with 'display' set to 'table-column-group' image http://www.w3.org/TR/CSS21/colors.html#background-properties d3cfa0bb561797d473ce039a9034c2abc9ff2707 `Gérard Talbot`<http://www.gtalbot.org/BrowserBugsSection/css21testsuite/> The 'background-position' property applies to elements with 'display' set to 'table-column-group'.
|
|
background-position-applies-to-005b reference/background-position-applies-to-001b-ref Background-position applied to elements with 'display' set to 'table-column-group' image http://www.w3.org/TR/CSS21/colors.html#background-properties ce4c1597c2c493ac50674ab6787a7292182923d7 `Gérard Talbot`<http://www.gtalbot.org/BrowserBugsSection/css21testsuite/> The 'background-position' property applies to elements with 'display' set to 'table-column-group'.
|
|
background-position-applies-to-005c reference/background-position-applies-to-001b-ref Background-position applied to elements with 'display' set to 'table-column-group' image http://www.w3.org/TR/CSS21/colors.html#background-properties 769f43129afc847e97c417a3f10b928686202cde `Gérard Talbot`<http://www.gtalbot.org/BrowserBugsSection/css21testsuite/> The 'background-position' property applies to elements with 'display' set to 'table-column-group'.
|
|
background-position-applies-to-005d reference/background-position-applies-to-001b-ref Background-position applied to elements with 'display' set to 'table-column-group' image http://www.w3.org/TR/CSS21/colors.html#background-properties 737c5ff4000892ef44e83ab6b427595d539aa790 `Gérard Talbot`<http://www.gtalbot.org/BrowserBugsSection/css21testsuite/> The 'background-position' property applies to elements with 'display' set to 'table-column-group'.
|
|
background-position-applies-to-005e reference/background-position-applies-to-001e-ref Background-position applied to elements with 'display' set to 'table-column-group' image http://www.w3.org/TR/CSS21/colors.html#background-properties 1858e7726f9158a5359c3badbaffa96c5f93d6e5 `Gérard Talbot`<http://www.gtalbot.org/BrowserBugsSection/css21testsuite/> The 'background-position' property applies to elements with 'display' set to 'table-column-group'.
|
|
background-position-applies-to-006 reference/background-position-applies-to-001-ref Background-position applied to elements with 'display' set to 'table-column' image http://www.w3.org/TR/CSS21/colors.html#propdef-background-position,http://www.w3.org/TR/CSS21/colors.html#background-properties 8f4a2ab9ea6e74038c8fbada5d56cd0d94c48e3e `Microsoft`<http://www.microsoft.com/> The 'background-position' property applies to elements with 'display' set to 'table-column'.
|
|
background-position-applies-to-006a reference/background-position-applies-to-001a-ref Background-position applied to elements with 'display' set to 'table-column' image http://www.w3.org/TR/CSS21/colors.html#background-properties dbd3e96d3b4a9da5624000069370c5dc7911fbdd `Gérard Talbot`<http://www.gtalbot.org/BrowserBugsSection/css21testsuite/> The 'background-position' property applies to elements with 'display' set to 'table-column'.
|
|
background-position-applies-to-006b reference/background-position-applies-to-001b-ref Background-position applied to elements with 'display' set to 'table-column' image http://www.w3.org/TR/CSS21/colors.html#background-properties cb00f71d2f4cb92db8e92fa5db34f1a0fb05fc75 `Gérard Talbot`<http://www.gtalbot.org/BrowserBugsSection/css21testsuite/> The 'background-position' property applies to elements with 'display' set to 'table-column'.
|
|
background-position-applies-to-006c reference/background-position-applies-to-001b-ref Background-position applied to elements with 'display' set to 'table-column' image http://www.w3.org/TR/CSS21/colors.html#background-properties b4a46cbf4c6ac96612baacb35ac910b66380c462 `Gérard Talbot`<http://www.gtalbot.org/BrowserBugsSection/css21testsuite/> The 'background-position' property applies to elements with 'display' set to 'table-column'.
|
|
background-position-applies-to-006d reference/background-position-applies-to-001b-ref Background-position applied to elements with 'display' set to 'table-column' image http://www.w3.org/TR/CSS21/colors.html#background-properties c021913ea35577c3e76c620397d0a3743c9a2ede `Gérard Talbot`<http://www.gtalbot.org/BrowserBugsSection/css21testsuite/> The 'background-position' property applies to elements with 'display' set to 'table-column'.
|
|
background-position-applies-to-006e reference/background-position-applies-to-001e-ref Background-position applied to elements with 'display' set to 'table-column' image http://www.w3.org/TR/CSS21/colors.html#background-properties ae1fe6f1a1277a7f8fbf2daf5212577ce324cf35 `Gérard Talbot`<http://www.gtalbot.org/BrowserBugsSection/css21testsuite/> The 'background-position' property applies to elements with 'display' set to 'table-column'.
|
|
background-position-applies-to-007 reference/background-position-applies-to-001-ref Background-position applied to elements with 'display' set to 'table-cell' image http://www.w3.org/TR/CSS21/colors.html#propdef-background-position,http://www.w3.org/TR/CSS21/colors.html#background-properties 14dd459c49502b095f5bed5f62fd6ccf096363c2 `Microsoft`<http://www.microsoft.com/> The 'background-position' property applies to elements with 'display' set to 'table-cell'.
|
|
background-position-applies-to-007a Background-position applied to elements with 'display' set to 'table-cell' image http://www.w3.org/TR/CSS21/colors.html#background-properties 444806fb87cee5603b79193da00d6800a38659d4 `Gérard Talbot`<http://www.gtalbot.org/BrowserBugsSection/css21testsuite/> The 'background-position' property applies to elements with 'display' set to 'table-cell'.
|
|
background-position-applies-to-008 Background-position applied to elements with 'display' set to 'inline' image http://www.w3.org/TR/CSS21/colors.html#propdef-background-position,http://www.w3.org/TR/CSS21/colors.html#background-properties 7d4ee17d18b8e59f34fd9b8da756c120002e42f2 `Microsoft`<http://www.microsoft.com/> The 'background-position' property applies to elements with 'display' set to 'inline'.
|
|
background-position-applies-to-009 reference/background-position-applies-to-001-ref Background-position applied to elements with 'display' set to 'block' image http://www.w3.org/TR/CSS21/colors.html#propdef-background-position,http://www.w3.org/TR/CSS21/colors.html#background-properties 7a7024912bc7d33b0c07f779d446cdd2574e0c97 `Microsoft`<http://www.microsoft.com/> The 'background-position' property applies to elements with 'display' set to 'block'.
|
|
background-position-applies-to-010 Background-position applied to elements with 'display' set to 'list-item' image http://www.w3.org/TR/CSS21/colors.html#propdef-background-position,http://www.w3.org/TR/CSS21/colors.html#background-properties 2f9997eb2f67011f09d72053612551792e54abe2 `Microsoft`<http://www.microsoft.com/> The 'background-position' property applies to elements with 'display' set to 'list-item'.
|
|
background-position-applies-to-011 Background-position applied to elements with 'display' set to 'run-in' image http://www.w3.org/TR/CSS21/colors.html#propdef-background-position,http://www.w3.org/TR/CSS21/colors.html#background-properties 47e00b78f37147e4bae46e2f88f317f09e08376f `Microsoft`<http://www.microsoft.com/> The 'background-position' property applies to elements with 'display' set to 'run-in'.
|
|
background-position-applies-to-012 reference/background-position-applies-to-001-ref Background-position applied to elements with 'display' set to 'inline-block' image http://www.w3.org/TR/CSS21/colors.html#propdef-background-position,http://www.w3.org/TR/CSS21/colors.html#background-properties 1ec4e8954a8a38228e18ab3e14b735fb17a8a888 `Microsoft`<http://www.microsoft.com/> The 'background-position' property applies to elements with 'display' set to 'inline-block'.
|
|
background-position-applies-to-013 reference/background-position-applies-to-001-ref Background-position applied to elements with 'display' set to 'table' image http://www.w3.org/TR/CSS21/colors.html#propdef-background-position,http://www.w3.org/TR/CSS21/colors.html#background-properties 933b0d751e1a86afff606ec2c198da0835c4540f `Microsoft`<http://www.microsoft.com/> The 'background-position' property applies to elements with 'display' set to 'table'.
|
|
background-position-applies-to-013d reference/background-position-applies-to-001b-ref Background-position applied to elements with 'display' set to 'table' image http://www.w3.org/TR/CSS21/colors.html#background-properties aa70e559c32046212f88a0094bdcc5d52db560d8 `Gérard Talbot`<http://www.gtalbot.org/BrowserBugsSection/css21testsuite/> The 'background-position' property applies to elements with 'display' set to 'table'.
|
|
background-position-applies-to-013e reference/background-position-applies-to-001e-ref Background-position applied to elements with 'display' set to 'table' image http://www.w3.org/TR/CSS21/colors.html#background-properties 995f77ada35fb092f94c3ef07bd20b12673a536f `Gérard Talbot`<http://www.gtalbot.org/BrowserBugsSection/css21testsuite/> The 'background-position' property applies to elements with 'display' set to 'table'.
|
|
background-position-applies-to-014 reference/background-position-applies-to-001-ref Background-position applied to elements with 'display' set to 'inline-table' image http://www.w3.org/TR/CSS21/colors.html#propdef-background-position,http://www.w3.org/TR/CSS21/colors.html#background-properties 8cfe0f011790865f4eca0b1a07355e5064383adc `Microsoft`<http://www.microsoft.com/> The 'background-position' property applies to elements with 'display' set to 'inline-table'.
|
|
background-position-applies-to-015 reference/background-position-applies-to-001-ref Background-position applied to elements with 'display' set to 'table-caption' image http://www.w3.org/TR/CSS21/colors.html#propdef-background-position,http://www.w3.org/TR/CSS21/colors.html#background-properties 798e2c05a6d86c1777b59cd47f2249071b5d1163 `Microsoft`<http://www.microsoft.com/> The 'background-position' property applies to elements with 'display' set to 'table-caption'.
|
|
background-repeat-001 reference/background-repeat-001-ref Background-repeat set to 'repeat' image http://www.w3.org/TR/CSS21/colors.html#background-properties,http://www.w3.org/TR/CSS21/colors.html#propdef-background-repeat 0f23405880842b4d1551092f309cd47a492687ca `Microsoft`<http://www.microsoft.com/> Background-repeat set to 'repeat' causes the background image for the element to tile horizontally and vertically.
|
|
background-repeat-002 reference/background-repeat-002-ref Background-repeat set to 'repeat-x' image http://www.w3.org/TR/CSS21/colors.html#background-properties,http://www.w3.org/TR/CSS21/colors.html#propdef-background-repeat 45ea3a586baf62a64fe88bce6f402cdd5bb85dc6 `Microsoft`<http://www.microsoft.com/> Background-repeat set to 'repeat-x' repeats the image horizontally to fill the space.
|
|
background-repeat-003 reference/background-repeat-003-ref Background-repeat set to 'repeat-y' image http://www.w3.org/TR/CSS21/colors.html#background-properties,http://www.w3.org/TR/CSS21/colors.html#propdef-background-repeat 6148f9bc972ce7e7c8b0d0318b081545d1996360 `Microsoft`<http://www.microsoft.com/> Background-repeat set to 'repeat-y' repeats the image vertically to fill the space.
|
|
background-repeat-004 reference/background-repeat-004-ref Background-repeat set to 'no-repeat' image http://www.w3.org/TR/CSS21/colors.html#background-properties,http://www.w3.org/TR/CSS21/colors.html#propdef-background-repeat fab8c018b7328563187cd60f16d4fdee6b8a50e5 `Microsoft`<http://www.microsoft.com/> Background-repeat set to 'no-repeat' does not repeat the image.
|
|
background-repeat-005 reference/background-repeat-002-ref Background-repeat set to 'inherit' image http://www.w3.org/TR/CSS21/colors.html#background-properties,http://www.w3.org/TR/CSS21/colors.html#propdef-background-repeat a0a2aef5416d8b4e53edc7ec3358b466b0c4ac38 `Microsoft`<http://www.microsoft.com/> Background-repeat set to 'inherit' uses its parent's 'background-repeat' property value.
|
|
background-repeat-applies-to-001 reference/ref-filled-green-100px-square Background-repeat applied to elements with 'display' set to 'table-row-group' image http://www.w3.org/TR/CSS21/colors.html#propdef-background-repeat,http://www.w3.org/TR/CSS21/colors.html#background-properties 30dfd0c82500a4cfa2c6cb28d2c47b2334ff597a `Microsoft`<http://www.microsoft.com/> The 'background-repeat' property applies to elements with 'display' set to 'table-row-group'.
|
|
background-repeat-applies-to-002 reference/ref-filled-green-100px-square Background-repeat applied to elements with 'display' set to 'table-header-group' image http://www.w3.org/TR/CSS21/colors.html#propdef-background-repeat,http://www.w3.org/TR/CSS21/colors.html#background-properties 5f1cb210c191a38ef218cebdd0190c856d8abe91 `Microsoft`<http://www.microsoft.com/> The 'background-repeat' property applies to elements with 'display' set to 'table-header-group'.
|
|
background-repeat-applies-to-003 reference/ref-filled-green-100px-square Background-repeat applied to elements with 'display' set to 'table-footer-group' image http://www.w3.org/TR/CSS21/colors.html#propdef-background-repeat,http://www.w3.org/TR/CSS21/colors.html#background-properties 699836ca4011cb18cef2998bbb38cd7cdbfaf412 `Microsoft`<http://www.microsoft.com/> The 'background-repeat' property applies to elements with 'display' set to 'table-footer-group'.
|
|
background-repeat-applies-to-004 reference/ref-filled-green-100px-square Background-repeat applied to elements with 'display' set to 'table-row' image http://www.w3.org/TR/CSS21/colors.html#propdef-background-repeat,http://www.w3.org/TR/CSS21/colors.html#background-properties 5c3794c78fd0b7f4b2c5732e84c598884f3d2aca `Microsoft`<http://www.microsoft.com/> The 'background-repeat' property applies to elements with 'display' set to 'table-row'.
|
|
background-repeat-applies-to-005 reference/ref-filled-green-100px-square Background-repeat applied to elements with 'display' set to 'table-column-group' image http://www.w3.org/TR/CSS21/colors.html#propdef-background-repeat,http://www.w3.org/TR/CSS21/colors.html#background-properties d19fb7843d9be60f81cc24aa2fa9186e26dba2cf `Microsoft`<http://www.microsoft.com/> The 'background-repeat' property applies to elements with 'display' set to 'table-column-group'.
|
|
background-repeat-applies-to-006 reference/ref-filled-green-100px-square Background-repeat applied to elements with 'display' set to 'table-column' image http://www.w3.org/TR/CSS21/colors.html#propdef-background-repeat,http://www.w3.org/TR/CSS21/colors.html#background-properties 4e08fd7630dba27c0c9255802df553faa6360f63 `Microsoft`<http://www.microsoft.com/> The 'background-repeat' property applies to elements with 'display' set to 'table-column'.
|
|
background-repeat-applies-to-007 reference/ref-filled-green-100px-square Background-repeat applied to elements with 'display' set to 'table-cell' image http://www.w3.org/TR/CSS21/colors.html#propdef-background-repeat,http://www.w3.org/TR/CSS21/colors.html#background-properties b82d9bb0587c180d5d839232e26dc65bd22ae5da `Microsoft`<http://www.microsoft.com/> The 'background-repeat' property applies to elements with 'display' set to 'table-cell'.
|
|
background-repeat-applies-to-008 Background-repeat applied to elements with 'display' set to 'inline' image http://www.w3.org/TR/CSS21/colors.html#propdef-background-repeat,http://www.w3.org/TR/CSS21/colors.html#background-properties c16a3c72aadda619406b603846aa2ee30f077641 `Microsoft`<http://www.microsoft.com/> The 'background-repeat' property applies to elements with 'display' set to 'inline'.
|
|
background-repeat-applies-to-009 reference/ref-filled-green-100px-square Background-repeat applied to elements with 'display' set to 'block' image http://www.w3.org/TR/CSS21/colors.html#propdef-background-repeat,http://www.w3.org/TR/CSS21/colors.html#background-properties 7f235f2286d4c02d0ddf36a856411c31d7ad8b00 `Microsoft`<http://www.microsoft.com/> The 'background-repeat' property applies to elements with 'display' set to 'block'.
|
|
background-repeat-applies-to-010 Background-repeat applied to elements with 'display' set to 'list-item' image http://www.w3.org/TR/CSS21/colors.html#propdef-background-repeat,http://www.w3.org/TR/CSS21/colors.html#background-properties ab19baab9e2e23af8a8375cff94d9e7c34040e0c `Microsoft`<http://www.microsoft.com/> The 'background-repeat' property applies to elements with 'display' set to 'list-item'.
|
|
background-repeat-applies-to-011 Background-repeat applied to elements with 'display' set to 'run-in' image http://www.w3.org/TR/CSS21/colors.html#propdef-background-repeat,http://www.w3.org/TR/CSS21/colors.html#background-properties b12eb3d31005f45a7c8e7eea3f91ac82e82f988d `Microsoft`<http://www.microsoft.com/> The 'background-repeat' property applies to elements with 'display' set to 'run-in'.
|
|
background-repeat-applies-to-012 reference/ref-filled-green-100px-square Background-repeat applied to elements with 'display' set to 'inline-block' image http://www.w3.org/TR/CSS21/colors.html#propdef-background-repeat,http://www.w3.org/TR/CSS21/colors.html#background-properties 41dc4df3925715b077a84dce1188a9d3e6f2f237 `Microsoft`<http://www.microsoft.com/> The 'background-repeat' property applies to elements with 'display' set to 'inline-block'.
|
|
background-repeat-applies-to-013 reference/ref-filled-green-100px-square Background-repeat applied to elements with 'display' set to 'table' image http://www.w3.org/TR/CSS21/colors.html#propdef-background-repeat,http://www.w3.org/TR/CSS21/colors.html#background-properties f011fa9b608f5407e05607b7c3bc79167cc60af8 `Microsoft`<http://www.microsoft.com/> The 'background-repeat' property applies to elements with 'display' set to 'table'.
|
|
background-repeat-applies-to-014 reference/ref-filled-green-100px-square Background-repeat applied to elements with 'display' set to 'inline-table' image http://www.w3.org/TR/CSS21/colors.html#propdef-background-repeat,http://www.w3.org/TR/CSS21/colors.html#background-properties fdc262b32c8828c129add8304c23f298632f6c89 `Microsoft`<http://www.microsoft.com/> The 'background-repeat' property applies to elements with 'display' set to 'inline-table'.
|
|
background-repeat-applies-to-015 reference/ref-filled-green-100px-square Background-repeat applied to elements with 'display' set to 'table-caption' image http://www.w3.org/TR/CSS21/colors.html#propdef-background-repeat,http://www.w3.org/TR/CSS21/colors.html#background-properties 9424b2e035b42b9d5db77667626492322aef4321 `Microsoft`<http://www.microsoft.com/> The 'background-repeat' property applies to elements with 'display' set to 'table-caption'.
|
|
background-repeat-no-repeat reference/background-repeat-no-repeat background-repeat:no-repeat image http://www.w3.org/TR/CSS21/colors.html#propdef-background-repeat,http://www.w3.org/TR/css3-background/#the-background-repeat 11682036f813de6bd77295409e7884259d8d2595 `Jeffrey Carl Faden`<http://www.jeffreyatw.com/> The image is placed once in the background positioning area and not repeated in any direction.
|
|
background-repeat-repeat-x reference/background-repeat-repeat-x background-repeat:repeat-x image http://www.w3.org/TR/CSS21/colors.html#propdef-background-repeat,http://www.w3.org/TR/css3-background/#the-background-repeat 2045d4adc4d0e306dda4bed6d1f643a92151e211 `Jeffrey Carl Faden`<http://www.jeffreyatw.com/> The image is repeated horizontally as often as needed to cover the background painting area.
|
|
background-repeat-repeat-y reference/background-repeat-repeat-y background-repeat:repeat-y image http://www.w3.org/TR/CSS21/colors.html#propdef-background-repeat,http://www.w3.org/TR/css3-background/#the-background-repeat 5be38e2f02e45a57583bba37adad815886fad866 `Jeffrey Carl Faden`<http://www.jeffreyatw.com/> The image is repeated vertically as often as needed to cover the background painting area.
|
|
background-reset-001 reference/ref-if-there-is-no-red Background resets all background settings http://www.w3.org/TR/CSS21/colors.html#background-properties b41d154e5c468f6181de1cfb1ae0cf3cb63f36b1 `Microsoft`<http://www.microsoft.com/> Background sets all properties to initial and then applies specified ones.
|
|
background-root-001 reference/background-root-001-ref Background on root element http://www.w3.org/TR/CSS21/colors.html#background-properties e040e430c54cf1a0d93457b42597970e445a0b9c `Microsoft`<http://www.microsoft.com/> Background of the root covers the entire canvas.
|
|
background-root-002 reference/background-root-002-ref Background on root element - background-position image http://www.w3.org/TR/CSS21/colors.html#background-properties a391eff2d398b579249e7944a060c8b7fde130fd `Microsoft`<http://www.microsoft.com/> Background of the root has the initial background-position of 0, 0 and not the canvas.
|
|
background-root-003 Background - background on root propagates to canvas http://www.w3.org/TR/CSS21/colors.html#background,http://www.w3.org/TR/CSS21/tables.html#table-display c96368837a34f44d93da3b0f3829a235ed124334 `Gérard Talbot`<http://www.gtalbot.org/BrowserBugsSection/css21testsuite/> Background set on root element should cover the canvas
|
|
background-root-004 reference/background-root-004-ref Backgrounds on <body> and <html> - color vs color http://www.w3.org/TR/CSS21/colors.html#background 72c0350932bbc66c270ea3daa8e1c9f1f20d0abf `Ian Hickson`<mailto:ian@hixie.ch>
|
|
background-root-005 reference/background-root-005-ref Backgrounds on <body> and <html> - color vs. transparent http://www.w3.org/TR/CSS21/colors.html#background a030ae635c3c63128b1ac0740243b60cea164bd2 `Ian Hickson`<mailto:ian@hixie.ch>
|
|
background-root-006 reference/background-root-006-ref Image backgrounds on <body> and <html> - image vs. color image http://www.w3.org/TR/CSS21/colors.html#background fd7ad55c36e2f839f009e44a22d90c661ec1df7c `Ian Hickson`<mailto:ian@hixie.ch>
|
|
background-root-007 reference/background-root-007-ref Image backgrounds on <body> and <html> - image vs. transparent image http://www.w3.org/TR/CSS21/colors.html#background 9c03f407f10c34d6dda3dab585ff9631c4135b20 `Ian Hickson`<mailto:ian@hixie.ch>
|
|
background-root-008 reference/background-root-008-ref Background propagation on <body> and <html> - repeat-y image http://www.w3.org/TR/CSS21/colors.html#background c6e9a59f1ddb3d3da74e53b833bf7e429c2f8b22 `Ian Hickson`<mailto:ian@hixie.ch>
|
|
background-root-009 reference/background-root-008-ref Backgrounds on <body> and <html> - propagation vs. repeat image http://www.w3.org/TR/CSS21/colors.html#background 423ab03ea85815095c468ef35d00a0cc1958cf63 `Ian Hickson`<mailto:ian@hixie.ch>
|
|
background-root-010 reference/background-root-010-ref Background propagation on <body> and <html> - propagation vs. image image http://www.w3.org/TR/CSS21/colors.html#background c6f4d478ca8bc0d1e97a7dbf641fa1b77d7bf49e `Ian Hickson`<mailto:ian@hixie.ch>
|
|
background-root-011 reference/background-root-011-ref Background propagation on <body> and <html> - fully transparent http://www.w3.org/TR/CSS21/colors.html#background 1ac583e78c2a5308a32a43f39b6e1dce90558e70 `Ian Hickson`<mailto:ian@hixie.ch>
|
|
background-root-012 reference/background-root-012-ref Background propagation on <body> and <html> - propagated position image,interact http://www.w3.org/TR/CSS21/colors.html#background ce8da5117fab12402854190f45210b75ab0b1cc8 `Ian Hickson`<mailto:ian@hixie.ch>
|
|
background-root-013 reference/background-root-013-ref Background propagation on <body> and <html> - non-propagated position image,interact http://www.w3.org/TR/CSS21/colors.html#background ccfd6922941e5848e4d353f2912ef5686b7db901 `Ian Hickson`<mailto:ian@hixie.ch>
|
|
background-root-014 reference/background-root-014-ref Background propagation on <body> and <html> - non-propagated attached position image,interact http://www.w3.org/TR/CSS21/colors.html#background 144a8f74ae2b2dd6dbcd2993b7b24c2889bb56be `Ian Hickson`<mailto:ian@hixie.ch>
|
|
background-root-015 reference/background-root-015-ref Background propagation on <body> and <html> - double positioning image http://www.w3.org/TR/CSS21/colors.html#background 3587f5bc69473102c1089f6780c4d6f199b2c003 `Ian Hickson`<mailto:ian@hixie.ch>
|
|
background-root-016 reference/background-root-016-ref Background propagation on <body> and <html> - canvas positioning http://www.w3.org/TR/CSS21/colors.html#background 047bbe1dbcf7da05354b45fbf7f9583c6c2c44b7 `Ian Hickson`<mailto:ian@hixie.ch>
|
|
background-root-017 reference/background-root-017-ref Height of root element interact http://www.w3.org/TR/CSS21/visudet.html#Computing_heights_and_margins,http://www.w3.org/TR/CSS21/visudet.html#containing-block-details,http://www.w3.org/TR/CSS21/colors.html#background 1849b77efcc8ebe3992b95418e1ff567840b0918 `Ian Hickson`<mailto:ian@hixie.ch>
|
|
background-root-018 reference/background-root-018-ref Background propagation on <body> and <html> - Tiling and positioning image http://www.w3.org/TR/CSS21/colors.html#background 36e856c7afae6a71553028e7decc995d0571004e `Ian Hickson`<mailto:ian@hixie.ch>
|
|
background-root-019 reference/background-root-019-ref Canvas background - position http://www.w3.org/TR/CSS21/colors.html#background 3cb1e00da0ebe926ff58173377d13afb28235bd2 `Ian Hickson`<mailto:ian@hixie.ch>
|
|
background-root-020 reference/background-root-020-ref Background: Test Seventeen http://www.w3.org/TR/CSS21/colors.html#background,http://www.w3.org/TR/CSS21/visudet.html#Computing_heights_and_margins 230b983e648e9d4c7f0c9424c660671a2111c0a3 `Ian Hickson`<mailto:ian@hixie.ch> Rules governing visual formating of block level non-replaced elements and calculations of height apply to the document root element just as to any other element. Document root element should not stretch vertically to fit the viewport; document root element should only be as tall as required to enclose its content.
|
|
background-root-023 reference/background-root-023-ref Opera Tests: Background: Test Twenty Three http://www.w3.org/TR/CSS21/colors.html#background ce9b2d9aa717569775a0f764885cf58c8e5e91b0 `Ian Hickson`<mailto:ian@hixie.ch>,`Elika J. Etemad`<http://fantasai.inkedblade.net/contact> The BODY and HTML backgrounds are drawn independently when each is specified, even if their specified values are the same.
|
|
background-root-024 reference/background-root-024-ref Repeating Backgrounds: Y http://www.w3.org/TR/CSS21/colors.html#background 8210116ae34c05c5bed664c43c1ecf9b53ad145b `Ian Hickson`<mailto:ian@hixie.ch>
|
|
background-root-101 reference/background-root-101-ref CSS: Changing the background of the BODY element by changing a sibling's class dom http://www.w3.org/TR/CSS21/colors.html#background 824fc3c33dd5efd172bd63f89c0a7f253830fa59 `Ian Hickson`<mailto:ian@hixie.ch>
|
|
background-root-102 reference/background-root-101-ref CSS: Changing the background of the BODY element by changing its class dom http://www.w3.org/TR/CSS21/colors.html#background 81087532ada685cfee05ad1cab758675cc93aa34 `Ian Hickson`<mailto:ian@hixie.ch>
|
|
background-root-103 reference/background-root-101-ref CSS: Changing the background of the BODY element by changing a parent's attribute dom http://www.w3.org/TR/CSS21/colors.html#background 2dd4bd2ae94a7eb6692498439da8125aa6b65873 `Ian Hickson`<mailto:ian@hixie.ch>
|
|
background-table-001 background-repeat on table rows http://www.w3.org/TR/CSS21/colors.html#background 2c9b4513a5e0f90c4780823cdf4f112b1385c137 `Ian Hickson`<mailto:ian@hixie.ch>
|
|
background-table-002 background-repeat on table rows http://www.w3.org/TR/CSS21/colors.html#background 166a7c903010b7f8b554735ff30eed2f173f7d86 `Ian Hickson`<mailto:ian@hixie.ch>
|
|
background-table-003 background-repeat on table rows http://www.w3.org/TR/CSS21/colors.html#background 25c56bf238f94beb33fe80eae10b3162598d4c35 `Ian Hickson`<mailto:ian@hixie.ch>
|
|
background-transparency-001 Background initial transparency http://www.w3.org/TR/CSS21/colors.html#background-properties 736b083d39ed02d90e26ecf8cfeaada2cc443b70 `Microsoft`<http://www.microsoft.com/> Background of the parent shines through the child if nothing is over it.
|
|
bad-selector-001 Parsing of bad selectors invalid http://www.w3.org/TR/CSS21/syndata.html#rule-sets b5dba0a4d2c2eb4cd00a572765a2ffba1b08f203 `Microsoft`<http://www.microsoft.com/> Declarations with bad selectors are ignored.
|
|
basic-css-table-001 CSS table display types http://www.w3.org/TR/CSS21/tables.html#table-display a76fad935d54e5eded6be37d1f4d04ddc497d263 `Microsoft`<http://www.microsoft.com/> CSS display table types are supported.
|
|
basic-html-table-001 HTML table with every table element HTMLonly http://www.w3.org/TR/CSS21/tables.html#table-display,http://www.w3.org/TR/REC-html40/struct/tables.html#h-11.2 51ea5055ee5e8fbe0dcfed92e73ce5218baf89fa `Microsoft`<http://www.microsoft.com/> HTML table elements are supported.
|
|
before-after-001 Before, after applies to same selector invalid http://www.w3.org/TR/CSS21/generate.html#before-after-content 2bb16dacc1512f9a7f24369fcfe0a957d0620f54 `Microsoft`<http://www.microsoft.com/> Multiple pseudo-elements cannot be placed on the same selector.
|
|
before-after-002 Before, after is included in formatting changes http://www.w3.org/TR/CSS21/generate.html#before-after-content e508222d00574adb1450511af59f2d17b588e2b5 `Microsoft`<http://www.microsoft.com/> Generated content is included in any formatting changes made to an element.
|
|
before-after-011 reference/before-after-011-ref CSS table model and generated content: Basics http://www.w3.org/TR/CSS21/generate.html#content 4d711fe352bece2498662d33b1072358131808c1 `Ian Hickson`<mailto:ian@hixie.ch>
|
|
before-after-display-types-001 reference/before-after-display-types-001-ref generated content http://www.w3.org/TR/CSS21/generate.html#before-after-content 53e38c4a0b63e3a263ce623f5961bea76d817802 `Robert O'Callahan`<mailto:robert@ocallahan.org>,`Mozilla Corporation`<http://mozilla.com/>
|
|
before-after-dynamic-attr-001 reference/before-after-dynamic-attr-001-ref generated content dom http://www.w3.org/TR/CSS21/generate.html#content 7f71ff18254ffada68c3010b0522a9d81ac118f0 `Robert O'Callahan`<mailto:robert@ocallahan.org>,`Mozilla Corporation`<http://mozilla.com/>
|
|
before-after-dynamic-restyle-001 reference/before-after-dynamic-restyle-001-ref generated content dom http://www.w3.org/TR/CSS21/generate.html#content 802769e63d0646a215f14f388d75b1088cda32f2 `Robert O'Callahan`<mailto:robert@ocallahan.org>,`Mozilla Corporation`<http://mozilla.com/>
|
|
before-after-floated-001 reference/before-after-floated-001-ref generated content http://www.w3.org/TR/CSS21/generate.html#before-after-content 6fb70f083086a1093ed838ae95b64b8da117f9ff `Robert O'Callahan`<mailto:robert@ocallahan.org>,`Mozilla Corporation`<http://mozilla.com/>
|
|
before-after-images-001 reference/before-after-images-001-ref generated content http://www.w3.org/TR/CSS21/generate.html#content 23fb7143075f3176a02f65f2007270c735d26c7c `Robert O'Callahan`<mailto:robert@ocallahan.org>,`Mozilla Corporation`<http://mozilla.com/>
|
|
before-after-positioned-001 reference/before-after-positioned-001-ref generated content http://www.w3.org/TR/CSS21/generate.html#before-after-content d4b2c18aa9fd31a85b81c096236a24365ce08cb6 `Robert O'Callahan`<mailto:robert@ocallahan.org>,`Mozilla Corporation`<http://mozilla.com/>
|
|
before-after-selector-001 After and before pseudo-elements http://www.w3.org/TR/CSS21/selector.html#before-and-after 3846e3a87d0d3df404ba8f07bffc39e1635722ed `Microsoft`<http://www.microsoft.com/> After and before pseudo-element allows inserted text after or before a given element.
|
|
before-after-table-parts-001 reference/before-after-table-parts-001-ref generated content http://www.w3.org/TR/CSS21/generate.html#before-after-content 482090b305a6e97d70fc9782761a7e83cff3f936 `Robert O'Callahan`<mailto:robert@ocallahan.org>,`Mozilla Corporation`<http://mozilla.com/>
|
|
before-after-table-whitespace-001 reference/before-after-table-whitespace-001-ref generated content http://www.w3.org/TR/CSS21/generate.html#content 7733835a7bcac98b89c7bb95ca28052944415826 `Robert O'Callahan`<mailto:robert@ocallahan.org>,`Mozilla Corporation`<http://mozilla.com/>
|
|
before-content-display-001 reference/after-content-display-001-ref :before generated content - display inline http://www.w3.org/TR/CSS21/generate.html#before-after-content,http://www.w3.org/TR/CSS21/visuren.html#display-prop 85a13608b3a68389d0dd8c734709829c98a0da39 `Gérard Talbot`<http://www.gtalbot.org/BrowserBugsSection/css21testsuite/> Generated content can have their own display value explicitly set in which case they behave as if they were real elements inserted just inside their associated element.
|
|
before-content-display-002 reference/after-content-display-002-ref :before generated content - display block http://www.w3.org/TR/CSS21/generate.html#before-after-content,http://www.w3.org/TR/CSS21/visuren.html#display-prop b2501aeab925b8939d7f66aca3bbd833233981f0 `Gérard Talbot`<http://www.gtalbot.org/BrowserBugsSection/css21testsuite/> Generated content can have their own display value explicitly set in which case they behave as if they were real elements inserted just inside their associated element.
|
|
before-content-display-003 reference/before-content-display-003-ref :before generated content - display list-item http://www.w3.org/TR/CSS21/generate.html#before-after-content,http://www.w3.org/TR/CSS21/visuren.html#display-prop,http://www.w3.org/TR/html4/struct/lists.html#h-10.3.1 fa9185e14e1f2aca92f04c619843135e398e73b6 `Gérard Talbot`<http://www.gtalbot.org/BrowserBugsSection/css21testsuite/> Generated content can have their own display value explicitly set in which case they behave as if they were real elements inserted just inside their associated element.
|
|
before-content-display-004 :before generated content - display run-in http://www.w3.org/TR/CSS21/generate.html#before-after-content,http://www.w3.org/TR/css3-box/#run-in-boxes b8b4f6ecc9e74a29f78aa51e71c323ae958904a3 `Gérard Talbot`<http://www.gtalbot.org/BrowserBugsSection/css21testsuite/> Generated content can have their own display value explicitly set in which case they behave as if they were real elements inserted just inside their associated element.
|
|
before-content-display-005 reference/after-content-display-001-ref :before generated content - display inline-block http://www.w3.org/TR/CSS21/generate.html#before-after-content,http://www.w3.org/TR/CSS21/visuren.html#display-prop 8a86fb7b8292f82237834f6e42be0aadedea063e `Gérard Talbot`<http://www.gtalbot.org/BrowserBugsSection/css21testsuite/> Generated content can have their own display value explicitly set in which case they behave as if they were real elements inserted just inside their associated element.
|
|
before-content-display-006 reference/after-content-display-002-ref :before generated content - display table http://www.w3.org/TR/CSS21/generate.html#before-after-content,http://www.w3.org/TR/CSS21/visuren.html#display-prop 05ce96752e9021c80dbc10c31d508fa41e25bd54 `Gérard Talbot`<http://www.gtalbot.org/BrowserBugsSection/css21testsuite/> Generated content can have their own display value explicitly set in which case they behave as if they were real elements inserted just inside their associated element.
|
|
before-content-display-007 reference/after-content-display-001-ref :before generated content - display inline-table http://www.w3.org/TR/CSS21/generate.html#before-after-content,http://www.w3.org/TR/CSS21/visuren.html#display-prop ad5a64dfce986ec71c719b045e1f3cadcd74d880 `Gérard Talbot`<http://www.gtalbot.org/BrowserBugsSection/css21testsuite/> Generated content can have their own display value explicitly set in which case they behave as if they were real elements inserted just inside their associated element.
|
|
before-content-display-008 reference/after-content-display-002-ref :before generated content - display table-row-group http://www.w3.org/TR/CSS21/generate.html#before-after-content,http://www.w3.org/TR/CSS21/visuren.html#display-prop c82e2ae3c12c7e275bb1425b2894255d37cae7fc `Gérard Talbot`<http://www.gtalbot.org/BrowserBugsSection/css21testsuite/> Generated content can have their own display value explicitly set in which case they behave as if they were real elements inserted just inside their associated element.
|
|
before-content-display-009 reference/after-content-display-002-ref :before generated content - display table-header-group http://www.w3.org/TR/CSS21/generate.html#before-after-content,http://www.w3.org/TR/CSS21/visuren.html#display-prop affc730da6f744592fb915accac1f5493d2a1516 `Gérard Talbot`<http://www.gtalbot.org/BrowserBugsSection/css21testsuite/> Generated content can have their own display value explicitly set in which case they behave as if they were real elements inserted just inside their associated element.
|
|
before-content-display-010 reference/after-content-display-002-ref :before generated content - display table-footer-group http://www.w3.org/TR/CSS21/generate.html#before-after-content,http://www.w3.org/TR/CSS21/visuren.html#display-prop 555cbbf3eab674182676e9bcf0039b32e7171dbc `Gérard Talbot`<http://www.gtalbot.org/BrowserBugsSection/css21testsuite/> Generated content can have their own display value explicitly set in which case they behave as if they were real elements inserted just inside their associated element.
|
|
before-content-display-011 reference/after-content-display-002-ref :before generated content - display table-row http://www.w3.org/TR/CSS21/generate.html#before-after-content,http://www.w3.org/TR/CSS21/visuren.html#display-prop fd3923903c41174f7be065a63cff9ad8e7e97ab2 `Gérard Talbot`<http://www.gtalbot.org/BrowserBugsSection/css21testsuite/> Generated content can have their own display value explicitly set in which case they behave as if they were real elements inserted just inside their associated element.
|
|
before-content-display-012 reference/after-content-display-012-ref :before generated content - display table-column-group http://www.w3.org/TR/CSS21/generate.html#before-after-content,http://www.w3.org/TR/CSS21/tables.html#table-display b0b1da2644463628740ffd5240ba6510756c00e6 `Gérard Talbot`<http://www.gtalbot.org/BrowserBugsSection/css21testsuite/> Generated content can have their own display value explicitly set in which case they behave as if they were real elements inserted just inside their associated element. Elements with 'display' set to 'table-column' or 'table-column-group' are not rendered (exactly as if they had 'display: none').
|
|
before-content-display-013 reference/after-content-display-012-ref :before generated content - display table-column http://www.w3.org/TR/CSS21/generate.html#before-after-content,http://www.w3.org/TR/CSS21/tables.html#table-display ea6881aad8a7c225a0d82bdaa8d5e5735b5280dd `Gérard Talbot`<http://www.gtalbot.org/BrowserBugsSection/css21testsuite/> Generated content can have their own display value explicitly set in which case they behave as if they were real elements inserted just inside their associated element. Elements with 'display' set to 'table-column' or 'table-column-group' are not rendered (exactly as if they had 'display: none').
|
|
before-content-display-014 reference/after-content-display-002-ref :before generated content - display table-cell http://www.w3.org/TR/CSS21/generate.html#before-after-content,http://www.w3.org/TR/CSS21/visuren.html#display-prop 4be21bb55cad912800a88ed5a5ae18e08f031bf3 `Gérard Talbot`<http://www.gtalbot.org/BrowserBugsSection/css21testsuite/> Generated content can have their own display value explicitly set in which case they behave as if they were real elements inserted just inside their associated element.
|
|
before-content-display-015 reference/after-content-display-002-ref :before generated content - display table-caption http://www.w3.org/TR/CSS21/generate.html#before-after-content,http://www.w3.org/TR/CSS21/visuren.html#display-prop 60c65f6d4542deb7bc8ba748f35717c4326fb02d `Gérard Talbot`<http://www.gtalbot.org/BrowserBugsSection/css21testsuite/> Generated content can have their own display value explicitly set in which case they behave as if they were real elements inserted just inside their associated element.
|
|
before-content-display-016 reference/after-content-display-012-ref :before generated content - display none http://www.w3.org/TR/CSS21/generate.html#before-after-content,http://www.w3.org/TR/CSS21/visuren.html#display-prop 957ffd620e27d842accdb4d705044b7a2200a092 `Gérard Talbot`<http://www.gtalbot.org/BrowserBugsSection/css21testsuite/> Generated content can have their own display value explicitly set in which case they behave as if they were real elements inserted just inside their associated element.
|
|
before-content-display-017 reference/after-content-display-002-ref :before generated content - display inherit http://www.w3.org/TR/CSS21/generate.html#before-after-content,http://www.w3.org/TR/CSS21/visuren.html#display-prop d7e6fb72cf017e98ace88865268c7d8c28c6503a `Gérard Talbot`<http://www.gtalbot.org/BrowserBugsSection/css21testsuite/> Generated content can have their own display value explicitly set in which case they behave as if they were real elements inserted just inside their associated element.
|
|
before-content-display-018 reference/after-content-display-001-ref :before generated content - initial value of display http://www.w3.org/TR/CSS21/generate.html#before-after-content 0dfc051076dc0f48d9228562448b1245917eaf84 `Gérard Talbot`<http://www.gtalbot.org/BrowserBugsSection/css21testsuite/> The initial value of the 'display' for generated content property is 'inline'.
|
|
before-first-letter-selector-001 First-letter pseudo-element with :before pseudo-element http://www.w3.org/TR/CSS21/selector.html#before-and-after 12733ec292a723ca7b33f9955f8d597e7f437474 `Microsoft`<http://www.microsoft.com/> When the :first-letter pseudo-element is combined with :before, :first-letter applies to the generated text of :before.
|
|
before-inheritable-001 Pseudo-element ':before' inherits inheritable values http://www.w3.org/TR/CSS21/generate.html#before-after-content 4cd32c5053ca11507ffb0b519dc764785e6a008b `Microsoft`<http://www.microsoft.com/> The pseudo-element ':before' generated content inherits any inheritable properties from the element.
|
|
before-inheritable-002 Pseudo-element ':before' does not inherit non-inheritable values http://www.w3.org/TR/CSS21/generate.html#before-after-content ec0633c9c7cfc2001f8953e0e51c1662d446dcf5 `Microsoft`<http://www.microsoft.com/> Non-inherited properties apply the initial value when applying to ':before'.
|
|
before-location-001 Before applies before text http://www.w3.org/TR/CSS21/generate.html#before-after-content b9afc58f992ed97c90f2eafec6acdc31f3ed0a61 `Microsoft`<http://www.microsoft.com/> Before places generated content before the element content.
|
|
bidi-001 reference/bidi-001-ref The bidi algorithm and inlines in CSS http://www.w3.org/TR/CSS21/box.html#bidi-box-model,http://www.w3.org/TR/CSS21/visuren.html#direction,http://www.w3.org/TR/CSS21/text.html#white-space-model,http://unicode.org/reports/tr9/ 805c2e6905f3d1a78af35a94cb540ac84c4c0d86 `Ian Hickson`<mailto:ian@hixie.ch>
|
|
bidi-002 reference/bidi-002-ref The bidi algorithm and inlines in CSS http://www.w3.org/TR/CSS21/box.html#bidi-box-model,http://www.w3.org/TR/CSS21/visuren.html#direction,http://unicode.org/reports/tr9/ 6841c38ed68f36c4aa4126f796b97a315fcf3371 `Ian Hickson`<mailto:ian@hixie.ch>
|
|
bidi-003 reference/bidi-003-ref The bidi algorithm and inlines in CSS http://www.w3.org/TR/CSS21/box.html#bidi-box-model,http://www.w3.org/TR/CSS21/visuren.html#direction,http://www.w3.org/TR/CSS21/text.html#white-space-model,http://unicode.org/reports/tr9/ 3eb69b45b04cb11d8dabdbc6f4b309fb1b302c84 `Ian Hickson`<mailto:ian@hixie.ch>
|
|
bidi-004 reference/bidi-004-ref The bidi algorithm and inlines in CSS may http://www.w3.org/TR/CSS21/box.html#bidi-box-model,http://www.w3.org/TR/CSS21/visuren.html#direction,http://www.w3.org/TR/CSS21/text.html#white-space-model,http://unicode.org/reports/tr9/ 4974ac194aeb5a218fa1457805a7fe3fff19b70a `Ian Hickson`<mailto:ian@hixie.ch>
|
|
bidi-004a reference/bidi-004a-ref Bidi Codes, White space, and Tree structure http://www.w3.org/TR/CSS21/box.html#bidi-box-model,http://www.w3.org/TR/CSS21/visuren.html#direction,http://www.w3.org/TR/CSS21/text.html#white-space-model,http://unicode.org/reports/tr9/ 1afdfa39f2fba92c3b4c838c13a5cdb9d62465ee `Ian Hickson`<mailto:ian@hixie.ch> The final order of characters in a block container is the same as if markup had been stripped, consecutive space collapsed in logical order, and the resulting character sequence, including any bidi codes, had been passed to an implementation of the Unicode bidirectional algorithm for plain text that produced the same line-breaks as the styled text.
|
|
bidi-005 The bidi algorithm and inlines in CSS: embed levels and white-space: pre; http://www.w3.org/TR/CSS21/box.html#bidi-box-model,http://www.w3.org/TR/CSS21/visuren.html#direction,http://unicode.org/reports/tr9/ a81dba7fd616c1fbaa2ef6d9b2f8e7f676bc06bb `Ian Hickson`<mailto:ian@hixie.ch>
|
|
bidi-005a reference/bidi-005a-ref The bidi algorithm and inlines in CSS: embed levels and white-space: pre; http://www.w3.org/TR/CSS21/box.html#bidi-box-model,http://www.w3.org/TR/CSS21/visuren.html#direction,http://unicode.org/reports/tr9/ dda3b25eee4cf8c4fb330bf2e2a25c6e100072b4 `Ian Hickson`<mailto:ian@hixie.ch>
|
|
bidi-005b reference/bidi-005b-ref The bidi algorithm and inlines in CSS: embed levels and white-space: pre; http://www.w3.org/TR/CSS21/box.html#bidi-box-model,http://www.w3.org/TR/CSS21/visuren.html#direction,http://unicode.org/reports/tr9/ 5065a87ed526456c8053b05e995d3663e3ebe115 `Ian Hickson`<mailto:ian@hixie.ch>
|
|
bidi-006 The bidi algorithm and inlines in CSS: embed levels and white-space: nowrap; http://www.w3.org/TR/CSS21/box.html#bidi-box-model,http://www.w3.org/TR/CSS21/visuren.html#direction,http://unicode.org/reports/tr9/ 1c167bbea780aa9af6e2b3d61bd7c25ecd224bf0 `Ian Hickson`<mailto:ian@hixie.ch>
|
|
bidi-006a reference/bidi-005a-ref The bidi algorithm and inlines in CSS: embed levels and white-space: nowrap; http://www.w3.org/TR/CSS21/box.html#bidi-box-model,http://www.w3.org/TR/CSS21/visuren.html#direction,http://unicode.org/reports/tr9/ 7d870fc760c1b5a7509085eaa4fc5e6230502812 `Ian Hickson`<mailto:ian@hixie.ch>
|
|
bidi-006b reference/bidi-005b-ref The bidi algorithm and inlines in CSS: embed levels and white-space: nowrap; http://www.w3.org/TR/CSS21/box.html#bidi-box-model,http://www.w3.org/TR/CSS21/visuren.html#direction,http://unicode.org/reports/tr9/ 7f75755cb7eb0873a9756eb7775f96baf8bcbae0 `Ian Hickson`<mailto:ian@hixie.ch>
|
|
bidi-007 The bidi algorithm and inlines in CSS: embed levels and float: left; http://www.w3.org/TR/CSS21/box.html#bidi-box-model,http://www.w3.org/TR/CSS21/visuren.html#direction,http://unicode.org/reports/tr9/ 3fb14414b8622bba1de820d015486379b8eb2854 `Ian Hickson`<mailto:ian@hixie.ch>
|
|
bidi-007a reference/bidi-007a-ref The bidi algorithm and inlines in CSS: embed levels and float: left; http://www.w3.org/TR/CSS21/box.html#bidi-box-model,http://www.w3.org/TR/CSS21/visuren.html#direction,http://unicode.org/reports/tr9/ 9e15f37e6d75bc618cca0a78576b454f25c94fce `Ian Hickson`<mailto:ian@hixie.ch>
|
|
bidi-007b reference/bidi-007b-ref The bidi algorithm and inlines in CSS: embed levels and float: left; http://www.w3.org/TR/CSS21/box.html#bidi-box-model,http://www.w3.org/TR/CSS21/visuren.html#direction,http://unicode.org/reports/tr9/ 402258a741052647cf2f06599bc41dc9959d2b31 `Ian Hickson`<mailto:ian@hixie.ch>
|
|
bidi-008 The bidi algorithm and inlines in CSS: embed levels and display: table; http://www.w3.org/TR/CSS21/box.html#bidi-box-model,http://www.w3.org/TR/CSS21/visuren.html#direction,http://unicode.org/reports/tr9/ 7f9f293aaa501b920e033f3e207955165280a2a8 `Ian Hickson`<mailto:ian@hixie.ch>
|
|
bidi-008a reference/bidi-008a-ref The bidi algorithm and inlines in CSS: embed levels and display: table; http://www.w3.org/TR/CSS21/box.html#bidi-box-model,http://www.w3.org/TR/CSS21/visuren.html#direction,http://unicode.org/reports/tr9/ c9011025d09d30154818bfe48e7332c9b9516113 `Ian Hickson`<mailto:ian@hixie.ch>
|
|
bidi-008b reference/bidi-008b-ref The bidi algorithm and inlines in CSS: embed levels and display: table; http://www.w3.org/TR/CSS21/box.html#bidi-box-model,http://www.w3.org/TR/CSS21/visuren.html#direction,http://unicode.org/reports/tr9/ d5489027517a308c3cbe0403537b5bd8d9921310 `Ian Hickson`<mailto:ian@hixie.ch>
|
|
bidi-009 The bidi algorithm and inlines in CSS: embed levels and display: table-row; http://www.w3.org/TR/CSS21/box.html#bidi-box-model,http://www.w3.org/TR/CSS21/visuren.html#direction,http://unicode.org/reports/tr9/ 32abfb0df6f159e9df106beb1d3013d596421e60 `Ian Hickson`<mailto:ian@hixie.ch>
|
|
bidi-009a reference/bidi-005a-ref The bidi algorithm and inlines in CSS: embed levels and display: table-row; http://www.w3.org/TR/CSS21/box.html#bidi-box-model,http://www.w3.org/TR/CSS21/visuren.html#direction,http://unicode.org/reports/tr9/ 4ba9b27cb3d990d45ec28156d19555cd275767b7 `Ian Hickson`<mailto:ian@hixie.ch>
|
|
bidi-009b reference/bidi-005b-ref The bidi algorithm and inlines in CSS: embed levels and display: table-row; http://www.w3.org/TR/CSS21/box.html#bidi-box-model,http://www.w3.org/TR/CSS21/visuren.html#direction,http://unicode.org/reports/tr9/ e1d9256615516219b4564d4485255f095e0ddfc7 `Ian Hickson`<mailto:ian@hixie.ch>
|
|
bidi-010 The bidi algorithm and inlines in CSS: embed levels and position: absolute http://www.w3.org/TR/CSS21/box.html#bidi-box-model,http://www.w3.org/TR/CSS21/visuren.html#direction,http://unicode.org/reports/tr9/ 3a158bbcd18bd2bbdcd2c2727d5cf1752963e9eb `Ian Hickson`<mailto:ian@hixie.ch>
|
|
bidi-010a reference/bidi-007a-ref The bidi algorithm and inlines in CSS: embed levels and position: absolute http://www.w3.org/TR/CSS21/box.html#bidi-box-model,http://www.w3.org/TR/CSS21/visuren.html#direction,http://unicode.org/reports/tr9/ e89b2980882fbdf8c48f0d1f9640f347b8e7cea1 `Ian Hickson`<mailto:ian@hixie.ch>
|
|
bidi-010b reference/bidi-007b-ref The bidi algorithm and inlines in CSS: embed levels and position: absolute http://www.w3.org/TR/CSS21/box.html#bidi-box-model,http://www.w3.org/TR/CSS21/visuren.html#direction,http://unicode.org/reports/tr9/ 4169c14c5aaec4d5ca2d003bbff65bea2c8dca84 `Ian Hickson`<mailto:ian@hixie.ch>
|
|
bidi-011 reference/bidi-011-ref The bidi algorithm and inlines in CSS wrapping bidi formatting characters http://www.w3.org/TR/CSS21/box.html#bidi-box-model,http://www.w3.org/TR/CSS21/visuren.html#direction,http://unicode.org/reports/tr9/ ea32a2719d23ee9a10459968a6e5131e06552585 `Ian Hickson`<mailto:ian@hixie.ch>
|
|
bidi-alt-001 unicode-bidi: bidi-override in alt text http://www.w3.org/TR/CSS21/visuren.html#direction 078b85ca49f188bd079f21a8f6de42be0877ddd3 `Eira Monstad, Opera Software ASA`<mailto:public-testsuites@opera.com>,`Elika J. Etemad`<http://fantasai.inkedblade.net/contact> If alt text is not treated as replaced content, then unicode-bidi applies to image alt text.
|
|
bidi-border-collapse-001 border-collapse in bidi context - border-right http://www.w3.org/TR/CSS21/tables.html#collapsing-borders cb95e6bd6e635ed76bc7c3036ade57e282040a11 `Eira Monstad, Opera Software ASA`<mailto:public-testsuites@opera.com> Collapsed borders should behave the same way in ltr and rtl contexts
|
|
bidi-border-collapse-002 border-collapse in bidi context - border-left http://www.w3.org/TR/CSS21/tables.html#collapsing-borders ecb03c18c872723b34a60b281a711e664c01cc12 `Eira Monstad, Opera Software ASA`<mailto:public-testsuites@opera.com> Collapsed borders should behave the same way in ltr and rtl contexts
|
|
bidi-border-collapse-003 border-collapse in bidi context - border-top http://www.w3.org/TR/CSS21/tables.html#collapsing-borders 3fa5a330b5caa15ec616e14e06f525aae6f1de18 `Eira Monstad, Opera Software ASA`<mailto:public-testsuites@opera.com> Collapsed borders should behave the same way in ltr and rtl contexts
|
|
bidi-border-collapse-004 border-collapse in bidi context - border-bottom http://www.w3.org/TR/CSS21/tables.html#collapsing-borders 3ee91c6f53985ffd0243830152e74cf57b3bdf70 `Eira Monstad, Opera Software ASA`<mailto:public-testsuites@opera.com> Collapsed borders should behave the same way in ltr and rtl contexts
|
|
bidi-box-model-001 reference/bidi-box-model-001-ref bidirection box model - borders on inline in normal block http://www.w3.org/TR/CSS21/box.html#bidi-box-model 06c81a1350bf28378189d39a4c687168cb3f5c03 `Eira Monstad, Opera Software ASA`<mailto:public-testsuites@opera.com> Border sides should be unaffected by directionality
|
|
bidi-box-model-002 reference/bidi-box-model-001-ref bidirection box model - borders on inline in embed block http://www.w3.org/TR/CSS21/box.html#bidi-box-model f0b367dcf3f33ef4d02751397cf2f10a4f247a37 `Eira Monstad, Opera Software ASA`<mailto:public-testsuites@opera.com> Border sides should be unaffected by directionality
|
|
bidi-box-model-003 reference/bidi-box-model-001-ref bidirection box model - borders on inline in bidi-override block http://www.w3.org/TR/CSS21/box.html#bidi-box-model b08c36ea866fb464a81d3aa64c3bb464c94cb681 `Eira Monstad, Opera Software ASA`<mailto:public-testsuites@opera.com> Border sides should be unaffected by directionality
|
|
bidi-box-model-004 reference/bidi-box-model-001-ref bidirection box model - borders on normal inline http://www.w3.org/TR/CSS21/box.html#bidi-box-model 8c1b7f6259fc9cfee7a3bb70023225f49e25ee9d `Eira Monstad, Opera Software ASA`<mailto:public-testsuites@opera.com> Border sides should be unaffected by directionality
|
|
bidi-box-model-005 reference/bidi-box-model-001-ref bidirection box model - borders on embed inline http://www.w3.org/TR/CSS21/box.html#bidi-box-model e103d5a43bfe7c2839868777b0baf2286c8cbeb1 `Eira Monstad, Opera Software ASA`<mailto:public-testsuites@opera.com> Border sides should be unaffected by directionality
|
|
bidi-box-model-006 reference/bidi-box-model-001-ref bidirection box model - borders on bidi-override inline http://www.w3.org/TR/CSS21/box.html#bidi-box-model 32eee95394f9f13b38258dc2df3bdc3e7b470101 `Eira Monstad, Opera Software ASA`<mailto:public-testsuites@opera.com> Border sides should be unaffected by directionality
|
|
bidi-box-model-007 reference/bidi-box-model-007-ref bidirection box model - borders on normal block http://www.w3.org/TR/CSS21/box.html#bidi-box-model e6b90cb00a3c911a79f563ac7e1d00a17876556e `Eira Monstad, Opera Software ASA`<mailto:public-testsuites@opera.com> Border sides should be unaffected by directionality
|
|
bidi-box-model-008 reference/bidi-box-model-007-ref bidirection box model - borders on embed block http://www.w3.org/TR/CSS21/box.html#bidi-box-model 50004ee93fe40423a82b35e868b69e42dd9e3a60 `Eira Monstad, Opera Software ASA`<mailto:public-testsuites@opera.com> Border sides should be unaffected by directionality
|
|
bidi-box-model-009 reference/bidi-box-model-007-ref bidirection box model - borders on bidi-override block http://www.w3.org/TR/CSS21/box.html#bidi-box-model b5f5d9bb48d79be64b2d288b81930e4d74068fb4 `Eira Monstad, Opera Software ASA`<mailto:public-testsuites@opera.com> Border sides should be unaffected by directionality
|
|
bidi-box-model-010 reference/bidi-box-model-010-ref bidirection box model - margin-left on bidi-override inline ahem http://www.w3.org/TR/CSS21/box.html#bidi-box-model 51ea5e30314ea411bbd05e6333aa45817a23513f `Eira Monstad, Opera Software ASA`<mailto:public-testsuites@opera.com> Side margins should be unaffected by directionality
|
|
bidi-box-model-011 reference/bidi-box-model-010-ref bidirection box model - margin-left on normal inline ahem http://www.w3.org/TR/CSS21/box.html#bidi-box-model a5f2f6d93af65703371e8bd3c4b2b1857c26798e `Eira Monstad, Opera Software ASA`<mailto:public-testsuites@opera.com> Side margins should be unaffected by directionality
|
|
bidi-box-model-012 reference/bidi-box-model-010-ref bidirection box model - margin-left on embed inline ahem http://www.w3.org/TR/CSS21/box.html#bidi-box-model 6e302eeb444802df7bb6e461f04c87bf6b66c65c `Eira Monstad, Opera Software ASA`<mailto:public-testsuites@opera.com> Side margins should be unaffected by directionality
|
|
bidi-box-model-013 reference/bidi-box-model-010-ref bidirection box model - margin-left on inline in bidi-override block ahem http://www.w3.org/TR/CSS21/box.html#bidi-box-model 218a54aa5d1193b9ef25705486809664620e6422 `Eira Monstad, Opera Software ASA`<mailto:public-testsuites@opera.com> Side margins should be unaffected by directionality
|
|
bidi-box-model-014 reference/bidi-box-model-010-ref bidirection box model - margin-left on inline in normal block ahem http://www.w3.org/TR/CSS21/box.html#bidi-box-model e865d690a5a6bae976e5b4e32ab85ca40c66678d `Eira Monstad, Opera Software ASA`<mailto:public-testsuites@opera.com> Side margins should be unaffected by directionality
|
|
bidi-box-model-015 reference/bidi-box-model-010-ref bidirection box model - margin-left on inline in embed block ahem http://www.w3.org/TR/CSS21/box.html#bidi-box-model a60d57a99ed80532d33ffdffd9890236552e93a2 `Eira Monstad, Opera Software ASA`<mailto:public-testsuites@opera.com> Side margins should be unaffected by directionality
|
|
bidi-box-model-016 reference/bidi-box-model-016-ref bidirection box model - margin-left on bidi-override block ahem http://www.w3.org/TR/CSS21/box.html#bidi-box-model 7da438cb6c154a76cc4e0523b9f83ca68973475b `Eira Monstad, Opera Software ASA`<mailto:public-testsuites@opera.com> Side margins should be unaffected by directionality
|
|
bidi-box-model-017 reference/bidi-box-model-016-ref bidirection box model - margin-left on normal block ahem http://www.w3.org/TR/CSS21/box.html#bidi-box-model e2704f7f4f107deb1e8ab480199492912ce6a8b3 `Eira Monstad, Opera Software ASA`<mailto:public-testsuites@opera.com> Side margins should be unaffected by directionality
|
|
bidi-box-model-018 reference/bidi-box-model-016-ref bidirection box model - margin-left on embed block ahem http://www.w3.org/TR/CSS21/box.html#bidi-box-model 9ef97b6f573eee3be030c5a99c8d59d2e49f5ad5 `Eira Monstad, Opera Software ASA`<mailto:public-testsuites@opera.com> Side margins should be unaffected by directionality
|
|
bidi-box-model-019 reference/bidi-box-model-019-ref bidirection box model - margin-right on bidi-override inline ahem http://www.w3.org/TR/CSS21/box.html#bidi-box-model bf807f6d03d532751ee3c06480f42aee259926cd `Eira Monstad, Opera Software ASA`<mailto:public-testsuites@opera.com> Side margins should be unaffected by directionality
|
|
bidi-box-model-020 reference/bidi-box-model-019-ref bidirection box model - margin-right on normal inline ahem http://www.w3.org/TR/CSS21/box.html#bidi-box-model 0a5ca04a2ddecc960f22708a5e890e92d92b5ebf `Eira Monstad, Opera Software ASA`<mailto:public-testsuites@opera.com> Side margins should be unaffected by directionality
|
|
bidi-box-model-021 reference/bidi-box-model-019-ref bidirection box model - margin-right on embed inline ahem http://www.w3.org/TR/CSS21/box.html#bidi-box-model 71488e46c25c33a1ca3714736dc228593cc2133b `Eira Monstad, Opera Software ASA`<mailto:public-testsuites@opera.com> Side margins should be unaffected by directionality
|
|
bidi-box-model-022 reference/bidi-box-model-019-ref bidirection box model - margin-right on inline in bidi-override block ahem http://www.w3.org/TR/CSS21/box.html#bidi-box-model a87ab2b887cfa187941308f3d719f01ce1f09b4a `Eira Monstad, Opera Software ASA`<mailto:public-testsuites@opera.com> Side margins should be unaffected by directionality
|
|
bidi-box-model-023 reference/bidi-box-model-019-ref bidirection box model - margin-right on inline in normal block ahem http://www.w3.org/TR/CSS21/box.html#bidi-box-model 17a79df8a49a7df3663e2788fff4f53571cb2456 `Eira Monstad, Opera Software ASA`<mailto:public-testsuites@opera.com> Side margins should be unaffected by directionality
|
|
bidi-box-model-024 reference/bidi-box-model-019-ref bidirection box model - margin-right on inline in embed block ahem http://www.w3.org/TR/CSS21/box.html#bidi-box-model 20bffab665b58231f770096a6bd92bcbdcc6d5a2 `Eira Monstad, Opera Software ASA`<mailto:public-testsuites@opera.com> Side margins should be unaffected by directionality
|
|
bidi-box-model-025 reference/bidi-box-model-025-ref bidirection box model - margin-right on bidi-override block ahem http://www.w3.org/TR/CSS21/box.html#bidi-box-model 4c5121e6eeb79bc19302496fe96277b115226396 `Eira Monstad, Opera Software ASA`<mailto:public-testsuites@opera.com> Side margins should be unaffected by directionality
|
|
bidi-box-model-026 reference/bidi-box-model-025-ref bidirection box model - margin-right on normal block ahem http://www.w3.org/TR/CSS21/box.html#bidi-box-model 8c94a463897c577956505fc4e85cc103669ca13b `Eira Monstad, Opera Software ASA`<mailto:public-testsuites@opera.com> Side margins should be unaffected by directionality
|
|
bidi-box-model-027 reference/bidi-box-model-025-ref bidirection box model - margin-right on embed block ahem http://www.w3.org/TR/CSS21/box.html#bidi-box-model aa8f7da5f5d95c1641ed8edc7e27be949892c994 `Eira Monstad, Opera Software ASA`<mailto:public-testsuites@opera.com> Side margins should be unaffected by directionality
|
|
bidi-box-model-028 reference/bidi-box-model-010-ref bidirection box model - padding-left on bidi-override inline ahem http://www.w3.org/TR/CSS21/box.html#bidi-box-model 653650d5a18a6c7f82e8fb3f0583753b5b055458 `Eira Monstad, Opera Software ASA`<mailto:public-testsuites@opera.com> Side padding should be unaffected by directionality
|
|
bidi-box-model-029 reference/bidi-box-model-010-ref bidirection box model - padding-left on inline in normal block ahem http://www.w3.org/TR/CSS21/box.html#bidi-box-model ce98299aeb16a7df0afcf607f870800e80f89dab `Eira Monstad, Opera Software ASA`<mailto:public-testsuites@opera.com> Side padding should be unaffected by directionality
|
|
bidi-box-model-030 reference/bidi-box-model-010-ref bidirection box model - padding-left on inline in embed block ahem http://www.w3.org/TR/CSS21/box.html#bidi-box-model 331ea58b45ea60be0190c850c8c6d69810e87534 `Eira Monstad, Opera Software ASA`<mailto:public-testsuites@opera.com> Side padding should be unaffected by directionality
|
|
bidi-box-model-031 reference/bidi-box-model-010-ref bidirection box model - padding-left on inline in bidi-override block ahem http://www.w3.org/TR/CSS21/box.html#bidi-box-model 715c8b4ce00ffbb1511751d8871390f4c29ef47e `Eira Monstad, Opera Software ASA`<mailto:public-testsuites@opera.com> Side padding should be unaffected by directionality
|
|
bidi-box-model-032 reference/bidi-box-model-010-ref bidirection box model - padding-left on normal inline ahem http://www.w3.org/TR/CSS21/box.html#bidi-box-model f802a79883b7ccbe3b89a58e8b4060e760762e2b `Eira Monstad, Opera Software ASA`<mailto:public-testsuites@opera.com> Side padding should be unaffected by directionality
|
|
bidi-box-model-033 reference/bidi-box-model-010-ref bidirection box model - padding-left on embed inline ahem http://www.w3.org/TR/CSS21/box.html#bidi-box-model a5a85240c44cd536066cee2338d7db3bdc841576 `Eira Monstad, Opera Software ASA`<mailto:public-testsuites@opera.com> Side padding should be unaffected by directionality
|
|
bidi-box-model-034 reference/bidi-box-model-034-ref bidirection box model - padding-left on bidi-override block ahem http://www.w3.org/TR/CSS21/box.html#bidi-box-model b2646706c14f2c2f6ad000262f593725f34a76f1 `Eira Monstad, Opera Software ASA`<mailto:public-testsuites@opera.com> Side padding should be unaffected by directionality
|
|
bidi-box-model-035 reference/bidi-box-model-034-ref bidirection box model - padding-left on normal block ahem http://www.w3.org/TR/CSS21/box.html#bidi-box-model dbbcfb5796fc8df441738fe565c48c379d075903 `Eira Monstad, Opera Software ASA`<mailto:public-testsuites@opera.com> Side padding should be unaffected by directionality
|
|
bidi-box-model-036 reference/bidi-box-model-034-ref bidirection box model - padding-left on embed block ahem http://www.w3.org/TR/CSS21/box.html#bidi-box-model a622d9b399f93f006b08fe43e5daa4445397a005 `Eira Monstad, Opera Software ASA`<mailto:public-testsuites@opera.com> Side padding should be unaffected by directionality
|
|
bidi-box-model-037 reference/bidi-box-model-019-ref bidirection box model - padding-right on bidi-override inline ahem http://www.w3.org/TR/CSS21/box.html#bidi-box-model bd4638905bb69592f0693a5d03f8d4e4f4a58134 `Eira Monstad, Opera Software ASA`<mailto:public-testsuites@opera.com> Side padding should be unaffected by directionality
|
|
bidi-box-model-038 reference/bidi-box-model-019-ref bidirection box model - padding-right on inline in normal block ahem http://www.w3.org/TR/CSS21/box.html#bidi-box-model e20644c7c334ad1c98ca7dd3e68c9ac2f022a875 `Eira Monstad, Opera Software ASA`<mailto:public-testsuites@opera.com> Side padding should be unaffected by directionality
|
|
bidi-box-model-039 reference/bidi-box-model-019-ref bidirection box model - padding-right on inline in embed block ahem http://www.w3.org/TR/CSS21/box.html#bidi-box-model 8c3a80b7a914cf5c079424e7ce8074fe9771442d `Eira Monstad, Opera Software ASA`<mailto:public-testsuites@opera.com> Side padding should be unaffected by directionality
|
|
bidi-box-model-040 reference/bidi-box-model-019-ref bidirection box model - padding-right on inline in bidi-override block ahem http://www.w3.org/TR/CSS21/box.html#bidi-box-model cc29bb03e11e1f0b1a2ea24fe52c49ae0859fe02 `Eira Monstad, Opera Software ASA`<mailto:public-testsuites@opera.com> Side padding should be unaffected by directionality
|
|
bidi-box-model-041 reference/bidi-box-model-019-ref bidirection box model - padding-right on normal inline ahem http://www.w3.org/TR/CSS21/box.html#bidi-box-model 0d27fda04a16cecfe70915dc6ecdd06f6f4445ed `Eira Monstad, Opera Software ASA`<mailto:public-testsuites@opera.com> Side padding should be unaffected by directionality
|
|
bidi-box-model-042 reference/bidi-box-model-019-ref bidirection box model - padding-right on embed inline ahem http://www.w3.org/TR/CSS21/box.html#bidi-box-model fa0ddf62a140206bc41ff8181e6668e0d366e19d `Eira Monstad, Opera Software ASA`<mailto:public-testsuites@opera.com> Side padding should be unaffected by directionality
|
|
bidi-box-model-043 reference/bidi-box-model-043-ref bidirection box model - padding-right on bidi-override block ahem http://www.w3.org/TR/CSS21/box.html#bidi-box-model 34b04863a9624e545abecec73f8adcf31ac5781b `Eira Monstad, Opera Software ASA`<mailto:public-testsuites@opera.com> Side padding should be unaffected by directionality
|
|
bidi-box-model-044 reference/bidi-box-model-043-ref bidirection box model - padding-right on normal block ahem http://www.w3.org/TR/CSS21/box.html#bidi-box-model 46375041cbf327b0470219fabd7a3b8f3b2e978c `Eira Monstad, Opera Software ASA`<mailto:public-testsuites@opera.com> Side padding should be unaffected by directionality
|
|
bidi-box-model-045 reference/bidi-box-model-043-ref bidirection box model - padding-right on embed block ahem http://www.w3.org/TR/CSS21/box.html#bidi-box-model 99536e943101f2dfddd18bc5b3936917edc05f5a `Eira Monstad, Opera Software ASA`<mailto:public-testsuites@opera.com> Side padding should be unaffected by directionality
|
|
bidi-breaking-001 reference/bidi-breaking-001-ref Bidi paragraph boundaries: Blocks http://www.w3.org/TR/CSS21/visuren.html#direction d0851910e5f0110dd92269e9cf3a0dbff897261c `Elika J. Etemad`<http://fantasai.inkedblade.net/contact> Block boundaries break bidi paragraphs.
|
|
bidi-breaking-002 reference/bidi-breaking-002-ref Bidi paragraph boundaries: Forced Line Breaks http://www.w3.org/TR/CSS21/visuren.html#direction 4d28a5b7a0e1a63d0be55b717fa39a2cdc58cc9c `Elika J. Etemad`<http://fantasai.inkedblade.net/contact> Forced line breaks of class B (but not class WS) break bidi paragraphs.
|
|
bidi-breaking-003 reference/bidi-breaking-003-ref Bidi paragraph boundaries: Forced Line Breaks (Unicode) may http://www.w3.org/TR/CSS21/visuren.html#direction e7fe18b28048ccb068e738294633dd8b8882200d `Elika J. Etemad`<http://fantasai.inkedblade.net/contact>,`Aharon Lanin`<mailto:aharon@google.com> Forced line breaks of class B (but not class WS) break bidi paragraphs.
|
|
bidi-color-001 Applying color to elements split by bidi http://www.w3.org/TR/CSS21/box.html#bidi-box-model,http://www.w3.org/TR/CSS21/colors.html#colors ce3e392ce1ebda234fb9b88bacabcc6194466295 `Eira Monstad, Opera Software ASA`<mailto:public-testsuites@opera.com> Color should be applied only to the part of the text it has been specified for, even after bidi has rearranged the words to be non-consecutive
|
|
bidi-direction-001 direction:rtl on body http://www.w3.org/TR/CSS21/visuren.html#propdef-direction,http://www.w3.org/TR/CSS21/visuren.html#direction f568588b3c74aa64f04b9569134abe5b9aa30eb5 `Eira Monstad, Opera Software ASA`<mailto:public-testsuites@opera.com> direction:rtl on body should inherit to paragraphs
|
|
bidi-direction-002 direction - nested ltr and rtl http://www.w3.org/TR/CSS21/visuren.html#propdef-direction,http://www.w3.org/TR/CSS21/visuren.html#direction 831d55ae5e272f648be1d0e0b27df4cf592af431 `Eira Monstad, Opera Software ASA`<mailto:public-testsuites@opera.com> Direction on paragraph should override direction on body
|
|
bidi-display-block-001 bidi and inline with display:block http://www.w3.org/TR/CSS21/visuren.html#direction 79409ba6aca0131267896c666142841cde8167f7 `Eira Monstad, Opera Software ASA`<mailto:public-testsuites@opera.com> An inline with display:block should be treated as a paragraph in the bidi algorithm
|
|
bidi-first-letter-001 :first-letter applied to joined text http://www.w3.org/TR/CSS21/selector.html#first-letter 8c50e84a7a3ca9b78ec3b1c703c52a570fb1d641 `Eira Monstad, Opera Software ASA`<mailto:public-testsuites@opera.com> :first-letter applied to joined text should not break joining
|
|
bidi-first-letter-002 first-letter and inherent rtl http://www.w3.org/TR/CSS21/selector.html#first-letter fdac77a16899cb8fbdd71feb30e7af952e09d272 `Eira Monstad, Opera Software ASA`<mailto:public-testsuites@opera.com> :first-letter applied to inherent RTL text should start from the right
|
|
bidi-first-letter-003 :first-letter and direction:rtl - inherent ltr text http://www.w3.org/TR/CSS21/selector.html#first-letter,http://www.w3.org/TR/CSS21/visuren.html#propdef-direction 67a69739ad5080af9c78f1eeb69bf6a609f632ff `Eira Monstad, Opera Software ASA`<mailto:public-testsuites@opera.com> :first-letter applied to inherent LTR text in RTL context should adhere to text direction, not paragraph direction
|
|
bidi-first-letter-004 :first-letter and bidi-override - inherent ltr text http://www.w3.org/TR/CSS21/selector.html#first-letter,http://www.w3.org/TR/CSS21/visuren.html#propdef-unicode-bidi 2d9067da35f5369f041f8534d9f9c5ca9262d808 `Eira Monstad, Opera Software ASA`<mailto:public-testsuites@opera.com> :first-letter applied to inherent LTR text reordered with bidi-override should pick out the first logical letter
|
|
bidi-first-letter-005 :first-letter and bidi-override - inherent rtl text http://www.w3.org/TR/CSS21/selector.html#first-letter,http://www.w3.org/TR/CSS21/visuren.html#propdef-unicode-bidi 38803628c5f630a29cce98715fc2281678a8a9fa `Eira Monstad, Opera Software ASA`<mailto:public-testsuites@opera.com> :first-letter applied to inherent RTL text reordered with bidi-override should pick out the first logical letter
|
|
bidi-first-letter-006 :first-letter in the middle of the line because of bidi reordering http://www.w3.org/TR/CSS21/selector.html#first-letter 7283efdc537980c32b4578f2bdb086dc1fe2b43d `Eira Monstad, Opera Software ASA`<mailto:public-testsuites@opera.com> :first-letter not at the start of the line because of bidi reordering may not be applied, but if it is applied it should be applied to the logical first letter and no other letter
|
|
bidi-generated-content-001 content: with character forced bidi - rlo http://www.w3.org/TR/CSS21/generate.html#content,http://www.w3.org/TR/CSS21/visuren.html#direction cac686a5ce16b097d53625aa1520fd7156c59094 `Eira Monstad, Opera Software ASA`<mailto:public-testsuites@opera.com> A right-to-left override should be applied when u+202E is inserted through the content property
|
|
bidi-generated-content-002 content: with character forced bidi - lro http://www.w3.org/TR/CSS21/visuren.html#direction,http://www.w3.org/TR/CSS21/generate.html#content a57b2f9961adaa4b7da71eadf2ae4168d00ffd33 `Eira Monstad, Opera Software ASA`<mailto:public-testsuites@opera.com> A left-to-right override should be correctly applied when inserted through the content property
|
|
bidi-glyph-mirroring-001 reference/bidi-glyph-mirroring-001-ref unicode-bidi: bidi-override - glyph mirroring http://www.w3.org/TR/CSS21/visuren.html#direction,http://unicode.org/reports/tr9/#Mirroring 18b8a6b4815de90f6458e65f65527d445dc664f7 `Eira Monstad, Opera Software ASA`<mailto:public-testsuites@opera.com> Glyph mirroring of characters with unicode Bidi_Mirrored property should be performed when unicode-bidi: bidi-override is applied
|
|
bidi-glyph-mirroring-002 reference/bidi-glyph-mirroring-002-ref unicode-bidi: bidi-override - glyph mirroring http://www.w3.org/TR/CSS21/visuren.html#direction,http://unicode.org/reports/tr9/#Mirroring cead563fd712609a4217b7a4f4b9e86eb83f2466 `Eira Monstad, Opera Software ASA`<mailto:public-testsuites@opera.com> Glyph mirroring of characters with unicode Bidi_Mirrored property should be performed direction:rtl is applied
|
|
bidi-inline-001 reference/bidi-inline-001-ref unicode-bidi: bidi-override on inline - rtl http://www.w3.org/TR/CSS21/visuren.html#direction 17bd1de4f81956a381ac2e2f6b491532f0a1ec7b `Eira Monstad, Opera Software ASA`<mailto:public-testsuites@opera.com> bidi-override should be applied to inlines with no interruptions to surrounding text
|
|
bidi-inline-002 reference/bidi-inline-001-ref unicode-bidi: bidi-override on inline - nested http://www.w3.org/TR/CSS21/visuren.html#direction c11550243835fbaf9488dbe49a17ed647da10af7 `Eira Monstad, Opera Software ASA`<mailto:public-testsuites@opera.com> Nested bidi-override should be applied to inlines with no interruptions to surrounding text
|
|
bidi-list-001 direction:rtl - unordered list http://www.w3.org/TR/CSS21/visuren.html#direction,http://www.w3.org/TR/CSS21/generate.html#list-style,http://www.w3.org/TR/CSS21/text.html#alignment-prop ee8ec9666e0d8ae13f15f430cbcb03237b3fb856 `Eira Monstad, Opera Software ASA`<mailto:public-testsuites@opera.com> direction:rtl should apply to unordered lists, putting bullets on the right
|
|
bidi-list-002 direction:rtl - nested unordered list http://www.w3.org/TR/CSS21/visuren.html#direction,http://www.w3.org/TR/CSS21/generate.html#list-style,http://www.w3.org/TR/CSS21/text.html#alignment-prop 9ec50a69695e3780a0679c5589c264a89f35fa60 `Eira Monstad, Opera Software ASA`<mailto:public-testsuites@opera.com> direction:rtl should apply to nested unordered lists, putting bullets on the right and offset leftwards
|
|
bidi-list-003 direction:rtl - ordered list http://www.w3.org/TR/CSS21/visuren.html#direction,http://www.w3.org/TR/CSS21/generate.html#list-style,http://www.w3.org/TR/CSS21/text.html#alignment-prop 162ec74cb0da870a3ddb0c59cfa52648210d8477 `Eira Monstad, Opera Software ASA`<mailto:public-testsuites@opera.com> direction:rtl should apply to nested ordered lists, putting bullets on the right and offset leftwards
|
|
bidi-list-004 text-align: justify and direction:rtl - unordered list http://www.w3.org/TR/CSS21/text.html#alignment-prop,http://www.w3.org/TR/CSS21/visuren.html#direction,http://www.w3.org/TR/CSS21/generate.html#list-style 624be05e5d2f027275928508d18199dcc4cd01a0 `Eira Monstad, Opera Software ASA`<mailto:public-testsuites@opera.com> text-align: justify should apply to unordered lists in rtl context without affecting their rtlness
|
|
bidi-list-005 text-align: left and direction:rtl - unordered list http://www.w3.org/TR/CSS21/text.html#alignment-prop,http://www.w3.org/TR/CSS21/visuren.html#direction,http://www.w3.org/TR/CSS21/generate.html#list-style cef581a403f625bae29284803d434b6b0ee60f7c `Eira Monstad, Opera Software ASA`<mailto:public-testsuites@opera.com> text-align:left should be applied to unordered list in rtl context without affecting its rtlness
|
|
bidi-list-006 text-align: right and direction:rtl - unordered list http://www.w3.org/TR/CSS21/text.html#alignment-prop,http://www.w3.org/TR/CSS21/visuren.html#direction,http://www.w3.org/TR/CSS21/generate.html#list-style 965a440f1cb34394304da5ae8e7e66df16499607 `Eira Monstad, Opera Software ASA`<mailto:public-testsuites@opera.com> text-align:right should be applied to unordered list in rtl context without affecting its rtlness
|
|
bidi-list-007 text-align: center and direction:rtl - unordered list http://www.w3.org/TR/CSS21/text.html#alignment-prop,http://www.w3.org/TR/CSS21/visuren.html#direction,http://www.w3.org/TR/CSS21/generate.html#list-style cd5db4a536fc774af7b59323d3f0422e35c0c839 `Eira Monstad, Opera Software ASA`<mailto:public-testsuites@opera.com> text-align: center should apply to unordered lists in rtl context without affecting their rtlness
|
|
bidi-overflow-scroll-001 overflow:scroll in rtl context http://www.w3.org/TR/CSS21/visuren.html#propdef-direction,http://www.w3.org/TR/CSS21/visufx.html#propdef-overflow 01038352061495dc355392902fb6b88fcd2764a3 `Eira Monstad, Opera Software ASA`<mailto:public-testsuites@opera.com> Scrolling UI created by overflow should be positioned on the left in rtl context
|
|
bidi-override-001 unicode-bidi: bidi-override on table http://www.w3.org/TR/CSS21/visuren.html#propdef-unicode-bidi,http://www.w3.org/TR/CSS21/visuren.html#direction 8c0d61173aab030f47aabcf01c47344de62983b2 `Eira Monstad, Opera Software ASA`<mailto:public-testsuites@opera.com> bidi-override should not be applied to table cell content when specified on table
|
|
bidi-override-002 unicode-bidi: bidi-override on table cell http://www.w3.org/TR/CSS21/visuren.html#propdef-unicode-bidi,http://www.w3.org/TR/CSS21/visuren.html#direction 3ded64058c0eeaefd50e2c6e1824c990700265e6 `Eira Monstad, Opera Software ASA`<mailto:public-testsuites@opera.com> bidi-override should be applied to table-cell content when specified on the cell
|
|
bidi-override-003 unicode-bidi: bidi-override on list http://www.w3.org/TR/CSS21/visuren.html#propdef-unicode-bidi,http://www.w3.org/TR/CSS21/visuren.html#direction 4259991755c928620e74b1211213a8bf97402f3e `Eira Monstad, Opera Software ASA`<mailto:public-testsuites@opera.com> bidi-override should not be applied to list item when specified on ul
|
|
bidi-override-004 unicode-bidi: bidi-override on list item http://www.w3.org/TR/CSS21/visuren.html#propdef-unicode-bidi,http://www.w3.org/TR/CSS21/visuren.html#direction 7b1137f201d0f8aebefb30d189a5723194006e12 `Eira Monstad, Opera Software ASA`<mailto:public-testsuites@opera.com> bidi-override should be applied when specified on list item
|
|
bidi-override-005 unicode-bidi: bidi-override on nested div http://www.w3.org/TR/CSS21/visuren.html#propdef-unicode-bidi,http://www.w3.org/TR/CSS21/visuren.html#direction 3e20e09e93edebfc9658f2a03644ab81377a424d `Eira Monstad, Opera Software ASA`<mailto:public-testsuites@opera.com> bidi-override should be applied to inline-level descendants but not block-level descendants
|
|
bidi-position-fixed-001 position:fixed in rtl context http://www.w3.org/TR/CSS21/visudet.html#abs-non-replaced-width,http://www.w3.org/TR/CSS21/visuren.html#direction,http://www.w3.org/TR/CSS21/text.html#alignment-prop 94418a98efb6002c37ab0df810bc112108079759 `Eira Monstad, Opera Software ASA`<mailto:public-testsuites@opera.com> Default horizontal position of position:fixed block should be right in rtl context, and ancestor direction should still be applied inside the block taken out of normal flow
|
|
bidi-table-001 direction: rtl on table http://www.w3.org/TR/CSS21/tables.html#table-layout,http://www.w3.org/TR/CSS21/visuren.html#direction 6c6a417b7a66194e0ff5bb8f3ff7590ab5a80666 `Eira Monstad, Opera Software ASA`<mailto:public-testsuites@opera.com> direction:rtl on table should reverse order of table cells
|
|
bidi-table-002 direction: on nested tables http://www.w3.org/TR/CSS21/tables.html#table-layout,http://www.w3.org/TR/CSS21/visuren.html#direction 4170ed366723906cf2f2d7c043bb8f23418299c3 `Eira Monstad, Opera Software ASA`<mailto:public-testsuites@opera.com> direction: should affect order of table cells
|
|
bidi-text-decoration-underline-001 text-decoration: none and bidi reordering http://www.w3.org/TR/CSS21/text.html#lining-striking-props 7d39b93ff4f5504f86d0627a2e029284a45df64c `Eira Monstad, Opera Software ASA`<mailto:public-testsuites@opera.com> Underline should span the entire line and not be affected by bidi reordering or no text-decoration on children
|
|
bidi-unicode-bidi-001 unicode-bidi: bidi-override - rtl http://www.w3.org/TR/CSS21/visuren.html#propdef-unicode-bidi,http://www.w3.org/TR/CSS21/visuren.html#direction 144a9377ba0156f673c3418d0958a3af5ad2e981 `Eira Monstad, Opera Software ASA`<mailto:public-testsuites@opera.com> unicode-bidi: bidi-override should order characters strictly according to value of direction property
|
|
bidi-unicode-bidi-003 unicode-bidi: embed - nested ltr and rtl http://www.w3.org/TR/CSS21/visuren.html#propdef-unicode-bidi,http://www.w3.org/TR/CSS21/visuren.html#direction 5c5337b51c5189b21489a436be04967f5c0892ab `Eira Monstad, Opera Software ASA`<mailto:public-testsuites@opera.com> unicode-bidi: embed should open a new bidi embedding level for inline-level element
|
|
bidi-unicode-bidi-004 direction and borders - normal http://www.w3.org/TR/CSS21/box.html#bidi-box-model 7eec367124b21f2820baee161d2d06b9ceecddb7 `Eira Monstad, Opera Software ASA`<mailto:public-testsuites@opera.com> Borders should be unaffected by directionality
|
|
block-formatting-context-height-001 reference/ref-filled-black-96px-square Block formatting context auto height with floats and bottom margins http://www.w3.org/TR/CSS21/visudet.html#root-height 2c8b6cd9cb106193b90a5bce61ba5d1b9d152c55 `Microsoft`<http://www.microsoft.com/> The auto height of a block formatting context element is computed by accounting for bottom-margins of floated content which would otherwise be below the bottom edge of that element.
|
|
block-formatting-context-height-002 reference/ref-filled-black-96px-square Block formatting context auto height with floated descendants of the normal flow and bottom margins http://www.w3.org/TR/CSS21/visudet.html#root-height 26307552c97bd6f8680cd22b4b8591e7273b53fe `Microsoft`<http://www.microsoft.com/> The auto height of a block formatting context element is computed by accounting for bottom-margins of floated content descendents in the normal flow which would otherwise be below the bottom edge of that element.
|
|
block-formatting-context-height-003 reference/block-formatting-context-height-003-ref Block formatting context auto height with floated descendants outside the normal flow and bottom margins http://www.w3.org/TR/CSS21/visudet.html#root-height 4d3de98e32346fbcbf490185bfa8e58d8a8e45bc `Microsoft`<http://www.microsoft.com/> The auto height of a block formatting context element does not account for bottom margins of floated content descendents of out of flow blocks.
|
|
block-formatting-contexts-001 reference/block-formatting-contexts-001-ref Vertical layout of boxes http://www.w3.org/TR/CSS21/visuren.html#block-formatting 53d1fa964a643c122c8063dbd1d9ec88cca91bd0 `Microsoft`<http://www.microsoft.com/> Boxes are vertically laid out one after the other beginning at the top of a containing block.
|
|
block-formatting-contexts-003 reference/block-formatting-contexts-003-ref Vertical distance with margins http://www.w3.org/TR/CSS21/visuren.html#block-formatting 796468ea7fd7e6747b10fc008e23ca542461c046 `Microsoft`<http://www.microsoft.com/> The vertical distance between two sibling boxes is determined by the margin property.
|
|
block-formatting-contexts-004 reference/block-formatting-contexts-004-ref Block Formatting Contexts: Margin Collapsing ahem,image http://www.w3.org/TR/CSS21/visuren.html#block-formatting 074f6da0e56813f9feb5cf4610378cb6510c826d `Microsoft`<http://www.microsoft.com/> Margins collapse between adjacent block boxes in a block formatting context.
|
|
block-formatting-contexts-005 reference/block-formatting-contexts-005-ref No padding or margin, left edges touch http://www.w3.org/TR/CSS21/visuren.html#block-formatting a19416e170b58a8fb28733d65dbce7c86babe0bb `Microsoft`<http://www.microsoft.com/> When there is no padding or margins on elements the left outer edge of the child box will touch the left edge of the containing block.
|
|
block-formatting-contexts-006 reference/block-formatting-contexts-006-ref No padding and margin, right edges touch http://www.w3.org/TR/CSS21/visuren.html#block-formatting 0d4a149ce627f906b721b00517caf90008b5f398 `Microsoft`<http://www.microsoft.com/> When there is no padding or margins on elements the right outer edge of the child box will touch the right edge of the containing block.
|
|
block-formatting-contexts-007 reference/block-formatting-contexts-005-ref Floats and box edges http://www.w3.org/TR/CSS21/visuren.html#block-formatting 1cb879b1d2e06bd083e2ae4b0ed125926a7b2c02 `Microsoft`<http://www.microsoft.com/> When there is no padding or margins on a floated child element the left outer edge of the child box will touch the left edge of the containing block.
|
|
block-formatting-contexts-008 reference/block-formatting-contexts-008-ref New block formatting context with floated elements http://www.w3.org/TR/CSS21/visuren.html#block-formatting 929dc5952ecc02540e04884dde028a1d956dfd57 `Microsoft`<http://www.microsoft.com/> Floated elements establish new block formatting context.
|
|
block-formatting-contexts-009 reference/block-formatting-contexts-008-ref New block formatting context with absolute positioned elements http://www.w3.org/TR/CSS21/visuren.html#block-formatting be5f22dca14ac7da78290ed639fd92e19987f930 `Microsoft`<http://www.microsoft.com/> Absolutely positioned elements establish a new block formatting context.
|
|
block-formatting-contexts-010 reference/block-formatting-contexts-008-ref Inline-block elements establish a new block formatting context http://www.w3.org/TR/CSS21/visuren.html#block-formatting 2e3a68245ec166fc1ee1d8eb4760d0e8aa2c156b `Microsoft`<http://www.microsoft.com/> Elements defined as inline-blocks establish a new block formatting context.
|
|
block-formatting-contexts-011 reference/block-formatting-contexts-011-ref Table-cell elements establish a new block formatting context http://www.w3.org/TR/CSS21/visuren.html#block-formatting 2f9953532c3417dc5183830d5572ed73ceddc429 `Microsoft`<http://www.microsoft.com/> Elements defined as table-cell elements establish a new block formatting context.
|
|
block-formatting-contexts-012 reference/block-formatting-contexts-008-ref Table-caption elements establish a new block formatting context http://www.w3.org/TR/CSS21/visuren.html#block-formatting c08a3644c3aa28872d246f4043ddf134b998c521 `Microsoft`<http://www.microsoft.com/> Elements with display table-caption establish a new block formatting context.
|
|
block-formatting-contexts-013 Overflow set to 'scroll' establishes a new block formatting context http://www.w3.org/TR/CSS21/visuren.html#block-formatting 61baa052408665e7a3c10743e328cb7fe8b36ef4 `Microsoft`<http://www.microsoft.com/> A new block formatting context is established when overflow is set to 'scroll'.
|
|
block-formatting-contexts-014 Overflow set to 'auto' establishes a new block formatting context http://www.w3.org/TR/CSS21/visuren.html#block-formatting 2f4e089ebf8dabea3004936d3fb6298e2f054dd9 `Microsoft`<http://www.microsoft.com/> A new block formatting context is established when overflow is set to 'auto'.
|
|
block-formatting-contexts-015 reference/block-formatting-contexts-015-ref Overflow set to 'hidden' establishes a new block formatting context http://www.w3.org/TR/CSS21/visuren.html#block-formatting bebf258f162f128aa18de9afd478305a531b6dcb `Microsoft`<http://www.microsoft.com/> A new block formatting context is established when overflow is set to 'hidden'.
|
|
block-formatting-contexts-016 reference/ref-filled-green-100px-square Block formatting contexts and 'overflow' set to 'visible' http://www.w3.org/TR/CSS21/visuren.html#block-formatting c56a17d81b44974accbf88a7b3b947cc2ce14341 `Microsoft`<http://www.microsoft.com/> Overflow set to 'visible' does not establish a new block formatting context.
|
|
block-in-inline-001 reference/block-in-inline-001-ref CSS: Blocks Within Inlines - Basic http://www.w3.org/TR/CSS21/visuren.html#anonymous-block-level 9ea40ec4453c2e0622e9fe0473229aa5ee3aa28a `Ian Hickson`<mailto:ian@hixie.ch> When an inline box contains a block box, the inline box is broken around the block.
|
|
block-in-inline-002 reference/block-in-inline-001-ref CSS: Blocks Within Inlines - Backgrounds http://www.w3.org/TR/CSS21/visuren.html#anonymous-block-level 762de9fa4c1c2488a642d47ec9494859a8443bd3 `Elika J. Etemad`<http://fantasai.inkedblade.net/contact>,`Ian Hickson`<mailto:ian@hixie.ch> When an inline box contains a block box, the inline box is broken around the box and its background is drawn only behind the inline's pieces, not behind the block.
|
|
block-in-inline-003 reference/block-in-inline-003-ref Blocks within inlines: Simple http://www.w3.org/TR/CSS21/visuren.html#display-prop d668f0b4de4982cb78a539e69e86ecafd30575f2 `Ian Hickson`<mailto:ian@hixie.ch> When an inline box contains a block box, the inline box is broken around the box and its pieces, if empty, will not show any background.
|
|
block-in-inline-004 Blocks within inlines: Simple with :hover interact http://www.w3.org/TR/CSS21/visuren.html#display-prop e34481f31353ce8fe717c8d5d9288cde635ebb15 `Ian Hickson`<mailto:ian@hixie.ch> A block that splits an inline still inherits from the inline, even in dynamic cases.
|
|
block-in-inline-005 Blocks within inlines: Simple with dynamic class changes dom,interact http://www.w3.org/TR/CSS21/visuren.html#display-prop 0eba38a5df3f091f369bcdedd13003a94c9159bc `Ian Hickson`<mailto:ian@hixie.ch>
|
|
block-in-inline-006 Blocks within inlines: Simple with dynamic class changes dom,interact http://www.w3.org/TR/CSS21/visuren.html#display-prop 243fd4daac337a3ddcfb0c7409ae2a2bf727585c `Ian Hickson`<mailto:ian@hixie.ch>
|
|
block-in-inline-007 reference/block-in-inline-007-ref Blocks within inlines: Simple http://www.w3.org/TR/CSS21/visuren.html#display-prop 3873479c958b9d49953e77588cdc2c810a3eef59 `Ian Hickson`<mailto:ian@hixie.ch> When an inline box contains block boxes, the inline box is broken around the blocks.
|
|
block-in-inline-008 reference/block-in-inline-008-ref Blocks within inlines: Relative positioning http://www.w3.org/TR/CSS21/visuren.html#display-prop d0dd21d5b4821630cd803c30faf1f2bc953442dd `Ian Hickson`<mailto:ian@hixie.ch>
|
|
block-in-inline-append-001 reference/block-in-inline-append-001-ref blocks inside inlines – append-to-empty-trailing-inline-1 dom http://www.w3.org/TR/CSS21/visuren.html#anonymous-block-level 7d6069b45103a75d50c2b320f00f6c43373389cb `Boris Zbarsky`<mailto:bzbarsky@mit.edu>,`Mozilla Corporation`<http://mozilla.com/>
|
|
block-in-inline-append-002 reference/block-in-inline-append-002-nosplit-ref,reference/block-in-inline-append-002-ref blocks inside inlines – append-to-nested-split-inline-1 dom http://www.w3.org/TR/CSS21/visuren.html#anonymous-block-level 2e416015e32649c1f12b67e22b27a978e630a852 `Boris Zbarsky`<mailto:bzbarsky@mit.edu>,`Mozilla Corporation`<http://mozilla.com/>
|
|
block-in-inline-empty-001 reference/block-in-inline-empty-001-ref blocks inside inlines – emptyspan-1 http://www.w3.org/TR/CSS21/visuren.html#anonymous-block-level ab0b3abe50ab9fa20ac0b60234b0d18869d4665d `Boris Zbarsky`<mailto:bzbarsky@mit.edu>,`Mozilla Corporation`<http://mozilla.com/>
|
|
block-in-inline-empty-002 reference/block-in-inline-empty-002-ref blocks inside inlines – emptyspan-2 http://www.w3.org/TR/CSS21/visuren.html#anonymous-block-level 203231d001c4a2c125559e6d0c3f9927d6f9f1fc `Boris Zbarsky`<mailto:bzbarsky@mit.edu>,`Mozilla Corporation`<http://mozilla.com/>
|
|
block-in-inline-empty-003 reference/block-in-inline-empty-003-ref blocks inside inlines – emptyspan-3 http://www.w3.org/TR/CSS21/visuren.html#anonymous-block-level 01568d42d9126dc65ae955f1d6fe10fbbb0e62e7 `Boris Zbarsky`<mailto:bzbarsky@mit.edu>,`Mozilla Corporation`<http://mozilla.com/>
|
|
block-in-inline-empty-004 reference/block-in-inline-empty-004-ref blocks inside inlines – emptyspan-4 http://www.w3.org/TR/CSS21/visuren.html#anonymous-block-level 328ef49cce0c55386fafbfde9d5e5d34247bc2cd `Boris Zbarsky`<mailto:bzbarsky@mit.edu>,`Mozilla Corporation`<http://mozilla.com/>
|
|
block-in-inline-float-between-001 reference/block-in-inline-float-between-001-ref blocks inside inlines – float-inside-inline-between-blocks-1 http://www.w3.org/TR/CSS21/visuren.html#anonymous-block-level 83862b73ce5adfc79610fe77362953af53c83a32 `Boris Zbarsky`<mailto:bzbarsky@mit.edu>,`Mozilla Corporation`<http://mozilla.com/>
|
|
block-in-inline-insert-001a reference/block-in-inline-insert-001-nosplit-ref,reference/block-in-inline-insert-001-ref blocks inside inlines – insert-into-split-inline-1a dom http://www.w3.org/TR/CSS21/visuren.html#anonymous-block-level f79ca54edff8348131e4a6bf0a9dcb4e03c026c2 `Boris Zbarsky`<mailto:bzbarsky@mit.edu>,`Mozilla Corporation`<http://mozilla.com/>
|
|
block-in-inline-insert-001b reference/block-in-inline-insert-001-ref,reference/block-in-inline-insert-001-nosplit-ref blocks inside inlines – insert-into-split-inline-1b dom http://www.w3.org/TR/CSS21/visuren.html#anonymous-block-level ea8142dddb5c7383fe0a77c552109c039247931a `Boris Zbarsky`<mailto:bzbarsky@mit.edu>,`Mozilla Corporation`<http://mozilla.com/>
|
|
block-in-inline-insert-001c reference/block-in-inline-insert-001-ref,reference/block-in-inline-insert-001-nosplit-ref blocks inside inlines – insert-into-split-inline-1c dom http://www.w3.org/TR/CSS21/visuren.html#anonymous-block-level 468bcdc3298950857d46779c59cbd7a15e51267d `Boris Zbarsky`<mailto:bzbarsky@mit.edu>,`Mozilla Corporation`<http://mozilla.com/>
|
|
block-in-inline-insert-001d reference/block-in-inline-insert-001-ref,reference/block-in-inline-insert-001-nosplit-ref blocks inside inlines – insert-into-split-inline-1d dom http://www.w3.org/TR/CSS21/visuren.html#anonymous-block-level 42a5c4b1c74005bccac570ca650ca67bc7bc8265 `Boris Zbarsky`<mailto:bzbarsky@mit.edu>,`Mozilla Corporation`<http://mozilla.com/>
|
|
block-in-inline-insert-001e reference/block-in-inline-insert-001-ref,reference/block-in-inline-insert-001-nosplit-ref blocks inside inlines – insert-into-split-inline-1e dom http://www.w3.org/TR/CSS21/visuren.html#anonymous-block-level 0be49dede55321f03465147e4bf1b1116818be1e `Boris Zbarsky`<mailto:bzbarsky@mit.edu>,`Mozilla Corporation`<http://mozilla.com/>
|
|
block-in-inline-insert-001f reference/block-in-inline-insert-001-ref,reference/block-in-inline-insert-001-nosplit-ref blocks inside inlines – insert-into-split-inline-1f dom http://www.w3.org/TR/CSS21/visuren.html#anonymous-block-level 5adb86a76238dd7d7619b32169a3c44513d162e8 `Boris Zbarsky`<mailto:bzbarsky@mit.edu>,`Mozilla Corporation`<http://mozilla.com/>
|
|
block-in-inline-insert-001g reference/block-in-inline-insert-001-ref,reference/block-in-inline-insert-001-nosplit-ref blocks inside inlines – insert-into-split-inline-1g dom http://www.w3.org/TR/CSS21/visuren.html#anonymous-block-level 220f8035902d5b2a7c1d02b415e3443445421849 `Boris Zbarsky`<mailto:bzbarsky@mit.edu>,`Mozilla Corporation`<http://mozilla.com/>
|
|
block-in-inline-insert-001h reference/block-in-inline-insert-001-ref,reference/block-in-inline-insert-001-nosplit-ref blocks inside inlines – insert-into-split-inline-1h dom http://www.w3.org/TR/CSS21/visuren.html#anonymous-block-level 93115678ef28c368ec3816de96f98d2b60dfc19c `Boris Zbarsky`<mailto:bzbarsky@mit.edu>,`Mozilla Corporation`<http://mozilla.com/>
|
|
block-in-inline-insert-001i reference/block-in-inline-insert-001-ref,reference/block-in-inline-insert-001-nosplit-ref blocks inside inlines – insert-into-split-inline-1i dom http://www.w3.org/TR/CSS21/visuren.html#anonymous-block-level 783564b664c886c64738450c62058bb32683c751 `Boris Zbarsky`<mailto:bzbarsky@mit.edu>,`Mozilla Corporation`<http://mozilla.com/>
|
|
block-in-inline-insert-001j reference/block-in-inline-insert-001-ref,reference/block-in-inline-insert-001-nosplit-ref blocks inside inlines – insert-into-split-inline-1j dom http://www.w3.org/TR/CSS21/visuren.html#anonymous-block-level 15b1de5aa2a957e55967b06a6851534b8e2e4801 `Boris Zbarsky`<mailto:bzbarsky@mit.edu>,`Mozilla Corporation`<http://mozilla.com/>
|
|
block-in-inline-insert-001k reference/block-in-inline-insert-001-ref,reference/block-in-inline-insert-001-nosplit-ref blocks inside inlines – insert-into-split-inline-1k dom http://www.w3.org/TR/CSS21/visuren.html#anonymous-block-level 0dad9d99258bff32a4dba1f0dcf43b6f5ae230dc `Boris Zbarsky`<mailto:bzbarsky@mit.edu>,`Mozilla Corporation`<http://mozilla.com/>
|
|
block-in-inline-insert-001l reference/block-in-inline-insert-001-ref,reference/block-in-inline-insert-001-nosplit-ref blocks inside inlines – insert-into-split-inline-1l dom http://www.w3.org/TR/CSS21/visuren.html#anonymous-block-level cac1e663bdffe510763d2aecac8dc823e548256c `Boris Zbarsky`<mailto:bzbarsky@mit.edu>,`Mozilla Corporation`<http://mozilla.com/>
|
|
block-in-inline-insert-002a reference/block-in-inline-insert-002-nosplit-ref,reference/block-in-inline-insert-002-ref blocks inside inlines – insert-into-split-inline-2a dom http://www.w3.org/TR/CSS21/visuren.html#anonymous-block-level 4a8e77b43af6519f049d0abf3996fa81463bcc9c `Boris Zbarsky`<mailto:bzbarsky@mit.edu>,`Mozilla Corporation`<http://mozilla.com/>
|
|
block-in-inline-insert-002b reference/block-in-inline-insert-002-ref,reference/block-in-inline-insert-002-nosplit-ref blocks inside inlines – insert-into-split-inline-2b dom http://www.w3.org/TR/CSS21/visuren.html#anonymous-block-level bfc1d3f73420274d53f13bace661424dccb0121b `Boris Zbarsky`<mailto:bzbarsky@mit.edu>,`Mozilla Corporation`<http://mozilla.com/>
|
|
block-in-inline-insert-002c reference/block-in-inline-insert-002-ref,reference/block-in-inline-insert-002-nosplit-ref blocks inside inlines – insert-into-split-inline-2c dom http://www.w3.org/TR/CSS21/visuren.html#anonymous-block-level 53420464df0fe241f9d33d0388a8b777f72e2685 `Boris Zbarsky`<mailto:bzbarsky@mit.edu>,`Mozilla Corporation`<http://mozilla.com/>
|
|
block-in-inline-insert-002d reference/block-in-inline-insert-002-ref,reference/block-in-inline-insert-002-nosplit-ref blocks inside inlines – insert-into-split-inline-2d dom http://www.w3.org/TR/CSS21/visuren.html#anonymous-block-level 6aac5331e9a5861fb32948be768dab235710be56 `Boris Zbarsky`<mailto:bzbarsky@mit.edu>,`Mozilla Corporation`<http://mozilla.com/>
|
|
block-in-inline-insert-002e reference/block-in-inline-insert-002-ref,reference/block-in-inline-insert-002-nosplit-ref blocks inside inlines – insert-into-split-inline-2e dom http://www.w3.org/TR/CSS21/visuren.html#anonymous-block-level 7df08cb8277d09b79889e37ae51ce379a2168221 `Boris Zbarsky`<mailto:bzbarsky@mit.edu>,`Mozilla Corporation`<http://mozilla.com/>
|
|
block-in-inline-insert-002f reference/block-in-inline-insert-002-ref,reference/block-in-inline-insert-002-nosplit-ref blocks inside inlines – insert-into-split-inline-2f dom http://www.w3.org/TR/CSS21/visuren.html#anonymous-block-level 730303b5c770267f87b99a6e88fd2476dcabd471 `Boris Zbarsky`<mailto:bzbarsky@mit.edu>,`Mozilla Corporation`<http://mozilla.com/>
|
|
block-in-inline-insert-002g reference/block-in-inline-insert-002-ref,reference/block-in-inline-insert-002-nosplit-ref blocks inside inlines – insert-into-split-inline-2g dom http://www.w3.org/TR/CSS21/visuren.html#anonymous-block-level 831bde6fa27668e452687766d6cd4945dbe17f77 `Boris Zbarsky`<mailto:bzbarsky@mit.edu>,`Mozilla Corporation`<http://mozilla.com/>
|
|
block-in-inline-insert-002h reference/block-in-inline-insert-002-ref,reference/block-in-inline-insert-002-nosplit-ref blocks inside inlines – insert-into-split-inline-2h dom http://www.w3.org/TR/CSS21/visuren.html#anonymous-block-level 27fb7892ffa731d77dda5bbf708dd073dc60aa4b `Boris Zbarsky`<mailto:bzbarsky@mit.edu>,`Mozilla Corporation`<http://mozilla.com/>
|
|
block-in-inline-insert-002i reference/block-in-inline-insert-002-ref,reference/block-in-inline-insert-002-nosplit-ref blocks inside inlines – insert-into-split-inline-2i dom http://www.w3.org/TR/CSS21/visuren.html#anonymous-block-level 581c5380f4da99a07a07e910983f6f7888c2e519 `Boris Zbarsky`<mailto:bzbarsky@mit.edu>,`Mozilla Corporation`<http://mozilla.com/>
|
|
block-in-inline-insert-003 reference/block-in-inline-insert-003-nosplit-ref,reference/block-in-inline-insert-003-ref blocks inside inlines – insert-into-split-inline-3 dom http://www.w3.org/TR/CSS21/visuren.html#anonymous-block-level 86cd1b48fd5e93d51328deb3db34890b930371d0 `Boris Zbarsky`<mailto:bzbarsky@mit.edu>,`Mozilla Corporation`<http://mozilla.com/>
|
|
block-in-inline-insert-004 reference/block-in-inline-insert-004-nosplit-ref,reference/block-in-inline-insert-004-ref blocks inside inlines – insert-into-split-inline-4 dom http://www.w3.org/TR/CSS21/visuren.html#anonymous-block-level d0a22dd0121a6310758516409519fdb332527a28 `Boris Zbarsky`<mailto:bzbarsky@mit.edu>,`Mozilla Corporation`<http://mozilla.com/>
|
|
block-in-inline-insert-006 reference/block-in-inline-insert-006-nosplit-ref,reference/block-in-inline-insert-006-ref blocks inside inlines – insert-into-split-inline-6 dom http://www.w3.org/TR/CSS21/visuren.html#anonymous-block-level 808eaba2ab43ab8f87435b7d7e58d94cfe986aab `Boris Zbarsky`<mailto:bzbarsky@mit.edu>,`Mozilla Corporation`<http://mozilla.com/>
|
|
block-in-inline-insert-007 reference/block-in-inline-insert-007-nosplit-ref,reference/block-in-inline-insert-007-ref blocks inside inlines – insert-into-split-inline-7 dom http://www.w3.org/TR/CSS21/visuren.html#anonymous-block-level b31b10b9aa73ca384f435e495e50e142eff3589e `Boris Zbarsky`<mailto:bzbarsky@mit.edu>,`Mozilla Corporation`<http://mozilla.com/>
|
|
block-in-inline-insert-008a reference/block-in-inline-insert-008-nosplit-ref,reference/block-in-inline-insert-008-ref blocks inside inlines – insert-into-split-inline-8a dom http://www.w3.org/TR/CSS21/visuren.html#anonymous-block-level 004cc14214490a7adb7bd214df910752b7c77436 `Boris Zbarsky`<mailto:bzbarsky@mit.edu>,`Mozilla Corporation`<http://mozilla.com/>
|
|
block-in-inline-insert-008b reference/block-in-inline-insert-008-ref,reference/block-in-inline-insert-008-nosplit-ref blocks inside inlines – insert-into-split-inline-8b dom http://www.w3.org/TR/CSS21/visuren.html#anonymous-block-level 3059a408ffa45e1be5bb33bfa9311b3fbe0c20bc `Boris Zbarsky`<mailto:bzbarsky@mit.edu>,`Mozilla Corporation`<http://mozilla.com/>
|
|
block-in-inline-insert-008c reference/block-in-inline-insert-008-ref,reference/block-in-inline-insert-008-nosplit-ref blocks inside inlines – insert-into-split-inline-8c dom http://www.w3.org/TR/CSS21/visuren.html#anonymous-block-level 14c377ce8f3da656001abbc125578dda7de88cf1 `Boris Zbarsky`<mailto:bzbarsky@mit.edu>,`Mozilla Corporation`<http://mozilla.com/>
|
|
block-in-inline-insert-009 reference/block-in-inline-insert-009-nosplit-ref,reference/block-in-inline-insert-009-ref blocks inside inlines – insert-into-split-inline-9 dom http://www.w3.org/TR/CSS21/visuren.html#anonymous-block-level 88b1598b41be42727146ae4d7bf0d1d3ddf8e581 `Boris Zbarsky`<mailto:bzbarsky@mit.edu>,`Mozilla Corporation`<http://mozilla.com/>
|
|
block-in-inline-insert-010 reference/block-in-inline-insert-010-nosplit-ref,reference/block-in-inline-insert-010-ref blocks inside inlines – insert-into-split-inline-10 dom http://www.w3.org/TR/CSS21/visuren.html#anonymous-block-level 2cb958e56b9798c7a0b2ba827d4de38ce90f7b79 `Boris Zbarsky`<mailto:bzbarsky@mit.edu>,`Mozilla Corporation`<http://mozilla.com/>
|
|
block-in-inline-insert-011 reference/block-in-inline-insert-011-nosplit-ref,reference/block-in-inline-insert-011-ref blocks inside inlines – insert-into-split-inline-11 dom http://www.w3.org/TR/CSS21/visuren.html#anonymous-block-level ee96abda2dca0129b1867cf2893add829ab6b12f `Boris Zbarsky`<mailto:bzbarsky@mit.edu>,`Mozilla Corporation`<http://mozilla.com/>
|
|
block-in-inline-insert-012 reference/block-in-inline-insert-012-nosplit-ref,reference/block-in-inline-insert-012-ref blocks inside inlines – insert-into-split-inline-12 dom http://www.w3.org/TR/CSS21/visuren.html#anonymous-block-level 464dea933f3493a78358a8da121c2736106e8bce `Boris Zbarsky`<mailto:bzbarsky@mit.edu>,`Mozilla Corporation`<http://mozilla.com/>
|
|
block-in-inline-insert-013 reference/block-in-inline-insert-013-nosplit-ref,reference/block-in-inline-insert-013-ref blocks inside inlines – insert-into-split-inline-13 dom http://www.w3.org/TR/CSS21/visuren.html#anonymous-block-level 26273be32a27a8d9637dcb4615dda8e22a79eee7 `Boris Zbarsky`<mailto:bzbarsky@mit.edu>,`Mozilla Corporation`<http://mozilla.com/>
|
|
block-in-inline-insert-014 reference/block-in-inline-insert-014-nosplit-ref,reference/block-in-inline-insert-014-ref blocks inside inlines – insert-into-split-inline-14 dom http://www.w3.org/TR/CSS21/visuren.html#anonymous-block-level 38f9ee363de9cff55116b45fd85ba9f714e781cf `Boris Zbarsky`<mailto:bzbarsky@mit.edu>,`Mozilla Corporation`<http://mozilla.com/>
|
|
block-in-inline-insert-015 reference/block-in-inline-insert-015-nosplit-ref,reference/block-in-inline-insert-015-ref blocks inside inlines – insert-into-split-inline-15 dom http://www.w3.org/TR/CSS21/visuren.html#anonymous-block-level f13b420fa4cb8e92895c0231f2abadd4e06d27da `Boris Zbarsky`<mailto:bzbarsky@mit.edu>,`Mozilla Corporation`<http://mozilla.com/>
|
|
block-in-inline-insert-016a reference/block-in-inline-insert-016-nosplit-ref,reference/block-in-inline-insert-016-ref blocks inside inlines – insert-into-split-inline-16a dom http://www.w3.org/TR/CSS21/visuren.html#anonymous-block-level edb449c34be35e25a2b51e5e301ae95cf39b490a `Boris Zbarsky`<mailto:bzbarsky@mit.edu>,`Mozilla Corporation`<http://mozilla.com/>
|
|
block-in-inline-insert-016b reference/block-in-inline-insert-016-ref,reference/block-in-inline-insert-016-nosplit-ref blocks inside inlines – insert-into-split-inline-16b dom http://www.w3.org/TR/CSS21/visuren.html#anonymous-block-level df7b8dd101a7cd24f74b235c801bb32194f6d368 `Boris Zbarsky`<mailto:bzbarsky@mit.edu>,`Mozilla Corporation`<http://mozilla.com/>
|
|
block-in-inline-insert-017 reference/block-in-inline-insert-017-ref blocks inside inlines – trailing-inline-with-continuations-1 dom http://www.w3.org/TR/CSS21/visuren.html#anonymous-block-level 87db971e1083e46c916c4608b53af192b66dead6 `Boris Zbarsky`<mailto:bzbarsky@mit.edu>,`Mozilla Corporation`<http://mozilla.com/>
|
|
block-in-inline-margins-001a reference/block-in-inline-margins-001-ref blocks inside inlines – ignored-margins-1a http://www.w3.org/TR/CSS21/visuren.html#anonymous-block-level b290b759929e2394f7c72f1b9b4c53eecef69c0b `Boris Zbarsky`<mailto:bzbarsky@mit.edu>,`Mozilla Corporation`<http://mozilla.com/>
|
|
block-in-inline-margins-001b reference/block-in-inline-margins-001-ref blocks inside inlines – ignored-margins-1b http://www.w3.org/TR/CSS21/visuren.html#anonymous-block-level 83f3bbcefd1c25c6c0f38b40183bea31a36575fa `Boris Zbarsky`<mailto:bzbarsky@mit.edu>,`Mozilla Corporation`<http://mozilla.com/>
|
|
block-in-inline-margins-002a reference/block-in-inline-margins-002-ref blocks inside inlines – ignored-margins-2a http://www.w3.org/TR/CSS21/visuren.html#anonymous-block-level 35b1948cc63fa45802a454af7ec6633e361d77a1 `Boris Zbarsky`<mailto:bzbarsky@mit.edu>,`Mozilla Corporation`<http://mozilla.com/>
|
|
block-in-inline-margins-002b reference/block-in-inline-margins-002-ref blocks inside inlines – ignored-margins-2b http://www.w3.org/TR/CSS21/visuren.html#anonymous-block-level 3e4980b4057999591501b5f635c3f1bab994e2d3 `Boris Zbarsky`<mailto:bzbarsky@mit.edu>,`Mozilla Corporation`<http://mozilla.com/>
|
|
block-in-inline-nested-001 reference/block-in-inline-nested-001-ref blocks inside inlines – split-inner-inline-1 http://www.w3.org/TR/CSS21/visuren.html#anonymous-block-level 98a8d0108f46b9c6b593b17ddc2d04f0d2113714 `Boris Zbarsky`<mailto:bzbarsky@mit.edu>,`Mozilla Corporation`<http://mozilla.com/>
|
|
block-in-inline-nested-002 reference/block-in-inline-nested-002-ref blocks inside inlines – split-inner-inline-2 http://www.w3.org/TR/CSS21/visuren.html#anonymous-block-level 71ae033930669451987cfeb94dace9510d69b121 `Boris Zbarsky`<mailto:bzbarsky@mit.edu>,`Mozilla Corporation`<http://mozilla.com/>
|
|
block-in-inline-percents-001 reference/block-in-inline-percents-001-ref blocks inside inlines – percent-height-1 http://www.w3.org/TR/CSS21/visuren.html#anonymous-block-level ae5d42d009e48e7a689b83b6a274fe20abcee2a3 `Boris Zbarsky`<mailto:bzbarsky@mit.edu>,`Mozilla Corporation`<http://mozilla.com/>
|
|
block-in-inline-relpos-001 reference/block-in-inline-relpos-001-ref Relative-positioning Inline Containing Block ahem http://www.w3.org/TR/CSS21/visuren.html#anonymous-block-level b84c0c4d40c89f3d2fdb8d2a7bc3f009968c6352 `Elika J. Etemad`<http://fantasai.inkedblade.net/contact> When such an inline box is affected by relative positioning, the relative positioning also affects the block-level box contained in the inline box.
|
|
block-in-inline-relpos-002 reference/block-in-inline-relpos-001-ref Relative-positioning Inline Containing Blocks and Floats ahem http://www.w3.org/TR/CSS21/visuren.html#anonymous-block-level 1d1cf601f934c4ac1c6dcbd206cc37d44d5ee3b0 `Elika J. Etemad`<http://fantasai.inkedblade.net/contact> When such an inline box is affected by relative positioning, the relative positioning also affects the block-level box contained in the inline box.
|
|
block-in-inline-remove-000 reference/block-in-inline-remove-000-ref blocks inside inlines – remove-split-inline-1 dom http://www.w3.org/TR/CSS21/visuren.html#anonymous-block-level 5140e2d1b73893cc9dbff4eda4f98e78c9a373e4 `Boris Zbarsky`<mailto:bzbarsky@mit.edu>,`Mozilla Corporation`<http://mozilla.com/>
|
|
block-in-inline-remove-001 reference/block-in-inline-remove-001-nosplit-ref,reference/block-in-inline-remove-001-ref blocks inside inlines – remove-from-split-inline-1 dom http://www.w3.org/TR/CSS21/visuren.html#anonymous-block-level 997df1d85d6d6460c3f3be6bf567e817ca9985f2 `Boris Zbarsky`<mailto:bzbarsky@mit.edu>,`Mozilla Corporation`<http://mozilla.com/>
|
|
block-in-inline-remove-002 reference/block-in-inline-remove-002-ref blocks inside inlines – remove-from-split-inline-2 dom http://www.w3.org/TR/CSS21/visuren.html#anonymous-block-level 6ffb498b7c106f92e62524a87cea3c85c9e52a0d `Boris Zbarsky`<mailto:bzbarsky@mit.edu>,`Mozilla Corporation`<http://mozilla.com/>
|
|
block-in-inline-remove-003 reference/block-in-inline-remove-003-nosplit-ref,reference/block-in-inline-remove-003-ref blocks inside inlines – remove-from-split-inline-3 dom http://www.w3.org/TR/CSS21/visuren.html#anonymous-block-level 47246a86cd827a45a5d3e16cfc06bfbea50817c8 `Boris Zbarsky`<mailto:bzbarsky@mit.edu>,`Mozilla Corporation`<http://mozilla.com/>
|
|
block-in-inline-remove-004 reference/block-in-inline-remove-004-nosplit-ref,reference/block-in-inline-remove-004-ref blocks inside inlines – remove-from-split-inline-4 dom http://www.w3.org/TR/CSS21/visuren.html#anonymous-block-level 07402b06b3b1c0c4efbad35904edcc85a0eb9f05 `Boris Zbarsky`<mailto:bzbarsky@mit.edu>,`Mozilla Corporation`<http://mozilla.com/>
|
|
block-in-inline-remove-005 reference/block-in-inline-remove-005-nosplit-ref,reference/block-in-inline-remove-005-ref blocks inside inlines – remove-from-split-inline-5 dom http://www.w3.org/TR/CSS21/visuren.html#anonymous-block-level 424306b8f57c933a49203230be06ccf4ae16f6d0 `Boris Zbarsky`<mailto:bzbarsky@mit.edu>,`Mozilla Corporation`<http://mozilla.com/>
|
|
block-in-inline-remove-006 reference/block-in-inline-remove-006-nosplit-ref,reference/block-in-inline-remove-006-ref blocks inside inlines – remove-from-split-inline-6 dom http://www.w3.org/TR/CSS21/visuren.html#anonymous-block-level 54538d5f1072d73b590b10cfe09be28ffac04b04 `Boris Zbarsky`<mailto:bzbarsky@mit.edu>,`Mozilla Corporation`<http://mozilla.com/>
|
|
block-in-inline-whitespace-001a reference/block-in-inline-whitespace-001-ref blocks inside inlines – whitespace-present-1a http://www.w3.org/TR/CSS21/visuren.html#anonymous-block-level 06fe0a26c01423d57da51c2e8d4708ca1a922f26 `Boris Zbarsky`<mailto:bzbarsky@mit.edu>,`Mozilla Corporation`<http://mozilla.com/>
|
|
block-in-inline-whitespace-001b reference/block-in-inline-whitespace-001-ref blocks inside inlines – whitespace-present-1b dom http://www.w3.org/TR/CSS21/visuren.html#anonymous-block-level e3f17dd6a38ac55cc85cde6957e1bcfc79ab0f5c `Boris Zbarsky`<mailto:bzbarsky@mit.edu>,`Mozilla Corporation`<http://mozilla.com/>
|
|
block-non-replaced-height-001 reference/block-non-replaced-height-001-ref Block-level non-replaced elements in normal flow when 'overflow' computes to 'visible' and margins top and bottom are 'auto' http://www.w3.org/TR/CSS21/visudet.html#normal-block 1532146664949d3dda3887970e87661d2a9123cb `Microsoft`<http://www.microsoft.com/> The margin top and bottom used values are '0' for block-level non-replaced elements in normal flow when 'overflow' computes to 'visible' and margin top and bottom both are 'auto'.
|
|
block-non-replaced-height-002 Block-level non-replaced elements in normal flow when 'overflow' does not compute to 'visible' http://www.w3.org/TR/CSS21/visudet.html#normal-block 16589cb256127a3015b2df5039b6b1dee506198c `Microsoft`<http://www.microsoft.com/> The margin top and bottom used values are '0' for block-level non-replaced elements in normal flow when 'overflow' does not compute to 'visible' and margin top and bottom both are 'auto'.
|
|
block-non-replaced-height-003 Block-level non-replaced elements in normal flow when 'overflow' computes to 'visible' and 'height' is 'auto' http://www.w3.org/TR/CSS21/visudet.html#normal-block d5ee0a8b122121af35a69d6834dc07aca20e2bde `Microsoft`<http://www.microsoft.com/> The 'height' is the 'height' of the child block box when a block-level non-replaced element is in normal flow and 'overflow' computes to 'visible'.
|
|
block-non-replaced-height-004 Block-level non-replaced elements in normal flow when 'overflow' does not compute to 'visible' and 'height' is 'auto' http://www.w3.org/TR/CSS21/visudet.html#normal-block 4769996ad1cccf493b3cb4279fda402b87698b5a `Microsoft`<http://www.microsoft.com/> The 'height' is the 'height' of the child block box when a block-level non-replaced element is in normal flow and 'overflow' does not compute to 'visible'.
|
|
block-non-replaced-height-005 reference/block-non-replaced-height-005-ref Block-level non-replaced elements in normal flow when 'overflow' computes to 'visible' and 'height' is 'auto' adjust based on the line box height ahem http://www.w3.org/TR/CSS21/visudet.html#normal-block 26d64de48302b403b310db112e0960287a3147b0 `Microsoft`<http://www.microsoft.com/> The 'height' is the distance from the topmost to the bottommost line box when a block-level non-replaced element is in normal flow and 'overflow' computes to 'visible'.
|
|
block-non-replaced-height-006 Block-level non-replaced elements in normal flow when 'overflow' does not compute to 'visible' and 'height' is 'auto' adjust based on the line box height ahem http://www.w3.org/TR/CSS21/visudet.html#normal-block b977b67f3fb72477682f2288959b6a0af7987b3a `Microsoft`<http://www.microsoft.com/> The 'height' is the distance from the topmost to the bottommost line box when a block-level non-replaced element is in normal flow and 'overflow' does not compute to 'visible'.
|
|
block-non-replaced-height-007 Height determination for block-level non-replaced elements in normal flow when 'overflow' computes to 'visible' and elements' margins collapse http://www.w3.org/TR/CSS21/visudet.html#normal-block 2e261812b232830c4f25d39659891d932b9a35cb `Microsoft`<http://www.microsoft.com/> The 'height' is the distance between the top border edge of the top most block-level child box that doesn't have margins collapsed through it, and the bottom border edge of the bottommost block-level child that doesn't have margins collapsed through it. When a block-level non-replaced element is in normal flow, 'overflow' computes to 'visible' and the 'height' is 'auto'.
|
|
block-non-replaced-height-008 Height determination for block-level non-replaced elements in normal flow when 'overflow' does not compute to 'visible' and elements' margins collapse http://www.w3.org/TR/CSS21/visudet.html#normal-block ff6f52bbbeff784f36912d1a6c712384dc68eae6 `Microsoft`<http://www.microsoft.com/> The 'height' is the distance between the top border edge of the top most block-level child box that doesn't have margins collapsed, and the bottom border edge of the bottommost block-level child that doesn't have margins collapsed. When a block-level non-replaced element is in normal flow, 'overflow' does not compute to 'visible' but has been propagated to the viewport and the 'height' is 'auto'.
|
|
block-non-replaced-height-009 Height determination for block-level non-replaced elements in normal flow when 'overflow' computes to 'visible' and elements' margins do not collapse http://www.w3.org/TR/CSS21/visudet.html#normal-block cae0671d38e1022196def152b69b32516d3997e8 `Microsoft`<http://www.microsoft.com/> When a block-level non-replaced element is in normal flow, 'overflow' computes to 'visible', the 'height' is 'auto' and top and bottom margins do not collapse. The 'height' is the distance from the top of the topmost margin edge of the content to the bottom edge of the bottom (possibly collapsed) margin of its last in-flow child, if the child's bottom margin does not collapse with the element's bottom margin.
|
|
block-non-replaced-height-010 Height determination for block-level non-replaced elements in normal flow when 'overflow' does not compute to 'visible' and elements' margins do not collapse http://www.w3.org/TR/CSS21/visudet.html#normal-block a0ff47749e890cce653e1fd03884b0576c3b994d `Microsoft`<http://www.microsoft.com/> When a block-level non-replaced element is in normal flow, 'overflow' does not compute to 'visible', the 'height' is 'auto' and top and bottom margins do not collapse. The 'height' is the sized from the top of the topmost margin edge of the content to the bottom of the bottom most margin edge of the content.
|
|
block-non-replaced-height-011 reference/ref-if-there-is-no-red Floated children are ignored for 'height' on block-level non-replaced elements in normal flow when 'overflow' computes to 'visible' http://www.w3.org/TR/CSS21/visudet.html#normal-block c4bd69fe196ca462cd4a6c9715042b10d770386c `Microsoft`<http://www.microsoft.com/> A floated child element is not considered when sizing the 'height' of a block-level non-replaced element is in normal flow.
|
|
block-non-replaced-height-012 Floated children are ignored for 'height' on block-level non-replaced elements in normal flow when 'overflow' does not computes to 'visible' http://www.w3.org/TR/CSS21/visudet.html#normal-block 1f77aa99c081fb25fe5959e731caa0b7d3b44a79 `Microsoft`<http://www.microsoft.com/> A floated child element is not considered when sizing the 'height' of a block-level non-replaced element is in normal flow.
|
|
block-non-replaced-height-013 reference/ref-if-there-is-no-red An absolutely positioned child elements' 'height' is ignored for block-level non-replaced elements in normal flow when 'overflow' computes to 'visible' http://www.w3.org/TR/CSS21/visudet.html#normal-block 01874527b53ed02d9fdb3c040002704b2dbfbb2d `Microsoft`<http://www.microsoft.com/> An absolutely positioned child element is not considered when sizing the 'height' of a block-level non-replaced element is in normal flow.
|
|
block-non-replaced-height-014 An absolutely positioned child elements' 'height' is ignored for block-level non-replaced elements in normal flow when 'overflow' does not compute to 'visible' http://www.w3.org/TR/CSS21/visudet.html#normal-block 09bb1dbeb2eb24628c6f79ef8a96adf2f46ad8f8 `Microsoft`<http://www.microsoft.com/> An absolutely positioned child element is not considered when sizing the 'height' of a block-level non-replaced element is in normal flow.
|
|
block-non-replaced-height-015 A relative positioned child elements' offset is ignored for 'height' on a block-level non-replaced elements in normal flow when 'overflow' computes to 'visible' http://www.w3.org/TR/CSS21/visudet.html#normal-block 3b0285436eb6363c0b1c50af07da9888426849a4 `Microsoft`<http://www.microsoft.com/> A relative positioned child elements' offset is not considered when sizing the 'height' of a block-level non-replaced element is in normal flow.
|
|
block-non-replaced-height-016 A relative positioned child elements' offset is ignored for 'height' on a block-level non-replaced elements in normal flow when 'overflow' does not compute to 'visible' http://www.w3.org/TR/CSS21/visudet.html#normal-block 94a94e11b2987d4b68dcff9e23dec05619f345c8 `Microsoft`<http://www.microsoft.com/> A relative positioned child elements' offset is not considered when sizing the 'height' of a block-level non-replaced element is in normal flow.
|
|
block-non-replaced-width-001 reference/block-non-replaced-width-001-ref Solving for width of block-level non-replaced elements in normal flow http://www.w3.org/TR/CSS21/visudet.html#blockwidth 66a070266cecad570de09580b8ce748fa0436fe1 `Microsoft`<http://www.microsoft.com/> The equation; 'margin-left' + 'border-left-width' + 'padding-left' + 'width' + 'padding-right' + 'border-right-width' + 'margin-right' is equal the width of containing block.
|
|
block-non-replaced-width-002 Solving for width of block-level non-replaced elements in normal flow when 'width' is 'auto' http://www.w3.org/TR/CSS21/visudet.html#blockwidth fabdb6397d85e16b2f64299a8a59043d7d4f85cc `Microsoft`<http://www.microsoft.com/> When width is auto and the combination of border widths, padding widths, scrollbar widths, width, and non 'auto' margin widths are larger than the width of the containing block, the margin widths are treated as 0.
|
|
block-non-replaced-width-003 reference/block-non-replaced-width-001-ref Solving over-constrained situation for block-level non-replaced elements in normal flow and direction is left-to-right http://www.w3.org/TR/CSS21/visudet.html#blockwidth 5585903ada88f4a1cdb55f50d244f1629b69d043 `Microsoft`<http://www.microsoft.com/> When direction is left-to-right, the specified value of 'margin-right' is ignored in an over-constrained situation and the 'margin-right' value is calculated so as to make the equality true.
|
|
block-non-replaced-width-004 reference/block-non-replaced-width-004-ref Solving over-constrained situation for block-level non-replaced elements in normal flow and direction is right-to-left http://www.w3.org/TR/CSS21/visudet.html#blockwidth f06c6c108ceaf2ff4ea01207e5f560436e4960b3 `Microsoft`<http://www.microsoft.com/> When direction is right-to-left, the specified value of 'margin-left' is ignored in an over-constrained situation and the 'margin-left' value is calculated so as to make the equality true.
|
|
block-non-replaced-width-005 reference/block-non-replaced-width-005-ref Solving width for block-level non-replaced elements in normal flow with single 'auto' value http://www.w3.org/TR/CSS21/visudet.html#blockwidth 620a9162bfb6dc58bc31dabc004fc45077ff9536 `Microsoft`<http://www.microsoft.com/> If 'width' is set to 'auto' and no other 'auto' values are set, then the 'width' is the width of the containing block.
|
|
block-non-replaced-width-006 reference/block-non-replaced-width-005-ref Solving width for block-level non-replaced elements in normal flow with multiple properties with 'auto' values http://www.w3.org/TR/CSS21/visudet.html#blockwidth 4933e1bd8d53cf2bb47ca573353c363973bc8724 `Microsoft`<http://www.microsoft.com/> If 'width' is set to 'auto', any other 'auto' values become '0' and the 'width' is computed based on remaining space which includes any negative width.
|
|
block-non-replaced-width-007 reference/block-non-replaced-width-007-ref Box centering with 'margin-left' and 'margin-right' set to auto ahem http://www.w3.org/TR/CSS21/visudet.html#blockwidth 936f229b0b57298318e0feeec236923a8349eaa3 `Microsoft`<http://www.microsoft.com/> When 'margin-left' and 'margin-right' are set to 'auto' and the element has a 'width', then the box will be centered within the edges of its containing block.
|
|
block-non-replaced-width-008 Solving 'width: auto' of a block-level non-replaced element in normal flow with one other property set to an 'auto' value http://www.w3.org/TR/CSS21/visudet.html#blockwidth fdae36e7a0692d188653cb7adcc97622296cece0 `Gérard Talbot`<http://www.gtalbot.org/BrowserBugsSection/css21testsuite/> If 'width' is set to 'auto', any other 'auto' values become '0' and the determination of 'width' proceeds from the following equality: 'margin-left' + 'border-left-width' + 'padding-left' + 'width' + 'padding-right' + 'border-right-width' + 'margin-right' = width of containing block
|
|
block-replaced-height-001 reference/block-replaced-height-001-ref Block replaced elements with 'margin-top' and 'margin-bottom' as 'auto' image http://www.w3.org/TR/CSS21/visudet.html#inline-replaced-height e83d0c0648b82983a7886ead5591ac10709946fc `Microsoft`<http://www.microsoft.com/> A block replaced elements' used value of 'margin-top' and/or 'margin-bottom' set to 'auto' is '0'.
|
|
block-replaced-height-002 reference/block-replaced-height-002-ref Block replaced elements relying on intrinsic height dimensions image http://www.w3.org/TR/CSS21/visudet.html#inline-replaced-height 78242b8656d19545fedf320cadc56b4758efcc1e `Microsoft`<http://www.microsoft.com/> The 'height' is the intrinsic height when an block replaced element with and intrinsic height has a 'height' and 'width' computed as 'auto'.
|
|
block-replaced-height-003 Block replaced elements with intrinsic ratios and 'height' set to 'auto' image http://www.w3.org/TR/CSS21/visudet.html#inline-replaced-height 17c8723990be1051618e0a5159458891d224056e `Microsoft`<http://www.microsoft.com/> The 'height' is the used width divided by the ratio when an block replaced element has an intrinsic ratio, 'height' is set to 'auto' and 'width' is specified.
|
|
block-replaced-height-004 reference/block-replaced-height-004-ref Block replaced elements without intrinsic ratios and 'height' set to 'auto' http://www.w3.org/TR/CSS21/visudet.html#inline-replaced-height 39e5786555504b28b30738e2197ec7411e4bf419 `Microsoft`<http://www.microsoft.com/> For block replaced elements the 'height' is set to the largest rectangle that has a 2:1 ratio that is not greater than 150px and has a 'width' not greater than the device width.
|
|
block-replaced-height-005 reference/block-replaced-height-005-ref Block replaced elements with percentage based intrinsic height http://www.w3.org/TR/CSS21/visudet.html#inline-replaced-height 4b817946070a5ab513007e67f51df53f6b3b992f `Microsoft`<http://www.microsoft.com/> A block replaced elements with a percentage intrinsic height resolves based on the containing block height when percentage is explicitly specified.
|
|
block-replaced-height-006 reference/block-replaced-height-006-ref Absolutely positioned block replaced elements with percentage based intrinsic height nonHTML,svg http://www.w3.org/TR/CSS21/visudet.html#inline-replaced-height ac4cb189d4aae17fbdb424f96fc43485f89f9ac8 `Microsoft`<http://www.microsoft.com/> A block replaced element with percentage intrinsic height resolves based on the containing block when the replaced element is absolutely positioned.
|
|
block-replaced-height-007 reference/block-replaced-height-004-ref Block replaced elements with percentage based intrinsic height that cannot be resolved http://www.w3.org/TR/CSS21/visudet.html#inline-replaced-height ee8ec4637c0c76de0db380d8eab8bcf0b03b56ae `Microsoft`<http://www.microsoft.com/> A block replaced elements with a percentage height that cannot be resolved has no intrinsic height.
|
|
block-replaced-width-001 Block replaced elements and 'auto' specified for 'margin-left', 'margin-right' and intrinsic width ahem,image http://www.w3.org/TR/CSS21/visudet.html#block-replaced-width ddd4702e5cfba9faa4fa1ce6a03320fba5eb829e `Microsoft`<http://www.microsoft.com/> Computed value of 'auto' for 'margin-left' or margin-right' on block replaced elements becomes a used value of '0'. The intrinsic width is also used if 'height' and 'width' are 'auto'.
|
|
block-replaced-width-002 reference/block-replaced-width-002-ref Block replaced elements and 'auto' specified for 'margin-left', 'margin-right' and intrinsic height nonHTML,svg http://www.w3.org/TR/CSS21/visudet.html#block-replaced-width b3d8df73156ad321b72c4102752eb45ada7abc13 `Microsoft`<http://www.microsoft.com/> Computed value of 'auto' for 'margin-left' or margin-right' on block replaced elements becomes a used value of '0' if 'width' is set to 'auto'. Then 'width' follows from the resulting equality.
|
|
block-replaced-width-003 Block replaced elements and 'auto' specified for 'margin-left', 'margin-right' and 'height' nonHTML,svg http://www.w3.org/TR/CSS21/visudet.html#block-replaced-width d286f54ab19a2a9c0e5744ee0db5ba3be7aa8fd1 `Microsoft`<http://www.microsoft.com/> Computed value of 'auto' for 'margin-left' or margin-right' on block replaced elements becomes a used value of '0'. The 'width' is (used height) * (intrinsic ratio) if there is no intrinsic width but there is intrinsic height and ratio.
|
|
block-replaced-width-004 Block replaced elements and 'auto' specified for 'margin-left', 'margin-right' and no intrinsic height or width nonHTML,svg http://www.w3.org/TR/CSS21/visudet.html#block-replaced-width 9d98220af48ccba399cbbe62b4a0e9fadfaf315d `Microsoft`<http://www.microsoft.com/> Computed value of 'auto' for 'margin-left' or margin-right' on block replaced elements becomes a used value of '0'. The height and width are adjusted by the constraints for block-level, non-replaced elements.
|
|
block-replaced-width-006 reference/block-replaced-width-006-ref Block replaced elements and 'auto' specified for 'margin-left', 'margin-right' and percentage intrinsic width ahem,image http://www.w3.org/TR/CSS21/visudet.html#block-replaced-width b79cd281f175a34dd4316a4684a2bc771159c952 `Microsoft`<http://www.microsoft.com/> Percentage intrinsic widths are evaluated against the containing block's width.
|
|
blocks-001 Parsing nested blocks and strings in style blocks invalid http://www.w3.org/TR/CSS21/syndata.html#block 885a498fba496af9060d91272bb3c3f145b61958 `Microsoft`<http://www.microsoft.com/> Blocks and strings are parsed with matching terminating pairs.
|
|
blocks-002 Empty declaration block http://www.w3.org/TR/CSS21/syndata.html#block c054e715760de9007a6e1732a460f62884b3a454 `Microsoft`<http://www.microsoft.com/> Declaration blocks that are empty have no effect on later declarations.
|
|
blocks-003 Rule blocks and white space http://www.w3.org/TR/CSS21/syndata.html#parsing-errors eba3e593ef35216783a630ed9fdf7de9c70de5e8 `Microsoft`<http://www.microsoft.com/> White space around rule blocks do not affect the validity of the rule block.
|
|
blocks-004 Parsing square bracket blocks invalid http://www.w3.org/TR/CSS21/syndata.html#block ca4e575375f6e9c366cb67fc8ea3c381ad4f80e8 `Microsoft`<http://www.microsoft.com/> Blocks and strings are parsed with matching terminating pairs of square brackets.
|
|
blocks-005 Parsing curly bracket blocks invalid http://www.w3.org/TR/CSS21/syndata.html#block e4c2d50811834f7ad2f164c5fcd80a85dbd6c3f6 `Microsoft`<http://www.microsoft.com/> Blocks and strings are parsed with matching terminating pairs of curly brackets.
|
|
blocks-006 Parsing parentheses blocks invalid http://www.w3.org/TR/CSS21/syndata.html#block 486fa56a63da23d92aa4213d5a424c5f428e361a `Microsoft`<http://www.microsoft.com/> Blocks and strings are parsed with matching terminating pairs of parentheses.
|
|
blocks-011 reference/blocks-011-ref CSS Block Box Model: overconstrained horizontal box model and minimum widths http://www.w3.org/TR/CSS21/visudet.html#the-width-property 5b9eb53bb6a506cc79ba741ec6d4b79468d1cd04 `Ian Hickson`<mailto:ian@hixie.ch>
|
|
blocks-012 reference/blocks-011-ref CSS Block Box Model: overconstrained horizontal box model and minimum widths http://www.w3.org/TR/CSS21/visudet.html#the-width-property 3fe1137e84aad2faa70808cbf291358adc16f239 `Ian Hickson`<mailto:ian@hixie.ch>
|
|
blocks-013 reference/blocks-013-ref CSS Block Box Model: overconstrained horizontal box model and minimum widths http://www.w3.org/TR/CSS21/visudet.html#the-width-property 4744850ff620c53e30911078b11a5afb9e9b078f `Ian Hickson`<mailto:ian@hixie.ch>
|
|
blocks-014 reference/blocks-014-ref CSS Block Box Model: sane horizontal box model and minimum widths http://www.w3.org/TR/CSS21/visudet.html#the-width-property e0df16702858b1fe55275f0f479229d68d7821ac `Ian Hickson`<mailto:ian@hixie.ch>
|
|
blocks-015 reference/blocks-014-ref CSS Block Box Model: sane horizontal box model and minimum widths http://www.w3.org/TR/CSS21/visudet.html#the-width-property 7c563da8b523a5dd87b8649ca119fcbf0d3402cc `Ian Hickson`<mailto:ian@hixie.ch>
|
|
blocks-016 reference/blocks-013-ref CSS Block Box Model: sane horizontal box model and minimum widths http://www.w3.org/TR/CSS21/visudet.html#the-width-property 4e376d3305aa75ca6d1a0ef6603f485e62e5967f `Ian Hickson`<mailto:ian@hixie.ch>
|
|
blocks-017 reference/table-margin-004-ref CSS Blocks: Margin Collapsing ahem http://www.w3.org/TR/CSS21/box.html#collapsing-margins 27263e5687f9a82f43a9d41d2ba0e92259b9add6 `Ian Hickson`<mailto:ian@hixie.ch>
|
|
blocks-018 reference/blocks-018-ref CSS Blocks: Effect of Bottom Padding on Inline Layout http://www.w3.org/TR/CSS21/box.html#padding-properties 984a81cd61669023736f8ff8e9f8aa68ca6708cb `Ian Hickson`<mailto:ian@hixie.ch> Bottom padding on inline elements has no effect on layout.
|
|
blocks-019 reference/blocks-019-ref CSS Blocks: Effect of Top Padding on Inline Layout http://www.w3.org/TR/CSS21/box.html#padding-properties c6830229049819b9fb102a21d9add4c538fdbef4 `Ian Hickson`<mailto:ian@hixie.ch> Top padding on inline elements has no effect on layout.
|
|
blocks-020 reference/blocks-020-ref CSS Block Box Model: block widths with position:relative ahem http://www.w3.org/TR/CSS21/visudet.html#the-width-property c159dab8f0ddcfef3428b9f5b05b32d6077c750c `Ian Hickson`<mailto:ian@hixie.ch>
|
|
blocks-021 reference/blocks-020-ref CSS Block Box Model: block widths with position:absolute ahem http://www.w3.org/TR/CSS21/visudet.html#the-width-property 5ee5f298a874b2eb0e57fba01c4ec6ce20f4f433 `Ian Hickson`<mailto:ian@hixie.ch>
|
|
blocks-022 reference/blocks-020-ref CSS Block Box Model: block widths with position:static ahem http://www.w3.org/TR/CSS21/visudet.html#the-width-property 67d10301f9096f963532673a64adad92a2f50be3 `Ian Hickson`<mailto:ian@hixie.ch>
|
|
blocks-025 reference/blocks-025-ref Percentage Dimensions in Shrink Wrap Blocks http://www.w3.org/TR/CSS21/visudet.html#the-width-property 8851040f056057977d4bf96876752d5343f14046 `Ian Hickson`<mailto:ian@hixie.ch>
|
|
blocks-026 reference/blocks-026-ref Percentage widths on INPUT elements with borders http://www.w3.org/TR/CSS21/visudet.html#the-width-property 7ec7c97ff04a46a7c466a8334e178cbdda00ffcc `Ian Hickson`<mailto:ian@hixie.ch>
|
|
blocks-027 CSS Block Box Model: overconstrained horizontal box model and minimum widths http://www.w3.org/TR/CSS21/visudet.html#blockwidth 7ac6a982c90aa67d67bfdb81688bbf6b94dd2f4a `Ian Hickson`<mailto:ian@hixie.ch>
|
|
blocks-028 CSS Block Box Model: overconstrained horizontal box model and minimum widths http://www.w3.org/TR/CSS21/visudet.html#blockwidth f53630e27b946691c12da497c35d9f0403c32e13 `Ian Hickson`<mailto:ian@hixie.ch>
|
|
blocks-and-strings-001 Parsing blocks and strings in style blocks invalid http://www.w3.org/TR/CSS21/syndata.html#block 04a55f81d8c5ec60e3efb3c94cda106c9ee8c085 `Microsoft`<http://www.microsoft.com/> Nested blocks and strings are parsed accordingly.
|
|
border-001 reference/border-001-ref Border set using border-width http://www.w3.org/TR/CSS21/box.html#propdef-border,http://www.w3.org/TR/CSS21/box.html#border-shorthand-properties,http://www.w3.org/TR/css3-background/#borders,http://www.w3.org/TR/css3-background/#the-border-shorthands 5e2f7893efb419341742e4e7bc415de22e538a5d `Microsoft`<http://www.microsoft.com/> The 'border' shorthand property properly accepts and sets border-width.
|
|
border-002 Border set using border-style http://www.w3.org/TR/CSS21/box.html#propdef-border,http://www.w3.org/TR/CSS21/box.html#border-shorthand-properties fca5e3f71cb3c8f987c11cf381976158eb6e2dd2 `Microsoft`<http://www.microsoft.com/> The 'border' shorthand property properly accepts and sets border-style.
|
|
border-003 reference/border-003-ref Border set using border-color http://www.w3.org/TR/CSS21/box.html#propdef-border,http://www.w3.org/TR/CSS21/box.html#border-shorthand-properties,http://www.w3.org/TR/css3-background/#borders,http://www.w3.org/TR/css3-background/#the-border-shorthands b90bcb0f5ede44c14b98d3b866006a78f2b730c2 `Microsoft`<http://www.microsoft.com/> The 'border' shorthand property properly accepts and sets border-color.
|
|
border-004 Border set using border-width border-style http://www.w3.org/TR/CSS21/box.html#propdef-border,http://www.w3.org/TR/CSS21/box.html#border-shorthand-properties 5be52e37f4cab75715c8cddb8b6483a51c2e1270 `Microsoft`<http://www.microsoft.com/> The 'border' shorthand property properly accepts and sets border-width and border-style.
|
|
border-005 reference/border-005-ref Border set using border-width border-color http://www.w3.org/TR/CSS21/box.html#propdef-border,http://www.w3.org/TR/CSS21/box.html#border-shorthand-properties,http://www.w3.org/TR/css3-background/#borders,http://www.w3.org/TR/css3-background/#the-border-shorthands 7c6141a8505ae19fb8d00b7f7bef5ac1597d7262 `Microsoft`<http://www.microsoft.com/> The 'border' shorthand property properly accepts and sets 'border-width' and 'border-color'.
|
|
border-006 reference/border-006-ref Border set using border-style border-width http://www.w3.org/TR/CSS21/box.html#propdef-border,http://www.w3.org/TR/CSS21/box.html#border-shorthand-properties,http://www.w3.org/TR/css3-background/#borders,http://www.w3.org/TR/css3-background/#the-border-shorthands e476a8a7592594a771985687d5185166f6169e49 `Microsoft`<http://www.microsoft.com/> The 'border' shorthand property properly accepts and sets 'border-style' and 'border-width'.
|
|
border-007 Border set using border-style border-color http://www.w3.org/TR/CSS21/box.html#propdef-border,http://www.w3.org/TR/CSS21/box.html#border-shorthand-properties df58140d1397163f12b4f87d0597a888d4a2243b `Microsoft`<http://www.microsoft.com/> The 'border' shorthand property properly accepts and sets 'border-style' and 'border-color'.
|
|
border-008 reference/border-005-ref Border set using border-color border-width http://www.w3.org/TR/CSS21/box.html#propdef-border,http://www.w3.org/TR/CSS21/box.html#border-shorthand-properties,http://www.w3.org/TR/css3-background/#borders,http://www.w3.org/TR/css3-background/#the-border-shorthands 57c27e54a74b1d875e9601f2f5cd16d426aacac0 `Microsoft`<http://www.microsoft.com/> The 'border' shorthand property properly accepts and sets 'border-color' and 'border-width'.
|
|
border-009 Border set using border-color border-style http://www.w3.org/TR/CSS21/box.html#propdef-border,http://www.w3.org/TR/CSS21/box.html#border-shorthand-properties c5502c0668dc22f4071891d2be14b9169257139b `Microsoft`<http://www.microsoft.com/> The 'border' shorthand property properly accepts and sets 'border-color' and 'border-style'.
|
|
border-010 Border set using border-width border-style border-color http://www.w3.org/TR/CSS21/box.html#propdef-border,http://www.w3.org/TR/CSS21/box.html#border-shorthand-properties 688304e41c5b1c0659a7dc1479563882bbdde4e4 `Microsoft`<http://www.microsoft.com/> The 'border' shorthand property properly accepts and sets 'border-width', 'border-style' and 'border-color'.
|
|
border-011 Border set using border-width border-color border-style http://www.w3.org/TR/CSS21/box.html#propdef-border,http://www.w3.org/TR/CSS21/box.html#border-shorthand-properties 9c778e916a319a82e03de91006d73b904f971cbf `Microsoft`<http://www.microsoft.com/> The 'border' shorthand property properly accepts and sets 'border-width', 'border-color' and 'border-style'.
|
|
border-012 Border set using border-style border-width border-color http://www.w3.org/TR/CSS21/box.html#propdef-border,http://www.w3.org/TR/CSS21/box.html#border-shorthand-properties 77654e8eb7d67b51d3fc067ea799f48797037cd9 `Microsoft`<http://www.microsoft.com/> The 'border' shorthand property properly accepts and sets 'border-style', 'border-width' and 'border-color'.
|
|
border-013 Border set using border-style border-color border-width http://www.w3.org/TR/CSS21/box.html#propdef-border,http://www.w3.org/TR/CSS21/box.html#border-shorthand-properties 6bb29117d2209aea7e6c9576523e155a48d67454 `Microsoft`<http://www.microsoft.com/> The 'border' shorthand property properly accepts and sets 'border-style', 'border-color' and 'border-width'.
|
|
border-014 Border set using border-color border-width border-style http://www.w3.org/TR/CSS21/box.html#propdef-border,http://www.w3.org/TR/CSS21/box.html#border-shorthand-properties 330fb165cf9510a47c4f43c0bb2b70d497cc391c `Microsoft`<http://www.microsoft.com/> The 'border' shorthand property properly accepts and sets 'border-color', 'border-width' and 'border-style'.
|
|
border-015 Border set using border-color border-style border-width http://www.w3.org/TR/CSS21/box.html#propdef-border,http://www.w3.org/TR/CSS21/box.html#border-shorthand-properties 7f0f2d508319e2787adff7e4bb8306bf4708ab7a `Microsoft`<http://www.microsoft.com/> The 'border' shorthand property properly accepts and sets 'border-color', 'border-style' and 'border-width'.
|
|
border-016 Border set to 'inherit', inheriting one value http://www.w3.org/TR/CSS21/box.html#propdef-border,http://www.w3.org/TR/CSS21/box.html#border-shorthand-properties 7f504da687f22dd2acc71f89b348442bbbc520cc `Microsoft`<http://www.microsoft.com/> The 'border' shorthand property properly accepts 'inherit' as a value and uses its parent's border setting.
|
|
border-017 Border set to 'inherit', inheriting two values http://www.w3.org/TR/CSS21/box.html#propdef-border,http://www.w3.org/TR/CSS21/box.html#border-shorthand-properties 10284a2b4a20f6dce46fd638dbd9221e4eb9a4ee `Microsoft`<http://www.microsoft.com/> The 'border' shorthand property properly accepts 'inherit' as a value and uses its parent's border setting.
|
|
border-018 Border set to 'inherit', inheriting three values http://www.w3.org/TR/CSS21/box.html#propdef-border,http://www.w3.org/TR/CSS21/box.html#border-shorthand-properties e2553dab96be835c79930af68f0f8f646ee5306d `Microsoft`<http://www.microsoft.com/> The 'border' shorthand property properly accepts 'inherit' as a value and uses its parent's border setting.
|
|
border-applies-to-001 reference/border-applies-to-001-ref Border applied to element with 'display' set to 'table-row-group' http://www.w3.org/TR/CSS21/box.html#propdef-border,http://www.w3.org/TR/CSS21/box.html#border-shorthand-properties c2f2f250a0877fb4b2207d78a58b19d722c5f4be `Microsoft`<http://www.microsoft.com/> The 'border' property applies to elements with a display of 'table-row-group'.
|
|
border-applies-to-002 reference/border-applies-to-001-ref Border applied to element with 'display' set to 'table-header-group' http://www.w3.org/TR/CSS21/box.html#propdef-border,http://www.w3.org/TR/CSS21/box.html#border-shorthand-properties 0a51ec421024346bdab90d649cadf9e370fdda21 `Microsoft`<http://www.microsoft.com/> The 'border' property applies to elements with a display of 'table-header-group'.
|
|
border-applies-to-003 reference/border-applies-to-001-ref Border applied to element with 'display' set to 'table-footer-group' http://www.w3.org/TR/CSS21/box.html#propdef-border,http://www.w3.org/TR/CSS21/box.html#border-shorthand-properties 6b9e0915a191d8f616a8764d43bc52fdf81e5935 `Microsoft`<http://www.microsoft.com/> The 'border' property applies to elements with a display of 'table-footer-group'.
|
|
border-applies-to-004 reference/border-applies-to-001-ref Border applied to element with 'display' set to 'table-row' http://www.w3.org/TR/CSS21/box.html#propdef-border,http://www.w3.org/TR/CSS21/box.html#border-shorthand-properties aa634add83306c5bfba914a879bcbdeaae8f938d `Microsoft`<http://www.microsoft.com/> The 'border' property applies to elements with a display of 'table-row'.
|
|
border-applies-to-005 reference/border-applies-to-001-ref Border applied to element with 'display' set to 'table-column-group' http://www.w3.org/TR/CSS21/box.html#propdef-border,http://www.w3.org/TR/CSS21/box.html#border-shorthand-properties 008388f0ad9da93585b2bee15829c7ee8b459e72 `Microsoft`<http://www.microsoft.com/> The 'border' property applies to elements with a display of 'table-column-group'.
|
|
border-applies-to-006 reference/border-applies-to-001-ref Border applied to element with 'display' set to 'table-column' http://www.w3.org/TR/CSS21/box.html#propdef-border,http://www.w3.org/TR/CSS21/box.html#border-shorthand-properties 4111266663056e79872864354b970254b54acdcb `Microsoft`<http://www.microsoft.com/> The 'border' property applies to elements with a display of 'table-column'.
|
|
border-applies-to-007 reference/border-applies-to-001-ref Border applied to element with 'display' set to 'table-cell' http://www.w3.org/TR/CSS21/box.html#propdef-border,http://www.w3.org/TR/CSS21/box.html#border-shorthand-properties 17cdc47e5e1da19c97b69f507ff979da06e74b34 `Microsoft`<http://www.microsoft.com/> The 'border' property applies to elements with a display of 'table-cell'.
|
|
border-applies-to-008 Border applied to element with 'display' set to inline http://www.w3.org/TR/CSS21/box.html#propdef-border,http://www.w3.org/TR/CSS21/box.html#border-shorthand-properties bec2e711ef7371935d920bf56497d59ade20b7f7 `Microsoft`<http://www.microsoft.com/> The 'border' property applies to elements with a display of inline.
|
|
border-applies-to-009 reference/border-applies-to-001-ref Border applied to element with 'display' set to block http://www.w3.org/TR/CSS21/box.html#propdef-border,http://www.w3.org/TR/CSS21/box.html#border-shorthand-properties 4d632d30edcb54edf3d2f5dfad255586ca8899a2 `Microsoft`<http://www.microsoft.com/> The 'border' property applies to elements with a display of block.
|
|
border-applies-to-010 Border applied to element with 'display' set to list-item http://www.w3.org/TR/CSS21/box.html#propdef-border,http://www.w3.org/TR/CSS21/box.html#border-shorthand-properties da1724cd232685b2a1264694199d610e10cdaca4 `Microsoft`<http://www.microsoft.com/> The 'border' property applies to elements with a display of list-item.
|
|
border-applies-to-011 Border applied to element with 'display' set to run-in http://www.w3.org/TR/CSS21/box.html#propdef-border,http://www.w3.org/TR/CSS21/box.html#border-shorthand-properties 883dacb159c0b8aba0fe0ff57b8c7e4ba0196d1a `Microsoft`<http://www.microsoft.com/> The 'border' property applies to elements with a display of run-in.
|
|
border-applies-to-012 reference/border-applies-to-001-ref Border applied to element with 'display' set to inline-block http://www.w3.org/TR/CSS21/box.html#propdef-border,http://www.w3.org/TR/CSS21/box.html#border-shorthand-properties 6d781e1db8608bafbab6732a3a5fdd5569b14cc7 `Microsoft`<http://www.microsoft.com/> The 'border' property applies to elements with a display of inline-block.
|
|
border-applies-to-013 reference/border-applies-to-001-ref Border applied to element with 'display' set to 'table' http://www.w3.org/TR/CSS21/box.html#propdef-border,http://www.w3.org/TR/CSS21/box.html#border-shorthand-properties 8dcc0aa986b130042f7f32c2d536736e18810581 `Microsoft`<http://www.microsoft.com/> The 'border' property applies to elements with a display of 'table'.
|
|
border-applies-to-014 reference/border-applies-to-001-ref Border applied to element with 'display' set to 'inline-table' http://www.w3.org/TR/CSS21/box.html#propdef-border,http://www.w3.org/TR/CSS21/box.html#border-shorthand-properties cba2543a1162c40644fd92d59bf40152d3496e90 `Microsoft`<http://www.microsoft.com/> The 'border' property applies to elements with a display of 'inline-table'.
|
|
border-applies-to-015 reference/border-applies-to-001-ref Border applied to element with 'display' set to 'table-caption' http://www.w3.org/TR/CSS21/box.html#propdef-border,http://www.w3.org/TR/CSS21/box.html#border-shorthand-properties 14d4ed86d289affd18924efb01004ff7dfc24511 `Microsoft`<http://www.microsoft.com/> The 'border' property applies to elements with a display of 'table-caption'.
|
|
border-bottom-001 reference/border-bottom-001-ref Border-bottom set to border-width http://www.w3.org/TR/CSS21/box.html#propdef-border-bottom,http://www.w3.org/TR/CSS21/box.html#border-shorthand-properties 244124d6bb07147b72ea0fdb8631a66ba8890bad `Microsoft`<http://www.microsoft.com/> The 'border-bottom' shorthand property sets 'border-width' for the bottom border.
|
|
border-bottom-002 Border-bottom set to border-style http://www.w3.org/TR/CSS21/box.html#propdef-border-bottom,http://www.w3.org/TR/CSS21/box.html#border-shorthand-properties b6c3e95e2654a988a458d88291655276ac0eca54 `Microsoft`<http://www.microsoft.com/> The 'border-bottom' shorthand property sets the 'border-style' for the bottom border.
|
|
border-bottom-003 Border-bottom set to border-color http://www.w3.org/TR/CSS21/box.html#propdef-border-bottom,http://www.w3.org/TR/CSS21/box.html#border-shorthand-properties 834dddd3c0a1750880b19524d3f07f4b7016e864 `Microsoft`<http://www.microsoft.com/> The 'border-bottom' shorthand property sets the 'border-color' for the bottom border.
|
|
border-bottom-004 Border-bottom set to border-width border-style http://www.w3.org/TR/CSS21/box.html#propdef-border-bottom,http://www.w3.org/TR/CSS21/box.html#border-shorthand-properties 8696a35fba44b3e9dfff68a585014a6837ce34ce `Microsoft`<http://www.microsoft.com/> The 'border-bottom' shorthand property sets the 'border-width' and 'border-style' for the bottom border.
|
|
border-bottom-005 reference/border-bottom-005-ref Border-bottom set to border-width border-color http://www.w3.org/TR/CSS21/box.html#propdef-border-bottom,http://www.w3.org/TR/CSS21/box.html#border-shorthand-properties b9eec696332fe3301b458ea265c80e7acfdf81bc `Microsoft`<http://www.microsoft.com/> The 'border-bottom' shorthand property sets the 'border-width' and 'border-color' for the bottom border.
|
|
border-bottom-006 reference/border-bottom-001-ref Border-bottom set to border-style border-width http://www.w3.org/TR/CSS21/box.html#propdef-border-bottom,http://www.w3.org/TR/CSS21/box.html#border-shorthand-properties 8ce37f3a6b00da981ac5ff33c01d1354e02c899c `Microsoft`<http://www.microsoft.com/> The 'border-bottom' shorthand property sets the 'border-style' and 'border-width' for the bottom border.
|
|
border-bottom-007 Border-bottom set to border-style border-color http://www.w3.org/TR/CSS21/box.html#propdef-border-bottom,http://www.w3.org/TR/CSS21/box.html#border-shorthand-properties a18832bdd691157c7acb612970a3ffc8dcfda656 `Microsoft`<http://www.microsoft.com/> The 'border-bottom' shorthand property sets the 'border-style' and 'border-color' for the bottom border.
|
|
border-bottom-008 reference/border-bottom-005-ref Border-bottom set to border-color border-width http://www.w3.org/TR/CSS21/box.html#propdef-border-bottom,http://www.w3.org/TR/CSS21/box.html#border-shorthand-properties ec8b34df86e3a0ac30ec5b7973dcb24a8e54ec0b `Microsoft`<http://www.microsoft.com/> The 'border-bottom' shorthand property sets the 'border-color' and 'border-width' for the bottom border.
|
|
border-bottom-009 Border-bottom set to border-color border-style http://www.w3.org/TR/CSS21/box.html#propdef-border-bottom,http://www.w3.org/TR/CSS21/box.html#border-shorthand-properties 2d145c168e627227f9349be537a559642508307e `Microsoft`<http://www.microsoft.com/> The 'border-bottom' shorthand property sets the 'border-color' and 'border-style' for the bottom border.
|
|
border-bottom-010 Border-bottom set to border-width border-style border-color http://www.w3.org/TR/CSS21/box.html#propdef-border-bottom,http://www.w3.org/TR/CSS21/box.html#border-shorthand-properties 4cf86f06003a4321c8664ee9255a76815c96661d `Microsoft`<http://www.microsoft.com/> The 'border-bottom' shorthand property sets the 'border-width', 'border-style' and 'border-color' for the bottom border.
|
|
border-bottom-011 Border-bottom set to border-width border-color border-style http://www.w3.org/TR/CSS21/box.html#propdef-border-bottom,http://www.w3.org/TR/CSS21/box.html#border-shorthand-properties 722919f0a476d02a179c370451d574a03697f482 `Microsoft`<http://www.microsoft.com/> The 'border-bottom' shorthand property sets the 'border-width', 'border-color' and 'border-style' for the bottom border.
|
|
border-bottom-012 Border-bottom set to border-style border-width border-color http://www.w3.org/TR/CSS21/box.html#propdef-border-bottom,http://www.w3.org/TR/CSS21/box.html#border-shorthand-properties 00da7d86bdb4945060b76a7c396be3cb5bdc1e51 `Microsoft`<http://www.microsoft.com/> The 'border-bottom' shorthand property sets the 'border-style', 'border-width' and 'border-color' for the bottom border.
|
|
border-bottom-013 Border-bottom set to border-style border-color border-width http://www.w3.org/TR/CSS21/box.html#propdef-border-bottom,http://www.w3.org/TR/CSS21/box.html#border-shorthand-properties 768af9ca12e0f5c72169b81551f6794b70d4f98d `Microsoft`<http://www.microsoft.com/> The 'border-bottom' shorthand property sets the 'border-style', 'border-color' and 'border-width' for the bottom border.
|
|
border-bottom-014 Border-bottom set to border-color border-width border-style http://www.w3.org/TR/CSS21/box.html#propdef-border-bottom,http://www.w3.org/TR/CSS21/box.html#border-shorthand-properties a26ec1af4c606af30952390b831dd743adbba99e `Microsoft`<http://www.microsoft.com/> The 'border-bottom' shorthand property sets the 'border-color', 'border-width' and 'border-style' for the bottom border.
|
|
border-bottom-015 Border-bottom set to border-color border-style border-width http://www.w3.org/TR/CSS21/box.html#propdef-border-bottom,http://www.w3.org/TR/CSS21/box.html#border-shorthand-properties 982d0e2f162dbb3f6efd8abe1ce616fd106e823f `Microsoft`<http://www.microsoft.com/> The 'border-bottom' shorthand property sets the 'border-color', 'border-style' and 'border-width' for the bottom border.
|
|
border-bottom-016 reference/border-bottom-016-ref Border-bottom set to inherit, inheriting a single value for a shorthand property http://www.w3.org/TR/CSS21/box.html#propdef-border-bottom,http://www.w3.org/TR/CSS21/box.html#border-shorthand-properties 9a143b79e8a7f6db0200151cd2cb9b2e17d05ca5 `Microsoft`<http://www.microsoft.com/> The 'border-bottom' shorthand property properly accepts 'inherit' as a value and uses its parent's border setting.
|
|
border-bottom-017 Border-bottom set to inherit, inheriting two values for a shorthand property http://www.w3.org/TR/CSS21/box.html#propdef-border-bottom,http://www.w3.org/TR/CSS21/box.html#border-shorthand-properties 6cde7580cc2d251c93dd6daf78e0ef6fbb1b12eb `Microsoft`<http://www.microsoft.com/> The 'border-bottom' shorthand property properly accepts 'inherit' as a value and uses its parent's border setting.
|
|
border-bottom-018 reference/border-bottom-018-ref Border-bottom set to inherit, inheriting three values for a shorthand property http://www.w3.org/TR/CSS21/box.html#propdef-border-bottom,http://www.w3.org/TR/CSS21/box.html#border-shorthand-properties a1d29ede8109d7f83c0733590bc4d87f7a364d86 `Microsoft`<http://www.microsoft.com/> The 'border-bottom' shorthand property properly accepts 'inherit' as a value and uses its parent's border setting.
|
|
border-bottom-applies-to-001 reference/border-bottom-applies-to-001-ref Border-bottom applied to element with display table-row-group http://www.w3.org/TR/CSS21/box.html#propdef-border-bottom,http://www.w3.org/TR/CSS21/box.html#border-shorthand-properties 0c90f1144ef10d3925523db4d5fc899b9e754c4d `Microsoft`<http://www.microsoft.com/> The 'border-bottom' property applies to elements with a display of table-row-group.
|
|
border-bottom-applies-to-002 reference/border-bottom-applies-to-001-ref Border-bottom applied to element with display table-header-group http://www.w3.org/TR/CSS21/box.html#propdef-border-bottom,http://www.w3.org/TR/CSS21/box.html#border-shorthand-properties baee8fe245a051e31538941b24201f682fa67919 `Microsoft`<http://www.microsoft.com/> The 'border-bottom' property applies to elements with a display of table-header-group.
|
|
border-bottom-applies-to-003 reference/border-bottom-applies-to-001-ref Border-bottom applied to element with display table-footer-group http://www.w3.org/TR/CSS21/box.html#propdef-border-bottom,http://www.w3.org/TR/CSS21/box.html#border-shorthand-properties c860d6e4962a5e85aa1d21cfe477c10bab5a80e8 `Microsoft`<http://www.microsoft.com/> The 'border-bottom' property applies to elements with a display of table-footer-group.
|
|
border-bottom-applies-to-004 reference/border-bottom-applies-to-001-ref Border-bottom applied to element with 'display' set to 'table-row' http://www.w3.org/TR/CSS21/box.html#propdef-border-bottom,http://www.w3.org/TR/CSS21/box.html#border-shorthand-properties 200491b32920c7d5e199c4d68a60152169b88c1f `Microsoft`<http://www.microsoft.com/> The 'border-bottom' property applies to elements with a 'display' of 'table-row'.
|
|
border-bottom-applies-to-005 reference/border-bottom-applies-to-001-ref Border-bottom applied to element with display table-column-group http://www.w3.org/TR/CSS21/box.html#propdef-border-bottom,http://www.w3.org/TR/CSS21/box.html#border-shorthand-properties 99bf42731211e554c8c76ea49239fb073f7b898a `Microsoft`<http://www.microsoft.com/> The 'border-bottom' property applies to elements with a display of table-column-group.
|
|
border-bottom-applies-to-006 reference/border-bottom-applies-to-001-ref Border-bottom applied to element with display table-column http://www.w3.org/TR/CSS21/box.html#propdef-border-bottom,http://www.w3.org/TR/CSS21/box.html#border-shorthand-properties a166c653a1154107ea97341c680416a3501ecf88 `Microsoft`<http://www.microsoft.com/> The 'border-bottom' property applies to elements with a display of table-column.
|
|
border-bottom-applies-to-007 reference/border-bottom-applies-to-001-ref Border-bottom applied to element with display table-cell http://www.w3.org/TR/CSS21/box.html#propdef-border-bottom,http://www.w3.org/TR/CSS21/box.html#border-shorthand-properties 3f94bbb7d8872c3b5dcc6da4f0bfe72b2eb27ffe `Microsoft`<http://www.microsoft.com/> Border-bottom applies to elements with a display of table-cell.
|
|
border-bottom-applies-to-008 Border-bottom applied to element with display inline http://www.w3.org/TR/CSS21/box.html#propdef-border-bottom,http://www.w3.org/TR/CSS21/box.html#border-shorthand-properties 09b1e70075f2253e579570129cd12dd328e11db4 `Microsoft`<http://www.microsoft.com/> The 'border-bottom' property applies to elements with a display of inline.
|
|
border-bottom-applies-to-009 reference/border-bottom-applies-to-001-ref Border-bottom applied to element with display block http://www.w3.org/TR/CSS21/box.html#propdef-border-bottom,http://www.w3.org/TR/CSS21/box.html#border-shorthand-properties b602e632213106081ab326fde60ae0c14f83b16b `Microsoft`<http://www.microsoft.com/> The 'border-bottom' property applies to elements with a display of block.
|
|
border-bottom-applies-to-010 Border-bottom applied to element with display list-item http://www.w3.org/TR/CSS21/box.html#propdef-border-bottom,http://www.w3.org/TR/CSS21/box.html#border-shorthand-properties b50a6f278f7a8a2332bde4777d302884b4aa7204 `Microsoft`<http://www.microsoft.com/> The 'border-bottom' property applies to elements with a display of list-item.
|
|
border-bottom-applies-to-011 Border-bottom applied to element with display run-in http://www.w3.org/TR/CSS21/box.html#propdef-border-bottom,http://www.w3.org/TR/CSS21/box.html#border-shorthand-properties 8b10304d938bf92ba219d324fd3f4a7385fb7620 `Microsoft`<http://www.microsoft.com/> The 'border-bottom' property applies to elements with a display of run-in.
|
|
border-bottom-applies-to-012 reference/border-bottom-applies-to-001-ref Border-bottom applied to element with display inline-block http://www.w3.org/TR/CSS21/box.html#propdef-border-bottom,http://www.w3.org/TR/CSS21/box.html#border-shorthand-properties ab5810edd04077a4ebbaa37bf9c5ca32478b56fe `Microsoft`<http://www.microsoft.com/> The 'border-bottom' property applies to elements with a display of inline-block.
|
|
border-bottom-applies-to-013 reference/border-bottom-applies-to-001-ref Border-bottom applied to element with 'display' set to 'table' http://www.w3.org/TR/CSS21/box.html#propdef-border-bottom,http://www.w3.org/TR/CSS21/box.html#border-shorthand-properties 20ba4eb5506574adaa3a84277f51d8d32001b49e `Microsoft`<http://www.microsoft.com/> The 'border-bottom' property applies to elements with a 'display' of 'table'.
|
|
border-bottom-applies-to-014 reference/border-bottom-applies-to-001-ref Border-bottom applied to element with 'display' set to 'inline-table' http://www.w3.org/TR/CSS21/box.html#propdef-border-bottom,http://www.w3.org/TR/CSS21/box.html#border-shorthand-properties a774a54d59e771134f25aefb8c25663421e81bc9 `Microsoft`<http://www.microsoft.com/> The 'border-bottom' property applies to elements with a 'display' of 'inline-table'.
|
|
border-bottom-applies-to-015 reference/border-bottom-applies-to-001-ref Border-bottom applied to element with 'display' set to 'table-caption' http://www.w3.org/TR/CSS21/box.html#propdef-border-bottom,http://www.w3.org/TR/CSS21/box.html#border-shorthand-properties 034c756b06537b3e33c424b4d14ec53d7d6ad43a `Microsoft`<http://www.microsoft.com/> The 'border-bottom' property applies to elements with a 'display' of 'table-caption'.
|
|
border-bottom-color-001 reference/border-bottom-color-001-ref Border-bottom-color set to hex with five digits which is invalid and is equivalent to minimum minus one value for six digit hex invalid http://www.w3.org/TR/CSS21/box.html#propdef-border-bottom-color,http://www.w3.org/TR/CSS21/box.html#border-color-properties effa25f063e1e2b1772eece75bd8f8b4996bd1a5 `Microsoft`<http://www.microsoft.com/> The 'border-bottom-color' set to #00000 falls back to the initial value.
|
|
border-bottom-color-002 reference/border-bottom-color-001-ref Border-bottom-color set to hex with six digits with the minimum value, #000000 http://www.w3.org/TR/CSS21/box.html#propdef-border-bottom-color,http://www.w3.org/TR/CSS21/box.html#border-color-properties c5ee2860108f594dc6535339b8f8dea6dcffc39c `Microsoft`<http://www.microsoft.com/> The 'border-bottom-color' set to #000000 renders the correct color.
|
|
border-bottom-color-003 reference/border-bottom-color-003-ref Border-bottom-color set to hex with six digits with the minimum plus one value, #010101 http://www.w3.org/TR/CSS21/box.html#propdef-border-bottom-color,http://www.w3.org/TR/CSS21/box.html#border-color-properties 916f6c207c47bf8d1b18d1538f869f8d3abb834c `Microsoft`<http://www.microsoft.com/> The 'border-bottom-color' set to #010101 renders the correct color.
|
|
border-bottom-color-004 reference/border-bottom-color-004-ref Border-bottom-color set to hex with six digits with a nominal value #999999 http://www.w3.org/TR/CSS21/box.html#propdef-border-bottom-color,http://www.w3.org/TR/CSS21/box.html#border-color-properties 6bd422acd0667fa8c599ab0c7c29e3929062bfcb `Microsoft`<http://www.microsoft.com/> The 'border-bottom-color' set to #999999 renders the correct color.
|
|
border-bottom-color-005 reference/border-bottom-color-005-ref Border-bottom-color set to hex with six digits with the maximum minus one value of #fefefe http://www.w3.org/TR/CSS21/box.html#propdef-border-bottom-color,http://www.w3.org/TR/CSS21/box.html#border-color-properties 2ddddabb84331d5784c0e37a71fb8c6f218b1498 `Microsoft`<http://www.microsoft.com/> The 'border-bottom-color' set to #fefefe renders the correct color for the border.
|
|
border-bottom-color-006 reference/border-bottom-color-006-ref Border-bottom-color set to hex with six digits with the maximum value of #ffffff http://www.w3.org/TR/CSS21/box.html#propdef-border-bottom-color,http://www.w3.org/TR/CSS21/box.html#border-color-properties ad07c7e108d35b96577369b98d237f34f78d3275 `Microsoft`<http://www.microsoft.com/> The 'border-bottom-color' set to #ffffff renders the correct color.
|
|
border-bottom-color-007 reference/ref-filled-black-96px-square Border-bottom-color set to hex with six digits with the maximum plus one value of #1000000 invalid http://www.w3.org/TR/CSS21/box.html#propdef-border-bottom-color,http://www.w3.org/TR/CSS21/box.html#border-color-properties d8d4b9fe71ad21ba8b5e4e5bd4740647f885e477 `Microsoft`<http://www.microsoft.com/> The 'border-bottom-color' set to #1000000 falls back to the initial value.
|
|
border-bottom-color-008 reference/ref-filled-black-96px-square Border-bottom-color set to hex with six digits with the maximum plus one value of #fgfgfg invalid http://www.w3.org/TR/CSS21/box.html#propdef-border-bottom-color,http://www.w3.org/TR/CSS21/box.html#border-color-properties 3a610a1309559ba0dcf7fb103b3dc353a72ac88e `Microsoft`<http://www.microsoft.com/> The 'border-bottom-color' set to #fgfgfg falls back to the initial value.
|
|
border-bottom-color-009 reference/border-bottom-color-009-ref Border-bottom-color set to hex with six digits with a red set to minimum plus one value, #010000 http://www.w3.org/TR/CSS21/box.html#propdef-border-bottom-color,http://www.w3.org/TR/CSS21/box.html#border-color-properties 84ec5f84afdc13057e62f284a1a66df960c811af `Microsoft`<http://www.microsoft.com/> The 'border-bottom-color' set to #010000 renders the correct color.
|
|
border-bottom-color-010 reference/border-bottom-color-010-ref Border-bottom-color set to hex with six digits with a red set to a nominal value, #990000 http://www.w3.org/TR/CSS21/box.html#propdef-border-bottom-color,http://www.w3.org/TR/CSS21/box.html#border-color-properties c069c74f1be2b74c43a2b84f09495c4184180938 `Microsoft`<http://www.microsoft.com/> The 'border-bottom-color' set to #990000 renders the correct color.
|
|
border-bottom-color-011 reference/border-bottom-color-011-ref Border-bottom-color set to hex with six digits with a red set to maximum minus one value, #fe0000 http://www.w3.org/TR/CSS21/box.html#propdef-border-bottom-color,http://www.w3.org/TR/CSS21/box.html#border-color-properties 36fd7dcb85903e9fb90f4b5d24c7fcbaab663533 `Microsoft`<http://www.microsoft.com/> The 'border-bottom-color' set to #fe0000 renders the correct color.
|
|
border-bottom-color-012 reference/border-bottom-color-012-ref Border-bottom-color set to hex with six digits with a red set to the maximum value, #ff0000 http://www.w3.org/TR/CSS21/box.html#propdef-border-bottom-color,http://www.w3.org/TR/CSS21/box.html#border-color-properties d06a0ed616cb569e4d4fa55f0faa16c8dd231d83 `Microsoft`<http://www.microsoft.com/> The 'border-bottom-color' set to #ff0000 renders the correct color.
|
|
border-bottom-color-013 reference/ref-filled-black-96px-square Border-bottom-color set to hex with six digits with a red set to the maximum plus one value, #fg0000 invalid http://www.w3.org/TR/CSS21/box.html#propdef-border-bottom-color,http://www.w3.org/TR/CSS21/box.html#border-color-properties c87cf14d2df7d22131845bd62432a781867be85a `Microsoft`<http://www.microsoft.com/> The 'border-bottom-color' set to #fg0000 falls back to the initial value.
|
|
border-bottom-color-014 reference/border-bottom-color-014-ref Border-bottom-color set to hex with six digits with a green set to minimum plus one value, #000100 http://www.w3.org/TR/CSS21/box.html#propdef-border-bottom-color,http://www.w3.org/TR/CSS21/box.html#border-color-properties 6dd6e84cca7d2077238e6fd925eb7419cb50c05d `Microsoft`<http://www.microsoft.com/> The 'border-bottom-color' set to #000100 renders the correct color.
|
|
border-bottom-color-015 reference/border-bottom-color-015-ref Border-bottom-color set to hex with six digits with a green set to a nominal value, #009900 http://www.w3.org/TR/CSS21/box.html#propdef-border-bottom-color,http://www.w3.org/TR/CSS21/box.html#border-color-properties 7adfa61b9b4aa754caed7e740f60d3de236e8b13 `Microsoft`<http://www.microsoft.com/> The 'border-bottom-color' set to #009900 renders the correct color.
|
|
border-bottom-color-016 reference/border-bottom-color-016-ref Border-bottom-color set to hex with six digits with a green set to maximum minus one value, #00fe00 http://www.w3.org/TR/CSS21/box.html#propdef-border-bottom-color,http://www.w3.org/TR/CSS21/box.html#border-color-properties 780bda6c4cc19e1db005c0fd1a65e68b1827b4bd `Microsoft`<http://www.microsoft.com/> The 'border-bottom-color' set to #00fe00 renders the correct color.
|
|
border-bottom-color-017 reference/border-bottom-color-017-ref Border-bottom-color set to hex with six digits with a green set to the maximum value, #00ff00 http://www.w3.org/TR/CSS21/box.html#propdef-border-bottom-color,http://www.w3.org/TR/CSS21/box.html#border-color-properties cb79b91bf869515149e8f50831b15a58d36ae780 `Microsoft`<http://www.microsoft.com/> The 'border-bottom-color' set to #00ff00 renders the correct color.
|
|
border-bottom-color-018 reference/ref-filled-black-96px-square Border-bottom-color set to hex with six digits with a green set to the maximum plus one value, #00fg00 invalid http://www.w3.org/TR/CSS21/box.html#propdef-border-bottom-color,http://www.w3.org/TR/CSS21/box.html#border-color-properties bd50109ff398375138bb58e4a619b866e1674545 `Microsoft`<http://www.microsoft.com/> The 'border-bottom-color' set to #00fg00 falls back to the initial value.
|
|
border-bottom-color-019 reference/border-bottom-color-019-ref Border-bottom-color set to hex with six digits with a blue set to minimum plus one value, #000001 http://www.w3.org/TR/CSS21/box.html#propdef-border-bottom-color,http://www.w3.org/TR/CSS21/box.html#border-color-properties a70a9e8ba2111bf387f446b4b613f570d56ef829 `Microsoft`<http://www.microsoft.com/> The 'border-bottom-color' set to #000001 renders the correct color.
|
|
border-bottom-color-020 reference/border-bottom-color-020-ref Border-bottom-color set to hex with six digits with a blue set to a nominal value, #000099 http://www.w3.org/TR/CSS21/box.html#propdef-border-bottom-color,http://www.w3.org/TR/CSS21/box.html#border-color-properties 5c83d056120c880f6e9c6a4ea85caeb98fd0b6d5 `Microsoft`<http://www.microsoft.com/> The 'border-bottom-color' set to #000099 renders the correct color.
|
|
border-bottom-color-021 reference/border-bottom-color-021-ref Border-bottom-color set to hex with six digits with a blue set to maximum minus one value, #0000fe http://www.w3.org/TR/CSS21/box.html#propdef-border-bottom-color,http://www.w3.org/TR/CSS21/box.html#border-color-properties 6995a04c7c5e665f9f2c56514b9683cad5f6d520 `Microsoft`<http://www.microsoft.com/> The 'border-bottom-color' set to #0000fe renders the correct color.
|
|
border-bottom-color-022 reference/border-bottom-color-022-ref Border-bottom-color set to hex with six digits with a blue set to the maximum value, #0000ff http://www.w3.org/TR/CSS21/box.html#propdef-border-bottom-color,http://www.w3.org/TR/CSS21/box.html#border-color-properties 04cff80966e8f0bb2fa0b6429304f4d2362c0397 `Microsoft`<http://www.microsoft.com/> The 'border-bottom-color' set to #0000ff renders the correct color.
|
|
border-bottom-color-023 reference/ref-filled-black-96px-square Border-bottom-color set to hex with six digits with a blue set to the maximum plus one value, #0000fg invalid http://www.w3.org/TR/CSS21/box.html#propdef-border-bottom-color,http://www.w3.org/TR/CSS21/box.html#border-color-properties 64752a4298c6247ee436aadcb38b400ca4b907f9 `Microsoft`<http://www.microsoft.com/> The 'border-bottom-color' set to #0000fg falls back to the initial value.
|
|
border-bottom-color-024 reference/ref-filled-black-96px-square Border-bottom-color set to hex with 2 digits which is invalid and is equivalent to minimum minus one value for 3 digit hex invalid http://www.w3.org/TR/CSS21/box.html#propdef-border-bottom-color,http://www.w3.org/TR/CSS21/box.html#border-color-properties c99d92db9c4ac52d00a15ee1c87ead80d620b513 `Microsoft`<http://www.microsoft.com/> The 'border-bottom-color' set to #00 falls back to the initial value.
|
|
border-bottom-color-025 reference/border-bottom-color-001-ref Border-bottom-color set to hex with three digits with the minimum possible value #000 http://www.w3.org/TR/CSS21/box.html#propdef-border-bottom-color,http://www.w3.org/TR/CSS21/box.html#border-color-properties 2589423f574b8efe46e8159b3b4a65fb7df1d587 `Microsoft`<http://www.microsoft.com/> The 'border-bottom-color' set to #000 renders the correct color.
|
|
border-bottom-color-026 reference/border-bottom-color-026-ref Border-bottom-color set to hex with three digits with the minimum plus one value, #111 http://www.w3.org/TR/CSS21/box.html#propdef-border-bottom-color,http://www.w3.org/TR/CSS21/box.html#border-color-properties 5072a07c059e743794d7944062f7543f7cfa513b `Microsoft`<http://www.microsoft.com/> The 'border-bottom-color' set to #111 renders the correct color.
|
|
border-bottom-color-027 reference/border-bottom-color-027-ref Border-bottom-color set to hex with three digits with a nominal value #999 http://www.w3.org/TR/CSS21/box.html#propdef-border-bottom-color,http://www.w3.org/TR/CSS21/box.html#border-color-properties 5cc4fcafad6c221424b38b38c9a2e87c85466e70 `Microsoft`<http://www.microsoft.com/> The 'border-bottom-color' set to #999 renders the correct color.
|
|
border-bottom-color-028 reference/border-bottom-color-028-ref Border-bottom-color set to hex with three digits with the maximum minus one value of #eee http://www.w3.org/TR/CSS21/box.html#propdef-border-bottom-color,http://www.w3.org/TR/CSS21/box.html#border-color-properties cdb963fb6f74b4b28d8d2472df610f43d0abb267 `Microsoft`<http://www.microsoft.com/> The 'border-bottom-color' set to #eee renders the correct color.
|
|
border-bottom-color-029 reference/border-bottom-color-006-ref Border-bottom-color set to hex with three digits with the maximum value of #fff http://www.w3.org/TR/CSS21/box.html#propdef-border-bottom-color,http://www.w3.org/TR/CSS21/box.html#border-color-properties 335fa4bcc07e2a3146d530629cf58fe5a5de148f `Microsoft`<http://www.microsoft.com/> The 'border-bottom-color' set to #fff renders the correct color.
|
|
border-bottom-color-030 reference/ref-filled-black-96px-square Border-bottom-color set to hex with three digits with the maximum plus one value of #1000 invalid http://www.w3.org/TR/CSS21/box.html#propdef-border-bottom-color,http://www.w3.org/TR/CSS21/box.html#border-color-properties 87cc6ccc88a1e2a6761a22edce9d65437e9a12c8 `Microsoft`<http://www.microsoft.com/> The 'border-bottom-color' set to #1000 falls back to the initial value.
|
|
border-bottom-color-031 reference/ref-filled-black-96px-square Border-bottom-color set to hex with three digits with the maximum plus one value of #ggg invalid http://www.w3.org/TR/CSS21/box.html#propdef-border-bottom-color,http://www.w3.org/TR/CSS21/box.html#border-color-properties 2f176f22fb7199070f31a0e09d84422e71d5537e `Microsoft`<http://www.microsoft.com/> The 'border-bottom-color' set to #ggg falls back to the initial value.
|
|
border-bottom-color-032 reference/border-bottom-color-032-ref Border-bottom-color set to hex with three digits with a red set to minimum plus one value, #100 http://www.w3.org/TR/CSS21/box.html#propdef-border-bottom-color,http://www.w3.org/TR/CSS21/box.html#border-color-properties 39c51c9f4213161c2bdb1991019ff17d3edcacd2 `Microsoft`<http://www.microsoft.com/> The 'border-bottom-color' set to #100 renders the correct color.
|
|
border-bottom-color-033 reference/border-bottom-color-010-ref Border-bottom-color set to hex with three digits with a red set to a nominal value, #900 http://www.w3.org/TR/CSS21/box.html#propdef-border-bottom-color,http://www.w3.org/TR/CSS21/box.html#border-color-properties b2b0c65201ea87c90284344f79eb958a6fac32aa `Microsoft`<http://www.microsoft.com/> The 'border-bottom-color' set to #900 renders the correct color.
|
|
border-bottom-color-034 reference/border-bottom-color-034-ref Border-bottom-color set to hex with three digits with a red set to maximum minus one value, #e00 http://www.w3.org/TR/CSS21/box.html#propdef-border-bottom-color,http://www.w3.org/TR/CSS21/box.html#border-color-properties 8bd936e5fc2fcd0e9c828a00284f9f84f5709efb `Microsoft`<http://www.microsoft.com/> The 'border-bottom-color' set to #e00 renders the correct color.
|
|
border-bottom-color-035 reference/border-bottom-color-012-ref Border-bottom-color set to hex with three digits with a red set to the maximum value, #f00 http://www.w3.org/TR/CSS21/box.html#propdef-border-bottom-color,http://www.w3.org/TR/CSS21/box.html#border-color-properties 1777f79d8660feb6e84d78e2fa295e215466ae85 `Microsoft`<http://www.microsoft.com/> The 'border-bottom-color' set to #f00 renders the correct color.
|
|
border-bottom-color-036 reference/ref-filled-black-96px-square Border-bottom-color set to hex with three digits with a red set to the maximum plus one value, #g00 invalid http://www.w3.org/TR/CSS21/box.html#propdef-border-bottom-color,http://www.w3.org/TR/CSS21/box.html#border-color-properties 85eae3d31f2de50836f58e0aa90e24a4b8a8ebec `Microsoft`<http://www.microsoft.com/> The 'border-bottom-color' set to #g00 falls back to the initial value.
|
|
border-bottom-color-037 reference/border-bottom-color-037-ref Border-bottom-color set to hex with three digits with a green set to minimum plus one value, #010 http://www.w3.org/TR/CSS21/box.html#propdef-border-bottom-color,http://www.w3.org/TR/CSS21/box.html#border-color-properties fd1d63b044aaff16e038c6c97713033ef166e9f4 `Microsoft`<http://www.microsoft.com/> The 'border-bottom-color' set to #010 renders the correct color.
|
|
border-bottom-color-038 reference/border-bottom-color-038-ref Border-bottom-color set to hex with three digits with a green set to a nominal value, #090 http://www.w3.org/TR/CSS21/box.html#propdef-border-bottom-color,http://www.w3.org/TR/CSS21/box.html#border-color-properties 4cad5e57484477f9e5cb283df7090193f8a5eb7c `Microsoft`<http://www.microsoft.com/> The 'border-bottom-color' set to #090 renders the correct color.
|
|
border-bottom-color-039 reference/border-bottom-color-039-ref Border-bottom-color set to hex with three digits with a green set to maximum minus one value, #0e0 http://www.w3.org/TR/CSS21/box.html#propdef-border-bottom-color,http://www.w3.org/TR/CSS21/box.html#border-color-properties 10c6f204c72c70836710f449a0febdb383ec453d `Microsoft`<http://www.microsoft.com/> The 'border-bottom-color' set to #0e0 renders the correct color.
|
|
border-bottom-color-040 reference/border-bottom-color-017-ref Border-bottom-color set to hex with three digits with a green set to the maximum value, #0f0 http://www.w3.org/TR/CSS21/box.html#propdef-border-bottom-color,http://www.w3.org/TR/CSS21/box.html#border-color-properties cc4d3a1afdc1dee9e362896ede66913db69a1bf1 `Microsoft`<http://www.microsoft.com/> The 'border-bottom-color' set to #0f0 renders the correct color.
|
|
border-bottom-color-041 reference/ref-filled-black-96px-square Border-bottom-color set to hex with three digits with a green set to the maximum plus one value, #0g0 invalid http://www.w3.org/TR/CSS21/box.html#propdef-border-bottom-color,http://www.w3.org/TR/CSS21/box.html#border-color-properties 3c65ce7715c09a7ed3e5e682072507382674d7d5 `Microsoft`<http://www.microsoft.com/> The 'border-bottom-color' set to #0g0 falls back to the initial value.
|
|
border-bottom-color-042 reference/border-bottom-color-042-ref Border-bottom-color set to hex with three digits with a blue set to minimum plus one value, #001 http://www.w3.org/TR/CSS21/box.html#propdef-border-bottom-color,http://www.w3.org/TR/CSS21/box.html#border-color-properties 6b14ab57908b836e50e1922df1cf3401d8756adc `Microsoft`<http://www.microsoft.com/> The 'border-bottom-color' set to #001 renders the correct color.
|
|
border-bottom-color-043 reference/border-bottom-color-020-ref Border-bottom-color set to hex with three digits with a blue set to a nominal value, #009 http://www.w3.org/TR/CSS21/box.html#propdef-border-bottom-color,http://www.w3.org/TR/CSS21/box.html#border-color-properties 1c008cf21b17a18780cdfaf8fe359dad1d95dd7b `Microsoft`<http://www.microsoft.com/> The 'border-bottom-color' set to #009 renders the correct color.
|
|
border-bottom-color-044 reference/border-bottom-color-044-ref Border-bottom-color set to hex with three digits with a blue set to maximum minus one value, #00e http://www.w3.org/TR/CSS21/box.html#propdef-border-bottom-color,http://www.w3.org/TR/CSS21/box.html#border-color-properties ce539ee84194f1fbfeb681edeabe9a6efd2d8117 `Microsoft`<http://www.microsoft.com/> The 'border-bottom-color' set to #00e renders the correct color.
|
|
border-bottom-color-045 reference/border-bottom-color-022-ref Border-bottom-color set to hex with three digits with a blue set to the maximum value, #00f http://www.w3.org/TR/CSS21/box.html#propdef-border-bottom-color,http://www.w3.org/TR/CSS21/box.html#border-color-properties 3d2b64354532e0416746c41edf92f77ebbb3aaaa `Microsoft`<http://www.microsoft.com/> The 'border-bottom-color' set to #00f renders the correct color.
|
|
border-bottom-color-046 reference/ref-filled-black-96px-square Border-bottom-color set to hex with three digits with a blue set to the maximum plus one value, #00g invalid http://www.w3.org/TR/CSS21/box.html#propdef-border-bottom-color,http://www.w3.org/TR/CSS21/box.html#border-color-properties b6f133ec03e4a608a74377681810ab8a1315bd7e `Microsoft`<http://www.microsoft.com/> The 'border-bottom-color' set to #00g falls back to the initial value.
|
|
border-bottom-color-047 reference/border-bottom-color-001-ref Border-bottom-color set to rgb() using percentages with the minimum minus one value, rgb(-1%, -1%, -1%) invalid http://www.w3.org/TR/CSS21/box.html#propdef-border-bottom-color,http://www.w3.org/TR/CSS21/box.html#border-color-properties f3c15083fbcc9f9ab577f17e55ebd7f10e0e06a5 `Microsoft`<http://www.microsoft.com/> The 'border-bottom-color' set to rgb(-1%, -1%, -1%) truncates to a valid value.
|
|
border-bottom-color-048 reference/border-bottom-color-001-ref Border-bottom-color set to rgb() using percentages with the minimum value, rgb(0%, 0%, 0%) http://www.w3.org/TR/CSS21/box.html#propdef-border-bottom-color,http://www.w3.org/TR/CSS21/box.html#border-color-properties c5042d71bb225fa3d6e56702a25a54134640ef05 `Microsoft`<http://www.microsoft.com/> The 'border-bottom-color' set to rgb(0%, 0%, 0%) renders the correct color.
|
|
border-bottom-color-049 reference/border-bottom-color-049-ref Border-bottom-color set to rgb() using percentages with the minimum plus one value, rgb(1%, 1%, 1%) http://www.w3.org/TR/CSS21/box.html#propdef-border-bottom-color,http://www.w3.org/TR/CSS21/box.html#border-color-properties f06df6700c0a75b068747f500a678f1930f4678c `Microsoft`<http://www.microsoft.com/>,`Rebecca Hauck`<rhauck@adobe.com> The 'border-bottom-color' set to rgb(1%, 1%, 1%) renders the correct color.
|
|
border-bottom-color-050 reference/border-bottom-color-001-ref Border-bottom-color set to rgb() using percentages with the minimum value and minus sign, rgb(-0%, -0%, -0%) http://www.w3.org/TR/CSS21/box.html#propdef-border-bottom-color,http://www.w3.org/TR/CSS21/box.html#border-color-properties bb951e1c721c4a39b7d0cf615f51414cbb7b89bd `Microsoft`<http://www.microsoft.com/> The 'border-bottom-color' set to rgb(-0%, -0%, -0%) renders the correct color.
|
|
border-bottom-color-051 reference/border-bottom-color-001-ref Border-bottom-color set to rgb() using percentages with the minimum value and plus sign, rgb(+0%, +0%, +0%) http://www.w3.org/TR/CSS21/box.html#propdef-border-bottom-color,http://www.w3.org/TR/CSS21/box.html#border-color-properties c3c16232b2a76b0bea6c9cd976e5e72887131a54 `Microsoft`<http://www.microsoft.com/> The 'border-bottom-color' set to rgb(+0%, +0%, +0%) renders the correct color.
|
|
border-bottom-color-052 reference/border-bottom-color-052-ref Border-bottom-color set to rgb() using percentages with a nominal value, rgb(40%, 40%, 40%) http://www.w3.org/TR/CSS21/box.html#propdef-border-bottom-color,http://www.w3.org/TR/CSS21/box.html#border-color-properties aadd39abade45a0d52fbceefb0dd086883855a4c `Microsoft`<http://www.microsoft.com/>,`Rebecca Hauck`<rhauck@adobe.com> The 'border-bottom-color' set to rgb(40%, 40%, 40%) renders the correct color.
|
|
border-bottom-color-053 reference/border-bottom-color-052-ref Border-bottom-color set to rgb() using percentages with a nominal value and a plus sign, rgb(+40%, +40%, +40%) http://www.w3.org/TR/CSS21/box.html#propdef-border-bottom-color,http://www.w3.org/TR/CSS21/box.html#border-color-properties bc9059d82876269f154c6b9327db8392e9560304 `Microsoft`<http://www.microsoft.com/>,`Rebecca Hauck`<rhauck@adobe.com> The 'border-bottom-color' set to rgb(+40%, +40%, +40%) renders the correct color.
|
|
border-bottom-color-054 reference/border-bottom-color-054-ref Border-bottom-color set to rgb() using percentages with a maximum minus one value, rgb(99%, 99%, 99%) http://www.w3.org/TR/CSS21/box.html#propdef-border-bottom-color,http://www.w3.org/TR/CSS21/box.html#border-color-properties 29af3c0c5d9a9b768cbabb94abf71ae5cebcb816 `Microsoft`<http://www.microsoft.com/>,`Rebecca Hauck`<rhauck@adobe.com> The 'border-bottom-color' set to rgb(99%, 99%, 99%) renders the correct color.
|
|
border-bottom-color-055 reference/border-bottom-color-006-ref Border-bottom-color set to rgb() using percentages with a maximum value, rgb(100%, 100%, 100%) http://www.w3.org/TR/CSS21/box.html#propdef-border-bottom-color,http://www.w3.org/TR/CSS21/box.html#border-color-properties a64d186490ca02858a6d1d6c61077545caa03301 `Microsoft`<http://www.microsoft.com/> The 'border-bottom-color' set to rgb(100%, 100%, 100%) renders the correct color.
|
|
border-bottom-color-056 reference/border-bottom-color-006-ref Border-bottom-color set to rgb() using percentages with plus sign on each maximum value, rgb(+100%, +100%, +100%) http://www.w3.org/TR/CSS21/box.html#propdef-border-bottom-color,http://www.w3.org/TR/CSS21/box.html#border-color-properties 908fabf40e9d1ab04a9960c57147ce633163f9e1 `Microsoft`<http://www.microsoft.com/> The 'border-bottom-color' set to rgb(+100%, +100%, +100%) renders the correct color.
|
|
border-bottom-color-057 reference/border-bottom-color-006-ref Border-bottom-color set to rgb() using percentages with a maximum plus one value, rgb(101%, 101%, 101%) invalid http://www.w3.org/TR/CSS21/box.html#propdef-border-bottom-color,http://www.w3.org/TR/CSS21/box.html#border-color-properties 857b2f59519d6776ab860e52f003a834db98c600 `Microsoft`<http://www.microsoft.com/> The 'border-bottom-color' set to rgb(101%, 101%, 101%) truncates to a valid value.
|
|
border-bottom-color-058 reference/border-bottom-color-001-ref Border-bottom-color set to rgb() using integers with the minimum minus one value, rgb(-1, -1, -1) invalid http://www.w3.org/TR/CSS21/box.html#propdef-border-bottom-color,http://www.w3.org/TR/CSS21/box.html#border-color-properties 732bef9bb12f32bc0c98b673f6438030e29d5d8a `Microsoft`<http://www.microsoft.com/> The 'border-bottom-color' set to rgb(-1, -1, -1) truncates to a valid value.
|
|
border-bottom-color-059 reference/border-bottom-color-001-ref Border-bottom-color set to rgb() using integers with the minimum value, rgb(0, 0, 0) http://www.w3.org/TR/CSS21/box.html#propdef-border-bottom-color,http://www.w3.org/TR/CSS21/box.html#border-color-properties 7eb03090e59e9c57490bbd0ffa5230c1d08cae88 `Microsoft`<http://www.microsoft.com/> The 'border-bottom-color' set to rgb(0, 0, 0) renders the correct color.
|
|
border-bottom-color-060 reference/border-bottom-color-003-ref Border-bottom-color set to rgb() using integers with the minimum plus one value, rgb(1, 1, 1) http://www.w3.org/TR/CSS21/box.html#propdef-border-bottom-color,http://www.w3.org/TR/CSS21/box.html#border-color-properties d56cf74b98f6aed57257c7ec0527176eeea76d22 `Microsoft`<http://www.microsoft.com/> The 'border-bottom-color' set to rgb(1, 1, 1) renders the correct color.
|
|
border-bottom-color-061 reference/border-bottom-color-001-ref Border-bottom-color set to rgb() using integers with the minimum value and minus sign, rgb(-0, -0, -0) http://www.w3.org/TR/CSS21/box.html#propdef-border-bottom-color,http://www.w3.org/TR/CSS21/box.html#border-color-properties d9433ffc0a67bad95409cb3dc97dc0be81d9d20d `Microsoft`<http://www.microsoft.com/> The 'border-bottom-color' set to rgb(-0, -0, -0) renders the correct color.
|
|
border-bottom-color-062 reference/border-bottom-color-001-ref Border-bottom-color set to rgb() using integers with the minimum value and plus sign, rgb(+0, +0, +0) http://www.w3.org/TR/CSS21/box.html#propdef-border-bottom-color,http://www.w3.org/TR/CSS21/box.html#border-color-properties e1084733149a917a9e81671a66f0a7d256a85de0 `Microsoft`<http://www.microsoft.com/> The 'border-bottom-color' set to rgb(+0, +0, +0) renders the correct color.
|
|
border-bottom-color-063 reference/border-bottom-color-063-ref Border-bottom-color set to rgb() using integers with a nominal value, rgb(128, 128, 128) http://www.w3.org/TR/CSS21/box.html#propdef-border-bottom-color,http://www.w3.org/TR/CSS21/box.html#border-color-properties 2555fcd27b71eaab3afe2c6ebe15a163bd0e92bd `Microsoft`<http://www.microsoft.com/> The 'border-bottom-color' set to rgb(128, 128, 128) renders the correct color.
|
|
border-bottom-color-064 reference/border-bottom-color-063-ref Border-bottom-color set to rgb() using integers with a nominal value and a plus sign, rgb(+128, +128, +128) http://www.w3.org/TR/CSS21/box.html#propdef-border-bottom-color,http://www.w3.org/TR/CSS21/box.html#border-color-properties 2d96adfacfc241fb75aa97bad7dffd75106a39a3 `Microsoft`<http://www.microsoft.com/> The 'border-bottom-color' set to rgb(+128, +128, +128) renders the correct color.
|
|
border-bottom-color-065 reference/border-bottom-color-005-ref Border-bottom-color set to rgb() using integers with a maximum minus one value, rgb(254, 254, 254) http://www.w3.org/TR/CSS21/box.html#propdef-border-bottom-color,http://www.w3.org/TR/CSS21/box.html#border-color-properties 29d639bd9e3c9a06e858a27a98856a0684bcf177 `Microsoft`<http://www.microsoft.com/> The 'border-bottom-color' set to rgb(254, 254, 254) renders the correct color.
|
|
border-bottom-color-066 reference/border-bottom-color-006-ref Border-bottom-color set to rgb() using integers with a maximum value, rgb(255, 255, 255) http://www.w3.org/TR/CSS21/box.html#propdef-border-bottom-color,http://www.w3.org/TR/CSS21/box.html#border-color-properties 0bd83358ac30100c33e33c5f3800cbad66467a25 `Microsoft`<http://www.microsoft.com/> The 'border-bottom-color' set to rgb(255, 255, 255) renders the correct color.
|
|
border-bottom-color-067 reference/border-bottom-color-006-ref Border-bottom-color set to rgb() using integers with a maximum value and a plus sign, rgb(+255, +255, +255) http://www.w3.org/TR/CSS21/box.html#propdef-border-bottom-color,http://www.w3.org/TR/CSS21/box.html#border-color-properties 0171f11e769d137294389381bebaa4700cc59a71 `Microsoft`<http://www.microsoft.com/> The 'border-bottom-color' set to rgb(+255, +255, +255) renders the correct color.
|
|
border-bottom-color-068 reference/border-bottom-color-006-ref Border-bottom-color set to rgb() using integers with a maximum plus one value, rgb(256, 256, 256) invalid http://www.w3.org/TR/CSS21/box.html#propdef-border-bottom-color,http://www.w3.org/TR/CSS21/box.html#border-color-properties 1de19952bd91eea700408c37b98b713e27ef44fd `Microsoft`<http://www.microsoft.com/> The 'border-bottom-color' set to rgb(256, 256, 256) truncates to a valid value.
|
|
border-bottom-color-069 reference/border-bottom-color-001-ref Border-bottom-color set to rgb() using percentages with red set to the minimum minus one value, rgb(-1%, 0%, 0%) invalid http://www.w3.org/TR/CSS21/box.html#propdef-border-bottom-color,http://www.w3.org/TR/CSS21/box.html#border-color-properties 9c52c35982428b8470dfcbbbc068294c1d93376c `Microsoft`<http://www.microsoft.com/> The 'border-bottom-color' set to rgb(-1%, 0%, 0%) falls back to the initial value.
|
|
border-bottom-color-070 reference/border-bottom-color-070-ref Border-bottom-color set to rgb() using percentages with red set to the minimum plus one value, rgb(1%, 0%, 0%) http://www.w3.org/TR/CSS21/box.html#propdef-border-bottom-color,http://www.w3.org/TR/CSS21/box.html#border-color-properties 8b22f66ac13c3563204bd01019ec70083165f094 `Microsoft`<http://www.microsoft.com/>,`Rebecca Hauck`<rhauck@adobe.com> The 'border-bottom-color' set to rgb(1%, 0%, 0%) renders the correct color.
|
|
border-bottom-color-071 reference/border-bottom-color-001-ref Border-bottom-color set to rgb() using percentages with red set to the minimum value and minus sign, rgb(-0%, 0%, 0%) http://www.w3.org/TR/CSS21/box.html#propdef-border-bottom-color,http://www.w3.org/TR/CSS21/box.html#border-color-properties 54082a0cfce8a374fb011d04a566f219966da816 `Microsoft`<http://www.microsoft.com/> The 'border-bottom-color' set to rgb(-0%, 0%, 0%) renders the correct color.
|
|
border-bottom-color-072 reference/border-bottom-color-001-ref Border-bottom-color set to rgb() using percentages with red set to the minimum value and plus sign, rgb(+0%, 0%, 0%) http://www.w3.org/TR/CSS21/box.html#propdef-border-bottom-color,http://www.w3.org/TR/CSS21/box.html#border-color-properties 666ddb4485f356945fb2b505ae441326f4b55dd4 `Microsoft`<http://www.microsoft.com/> The 'border-bottom-color' set to rgb(+0%, 0%, 0%) renders the correct color.
|
|
border-bottom-color-073 reference/border-bottom-color-073-ref Border-bottom-color set to rgb() using percentages with red set to a nominal value, rgb(40%, 0%, 0%) http://www.w3.org/TR/CSS21/box.html#propdef-border-bottom-color,http://www.w3.org/TR/CSS21/box.html#border-color-properties d219f16a8ca7c65d7c5e190872e0d2bb1f23596f `Microsoft`<http://www.microsoft.com/>,`Rebecca Hauck`<rhauck@adobe.com> The 'border-bottom-color' set to rgb(40%, 0%, 0%) renders the correct color.
|
|
border-bottom-color-074 reference/border-bottom-color-073-ref Border-bottom-color set to rgb() using percentages with red set to a nominal value with a plus sign, rgb(+40%, 0%, 0%) http://www.w3.org/TR/CSS21/box.html#propdef-border-bottom-color,http://www.w3.org/TR/CSS21/box.html#border-color-properties 37451cd2f9247d6139be8c7efc79094b7543e8ab `Microsoft`<http://www.microsoft.com/>,`Rebecca Hauck`<rhauck@adobe.com> The 'border-bottom-color' set to rgb(+40%, 0%, 0%) renders the correct color.
|
|
border-bottom-color-075 reference/border-bottom-color-075-ref Border-bottom-color set to rgb() using percentages with red set to a maximum minus one value, rgb(99%, 0%, 0%) http://www.w3.org/TR/CSS21/box.html#propdef-border-bottom-color,http://www.w3.org/TR/CSS21/box.html#border-color-properties 4cab1ada32ea2d0989d71b4bca071fd1634fe75f `Microsoft`<http://www.microsoft.com/>,`Rebecca Hauck`<rhauck@adobe.com> The 'border-bottom-color' set to rgb(99%, 0%, 0%) renders the correct color.
|
|
border-bottom-color-076 reference/border-bottom-color-012-ref Border-bottom-color set to rgb() using percentages with red set to a maximum value, rgb(100%, 0%, 0%) http://www.w3.org/TR/CSS21/box.html#propdef-border-bottom-color,http://www.w3.org/TR/CSS21/box.html#border-color-properties adb15ec3c52edb6627c610539ff0f5e085863f82 `Microsoft`<http://www.microsoft.com/> The 'border-bottom-color' set to rgb(100%, 0%, 0%) renders the correct color.
|
|
border-bottom-color-077 reference/border-bottom-color-012-ref Border-bottom-color set to rgb() using percentages with red set to a maximum value with a plus sign, rgb(+100%, 0%, 0%) http://www.w3.org/TR/CSS21/box.html#propdef-border-bottom-color,http://www.w3.org/TR/CSS21/box.html#border-color-properties 7ff9090bac56c021f850930ae90788b6d88c313f `Microsoft`<http://www.microsoft.com/> The 'border-bottom-color' set to rgb(+100%, 0%, 0%) renders the correct color.
|
|
border-bottom-color-078 reference/border-bottom-color-012-ref Border-bottom-color set to rgb() using percentages with red set to a maximum plus one value, rgb(101%, 0%, 0%) invalid http://www.w3.org/TR/CSS21/box.html#propdef-border-bottom-color,http://www.w3.org/TR/CSS21/box.html#border-color-properties 6378974142135034602a395f7e3718088905cc78 `Microsoft`<http://www.microsoft.com/> The 'border-bottom-color' set to rgb(101%, 0%, 0%) truncates to a valid value.
|
|
border-bottom-color-079 reference/border-bottom-color-001-ref Border-bottom-color set to rgb() using integers with red set to the minimum minus one value, rgb(-1, 0, 0) invalid http://www.w3.org/TR/CSS21/box.html#propdef-border-bottom-color,http://www.w3.org/TR/CSS21/box.html#border-color-properties f2dfc38388e69b981b551bd925d0fbbd919b5c5c `Microsoft`<http://www.microsoft.com/> The 'border-bottom-color' set to rgb(-1, 0, 0) truncates to a valid value.
|
|
border-bottom-color-080 reference/border-bottom-color-009-ref Border-bottom-color set to rgb() using integers with red set to the minimum plus one value, rgb(1, 0, 0) http://www.w3.org/TR/CSS21/box.html#propdef-border-bottom-color,http://www.w3.org/TR/CSS21/box.html#border-color-properties 09179b67a04e35523a2e0e30f5a031bce6a27c21 `Microsoft`<http://www.microsoft.com/> The 'border-bottom-color' set to rgb(1, 0, 0) renders the correct color.
|
|
border-bottom-color-081 reference/border-bottom-color-001-ref Border-bottom-color set to rgb() using integers with red set to the minimum value with a minus sign, rgb(-0, 0, 0) http://www.w3.org/TR/CSS21/box.html#propdef-border-bottom-color,http://www.w3.org/TR/CSS21/box.html#border-color-properties 99e1afc3357e13385f64fb2bbaa44fc958188383 `Microsoft`<http://www.microsoft.com/> The 'border-bottom-color' set to rgb(-0, 0, 0) renders the correct color.
|
|
border-bottom-color-082 reference/border-bottom-color-001-ref Border-bottom-color set to rgb() using integers with red set to the minimum value with a plus sign, rgb(+0, 0, 0) http://www.w3.org/TR/CSS21/box.html#propdef-border-bottom-color,http://www.w3.org/TR/CSS21/box.html#border-color-properties 1396d70ebc6bdfbcf671e34bc5879e0b1c563afc `Microsoft`<http://www.microsoft.com/> The 'border-bottom-color' set to rgb(+0, 0, 0) renders the correct color.
|
|
border-bottom-color-083 reference/border-bottom-color-083-ref Border-bottom-color set to rgb() using integers with red set to a nominal value, rgb(128, 0, 0) http://www.w3.org/TR/CSS21/box.html#propdef-border-bottom-color,http://www.w3.org/TR/CSS21/box.html#border-color-properties d7f519f2f0a2050a3ad18f50f144fcd76253c6ee `Microsoft`<http://www.microsoft.com/> The 'border-bottom-color' set to rgb(128, 0, 0) renders the correct color.
|
|
border-bottom-color-084 reference/border-bottom-color-083-ref Border-bottom-color set to rgb() using integers with red set to a nominal value with a plus sign, rgb(+128, 0, 0) http://www.w3.org/TR/CSS21/box.html#propdef-border-bottom-color,http://www.w3.org/TR/CSS21/box.html#border-color-properties 609b50a69659fe31de36c9cee9acd5eb2a049117 `Microsoft`<http://www.microsoft.com/> The 'border-bottom-color' set to rgb(+128, 0, 0) renders the correct color.
|
|
border-bottom-color-085 reference/border-bottom-color-011-ref Border-bottom-color set to rgb() using integers with red set to a maximum minus one value, rgb(254, 0, 0) http://www.w3.org/TR/CSS21/box.html#propdef-border-bottom-color,http://www.w3.org/TR/CSS21/box.html#border-color-properties 7c13fdac19985ca5e649cd2d5f12ba2a54b5d941 `Microsoft`<http://www.microsoft.com/> The 'border-bottom-color' set to rgb(254, 0, 0) renders the correct color.
|
|
border-bottom-color-086 reference/border-bottom-color-012-ref Border-bottom-color set to rgb() using integers with red set to a maximum value, rgb(255, 0, 0) http://www.w3.org/TR/CSS21/box.html#propdef-border-bottom-color,http://www.w3.org/TR/CSS21/box.html#border-color-properties 6e7f31842382f218e634431ed3da4fa9f408247c `Microsoft`<http://www.microsoft.com/> The 'border-bottom-color' set to rgb(255, 0, 0) renders the correct color.
|
|
border-bottom-color-087 reference/border-bottom-color-012-ref Border-bottom-color set to rgb() using integers with red set to a maximum value with a plus sign, rgb(+255, 0, 0) http://www.w3.org/TR/CSS21/box.html#propdef-border-bottom-color,http://www.w3.org/TR/CSS21/box.html#border-color-properties cb0fcc3c51ed7ab842b3a3dd42bf5b82e078e0dc `Microsoft`<http://www.microsoft.com/> The 'border-bottom-color' set to rgb(+255, 0, 0) renders the correct color.
|
|
border-bottom-color-088 reference/border-bottom-color-012-ref Border-bottom-color set to rgb() using integers with red set to a maximum plus one value, rgb(256, 0, 0) invalid http://www.w3.org/TR/CSS21/box.html#propdef-border-bottom-color,http://www.w3.org/TR/CSS21/box.html#border-color-properties 6d92fca3cf1c55e1c03747fa9c566cccc7d1d3bf `Microsoft`<http://www.microsoft.com/> The 'border-bottom-color' set to rgb(256, 0, 0) truncates to a valid value.
|
|
border-bottom-color-089 reference/border-bottom-color-001-ref Border-bottom-color set to rgb() using percentages with green set to the minimum minus one value, rgb(0%, -1%, 0%) invalid http://www.w3.org/TR/CSS21/box.html#propdef-border-bottom-color,http://www.w3.org/TR/CSS21/box.html#border-color-properties 2405198e07d4378b6ef1deaac9d890c436364d65 `Microsoft`<http://www.microsoft.com/> The 'border-bottom-color' set to rgb(0%, -1%, 0%) truncates to a valid value.
|
|
border-bottom-color-090 reference/border-bottom-color-090-ref Border-bottom-color set to rgb() using percentages with green set to the minimum plus one value, rgb(0%, 1%, 0%) http://www.w3.org/TR/CSS21/box.html#propdef-border-bottom-color,http://www.w3.org/TR/CSS21/box.html#border-color-properties d6c3e36575fa7c4b95a795750101983f87b48487 `Microsoft`<http://www.microsoft.com/>,`Rebecca Hauck`<rhauck@adobe.com> The 'border-bottom-color' set to rgb(0%, 1%, 0%) renders the correct color.
|
|
border-bottom-color-091 reference/border-bottom-color-001-ref Border-bottom-color set to rgb() using percentages with green set to the minimum value and minus sign, rgb(0%, -0%, 0%) http://www.w3.org/TR/CSS21/box.html#propdef-border-bottom-color,http://www.w3.org/TR/CSS21/box.html#border-color-properties 135870983899ee1aee5d2242fa203bd2408627ca `Microsoft`<http://www.microsoft.com/> The 'border-bottom-color' set to rgb(0%, -0%, 0%) renders the correct color.
|
|
border-bottom-color-092 reference/border-bottom-color-001-ref Border-bottom-color set to rgb() using percentages with green set to the minimum value and plus sign, rgb(0%, +0%, 0%) http://www.w3.org/TR/CSS21/box.html#propdef-border-bottom-color,http://www.w3.org/TR/CSS21/box.html#border-color-properties 192011e7ce0af4c51f15fc07da14011c42254c4d `Microsoft`<http://www.microsoft.com/> The 'border-bottom-color' set to rgb(0%, +0%, 0%) renders the correct color.
|
|
border-bottom-color-093 reference/border-bottom-color-093-ref Border-bottom-color set to rgb() using percentages with green set to a nominal value, rgb(0%, 40%, 0%) http://www.w3.org/TR/CSS21/box.html#propdef-border-bottom-color,http://www.w3.org/TR/CSS21/box.html#border-color-properties 403b8d6cc105875d7a187f7dad0808c6f2aa1100 `Microsoft`<http://www.microsoft.com/>,`Rebecca Hauck`<rhauck@adobe.com> The 'border-bottom-color' set to rgb(0%, 40%, 0%) renders the correct color.
|
|
border-bottom-color-094 reference/border-bottom-color-093-ref Border-bottom-color set to rgb() using percentages with green set to a nominal value with a plus sign, rgb(0%, +40%, 0%) http://www.w3.org/TR/CSS21/box.html#propdef-border-bottom-color,http://www.w3.org/TR/CSS21/box.html#border-color-properties aed138503ff22757fa29a07170f77c235e17de6e `Microsoft`<http://www.microsoft.com/>,`Rebecca Hauck`<rhauck@adobe.com> The 'border-bottom-color' set to rgb(0%, +40%, 0%) renders the correct color.
|
|
border-bottom-color-095 reference/border-bottom-color-095-ref Border-bottom-color set to rgb() using percentages with green set to a maximum minus one value, rgb(0%, 99%, 0%) http://www.w3.org/TR/CSS21/box.html#propdef-border-bottom-color,http://www.w3.org/TR/CSS21/box.html#border-color-properties 9de18b8caa94c31aa23018bbe392bb3dc0dfa5d6 `Microsoft`<http://www.microsoft.com/>,`Rebecca Hauck`<rhauck@adobe.com> The 'border-bottom-color' set to rgb(0%, 99%, 0%) renders the correct color.
|
|
border-bottom-color-096 reference/border-bottom-color-017-ref Border-bottom-color set to rgb() using percentages with green set to a maximum value, rgb(0%, 100%, 0%) http://www.w3.org/TR/CSS21/box.html#propdef-border-bottom-color,http://www.w3.org/TR/CSS21/box.html#border-color-properties f2cf7077c0b99110b3048cc224eaba7705760cef `Microsoft`<http://www.microsoft.com/> The 'border-bottom-color' set to rgb(0%, 100%, 0%) renders the correct color.
|
|
border-bottom-color-097 reference/border-bottom-color-017-ref Border-bottom-color set to rgb() using percentages with green set to a maximum value with a plus sign, rgb(0%, +100%, 0%) http://www.w3.org/TR/CSS21/box.html#propdef-border-bottom-color,http://www.w3.org/TR/CSS21/box.html#border-color-properties 953dcd2eaa7e9b9fe98b67d3c4588475213007d5 `Microsoft`<http://www.microsoft.com/> The 'border-bottom-color' set to rgb(0%, +100%, 0%) renders the correct color.
|
|
border-bottom-color-098 reference/border-bottom-color-017-ref Border-bottom-color set to rgb() using percentages with green set to a maximum plus one value, rgb(0%, 101%, 0%) invalid http://www.w3.org/TR/CSS21/box.html#propdef-border-bottom-color,http://www.w3.org/TR/CSS21/box.html#border-color-properties 14709cc77af959ba8edeacc216ce28548b48fffc `Microsoft`<http://www.microsoft.com/> The 'border-bottom-color' set to rgb(0%, 101%, 0%) truncates to a valid value.
|
|
border-bottom-color-099 reference/border-bottom-color-001-ref Border-bottom-color set to rgb() using integers with green set to the minimum minus one value, rgb(0, -1, 0) invalid http://www.w3.org/TR/CSS21/box.html#propdef-border-bottom-color,http://www.w3.org/TR/CSS21/box.html#border-color-properties 3279a2affe76e8b5eae118c066618b47d0cbe786 `Microsoft`<http://www.microsoft.com/> The 'border-bottom-color' set to rgb(-1, 0, 0) truncates to a valid value.
|
|
border-bottom-color-100 reference/border-bottom-color-100-ref Border-bottom-color set to rgb() using integers with green set to the minimum plus one value, rgb(0, 1, 0) http://www.w3.org/TR/CSS21/box.html#propdef-border-bottom-color,http://www.w3.org/TR/CSS21/box.html#border-color-properties c33a84aac7093d05f3247a718eace57f167f634c `Microsoft`<http://www.microsoft.com/> The 'border-bottom-color' set to rgb(0, 1, 0) renders the correct color.
|
|
border-bottom-color-101 reference/border-bottom-color-001-ref Border-bottom-color set to rgb() using integers with green set to the minimum value with a minus sign, rgb(0, -0, 0) http://www.w3.org/TR/CSS21/box.html#propdef-border-bottom-color,http://www.w3.org/TR/CSS21/box.html#border-color-properties 50d5708f19d0553612e0c18c6a6b3c30cb1ce476 `Microsoft`<http://www.microsoft.com/> The 'border-bottom-color' set to rgb(0, -0, 0) renders the correct color.
|
|
border-bottom-color-102 reference/border-bottom-color-001-ref Border-bottom-color set to rgb() using integers with green set to the minimum value with a plus sign, rgb(0, +0, 0) http://www.w3.org/TR/CSS21/box.html#propdef-border-bottom-color,http://www.w3.org/TR/CSS21/box.html#border-color-properties 4f20476a500b0058ead82892030af74b69eb4341 `Microsoft`<http://www.microsoft.com/> The 'border-bottom-color' set to rgb(0, +0, 0) renders the correct color.
|
|
border-bottom-color-103 reference/border-bottom-color-103-ref Border-bottom-color set to rgb() using integers with green set to a nominal value, rgb(0, 128, 0) http://www.w3.org/TR/CSS21/box.html#propdef-border-bottom-color,http://www.w3.org/TR/CSS21/box.html#border-color-properties fe82ebc8dfca90460d3cfb8c9d2ddf478eeb829d `Microsoft`<http://www.microsoft.com/> The 'border-bottom-color' set to rgb(0, 128, 0) renders the correct color.
|
|
border-bottom-color-104 reference/border-bottom-color-103-ref Border-bottom-color set to rgb() using integers with green set to a nominal value with a plus sign, rgb(0, +128, 0) http://www.w3.org/TR/CSS21/box.html#propdef-border-bottom-color,http://www.w3.org/TR/CSS21/box.html#border-color-properties 502a53c8153a2c11a897364b1fc8299845adffba `Microsoft`<http://www.microsoft.com/> The 'border-bottom-color' set to rgb(0, +128, 0) renders the correct color.
|
|
border-bottom-color-105 reference/border-bottom-color-016-ref Border-bottom-color set to rgb() using integers with green set to a maximum minus one value, rgb(0, 254, 0) http://www.w3.org/TR/CSS21/box.html#propdef-border-bottom-color,http://www.w3.org/TR/CSS21/box.html#border-color-properties cd96af37bc0a6792b8205f2f4012c1de88f7f93c `Microsoft`<http://www.microsoft.com/> The 'border-bottom-color' set to rgb(0, 254, 0) renders the correct color.
|
|
border-bottom-color-106 reference/border-bottom-color-017-ref Border-bottom-color set to rgb() using integers with green set to a maximum value, rgb(0, 255, 0) http://www.w3.org/TR/CSS21/box.html#propdef-border-bottom-color,http://www.w3.org/TR/CSS21/box.html#border-color-properties b3d4d17c355d0ebaa470da84c6d0ad277edf4a61 `Microsoft`<http://www.microsoft.com/> The 'border-bottom-color' set to rgb(0, 255, 0) renders the correct color.
|
|
border-bottom-color-107 reference/border-bottom-color-017-ref Border-bottom-color set to rgb() using integers with green set to a maximum value with a plus sign, rgb(0, +255, 0) http://www.w3.org/TR/CSS21/box.html#propdef-border-bottom-color,http://www.w3.org/TR/CSS21/box.html#border-color-properties 6a044559c60d63c526a8175aeb9c57ce34952aa5 `Microsoft`<http://www.microsoft.com/> The 'border-bottom-color' set to rgb(0, +255, 0) renders the correct color.
|
|
border-bottom-color-108 reference/border-bottom-color-017-ref Border-bottom-color set to rgb() using integers with green set to a maximum plus one value, rgb(0, 256 0) invalid http://www.w3.org/TR/CSS21/box.html#propdef-border-bottom-color,http://www.w3.org/TR/CSS21/box.html#border-color-properties efb4a47320dc5bf0bb33fb94ad349ea5f916ca62 `Microsoft`<http://www.microsoft.com/> The 'border-bottom-color' set to rgb(0, 256, 0) properly truncates to a valid value.
|
|
border-bottom-color-109 reference/border-bottom-color-001-ref Border-bottom-color set to rgb() using percentages with blue set to the minimum minus one value, rgb(0%, 0%, -1%) invalid http://www.w3.org/TR/CSS21/box.html#propdef-border-bottom-color,http://www.w3.org/TR/CSS21/box.html#border-color-properties d22ba0d9aaf721bad3e3cb986b9045c090b7ae6b `Microsoft`<http://www.microsoft.com/> The 'border-bottom-color' set to rgb(0%, 0%, -1%) truncates to a valid value.
|
|
border-bottom-color-110 reference/border-bottom-color-110-ref Border-bottom-color set to rgb() using percentages with blue set to the minimum plus one value, rgb(0%, 0%, 1%) http://www.w3.org/TR/CSS21/box.html#propdef-border-bottom-color,http://www.w3.org/TR/CSS21/box.html#border-color-properties 16a74466cc6f7d48597c23dab497d76c805c6782 `Microsoft`<http://www.microsoft.com/>,`Rebecca Hauck`<rhauck@adobe.com> The 'border-bottom-color' set to rgb(0%, 0%, 1%) renders the correct color.
|
|
border-bottom-color-111 reference/border-bottom-color-001-ref Border-bottom-color set to rgb() using percentages with blue set to the minimum value and minus sign, rgb(0%, 0%, -0%) http://www.w3.org/TR/CSS21/box.html#propdef-border-bottom-color,http://www.w3.org/TR/CSS21/box.html#border-color-properties 8648f063d0d9da60e9f2d67c3656eefe0d85974c `Microsoft`<http://www.microsoft.com/> The 'border-bottom-color' set to rgb(0%, 0%, -0%) renders the correct color.
|
|
border-bottom-color-112 reference/border-bottom-color-001-ref Border-bottom-color set to rgb() using percentages with blue set to the minimum value and plus sign, rgb(0%, 0%, +0%) http://www.w3.org/TR/CSS21/box.html#propdef-border-bottom-color,http://www.w3.org/TR/CSS21/box.html#border-color-properties 1334eda8ab487e27d017f1aa8bbedcf28467fbd7 `Microsoft`<http://www.microsoft.com/> The 'border-bottom-color' set to rgb(0%, 0%, +0%) renders the correct color.
|
|
border-bottom-color-113 reference/border-bottom-color-113-ref Border-bottom-color set to rgb() using percentages with blue set to a nominal value, rgb(0%, 0%, 40%) http://www.w3.org/TR/CSS21/box.html#propdef-border-bottom-color,http://www.w3.org/TR/CSS21/box.html#border-color-properties 6acf2b001f3f346dbc8d6407ef501447f5c76da9 `Microsoft`<http://www.microsoft.com/>,`Rebecca Hauck`<rhauck@adobe.com> The 'border-bottom-color' set to rgb(0%, 0%, 40%) renders the correct color.
|
|
border-bottom-color-114 reference/border-bottom-color-113-ref Border-bottom-color set to rgb() using percentages with blue set to a nominal value with a plus sign, rgb(0%, 0%, +40%) http://www.w3.org/TR/CSS21/box.html#propdef-border-bottom-color,http://www.w3.org/TR/CSS21/box.html#border-color-properties ba1949c6c99dab8f181283e8eb964be612ef552f `Microsoft`<http://www.microsoft.com/>,`Rebecca Hauck`<rhauck@adobe.com> The 'border-bottom-color' set to rgb(0%, 0%, +40%) renders the correct color.
|
|
border-bottom-color-115 reference/border-bottom-color-115-ref Border-bottom-color set to rgb() using percentages with blue set to a maximum minus one value, rgb(0%, 0%, 99%) http://www.w3.org/TR/CSS21/box.html#propdef-border-bottom-color,http://www.w3.org/TR/CSS21/box.html#border-color-properties 0d0a9ac06981d615ab7cd9a627f466958db6a84b `Microsoft`<http://www.microsoft.com/>,`Rebecca Hauck`<rhauck@adobe.com> The 'border-bottom-color' set to rgb(0%, 0%, 99%) renders the correct color.
|
|
border-bottom-color-116 reference/border-bottom-color-022-ref Border-bottom-color set to rgb() using percentages with blue set to a maximum value, rgb(0%, 0%, 100%) http://www.w3.org/TR/CSS21/box.html#propdef-border-bottom-color,http://www.w3.org/TR/CSS21/box.html#border-color-properties 3d778fc08e91965dddba4e1352cb8386985c7ab9 `Microsoft`<http://www.microsoft.com/> The 'border-bottom-color' set to rgb(0%, 0%, 100%) renders the correct color.
|
|
border-bottom-color-117 reference/border-bottom-color-022-ref Border-bottom-color set to rgb() using percentages with blue set to a maximum value with a plus sign, rgb(0%, 0%, +100%) http://www.w3.org/TR/CSS21/box.html#propdef-border-bottom-color,http://www.w3.org/TR/CSS21/box.html#border-color-properties 5bb42a5eae5a65d33088e9b3b6ac56697662c0b0 `Microsoft`<http://www.microsoft.com/> The 'border-bottom-color' set to rgb(0%, 0%, +100%) renders the correct color.
|
|
border-bottom-color-118 reference/border-bottom-color-022-ref Border-bottom-color set to rgb() using percentages with blue set to a maximum plus one value, rgb(0%, 0%, 101%) invalid http://www.w3.org/TR/CSS21/box.html#propdef-border-bottom-color,http://www.w3.org/TR/CSS21/box.html#border-color-properties 55482181ff7b44f78c2a39c5e81903d858afedea `Microsoft`<http://www.microsoft.com/> The 'border-bottom-color' set to rgb(0%, 0%, 101%) truncates to a valid value.
|
|
border-bottom-color-119 reference/border-bottom-color-001-ref Border-bottom-color set to rgb() using integers with blue set to the minimum minus one value, rgb(0, 0, -1) invalid http://www.w3.org/TR/CSS21/box.html#propdef-border-bottom-color,http://www.w3.org/TR/CSS21/box.html#border-color-properties c8d2ef5affb6964d7d19eea84f34d626334c76f2 `Microsoft`<http://www.microsoft.com/> The 'border-bottom-color' set to rgb(0, 0, -1) truncates to a valid value.
|
|
border-bottom-color-120 reference/border-bottom-color-019-ref Border-bottom-color set to rgb() using integers with blue set to the minimum plus one value, rgb(0, 0, 1) http://www.w3.org/TR/CSS21/box.html#propdef-border-bottom-color,http://www.w3.org/TR/CSS21/box.html#border-color-properties 3451b5db4936e3020a9480a4c6cf014070861573 `Microsoft`<http://www.microsoft.com/> The 'border-bottom-color' set to rgb(0, 0, 1) renders the correct color.
|
|
border-bottom-color-121 reference/border-bottom-color-001-ref Border-bottom-color set to rgb() using integers with blue set to the minimum value with a minus sign, rgb(0, 0, -0) http://www.w3.org/TR/CSS21/box.html#propdef-border-bottom-color,http://www.w3.org/TR/CSS21/box.html#border-color-properties d3fd0eff81a8110454ad88d829a2ecb937728ca1 `Microsoft`<http://www.microsoft.com/> The 'border-bottom-color' set to rgb(0, 0, -0) renders the correct color.
|
|
border-bottom-color-122 reference/border-bottom-color-001-ref Border-bottom-color set to rgb() using integers with blue set to the minimum value with a plus sign, rgb(0, 0, +0) http://www.w3.org/TR/CSS21/box.html#propdef-border-bottom-color,http://www.w3.org/TR/CSS21/box.html#border-color-properties d24f224bb885b8114f237cf78cff7827040e87e7 `Microsoft`<http://www.microsoft.com/> The 'border-bottom-color' set to rgb(0, 0, +0) renders the correct color.
|
|
border-bottom-color-123 reference/border-bottom-color-123-ref Border-bottom-color set to rgb() using integers with blue set to a nominal value, rgb(0, 0, 128) http://www.w3.org/TR/CSS21/box.html#propdef-border-bottom-color,http://www.w3.org/TR/CSS21/box.html#border-color-properties d57f501c0608753965bfb6d91dc1abfa8eace09c `Microsoft`<http://www.microsoft.com/> The 'border-bottom-color' set to rgb(0, 0, 128) renders the correct color.
|
|
border-bottom-color-124 reference/border-bottom-color-123-ref Border-bottom-color set to rgb() using integers with blue set to a nominal value with a plus sign, rgb(0, 0, +128) http://www.w3.org/TR/CSS21/box.html#propdef-border-bottom-color,http://www.w3.org/TR/CSS21/box.html#border-color-properties 020e30de2cb0768b2abec26b50940c8f880c9419 `Microsoft`<http://www.microsoft.com/> The 'border-bottom-color' set to rgb(0, 0, +128) renders the correct color.
|
|
border-bottom-color-125 reference/border-bottom-color-021-ref Border-bottom-color set to rgb() using integers with blue set to a maximum minus one value, rgb(0, 0, 254) http://www.w3.org/TR/CSS21/box.html#propdef-border-bottom-color,http://www.w3.org/TR/CSS21/box.html#border-color-properties 14848cbb5eb6750105ebf1fea2989a196760791f `Microsoft`<http://www.microsoft.com/> The 'border-bottom-color' set to rgb(0, 0, 254) renders the correct color.
|
|
border-bottom-color-126 reference/border-bottom-color-022-ref Border-bottom-color set to rgb() using integers with blue set to a maximum value, rgb(0, 0, 255) http://www.w3.org/TR/CSS21/box.html#propdef-border-bottom-color,http://www.w3.org/TR/CSS21/box.html#border-color-properties 0184f76115a86dfddcab78c27a78877b75d300ce `Microsoft`<http://www.microsoft.com/> The 'border-bottom-color' set to rgb(0, 0, 255) renders the correct color.
|
|
border-bottom-color-127 reference/border-bottom-color-022-ref Border-bottom-color set to rgb() using integers with blue set to a maximum value with a plus sign, rgb(0, 0, +255) http://www.w3.org/TR/CSS21/box.html#propdef-border-bottom-color,http://www.w3.org/TR/CSS21/box.html#border-color-properties a734cb00b1df57750cfd90cffaa089758f4dc2e5 `Microsoft`<http://www.microsoft.com/> The 'border-bottom-color' set to rgb(0, 0, +255) renders the correct color.
|
|
border-bottom-color-128 reference/border-bottom-color-022-ref Border-bottom-color set to rgb() using integers with blue set to a maximum plus one value, rgb(0, 0, 256) invalid http://www.w3.org/TR/CSS21/box.html#propdef-border-bottom-color,http://www.w3.org/TR/CSS21/box.html#border-color-properties a0b0cc47354cec906fa2f1f14de2af589b185988 `Microsoft`<http://www.microsoft.com/> The 'border-bottom-color' set to rgb(0, 0, 256) properly truncates to a valid value.
|
|
border-bottom-color-129 reference/border-bottom-color-129-ref Border-bottom-color set to aqua http://www.w3.org/TR/CSS21/box.html#propdef-border-bottom-color,http://www.w3.org/TR/CSS21/box.html#border-color-properties 6eb9af82a3260ef52aa0f6e0be73370d35b37699 `Microsoft`<http://www.microsoft.com/> The 'border-bottom-color' set to aqua causes the border-bottom-color of the box to be aqua.
|
|
border-bottom-color-130 reference/border-bottom-color-001-ref Border-bottom-color set to black http://www.w3.org/TR/CSS21/box.html#propdef-border-bottom-color,http://www.w3.org/TR/CSS21/box.html#border-color-properties f929d6b0cd14d5dac9cdfe93ece8384aec5f7a11 `Microsoft`<http://www.microsoft.com/> The 'border-bottom-color' set to black causes the border-bottom-color of the box to be black.
|
|
border-bottom-color-131 reference/border-bottom-color-131-ref Border-bottom-color set to blue http://www.w3.org/TR/CSS21/box.html#propdef-border-bottom-color,http://www.w3.org/TR/CSS21/box.html#border-color-properties 990280bcec1b1f7aaabe6c380eae013a92646480 `Microsoft`<http://www.microsoft.com/> The 'border-bottom-color' set to blue causes the border-bottom-color of the box to be blue.
|
|
border-bottom-color-132 reference/border-bottom-color-132-ref Border-bottom-color set to fuchsia http://www.w3.org/TR/CSS21/box.html#propdef-border-bottom-color,http://www.w3.org/TR/CSS21/box.html#border-color-properties 7923f743a9c5894b2fb130956fa738b895b1b881 `Microsoft`<http://www.microsoft.com/> The 'border-bottom-color' set to fuchsia causes the border-bottom-color of the box to be fuchsia.
|
|
border-bottom-color-133 reference/border-bottom-color-133-ref Border-bottom-color set to gray http://www.w3.org/TR/CSS21/box.html#propdef-border-bottom-color,http://www.w3.org/TR/CSS21/box.html#border-color-properties c38bb527b7c10aa6055c42537a71c21330285509 `Microsoft`<http://www.microsoft.com/> The 'border-bottom-color' set to gray causes the border-bottom-color of the box to be gray.
|
|
border-bottom-color-134 reference/border-bottom-color-134-ref Border-bottom-color set to green http://www.w3.org/TR/CSS21/box.html#propdef-border-bottom-color,http://www.w3.org/TR/CSS21/box.html#border-color-properties 9919a2e6a165642f678ecee0e0adf3f8520aa02f `Microsoft`<http://www.microsoft.com/> The 'border-bottom-color' set to green causes the background of the box to be green.
|
|
border-bottom-color-135 reference/border-bottom-color-135-ref Border-bottom-color set to lime http://www.w3.org/TR/CSS21/box.html#propdef-border-bottom-color,http://www.w3.org/TR/CSS21/box.html#border-color-properties 2b3dfd8f30d94961dc9fde9b7ac1e0d264584159 `Microsoft`<http://www.microsoft.com/> The 'border-bottom-color' set to lime causes the border-bottom-color of the box to be lime.
|
|
border-bottom-color-136 reference/border-bottom-color-136-ref Border-bottom-color set to maroon http://www.w3.org/TR/CSS21/box.html#propdef-border-bottom-color,http://www.w3.org/TR/CSS21/box.html#border-color-properties e468092c19aa6ffd16045f13165d3c1cc6b970b1 `Microsoft`<http://www.microsoft.com/> The 'border-bottom-color' set to maroon causes the border-bottom-color of the box to be maroon.
|
|
border-bottom-color-137 reference/border-bottom-color-137-ref Border-bottom-color set to navy http://www.w3.org/TR/CSS21/box.html#propdef-border-bottom-color,http://www.w3.org/TR/CSS21/box.html#border-color-properties b28a1c8f01fb0153197c3fa63ce5fe6f3518bfea `Microsoft`<http://www.microsoft.com/> The 'border-bottom-color' set to navy causes the border-bottom-color of the box to be navy.
|
|
border-bottom-color-138 reference/border-bottom-color-138-ref Border-bottom-color set to olive http://www.w3.org/TR/CSS21/box.html#propdef-border-bottom-color,http://www.w3.org/TR/CSS21/box.html#border-color-properties 4370855a05f7c8ef3769b9f7c37f88b00c8118c5 `Microsoft`<http://www.microsoft.com/> The 'border-bottom-color' set to olive causes the border-bottom-color of the box to be olive.
|
|
border-bottom-color-139 reference/border-bottom-color-139-ref Border-bottom-color set to orange http://www.w3.org/TR/CSS21/box.html#propdef-border-bottom-color,http://www.w3.org/TR/CSS21/box.html#border-color-properties fec87925ac3e560da90ff1c19bcc06e9e2e98680 `Microsoft`<http://www.microsoft.com/> The 'border-bottom-color' set to orange causes the border-bottom-color of the box to be orange.
|
|
border-bottom-color-140 reference/border-bottom-color-140-ref Border-bottom-color set to purple http://www.w3.org/TR/CSS21/box.html#propdef-border-bottom-color,http://www.w3.org/TR/CSS21/box.html#border-color-properties 991b660d2d6c1fee85457c9675bff12693daa20d `Microsoft`<http://www.microsoft.com/> The 'border-bottom-color' set to purple causes the border-bottom-color of the box to be purple.
|
|
border-bottom-color-141 reference/border-bottom-color-141-ref Border-bottom-color set to red http://www.w3.org/TR/CSS21/box.html#propdef-border-bottom-color,http://www.w3.org/TR/CSS21/box.html#border-color-properties 87d8738663871505e706512b85451107dd892473 `Microsoft`<http://www.microsoft.com/> The 'border-bottom-color' set to red causes the border-bottom-color of the box to be red.
|
|
border-bottom-color-142 reference/border-bottom-color-142-ref Border-bottom-color set to silver http://www.w3.org/TR/CSS21/box.html#propdef-border-bottom-color,http://www.w3.org/TR/CSS21/box.html#border-color-properties e12ea349e56265c68da5539c34ac643dfd528cf0 `Microsoft`<http://www.microsoft.com/> The 'border-bottom-color' set to silver causes the border-bottom-color of the box to be silver.
|
|
border-bottom-color-143 reference/border-bottom-color-143-ref Border-bottom-color set to teal http://www.w3.org/TR/CSS21/box.html#propdef-border-bottom-color,http://www.w3.org/TR/CSS21/box.html#border-color-properties 9592bd8af97a2553da4a76e51fad5feafafb4c47 `Microsoft`<http://www.microsoft.com/> The 'border-bottom-color' set to teal causes the border-bottom-color of the box to be teal.
|
|
border-bottom-color-144 reference/border-bottom-color-144-ref Border-bottom-color set to white http://www.w3.org/TR/CSS21/box.html#propdef-border-bottom-color,http://www.w3.org/TR/CSS21/box.html#border-color-properties b96575cd84cacc06b6d81c19e86211b4a5a79c76 `Microsoft`<http://www.microsoft.com/> The 'border-bottom-color' set to white causes the border-bottom-color of the box to be white.
|
|
border-bottom-color-145 reference/border-bottom-color-145-ref Border-bottom-color set to yellow http://www.w3.org/TR/CSS21/box.html#propdef-border-bottom-color,http://www.w3.org/TR/CSS21/box.html#border-color-properties 095b9d8dac3653c504b74804713bb5d8845339a3 `Microsoft`<http://www.microsoft.com/> The 'border-bottom-color' set to yellow causes the border-bottom-color of the box to be yellow.
|
|
border-bottom-color-174 reference/ref-filled-green-100px-square Border-bottom-color set to transparent http://www.w3.org/TR/CSS21/box.html#propdef-border-bottom-color,http://www.w3.org/TR/CSS21/box.html#border-color-properties 48e09e4256feac5a9a9f2243aa1c7770caf57c1e `Microsoft`<http://www.microsoft.com/> The 'border-bottom-color' set to transparent properly renders a border with no visible color.
|
|
border-bottom-color-175 reference/ref-filled-green-100px-square Border-bottom-color set to inherit http://www.w3.org/TR/CSS21/box.html#propdef-border-bottom-color,http://www.w3.org/TR/CSS21/box.html#border-color-properties 2856e5b5460ff80a2940c0500f626cfc5542d3ad `Microsoft`<http://www.microsoft.com/> The 'border-bottom-color' set to inherit causes the 'border-bottom-color' of the element to be the same as the 'border-bottom-color' designated on the parent element.
|
|
border-bottom-color-applies-to-001 reference/border-bottom-applies-to-001-ref Border-bottom-color applied to element with display table-row-group http://www.w3.org/TR/CSS21/box.html#propdef-border-bottom-color,http://www.w3.org/TR/CSS21/box.html#border-color-properties 0f048b9b6b604b547aca147c28f39bd5489cb9eb `Microsoft`<http://www.microsoft.com/> The 'border-bottom-color' property applies to elements with a display of table-row-group.
|
|
border-bottom-color-applies-to-002 reference/border-bottom-applies-to-001-ref Border-bottom-color applied to element with display table-header-group http://www.w3.org/TR/CSS21/box.html#propdef-border-bottom-color,http://www.w3.org/TR/CSS21/box.html#border-color-properties cd7862a35b8ebeaf0197b4f3d1d7612631282c9c `Microsoft`<http://www.microsoft.com/> The 'border-bottom-color' property applies to elements with a display of table-header-group.
|
|
border-bottom-color-applies-to-003 reference/border-bottom-applies-to-001-ref Border-bottom-color applied to element with display table-footer-group http://www.w3.org/TR/CSS21/box.html#propdef-border-bottom-color,http://www.w3.org/TR/CSS21/box.html#border-color-properties c79f2225ef08943157ed9a6db5e870227ed1f0e9 `Microsoft`<http://www.microsoft.com/> The 'border-bottom-color' property applies to elements with a display of table-footer-group.
|
|
border-bottom-color-applies-to-004 reference/border-bottom-applies-to-001-ref Border-bottom-color applied to element with display table-row http://www.w3.org/TR/CSS21/box.html#propdef-border-bottom-color,http://www.w3.org/TR/CSS21/box.html#border-color-properties e5d3389e1e57f1cae4fd0ce7e829283fbb779c59 `Microsoft`<http://www.microsoft.com/> The 'border-bottom-color' property applies to elements with a display of table-row.
|
|
border-bottom-color-applies-to-005 reference/border-bottom-applies-to-001-ref Border-bottom-color applied to element with display table-column-group http://www.w3.org/TR/CSS21/box.html#propdef-border-bottom-color,http://www.w3.org/TR/CSS21/box.html#border-color-properties 3ca7390f65d27d869d7c1c3790171441c4305055 `Microsoft`<http://www.microsoft.com/> The 'border-bottom-color' property applies to elements with a display of table-column-group.
|
|
border-bottom-color-applies-to-006 reference/border-bottom-applies-to-001-ref Border-bottom-color applied to element with display table-column http://www.w3.org/TR/CSS21/box.html#propdef-border-bottom-color,http://www.w3.org/TR/CSS21/box.html#border-color-properties b79e585d107d59b250c2b6b91bdc20fa2e9c0549 `Microsoft`<http://www.microsoft.com/> The 'border-bottom-color' property applies to elements with a display of table-column.
|
|
border-bottom-color-applies-to-007 reference/border-bottom-applies-to-001-ref Border-bottom-color applied to element with display table-cell http://www.w3.org/TR/CSS21/box.html#propdef-border-bottom-color,http://www.w3.org/TR/CSS21/box.html#border-color-properties 13b871e516d92251d837e51f16547b83be372931 `Microsoft`<http://www.microsoft.com/> The 'border-bottom-color' property applies to elements with a display of table-cell.
|
|
border-bottom-color-applies-to-008 Border-bottom-color applied to element with display inline http://www.w3.org/TR/CSS21/box.html#propdef-border-bottom-color,http://www.w3.org/TR/CSS21/box.html#border-color-properties 7a50cb46a4d7a27511a855586a2f9f968c85df56 `Microsoft`<http://www.microsoft.com/> The 'border-bottom-color' property applies to elements with a display of inline.
|
|
border-bottom-color-applies-to-009 reference/border-bottom-applies-to-001-ref Border-bottom-color applied to element with display block http://www.w3.org/TR/CSS21/box.html#propdef-border-bottom-color,http://www.w3.org/TR/CSS21/box.html#border-color-properties 67c0b7495199b415526f7e14d18860eadacb0a23 `Microsoft`<http://www.microsoft.com/> The 'border-bottom-color' property applies to elements with a display of block.
|
|
border-bottom-color-applies-to-010 Border-bottom-color applied to element with display list-item http://www.w3.org/TR/CSS21/box.html#propdef-border-bottom-color,http://www.w3.org/TR/CSS21/box.html#border-color-properties fc99740bb45c30f433d78e5f00cc9a28c43f6553 `Microsoft`<http://www.microsoft.com/> The 'border-bottom-color' property applies to elements with a display of list-item.
|
|
border-bottom-color-applies-to-011 Border-bottom-color applied to element with display run-in http://www.w3.org/TR/CSS21/box.html#propdef-border-bottom-color,http://www.w3.org/TR/CSS21/box.html#border-color-properties 12500382c0cbdd9693a7aae44dcab191f238e8a6 `Microsoft`<http://www.microsoft.com/> The 'border-bottom-color' property applies to elements with a display of run-in.
|
|
border-bottom-color-applies-to-012 reference/border-bottom-applies-to-001-ref Border-bottom-color applied to element with display inline-block http://www.w3.org/TR/CSS21/box.html#propdef-border-bottom-color,http://www.w3.org/TR/CSS21/box.html#border-color-properties 94457aa9aa894840a9dcd819dbcf6b8317249d53 `Microsoft`<http://www.microsoft.com/> The 'border-bottom-color' property applies to elements with a display of inline-block.
|
|
border-bottom-color-applies-to-013 reference/border-bottom-applies-to-001-ref Border-bottom-color applied to element with display table http://www.w3.org/TR/CSS21/box.html#propdef-border-bottom-color,http://www.w3.org/TR/CSS21/box.html#border-color-properties e10e620fe5bfe16d157629b4341157f7e2727fc9 `Microsoft`<http://www.microsoft.com/> The 'border-bottom-color' property applies to elements with a display of table.
|
|
border-bottom-color-applies-to-014 reference/border-bottom-applies-to-001-ref Border-bottom-color applied to element with display inline-table http://www.w3.org/TR/CSS21/box.html#propdef-border-bottom-color,http://www.w3.org/TR/CSS21/box.html#border-color-properties e7daf821243d1cfe85352554c6bf2e8906be08ea `Microsoft`<http://www.microsoft.com/> The 'border-bottom-color' property applies to elements with a display of inline-table.
|
|
border-bottom-color-applies-to-015 reference/border-bottom-applies-to-001-ref Border-bottom-color applied to element with display table-caption http://www.w3.org/TR/CSS21/box.html#propdef-border-bottom-color,http://www.w3.org/TR/CSS21/box.html#border-color-properties 7c88cba1a9055fecf4bd12b82b1d49f33e17a1a5 `Microsoft`<http://www.microsoft.com/> The 'border-bottom-color' property applies to elements with a display of table-caption.
|
|
border-bottom-style-001 reference/ref-nothing-below Border-bottom-style set to 'none' http://www.w3.org/TR/CSS21/box.html#propdef-border-bottom-style,http://www.w3.org/TR/CSS21/box.html#border-style-properties fdbc2d9af2418145478ca438ee5e262cc3a510a3 `Microsoft`<http://www.microsoft.com/> The 'border-bottom-style' property set to 'none' does not render any border for an element.
|
|
border-bottom-style-002 reference/ref-nothing-below Border-bottom-style set to 'hidden' http://www.w3.org/TR/CSS21/box.html#propdef-border-bottom-style,http://www.w3.org/TR/CSS21/box.html#border-style-properties 12045bce64fbe1af6c9b44f05bb13f2a7645a8ba `Microsoft`<http://www.microsoft.com/> The 'border-bottom-style' property set to 'hidden' computes to 'none' and does not render any border for non-table elements. However, for tables elements borders can be rendered based on border resolution.
|
|
border-bottom-style-003 Border-bottom-style set to 'dotted' http://www.w3.org/TR/CSS21/box.html#propdef-border-bottom-style,http://www.w3.org/TR/CSS21/box.html#border-style-properties b1288915dfd24f2a1ade8877ed6babd27c8cd349 `Microsoft`<http://www.microsoft.com/> The 'border-bottom-style' set to 'dotted' renders the proper line style for the border.
|
|
border-bottom-style-004 Border-bottom-style set to 'dashed' http://www.w3.org/TR/CSS21/box.html#propdef-border-bottom-style,http://www.w3.org/TR/CSS21/box.html#border-style-properties 26cbbe10ede97d9a5da6699f751f0aa97ce63589 `Microsoft`<http://www.microsoft.com/> The 'border-bottom-style' set to 'dashed' renders the proper line style for the border.
|
|
border-bottom-style-005 reference/border-bottom-style-005-ref Border-bottom-style set to 'solid' http://www.w3.org/TR/CSS21/box.html#propdef-border-bottom-style,http://www.w3.org/TR/CSS21/box.html#border-style-properties db14554f87d8fb1bf1d93cf8cbc246c45a253fa5 `Microsoft`<http://www.microsoft.com/> The 'border-bottom-style' set to 'solid' renders the proper line style for the border.
|
|
border-bottom-style-006 Border-bottom-style set to 'double' http://www.w3.org/TR/CSS21/box.html#propdef-border-bottom-style,http://www.w3.org/TR/CSS21/box.html#border-style-properties 8f923295446f7c7a543353c5206fa69b9ab4610e `Microsoft`<http://www.microsoft.com/> The 'border-bottom-style' set to 'double' renders the proper line style for the border.
|
|
border-bottom-style-007 Border-bottom-style set to 'groove' http://www.w3.org/TR/CSS21/box.html#propdef-border-bottom-style,http://www.w3.org/TR/CSS21/box.html#border-style-properties 74f4be1a78b441af11f7a5ec97ba74e1932aeb54 `Microsoft`<http://www.microsoft.com/> The 'border-bottom-style' set to 'groove' renders the proper line style for the border.
|
|
border-bottom-style-008 Border-bottom-style set to 'ridge' http://www.w3.org/TR/CSS21/box.html#propdef-border-bottom-style,http://www.w3.org/TR/CSS21/box.html#border-style-properties fd692715f660a9ff6e58add3ce518c29116ce938 `Microsoft`<http://www.microsoft.com/> The 'border-bottom-style' set to 'ridge' renders the proper line style for the border.
|
|
border-bottom-style-009 Border-bottom-style set to 'inset' http://www.w3.org/TR/CSS21/box.html#propdef-border-bottom-style,http://www.w3.org/TR/CSS21/box.html#border-style-properties c72ce15eef937a5d939d8be1d1b300e2e48678de `Microsoft`<http://www.microsoft.com/> The 'border-bottom-style' set to 'inset' renders the proper line style for the border.
|
|
border-bottom-style-010 Border-bottom-style set to 'outset' http://www.w3.org/TR/CSS21/box.html#propdef-border-bottom-style,http://www.w3.org/TR/CSS21/box.html#border-style-properties 62271c70aa24e94f10737af3abb3ad8c6a404562 `Microsoft`<http://www.microsoft.com/> The 'border-bottom-style' set to 'outset' renders the proper line style for the border.
|
|
border-bottom-style-011 Border-bottom-style set to 'inherit' http://www.w3.org/TR/CSS21/box.html#propdef-border-bottom-style,http://www.w3.org/TR/CSS21/box.html#border-style-properties 61a2e67b4d938bb4ef6b16997f431352a64b5d73 `Microsoft`<http://www.microsoft.com/> The 'border-bottom-style' property set to 'inherit' properly applies the value from the parent's 'border-bottom-style' property value.
|
|
border-bottom-style-applies-to-001 Border-bottom-style applied to element with display table-row-group http://www.w3.org/TR/CSS21/box.html#propdef-border-bottom-style,http://www.w3.org/TR/CSS21/box.html#border-style-properties 4d8042d320b7058987981dd3b6c3dcecec4b5233 `Microsoft`<http://www.microsoft.com/> The 'border-bottom-style' property applies to elements with a display of table-row-group.
|
|
border-bottom-style-applies-to-002 Border-bottom-style applied to element with display table-header-group http://www.w3.org/TR/CSS21/box.html#propdef-border-bottom-style,http://www.w3.org/TR/CSS21/box.html#border-style-properties 45fb7effe88161c3d5a59cec91e04c216fb14b33 `Microsoft`<http://www.microsoft.com/> The 'border-bottom-style' property applies to elements with a display of table-header-group.
|
|
border-bottom-style-applies-to-003 Border-bottom-style applied to element with display table-footer-group http://www.w3.org/TR/CSS21/box.html#propdef-border-bottom-style,http://www.w3.org/TR/CSS21/box.html#border-style-properties f496a60e1f4bb5cc0cde698544ce37fb8f58c95a `Microsoft`<http://www.microsoft.com/> The 'border-bottom-style' property applies to elements with a display of table-footer-group.
|
|
border-bottom-style-applies-to-004 Border-bottom-style applied to element with display table-row http://www.w3.org/TR/CSS21/box.html#propdef-border-bottom-style,http://www.w3.org/TR/CSS21/box.html#border-style-properties 853217d1d352d7dc1d839dc4a0741d73c3d2cd70 `Microsoft`<http://www.microsoft.com/> The 'border-bottom-style' property applies to elements with a display of table-row.
|
|
border-bottom-style-applies-to-005 Border-bottom-style applied to element with display table-column-group http://www.w3.org/TR/CSS21/box.html#propdef-border-bottom-style,http://www.w3.org/TR/CSS21/box.html#border-style-properties 272ad02c43c200f896f66d78b19dc3ce9558ec8f `Microsoft`<http://www.microsoft.com/> The 'border-bottom-style' property applies to elements with a display of table-column-group.
|
|
border-bottom-style-applies-to-006 Border-bottom-style applied to element with display table-column http://www.w3.org/TR/CSS21/box.html#propdef-border-bottom-style,http://www.w3.org/TR/CSS21/box.html#border-style-properties de59163fabae0e8b07d17fe98ddddff8b230f711 `Microsoft`<http://www.microsoft.com/> The 'border-bottom-style' property applies to elements with a display of table-column.
|
|
border-bottom-style-applies-to-007 Border-bottom-style applied to element with display table-cell http://www.w3.org/TR/CSS21/box.html#propdef-border-bottom-style,http://www.w3.org/TR/CSS21/box.html#border-style-properties 2a39f60231f4550ef45d01c1c0f52179f710f552 `Microsoft`<http://www.microsoft.com/> The 'border-bottom-style' property applies to elements with a display of table-cell.
|
|
border-bottom-style-applies-to-008 Border-bottom-style applied to element with display inline http://www.w3.org/TR/CSS21/box.html#propdef-border-bottom-style,http://www.w3.org/TR/CSS21/box.html#border-style-properties cbb337a580dd2ef6a576879837b3e2b433354737 `Microsoft`<http://www.microsoft.com/> The 'border-bottom-style' property applies to elements with a display of inline.
|
|
border-bottom-style-applies-to-009 Border-bottom-style applied to element with display block http://www.w3.org/TR/CSS21/box.html#propdef-border-bottom-style,http://www.w3.org/TR/CSS21/box.html#border-style-properties 9c3cc212df4592622f55c754584d1a291524c964 `Microsoft`<http://www.microsoft.com/> The 'border-bottom-style' property applies to elements with a display of block.
|
|
border-bottom-style-applies-to-010 Border-bottom-style applied to element with display list-item http://www.w3.org/TR/CSS21/box.html#propdef-border-bottom-style,http://www.w3.org/TR/CSS21/box.html#border-style-properties 89d3b2f23c2ee6433cb8c8045066590f6e1b4fe6 `Microsoft`<http://www.microsoft.com/> The 'border-bottom-style' property applies to elements with a display of list-item.
|
|
border-bottom-style-applies-to-011 Border-bottom-style applied to element with display run-in http://www.w3.org/TR/CSS21/box.html#propdef-border-bottom-style,http://www.w3.org/TR/CSS21/box.html#border-style-properties 1f51077a48fc8d19a3fa98419acd7bf382a3f418 `Microsoft`<http://www.microsoft.com/> The 'border-bottom-style' property applies to elements with a display of run-in.
|
|
border-bottom-style-applies-to-012 Border-bottom-style applied to element with display inline-block http://www.w3.org/TR/CSS21/box.html#propdef-border-bottom-style,http://www.w3.org/TR/CSS21/box.html#border-style-properties 1bdd5628ce8d63ff192fec74823e870fc4f761e5 `Microsoft`<http://www.microsoft.com/> The 'border-bottom-style' property applies to elements with a display of inline-block.
|
|
border-bottom-style-applies-to-013 Border-bottom-style applied to element with display table http://www.w3.org/TR/CSS21/box.html#propdef-border-bottom-style,http://www.w3.org/TR/CSS21/box.html#border-style-properties 9479f9893b2c4f275a80270a107dd3df12be4760 `Microsoft`<http://www.microsoft.com/> The 'border-bottom-style' property applies to elements with a display of table.
|
|
border-bottom-style-applies-to-014 Border-bottom-style applied to element with display inline-table http://www.w3.org/TR/CSS21/box.html#propdef-border-bottom-style,http://www.w3.org/TR/CSS21/box.html#border-style-properties 7857699085dea161399e78ad22a0f6785e765821 `Microsoft`<http://www.microsoft.com/> The 'border-bottom-style' property applies to elements with a display of inline-table.
|
|
border-bottom-style-applies-to-015 Border-bottom-style applied to element with display table-caption http://www.w3.org/TR/CSS21/box.html#propdef-border-bottom-style,http://www.w3.org/TR/CSS21/box.html#border-style-properties b727455fdc288c2b0d2b73e3a77aeff5647ca0a1 `Microsoft`<http://www.microsoft.com/> The 'border-bottom-style' property applies to elements with a display of table-caption.
|
|
border-bottom-width-001 reference/border-bottom-width-001-ref Border-bottom-width using pixels with a minimum minus one (negative) value, -1px invalid http://www.w3.org/TR/CSS21/box.html#propdef-border-bottom-width,http://www.w3.org/TR/CSS21/box.html#border-width-properties 6f8f40c799d80515061a89e280eeb271b0e57c2b `Microsoft`<http://www.microsoft.com/> The 'border-bottom-width' property does not support a negative length value in pixels and resets to the initial value.
|
|
border-bottom-width-002 reference/ref-if-there-is-no-red Border-bottom-width using pixels with a minimum value, 0px http://www.w3.org/TR/CSS21/box.html#propdef-border-bottom-width,http://www.w3.org/TR/CSS21/box.html#border-width-properties d3272e8b00d4c586389b9dd1fe8c7d5ef34d7059 `Microsoft`<http://www.microsoft.com/> The 'border-bottom-width' property supports a minimum length value in pixels that sets the width of the bottom border.
|
|
border-bottom-width-003 reference/border-bottom-width-003-ref Border-bottom-width using pixels with a minimum plus one value, 1px http://www.w3.org/TR/CSS21/box.html#propdef-border-bottom-width,http://www.w3.org/TR/CSS21/box.html#border-width-properties d9099666c5231d4371623a703e97a964e946c5e4 `Microsoft`<http://www.microsoft.com/> The 'border-bottom-width' property supports a minimum plus one length value in pixels that sets the width of the bottom border.
|
|
border-bottom-width-004 reference/ref-if-there-is-no-red Border-bottom-width using pixels with a minimum value with a minus sign, -0px http://www.w3.org/TR/CSS21/box.html#propdef-border-bottom-width,http://www.w3.org/TR/CSS21/box.html#border-width-properties 4e0960607e9d0c2fd4d5e11d758c8c9655647835 `Microsoft`<http://www.microsoft.com/> The 'border-bottom-width' property supports a minimum length value in pixels that that has a minus sign before it.
|
|
border-bottom-width-005 reference/ref-if-there-is-no-red Border-bottom-width using pixels with a minimum value with a plus sign, +0px http://www.w3.org/TR/CSS21/box.html#propdef-border-bottom-width,http://www.w3.org/TR/CSS21/box.html#border-width-properties 9271475e5a96ea7da6c1cbc0071a598ad6930ffa `Microsoft`<http://www.microsoft.com/> The 'border-bottom-width' property supports a minimum length value in pixels that that has a plus sign before it.
|
|
border-bottom-width-006 reference/border-bottom-width-006-ref Border-bottom-width using pixels with a nominal value, 96px 96dpi http://www.w3.org/TR/CSS21/box.html#propdef-border-bottom-width,http://www.w3.org/TR/CSS21/box.html#border-width-properties f1c187439eb0a9a3cfb567335a142667046b2e95 `Microsoft`<http://www.microsoft.com/> The 'border-bottom-width' property supports a nominal length value in pixels that sets the width of the bottom border.
|
|
border-bottom-width-007 reference/border-bottom-width-006-ref Border-bottom-width using pixels with a nominal value with a plus sign, +96px 96dpi http://www.w3.org/TR/CSS21/box.html#propdef-border-bottom-width,http://www.w3.org/TR/CSS21/box.html#border-width-properties fb8dc7bc9cd77bc0631071bfdd531916ff906d82 `Microsoft`<http://www.microsoft.com/> The 'border-bottom-width' property supports a nominal length value in pixels that has a plus sign before it.
|
|
border-bottom-width-012 reference/border-bottom-width-012-ref Border-bottom-width using points with a minimum minus one (negative) value, -1pt invalid http://www.w3.org/TR/CSS21/box.html#propdef-border-bottom-width,http://www.w3.org/TR/CSS21/box.html#border-width-properties 459be983ee96158969e6a7b226e671fdc423030d `Microsoft`<http://www.microsoft.com/> The 'border-bottom-width' property does not support a negative length value in points and resets to the initial value.
|
|
border-bottom-width-013 reference/ref-if-there-is-no-red Border-bottom-width using points with a minimum value, 0pt http://www.w3.org/TR/CSS21/box.html#propdef-border-bottom-width,http://www.w3.org/TR/CSS21/box.html#border-width-properties 8835bcf138697ad02a5a1ed1a801e7ccc118541a `Microsoft`<http://www.microsoft.com/> The 'border-bottom-width' property supports a minimum length value in points that sets the width of the bottom border.
|
|
border-bottom-width-014 Border-bottom-width using points with a minimum plus one value, 1pt http://www.w3.org/TR/CSS21/box.html#propdef-border-bottom-width,http://www.w3.org/TR/CSS21/box.html#border-width-properties 6c77a1a08c6be1621d5a7d70f27e36f3400e1cbd `Microsoft`<http://www.microsoft.com/> The 'border-bottom-width' property supports a minimum plus one length value in points that sets the width of the bottom border.
|
|
border-bottom-width-015 reference/ref-if-there-is-no-red Border-bottom-width using points with a minimum value with a minus sign, -0pt http://www.w3.org/TR/CSS21/box.html#propdef-border-bottom-width,http://www.w3.org/TR/CSS21/box.html#border-width-properties e5dac67becd7e35503f51966674db578ce0e0d2d `Microsoft`<http://www.microsoft.com/> The 'border-bottom-width' property supports a minimum length value in points that that has a minus sign before it.
|
|
border-bottom-width-016 reference/ref-if-there-is-no-red Border-bottom-width using points with a minimum value with a plus sign, +0pt http://www.w3.org/TR/CSS21/box.html#propdef-border-bottom-width,http://www.w3.org/TR/CSS21/box.html#border-width-properties cb0abda54dff73a255118d072df3c6fd7b55de8d `Microsoft`<http://www.microsoft.com/> The 'border-bottom-width' property supports a minimum length value in points that that has a plus sign before it.
|
|
border-bottom-width-017 reference/border-bottom-width-006-ref Border-bottom-width using points with a nominal value, 72pt http://www.w3.org/TR/CSS21/box.html#propdef-border-bottom-width,http://www.w3.org/TR/CSS21/box.html#border-width-properties e7226d8de339d01cf88b882c378cc394dd1ba05b `Microsoft`<http://www.microsoft.com/> The 'border-bottom-width' property supports a nominal length value in points that sets the width of the bottom border.
|
|
border-bottom-width-018 reference/border-bottom-width-006-ref Border-bottom-width using points with a nominal value with a plus sign, +72pt http://www.w3.org/TR/CSS21/box.html#propdef-border-bottom-width,http://www.w3.org/TR/CSS21/box.html#border-width-properties 9afd5ec38d0aa81ebd96b3538a7b93ff57dd2172 `Microsoft`<http://www.microsoft.com/> The 'border-bottom-width' property supports a nominal length value in points that has a plus sign before it.
|
|
border-bottom-width-023 reference/border-bottom-width-012-ref Border-bottom-width using picas with a minimum minus one (negative) value, -1pc invalid http://www.w3.org/TR/CSS21/box.html#propdef-border-bottom-width,http://www.w3.org/TR/CSS21/box.html#border-width-properties 060ce554e2c08696e247bebb3c0f1832f542da75 `Microsoft`<http://www.microsoft.com/> The 'border-bottom-width' property does not support a negative length value in picas and resets to the initial value.
|
|
border-bottom-width-024 reference/ref-if-there-is-no-red Border-bottom-width using picas with a minimum value, 0pc http://www.w3.org/TR/CSS21/box.html#propdef-border-bottom-width,http://www.w3.org/TR/CSS21/box.html#border-width-properties 9c865ff83c0dd22824c63c373ae12959cfa9c2fc `Microsoft`<http://www.microsoft.com/> The 'border-bottom-width' property supports a minimum length value in picas that sets the width of the bottom border.
|
|
border-bottom-width-025 reference/border-bottom-width-025-ref Border-bottom-width using picas with a minimum plus one value, 1pc http://www.w3.org/TR/CSS21/box.html#propdef-border-bottom-width,http://www.w3.org/TR/CSS21/box.html#border-width-properties 403278ce5319ad4f6859bc8f74b2cae19d2f43e7 `Microsoft`<http://www.microsoft.com/> The 'border-bottom-width' property supports a minimum plus one length value in picas that sets the width of the bottom border.
|
|
border-bottom-width-026 reference/ref-if-there-is-no-red Border-bottom-width using picas with a minimum value with a minus sign, -0pc http://www.w3.org/TR/CSS21/box.html#propdef-border-bottom-width,http://www.w3.org/TR/CSS21/box.html#border-width-properties 3a6a96a11ef2934b98d59a30b3d26b977f85eb5b `Microsoft`<http://www.microsoft.com/> The 'border-bottom-width' property supports a minimum length value in picas that that has a minus sign before it.
|
|
border-bottom-width-027 reference/ref-if-there-is-no-red Border-bottom-width using picas with a minimum value with a plus sign, +0pc http://www.w3.org/TR/CSS21/box.html#propdef-border-bottom-width,http://www.w3.org/TR/CSS21/box.html#border-width-properties cb04bd43f908aae46a2cee5df927fc95fd50f149 `Microsoft`<http://www.microsoft.com/> The 'border-bottom-width' property supports a minimum length value in picas that that has a plus sign before it.
|
|
border-bottom-width-028 reference/border-bottom-width-006-ref Border-bottom-width using picas with a nominal value, 6pc http://www.w3.org/TR/CSS21/box.html#propdef-border-bottom-width,http://www.w3.org/TR/CSS21/box.html#border-width-properties 2dab0f535cce69b65fc9c495fc25c286a8b1da54 `Microsoft`<http://www.microsoft.com/> The 'border-bottom-width' property supports a nominal length value in picas that sets the width of the bottom border.
|
|
border-bottom-width-029 reference/border-bottom-width-006-ref Border-bottom-width using picas with a nominal value with a plus sign, +6pc http://www.w3.org/TR/CSS21/box.html#propdef-border-bottom-width,http://www.w3.org/TR/CSS21/box.html#border-width-properties 9006b2adadbb99d6d431eb51ca7362f219dbc736 `Microsoft`<http://www.microsoft.com/> The 'border-bottom-width' property supports a nominal length value in picas that has a plus sign before it.
|
|
border-bottom-width-034 reference/border-bottom-width-012-ref Border-bottom-width using centimeters with a minimum minus one (negative) value, -1cm invalid http://www.w3.org/TR/CSS21/box.html#propdef-border-bottom-width,http://www.w3.org/TR/CSS21/box.html#border-width-properties e76bef3f3a7c05649947ec440e376c8db29dfff6 `Microsoft`<http://www.microsoft.com/> The 'border-bottom-width' property does not support a negative length value in centimeters and resets to the initial value.
|
|
border-bottom-width-035 reference/ref-if-there-is-no-red Border-bottom-width using centimeters with a minimum value, 0cm http://www.w3.org/TR/CSS21/box.html#propdef-border-bottom-width,http://www.w3.org/TR/CSS21/box.html#border-width-properties 857d0d2ca47f4ec55f9cb59c74714527a6fcdc11 `Microsoft`<http://www.microsoft.com/> The 'border-bottom-width' property supports a minimum length value in centimeters that sets the width of the bottom border.
|
|
border-bottom-width-036 Border-bottom-width using centimeters with a minimum plus one value, 1cm http://www.w3.org/TR/CSS21/box.html#propdef-border-bottom-width,http://www.w3.org/TR/CSS21/box.html#border-width-properties 43b48a46df8a09b2c8d22d61897e7938d1464c54 `Microsoft`<http://www.microsoft.com/> The 'border-bottom-width' property supports a minimum plus one length value in centimeters that sets the width of the bottom border.
|
|
border-bottom-width-037 reference/ref-if-there-is-no-red Border-bottom-width using centimeters with a minimum value with a minus sign, -0cm http://www.w3.org/TR/CSS21/box.html#propdef-border-bottom-width,http://www.w3.org/TR/CSS21/box.html#border-width-properties a3a860d3492f1c9f774496a82f9dddd29e32b3ca `Microsoft`<http://www.microsoft.com/> The 'border-bottom-width' property supports a minimum length value in centimeters that that has a minus sign before it.
|
|
border-bottom-width-038 reference/ref-if-there-is-no-red Border-bottom-width using centimeters with a minimum value with a plus sign, +0cm http://www.w3.org/TR/CSS21/box.html#propdef-border-bottom-width,http://www.w3.org/TR/CSS21/box.html#border-width-properties 681997f70e66daf4536b2de61c270cf5802a3d40 `Microsoft`<http://www.microsoft.com/> The 'border-bottom-width' property supports a minimum length value in centimeters that that has a plus sign before it.
|
|
border-bottom-width-039 reference/border-bottom-width-006-ref Border-bottom-width using centimeters with a nominal value, 2.54cm http://www.w3.org/TR/CSS21/box.html#propdef-border-bottom-width,http://www.w3.org/TR/CSS21/box.html#border-width-properties 70d197d2d90bbc1ebdb4f18b6e575f6fe1d0d4a0 `Microsoft`<http://www.microsoft.com/> The 'border-bottom-width' property supports a nominal length value in centimeters that sets the width of the bottom border.
|
|
border-bottom-width-040 reference/border-bottom-width-006-ref Border-bottom-width using centimeters with a nominal value with a plus sign, +2.54cm http://www.w3.org/TR/CSS21/box.html#propdef-border-bottom-width,http://www.w3.org/TR/CSS21/box.html#border-width-properties bac1d69e7d74e327641e4a01df62a0e3b3cb3905 `Microsoft`<http://www.microsoft.com/> The 'border-bottom-width' property supports a nominal length value in centimeters that has a plus sign before it.
|
|
border-bottom-width-045 reference/border-bottom-width-012-ref Border-bottom-width using millimeters with a minimum minus one (negative) value, -1mm invalid http://www.w3.org/TR/CSS21/box.html#propdef-border-bottom-width,http://www.w3.org/TR/CSS21/box.html#border-width-properties aff79cd945c56bf8e699640a1cc05f5801bb1e13 `Microsoft`<http://www.microsoft.com/> The 'border-bottom-width' property does not support a negative length value in millimeters and resets to the initial value.
|
|
border-bottom-width-046 reference/ref-if-there-is-no-red Border-bottom-width using millimeters with a minimum value, 0mm http://www.w3.org/TR/CSS21/box.html#propdef-border-bottom-width,http://www.w3.org/TR/CSS21/box.html#border-width-properties d55d4ba60d445f705c8ba9c6d5e47d5212ad5d86 `Microsoft`<http://www.microsoft.com/> The 'border-bottom-width' property supports a minimum length value in millimeters that sets the width of the bottom border.
|
|
border-bottom-width-047 Border-bottom-width using millimeters with a minimum plus one value, 1mm http://www.w3.org/TR/CSS21/box.html#propdef-border-bottom-width,http://www.w3.org/TR/CSS21/box.html#border-width-properties 7fa400c03da40b3ca9ffa7dcfb95e30d8aa178a3 `Microsoft`<http://www.microsoft.com/> The 'border-bottom-width' property supports a minimum plus one length value in millimeters that sets the width of the bottom border.
|
|
border-bottom-width-048 reference/ref-if-there-is-no-red Border-bottom-width using millimeters with a minimum value with a minus sign, -0mm http://www.w3.org/TR/CSS21/box.html#propdef-border-bottom-width,http://www.w3.org/TR/CSS21/box.html#border-width-properties 27eaed8738bfa2a2c7a5af742abb3f372734793c `Microsoft`<http://www.microsoft.com/> The 'border-bottom-width' property supports a minimum length value in millimeters that that has a minus sign before it.
|
|
border-bottom-width-049 reference/ref-if-there-is-no-red Border-bottom-width using millimeters with a minimum value with a plus sign, +0mm http://www.w3.org/TR/CSS21/box.html#propdef-border-bottom-width,http://www.w3.org/TR/CSS21/box.html#border-width-properties e673a6480bacb5a41ae727234219ee958576478a `Microsoft`<http://www.microsoft.com/> The 'border-bottom-width' property supports a minimum length value in millimeters that that has a plus sign before it.
|
|
border-bottom-width-050 reference/border-bottom-width-006-ref Border-bottom-width using millimeters with a nominal value, 25.4mm http://www.w3.org/TR/CSS21/box.html#propdef-border-bottom-width,http://www.w3.org/TR/CSS21/box.html#border-width-properties cf1ca38314ff0b2ab227e8e259eec0ddd3e5aef9 `Microsoft`<http://www.microsoft.com/> The 'border-bottom-width' property supports a nominal length value in millimeters that sets the width of the bottom border.
|
|
border-bottom-width-051 reference/border-bottom-width-006-ref Border-bottom-width using millimeters with a nominal value with a plus sign, +25.4mm http://www.w3.org/TR/CSS21/box.html#propdef-border-bottom-width,http://www.w3.org/TR/CSS21/box.html#border-width-properties 94485407b1cb1da91519f25f36c68284e9e0a712 `Microsoft`<http://www.microsoft.com/> The 'border-bottom-width' property supports a nominal length value in millimeters that has a plus sign before it.
|
|
border-bottom-width-056 reference/border-bottom-width-012-ref Border-bottom-width using inches with a minimum minus one (negative) value, -1in invalid http://www.w3.org/TR/CSS21/box.html#propdef-border-bottom-width,http://www.w3.org/TR/CSS21/box.html#border-width-properties d97f67cf966b0fc590b0c4824a1d8769772796c5 `Microsoft`<http://www.microsoft.com/> The 'border-bottom-width' property does not support a negative length value in inches and resets to the initial value.
|
|
border-bottom-width-057 reference/ref-if-there-is-no-red Border-bottom-width using inches with a minimum value, 0in http://www.w3.org/TR/CSS21/box.html#propdef-border-bottom-width,http://www.w3.org/TR/CSS21/box.html#border-width-properties aaf3b03c0a08faa7205a2d00a866957c618d9bea `Microsoft`<http://www.microsoft.com/> The 'border-bottom-width' property supports a minimum length value in inches that sets the width of the bottom border.
|
|
border-bottom-width-058 reference/border-bottom-width-058-ref Border-bottom-width using inches with a minimum plus one value, 1in http://www.w3.org/TR/CSS21/box.html#propdef-border-bottom-width,http://www.w3.org/TR/CSS21/box.html#border-width-properties fa5c3d8c922cc25dd7a9b8699d195e4c34f8b02c `Microsoft`<http://www.microsoft.com/> The 'border-bottom-width' property supports a minimum plus one length value in inches that sets the width of the bottom border.
|
|
border-bottom-width-059 reference/ref-if-there-is-no-red Border-bottom-width using inches with a minimum value with a minus sign, -0in http://www.w3.org/TR/CSS21/box.html#propdef-border-bottom-width,http://www.w3.org/TR/CSS21/box.html#border-width-properties 9857b6e947bbab28d7b6aee9d1f98d1581b854f3 `Microsoft`<http://www.microsoft.com/> The 'border-bottom-width' property supports a minimum length value in inches that that has a minus sign before it.
|
|
border-bottom-width-060 reference/ref-if-there-is-no-red Border-bottom-width using inches with a minimum value with a plus sign, +0in http://www.w3.org/TR/CSS21/box.html#propdef-border-bottom-width,http://www.w3.org/TR/CSS21/box.html#border-width-properties 4374db2a491a539aaed545116b5bfa64c945b721 `Microsoft`<http://www.microsoft.com/> The 'border-bottom-width' property supports a minimum length value in inches that that has a plus sign before it.
|
|
border-bottom-width-061 reference/border-bottom-width-061-ref Border-bottom-width using inches with a nominal value, 3in http://www.w3.org/TR/CSS21/box.html#propdef-border-bottom-width,http://www.w3.org/TR/CSS21/box.html#border-width-properties f11125876e5f30df803dc38f31b7e56aca8e7f51 `Microsoft`<http://www.microsoft.com/> The 'border-bottom-width' property supports a nominal length value in inches that sets the width of the bottom border.
|
|
border-bottom-width-062 reference/border-bottom-width-061-ref Border-bottom-width using inches with a nominal value with a plus sign, +3in http://www.w3.org/TR/CSS21/box.html#propdef-border-bottom-width,http://www.w3.org/TR/CSS21/box.html#border-width-properties f3893f2944b72b470826a28e72329831a9ae39f1 `Microsoft`<http://www.microsoft.com/> The 'border-bottom-width' property supports a nominal length value in inches that has a plus sign before it.
|
|
border-bottom-width-067 reference/border-bottom-width-012-ref Border-bottom-width using 'em' units with a minimum minus one (negative) value, -1em invalid http://www.w3.org/TR/CSS21/box.html#propdef-border-bottom-width,http://www.w3.org/TR/CSS21/box.html#border-width-properties 6bedae96feefa479f1de5ecbee2bd426e5477950 `Microsoft`<http://www.microsoft.com/> The 'border-bottom-width' property does not support a negative length value in 'em' units and resets to the initial value.
|
|
border-bottom-width-068 reference/ref-if-there-is-no-red Border-bottom-width using 'em' units with a minimum value, 0em ahem http://www.w3.org/TR/CSS21/box.html#propdef-border-bottom-width,http://www.w3.org/TR/CSS21/box.html#border-width-properties 7f423018f0443fe60cca49955b22e13838f2e578 `Microsoft`<http://www.microsoft.com/> The 'border-bottom-width' property supports a minimum length value in 'em' units that sets the width of the bottom border.
|
|
border-bottom-width-069 reference/border-bottom-width-069-ref Border-bottom-width using 'em' units with a minimum plus one value, 1em ahem http://www.w3.org/TR/CSS21/box.html#propdef-border-bottom-width,http://www.w3.org/TR/CSS21/box.html#border-width-properties ed0a57529a4509f1e432e7cd9d35d6da5d17015b `Microsoft`<http://www.microsoft.com/> The 'border-bottom-width' property supports a minimum plus one length value in 'em' units that sets the width of the bottom border.
|
|
border-bottom-width-070 reference/ref-if-there-is-no-red Border-bottom-width using 'em' units with a minimum value with a minus sign, -0em ahem http://www.w3.org/TR/CSS21/box.html#propdef-border-bottom-width,http://www.w3.org/TR/CSS21/box.html#border-width-properties 4fe0b7ad69a0d2a6d9749d531dbe11f214ea1cbd `Microsoft`<http://www.microsoft.com/> The 'border-bottom-width' property supports a minimum length value in 'em' units that that has a minus sign before it.
|
|
border-bottom-width-071 reference/ref-if-there-is-no-red Border-bottom-width using 'em' units with a minimum value with a plus sign, +0em ahem http://www.w3.org/TR/CSS21/box.html#propdef-border-bottom-width,http://www.w3.org/TR/CSS21/box.html#border-width-properties 2332eaff0296584ca6b8d8274f99e26c12ae664c `Microsoft`<http://www.microsoft.com/> The 'border-bottom-width' property supports a minimum length value in 'em' units that that has a plus sign before it.
|
|
border-bottom-width-072 reference/border-bottom-width-072-ref Border-bottom-width using 'em' units with a nominal value, 6em ahem http://www.w3.org/TR/CSS21/box.html#propdef-border-bottom-width,http://www.w3.org/TR/CSS21/box.html#border-width-properties ac5cf2de18e58bfbfe10c78295ee5eb79efd4edc `Microsoft`<http://www.microsoft.com/> The 'border-bottom-width' property supports a nominal length value in 'em' units that sets the width of the bottom border.
|
|
border-bottom-width-073 reference/border-bottom-width-072-ref Border-bottom-width using 'em' units with a nominal value with a plus sign, +6em ahem http://www.w3.org/TR/CSS21/box.html#propdef-border-bottom-width,http://www.w3.org/TR/CSS21/box.html#border-width-properties 8a11443e4e32f9a7341e022c489d13dde72b0aab `Microsoft`<http://www.microsoft.com/> The 'border-bottom-width' property supports a nominal length value in 'em' units that has a plus sign before it.
|
|
border-bottom-width-078 reference/border-bottom-width-012-ref Border-bottom-width using 'ex' units with a minimum minus one (negative) value, -1ex invalid http://www.w3.org/TR/CSS21/box.html#propdef-border-bottom-width,http://www.w3.org/TR/CSS21/box.html#border-width-properties 7b8d728fd002552225502273b76789d1e1a6edbe `Microsoft`<http://www.microsoft.com/> The 'border-bottom-width' property does not support a negative length value in 'ex' units and resets to the initial value.
|
|
border-bottom-width-079 reference/ref-if-there-is-no-red Border-bottom-width using 'ex' units with a minimum value, 0ex ahem http://www.w3.org/TR/CSS21/box.html#propdef-border-bottom-width,http://www.w3.org/TR/CSS21/box.html#border-width-properties 63c59296cfc8992c4ccb524eb15dec89d5c98f52 `Microsoft`<http://www.microsoft.com/> The 'border-bottom-width' property supports a minimum length value in 'ex' units that sets the width of the bottom border.
|
|
border-bottom-width-080 reference/border-bottom-width-025-ref Border-bottom-width using 'ex' units with a minimum plus one value, 1ex ahem http://www.w3.org/TR/CSS21/box.html#propdef-border-bottom-width,http://www.w3.org/TR/CSS21/box.html#border-width-properties 4e5f070809e14e1df5b14964b6fc47180958d840 `Microsoft`<http://www.microsoft.com/> The 'border-bottom-width' property supports a minimum plus one length value in 'ex' units that sets the width of the bottom border.
|
|
border-bottom-width-081 reference/ref-if-there-is-no-red Border-bottom-width using 'ex' units with a minimum value with a minus sign, -0ex ahem http://www.w3.org/TR/CSS21/box.html#propdef-border-bottom-width,http://www.w3.org/TR/CSS21/box.html#border-width-properties e0f770b5b70c931d53e48fe9cf52daf543bdf3f2 `Microsoft`<http://www.microsoft.com/> The 'border-bottom-width' property supports a minimum length value in 'ex' units that that has a minus sign before it.
|
|
border-bottom-width-082 reference/ref-if-there-is-no-red Border-bottom-width using 'ex' units with a minimum value with a plus sign, +0ex ahem http://www.w3.org/TR/CSS21/box.html#propdef-border-bottom-width,http://www.w3.org/TR/CSS21/box.html#border-width-properties 1949356c52cf8d5041af12391eb46782b4f4d150 `Microsoft`<http://www.microsoft.com/> The 'border-bottom-width' property supports a minimum length value in 'ex' units that that has a plus sign before it.
|
|
border-bottom-width-083 reference/border-bottom-width-006-ref Border-bottom-width using 'ex' units with a nominal value, 6ex ahem http://www.w3.org/TR/CSS21/box.html#propdef-border-bottom-width,http://www.w3.org/TR/CSS21/box.html#border-width-properties e2a61ff455836a47c7e59a9eb16064695c37e6f7 `Microsoft`<http://www.microsoft.com/> The 'border-bottom-width' property supports a nominal length value in 'ex' units that sets the width of the bottom border.
|
|
border-bottom-width-084 reference/border-bottom-width-006-ref Border-bottom-width using 'ex' units with a nominal value with a plus sign, +6ex ahem http://www.w3.org/TR/CSS21/box.html#propdef-border-bottom-width,http://www.w3.org/TR/CSS21/box.html#border-width-properties 8ce73b87b41307f34f325dca8511a8945c41fed5 `Microsoft`<http://www.microsoft.com/> The 'border-bottom-width' property supports a nominal length value in 'ex' units that has a plus sign before it.
|
|
border-bottom-width-089 reference/ref-if-there-is-no-red Border-bottom-width set to negative zero with no units, -0 http://www.w3.org/TR/CSS21/box.html#propdef-border-bottom-width,http://www.w3.org/TR/CSS21/box.html#border-width-properties a15d185539e23a5015e89759e2b7b0acf013da70 `Microsoft`<http://www.microsoft.com/> The 'border-bottom-width' property supports a minimum length value with no units that has a minus sign before it.
|
|
border-bottom-width-090 reference/ref-if-there-is-no-red Border-bottom-width set to zero with no units, 0 http://www.w3.org/TR/CSS21/box.html#propdef-border-bottom-width,http://www.w3.org/TR/CSS21/box.html#border-width-properties 0210721698093abdf04d190026832a16623f4de9 `Microsoft`<http://www.microsoft.com/> The 'border-bottom-width' property supports a minimum length value with no units.
|
|
border-bottom-width-091 reference/ref-if-there-is-no-red Border-bottom-width set to positive zero with no units, +0 http://www.w3.org/TR/CSS21/box.html#propdef-border-bottom-width,http://www.w3.org/TR/CSS21/box.html#border-width-properties e75846b48e18eeedecb47ebbe5f1830f4abb3be7 `Microsoft`<http://www.microsoft.com/> The 'border-bottom-width' property supports a minimum length value with no units that has a plus sign before it.
|
|
border-bottom-width-092 Border-bottom-width set to thin http://www.w3.org/TR/CSS21/box.html#propdef-border-bottom-width,http://www.w3.org/TR/CSS21/box.html#border-width-properties e928805b43a24974ad81dc4417d4fc3b8263cbdf `Microsoft`<http://www.microsoft.com/> The 'border-bottom-width' property supports a value of thin.
|
|
border-bottom-width-093 Border-bottom-width set to medium http://www.w3.org/TR/CSS21/box.html#propdef-border-bottom-width,http://www.w3.org/TR/CSS21/box.html#border-width-properties eac283793c9e2f9d20b8d1bbfa3b4942e6ee68ce `Microsoft`<http://www.microsoft.com/> The 'border-bottom-width' property supports a value of medium.
|
|
border-bottom-width-094 Border-bottom-width set to thick http://www.w3.org/TR/CSS21/box.html#propdef-border-bottom-width,http://www.w3.org/TR/CSS21/box.html#border-width-properties cf77c95108e82a615ff8b21c929d35d1695eba9c `Microsoft`<http://www.microsoft.com/> The 'border-bottom-width' property supports a value of thick.
|
|
border-bottom-width-095 reference/ref-filled-black-96px-square Border-bottom-width set to inherit http://www.w3.org/TR/CSS21/box.html#propdef-border-bottom-width,http://www.w3.org/TR/CSS21/box.html#border-width-properties 1414cc93a761a7d15b2906d869a0e6ff1de85de7 `Microsoft`<http://www.microsoft.com/> The 'border-bottom-width' property supports a value of inherit and gets its computed value from its parent.
|
|
border-bottom-width-applies-to-001 reference/ref-filled-black-96px-square Border-bottom-width applied to element with display table-row-group http://www.w3.org/TR/CSS21/box.html#propdef-border-bottom-width,http://www.w3.org/TR/CSS21/box.html#border-width-properties f47455066a31c45919b2e8a7f7012d0474bed3c2 `Microsoft`<http://www.microsoft.com/> The 'border-bottom-width' property applies to elements with a display of table-row-group.
|
|
border-bottom-width-applies-to-002 reference/ref-filled-black-96px-square Border-bottom-width applied to element with display table-header-group http://www.w3.org/TR/CSS21/box.html#propdef-border-bottom-width,http://www.w3.org/TR/CSS21/box.html#border-width-properties efdea3a8763574be1ceb8eeb15dafe28b9235dfe `Microsoft`<http://www.microsoft.com/> The 'border-bottom-width' property applies to elements with a display of table-header-group.
|
|
border-bottom-width-applies-to-003 reference/ref-filled-black-96px-square Border-bottom-width applied to element with display table-footer-group http://www.w3.org/TR/CSS21/box.html#propdef-border-bottom-width,http://www.w3.org/TR/CSS21/box.html#border-width-properties a7c31a155370dd0aa32ec0474af95a893ec4161e `Microsoft`<http://www.microsoft.com/> The 'border-bottom-width' property applies to elements with a display of table-footer-group.
|
|
border-bottom-width-applies-to-004 reference/ref-filled-black-96px-square Border-bottom-width applied to element with display table-row http://www.w3.org/TR/CSS21/box.html#propdef-border-bottom-width,http://www.w3.org/TR/CSS21/box.html#border-width-properties e2348a482bd9c392b7aa1dbcb615643e2616563e `Microsoft`<http://www.microsoft.com/> The 'border-bottom-width' property applies to elements with a display of table-row.
|
|
border-bottom-width-applies-to-005 reference/ref-filled-black-96px-square Border-bottom-width applied to element with display table-column-group http://www.w3.org/TR/CSS21/box.html#propdef-border-bottom-width,http://www.w3.org/TR/CSS21/box.html#border-width-properties cb00fd52cecb769bd00e6ecadf1c844c581c4fa3 `Microsoft`<http://www.microsoft.com/> The 'border-bottom-width' property applies to elements with a display of table-column-group.
|
|
border-bottom-width-applies-to-006 reference/ref-filled-black-96px-square Border-bottom-width applied to element with display table-column http://www.w3.org/TR/CSS21/box.html#propdef-border-bottom-width,http://www.w3.org/TR/CSS21/box.html#border-width-properties 50f7486b4268a79e33be78938000fae042d494cf `Microsoft`<http://www.microsoft.com/> The 'border-bottom-width' property applies to elements with a display of table-column.
|
|
border-bottom-width-applies-to-007 reference/ref-filled-black-96px-square Border-bottom-width applied to element with display table-cell http://www.w3.org/TR/CSS21/box.html#propdef-border-bottom-width,http://www.w3.org/TR/CSS21/box.html#border-width-properties f79f3019e05ab677f915e789a84e73c26fddf89c `Microsoft`<http://www.microsoft.com/> The 'border-bottom-width' property applies to elements with a display of table-cell.
|
|
border-bottom-width-applies-to-008 Border-bottom-width applied to element with display inline http://www.w3.org/TR/CSS21/box.html#propdef-border-bottom-width,http://www.w3.org/TR/CSS21/box.html#border-width-properties e2105424c4638cd5b12376a3fcb2a205a54bee04 `Microsoft`<http://www.microsoft.com/> The 'border-bottom-width' property applies to elements with a display of inline.
|
|
border-bottom-width-applies-to-009 reference/ref-filled-black-96px-square Border-bottom-width applied to element with display block http://www.w3.org/TR/CSS21/box.html#propdef-border-bottom-width,http://www.w3.org/TR/CSS21/box.html#border-width-properties e046f706fde2423a46139b0b685089267526d029 `Microsoft`<http://www.microsoft.com/> The 'border-bottom-width' property applies to elements with a display of block.
|
|
border-bottom-width-applies-to-010 Border-bottom-width applied to element with display list-item http://www.w3.org/TR/CSS21/box.html#propdef-border-bottom-width,http://www.w3.org/TR/CSS21/box.html#border-width-properties 0a751b4bc44ad9d410c0d85df4bd9d3bc244e3c1 `Microsoft`<http://www.microsoft.com/> The 'border-bottom-width' property applies to elements with a display of list-item.
|
|
border-bottom-width-applies-to-011 Border-bottom-width applied to element with display run-in http://www.w3.org/TR/CSS21/box.html#propdef-border-bottom-width,http://www.w3.org/TR/CSS21/box.html#border-width-properties 33123ea86fbb9ee179d7e80a8add58131b7f336c `Microsoft`<http://www.microsoft.com/> The 'border-bottom-width' property applies to elements with a display of run-in.
|
|
border-bottom-width-applies-to-012 reference/ref-filled-black-96px-square Border-bottom-width applied to element with display inline-block http://www.w3.org/TR/CSS21/box.html#propdef-border-bottom-width,http://www.w3.org/TR/CSS21/box.html#border-width-properties 8f2f5fd5158917287d1fec1cef34ede019375cb1 `Microsoft`<http://www.microsoft.com/> The 'border-bottom-width' property applies to elements with a display of inline-block.
|
|
border-bottom-width-applies-to-013 reference/ref-filled-black-96px-square Border-bottom-width applied to element with display table http://www.w3.org/TR/CSS21/box.html#propdef-border-bottom-width,http://www.w3.org/TR/CSS21/box.html#border-width-properties 7bc2a24c4082efd5bd800eae371223925351a5c0 `Microsoft`<http://www.microsoft.com/> The 'border-bottom-width' property applies to elements with a display of table.
|
|
border-bottom-width-applies-to-014 reference/ref-filled-black-96px-square Border-bottom-width applied to element with display inline-table http://www.w3.org/TR/CSS21/box.html#propdef-border-bottom-width,http://www.w3.org/TR/CSS21/box.html#border-width-properties ad2116cf7257fe98e56acf45c798e40cbcf68117 `Microsoft`<http://www.microsoft.com/> The 'border-bottom-width' property applies to elements with a display of inline-table.
|
|
border-bottom-width-applies-to-015 reference/ref-filled-black-96px-square Border-bottom-width applied to element with display table-caption http://www.w3.org/TR/CSS21/box.html#propdef-border-bottom-width,http://www.w3.org/TR/CSS21/box.html#border-width-properties ac3f31933ac4e88b35f250813b701bbefe2654b5 `Microsoft`<http://www.microsoft.com/> The 'border-bottom-width' property applies to elements with a display of table-caption.
|
|
border-collapse-001 Border-collapse set to 'collapse' http://www.w3.org/TR/CSS21/tables.html#propdef-border-collapse,http://www.w3.org/TR/CSS21/tables.html#borders 85efd62c468fe5d2b71bfec7f68bfac1769169f2 `Microsoft`<http://www.microsoft.com/> A table with 'border-collapse' set to 'collapse' collapses the borders between its cells.
|
|
border-collapse-002 Border-collapse set to 'separate' http://www.w3.org/TR/CSS21/tables.html#propdef-border-collapse,http://www.w3.org/TR/CSS21/tables.html#borders 9874bd6587a682b94b57cf2ef62424e21678891d `Microsoft`<http://www.microsoft.com/> A table with 'border-collapse' set to 'separate' separates the borders between its cells.
|
|
border-collapse-003 Border-collapse set to 'inherit' http://www.w3.org/TR/CSS21/tables.html#propdef-border-collapse,http://www.w3.org/TR/CSS21/tables.html#borders 5e46da0348b17f91e4592c46865fbd639103eeb2 `Microsoft`<http://www.microsoft.com/> A table can inherit its 'border-collapse' behavior from its parent container.
|
|
border-collapse-004 overflow: hidden and border-collapse: collapse http://www.w3.org/TR/CSS21/tables.html#collapsing-borders d388169f18a2bc392ab4e60257ab8f485d3012d7 `Ian Hickson`<mailto:ian@hixie.ch>
|
|
border-collapse-applies-to-001 Border-collapse and 'display: inline' elements http://www.w3.org/TR/CSS21/tables.html#propdef-border-collapse,http://www.w3.org/TR/CSS21/tables.html#borders 8bcf8835c3f9cf877e0130d1ccd909b5bc26ee93 `Microsoft`<http://www.microsoft.com/> Border-collapse does not apply to 'display: inline' elements.
|
|
border-collapse-applies-to-002 Border-collapse and 'display: block' elements http://www.w3.org/TR/CSS21/tables.html#propdef-border-collapse,http://www.w3.org/TR/CSS21/tables.html#borders 579bbfd707967e140cde8b5d1776f0680f41a4a8 `Microsoft`<http://www.microsoft.com/> Border-collapse does not apply to 'display: block' elements.
|
|
border-collapse-applies-to-003 Border-collapse and 'display: list-item' elements http://www.w3.org/TR/CSS21/tables.html#propdef-border-collapse,http://www.w3.org/TR/CSS21/tables.html#borders ea275e3bfd7e0a0d61811256ab629eca5a70bc4a `Microsoft`<http://www.microsoft.com/> Border-collapse and 'display: list-item' elements.
|
|
border-collapse-applies-to-004 Border-collapse and 'display: run-in' elements http://www.w3.org/TR/CSS21/tables.html#propdef-border-collapse,http://www.w3.org/TR/CSS21/tables.html#borders 15ee7418c100d319edb53011e09a59f252a90d4f `Microsoft`<http://www.microsoft.com/> Border-collapse does not apply to 'display: run-in' elements.
|
|
border-collapse-applies-to-005 Border-collapse and 'display: inline-block' elements http://www.w3.org/TR/CSS21/tables.html#propdef-border-collapse,http://www.w3.org/TR/CSS21/tables.html#borders fa027b733a6ab431aee342d075b52bb0131f66ed `Microsoft`<http://www.microsoft.com/> Border-collapse does not apply to 'display: inline-block' elements.
|
|
border-collapse-applies-to-006 Border-collapse and 'display: table' elements http://www.w3.org/TR/CSS21/tables.html#propdef-border-collapse,http://www.w3.org/TR/CSS21/tables.html#borders abcbd32d62d0a7b3aebc4c2458794a2a1d1e4761 `Microsoft`<http://www.microsoft.com/> Border-collapse applies to 'display: table' elements.
|
|
border-collapse-applies-to-007 Border-collapse and 'display: inline-table' elements http://www.w3.org/TR/CSS21/tables.html#propdef-border-collapse,http://www.w3.org/TR/CSS21/tables.html#borders 323697f968bff83de767afdc13998e7135381eeb `Microsoft`<http://www.microsoft.com/> Border-collapse applies to 'display: inline-table' elements.
|
|
border-collapse-applies-to-008 Border-collapse and 'display: table-row-group' elements http://www.w3.org/TR/CSS21/tables.html#propdef-border-collapse,http://www.w3.org/TR/CSS21/tables.html#borders 23172e497ce88745b5f70fec75838bc0423983bb `Microsoft`<http://www.microsoft.com/> Border-collapse does not apply to 'display: table-row-group' elements.
|
|
border-collapse-applies-to-009 Border-collapse and 'display: table-header-group' elements http://www.w3.org/TR/CSS21/tables.html#propdef-border-collapse,http://www.w3.org/TR/CSS21/tables.html#borders f05e9319fdc21fc8669ce36065cfce14a8ac4a09 `Microsoft`<http://www.microsoft.com/> Border-collapse does not apply to 'display: table-header-group' elements.
|
|
border-collapse-applies-to-010 Border-collapse and 'display: table-footer-group' elements http://www.w3.org/TR/CSS21/tables.html#propdef-border-collapse,http://www.w3.org/TR/CSS21/tables.html#borders edfddaffe531e235dbeded863c779017d56660b0 `Microsoft`<http://www.microsoft.com/> Border-collapse does not apply to 'display: table-footer-group' elements.
|
|
border-collapse-applies-to-011 Border-collapse and 'display: table-row' elements http://www.w3.org/TR/CSS21/tables.html#propdef-border-collapse,http://www.w3.org/TR/CSS21/tables.html#borders 274af4e7994585c7de90fe2c15eeefe81c442bfd `Microsoft`<http://www.microsoft.com/> Border-collapse does not apply to 'display: table-row' elements.
|
|
border-collapse-applies-to-012 Border-collapse and 'display: table-column' elements http://www.w3.org/TR/CSS21/tables.html#propdef-border-collapse,http://www.w3.org/TR/CSS21/tables.html#borders 31aafebbc7bb1e4ccb37cdcadb39f70ba928cbb3 `Microsoft`<http://www.microsoft.com/> Border-collapse does not apply to 'display: table-column' elements.
|
|
border-collapse-applies-to-013 Border-collapse and 'display: table-column-group' elements http://www.w3.org/TR/CSS21/tables.html#propdef-border-collapse,http://www.w3.org/TR/CSS21/tables.html#borders 81330209b73b946d3da7cda9107644fb9a0e14b1 `Microsoft`<http://www.microsoft.com/> Border-collapse does not apply to 'display: table-column-group' elements.
|
|
border-collapse-applies-to-014 Border-collapse and 'display: table-cell' elements http://www.w3.org/TR/CSS21/tables.html#propdef-border-collapse,http://www.w3.org/TR/CSS21/tables.html#borders 1175c74ac6cea0528e929e49d624830313a214ee `Microsoft`<http://www.microsoft.com/> Border-collapse does not apply to 'display: table-cell' elements.
|
|
border-collapse-applies-to-015 Border-collapse and 'display: table-caption' elements http://www.w3.org/TR/CSS21/tables.html#propdef-border-collapse,http://www.w3.org/TR/CSS21/tables.html#borders 564acf9b9850b6c813d16f83bd75e3035ee9f10b `Microsoft`<http://www.microsoft.com/> Border-collapse does not apply to 'display: table-caption' elements.
|
|
border-collapse-applies-to-016 Border-collapse and 'display: none' elements http://www.w3.org/TR/CSS21/tables.html#propdef-border-collapse,http://www.w3.org/TR/CSS21/tables.html#borders 2f52535ef67aa20c0a81461051560125f22680a4 `Microsoft`<http://www.microsoft.com/> Border-collapse does not apply to 'display: none' elements.
|
|
border-collapse-applies-to-017 Border-collapse and 'display: inherit' elements http://www.w3.org/TR/CSS21/tables.html#propdef-border-collapse,http://www.w3.org/TR/CSS21/tables.html#borders 69325deac96136e6cbf18f2c6cb01dd31ad42e50 `Microsoft`<http://www.microsoft.com/> Border-collapse does not apply to 'display: inherit' elements which do not inherit the value of 'table' or 'inline-table'.
|
|
border-collapse-dynamic-cell-001 reference/border-collapse-dynamic-cell-001-ref border collapse dynamic change to cell style dom http://www.w3.org/TR/CSS21/tables.html#collapsing-borders 2a7bebbb250500fabd3b0dfe958bd021a3a391dd `Bernd Mielke`<mailto:bmlk@gmx.de>
|
|
border-collapse-dynamic-cell-002 reference/border-collapse-dynamic-cell-002-ref border collapse dynamic change to cell color dom http://www.w3.org/TR/CSS21/tables.html#collapsing-borders 17faa25a3ab2d14910993dae90bbbf89376f6f3e `Bernd Mielke`<mailto:bmlk@gmx.de>
|
|
border-collapse-dynamic-cell-003 reference/border-collapse-dynamic-cell-003-ref border collapse dynamic change to cell border width dom http://www.w3.org/TR/CSS21/tables.html#collapsing-borders dbb3a63299f47242707e9e97cb1a7c4d6e52f1c5 `Bernd Mielke`<mailto:bmlk@gmx.de>
|
|
border-collapse-dynamic-cell-004 reference/border-collapse-dynamic-cell-004-ref border collapse dynamic change to colspan cell style dom http://www.w3.org/TR/CSS21/tables.html#collapsing-borders 340f41a6922a89e22bdb5371be1a67149f7b6748 `Bernd Mielke`<mailto:bmlk@gmx.de>
|
|
border-collapse-dynamic-cell-005 reference/border-collapse-dynamic-cell-005-ref border collapse dynamic change to rowspan cell style dom http://www.w3.org/TR/CSS21/tables.html#collapsing-borders 251311cf581b5e8573f52fe430baa2c86b20ad02 `Bernd Mielke`<mailto:bmlk@gmx.de>
|
|
border-collapse-dynamic-colgroup-001 reference/border-collapse-dynamic-colgroup-001-ref border collapse dynamic change to colgroup border color dom http://www.w3.org/TR/CSS21/tables.html#collapsing-borders 24c114844782a5386920384f4a3fb53a7ba96d9b `Bernd Mielke`<mailto:bmlk@gmx.de>
|
|
border-collapse-dynamic-colgroup-002 reference/border-collapse-dynamic-colgroup-002-ref border collapse dynamic change to colgroup border width dom http://www.w3.org/TR/CSS21/tables.html#collapsing-borders 3d4be30f888925c7218212fb7e7395eee5861025 `Bernd Mielke`<mailto:bmlk@gmx.de>
|
|
border-collapse-dynamic-colgroup-003 reference/border-collapse-dynamic-colgroup-003-ref border collapse dynamic change to colgroup border style dom http://www.w3.org/TR/CSS21/tables.html#collapsing-borders 94d199475598f1969c62d0d51ab0b6ffe55e8564 `Bernd Mielke`<mailto:bmlk@gmx.de>
|
|
border-collapse-dynamic-column-001 reference/border-collapse-dynamic-colgroup-001-ref border collapse dynamic change to col border color dom http://www.w3.org/TR/CSS21/tables.html#collapsing-borders 6df83ecdf04ba137d0ee1c8e99fb543dd1f6ed7c `Bernd Mielke`<mailto:bmlk@gmx.de>
|
|
border-collapse-dynamic-column-002 reference/border-collapse-dynamic-colgroup-002-ref border collapse dynamic change to col border width dom http://www.w3.org/TR/CSS21/tables.html#collapsing-borders f0f854f4fcd4c11e25ef25694f4bb4611199bf98 `Bernd Mielke`<mailto:bmlk@gmx.de>
|
|
border-collapse-dynamic-column-003 reference/border-collapse-dynamic-colgroup-003-ref border collapse dynamic change to col border style dom http://www.w3.org/TR/CSS21/tables.html#collapsing-borders 2573b3f5a37af447421fc68965b260f1610ae9e8 `Bernd Mielke`<mailto:bmlk@gmx.de>
|
|
border-collapse-dynamic-row-001 reference/border-collapse-dynamic-rowgroup-001-ref border collapse dynamic change to row border color dom http://www.w3.org/TR/CSS21/tables.html#collapsing-borders 453ce4579c598c809a663859e518777e6cfbf7ed `Bernd Mielke`<mailto:bmlk@gmx.de>
|
|
border-collapse-dynamic-row-002 reference/border-collapse-dynamic-rowgroup-002-ref border collapse dynamic change to row border width dom http://www.w3.org/TR/CSS21/tables.html#collapsing-borders 46e58696649ec40f840382f96d1bbec3962a1edd `Bernd Mielke`<mailto:bmlk@gmx.de>
|
|
border-collapse-dynamic-row-003 reference/border-collapse-dynamic-rowgroup-003-ref border collapse dynamic change to row border style dom http://www.w3.org/TR/CSS21/tables.html#collapsing-borders d3e611a9bbac403a1bd474ea9609014064abbed7 `Bernd Mielke`<mailto:bmlk@gmx.de>
|
|
border-collapse-dynamic-rowgroup-001 reference/border-collapse-dynamic-rowgroup-001-ref border collapse dynamic change to rowgroup border color dom http://www.w3.org/TR/CSS21/tables.html#collapsing-borders bb49ba947591c4c7dfbe50539233a5b6af8394f2 `Bernd Mielke`<mailto:bmlk@gmx.de>
|
|
border-collapse-dynamic-rowgroup-002 reference/border-collapse-dynamic-rowgroup-002-ref border collapse dynamic change to rowgroup border width dom http://www.w3.org/TR/CSS21/tables.html#collapsing-borders 0dbf7a71893e3511ba9c1a53d441c739c4aa0c63 `Bernd Mielke`<mailto:bmlk@gmx.de>
|
|
border-collapse-dynamic-rowgroup-003 reference/border-collapse-dynamic-rowgroup-003-ref border collapse dynamic change to rowgroup border style dom http://www.w3.org/TR/CSS21/tables.html#collapsing-borders 8e267bc834bb7964a5142081ce901f2e2359cc3d `Bernd Mielke`<mailto:bmlk@gmx.de>
|
|
border-collapse-dynamic-table-001 reference/border-collapse-dynamic-table-001-ref border collapse dynamic change to table border color dom http://www.w3.org/TR/CSS21/tables.html#collapsing-borders 66e04451f13db07597884d1edf870f57388b5541 `Bernd Mielke`<mailto:bmlk@gmx.de>
|
|
border-collapse-dynamic-table-002 reference/border-collapse-dynamic-table-002-ref border collapse dynamic change to table border width dom http://www.w3.org/TR/CSS21/tables.html#collapsing-borders c018071dfaf72d3acbb10fa32e9365f35173b612 `Bernd Mielke`<mailto:bmlk@gmx.de>
|
|
border-collapse-dynamic-table-003 reference/border-collapse-dynamic-table-003-ref border collapse dynamic change to table border style dom http://www.w3.org/TR/CSS21/tables.html#collapsing-borders d0f7ef3a6619e414eab0e67b1c6dd1d727fe20fc `Bernd Mielke`<mailto:bmlk@gmx.de>
|
|
border-collapse-inherited-001 Border-collapse is inherited by default http://www.w3.org/TR/CSS21/tables.html#propdef-border-collapse,http://www.w3.org/TR/CSS21/tables.html#borders c75473bd27dbaba331ab0d278f212301c691e02f `Microsoft`<http://www.microsoft.com/> Border-collapse is inherited by default.
|
|
border-collapse-initial-001 Initial value of border-collapse http://www.w3.org/TR/CSS21/tables.html#propdef-border-collapse,http://www.w3.org/TR/CSS21/tables.html#borders 1828549349c57259c3b4f83b918321083136173d `Microsoft`<http://www.microsoft.com/> The initial value of border-collapse is 'separate'.
|
|
border-collapse-offset-001 reference/border-collapse-offset-001-ref border collapse http://www.w3.org/TR/CSS21/tables.html#collapsing-borders a6c46763d743a470718f862eda8ee7402f386d6e `Bernd Mielke`<mailto:bmlk@gmx.de>
|
|
border-collapse-offset-002 reference/border-collapse-offset-002-ref border collapse http://www.w3.org/TR/CSS21/tables.html#collapsing-borders 0e6cf03ef75de84007ea3b3dfba818d49ad7efc1 `Bernd Mielke`<mailto:bmlk@gmx.de>
|
|
border-color-001 reference/border-color-001-ref Border-color with one color value http://www.w3.org/TR/CSS21/box.html#propdef-border-color,http://www.w3.org/TR/CSS21/box.html#border-color-properties 3c1ecc17ba44a693f4f80bceaa2495ecd867029a `Microsoft`<http://www.microsoft.com/> The 'border-color' property with one color value is supported and applied to all sides of the box.
|
|
border-color-002 Border-color with two color values http://www.w3.org/TR/CSS21/box.html#propdef-border-color,http://www.w3.org/TR/CSS21/box.html#border-color-properties 07ce0dc7d90d50fc506a1550f2f0d6c303201752 `Microsoft`<http://www.microsoft.com/> The 'border-color' property with two color values is supported and applied to the correct sides of the box.
|
|
border-color-003 Border-color with three color values http://www.w3.org/TR/CSS21/box.html#propdef-border-color,http://www.w3.org/TR/CSS21/box.html#border-color-properties 5f76e47326bdaa49a69c732e03dd982cd2d439d1 `Microsoft`<http://www.microsoft.com/> The 'border-color' property with three color values is supported and applied to the correct sides of the box.
|
|
border-color-004 Border-color with four color values http://www.w3.org/TR/CSS21/box.html#propdef-border-color,http://www.w3.org/TR/CSS21/box.html#border-color-properties 6bdadcdd0501a847afb324a2b4b899998b8ce1cf `Microsoft`<http://www.microsoft.com/> The 'border-color' property with four color values is supported and applied to the correct sides of the box.
|
|
border-color-005 reference/border-color-005-ref Border-color with a transparent border http://www.w3.org/TR/CSS21/box.html#propdef-border-color,http://www.w3.org/TR/CSS21/box.html#border-color-properties adf4eaea66b5e5fe82194d92c0b1e27ff292dcd4 `Microsoft`<http://www.microsoft.com/> The 'border-color' property set to 'transparent' is supported and applies to all sides of an element.
|
|
border-color-006 reference/border-color-006-ref Border-color set to inherit, inheriting one value http://www.w3.org/TR/CSS21/box.html#propdef-border-color,http://www.w3.org/TR/CSS21/box.html#border-color-properties 007e993d446d1f21f495406284518035a94d27f0 `Microsoft`<http://www.microsoft.com/> The 'border-color' property set to 'inherit' is supported and properly inherits a single value that will be applied to all sides of the element.
|
|
border-color-007 Border-color set to inherit, inheriting two values http://www.w3.org/TR/CSS21/box.html#propdef-border-color,http://www.w3.org/TR/CSS21/box.html#border-color-properties 2a894de53a69e0bd7b8fd4cbecb57d78c35cc9d4 `Microsoft`<http://www.microsoft.com/> The 'border-color' property set to 'inherit' is supported and properly inherits two values that will be applied to the appropriate sides of the element.
|
|
border-color-008 Border-color set to inherit, inheriting three values http://www.w3.org/TR/CSS21/box.html#propdef-border-color,http://www.w3.org/TR/CSS21/box.html#border-color-properties 45c2ed5c4f94d5a2545706359f76003387556c46 `Microsoft`<http://www.microsoft.com/> The 'border-color' property set to 'inherit' is supported and properly inherits three values that will be applied to the appropriate sides of the element.
|
|
border-color-009 Border-color set to inherit, inheriting four values http://www.w3.org/TR/CSS21/box.html#propdef-border-color,http://www.w3.org/TR/CSS21/box.html#border-color-properties e7e9b141bc65ed7bd80d556d8caa43327fad862b `Microsoft`<http://www.microsoft.com/> The 'border-color' property set to 'inherit' is supported and properly inherits four values that will be applied to the appropriate sides of the element.
|
|
border-color-010 reference/border-color-010-ref CSS Colours: Initial Border Color http://www.w3.org/TR/CSS21/colors.html#colors 753cd0c4bb8953854efc33d9e3af256317ae9afb `Ian Hickson`<mailto:ian@hixie.ch>
|
|
border-color-011 reference/border-color-011-ref CSS inheritance: border-color http://www.w3.org/TR/CSS21/box.html#border-color-properties 5b0252ddb0816a82006f097f5c6db2ba7502ff6a `Ian Hickson`<mailto:ian@hixie.ch>
|
|
border-color-012 reference/border-color-012-ref CSS inheritance: border-color http://www.w3.org/TR/CSS21/box.html#border-color-properties 5552563936c2aa76dbd732f68b9538e71c7715e7 `Ian Hickson`<mailto:ian@hixie.ch>
|
|
border-color-applies-to-001 reference/border-applies-to-001-ref Border-color applied to element with display table-row-group http://www.w3.org/TR/CSS21/box.html#propdef-border-color,http://www.w3.org/TR/CSS21/box.html#border-color-properties b47f0fd75588365c6e30d3177aa3e04a545ea865 `Microsoft`<http://www.microsoft.com/> The 'border-color' properties applies to elements with a display of table-row-group.
|
|
border-color-applies-to-002 reference/border-applies-to-001-ref Border-color applied to element with display table-header-group http://www.w3.org/TR/CSS21/box.html#propdef-border-color,http://www.w3.org/TR/CSS21/box.html#border-color-properties 3a5ca7da8817b9912b12399f76007fa29062ee2e `Microsoft`<http://www.microsoft.com/> The 'border-color' properties applies to elements with a display of table-header-group.
|
|
border-color-applies-to-003 reference/border-applies-to-001-ref Border-color applied to element with display table-footer-group http://www.w3.org/TR/CSS21/box.html#propdef-border-color,http://www.w3.org/TR/CSS21/box.html#border-color-properties 011e23f984c4f47b4420b831e1cb3ba029241825 `Microsoft`<http://www.microsoft.com/> The 'border-color' properties applies to elements with a display of table-footer-group.
|
|
border-color-applies-to-004 reference/border-applies-to-001-ref Border-color applied to element with display table-row http://www.w3.org/TR/CSS21/box.html#propdef-border-color,http://www.w3.org/TR/CSS21/box.html#border-color-properties 50c2d365408cfc5bc4478778b9caaf3c672de64b `Microsoft`<http://www.microsoft.com/> The 'border-color' properties applies to elements with a display of table-row.
|
|
border-color-applies-to-005 reference/border-applies-to-001-ref Border-color applied to element with display table-column-group http://www.w3.org/TR/CSS21/box.html#propdef-border-color,http://www.w3.org/TR/CSS21/box.html#border-color-properties a4e78e3c193188950e0eb9d44be4d5b1b37076c1 `Microsoft`<http://www.microsoft.com/> The 'border-color' properties applies to elements with a display of table-column-group.
|
|
border-color-applies-to-006 reference/border-applies-to-001-ref Border-color applied to element with display table-column http://www.w3.org/TR/CSS21/box.html#propdef-border-color,http://www.w3.org/TR/CSS21/box.html#border-color-properties 2cfa99b5fc0960fb867d9178ef7861e03deef258 `Microsoft`<http://www.microsoft.com/> The 'border-color' properties applies to elements with a display of table-column.
|
|
border-color-applies-to-007 reference/border-applies-to-001-ref Border-color applied to element with display table-cell http://www.w3.org/TR/CSS21/box.html#propdef-border-color,http://www.w3.org/TR/CSS21/box.html#border-color-properties 6c28ada9e035234ec02b6c07dc2eb400a7ef618d `Microsoft`<http://www.microsoft.com/> The 'border-color' properties applies to elements with a display of table-cell.
|
|
border-color-applies-to-008 Border-color applied to element with display inline http://www.w3.org/TR/CSS21/box.html#propdef-border-color,http://www.w3.org/TR/CSS21/box.html#border-color-properties ebcacc510ab5f92ae779730f961b6126b60733e4 `Microsoft`<http://www.microsoft.com/> The 'border-color' properties applies to elements with a display of inline.
|
|
border-color-applies-to-009 reference/border-applies-to-001-ref Border-color applied to element with display block http://www.w3.org/TR/CSS21/box.html#propdef-border-color,http://www.w3.org/TR/CSS21/box.html#border-color-properties e364b7454f8ca6d291c59b19fefe6582653996ac `Microsoft`<http://www.microsoft.com/> The 'border-color' properties applies to elements with a display of block.
|
|
border-color-applies-to-010 Border-color applied to element with display list-item http://www.w3.org/TR/CSS21/box.html#propdef-border-color,http://www.w3.org/TR/CSS21/box.html#border-color-properties 005e0378fff0cb23aab8e6e5cdb5a467f4ddd26c `Microsoft`<http://www.microsoft.com/> The 'border-color' properties applies to elements with a display of list-item.
|
|
border-color-applies-to-011 Border-color applied to element with display run-in http://www.w3.org/TR/CSS21/box.html#propdef-border-color,http://www.w3.org/TR/CSS21/box.html#border-color-properties 3abc5b250dca7ed3845a236a3ab44fc4039ebdd0 `Microsoft`<http://www.microsoft.com/> The 'border-color' properties applies to elements with a display of run-in.
|
|
border-color-applies-to-012 reference/border-applies-to-001-ref Border-color applied to element with display inline-block http://www.w3.org/TR/CSS21/box.html#propdef-border-color,http://www.w3.org/TR/CSS21/box.html#border-color-properties df7f19db9d3c737f2150d1f39455d02a0f478e32 `Microsoft`<http://www.microsoft.com/> The 'border-color' properties applies to elements with a display of inline-block.
|
|
border-color-applies-to-013 reference/border-applies-to-001-ref Border-color applied to element with display table http://www.w3.org/TR/CSS21/box.html#propdef-border-color,http://www.w3.org/TR/CSS21/box.html#border-color-properties 13e21a0712ac1476ac59c946ef167c92035cca1c `Microsoft`<http://www.microsoft.com/> The 'border-color' properties applies to elements with a display of table.
|
|
border-color-applies-to-014 reference/border-applies-to-001-ref Border-color applied to element with display inline-table http://www.w3.org/TR/CSS21/box.html#propdef-border-color,http://www.w3.org/TR/CSS21/box.html#border-color-properties abcd51a68d92bbee5650668af0c30c313393eff5 `Microsoft`<http://www.microsoft.com/> The 'border-color' properties applies to elements with a display of inline-table.
|
|
border-color-applies-to-015 reference/border-applies-to-001-ref Border-color applied to element with display table-caption http://www.w3.org/TR/CSS21/box.html#propdef-border-color,http://www.w3.org/TR/CSS21/box.html#border-color-properties fd8c3fdd9a61f9db197e11eddab0172eaaa853c1 `Microsoft`<http://www.microsoft.com/> The 'border-color' properties applies to elements with a display of table-caption.
|
|
border-color-shorthand-001 reference/border-color-shorthand-001-ref Border-color shorthand - one value http://www.w3.org/TR/CSS21/box.html#border-color-properties 8459b70e0d6762a3f87959c7fd1a221ef6f1a721 `Microsoft`<http://www.microsoft.com/> Specifying a single value on the 'border-color' property sets the value for all sides of the element.
|
|
border-color-shorthand-002 Border-color shorthand - two values http://www.w3.org/TR/CSS21/box.html#border-color-properties d439c5014ea00290476223717e388e214f656921 `Microsoft`<http://www.microsoft.com/> Specifying two values on the 'border-color' property assigns the first value to the top and bottom and the second to the left and right.
|
|
border-color-shorthand-003 Border-color shorthand - three values http://www.w3.org/TR/CSS21/box.html#border-color-properties 4fe5d537c7e361b19f0f38e63e906d2647fb7334 `Microsoft`<http://www.microsoft.com/> Specifying three values to the 'border-color' property assigns the first value to the top the second value to the left and right and the third value to the bottom.
|
|
border-color-shorthand-004 Border-color shorthand - four values http://www.w3.org/TR/CSS21/box.html#border-color-properties d60bbd6ecf2368f32f9a5163f4045910af76d9f9 `Microsoft`<http://www.microsoft.com/> Specifying four values to the 'border-color' property assigns the values for top, right, bottom and left.
|
|
border-conflict-element-001 Border Conflict Resolution (element) - cell vs. cell - element with highest priority is the dominant border http://www.w3.org/TR/CSS21/tables.html#border-conflict-resolution 4c310133324ae1c29ae052073761697d95ed2327 `Microsoft`<http://www.microsoft.com/> With adjacent cells of same border-style and width, border collapsing favors the cell furthest to the top and left (in a 'left-to-right' table).
|
|
border-conflict-element-001a reference/ref-filled-green-100px-square Border conflict resolution - adjacent cells with same border-style and border-width http://www.w3.org/TR/CSS21/tables.html#border-conflict-resolution 3ec3b4dd43914c31e5a789f9d946a518ad4b031a `Gérard Talbot`<http://www.gtalbot.org/BrowserBugsSection/css21testsuite/> When two adjacent cells have the same border-width and the same border-style in a 'border-collapse: collapse' table, then the color of the border from the leftmost cell wins (if the table's 'direction' is 'ltr'; right, if it is 'rtl') and the color of the border from the topmost cell wins.
|
|
border-conflict-element-001b reference/ref-filled-green-100px-square Border conflict resolution - adjacent cells with same border-style and border-width http://www.w3.org/TR/CSS21/tables.html#border-conflict-resolution 95da82554d9dbd4372494e441748138cb7c99d66 `Gérard Talbot`<http://www.gtalbot.org/BrowserBugsSection/css21testsuite/> When two adjacent cells have the same border-width and the same border-style in a 'border-collapse: collapse' table, then the color of the border from the topmost cell wins.
|
|
border-conflict-element-001c reference/ref-filled-green-100px-square Border conflict resolution - adjacent cells with same border-style and border-width http://www.w3.org/TR/CSS21/tables.html#border-conflict-resolution e935ba131d2219b8aa2433e62e5464957eda23e3 `Gérard Talbot`<http://www.gtalbot.org/BrowserBugsSection/css21testsuite/> When two adjacent cells have the same border-width and the same border-style in a 'border-collapse: collapse' table, then the color of the border from the leftmost cell wins (if the table's 'direction' is 'ltr'; rightmost, if it is 'rtl').
|
|
border-conflict-element-001d reference/border-conflict-element-001d-ref Border conflict resolution - adjacent cells with same border-style and border-width ahem,image http://www.w3.org/TR/CSS21/tables.html#border-conflict-resolution dd8a94c6712cc700caf8c1cab32fc1e617d234f4 `Gérard Talbot`<http://www.gtalbot.org/BrowserBugsSection/css21testsuite/> When two adjacent cells have the same border-width and the same border-style in a 'border-collapse: collapse' table, then the color of the border from the leftmost cell wins (if the table's 'direction' is 'ltr'; right, if it is 'rtl') and the color of the border from the topmost cell wins.
|
|
border-conflict-element-001e reference/border-conflict-element-001e-ref Border conflict resolution - adjacent cells with same border-style and border-width image http://www.w3.org/TR/CSS21/tables.html#border-conflict-resolution,http://www.w3.org/TR/CSS21/box.html#border-color-properties 8b110a4057218e49e1ab47ce656662c0d8776c62 `Gérard Talbot`<http://www.gtalbot.org/BrowserBugsSection/css21testsuite/> If a table cell's border color is not specified with a border property, then user agents must use the value of the element's 'color' property as the computed value for the border color. When two adjacent cells have the same border-width and the same border-style in a 'border-collapse: collapse' table, then the color of the border from the leftmost cell wins (if the table's 'direction' is 'ltr'; right, if it is 'rtl').
|
|
border-conflict-element-002 Border Conflict Resolution (element) - cell vs. cell - element with highest priority is the dominant border (rtl table) http://www.w3.org/TR/CSS21/tables.html#border-conflict-resolution d35c672a719e8603128a48414baba57ad5f8ea84 `Microsoft`<http://www.microsoft.com/> With adjacent cells of same border-style and width, border collapsing favors the cell furthest to the top right for a 'right-to-left' table.
|
|
border-conflict-element-003 Border Conflict Resolution (by element): cell in row - element with highest priority is the dominant border http://www.w3.org/TR/CSS21/tables.html#border-conflict-resolution 95e05506f5420f3354530adb9e63133fa9b3e4ab `Microsoft`<http://www.microsoft.com/> With embedded elements (cell, row) of same border-style and width, border collapsing favors the cell.
|
|
border-conflict-element-004 Border Conflict Resolution (by element): cell vs. row - element with highest priority is the dominant border http://www.w3.org/TR/CSS21/tables.html#border-conflict-resolution 322ec68bd4758306f90f2efc69aa6368fa91bc16 `Microsoft`<http://www.microsoft.com/> With adjacent elements (cell, row) of same border-style and width, border collapsing favors the cell.
|
|
border-conflict-element-005 Border Conflict Resolution (by element): cell in row group - element with highest priority is the dominant border http://www.w3.org/TR/CSS21/tables.html#border-conflict-resolution c259b445343057fcfabe7546d47f292113aed4f4 `Microsoft`<http://www.microsoft.com/> With embedded elements (cell, row group) of same border-style and width, border collapsing favors the cell.
|
|
border-conflict-element-006 Border Conflict Resolution (by element): cell vs. row group - element with highest priority is the dominant border http://www.w3.org/TR/CSS21/tables.html#border-conflict-resolution 438c3af30622201600a4542aeb564653ad0c1c72 `Microsoft`<http://www.microsoft.com/> With adjacent elements (cell, row group) of same border-style and width, border collapsing favors the cell.
|
|
border-conflict-element-007 Border Conflict Resolution (by element): cell in column - element with highest priority is the dominant border http://www.w3.org/TR/CSS21/tables.html#border-conflict-resolution 4b815527008ac0c8b3f296df3241a2118d2cfecf `Microsoft`<http://www.microsoft.com/> With embedded elements (cell, column) of same border-style and width, border collapsing favors the cell.
|
|
border-conflict-element-008 Border Conflict Resolution (by element): cell vs. column - element with highest priority is the dominant border http://www.w3.org/TR/CSS21/tables.html#border-conflict-resolution 3720b75d91c94c62760e746cc21281ceb85edd4e `Microsoft`<http://www.microsoft.com/> With adjacent elements (cell, column) of same border-style and width, border collapsing favors the cell.
|
|
border-conflict-element-009 Border Conflict Resolution (by element): cell in column group - element with highest priority is the dominant border http://www.w3.org/TR/CSS21/tables.html#border-conflict-resolution b456e15059c936fb486c7e53c3da4faa668b8fbd `Microsoft`<http://www.microsoft.com/> With embedded elements (cell, column group) of same border-style and width, border collapsing favors the cell.
|
|
border-conflict-element-010 Border Conflict Resolution (by element): cell vs. column group - element with highest priority is the dominant border http://www.w3.org/TR/CSS21/tables.html#border-conflict-resolution 21e2c6ed606969feffb2d771cf76dabd6774fd41 `Microsoft`<http://www.microsoft.com/> With adjacent elements (cell, column group) of same border-style and width, border collapsing favors the cell.
|
|
border-conflict-element-011 Border Conflict Resolution (by element): cell vs. table - element with highest priority is the dominant border http://www.w3.org/TR/CSS21/tables.html#border-conflict-resolution dee2af74c985ec563f70b8dc57075694e57592bf `Microsoft`<http://www.microsoft.com/> With embedded elements (cell, table) of same border-style and width, border collapsing favors the cell.
|
|
border-conflict-element-012 Border Conflict Resolution (by element): row vs. cell - element with highest priority is the dominant border http://www.w3.org/TR/CSS21/tables.html#border-conflict-resolution 833ef96b83256ed7d06d0383acbd8149a160a03c `Microsoft`<http://www.microsoft.com/> With adjacent elements (row, cell) of same border-style and width, border collapsing favors the cell.
|
|
border-conflict-element-013 Border Conflict Resolution (by element): row vs. row - element with highest priority is the dominant border http://www.w3.org/TR/CSS21/tables.html#border-conflict-resolution 47b4c4d629f36de0fce2b542506ca601e02593c3 `Microsoft`<http://www.microsoft.com/> With adjacent elements (row, row) of same border-style and width, border collapsing favors the row furthest to the top.
|
|
border-conflict-element-014 Border Conflict Resolution (by element): row in row group - element with highest priority is the dominant border http://www.w3.org/TR/CSS21/tables.html#border-conflict-resolution 770d4bdca1db858eb1ff0b8b8fcaaae7b1726c0f `Microsoft`<http://www.microsoft.com/> With embedded elements (row, row group) of same border-style and width, border collapsing favors the row.
|
|
border-conflict-element-015 Border Conflict Resolution (by element): row vs. row group - element with highest priority is the dominant border http://www.w3.org/TR/CSS21/tables.html#border-conflict-resolution cc8fbcc8899b7f96995b263f4dd73e3acd6906d4 `Microsoft`<http://www.microsoft.com/> With adjacent elements (row, row group) of same border-style and width, border collapsing favors the row.
|
|
border-conflict-element-016 Border Conflict Resolution (by element): row vs. column - element with highest priority is the dominant border http://www.w3.org/TR/CSS21/tables.html#border-conflict-resolution 2424f3922ca0524eb5b5266c7321ef8ee56936c0 `Microsoft`<http://www.microsoft.com/> With embedded elements (row, column) of same border-style and width, border collapsing favors the row.
|
|
border-conflict-element-017 Border Conflict Resolution (by element): row vs. column group - element with highest priority is the dominant border http://www.w3.org/TR/CSS21/tables.html#border-conflict-resolution b5cfed49d20451302561244a49768cbf0ce343b2 `Microsoft`<http://www.microsoft.com/> With embedded elements (row, column group) of same border-style and width, border collapsing favors the row.
|
|
border-conflict-element-018 Border Conflict Resolution (by element): row vs. table - element with highest priority is the dominant border http://www.w3.org/TR/CSS21/tables.html#border-conflict-resolution 3a243d42c6fe059768937ea5c30d3c7ac6cf7891 `Microsoft`<http://www.microsoft.com/> With embedded elements (row, table) of same border-style and width, border collapsing favors the row.
|
|
border-conflict-element-019 Border Conflict Resolution (by element): row group vs. cell - element with highest priority is the dominant border http://www.w3.org/TR/CSS21/tables.html#border-conflict-resolution f6132ac889fdc173eee8e0d2bc8e2ba1f5e782c8 `Microsoft`<http://www.microsoft.com/> With embedded elements (row group, cell) of same border-style and width, border collapsing favors the cell.
|
|
border-conflict-element-020 Border Conflict Resolution (by element): row group vs. row - element with highest priority is the dominant border http://www.w3.org/TR/CSS21/tables.html#border-conflict-resolution a1993bfd4f902e56cab5b40dd2a237ee89ec5ce0 `Microsoft`<http://www.microsoft.com/> With adjacent elements (row group, row) of same border-style and width, border collapsing favors the row.
|
|
border-conflict-element-021 Border Conflict Resolution (by element): row group vs. row group - element with highest priority is the dominant border http://www.w3.org/TR/CSS21/tables.html#border-conflict-resolution 903645b48025b65fdd3196b091f46da4944391ed `Microsoft`<http://www.microsoft.com/> With adjacent elements (row group, row group) of same border-style and width, border collapsing favors the row group furthest to the top.
|
|
border-conflict-element-021a Border conflict resolution - adjacent table row groups with same border-style and border-width image http://www.w3.org/TR/CSS21/tables.html#border-conflict-resolution 4142c3464eba39603c46ee1e73e680b055f0bed2 `Gérard Talbot`<http://www.gtalbot.org/BrowserBugsSection/css21testsuite/> When two adjacent table row groups (eg. thead, tbody, tfoot) have the same border-width and the same border-style in a 'border-collapse: collapse' table, then the color of the border from the topmost table row group wins: so, a thead wins over a tbody which wins over tfoot.
|
|
border-conflict-element-022 Border Conflict Resolution (by element): row group vs. column - element with highest priority is the dominant border http://www.w3.org/TR/CSS21/tables.html#border-conflict-resolution 5fc51271ae4d1da99f3319836faca04775be9189 `Microsoft`<http://www.microsoft.com/> With embedded elements (row group, column) of same border-style and width, border collapsing favors the row group.
|
|
border-conflict-element-023 Border Conflict Resolution (by element): row group vs. column group - element with highest priority is the dominant border http://www.w3.org/TR/CSS21/tables.html#border-conflict-resolution ee14c0dd24904b4650f0ca812de94308964f0795 `Microsoft`<http://www.microsoft.com/> With embedded elements (row group, column group) of same border-style and width, border collapsing favors the row group.
|
|
border-conflict-element-024 Border Conflict Resolution (by element): row group vs. table - element with highest priority is the dominant border http://www.w3.org/TR/CSS21/tables.html#border-conflict-resolution 65ba67a96658aaf9b755a80c9d935a9f24ec1ae5 `Microsoft`<http://www.microsoft.com/> With embedded elements (row group, table) of same border-style and width, border collapsing favors the row group.
|
|
border-conflict-element-025 Border Conflict Resolution (by element): column vs. cell - element with highest priority is the dominant border http://www.w3.org/TR/CSS21/tables.html#border-conflict-resolution 49a1766f2b76224d6b45fdef337e41ac7a7821b9 `Microsoft`<http://www.microsoft.com/> With adjacent elements (column, cell) of same border-style and width, border collapsing favors the cell.
|
|
border-conflict-element-026 Border Conflict Resolution (by element): column vs. row - element with highest priority is the dominant border http://www.w3.org/TR/CSS21/tables.html#border-conflict-resolution 9c0dea21ea13b99a37f16132bf6b80dd02f9650b `Microsoft`<http://www.microsoft.com/> With adjacent elements (column, row) of same border-style and width, border collapsing favors the row.
|
|
border-conflict-element-027 Border Conflict Resolution (by element): column vs. row group - element with highest priority is the dominant border http://www.w3.org/TR/CSS21/tables.html#border-conflict-resolution 9c83d19e137681e574175db518d588411221cb60 `Microsoft`<http://www.microsoft.com/> With embedded elements (column, row group) of same border-style and width, border collapsing favors the row group.
|
|
border-conflict-element-028 Border Conflict Resolution (by element): column vs. column - element with highest priority is the dominant border http://www.w3.org/TR/CSS21/tables.html#border-conflict-resolution 0bf4ac99d75320c14719abcd30814749e2c1c895 `Microsoft`<http://www.microsoft.com/> With adjacent elements (column, column) of same border-style and width, border collapsing favors the column farthest to the left (in a 'left-to-right' table.
|
|
border-conflict-element-029 Border Conflict Resolution (by element): column vs. column - element with highest priority is the dominant border (rtl table) http://www.w3.org/TR/CSS21/tables.html#border-conflict-resolution c0e86fab10ca017504fa360c02ffd79cadbbe6ab `Microsoft`<http://www.microsoft.com/> With adjacent elements (column, column) of same border-style and width, border collapsing favors the column farthest to the right in a 'right-to-left' table.
|
|
border-conflict-element-030 Border Conflict Resolution (by element): column in column group - element with highest priority is the dominant border http://www.w3.org/TR/CSS21/tables.html#border-conflict-resolution 7106aa15eda67eb5036dec15f6c01c7474f251b6 `Microsoft`<http://www.microsoft.com/> With embedded elements (column, column group) of same border-style and width, border collapsing favors the column.
|
|
border-conflict-element-031 Border Conflict Resolution (by element): column vs. column group - element with highest priority is the dominant border http://www.w3.org/TR/CSS21/tables.html#border-conflict-resolution 33d2020673c007e438f96d02052b39480732d071 `Microsoft`<http://www.microsoft.com/> With adjacent elements (column, column group) of same border-style and width, border collapsing favors the column.
|
|
border-conflict-element-032 Border Conflict Resolution (by element): column vs. table - element with highest priority is the dominant border http://www.w3.org/TR/CSS21/tables.html#border-conflict-resolution 4c97884d68ceb2ca0e4080ff2a01f2d6cfe55d8d `Microsoft`<http://www.microsoft.com/> With embedded elements (column, table) of same border-style and width, border collapsing favors the column.
|
|
border-conflict-element-033 Border Conflict Resolution (by element): column group vs. cell - element with highest priority is the dominant border http://www.w3.org/TR/CSS21/tables.html#border-conflict-resolution ff5a831d954de78b451b694bbc5bc99fd61fa4bf `Microsoft`<http://www.microsoft.com/> With adjacent elements (column group, cell) of same border-style and width, border collapsing favors the cell.
|
|
border-conflict-element-034 Border Conflict Resolution (by element): column group vs. row - element with highest priority is the dominant border http://www.w3.org/TR/CSS21/tables.html#border-conflict-resolution bdeeee97bf94bf6294ef3ab09bce046a8e3aa41b `Microsoft`<http://www.microsoft.com/> With embedded elements (column group, row) of same border-style and width, border collapsing favors the row.
|
|
border-conflict-element-035 Border Conflict Resolution (by element): column group vs. row group - element with highest priority is the dominant border http://www.w3.org/TR/CSS21/tables.html#border-conflict-resolution 9cc991d9db881b343e2576fb83a5bbffb4d3adb7 `Microsoft`<http://www.microsoft.com/> With embedded elements (column group, row group) of same border-style and width, border collapsing favors the row group.
|
|
border-conflict-element-036 Border Conflict Resolution (by element): column group vs. column - element with highest priority is the dominant border http://www.w3.org/TR/CSS21/tables.html#border-conflict-resolution 356ac0fdbc26e45a55a33bf5feaf0cfba58cb1cf `Microsoft`<http://www.microsoft.com/> With adjacent elements (column group, column) of same border-style and width, border collapsing favors the column.
|
|
border-conflict-element-037 Border Conflict Resolution (by element): column group vs. column group - element with highest priority is the dominant border http://www.w3.org/TR/CSS21/tables.html#border-conflict-resolution cf0eb20fca42a5654e3c1eb121fb61d951b90d15 `Microsoft`<http://www.microsoft.com/> With adjacent elements (column group, column group) of same border-style and width, border collapsing favors the column group farthest to the left (in a 'ltr' table).
|
|
border-conflict-element-038 Border Conflict Resolution (by element): column group vs. column group - element with highest priority is the dominant border (rtl table) http://www.w3.org/TR/CSS21/tables.html#border-conflict-resolution a68336894c2cebd5216fe792d3a92d4d2bf56c44 `Microsoft`<http://www.microsoft.com/> With adjacent elements (column group, column group) of same border-style and width, border collapsing favors the column group farthest to the right in a 'right-to-left' table.
|
|
border-conflict-element-039 Border Conflict Resolution (by element): column group vs. table - element with highest priority is the dominant border http://www.w3.org/TR/CSS21/tables.html#border-conflict-resolution 51bc0a4bfdf16fea51daaf10effbdbae74b9b0ab `Microsoft`<http://www.microsoft.com/> With embedded elements (column group, table) of same border-style and width, border collapsing favors the column group.
|
|
border-conflict-example-001 Border conflict resolution - borders are collapsed according to precdence rules (example 1) image http://www.w3.org/TR/CSS21/tables.html#border-conflict-resolution 24e03edc3097b6132c1f4dc5c29e5f6b8ccc02c3 `Microsoft`<http://www.microsoft.com/> Borders are collapsed according to the precedence rules (example from spec section 17.6.2.1).
|
|
border-conflict-example-002 Border conflict resolution - borders are collapsed according to the precedence rules (example 2) image http://www.w3.org/TR/CSS21/tables.html#border-conflict-resolution a74c28feafcb56ac7c102850ff6c95235180f291 `Microsoft`<http://www.microsoft.com/> Borders are collapsed according to the precedence rules (example from spec section 17.6.2.1).
|
|
border-conflict-resolution-001 Cell borders are set by a cell http://www.w3.org/TR/CSS21/tables.html#border-conflict-resolution a9cbce2c698cb4e5f9e4122866e3caee7b7f2689 `Microsoft`<http://www.microsoft.com/> Borders on every edge (top, right, bottom, left) of a cell can be set by the cell's border properties, which can vary in width, style and color.
|
|
border-conflict-resolution-002 Cell borders are set by a row http://www.w3.org/TR/CSS21/tables.html#border-conflict-resolution 3ca901667062b87c4365eca25fbd1101cefccb63 `Microsoft`<http://www.microsoft.com/> Borders on every edge (top, right, bottom, left) of a cell can be set by the row's border properties, which can vary in width, style and color.
|
|
border-conflict-resolution-003 Cell borders are set by a row group http://www.w3.org/TR/CSS21/tables.html#border-conflict-resolution f21c4656f27a8d8fbbfc5c91339b80dc22c4d378 `Microsoft`<http://www.microsoft.com/> Borders on every edge (top, right, bottom, left) of a cell can be set by the row group's border properties, which can vary in width, style and color.
|
|
border-conflict-resolution-004 Cell borders are set by a column http://www.w3.org/TR/CSS21/tables.html#border-conflict-resolution cbce0d36a4413408bfb65c4e59fb661266f0b53a `Microsoft`<http://www.microsoft.com/> Borders on every edge (top, right, bottom, left) of a cell can be set by the column's border properties, which can vary in width, style and color.
|
|
border-conflict-resolution-005 Cell borders are set by a column group http://www.w3.org/TR/CSS21/tables.html#border-conflict-resolution 8f21531aff23d2a263e7edd6e3f028c79c39b8eb `Microsoft`<http://www.microsoft.com/> Borders on every edge (top, right, bottom, left) of a cell can be set by the column group's border properties, which can vary in width, style and color.
|
|
border-conflict-resolution-006 Cell borders are set by the table http://www.w3.org/TR/CSS21/tables.html#border-conflict-resolution 4ad427c673a80a4c0b997d09904b45d504e09697 `Microsoft`<http://www.microsoft.com/> Borders on every edge (top, right, bottom, left) of a cell can be set by the table's border properties, which can vary in width, style and color.
|
|
border-conflict-style-001 Border Conflict Resolution (by border style): 'dashed' vs. 'dashed' - border with highest priority border style should dominate http://www.w3.org/TR/CSS21/tables.html#border-conflict-resolution e7cc3a5ed5aa47da3925ea2aef0ca75d1e965af3 `Microsoft`<http://www.microsoft.com/> Only one 'dashed' border appears when two 'dashed' borders of the same size are collapsed together.
|
|
border-conflict-style-002 Border Conflict Resolution (by border style): 'dashed' vs. 'dotted' - border with highest priority border style should dominate http://www.w3.org/TR/CSS21/tables.html#border-conflict-resolution 03a35951ba9f84a9931345307846e7a6511dacf9 `Microsoft`<http://www.microsoft.com/> The 'dashed' border is the dominant border when it is collapsed with a 'dotted' border of the same size.
|
|
border-conflict-style-003 Border Conflict Resolution (by border style): 'dashed' vs. 'double' - border with highest priority border style should dominate http://www.w3.org/TR/CSS21/tables.html#border-conflict-resolution 9de6a478477acb70fbe044a05322bdd99e59c6ed `Microsoft`<http://www.microsoft.com/> The 'double' border is the dominant border when it is collapsed with a 'dashed' border of the same size.
|
|
border-conflict-style-004 Border Conflict Resolution (by border style): 'dashed' vs. 'groove' - border with highest priority border style should dominate http://www.w3.org/TR/CSS21/tables.html#border-conflict-resolution 277c9d90f40fe27f61206ba0d70ae910e6f0d3f5 `Microsoft`<http://www.microsoft.com/> The 'dashed' border is the dominant border when it is collapsed with a 'groove' border of the same size.
|
|
border-conflict-style-005 Border Conflict Resolution (by border style): 'dashed' vs. 'hidden' - border with highest priority border style should dominate http://www.w3.org/TR/CSS21/tables.html#border-conflict-resolution d54862cfe0d64956355805253b4818706822eb6d `Microsoft`<http://www.microsoft.com/> The 'hidden' border is the dominant border when it is collapsed with a 'dashed' border.
|
|
border-conflict-style-006 Border Conflict Resolution (by border style): 'dashed' vs. 'inset' - border with highest priority border style should dominate http://www.w3.org/TR/CSS21/tables.html#border-conflict-resolution 161d24781ab736ac7efd97ee53590c38dac1500f `Microsoft`<http://www.microsoft.com/> The 'dashed' border is the dominant border when it is collapsed with a 'inset' border of the same size.
|
|
border-conflict-style-007 Border Conflict Resolution (by border style): 'dashed' vs. 'none' - border with highest priority border style should dominate http://www.w3.org/TR/CSS21/tables.html#border-conflict-resolution 67b1d83af9ae535d0a32f8268396e71a70bcc595 `Microsoft`<http://www.microsoft.com/> The 'dashed' border is the dominant border when it is collapsed with a 'none' border.
|
|
border-conflict-style-008 Border Conflict Resolution (by border style): 'dashed' vs. 'outset' - border with highest priority border style should dominate http://www.w3.org/TR/CSS21/tables.html#border-conflict-resolution 5386bddb6916141b599cb562070b84dd86cf1217 `Microsoft`<http://www.microsoft.com/> The 'dashed' border is the dominant border when it is collapsed with a 'outset' border of the same size.
|
|
border-conflict-style-009 Border Conflict Resolution (by border style): 'dashed' vs. 'ridge' - border with highest priority border style should dominate http://www.w3.org/TR/CSS21/tables.html#border-conflict-resolution fe38c036c3be60619deb7329d276ae2c52b882b1 `Microsoft`<http://www.microsoft.com/> The 'dashed' border is the dominant border when it is collapsed with a 'ridge' border of the same size.
|
|
border-conflict-style-010 Border Conflict Resolution (by border style): 'dashed' vs. 'solid' - border with highest priority border style should dominate http://www.w3.org/TR/CSS21/tables.html#border-conflict-resolution d80e309121857e1243f2fc664223eec5c44d65fe `Microsoft`<http://www.microsoft.com/> The 'solid' border is the dominant border when it is collapsed with a 'dashed' border of the same size.
|
|
border-conflict-style-011 Border Conflict Resolution (by border style): 'dotted' vs. 'dashed' - border with highest priority border style should dominate http://www.w3.org/TR/CSS21/tables.html#border-conflict-resolution f5ff54a3a297438a37ca4eb40db994c657230920 `Microsoft`<http://www.microsoft.com/> The 'dashed' border is the dominant border when it is collapsed with a 'dotted' border of the same size.
|
|
border-conflict-style-012 Border Conflict Resolution (by border style): 'dotted' vs. 'dotted' - border with highest priority border style should dominate http://www.w3.org/TR/CSS21/tables.html#border-conflict-resolution 8ef07f65bbf6b0602011f3bf51af63b55fe032ec `Microsoft`<http://www.microsoft.com/> Only one 'dotted' border appears when two 'dotted' borders of the same size are collapsed together.
|
|
border-conflict-style-013 Border Conflict Resolution (by border style): 'dotted' vs. 'double' - border with highest priority border style should dominate http://www.w3.org/TR/CSS21/tables.html#border-conflict-resolution 7d6acc262d0c7988cdedde3aa92ee53bacce8ef6 `Microsoft`<http://www.microsoft.com/> The 'double' border is the dominant border when it is collapsed with a 'dotted' border of the same size.
|
|
border-conflict-style-014 Border Conflict Resolution (by border style): 'dotted' vs. 'groove' - border with highest priority border style should dominate http://www.w3.org/TR/CSS21/tables.html#border-conflict-resolution d95232b134ad431a85cfb51713ae551d20116216 `Microsoft`<http://www.microsoft.com/> The 'dotted' border is the dominant border when it is collapsed with a 'groove' border of the same size.
|
|
border-conflict-style-015 Border Conflict Resolution (by border style): 'dotted' vs. 'hidden' - border with highest priority border style should dominate http://www.w3.org/TR/CSS21/tables.html#border-conflict-resolution ef4a8f61fc20019e633f36c8dd402a711f5d4b8a `Microsoft`<http://www.microsoft.com/> The 'hidden' border is the dominant border when it is collapsed with a 'dotted' border.
|
|
border-conflict-style-016 Border Conflict Resolution (by border style): 'dotted' vs. 'inset' - border with highest priority border style should dominate http://www.w3.org/TR/CSS21/tables.html#border-conflict-resolution e11b6ac19e427163b1460bec9b9455b84c593471 `Microsoft`<http://www.microsoft.com/> The 'dotted' border is the dominant border when it is collapsed with a 'inset' border of the same size.
|
|
border-conflict-style-017 Border Conflict Resolution (by border style): 'dotted' vs. 'none' - border with highest priority border style should dominate http://www.w3.org/TR/CSS21/tables.html#border-conflict-resolution 821257dd0015a42a03f2d61809921e12542e6aef `Microsoft`<http://www.microsoft.com/> The 'dotted' border is the dominant border when it is collapsed with a 'none' border.
|
|
border-conflict-style-018 Border Conflict Resolution (by border style): 'dotted' vs. 'outset' - border with highest priority border style should dominate http://www.w3.org/TR/CSS21/tables.html#border-conflict-resolution 9d8a555af914a58f7ca4cf6da52c1657901a2c8c `Microsoft`<http://www.microsoft.com/> The 'dotted' border is the dominant border when it is collapsed with a 'outset' border of the same size.
|
|
border-conflict-style-019 Border Conflict Resolution (by border style): 'dotted' vs. 'ridge' - border with highest priority border style should dominate http://www.w3.org/TR/CSS21/tables.html#border-conflict-resolution c96fe10309a42c9da322b006a93cece84dd95156 `Microsoft`<http://www.microsoft.com/> The 'dotted' border is the dominant border when it is collapsed with a 'ridge' border of the same size.
|
|
border-conflict-style-020 Border Conflict Resolution (by border style): 'dotted' vs. 'solid' - border with highest priority border style should dominate http://www.w3.org/TR/CSS21/tables.html#border-conflict-resolution 379b9cc032b470f660fcb80b327a199fb2f768a1 `Microsoft`<http://www.microsoft.com/> The 'solid' border is the dominant border when it is collapsed with a 'dotted' border of the same size.
|
|
border-conflict-style-021 Border Conflict Resolution (by border style): 'double' vs. 'dashed' - border with highest priority border style should dominate http://www.w3.org/TR/CSS21/tables.html#border-conflict-resolution 2b10a1cac0e964f1d79f8e691b36f64505b7bf01 `Microsoft`<http://www.microsoft.com/> The 'double' border is the dominant border when it is collapsed with a 'dashed' border of the same size.
|
|
border-conflict-style-022 Border Conflict Resolution (by border style): 'double' vs. 'dotted' - border with highest priority border style should dominate http://www.w3.org/TR/CSS21/tables.html#border-conflict-resolution 273f6454f30eebd2425d3b6c7685ba33a9d5f003 `Microsoft`<http://www.microsoft.com/> The 'double' border is the dominant border when it is collapsed with a 'dotted' border of the same size.
|
|
border-conflict-style-023 Border Conflict Resolution (by border style): 'double' vs. 'double' - border with highest priority border style should dominate http://www.w3.org/TR/CSS21/tables.html#border-conflict-resolution 2102eced924e02193b59a4a3eb923a1bdffde280 `Microsoft`<http://www.microsoft.com/> Only a single 'double' border appears when two 'double' borders of the same size are collapsed together.
|
|
border-conflict-style-024 Border Conflict Resolution (by border style): 'double' vs. 'groove' - border with highest priority border style should dominate http://www.w3.org/TR/CSS21/tables.html#border-conflict-resolution 1e9ec73cc32be747efaa2287899dcd8137d52bf9 `Microsoft`<http://www.microsoft.com/> The 'double' border is the dominant border when it is collapsed with a 'groove' border of the same size.
|
|
border-conflict-style-025 Border Conflict Resolution (by border style): 'double' vs. 'hidden' - border with highest priority border style should dominate http://www.w3.org/TR/CSS21/tables.html#border-conflict-resolution 27c0c765126581728cc3f2d92c0c2d3dcde75107 `Microsoft`<http://www.microsoft.com/> The 'hidden' border is the dominant border when it is collapsed with a 'double' border.
|
|
border-conflict-style-026 Border Conflict Resolution (by border style): 'double' vs. 'inset' - border with highest priority border style should dominate http://www.w3.org/TR/CSS21/tables.html#border-conflict-resolution f39aaf2d4dfaf0af63dbe382add9d85d2e3303ce `Microsoft`<http://www.microsoft.com/> The 'double' border is the dominant border when it is collapsed with a 'inset' border of the same size.
|
|
border-conflict-style-027 Border Conflict Resolution (by border style): 'double' vs. 'none' - border with highest priority border style should dominate http://www.w3.org/TR/CSS21/tables.html#border-conflict-resolution c5b09f9424781434f9eb563a4ee0a9a6e1a60312 `Microsoft`<http://www.microsoft.com/> The 'double' border is the dominant border when it is collapsed with a 'none' border.
|
|
border-conflict-style-028 Border Conflict Resolution (by border style): 'double' vs. 'outset' - border with highest priority border style should dominate http://www.w3.org/TR/CSS21/tables.html#border-conflict-resolution 7cd789ffad41c4a9eaec7c3805463732247f65c5 `Microsoft`<http://www.microsoft.com/> The 'double' border is the dominant border when it is collapsed with a 'outset' border of the same size.
|
|
border-conflict-style-029 Border Conflict Resolution (by border style): 'double' vs. 'ridge' - border with highest priority border style should dominate http://www.w3.org/TR/CSS21/tables.html#border-conflict-resolution 1ddc8184353f86acf056e8a71d6f63ba716efc83 `Microsoft`<http://www.microsoft.com/> The 'double' border is the dominant border when it is collapsed with a 'ridge' border of the same size.
|
|
border-conflict-style-030 Border Conflict Resolution (by border style): 'double' vs. 'solid' - border with highest priority border style should dominate http://www.w3.org/TR/CSS21/tables.html#border-conflict-resolution 61e03ea50a26a3199cf999d1a0629f8b65b82ab4 `Microsoft`<http://www.microsoft.com/> The 'double' border is the dominant border when it is collapsed with a 'solid' border of the same size.
|
|
border-conflict-style-031 Border Conflict Resolution (by border style): 'groove' vs. 'dashed' - border with highest priority border style should dominate http://www.w3.org/TR/CSS21/tables.html#border-conflict-resolution e4ded624e9b4f3c29bb04e4b1d32adf38b6e4380 `Microsoft`<http://www.microsoft.com/> The 'dashed' border is the dominant border when it is collapsed with a 'groove' border of the same size.
|
|
border-conflict-style-032 Border Conflict Resolution (by border style): 'groove' vs. 'dotted' - border with highest priority border style should dominate http://www.w3.org/TR/CSS21/tables.html#border-conflict-resolution 4127902eac8a48f5c01c54fb1829fe9cef62482e `Microsoft`<http://www.microsoft.com/> The 'dotted' border is the dominant border when it is collapsed with a 'groove' border of the same size.
|
|
border-conflict-style-033 Border Conflict Resolution (by border style): 'groove' vs. 'double' - border with highest priority border style should dominate http://www.w3.org/TR/CSS21/tables.html#border-conflict-resolution f48bd1ee6901b450a53f9f4a1f8a2ead894551c0 `Microsoft`<http://www.microsoft.com/> The 'double' border is the dominant border when it is collapsed with a 'groove' border of the same size.
|
|
border-conflict-style-034 Border Conflict Resolution (by border style): 'groove' vs. 'groove' - border with highest priority border style should dominate http://www.w3.org/TR/CSS21/tables.html#border-conflict-resolution 875e5964dfcb804e1a78b41767acb6bcf8c8589b `Microsoft`<http://www.microsoft.com/> Only a single 'groove' border appears when two of 'groove' borders of the same size are collapsed together.
|
|
border-conflict-style-035 Border Conflict Resolution (by border style): 'groove' vs. 'hidden' - border with highest priority border style should dominate http://www.w3.org/TR/CSS21/tables.html#border-conflict-resolution c5208e5e24cb54a4cbe3467742a58ceb762c1a47 `Microsoft`<http://www.microsoft.com/> The 'hidden' border is the dominant border when it is collapsed with a 'groove' border.
|
|
border-conflict-style-036 Border Conflict Resolution (by border style): 'groove' vs. 'inset' - border with highest priority border style should dominate http://www.w3.org/TR/CSS21/tables.html#border-conflict-resolution d3299b856fce7bbc02e33d8bfaad4275bab12eca `Microsoft`<http://www.microsoft.com/> The 'groove' border is the dominant border when it is collapsed with a 'inset' border of the same size.
|
|
border-conflict-style-037 Border Conflict Resolution (by border style): 'groove' vs. 'none' - border with highest priority border style should dominate http://www.w3.org/TR/CSS21/tables.html#border-conflict-resolution 076b5936a6ab19e102f141069f707b3ed390c2e9 `Microsoft`<http://www.microsoft.com/> The 'groove' border is the dominant border when it is collapsed with a 'none' border.
|
|
border-conflict-style-038 Border Conflict Resolution (by border style): 'groove' vs. 'outset' - border with highest priority border style should dominate http://www.w3.org/TR/CSS21/tables.html#border-conflict-resolution fc83ceb8137443c81bc61bde643caff54c140214 `Microsoft`<http://www.microsoft.com/> The 'outset' border is the dominant border when it is collapsed with a 'groove' border of the same size.
|
|
border-conflict-style-039 Border Conflict Resolution (by border style): 'groove' vs. 'ridge' - border with highest priority border style should dominate http://www.w3.org/TR/CSS21/tables.html#border-conflict-resolution f10acd43e46961730882a28f952585c215c917ed `Microsoft`<http://www.microsoft.com/> The 'ridge' border is the dominant border when it is collapsed with a 'groove' border of the same size.
|
|
border-conflict-style-040 Border Conflict Resolution (by border style): 'groove' vs. 'solid' - border with highest priority border style should dominate http://www.w3.org/TR/CSS21/tables.html#border-conflict-resolution b4a8d0e96ece7a63c5bcad399921423bbb4eb07e `Microsoft`<http://www.microsoft.com/> The 'solid' border is the dominant border when it is collapsed with a 'groove' border of the same size.
|
|
border-conflict-style-041 Border Conflict Resolution (by border style): 'hidden' vs. 'dashed' - border with highest priority border style should dominate http://www.w3.org/TR/CSS21/tables.html#border-conflict-resolution 2242990978942ba760a8786d2fbb0336d7a02369 `Microsoft`<http://www.microsoft.com/> The 'hidden' border is the dominant border when it is collapsed with a 'dashed' border.
|
|
border-conflict-style-042 Border Conflict Resolution (by border style): 'hidden' vs. 'dotted' - border with highest priority border style should dominate http://www.w3.org/TR/CSS21/tables.html#border-conflict-resolution ecf8ae9cfb975e93d8a883d5919e271e7a0d4b61 `Microsoft`<http://www.microsoft.com/> The 'hidden' border is the dominant border when it is collapsed with a 'dotted' border.
|
|
border-conflict-style-043 Border Conflict Resolution (by border style): 'hidden' vs. 'double' - border with highest priority border style should dominate http://www.w3.org/TR/CSS21/tables.html#border-conflict-resolution 1f8d706ed03d4ee1b64f02936a1273e80c0d8820 `Microsoft`<http://www.microsoft.com/> The 'hidden' border is the dominant border when it is collapsed with a 'double' border.
|
|
border-conflict-style-044 Border Conflict Resolution (by border style): 'hidden' vs. 'groove' - border with highest priority border style should dominate http://www.w3.org/TR/CSS21/tables.html#border-conflict-resolution 3fed39e4249f1221a3a41a8d5ea84a90e9354c1f `Microsoft`<http://www.microsoft.com/> The 'hidden' border is the dominant border when it is collapsed with a 'groove' border.
|
|
border-conflict-style-045 Border Conflict Resolution (by border style): 'hidden' vs. 'hidden' - border with highest priority border style should dominate http://www.w3.org/TR/CSS21/tables.html#border-conflict-resolution e887b42f097a3be5a921f3ddac663d4c904b95a6 `Microsoft`<http://www.microsoft.com/> The 'hidden' border collapsed with a 'hidden' border yields no border.
|
|
border-conflict-style-046 Border Conflict Resolution (by border style): 'hidden' vs. 'inset' - border with highest priority border style should dominate http://www.w3.org/TR/CSS21/tables.html#border-conflict-resolution 46fa745dac60c342a520b1364615e3dc59a0cc66 `Microsoft`<http://www.microsoft.com/> The 'hidden' border is the dominant border when it is collapsed with a 'inset' border.
|
|
border-conflict-style-047 Border Conflict Resolution (by border style): 'hidden' vs. 'none' - border with highest priority border style should dominate http://www.w3.org/TR/CSS21/tables.html#border-conflict-resolution 52df3ff3e8405aca6872fce763d6ad36bd0cb656 `Microsoft`<http://www.microsoft.com/> A 'hidden' border collapsed with a 'none' border yields no border.
|
|
border-conflict-style-048 Border Conflict Resolution (by border style): 'hidden' vs. 'outset' - border with highest priority border style should dominate http://www.w3.org/TR/CSS21/tables.html#border-conflict-resolution a05da3f5b63e2728864edc716a7b30924949162e `Microsoft`<http://www.microsoft.com/> The 'hidden' border is the dominant border when it is collapsed with a 'outset' border.
|
|
border-conflict-style-049 Border Conflict Resolution (by border style): 'hidden' vs. 'ridge' - border with highest priority border style should dominate http://www.w3.org/TR/CSS21/tables.html#border-conflict-resolution de83d6528dbe2342bced36f88bba9f068f015da2 `Microsoft`<http://www.microsoft.com/> The 'hidden' border is the dominant border when it is collapsed with a 'ridge' border.
|
|
border-conflict-style-050 Border Conflict Resolution (by border style): 'hidden' vs. 'solid' - border with highest priority border style should dominate http://www.w3.org/TR/CSS21/tables.html#border-conflict-resolution 53b6b67bd5b67c490aa2fb72bd522af635571db5 `Microsoft`<http://www.microsoft.com/> The 'hidden' border is the dominant border when it is collapsed with a 'solid' border.
|
|
border-conflict-style-051 Border Conflict Resolution (by border style): 'inset' vs. 'dashed' - border with highest priority border style should dominate http://www.w3.org/TR/CSS21/tables.html#border-conflict-resolution 7b4bbf7e7261fedea1a6786b673ade3252291a3c `Microsoft`<http://www.microsoft.com/> The 'dashed' border is the dominant border when it is collapsed with an 'inset' border of the same size.
|
|
border-conflict-style-052 Border Conflict Resolution (by border style): 'inset' vs. 'dotted' - border with highest priority border style should dominate http://www.w3.org/TR/CSS21/tables.html#border-conflict-resolution 4d23559443a7a203c331a55170b1a4a064755319 `Microsoft`<http://www.microsoft.com/> The 'dotted' border is the dominant border when it is collapsed with an 'inset' border of the same size.
|
|
border-conflict-style-053 Border Conflict Resolution (by border style): 'inset' vs. 'double' - border with highest priority border style should dominate http://www.w3.org/TR/CSS21/tables.html#border-conflict-resolution 2cde8d6fb71d06d4d8bcd2c0905fc9b7f77471f4 `Microsoft`<http://www.microsoft.com/> The 'double' border is the dominant border when it is collapsed with an 'inset' border of the same size.
|
|
border-conflict-style-054 Border Conflict Resolution (by border style): 'inset' vs. 'groove' - border with highest priority border style should dominate http://www.w3.org/TR/CSS21/tables.html#border-conflict-resolution 28247c9a91c5b12394cceb769a40571f5f7e64bb `Microsoft`<http://www.microsoft.com/> The 'groove' border is the dominant border when it is collapsed with an 'inset' border of the same size.
|
|
border-conflict-style-055 Border Conflict Resolution (by border style): 'inset' vs. 'hidden' - border with highest priority border style should dominate http://www.w3.org/TR/CSS21/tables.html#border-conflict-resolution 6d3ad9c0a8e757d48e04af2a7024950e541775bf `Microsoft`<http://www.microsoft.com/> The 'hidden' border is the dominant border when it is collapsed with an 'inset' border.
|
|
border-conflict-style-056 Border Conflict Resolution (by border style): 'inset' vs. 'inset' - border with highest priority border style should dominate http://www.w3.org/TR/CSS21/tables.html#border-conflict-resolution 48ff546170817774217c07e8401758fd7ac7104f `Microsoft`<http://www.microsoft.com/> Only one 'inset' border appears when two 'inset' borders of the same size are collapsed.
|
|
border-conflict-style-057 Border Conflict Resolution (by border style): 'inset' vs. 'none' - border with highest priority border style should dominate http://www.w3.org/TR/CSS21/tables.html#border-conflict-resolution edb061b9fc0edf6a47dc64b4269ae1e79e90e7e8 `Microsoft`<http://www.microsoft.com/> The 'inset' border is the dominant border when it is collapsed with a 'none' border.
|
|
border-conflict-style-058 Border Conflict Resolution (by border style): 'inset' vs. 'outset' - border with highest priority border style should dominate http://www.w3.org/TR/CSS21/tables.html#border-conflict-resolution 0c86c1534268bfe42e61891b995ce82714969981 `Microsoft`<http://www.microsoft.com/> The 'outset' border is the dominant border when it is collapsed with an 'inset' border of the same size.
|
|
border-conflict-style-059 Border Conflict Resolution (by border style): 'inset' vs. 'ridge' - border with highest priority border style should dominate http://www.w3.org/TR/CSS21/tables.html#border-conflict-resolution 6b1c2f6c453add06b71bbb630cf35b9774fded57 `Microsoft`<http://www.microsoft.com/> The 'ridge' border is the dominant border when it is collapsed with an 'inset' border of the same size.
|
|
border-conflict-style-060 Border Conflict Resolution (by border style): 'inset' vs. 'solid' - border with highest priority border style should dominate http://www.w3.org/TR/CSS21/tables.html#border-conflict-resolution b8a9c793ca1702eaceda8519a41f2875f0f6d47c `Microsoft`<http://www.microsoft.com/> The 'solid' border is the dominant border when it is collapsed with an 'inset' border of the same size.
|
|
border-conflict-style-061 Border Conflict Resolution (by border style): 'none' vs. 'dashed' - border with highest priority border style should dominate http://www.w3.org/TR/CSS21/tables.html#border-conflict-resolution f4011bb7ba73b5e3346e231c78ceadaad11e90c3 `Microsoft`<http://www.microsoft.com/> The 'dashed' border is the dominant border when it is collapsed with a 'none' border.
|
|
border-conflict-style-062 Border Conflict Resolution (by border style): 'none' vs. 'dotted' - border with highest priority border style should dominate http://www.w3.org/TR/CSS21/tables.html#border-conflict-resolution 9f12bb65e288d711e22644857f6d21de5152c116 `Microsoft`<http://www.microsoft.com/> The 'dotted' border is the dominant border when it is collapsed with a 'none' border.
|
|
border-conflict-style-063 Border Conflict Resolution (by border style): 'none' vs. 'double' - border with highest priority border style should dominate http://www.w3.org/TR/CSS21/tables.html#border-conflict-resolution b430dcc3ed7963caa146d5c388aeafd76bad31f6 `Microsoft`<http://www.microsoft.com/> The 'double' border is the dominant border when it is collapsed with a 'none' border.
|
|
border-conflict-style-064 Border Conflict Resolution (by border style): 'none' vs. 'groove' - border with highest priority border style should dominate http://www.w3.org/TR/CSS21/tables.html#border-conflict-resolution 61e934e4fe3c6edf804784b3cefd7bca323d0759 `Microsoft`<http://www.microsoft.com/> The 'groove' border is the dominant border when it is collapsed with a 'none' border.
|
|
border-conflict-style-065 Border Conflict Resolution (by border style): 'none' vs. 'hidden' - border with highest priority border style should dominate http://www.w3.org/TR/CSS21/tables.html#border-conflict-resolution 79657ffa9ecb768ff155e4bd37b44a2cdc613859 `Microsoft`<http://www.microsoft.com/> A 'none' border collapsed with a 'hidden' border yields no border.
|
|
border-conflict-style-066 Border Conflict Resolution (by border style): 'none' vs. 'inset' - border with highest priority border style should dominate http://www.w3.org/TR/CSS21/tables.html#border-conflict-resolution 9f9ee03a0a794055f2529ea0269755d33ff7602e `Microsoft`<http://www.microsoft.com/> The 'inset' border is the dominant border when it is collapsed with a 'none' border.
|
|
border-conflict-style-067 Border Conflict Resolution (by border style): 'none' vs. 'none' - border with highest priority border style should dominate http://www.w3.org/TR/CSS21/tables.html#border-conflict-resolution 65ec710bd79c6000a7e0cdbfc497e5de456cfc72 `Microsoft`<http://www.microsoft.com/> A 'none' border collapsed with a 'none' border yields no border.
|
|
border-conflict-style-068 Border Conflict Resolution (by border style): 'none' vs. 'outset' - border with highest priority border style should dominate http://www.w3.org/TR/CSS21/tables.html#border-conflict-resolution bbdf1d96effc069f807b4c3b1198fc2d79fca4d8 `Microsoft`<http://www.microsoft.com/> The 'outset' border is the dominant border when it is collapsed with a 'none' border.
|
|
border-conflict-style-069 Border Conflict Resolution (by border style): 'none' vs. 'ridge' - border with highest priority border style should dominate http://www.w3.org/TR/CSS21/tables.html#border-conflict-resolution 7d7098b29211a5b2fb59b8ebc1d0cf34c8873949 `Microsoft`<http://www.microsoft.com/> The 'ridge' border is the dominant border when it is collapsed with a 'none' border.
|
|
border-conflict-style-070 Border Conflict Resolution (by border style): 'none' vs. 'solid' - border with highest priority border style should dominate http://www.w3.org/TR/CSS21/tables.html#border-conflict-resolution 73c72c05022a1b5d83c3d6e3bb13d75ae85c3277 `Microsoft`<http://www.microsoft.com/> The 'solid' border is the dominant border when it is collapsed with a 'none' border.
|
|
border-conflict-style-071 Border Conflict Resolution (by border style): 'outset' vs. 'dashed' - border with highest priority border style should dominate http://www.w3.org/TR/CSS21/tables.html#border-conflict-resolution bbb6a752bbe56855f99c3de12aa3e97e26ce5564 `Microsoft`<http://www.microsoft.com/> The 'dashed' border is the dominant border when it is collapsed with a 'outset' border of the same size.
|
|
border-conflict-style-072 Border Conflict Resolution (by border style): 'outset' vs. 'dotted' - border with highest priority border style should dominate http://www.w3.org/TR/CSS21/tables.html#border-conflict-resolution fa1f7980174e3b4784044b98a9f819fc950900f1 `Microsoft`<http://www.microsoft.com/> The 'dotted' border is the dominant border when it is collapsed with an 'outset' border of the same size.
|
|
border-conflict-style-073 Border Conflict Resolution (by border style): 'outset' vs. 'double' - border with highest priority border style should dominate http://www.w3.org/TR/CSS21/tables.html#border-conflict-resolution e4a68e528e50b20d3eefbed9bbade0cc82c39d03 `Microsoft`<http://www.microsoft.com/> The 'double' border is the dominant border when it is collapsed with an 'outset' border of the same size.
|
|
border-conflict-style-074 Border Conflict Resolution (by border style): 'outset' vs. 'groove' - border with highest priority border style should dominate http://www.w3.org/TR/CSS21/tables.html#border-conflict-resolution d81051e5811dd97b677a614adf56ef35e4cb5423 `Microsoft`<http://www.microsoft.com/> The 'outset' border is the dominant border when it is collapsed with a 'groove' border of the same size.
|
|
border-conflict-style-075 Border Conflict Resolution (by border style): 'outset' vs. 'hidden' - border with highest priority border style should dominate http://www.w3.org/TR/CSS21/tables.html#border-conflict-resolution e145185e6e67d5138448e4973293e0f4b816be6a `Microsoft`<http://www.microsoft.com/> The 'hidden' border is the dominant border when it is collapsed with an 'outset' border.
|
|
border-conflict-style-076 Border Conflict Resolution (by border style): 'outset' vs. 'inset' - border with highest priority border style should dominate http://www.w3.org/TR/CSS21/tables.html#border-conflict-resolution 6cac6f09d0bd62eaa456e1d8de5a4e0a0f3f7cdb `Microsoft`<http://www.microsoft.com/> The 'outset' border is the dominant border when it is collapsed with an 'inset' border of the same size.
|
|
border-conflict-style-077 Border Conflict Resolution (by border style): 'outset' vs. 'none' - border with highest priority border style should dominate http://www.w3.org/TR/CSS21/tables.html#border-conflict-resolution 15bb3564b4b95d636aabbe9a40ff8f50a46ab04a `Microsoft`<http://www.microsoft.com/> The 'outset' border is the dominant border when it is collapsed with a 'none' border.
|
|
border-conflict-style-078 Border Conflict Resolution (by border style): 'outset' vs. 'outset' - border with highest priority border style should dominate http://www.w3.org/TR/CSS21/tables.html#border-conflict-resolution 0b49e44b528b95fb2760b6e5f8ae6c29b7771d3f `Microsoft`<http://www.microsoft.com/> Only one 'outset' border appears when two 'outset' borders of the same size are collapsed together.
|
|
border-conflict-style-079 Border Conflict Resolution (by border style): 'outset' vs. 'ridge' - border with highest priority border style should dominate http://www.w3.org/TR/CSS21/tables.html#border-conflict-resolution 5a5f5e93e07a06eb2f5f1aada1dbfba319b08ad7 `Microsoft`<http://www.microsoft.com/> The 'ridge' border is the dominant border when it is collapsed with an 'outset' border of the same size.
|
|
border-conflict-style-080 Border Conflict Resolution (by border style): 'outset' vs. 'solid' - border with highest priority border style should dominate http://www.w3.org/TR/CSS21/tables.html#border-conflict-resolution 4d6c73d9f9f5be7dc9564ce1d312f860d4923157 `Microsoft`<http://www.microsoft.com/> The 'solid' border is the dominant border when it is collapsed with an 'outset' border of the same size.
|
|
border-conflict-style-081 Border Conflict Resolution (by border style): 'ridge' vs. 'dashed' - border with highest priority border style should dominate http://www.w3.org/TR/CSS21/tables.html#border-conflict-resolution 7135d3fa9a87e385e718e0cf9a061d93f1c62cdd `Microsoft`<http://www.microsoft.com/> The 'dashed' border is the dominant border when it is collapsed with a 'ridge' border of the same size.
|
|
border-conflict-style-082 Border Conflict Resolution (by border style): 'ridge' vs. 'dotted' - border with highest priority border style should dominate http://www.w3.org/TR/CSS21/tables.html#border-conflict-resolution 2e3615958fc5c024f302266827b9ec69ded9751f `Microsoft`<http://www.microsoft.com/> The 'dotted' border is the dominant border when it is collapsed with a 'ridge' border of the same size.
|
|
border-conflict-style-083 Border Conflict Resolution (by border style): 'ridge' vs. 'double' - border with highest priority border style should dominate http://www.w3.org/TR/CSS21/tables.html#border-conflict-resolution 6a2bb478105d291ee1b794cb5be91fded0e54cb3 `Microsoft`<http://www.microsoft.com/> The 'double' border is the dominant border when it is collapsed with a 'ridge' border of the same size.
|
|
border-conflict-style-084 Border Conflict Resolution (by border style): 'ridge' vs. 'groove' - border with highest priority border style should dominate http://www.w3.org/TR/CSS21/tables.html#border-conflict-resolution d381fae4c6bb0ecf80b067843011c9e0bf6cf2e8 `Microsoft`<http://www.microsoft.com/> The 'ridge' border is the dominant border when it is collapsed with a 'groove' border of the same size.
|
|
border-conflict-style-085 Border Conflict Resolution (by border style): 'ridge' vs. 'hidden' - border with highest priority border style should dominate http://www.w3.org/TR/CSS21/tables.html#border-conflict-resolution 952a3ab991d31a8f891586a7c09af227da9b5b16 `Microsoft`<http://www.microsoft.com/> The 'hidden' border is the dominant border when it is collapsed with a 'ridge' border.
|
|
border-conflict-style-086 Border Conflict Resolution (by border style): 'ridge' vs. 'inset' - border with highest priority border style should dominate http://www.w3.org/TR/CSS21/tables.html#border-conflict-resolution 98215426eac693934aa1802bc1200121f1289e34 `Microsoft`<http://www.microsoft.com/> The 'ridge' border is the dominant border when it is collapsed with a 'inset' border of the same size.
|
|
border-conflict-style-087 Border Conflict Resolution (by border style): 'ridge' vs. 'none' - border with highest priority border style should dominate http://www.w3.org/TR/CSS21/tables.html#border-conflict-resolution 351059680367c867228804bc5ba417a938133ee7 `Microsoft`<http://www.microsoft.com/> The 'ridge' border is the dominant border when it is collapsed with a 'none' border.
|
|
border-conflict-style-088 Border Conflict Resolution (by border style): 'ridge' vs. 'outset' - border with highest priority border style should dominate http://www.w3.org/TR/CSS21/tables.html#border-conflict-resolution 54cb9453b69a990b2f9082295b23574bc2e8884c `Microsoft`<http://www.microsoft.com/> The 'ridge' border is the dominant border when it is collapsed with an 'outset' border of the same size.
|
|
border-conflict-style-089 Border Conflict Resolution (by border style): 'ridge' vs. 'ridge' - border with highest priority border style should dominate http://www.w3.org/TR/CSS21/tables.html#border-conflict-resolution 4526fb39173ec2cf3313bafe629214cdf8cf497d `Microsoft`<http://www.microsoft.com/> Only one 'ridge' border appears when two 'ridge' borders of the same size are collapsed together.
|
|
border-conflict-style-090 Border Conflict Resolution (by border style): 'ridge' vs. 'solid' - border with highest priority border style should dominate http://www.w3.org/TR/CSS21/tables.html#border-conflict-resolution 3f80d8faade7fed47af809ff8a8bc21bad251b2a `Microsoft`<http://www.microsoft.com/> The 'solid' border is the dominant border when it is collapsed with a 'ridge' border of the same size.
|
|
border-conflict-style-091 Border Conflict Resolution (by border style): 'solid' vs. 'dashed' - border with highest priority border style should dominate http://www.w3.org/TR/CSS21/tables.html#border-conflict-resolution 4289bbf1c227c28795c036038bb14347566690c0 `Microsoft`<http://www.microsoft.com/> The 'solid' border is the dominant border when it is collapsed with a 'dashed' border of the same size.
|
|
border-conflict-style-092 Border Conflict Resolution (by border style): 'solid' vs. 'dotted' - border with highest priority border style should dominate http://www.w3.org/TR/CSS21/tables.html#border-conflict-resolution 22f8a514934add6c878811e5c737a22df5b31fe1 `Microsoft`<http://www.microsoft.com/> The 'solid' border is the dominant border when it is collapsed with a 'dotted' border of the same size.
|
|
border-conflict-style-093 Border Conflict Resolution (by border style): 'solid' vs. 'double' - border with highest priority border style should dominate http://www.w3.org/TR/CSS21/tables.html#border-conflict-resolution 53460051a1615b08d03b969a39af5b8e9a0ef7ad `Microsoft`<http://www.microsoft.com/> The 'double' border is the dominant border when it is collapsed with a 'solid' border of the same size.
|
|
border-conflict-style-094 Border Conflict Resolution (by border style): 'solid' vs. 'groove' - border with highest priority border style should dominate http://www.w3.org/TR/CSS21/tables.html#border-conflict-resolution 867d3ceec4a7573171e30d3a82cf981ce78f4c4b `Microsoft`<http://www.microsoft.com/> The 'solid' border is the dominant border when it is collapsed with a 'groove' border of the same size.
|
|
border-conflict-style-095 Border Conflict Resolution (by border style): 'solid' vs. 'hidden' - border with highest priority border style should dominate http://www.w3.org/TR/CSS21/tables.html#border-conflict-resolution e0916d245dccf248ea21eec9aa178eae40f5aa09 `Microsoft`<http://www.microsoft.com/> The 'hidden' border is the dominant border when it is collapsed with a 'solid' border.
|
|
border-conflict-style-096 Border Conflict Resolution (by border style): 'solid' vs. 'inset' - border with highest priority border style should dominate http://www.w3.org/TR/CSS21/tables.html#border-conflict-resolution e6b3d1f38ba0c46e0c192887ec0e8868098daf09 `Microsoft`<http://www.microsoft.com/> The 'solid' border is the dominant border when it is collapsed with a 'inset' border of the same size.
|
|
border-conflict-style-097 Border Conflict Resolution (by border style): 'solid' vs. 'none' - border with highest priority border style should dominate http://www.w3.org/TR/CSS21/tables.html#border-conflict-resolution 0c931cd52f9ca60c9e579d37d8840ba836e0653d `Microsoft`<http://www.microsoft.com/> The 'solid' border is the dominant border when it is collapsed with a 'none' border.
|
|
border-conflict-style-098 Border Conflict Resolution (by border style): 'solid' vs. 'outset' - border with highest priority border style should dominate http://www.w3.org/TR/CSS21/tables.html#border-conflict-resolution 2674286e07d1cbeda2687e11e3814ef9618714bc `Microsoft`<http://www.microsoft.com/> The 'solid' border is the dominant border when it is collapsed with a 'outset' border of the same size.
|
|
border-conflict-style-099 Border Conflict Resolution (by border style): 'solid' vs. 'ridge' - border with highest priority border style should dominate http://www.w3.org/TR/CSS21/tables.html#border-conflict-resolution 422a285840ea267b2f50bc74657f0b734f917514 `Microsoft`<http://www.microsoft.com/> The 'solid' border is the dominant border when it is collapsed with a 'ridge' border of the same size.
|
|
border-conflict-style-100 Border Conflict Resolution (by border style): 'solid' vs. 'solid' - border with highest priority border style should dominate http://www.w3.org/TR/CSS21/tables.html#border-conflict-resolution a1a8dd5a9abe46b669760a3037389b47f5d23226 `Microsoft`<http://www.microsoft.com/> Only a single 'solid' border appears when two 'solid' borders of the same size are collapsed together.
|
|
border-conflict-style-101 reference/border-conflict-style-101-ref border conflict resolution - border-style: hidden applied to table-row http://www.w3.org/TR/CSS21/tables.html#border-conflict-resolution ce5e9a36be15cdf2f3329c1fa72de4b7cd02ac1e `Gérard Talbot`<http://www.gtalbot.org/BrowserBugsSection/css21testsuite/>,`Marc Pacheco`<http://marc.baffl.co.uk/contact.php> A table element with the 'border-style' value of 'hidden' should suppress all borders for such element.
|
|
border-conflict-style-102 reference/border-conflict-style-101-ref border conflict resolution - border-style: hidden applied to table-column-group http://www.w3.org/TR/CSS21/tables.html#border-conflict-resolution 94f55f8b9da483b2df04a64e9cfd7df75e9e3114 `Gérard Talbot`<http://www.gtalbot.org/BrowserBugsSection/css21testsuite/>,`Marc Pacheco`<http://marc.baffl.co.uk/contact.php> A table element with the 'border-style' value of 'hidden' should suppress all borders for such element.
|
|
border-conflict-style-103 reference/border-conflict-style-101-ref border conflict resolution - border-style: hidden applied to table-column http://www.w3.org/TR/CSS21/tables.html#border-conflict-resolution 5c15a819a47b44c2fd91613a88d330daca2f15e6 `Gérard Talbot`<http://www.gtalbot.org/BrowserBugsSection/css21testsuite/>,`Marc Pacheco`<http://marc.baffl.co.uk/contact.php> A table element with the 'border-style' value of 'hidden' should suppress all borders for such element.
|
|
border-conflict-style-104 reference/border-conflict-style-101-ref border conflict resolution - border-style: hidden applied to table-row-group http://www.w3.org/TR/CSS21/tables.html#border-conflict-resolution b0f7351cbb20d88bcb52680052e5fcdb56854723 `Gérard Talbot`<http://www.gtalbot.org/BrowserBugsSection/css21testsuite/>,`Marc Pacheco`<http://marc.baffl.co.uk/contact.php> A table element with the 'border-style' value of 'hidden' should suppress all borders for such element.
|
|
border-conflict-style-105 reference/border-conflict-style-101-ref border conflict resolution - border-style: hidden applied to table-footer-group http://www.w3.org/TR/CSS21/tables.html#border-conflict-resolution 0e5c57c487ec34fd4fe9a1748f8ad0098b17b596 `Gérard Talbot`<http://www.gtalbot.org/BrowserBugsSection/css21testsuite/>,`Marc Pacheco`<http://marc.baffl.co.uk/contact.php> A table element with the 'border-style' value of 'hidden' should suppress all borders for such element.
|
|
border-conflict-style-106 reference/border-conflict-style-101-ref border conflict resolution - border-style: hidden applied to table-header-group http://www.w3.org/TR/CSS21/tables.html#border-conflict-resolution ff88c6196bf6c688083563625a2fc4f57d5a2e68 `Gérard Talbot`<http://www.gtalbot.org/BrowserBugsSection/css21testsuite/>,`Marc Pacheco`<http://marc.baffl.co.uk/contact.php> A table element with the 'border-style' value of 'hidden' should suppress all borders for such element.
|
|
border-conflict-w-000 Border Conflict Resolution (width) - hidden/hidden http://www.w3.org/TR/CSS21/tables.html#border-conflict-resolution 8dd1d3a9e766181fe24859d83b677dc1c7a6a130 `Lachlan Hunt`<http://lachy.id.au/about/contact>
|
|
border-conflict-w-001 Border Conflict Resolution (width) - hidden/double http://www.w3.org/TR/CSS21/tables.html#border-conflict-resolution 2f5babd2db7dddeffb35e84aa0780088e9157f9b `Lachlan Hunt`<http://lachy.id.au/about/contact>
|
|
border-conflict-w-002 Border Conflict Resolution (width) - hidden/solid http://www.w3.org/TR/CSS21/tables.html#border-conflict-resolution 077ef2a12b1529ed2f8f015a0f7659a62a2b94a3 `Lachlan Hunt`<http://lachy.id.au/about/contact>
|
|
border-conflict-w-003 Border Conflict Resolution (width) - hidden/dashed http://www.w3.org/TR/CSS21/tables.html#border-conflict-resolution 23e9dab81edde4cfe20c5bf374eaeb63a0e5f828 `Lachlan Hunt`<http://lachy.id.au/about/contact>
|
|
border-conflict-w-004 Border Conflict Resolution (width) - hidden/dotted http://www.w3.org/TR/CSS21/tables.html#border-conflict-resolution 83f49bc460767308e6fa1c66fb168d205f0708cc `Lachlan Hunt`<http://lachy.id.au/about/contact>
|
|
border-conflict-w-005 Border Conflict Resolution (width) - hidden/ridge http://www.w3.org/TR/CSS21/tables.html#border-conflict-resolution 07aa87756b079f8a4e905c0444abedbc69e24155 `Lachlan Hunt`<http://lachy.id.au/about/contact>
|
|
border-conflict-w-006 Border Conflict Resolution (width) - hidden/outset http://www.w3.org/TR/CSS21/tables.html#border-conflict-resolution 0a9f22b7735074ef8de9ce2d72066865edb633d0 `Lachlan Hunt`<http://lachy.id.au/about/contact>
|
|
border-conflict-w-007 Border Conflict Resolution (width) - hidden/groove http://www.w3.org/TR/CSS21/tables.html#border-conflict-resolution 2c77de44db54da919447da8eb2b75b1746d48f52 `Lachlan Hunt`<http://lachy.id.au/about/contact>
|
|
border-conflict-w-008 Border Conflict Resolution (width) - hidden/inset http://www.w3.org/TR/CSS21/tables.html#border-conflict-resolution 26bf2394885187881039557c2027f2dce3c69d5a `Lachlan Hunt`<http://lachy.id.au/about/contact>
|
|
border-conflict-w-009 Border Conflict Resolution (width) - hidden/none http://www.w3.org/TR/CSS21/tables.html#border-conflict-resolution 3414ccb5fed97459c6189d7415306a269796579f `Lachlan Hunt`<http://lachy.id.au/about/contact>
|
|
border-conflict-w-010 Border Conflict Resolution (width) - double/hidden http://www.w3.org/TR/CSS21/tables.html#border-conflict-resolution 4333f8e812fc917cb44209bec966c244d8f54f75 `Lachlan Hunt`<http://lachy.id.au/about/contact>
|
|
border-conflict-w-011 Border Conflict Resolution (width) - double/double http://www.w3.org/TR/CSS21/tables.html#border-conflict-resolution f2342b29f729b3a3833419348f776a482846967a `Lachlan Hunt`<http://lachy.id.au/about/contact>
|
|
border-conflict-w-012 Border Conflict Resolution (width) - double/solid http://www.w3.org/TR/CSS21/tables.html#border-conflict-resolution 3a0f1c1c52524079b097e246e6e6adc9ecd460f4 `Lachlan Hunt`<http://lachy.id.au/about/contact>
|
|
border-conflict-w-013 Border Conflict Resolution (width) - double/dashed http://www.w3.org/TR/CSS21/tables.html#border-conflict-resolution 9658d3ba2b87260b18991b0ea39f17098c9d2e33 `Lachlan Hunt`<http://lachy.id.au/about/contact>
|
|
border-conflict-w-014 Border Conflict Resolution (width) - double/dashed http://www.w3.org/TR/CSS21/tables.html#border-conflict-resolution 22245cc8c192b872800ccf5e4b9bb495996fed15 `Lachlan Hunt`<http://lachy.id.au/about/contact>
|
|
border-conflict-w-015 Border Conflict Resolution (width) - double/ridge http://www.w3.org/TR/CSS21/tables.html#border-conflict-resolution 9b5e6b249c95e3ccdbf836925839e4db40792dda `Lachlan Hunt`<http://lachy.id.au/about/contact>
|
|
border-conflict-w-016 Border Conflict Resolution (width) - double/outset http://www.w3.org/TR/CSS21/tables.html#border-conflict-resolution 2ce6b90d4fe1d142a292451146b1c27d0baf6683 `Lachlan Hunt`<http://lachy.id.au/about/contact>
|
|
border-conflict-w-017 Border Conflict Resolution (width) - double/groove http://www.w3.org/TR/CSS21/tables.html#border-conflict-resolution 1a94da9ebbedc85f825e3d36084a45b23b0432b1 `Lachlan Hunt`<http://lachy.id.au/about/contact>
|
|
border-conflict-w-018 Border Conflict Resolution (width) - double/inset http://www.w3.org/TR/CSS21/tables.html#border-conflict-resolution d2a65b29c73e11ffcd99951a902ae417f3039e2b `Lachlan Hunt`<http://lachy.id.au/about/contact>
|
|
border-conflict-w-019 Border Conflict Resolution (width) - double/none http://www.w3.org/TR/CSS21/tables.html#border-conflict-resolution 45e1c813785a4594ae57f0cc071094a921736203 `Lachlan Hunt`<http://lachy.id.au/about/contact>
|
|
border-conflict-w-020 Border Conflict Resolution (width) - solid/hidden http://www.w3.org/TR/CSS21/tables.html#border-conflict-resolution 4d93e68b6be4320724297a5ad7bce55506965c1f `Lachlan Hunt`<http://lachy.id.au/about/contact>
|
|
border-conflict-w-021 Border Conflict Resolution (width) - solid/double http://www.w3.org/TR/CSS21/tables.html#border-conflict-resolution 2514f8ab3c628de661ab03eccd41858b885e8f8e `Lachlan Hunt`<http://lachy.id.au/about/contact>
|
|
border-conflict-w-022 Border Conflict Resolution (width) - solid/solid http://www.w3.org/TR/CSS21/tables.html#border-conflict-resolution 56f251f24053fb5532c48e256441218f2a46f3a0 `Lachlan Hunt`<http://lachy.id.au/about/contact>
|
|
border-conflict-w-023 Border Conflict Resolution (width) - solid/dashed http://www.w3.org/TR/CSS21/tables.html#border-conflict-resolution 80567ae68440fafbd6effe5c290ada0b78e4cfbd `Lachlan Hunt`<http://lachy.id.au/about/contact>
|
|
border-conflict-w-024 Border Conflict Resolution (width) - solid/dotted http://www.w3.org/TR/CSS21/tables.html#border-conflict-resolution 28b5170569a82b19636e2bfeea598d3c45df89a2 `Lachlan Hunt`<http://lachy.id.au/about/contact>
|
|
border-conflict-w-025 Border Conflict Resolution (width) - solid/ridge http://www.w3.org/TR/CSS21/tables.html#border-conflict-resolution 92419da227d2c506847cd299947e2a23f9d4ad52 `Lachlan Hunt`<http://lachy.id.au/about/contact>
|
|
border-conflict-w-026 Border Conflict Resolution (width) - solid/outset http://www.w3.org/TR/CSS21/tables.html#border-conflict-resolution 0e9e547d8bcc01126325c509beb7bb72e2a98914 `Lachlan Hunt`<http://lachy.id.au/about/contact>
|
|
border-conflict-w-027 Border Conflict Resolution (width) - solid/groove http://www.w3.org/TR/CSS21/tables.html#border-conflict-resolution f6f026a5af6f57b515fc9bf42a20ef292c70564d `Lachlan Hunt`<http://lachy.id.au/about/contact>
|
|
border-conflict-w-028 Border Conflict Resolution (width) - solid/inset http://www.w3.org/TR/CSS21/tables.html#border-conflict-resolution 0c5d4b83a2dfa9021227c99bf8c28beb78cc597e `Lachlan Hunt`<http://lachy.id.au/about/contact>
|
|
border-conflict-w-029 Border Conflict Resolution (width) - solid/none http://www.w3.org/TR/CSS21/tables.html#border-conflict-resolution 9c3d9b21bba7040725cc352869ec41fe507e3aab `Lachlan Hunt`<http://lachy.id.au/about/contact>
|
|
border-conflict-w-030 Border Conflict Resolution (width) - dashed/hidden http://www.w3.org/TR/CSS21/tables.html#border-conflict-resolution a368357fcdea9a81c37e59d792b165e351e79b6a `Lachlan Hunt`<http://lachy.id.au/about/contact>
|
|
border-conflict-w-031 Border Conflict Resolution (width) - dashed/double http://www.w3.org/TR/CSS21/tables.html#border-conflict-resolution 20b1d9bce1247596058368792d1ba388d616d800 `Lachlan Hunt`<http://lachy.id.au/about/contact>
|
|
border-conflict-w-032 Border Conflict Resolution (width) - dashed/solid http://www.w3.org/TR/CSS21/tables.html#border-conflict-resolution 56ed4e23c6b861a3b72190abd76300b523fcf932 `Lachlan Hunt`<http://lachy.id.au/about/contact>
|
|
border-conflict-w-033 Border Conflict Resolution (width) - dashed/dashed http://www.w3.org/TR/CSS21/tables.html#border-conflict-resolution 62ab5f086579cd9ff9a8a7c95d4aae52a7128e2d `Lachlan Hunt`<http://lachy.id.au/about/contact>
|
|
border-conflict-w-034 Border Conflict Resolution (width) - dashed/dotted http://www.w3.org/TR/CSS21/tables.html#border-conflict-resolution 5e4fdba800f677f5f76fc57e9f08661a831fea6d `Lachlan Hunt`<http://lachy.id.au/about/contact>
|
|
border-conflict-w-035 Border Conflict Resolution (width) - dashed/ridge http://www.w3.org/TR/CSS21/tables.html#border-conflict-resolution dbd2ed42ace5dd18a3ae11d6803ea2f18e68534b `Lachlan Hunt`<http://lachy.id.au/about/contact>
|
|
border-conflict-w-036 Border Conflict Resolution (width) - dashed/outset http://www.w3.org/TR/CSS21/tables.html#border-conflict-resolution 5519f4e8e95492ebc3863c7b7e7bf7fd206ed086 `Lachlan Hunt`<http://lachy.id.au/about/contact>
|
|
border-conflict-w-037 Border Conflict Resolution (width) - dashed/groove http://www.w3.org/TR/CSS21/tables.html#border-conflict-resolution 848f4348a0d3c699f9f9b6443bba3135e1aebb9d `Lachlan Hunt`<http://lachy.id.au/about/contact>
|
|
border-conflict-w-038 Border Conflict Resolution (width) - dashed/inset http://www.w3.org/TR/CSS21/tables.html#border-conflict-resolution 23d49445ab0ecf9b0f845652e22e025151a73436 `Lachlan Hunt`<http://lachy.id.au/about/contact>
|
|
border-conflict-w-039 Border Conflict Resolution (width) - dashed/none http://www.w3.org/TR/CSS21/tables.html#border-conflict-resolution cc8f09d436264d135e95166aa2d93277e13765a6 `Lachlan Hunt`<http://lachy.id.au/about/contact>
|
|
border-conflict-w-040 Border Conflict Resolution (width) - dotted/hidden http://www.w3.org/TR/CSS21/tables.html#border-conflict-resolution 56db2dfd644f62244a21aef0ff27ae4d741cbe7c `Lachlan Hunt`<http://lachy.id.au/about/contact>
|
|
border-conflict-w-041 Border Conflict Resolution (width) - dotted/double http://www.w3.org/TR/CSS21/tables.html#border-conflict-resolution 80d3e04e47f3a67d011a9e2605ec49e6671f0b42 `Lachlan Hunt`<http://lachy.id.au/about/contact>
|
|
border-conflict-w-042 Border Conflict Resolution (width) - dotted/solid http://www.w3.org/TR/CSS21/tables.html#border-conflict-resolution dfdd7980028588e4ed79fce4f9b6a748f6974277 `Lachlan Hunt`<http://lachy.id.au/about/contact>
|
|
border-conflict-w-043 Border Conflict Resolution (width) - dotted/dashed http://www.w3.org/TR/CSS21/tables.html#border-conflict-resolution 27de80671e63cd813b2500ea3a412c491af470bc `Lachlan Hunt`<http://lachy.id.au/about/contact>
|
|
border-conflict-w-044 Border Conflict Resolution (width) - dotted/dotted http://www.w3.org/TR/CSS21/tables.html#border-conflict-resolution 98c630c5e86526c0ce6d5650221e379169d1d6c6 `Lachlan Hunt`<http://lachy.id.au/about/contact>
|
|
border-conflict-w-045 Border Conflict Resolution (width) - dotted/ridge http://www.w3.org/TR/CSS21/tables.html#border-conflict-resolution 6e423d5b7f489466902e380035fc9d103fbb07e2 `Lachlan Hunt`<http://lachy.id.au/about/contact>
|
|
border-conflict-w-046 Border Conflict Resolution (width) - dotted/outset http://www.w3.org/TR/CSS21/tables.html#border-conflict-resolution 302c263a15d69c94c89a3960741ed234a99cd23c `Lachlan Hunt`<http://lachy.id.au/about/contact>
|
|
border-conflict-w-047 Border Conflict Resolution (width) - dotted/groove http://www.w3.org/TR/CSS21/tables.html#border-conflict-resolution b12761d6977ae06b38ac9d496a11bd0744474b5c `Lachlan Hunt`<http://lachy.id.au/about/contact>
|
|
border-conflict-w-048 Border Conflict Resolution (width) - dotted/inset http://www.w3.org/TR/CSS21/tables.html#border-conflict-resolution 1d805f8972e5ec09c2e2f6e0d36c63160a0f2421 `Lachlan Hunt`<http://lachy.id.au/about/contact>
|
|
border-conflict-w-049 Border Conflict Resolution (width) - dotted/none http://www.w3.org/TR/CSS21/tables.html#border-conflict-resolution e4812e838922cc9b12f14de34a1cf282ffcae3b1 `Lachlan Hunt`<http://lachy.id.au/about/contact>
|
|
border-conflict-w-050 Border Conflict Resolution (width) - ridge/hidden http://www.w3.org/TR/CSS21/tables.html#border-conflict-resolution 9cd636257f71906b91f4861d41e352a885f3928a `Lachlan Hunt`<http://lachy.id.au/about/contact>
|
|
border-conflict-w-051 Border Conflict Resolution (width) - ridge/double http://www.w3.org/TR/CSS21/tables.html#border-conflict-resolution 548615ccae8788a6a99067c5db528c9c4f550818 `Lachlan Hunt`<http://lachy.id.au/about/contact>
|
|
border-conflict-w-052 Border Conflict Resolution (width) - ridge/solid http://www.w3.org/TR/CSS21/tables.html#border-conflict-resolution bf958acdec48b12f7f0cf125aeca83ec2dc9f8b3 `Lachlan Hunt`<http://lachy.id.au/about/contact>
|
|
border-conflict-w-053 Border Conflict Resolution (width) - ridge/dashed http://www.w3.org/TR/CSS21/tables.html#border-conflict-resolution dc062c387fdd8e99d617ca216d605ee53ed7dcfd `Lachlan Hunt`<http://lachy.id.au/about/contact>
|
|
border-conflict-w-054 Border Conflict Resolution (width) - ridge/dotted http://www.w3.org/TR/CSS21/tables.html#border-conflict-resolution 5081f9393b51cce5fde3e65e10a9430f52ef7ff4 `Lachlan Hunt`<http://lachy.id.au/about/contact>
|
|
border-conflict-w-055 Border Conflict Resolution (width) - ridge/ridge http://www.w3.org/TR/CSS21/tables.html#border-conflict-resolution f0c6eaf9e9cb4a36e7b4f5fb984b5126b4499c68 `Lachlan Hunt`<http://lachy.id.au/about/contact>
|
|
border-conflict-w-056 Border Conflict Resolution (width) - ridge/outset http://www.w3.org/TR/CSS21/tables.html#border-conflict-resolution 7721535f3b176c6e957054f03aa36da3d0b475ab `Lachlan Hunt`<http://lachy.id.au/about/contact>
|
|
border-conflict-w-057 Border Conflict Resolution (width) - ridge/groove http://www.w3.org/TR/CSS21/tables.html#border-conflict-resolution 7c8f44a12a3e3a95c60d629dbf6467b2b77740dd `Lachlan Hunt`<http://lachy.id.au/about/contact>
|
|
border-conflict-w-058 Border Conflict Resolution (width) - ridge/inset http://www.w3.org/TR/CSS21/tables.html#border-conflict-resolution 220d70b802564fb4d2183fe4e58ac77ace604625 `Lachlan Hunt`<http://lachy.id.au/about/contact>
|
|
border-conflict-w-059 Border Conflict Resolution (width) - ridge/none http://www.w3.org/TR/CSS21/tables.html#border-conflict-resolution 1cf9d69c69d07b9c2023ac9456333087da2ec9c5 `Lachlan Hunt`<http://lachy.id.au/about/contact>
|
|
border-conflict-w-060 Border Conflict Resolution (width) - outset/hidden http://www.w3.org/TR/CSS21/tables.html#border-conflict-resolution dda1459648d90f913b25ebd4b4940511f7325905 `Lachlan Hunt`<http://lachy.id.au/about/contact>
|
|
border-conflict-w-061 Border Conflict Resolution (width) - outset/double http://www.w3.org/TR/CSS21/tables.html#border-conflict-resolution df7cc84abe954986efa694a7f187966b24044129 `Lachlan Hunt`<http://lachy.id.au/about/contact>
|
|
border-conflict-w-062 Border Conflict Resolution (width) - outset/solid http://www.w3.org/TR/CSS21/tables.html#border-conflict-resolution 73dd88d64fd22ca956c96fc94d46d1e11dba3f53 `Lachlan Hunt`<http://lachy.id.au/about/contact>
|
|
border-conflict-w-063 Border Conflict Resolution (width) - outset/dashed http://www.w3.org/TR/CSS21/tables.html#border-conflict-resolution 7bab586feff165f575987263ff4fda0aa5aa9ca0 `Lachlan Hunt`<http://lachy.id.au/about/contact>
|
|
border-conflict-w-064 Border Conflict Resolution (width) - outset/dotted http://www.w3.org/TR/CSS21/tables.html#border-conflict-resolution c692f6032d6b669dc4fac76fb9c0ef663340417f `Lachlan Hunt`<http://lachy.id.au/about/contact>
|
|
border-conflict-w-065 Border Conflict Resolution (width) - outset/ridge http://www.w3.org/TR/CSS21/tables.html#border-conflict-resolution 336cfa330dc7acf2b01d0311fa14a8ad8aba3f23 `Lachlan Hunt`<http://lachy.id.au/about/contact>
|
|
border-conflict-w-066 Border Conflict Resolution (width) - outset/outset http://www.w3.org/TR/CSS21/tables.html#border-conflict-resolution 2cc24d682661a05bdc2a5fb264711f062e170f11 `Lachlan Hunt`<http://lachy.id.au/about/contact>
|
|
border-conflict-w-067 Border Conflict Resolution (width) - outset/groove http://www.w3.org/TR/CSS21/tables.html#border-conflict-resolution 6eec5586d5bf54418ce0690360da8cd992afd7f3 `Lachlan Hunt`<http://lachy.id.au/about/contact>
|
|
border-conflict-w-068 Border Conflict Resolution (width) - outset/inset http://www.w3.org/TR/CSS21/tables.html#border-conflict-resolution f44d922b60f14e6daf9543c1e905327ddc2a2377 `Lachlan Hunt`<http://lachy.id.au/about/contact>
|
|
border-conflict-w-069 Border Conflict Resolution (width) - outset/none http://www.w3.org/TR/CSS21/tables.html#border-conflict-resolution 620a4f621c24cfe8a41576d3bee051e6624094ce `Lachlan Hunt`<http://lachy.id.au/about/contact>
|
|
border-conflict-w-070 Border Conflict Resolution (width) - groove/hidden http://www.w3.org/TR/CSS21/tables.html#border-conflict-resolution 310c2b2906e8528792657e43195e5c1cfcbac5c3 `Lachlan Hunt`<http://lachy.id.au/about/contact>
|
|
border-conflict-w-071 Border Conflict Resolution (width) - groove/double http://www.w3.org/TR/CSS21/tables.html#border-conflict-resolution ffd9b1f9071fb688e5cccf7f2f0bea29f0ad3d4c `Lachlan Hunt`<http://lachy.id.au/about/contact>
|
|
border-conflict-w-072 Border Conflict Resolution (width) - groove/solid http://www.w3.org/TR/CSS21/tables.html#border-conflict-resolution 598e1691422778e483d0066d0d74ca6e7b8a7c90 `Lachlan Hunt`<http://lachy.id.au/about/contact>
|
|
border-conflict-w-073 Border Conflict Resolution (width) - groove/dashed http://www.w3.org/TR/CSS21/tables.html#border-conflict-resolution 06a9a301ac7d0c07a33130b095ec3ec2811b912b `Lachlan Hunt`<http://lachy.id.au/about/contact>
|
|
border-conflict-w-074 Border Conflict Resolution (width) - groove/dotted http://www.w3.org/TR/CSS21/tables.html#border-conflict-resolution 4500099f749cef5e3cdd848d42e35b03e722dc76 `Lachlan Hunt`<http://lachy.id.au/about/contact>
|
|
border-conflict-w-075 Border Conflict Resolution (width) - groove/ridge http://www.w3.org/TR/CSS21/tables.html#border-conflict-resolution 6442eb2755acd08d39b8fbb8bd059de8fd5a0825 `Lachlan Hunt`<http://lachy.id.au/about/contact>
|
|
border-conflict-w-076 Border Conflict Resolution (width) - groove/outset http://www.w3.org/TR/CSS21/tables.html#border-conflict-resolution 489b65ffa4af05b8b8aa29d4310b7d75961c88f3 `Lachlan Hunt`<http://lachy.id.au/about/contact>
|
|
border-conflict-w-077 Border Conflict Resolution (width) - groove/groove http://www.w3.org/TR/CSS21/tables.html#border-conflict-resolution 3219eaf59e684f8e974ec113f52e73b52e602001 `Lachlan Hunt`<http://lachy.id.au/about/contact>
|
|
border-conflict-w-078 Border Conflict Resolution (width) - groove/inset http://www.w3.org/TR/CSS21/tables.html#border-conflict-resolution f7108b7f911b379e3a8564325f5386720f02985a `Lachlan Hunt`<http://lachy.id.au/about/contact>
|
|
border-conflict-w-079 Border Conflict Resolution (width) - groove/none http://www.w3.org/TR/CSS21/tables.html#border-conflict-resolution 47adfbac5389ad2b4114e4bb8e8357e2451a1b47 `Lachlan Hunt`<http://lachy.id.au/about/contact>
|
|
border-conflict-w-080 Border Conflict Resolution (width) - inset/hidden http://www.w3.org/TR/CSS21/tables.html#border-conflict-resolution db1dbaa3fc58aa5eff030b1f51be28cdb586bbd9 `Lachlan Hunt`<http://lachy.id.au/about/contact>
|
|
border-conflict-w-081 Border Conflict Resolution (width) - inset/double http://www.w3.org/TR/CSS21/tables.html#border-conflict-resolution c00b470e354afda9f270ce8936f2ae66b5ce0158 `Lachlan Hunt`<http://lachy.id.au/about/contact>
|
|
border-conflict-w-082 Border Conflict Resolution (width) - inset/solid http://www.w3.org/TR/CSS21/tables.html#border-conflict-resolution 939c380880f3b854613236a1729dbd0bcaf685f3 `Lachlan Hunt`<http://lachy.id.au/about/contact>
|
|
border-conflict-w-083 Border Conflict Resolution (width) - inset/dashed http://www.w3.org/TR/CSS21/tables.html#border-conflict-resolution 2e56b631f54710fb2f60fa1de6f6db7b6f47f213 `Lachlan Hunt`<http://lachy.id.au/about/contact>
|
|
border-conflict-w-084 Border Conflict Resolution (width) - inset/dotted http://www.w3.org/TR/CSS21/tables.html#border-conflict-resolution d2328a68c9149c27fef661638ed4a843b7b25d64 `Lachlan Hunt`<http://lachy.id.au/about/contact>
|
|
border-conflict-w-085 Border Conflict Resolution (width) - inset/ridge http://www.w3.org/TR/CSS21/tables.html#border-conflict-resolution bc7293605325b0dedd8992b8821a03ab967847b9 `Lachlan Hunt`<http://lachy.id.au/about/contact>
|
|
border-conflict-w-086 Border Conflict Resolution (width) - inset/outset http://www.w3.org/TR/CSS21/tables.html#border-conflict-resolution 49d2425784d265017f234bbe2e117f637e01c18f `Lachlan Hunt`<http://lachy.id.au/about/contact>
|
|
border-conflict-w-087 Border Conflict Resolution (width) - inset/groove http://www.w3.org/TR/CSS21/tables.html#border-conflict-resolution 18e46ce4fc4fc8974883674ace82d65636c2d4ee `Lachlan Hunt`<http://lachy.id.au/about/contact>
|
|
border-conflict-w-088 Border Conflict Resolution (width) - inset/inset http://www.w3.org/TR/CSS21/tables.html#border-conflict-resolution 9eefb652de52b0e2a714537a1b19eb260af5be05 `Lachlan Hunt`<http://lachy.id.au/about/contact>
|
|
border-conflict-w-089 Border Conflict Resolution (width) - inset/none http://www.w3.org/TR/CSS21/tables.html#border-conflict-resolution 6a98bae8bdfecd93b5604b54a8fb1fa947ade609 `Lachlan Hunt`<http://lachy.id.au/about/contact>
|
|
border-conflict-w-090 Border Conflict Resolution (width) - none/hidden http://www.w3.org/TR/CSS21/tables.html#border-conflict-resolution ff46330479d033426f2bd868ee9b531abda6bdbc `Lachlan Hunt`<http://lachy.id.au/about/contact>
|
|
border-conflict-w-091 Border Conflict Resolution (width) - none/double http://www.w3.org/TR/CSS21/tables.html#border-conflict-resolution fb86142c23a4041fac10eada6988ebe56e3045b0 `Lachlan Hunt`<http://lachy.id.au/about/contact>
|
|
border-conflict-w-092 Border Conflict Resolution (width) - none/solid http://www.w3.org/TR/CSS21/tables.html#border-conflict-resolution 7b62ac3f429ec9b939aab92ba9f1472b8ef37274 `Lachlan Hunt`<http://lachy.id.au/about/contact>
|
|
border-conflict-w-093 Border Conflict Resolution (width) - none/dashed http://www.w3.org/TR/CSS21/tables.html#border-conflict-resolution 34fa5ea7dfb3451e52612d0cdfec40b067ec196f `Lachlan Hunt`<http://lachy.id.au/about/contact>
|
|
border-conflict-w-094 Border Conflict Resolution (width) - none/dotted http://www.w3.org/TR/CSS21/tables.html#border-conflict-resolution 71f3b4e887d6c24e9d2c498e2273091c8f1b3755 `Lachlan Hunt`<http://lachy.id.au/about/contact>
|
|
border-conflict-w-095 Border Conflict Resolution (width) - none/ridge http://www.w3.org/TR/CSS21/tables.html#border-conflict-resolution b3bfc57283c3540da37fedacf31e9b7cb69043d1 `Lachlan Hunt`<http://lachy.id.au/about/contact>
|
|
border-conflict-w-096 Border Conflict Resolution (width) - inset/outset http://www.w3.org/TR/CSS21/tables.html#border-conflict-resolution 4c40a7c3ac2a2555a47e01a5f1bf3e01023547fe `Lachlan Hunt`<http://lachy.id.au/about/contact>
|
|
border-conflict-w-097 Border Conflict Resolution (width) - none/groove http://www.w3.org/TR/CSS21/tables.html#border-conflict-resolution dfcd2cc644dba5a250a60c35c480496c5d533214 `Lachlan Hunt`<http://lachy.id.au/about/contact>
|
|
border-conflict-w-098 Border Conflict Resolution (width) - none/inset http://www.w3.org/TR/CSS21/tables.html#border-conflict-resolution 0576294c0830e2d7332721b115c7200ee657fb78 `Lachlan Hunt`<http://lachy.id.au/about/contact>
|
|
border-conflict-w-099 Border Conflict Resolution (width) - none/none http://www.w3.org/TR/CSS21/tables.html#border-conflict-resolution 887aea48bf3e7c505a04e456aaaf14f5df9d3c39 `Lachlan Hunt`<http://lachy.id.au/about/contact>
|
|
border-conflict-width-001 Border Conflict Resolution (by border width): 'dashed' vs. 'dashed' - border style with largest width is the dominant border http://www.w3.org/TR/CSS21/tables.html#border-conflict-resolution 77ac8cabffee56587ea9d6fd26e7035261a87ea4 `W3C`<http://www.w3c.org/>,`Microsoft`<http://www.microsoft.com/> The widest border is dominant when two cell borders collapse.
|
|
border-conflict-width-002 Border Conflict Resolution (by border width): 'dashed' vs. 'dotted' - border style with largest width is the dominant border http://www.w3.org/TR/CSS21/tables.html#border-conflict-resolution be3abd945fe0061d82a6af1db0e7ee0848f26de1 `W3C`<http://www.w3c.org/>,`Microsoft`<http://www.microsoft.com/> The widest border is dominant when two cell borders collapse.
|
|
border-conflict-width-003 Border Conflict Resolution (by border width): 'dashed' vs. 'double' - border style with largest width is the dominant border http://www.w3.org/TR/CSS21/tables.html#border-conflict-resolution 458d892f48ecc5633be2b73dc30afc0ea66faf36 `W3C`<http://www.w3c.org/>,`Microsoft`<http://www.microsoft.com/> The widest border is dominant when two cell borders collapse.
|
|
border-conflict-width-004 Border Conflict Resolution (by border width): 'dashed' vs. 'groove' - border style with largest width is the dominant border http://www.w3.org/TR/CSS21/tables.html#border-conflict-resolution a34eb3c36f9bc49e551e6369eb554213fa1a040a `W3C`<http://www.w3c.org/>,`Microsoft`<http://www.microsoft.com/> The widest border is dominant when two cell borders collapse.
|
|
border-conflict-width-005 Border Conflict Resolution (by border width): 'dashed' vs. 'hidden' - a border style of 'hidden' is always the dominant border http://www.w3.org/TR/CSS21/tables.html#border-conflict-resolution 872e64d5b85d7af51fd8aff1041724f8d04e34f1 `W3C`<http://www.w3c.org/>,`Microsoft`<http://www.microsoft.com/> The 'hidden' border style takes precedence over all style and width definitions.
|
|
border-conflict-width-006 Border Conflict Resolution (by border width): 'dashed' vs. 'inset' - border style with largest width is the dominant border http://www.w3.org/TR/CSS21/tables.html#border-conflict-resolution 6e746e8cfa3d680f51e528cb428bba2d467701fb `W3C`<http://www.w3c.org/>,`Microsoft`<http://www.microsoft.com/> The widest border is dominant when two cell borders collapse.
|
|
border-conflict-width-007 Border Conflict Resolution (by border width): 'dashed' vs. 'none' - a border style of 'none' is never the dominant border http://www.w3.org/TR/CSS21/tables.html#border-conflict-resolution 29802e5b5617299e0747d348bca0b427fadbda3e `W3C`<http://www.w3c.org/>,`Microsoft`<http://www.microsoft.com/> The widest border is dominant when two , except when border style is 'none'. If border style is 'none' any other non-none border style is dominant border.
|
|
border-conflict-width-008 Border Conflict Resolution (by border width): 'dashed' vs. 'outset' - border style with largest width is the dominant border http://www.w3.org/TR/CSS21/tables.html#border-conflict-resolution 3eed503e872cecc5f35887bacbccaab194b7faf9 `W3C`<http://www.w3c.org/>,`Microsoft`<http://www.microsoft.com/> The widest border is dominant when two cell borders collapse.
|
|
border-conflict-width-009 Border Conflict Resolution (by border width): 'dashed' vs. 'ridge' - border style with largest width is the dominant border http://www.w3.org/TR/CSS21/tables.html#border-conflict-resolution bd8152f14c7c37e85cef8e4d30bbaf272ac2c391 `W3C`<http://www.w3c.org/>,`Microsoft`<http://www.microsoft.com/> The widest border is dominant when two cell borders collapse.
|
|
border-conflict-width-010 Border Conflict Resolution (by border width): 'dashed' vs. 'solid' - border style with largest width is the dominant border http://www.w3.org/TR/CSS21/tables.html#border-conflict-resolution 438affc17aee9a612d70386a316c4c677f53575b `W3C`<http://www.w3c.org/>,`Microsoft`<http://www.microsoft.com/> The widest border is dominant when two cell borders collapse.
|
|
border-conflict-width-011 Border Conflict Resolution (by border width): 'dotted' vs. 'dashed' - border style with largest width is the dominant border http://www.w3.org/TR/CSS21/tables.html#border-conflict-resolution e5a8406f42c815a4bbabfddbc1ea2964846876af `W3C`<http://www.w3c.org/>,`Microsoft`<http://www.microsoft.com/> The widest border is dominant when two cell borders collapse.
|
|
border-conflict-width-012 Border Conflict Resolution (by border width): 'dotted' vs. 'dotted' - border style with largest width is the dominant border http://www.w3.org/TR/CSS21/tables.html#border-conflict-resolution ba84c6cab5f54fc86bee00150502a327e1a47a9f `W3C`<http://www.w3c.org/>,`Microsoft`<http://www.microsoft.com/> The widest border is dominant when two cell borders collapse.
|
|
border-conflict-width-013 Border Conflict Resolution (by border width): 'dotted' vs. 'double' - border style with largest width is the dominant border http://www.w3.org/TR/CSS21/tables.html#border-conflict-resolution 7324da7df9b287debcf8823203f51d70ecb4bd0b `W3C`<http://www.w3c.org/>,`Microsoft`<http://www.microsoft.com/> The widest border is dominant when two cell borders collapse.
|
|
border-conflict-width-014 Border Conflict Resolution (by border width): 'dotted' vs. 'groove' - border style with largest width is the dominant border http://www.w3.org/TR/CSS21/tables.html#border-conflict-resolution 730fc1225deb2efb9c7de89dc95bbe767978687e `W3C`<http://www.w3c.org/>,`Microsoft`<http://www.microsoft.com/> The widest border is dominant when two cell borders collapse.
|
|
border-conflict-width-015 Border Conflict Resolution (by border width): 'dotted' vs. 'hidden' - a border style of 'hidden' is always the dominant border http://www.w3.org/TR/CSS21/tables.html#border-conflict-resolution 065f6ae50841ff6a7576dd60ec55d737d34f8fbc `W3C`<http://www.w3c.org/>,`Microsoft`<http://www.microsoft.com/> The 'hidden' border style takes precedence over all style and width definitions.
|
|
border-conflict-width-016 Border Conflict Resolution (by border width): 'dotted' vs. 'inset' - border style with largest width is the dominant border http://www.w3.org/TR/CSS21/tables.html#border-conflict-resolution ea5d41eb869507795700b82aca302065e9958e79 `W3C`<http://www.w3c.org/>,`Microsoft`<http://www.microsoft.com/> The widest border is dominant when two cell borders collapse.
|
|
border-conflict-width-017 Border Conflict Resolution (by border width): 'dotted' vs. 'none' - a border style of 'none' is never the dominant border http://www.w3.org/TR/CSS21/tables.html#border-conflict-resolution ea9799a200146a6e23778c43895ff415eb2410b2 `W3C`<http://www.w3c.org/>,`Microsoft`<http://www.microsoft.com/> The widest border is dominant when two , except when border style is 'none'. If border style is 'none' any other non-none border style is dominant border.
|
|
border-conflict-width-018 Border Conflict Resolution (by border width): 'dotted' vs. 'outset' - border style with largest width is the dominant border http://www.w3.org/TR/CSS21/tables.html#border-conflict-resolution 7a164033fecc5464d6c67e5f7bdf5afc5620ead0 `W3C`<http://www.w3c.org/>,`Microsoft`<http://www.microsoft.com/> The widest border is dominant when two cell borders collapse.
|
|
border-conflict-width-019 Border Conflict Resolution (by border width): 'dotted' vs. 'ridge' - border style with largest width is the dominant border http://www.w3.org/TR/CSS21/tables.html#border-conflict-resolution a5e7fd71cfbc42b98e035c4565069a25e9715f83 `W3C`<http://www.w3c.org/>,`Microsoft`<http://www.microsoft.com/> The widest border is dominant when two cell borders collapse.
|
|
border-conflict-width-020 Border Conflict Resolution (by border width): 'dotted' vs. 'solid' - border style with largest width is the dominant border http://www.w3.org/TR/CSS21/tables.html#border-conflict-resolution 7d38e85b2de9c5186d81f36c0aada894357a7748 `W3C`<http://www.w3c.org/>,`Microsoft`<http://www.microsoft.com/> The widest border is dominant when two cell borders collapse.
|
|
border-conflict-width-021 Border Conflict Resolution (by border width): 'double' vs. 'dashed' - border style with largest width is the dominant border http://www.w3.org/TR/CSS21/tables.html#border-conflict-resolution be8172af85005ab5416cf0b9818b20623a560196 `W3C`<http://www.w3c.org/>,`Microsoft`<http://www.microsoft.com/> The widest border is dominant when two cell borders collapse.
|
|
border-conflict-width-022 Border Conflict Resolution (by border width): 'double' vs. 'dotted' - border style with largest width is the dominant border http://www.w3.org/TR/CSS21/tables.html#border-conflict-resolution 14dc8d840287e3539bca6c38a1bacde664a026ee `W3C`<http://www.w3c.org/>,`Microsoft`<http://www.microsoft.com/> The widest border is dominant when two cell borders collapse.
|
|
border-conflict-width-023 Border Conflict Resolution (by border width): 'double' vs. 'double' - border style with largest width is the dominant border http://www.w3.org/TR/CSS21/tables.html#border-conflict-resolution d4a81da42f9819f9adb648f38d478c0a4bd06696 `W3C`<http://www.w3c.org/>,`Microsoft`<http://www.microsoft.com/> The widest border is dominant when two cell borders collapse.
|
|
border-conflict-width-024 Border Conflict Resolution (by border width): 'double' vs. 'groove' - border style with largest width is the dominant border http://www.w3.org/TR/CSS21/tables.html#border-conflict-resolution 2c6982db16614953014e9c530ea4f778a31f5cc5 `W3C`<http://www.w3c.org/>,`Microsoft`<http://www.microsoft.com/> The widest border is dominant when two cell borders collapse.
|
|
border-conflict-width-025 Border Conflict Resolution (by border width): 'double' vs. 'hidden' - a border style of 'hidden' is always the dominant border http://www.w3.org/TR/CSS21/tables.html#border-conflict-resolution f2c0c5de1a33258b343c91c2309dd5647183e0d1 `W3C`<http://www.w3c.org/>,`Microsoft`<http://www.microsoft.com/> The 'hidden' border style takes precedence over all style and width definitions.
|
|
border-conflict-width-026 Border Conflict Resolution (by border width): 'double' vs. 'inset' - border style with largest width is the dominant border http://www.w3.org/TR/CSS21/tables.html#border-conflict-resolution 825ef4076b8e74655b36aaefdac5cfb63e68f267 `W3C`<http://www.w3c.org/>,`Microsoft`<http://www.microsoft.com/> The widest border is dominant when two cell borders collapse.
|
|
border-conflict-width-027 Border Conflict Resolution (by border width): 'double' vs. 'none' - a border style of 'none' is never the dominant border http://www.w3.org/TR/CSS21/tables.html#border-conflict-resolution 80c348603bb019da397931d50eca0db8b06db4c6 `W3C`<http://www.w3c.org/>,`Microsoft`<http://www.microsoft.com/> The widest border is dominant when two , except when border style is 'none'. If border style is 'none' any other non-none border style is dominant border.
|
|
border-conflict-width-028 Border Conflict Resolution (by border width): 'double' vs. 'outset' - border style with largest width is the dominant border http://www.w3.org/TR/CSS21/tables.html#border-conflict-resolution 2c204bad980d7998e8e42c0696d309c2b2911d59 `W3C`<http://www.w3c.org/>,`Microsoft`<http://www.microsoft.com/> The widest border is dominant when two cell borders collapse.
|
|
border-conflict-width-029 Border Conflict Resolution (by border width): 'double' vs. 'ridge' - border style with largest width is the dominant border http://www.w3.org/TR/CSS21/tables.html#border-conflict-resolution 1e3cf16622656b9ec759440157f1a4ba740d7bfc `W3C`<http://www.w3c.org/>,`Microsoft`<http://www.microsoft.com/> The widest border is dominant when two cell borders collapse.
|
|
border-conflict-width-030 Border Conflict Resolution (by border width): 'double' vs. 'solid' - border style with largest width is the dominant border http://www.w3.org/TR/CSS21/tables.html#border-conflict-resolution 917504981f071374df8aaddc83e9d35a99e0837b `W3C`<http://www.w3c.org/>,`Microsoft`<http://www.microsoft.com/> The widest border is dominant when two cell borders collapse.
|
|
border-conflict-width-031 Border Conflict Resolution (by border width): 'groove' vs. 'dashed' - border style with largest width is the dominant border http://www.w3.org/TR/CSS21/tables.html#border-conflict-resolution 2cee0b8afe3337ac944663414c5d1619e910bb04 `W3C`<http://www.w3c.org/>,`Microsoft`<http://www.microsoft.com/> The widest border is dominant when two cell borders collapse.
|
|
border-conflict-width-032 Border Conflict Resolution (by border width): 'groove' vs. 'dotted' - border style with largest width is the dominant border http://www.w3.org/TR/CSS21/tables.html#border-conflict-resolution 03c0ad1e51e4ed7adfb27d73765368ec746a4df7 `W3C`<http://www.w3c.org/>,`Microsoft`<http://www.microsoft.com/> The widest border is dominant when two cell borders collapse.
|
|
border-conflict-width-033 Border Conflict Resolution (by border width): 'groove' vs. 'double' - border style with largest width is the dominant border http://www.w3.org/TR/CSS21/tables.html#border-conflict-resolution 59722016cd1163b6d40bec0caf1849df62f62051 `W3C`<http://www.w3c.org/>,`Microsoft`<http://www.microsoft.com/> The widest border is dominant when two cell borders collapse.
|
|
border-conflict-width-034 Border Conflict Resolution (by border width): 'groove' vs. 'groove' - border style with largest width is the dominant border http://www.w3.org/TR/CSS21/tables.html#border-conflict-resolution a9ca6e33371bb425cc36525ecbe846486678c989 `W3C`<http://www.w3c.org/>,`Microsoft`<http://www.microsoft.com/> The widest border is dominant when two cell borders collapse.
|
|
border-conflict-width-035 Border Conflict Resolution (by border width): 'groove' vs. 'hidden' - a border style of 'hidden' is always the dominant border http://www.w3.org/TR/CSS21/tables.html#border-conflict-resolution 00c490146db38be39819233c637925c168c9a405 `W3C`<http://www.w3c.org/>,`Microsoft`<http://www.microsoft.com/> The 'hidden' border style takes precedence over all style and width definitions.
|
|
border-conflict-width-036 Border Conflict Resolution (by border width): 'groove' vs. 'inset' - border style with largest width is the dominant border http://www.w3.org/TR/CSS21/tables.html#border-conflict-resolution c311af9d93d086ddd72b186e7e8d463b780572d7 `W3C`<http://www.w3c.org/>,`Microsoft`<http://www.microsoft.com/> The widest border is dominant when two cell borders collapse.
|
|
border-conflict-width-037 Border Conflict Resolution (by border width): 'groove' vs. 'none' - a border style of 'none' is never the dominant border http://www.w3.org/TR/CSS21/tables.html#border-conflict-resolution 4b3d4c85ca26bc9be9ffa9a8698d84b2b43a3450 `W3C`<http://www.w3c.org/>,`Microsoft`<http://www.microsoft.com/> The widest border is dominant when two , except when border style is 'none'. If border style is 'none' any other non-none border style is dominant border.
|
|
border-conflict-width-038 Border Conflict Resolution (by border width): 'groove' vs. 'outset' - border style with largest width is the dominant border http://www.w3.org/TR/CSS21/tables.html#border-conflict-resolution 37239472042cbc4ec09075bcaf29ae1ff0e60213 `W3C`<http://www.w3c.org/>,`Microsoft`<http://www.microsoft.com/> The widest border is dominant when two cell borders collapse.
|
|
border-conflict-width-039 Border Conflict Resolution (by border width): 'groove' vs. 'ridge' - border style with largest width is the dominant border http://www.w3.org/TR/CSS21/tables.html#border-conflict-resolution 6cffd879fc4d59f1ffd0f4894bfa4d59e670eefb `W3C`<http://www.w3c.org/>,`Microsoft`<http://www.microsoft.com/> The widest border is dominant when two cell borders collapse.
|
|
border-conflict-width-040 Border Conflict Resolution (by border width): 'groove' vs. 'solid' - border style with largest width is the dominant border http://www.w3.org/TR/CSS21/tables.html#border-conflict-resolution 88e9157c185e41507cb40b3606cb31e8ebc2f138 `W3C`<http://www.w3c.org/>,`Microsoft`<http://www.microsoft.com/> The widest border is dominant when two cell borders collapse.
|
|
border-conflict-width-041 Border Conflict Resolution (by border width): 'hidden' vs. 'dashed' - a border style of 'hidden' is always the dominant border http://www.w3.org/TR/CSS21/tables.html#border-conflict-resolution 0627385f0bac8c4ecc5ef1a8a45e2cb1b467238d `W3C`<http://www.w3c.org/>,`Microsoft`<http://www.microsoft.com/> The 'hidden' border style takes precedence over all style and width definitions.
|
|
border-conflict-width-042 Border Conflict Resolution (by border width): 'hidden' vs. 'dotted' - a border style of 'hidden' is always the dominant border http://www.w3.org/TR/CSS21/tables.html#border-conflict-resolution eef3e77442c037e19afe5d9dca75b7299df315d9 `W3C`<http://www.w3c.org/>,`Microsoft`<http://www.microsoft.com/> The 'hidden' border style takes precedence over all style and width definitions.
|
|
border-conflict-width-043 Border Conflict Resolution (by border width): 'hidden' vs. 'double' - a border style of 'hidden' is always the dominant border http://www.w3.org/TR/CSS21/tables.html#border-conflict-resolution fc002b8deaeaae5cf6aeea1f30237d3e96ec4660 `W3C`<http://www.w3c.org/>,`Microsoft`<http://www.microsoft.com/> The 'hidden' border style takes precedence over all style and width definitions.
|
|
border-conflict-width-044 Border Conflict Resolution (by border width): 'hidden' vs. 'groove' - a border style of 'hidden' is always the dominant border http://www.w3.org/TR/CSS21/tables.html#border-conflict-resolution 095679feb8e5fdfe1a51159441c8c54883c4e16b `W3C`<http://www.w3c.org/>,`Microsoft`<http://www.microsoft.com/> The 'hidden' border style takes precedence over all style and width definitions.
|
|
border-conflict-width-045 Border Conflict Resolution (by border width): 'hidden' vs. 'hidden' - a border style of 'hidden' is always the dominant border http://www.w3.org/TR/CSS21/tables.html#border-conflict-resolution de164c1ef9acf8d53c1847ab4c4e4134ee4534dd `W3C`<http://www.w3c.org/>,`Microsoft`<http://www.microsoft.com/> The 'hidden' border style takes precedence over all style and width definitions.
|
|
border-conflict-width-046 Border Conflict Resolution (by border width): 'hidden' vs. 'inset' - a border style of 'hidden' is always the dominant border http://www.w3.org/TR/CSS21/tables.html#border-conflict-resolution d1fc3969c9fefceb9031071b922d7f3a4fbe385d `W3C`<http://www.w3c.org/>,`Microsoft`<http://www.microsoft.com/> The 'hidden' border style takes precedence over all style and width definitions.
|
|
border-conflict-width-047 Border Conflict Resolution (by border width): 'hidden' vs. 'none' - a border style of 'hidden' is always the dominant border http://www.w3.org/TR/CSS21/tables.html#border-conflict-resolution a6ed0e7fb0d0f62807003a1fdfe3f29b3893791e `W3C`<http://www.w3c.org/>,`Microsoft`<http://www.microsoft.com/> The 'hidden' border style takes precedence over all style and width definitions.
|
|
border-conflict-width-048 Border Conflict Resolution (by border width): 'hidden' vs. 'outset' - a border style of 'hidden' is always the dominant border http://www.w3.org/TR/CSS21/tables.html#border-conflict-resolution de4d7dce7ea00631ab2058aeeafe80dc03cdae43 `W3C`<http://www.w3c.org/>,`Microsoft`<http://www.microsoft.com/> The 'hidden' border style takes precedence over all style and width definitions.
|
|
border-conflict-width-049 Border Conflict Resolution (by border width): 'hidden' vs. 'ridge' - a border style of 'hidden' is always the dominant border http://www.w3.org/TR/CSS21/tables.html#border-conflict-resolution cf876da7174f906f4119680411b7d658c8a3bfd2 `W3C`<http://www.w3c.org/>,`Microsoft`<http://www.microsoft.com/> The 'hidden' border style takes precedence over all style and width definitions.
|
|
border-conflict-width-050 Border Conflict Resolution (by border width): 'hidden' vs. 'solid' - a border style of 'hidden' is always the dominant border http://www.w3.org/TR/CSS21/tables.html#border-conflict-resolution 44d9fb45e046c9b8336e7fd64270817e419c34eb `W3C`<http://www.w3c.org/>,`Microsoft`<http://www.microsoft.com/> The 'hidden' border style takes precedence over all style and width definitions.
|
|
border-conflict-width-051 Border Conflict Resolution (by border width): 'inset' vs. 'dashed' - border style with largest width is the dominant border http://www.w3.org/TR/CSS21/tables.html#border-conflict-resolution 9574c7382c34c841d5065a0fafad75c9e301e6ee `W3C`<http://www.w3c.org/>,`Microsoft`<http://www.microsoft.com/> The widest border is dominant when two cell borders collapse.
|
|
border-conflict-width-052 Border Conflict Resolution (by border width): 'inset' vs. 'dotted' - border style with largest width is the dominant border http://www.w3.org/TR/CSS21/tables.html#border-conflict-resolution 3301801a49b73b20538f5c234e5feeadaff81ac4 `W3C`<http://www.w3c.org/>,`Microsoft`<http://www.microsoft.com/> The widest border is dominant when two cell borders collapse.
|
|
border-conflict-width-053 Border Conflict Resolution (by border width): 'inset' vs. 'double' - border style with largest width is the dominant border http://www.w3.org/TR/CSS21/tables.html#border-conflict-resolution 5c900efcd980cd34f3f6208e3d568e87dd3b292e `W3C`<http://www.w3c.org/>,`Microsoft`<http://www.microsoft.com/> The widest border is dominant when two cell borders collapse.
|
|
border-conflict-width-054 Border Conflict Resolution (by border width): 'inset' vs. 'groove' - border style with largest width is the dominant border http://www.w3.org/TR/CSS21/tables.html#border-conflict-resolution bfd19f5b814cac6e6ac43c7aa4af23286c36d546 `W3C`<http://www.w3c.org/>,`Microsoft`<http://www.microsoft.com/> The widest border is dominant when two cell borders collapse.
|
|
border-conflict-width-055 Border Conflict Resolution (by border width): 'inset' vs. 'hidden' - a border style of 'hidden' is always the dominant border http://www.w3.org/TR/CSS21/tables.html#border-conflict-resolution bece2568e7d1b84357d45c532457c668430ed5b2 `W3C`<http://www.w3c.org/>,`Microsoft`<http://www.microsoft.com/> The 'hidden' border style takes precedence over all style and width definitions.
|
|
border-conflict-width-056 Border Conflict Resolution (by border width): 'inset' vs. 'inset' - border style with largest width is the dominant border http://www.w3.org/TR/CSS21/tables.html#border-conflict-resolution bdd869a44dd4bb891594dd9cd234f82b675e36ae `W3C`<http://www.w3c.org/>,`Microsoft`<http://www.microsoft.com/> The widest border is dominant when two cell borders collapse.
|
|
border-conflict-width-057 Border Conflict Resolution (by border width): 'inset' vs. 'none' - a border style of 'none' is never the dominant border http://www.w3.org/TR/CSS21/tables.html#border-conflict-resolution 76f4482536f37f743ab420a568f64a98d995882d `W3C`<http://www.w3c.org/>,`Microsoft`<http://www.microsoft.com/> The widest border is dominant when two , except when border style is 'none'. If border style is 'none' any other non-none border style is dominant border.
|
|
border-conflict-width-058 Border Conflict Resolution (by border width): 'inset' vs. 'outset' - border style with largest width is the dominant border http://www.w3.org/TR/CSS21/tables.html#border-conflict-resolution f90b4d8635cbab59ba16a52ee7a28e0ca5bfb859 `W3C`<http://www.w3c.org/>,`Microsoft`<http://www.microsoft.com/> The widest border is dominant when two cell borders collapse.
|
|
border-conflict-width-059 Border Conflict Resolution (by border width): 'inset' vs. 'ridge' - border style with largest width is the dominant border http://www.w3.org/TR/CSS21/tables.html#border-conflict-resolution 738d69ff2d09ab3347c680d4b17611549ee0572b `W3C`<http://www.w3c.org/>,`Microsoft`<http://www.microsoft.com/> The widest border is dominant when two cell borders collapse.
|
|
border-conflict-width-060 Border Conflict Resolution (by border width): 'inset' vs. 'solid' - border style with largest width is the dominant border http://www.w3.org/TR/CSS21/tables.html#border-conflict-resolution 59077a07059e84880a4ab9fc5a1acaea30426aee `W3C`<http://www.w3c.org/>,`Microsoft`<http://www.microsoft.com/> The widest border is dominant when two cell borders collapse.
|
|
border-conflict-width-061 Border Conflict Resolution (by border width): 'none' vs. 'dashed' - border style with largest width is the dominant border http://www.w3.org/TR/CSS21/tables.html#border-conflict-resolution 12c766231df59192ea7b9bae05888a401adde25d `W3C`<http://www.w3c.org/>,`Microsoft`<http://www.microsoft.com/> The widest border is dominant when two cell borders collapse.
|
|
border-conflict-width-062 Border Conflict Resolution (by border width): 'none' vs. 'dotted' - border style with largest width is the dominant border http://www.w3.org/TR/CSS21/tables.html#border-conflict-resolution d3ee9ed188bc9f4941948425f8d976ca5f2f6fb6 `W3C`<http://www.w3c.org/>,`Microsoft`<http://www.microsoft.com/> The widest border is dominant when two cell borders collapse.
|
|
border-conflict-width-063 Border Conflict Resolution (by border width): 'none' vs. 'double' - border style with largest width is the dominant border http://www.w3.org/TR/CSS21/tables.html#border-conflict-resolution 57914bd2ee3251fea7b92413f85b7bd64e9256cb `W3C`<http://www.w3c.org/>,`Microsoft`<http://www.microsoft.com/> The widest border is dominant when two cell borders collapse.
|
|
border-conflict-width-064 Border Conflict Resolution (by border width): 'none' vs. 'groove' - border style with largest width is the dominant border http://www.w3.org/TR/CSS21/tables.html#border-conflict-resolution a31393e8a5b4a23ac23e0eb078e9dec73aab4d9e `W3C`<http://www.w3c.org/>,`Microsoft`<http://www.microsoft.com/> The widest border is dominant when two cell borders collapse.
|
|
border-conflict-width-065 Border Conflict Resolution (by border width): 'none' vs. 'hidden' - a border style of 'hidden' is always the dominant border http://www.w3.org/TR/CSS21/tables.html#border-conflict-resolution c6c003415bb3aa821a263edcaf23b48146c418e5 `W3C`<http://www.w3c.org/>,`Microsoft`<http://www.microsoft.com/> The 'hidden' border style takes precedence over all style and width definitions.
|
|
border-conflict-width-066 Border Conflict Resolution (by border width): 'none' vs. 'inset' - border style with largest width is the dominant border http://www.w3.org/TR/CSS21/tables.html#border-conflict-resolution b8611ba5c62613cc5acefee3c73b4a38f138645c `W3C`<http://www.w3c.org/>,`Microsoft`<http://www.microsoft.com/> The widest border is dominant when two cell borders collapse.
|
|
border-conflict-width-067 Border Conflict Resolution (by border width): 'none' vs. 'none' - border style with largest width is the dominant border http://www.w3.org/TR/CSS21/tables.html#border-conflict-resolution 0a954be2df7e4b2c8630209d1d4f8ccda99cbbd7 `W3C`<http://www.w3c.org/>,`Microsoft`<http://www.microsoft.com/> The widest border is dominant when two cell borders collapse.
|
|
border-conflict-width-068 Border Conflict Resolution (by border width): 'none' vs. 'outset' - border style with largest width is the dominant border http://www.w3.org/TR/CSS21/tables.html#border-conflict-resolution 33781c9cdeb2f2744e651ec77e5e36b5cc8f1792 `W3C`<http://www.w3c.org/>,`Microsoft`<http://www.microsoft.com/> The widest border is dominant when two cell borders collapse.
|
|
border-conflict-width-069 Border Conflict Resolution (by border width): 'none' vs. 'ridge' - border style with largest width is the dominant border http://www.w3.org/TR/CSS21/tables.html#border-conflict-resolution bda97dd96ccc8fc45d3fa4f67376a620940f74bf `W3C`<http://www.w3c.org/>,`Microsoft`<http://www.microsoft.com/> The widest border is dominant when two cell borders collapse.
|
|
border-conflict-width-070 Border Conflict Resolution (by border width): 'none' vs. 'solid' - border style with largest width is the dominant border http://www.w3.org/TR/CSS21/tables.html#border-conflict-resolution e27e0d9e1e738a56c5b4b2042e607f57d11c9f78 `W3C`<http://www.w3c.org/>,`Microsoft`<http://www.microsoft.com/> The widest border is dominant when two cell borders collapse.
|
|
border-conflict-width-071 Border Conflict Resolution (by border width): 'outset' vs. 'dashed' - border style with largest width is the dominant border http://www.w3.org/TR/CSS21/tables.html#border-conflict-resolution 595dcddd0c2c10360156ec11772366ef86f58c7f `W3C`<http://www.w3c.org/>,`Microsoft`<http://www.microsoft.com/> The widest border is dominant when two cell borders collapse.
|
|
border-conflict-width-072 Border Conflict Resolution (by border width): 'outset' vs. 'dotted' - border style with largest width is the dominant border http://www.w3.org/TR/CSS21/tables.html#border-conflict-resolution 9372f487c704e58b3395ce6c492bc2ebd9da1b51 `W3C`<http://www.w3c.org/>,`Microsoft`<http://www.microsoft.com/> The widest border is dominant when two cell borders collapse.
|
|
border-conflict-width-073 Border Conflict Resolution (by border width): 'outset' vs. 'double' - border style with largest width is the dominant border http://www.w3.org/TR/CSS21/tables.html#border-conflict-resolution 56b79b6e91351c7b12c3f8f44cb4e6cb45f9c6e1 `W3C`<http://www.w3c.org/>,`Microsoft`<http://www.microsoft.com/> The widest border is dominant when two cell borders collapse.
|
|
border-conflict-width-074 Border Conflict Resolution (by border width): 'outset' vs. 'groove' - border style with largest width is the dominant border http://www.w3.org/TR/CSS21/tables.html#border-conflict-resolution ebd79d6b56a4a4591658b2a0ae3b2dfab64b9ae7 `W3C`<http://www.w3c.org/>,`Microsoft`<http://www.microsoft.com/> The widest border is dominant when two cell borders collapse.
|
|
border-conflict-width-075 Border Conflict Resolution (by border width): 'outset' vs. 'hidden' - a border style of 'hidden' is always the dominant border http://www.w3.org/TR/CSS21/tables.html#border-conflict-resolution 235fc2e70c201f32bbcaf521f1afc3b51a318fe4 `W3C`<http://www.w3c.org/>,`Microsoft`<http://www.microsoft.com/> The 'hidden' border style takes precedence over all style and width definitions.
|
|
border-conflict-width-076 Border Conflict Resolution (by border width): 'outset' vs. 'inset' - border style with largest width is the dominant border http://www.w3.org/TR/CSS21/tables.html#border-conflict-resolution e467647ea2e4e981b45682605bbe7ca9b18d79bc `W3C`<http://www.w3c.org/>,`Microsoft`<http://www.microsoft.com/> The widest border is dominant when two cell borders collapse.
|
|
border-conflict-width-077 Border Conflict Resolution (by border width): 'outset' vs. 'none' - a border style of 'none' is never the dominant border http://www.w3.org/TR/CSS21/tables.html#border-conflict-resolution 488b792f364222842e2c6bc720fb26b5a40e6291 `W3C`<http://www.w3c.org/>,`Microsoft`<http://www.microsoft.com/> The widest border is dominant when two , except when border style is 'none'. If border style is 'none' any other non-none border style is dominant border.
|
|
border-conflict-width-078 Border Conflict Resolution (by border width): 'outset' vs. 'outset' - border style with largest width is the dominant border http://www.w3.org/TR/CSS21/tables.html#border-conflict-resolution 0e1afd659c0705bc3b8cf5b7da05d31782e3f0b7 `W3C`<http://www.w3c.org/>,`Microsoft`<http://www.microsoft.com/> The widest border is dominant when two cell borders collapse.
|
|
border-conflict-width-079 Border Conflict Resolution (by border width): 'outset' vs. 'ridge' - border style with largest width is the dominant border http://www.w3.org/TR/CSS21/tables.html#border-conflict-resolution 16ab6fb346768ac481f9eb68bca0236ea82459f8 `W3C`<http://www.w3c.org/>,`Microsoft`<http://www.microsoft.com/> The widest border is dominant when two cell borders collapse.
|
|
border-conflict-width-080 Border Conflict Resolution (by border width): 'outset' vs. 'solid' - border style with largest width is the dominant border http://www.w3.org/TR/CSS21/tables.html#border-conflict-resolution f46c8ad41ecbff18ef771bdb0d6ce5ec7bb18144 `W3C`<http://www.w3c.org/>,`Microsoft`<http://www.microsoft.com/> The widest border is dominant when two cell borders collapse.
|
|
border-conflict-width-081 Border Conflict Resolution (by border width): 'ridge' vs. 'dashed' - border style with largest width is the dominant border http://www.w3.org/TR/CSS21/tables.html#border-conflict-resolution 09d7128b072f38e665ea4c134a84355850157699 `W3C`<http://www.w3c.org/>,`Microsoft`<http://www.microsoft.com/> The widest border is dominant when two cell borders collapse.
|
|
border-conflict-width-082 Border Conflict Resolution (by border width): 'ridge' vs. 'dotted' - border style with largest width is the dominant border http://www.w3.org/TR/CSS21/tables.html#border-conflict-resolution a9b732ede2d308a3509760e58f7713f5fad392a7 `W3C`<http://www.w3c.org/>,`Microsoft`<http://www.microsoft.com/> The widest border is dominant when two cell borders collapse.
|
|
border-conflict-width-083 Border Conflict Resolution (by border width): 'ridge' vs. 'double' - border style with largest width is the dominant border http://www.w3.org/TR/CSS21/tables.html#border-conflict-resolution a05239735616d0cba92e25cf5bd5b7fc9bbf1750 `W3C`<http://www.w3c.org/>,`Microsoft`<http://www.microsoft.com/> The widest border is dominant when two cell borders collapse.
|
|
border-conflict-width-084 Border Conflict Resolution (by border width): 'ridge' vs. 'groove' - border style with largest width is the dominant border http://www.w3.org/TR/CSS21/tables.html#border-conflict-resolution 31190693740c22e3e8e35dad886f288922c9e7e8 `W3C`<http://www.w3c.org/>,`Microsoft`<http://www.microsoft.com/> The widest border is dominant when two cell borders collapse.
|
|
border-conflict-width-085 Border Conflict Resolution (by border width): 'ridge' vs. 'hidden' - a border style of 'hidden' is always the dominant border http://www.w3.org/TR/CSS21/tables.html#border-conflict-resolution 6b96e97f61a1e5b5d57ac5e69764e750769cf218 `W3C`<http://www.w3c.org/>,`Microsoft`<http://www.microsoft.com/> The 'hidden' border style takes precedence over all style and width definitions.
|
|
border-conflict-width-086 Border Conflict Resolution (by border width): 'ridge' vs. 'inset' - border style with largest width is the dominant border http://www.w3.org/TR/CSS21/tables.html#border-conflict-resolution 94eb2062841de9ee11950fa1ce3b3b51d3526197 `W3C`<http://www.w3c.org/>,`Microsoft`<http://www.microsoft.com/> The widest border is dominant when two cell borders collapse.
|
|
border-conflict-width-087 Border Conflict Resolution (by border width): 'ridge' vs. 'none' - a border style of 'none' is never the dominant border http://www.w3.org/TR/CSS21/tables.html#border-conflict-resolution 83d67a60c8c344d8410079187a1dd30b5aee939e `W3C`<http://www.w3c.org/>,`Microsoft`<http://www.microsoft.com/> The widest border is dominant when two cell borders collapse, except when border style is 'none'. If border style is 'none' any other non-none border style is dominant border.
|
|
border-conflict-width-088 Border Conflict Resolution (by border width): 'ridge' vs. 'outset' - border style with largest width is the dominant border http://www.w3.org/TR/CSS21/tables.html#border-conflict-resolution 141e90abc26e8c1f4f4b66c3eccbe0aaee2b5a28 `W3C`<http://www.w3c.org/>,`Microsoft`<http://www.microsoft.com/> The widest border is dominant when two cell borders collapse.
|
|
border-conflict-width-089 Border Conflict Resolution (by border width): 'ridge' vs. 'ridge' - border style with largest width is the dominant border http://www.w3.org/TR/CSS21/tables.html#border-conflict-resolution ab643bafa404e94cadbf501d08bead824222ae14 `W3C`<http://www.w3c.org/>,`Microsoft`<http://www.microsoft.com/> The widest border is dominant when two cell borders collapse.
|
|
border-conflict-width-090 Border Conflict Resolution (by border width): 'ridge' vs. 'solid' - border style with largest width is the dominant border http://www.w3.org/TR/CSS21/tables.html#border-conflict-resolution 0ebb4a780d9c3f41adf99fe1f90a727f3cc29bb5 `W3C`<http://www.w3c.org/>,`Microsoft`<http://www.microsoft.com/> The widest border is dominant when two cell borders collapse.
|
|
border-conflict-width-091 Border Conflict Resolution (by border width): 'solid' vs. 'dashed' - border style with largest width is the dominant border http://www.w3.org/TR/CSS21/tables.html#border-conflict-resolution fcaebe1763d5760054a8158d28496f6faaf0cd0d `W3C`<http://www.w3c.org/>,`Microsoft`<http://www.microsoft.com/> The widest border is dominant when two cell borders collapse.
|
|
border-conflict-width-092 Border Conflict Resolution (by border width): 'solid' vs. 'dotted' - border style with largest width is the dominant border http://www.w3.org/TR/CSS21/tables.html#border-conflict-resolution 4ba53f4acde3da1a3e5d83e6eb4a3755e04c0dad `W3C`<http://www.w3c.org/>,`Microsoft`<http://www.microsoft.com/> The widest border is dominant when two cell borders collapse.
|
|
border-conflict-width-093 Border Conflict Resolution (by border width): 'solid' vs. 'double' - border style with largest width is the dominant border http://www.w3.org/TR/CSS21/tables.html#border-conflict-resolution 81218333ff384a8ac287232fd308a5e5fbb35a8d `W3C`<http://www.w3c.org/>,`Microsoft`<http://www.microsoft.com/> The widest border is dominant when two cell borders collapse.
|
|
border-conflict-width-094 Border Conflict Resolution (by border width): 'solid' vs. 'groove' - border style with largest width is the dominant border http://www.w3.org/TR/CSS21/tables.html#border-conflict-resolution faec5506026813fd8e880d513300466c92a6b176 `W3C`<http://www.w3c.org/>,`Microsoft`<http://www.microsoft.com/> The widest border is dominant when two cell borders collapse.
|
|
border-conflict-width-095 Border Conflict Resolution (by border width): 'solid' vs. 'hidden' - a border style of 'hidden' is always the dominant border http://www.w3.org/TR/CSS21/tables.html#border-conflict-resolution d0ebf4f21b91818ca3f1b511a95240645174ba95 `W3C`<http://www.w3c.org/>,`Microsoft`<http://www.microsoft.com/> The 'hidden' border style takes precedence over all style and width definitions.
|
|
border-conflict-width-096 Border Conflict Resolution (by border width): 'solid' vs. 'inset' - border style with largest width is the dominant border http://www.w3.org/TR/CSS21/tables.html#border-conflict-resolution 57baedfa090bc19d92a5c45fc370741f006f50d4 `W3C`<http://www.w3c.org/>,`Microsoft`<http://www.microsoft.com/> The widest border is dominant when two cell borders collapse.
|
|
border-conflict-width-097 Border Conflict Resolution (by border width): 'solid' vs. 'none' - a border style of 'none' is never the dominant border http://www.w3.org/TR/CSS21/tables.html#border-conflict-resolution 884138724979725cdf460ec10f5a5df8834922c5 `W3C`<http://www.w3c.org/>,`Microsoft`<http://www.microsoft.com/> The widest border is dominant when two , except when border style is 'none'. If border style is 'none' any other non-none border style is dominant border.
|
|
border-conflict-width-098 Border Conflict Resolution (by border width): 'solid' vs. 'outset' - border style with largest width is the dominant border http://www.w3.org/TR/CSS21/tables.html#border-conflict-resolution 9e8edf4b90969265b79101cd722ce497391464ea `W3C`<http://www.w3c.org/>,`Microsoft`<http://www.microsoft.com/> The widest border is dominant when two cell borders collapse.
|
|
border-conflict-width-099 Border Conflict Resolution (by border width): 'solid' vs. 'ridge' - border style with largest width is the dominant border http://www.w3.org/TR/CSS21/tables.html#border-conflict-resolution 4aae29d8cee78ae5034e95309748c053c14bebab `W3C`<http://www.w3c.org/>,`Microsoft`<http://www.microsoft.com/> The widest border is dominant when two cell borders collapse.
|
|
border-conflict-width-100 Border Conflict Resolution (by border width): 'solid' vs. 'solid' - border style with largest width is the dominant border http://www.w3.org/TR/CSS21/tables.html#border-conflict-resolution 581888c6bf7b2a6c57b5cb86a2e73a27b0a6a466 `W3C`<http://www.w3c.org/>,`Microsoft`<http://www.microsoft.com/> The widest border is dominant when two cell borders collapse.
|
|
border-dynamic-001 reference/border-dynamic-001-ref Dynamic Borders (style attribute) dom http://www.w3.org/TR/CSS21/box.html#border-shorthand-properties 26423aec4dcff286a301f93307a35156cdb87616 `Ian Hickson`<mailto:ian@hixie.ch>
|
|
border-dynamic-002 reference/border-dynamic-001-ref Dynamic Borders (class attribute) dom http://www.w3.org/TR/CSS21/box.html#border-shorthand-properties fd2895c81c615b48dc7eb7505fadde5172605410 `Ian Hickson`<mailto:ian@hixie.ch>
|
|
border-left-001 reference/ref-filled-black-96px-square Border-left set to border-width http://www.w3.org/TR/CSS21/box.html#propdef-border-left,http://www.w3.org/TR/CSS21/box.html#border-shorthand-properties 66577d621f0774484f1c39c0f42bd24b7b63ca02 `Microsoft`<http://www.microsoft.com/> The 'border-left' shorthand property properly sets the border-width for the left border.
|
|
border-left-002 Border-left set to border-style http://www.w3.org/TR/CSS21/box.html#propdef-border-left,http://www.w3.org/TR/CSS21/box.html#border-shorthand-properties 208d17e763a12fd88ce20acee8ef7a2690372899 `Microsoft`<http://www.microsoft.com/> The 'border-left' shorthand property properly sets the border-style for the left border.
|
|
border-left-003 reference/border-left-003-ref Border-left set to border-color http://www.w3.org/TR/CSS21/box.html#propdef-border-left,http://www.w3.org/TR/CSS21/box.html#border-shorthand-properties 32c5d9851040a9e9b061a516b617d1fbfcd5326c `Microsoft`<http://www.microsoft.com/> The 'border-left' shorthand property properly sets the border-color for the left border.
|
|
border-left-004 Border-left set to border-width border-style http://www.w3.org/TR/CSS21/box.html#propdef-border-left,http://www.w3.org/TR/CSS21/box.html#border-shorthand-properties 2d83c9952a9119cb2d46b860063feb91681e6cdd `Microsoft`<http://www.microsoft.com/> The 'border-left' shorthand property properly sets the border-width and border-style for the left border.
|
|
border-left-005 reference/border-left-005-ref Border-left set to border-width border-color http://www.w3.org/TR/CSS21/box.html#propdef-border-left,http://www.w3.org/TR/CSS21/box.html#border-shorthand-properties 5fa11fb69f06f243411e9c9a3029b032a9ee1583 `Microsoft`<http://www.microsoft.com/> The 'border-left' shorthand property sets the 'border-width' and 'border-color' for the left border.
|
|
border-left-006 reference/ref-filled-black-96px-square Border-left set to border-style border-width http://www.w3.org/TR/CSS21/box.html#propdef-border-left,http://www.w3.org/TR/CSS21/box.html#border-shorthand-properties 1bb4462c38a09a0dd2dc605d06de6ffe18f8bbcd `Microsoft`<http://www.microsoft.com/> The 'border-left' shorthand property sets the 'border-style' and 'border-width' for the left border.
|
|
border-left-007 Border-left set to border-style border-color http://www.w3.org/TR/CSS21/box.html#propdef-border-left,http://www.w3.org/TR/CSS21/box.html#border-shorthand-properties 5e972ef4745a516a0060c3dde083f46df0354dc0 `Microsoft`<http://www.microsoft.com/> The 'border-left' shorthand property sets the 'border-style' and 'border-color' for the left border.
|
|
border-left-008 reference/border-left-005-ref Border-left set to border-color border-width http://www.w3.org/TR/CSS21/box.html#propdef-border-left,http://www.w3.org/TR/CSS21/box.html#border-shorthand-properties 0387f1632f7c21bae0b774825ed6f4a0bbd55748 `Microsoft`<http://www.microsoft.com/> The 'border-left' shorthand property sets the 'border-color' and 'border-width' for the left border.
|
|
border-left-009 Border-left set to border-color border-style http://www.w3.org/TR/CSS21/box.html#propdef-border-left,http://www.w3.org/TR/CSS21/box.html#border-shorthand-properties 9ff5fa8e8c7b6ed2cc3f6b19ff1e59db12da37aa `Microsoft`<http://www.microsoft.com/> The 'border-left' shorthand property sets the 'border-color' and 'border-style' for the left border.
|
|
border-left-010 Border-left set to border-width border-style border-color http://www.w3.org/TR/CSS21/box.html#propdef-border-left,http://www.w3.org/TR/CSS21/box.html#border-shorthand-properties 43368c31234825167333b9912a42025cb9343eb8 `Microsoft`<http://www.microsoft.com/> The 'border-left' shorthand property properly sets the 'border-width', 'border-style' and 'border-color'.
|
|
border-left-011 Border-left set to border-width border-color border-style http://www.w3.org/TR/CSS21/box.html#propdef-border-left,http://www.w3.org/TR/CSS21/box.html#border-shorthand-properties 464fcf2476e226c8619d5191d1415a85d76ce80d `Microsoft`<http://www.microsoft.com/> The 'border-left' shorthand property properly sets the 'border-width', 'border-color' and 'border-style'.
|
|
border-left-012 Border-left set to border-style border-width border-color http://www.w3.org/TR/CSS21/box.html#propdef-border-left,http://www.w3.org/TR/CSS21/box.html#border-shorthand-properties 1654cd4dff3d579d8321972047f5469c1860257c `Microsoft`<http://www.microsoft.com/> The 'border-left' shorthand property properly sets the 'border-style', 'border-width' and 'border-color'.
|
|
border-left-013 Border-left set with border-style border-color border-width http://www.w3.org/TR/CSS21/box.html#propdef-border-left,http://www.w3.org/TR/CSS21/box.html#border-shorthand-properties b6aa4546f5e4de0c54b1c2cb01fb9f16eff276bb `Microsoft`<http://www.microsoft.com/> The 'border-left' shorthand property properly sets the 'border-style', 'border-color' and 'border-width'.
|
|
border-left-014 Border-left set to border-color border-width border-style http://www.w3.org/TR/CSS21/box.html#propdef-border-left,http://www.w3.org/TR/CSS21/box.html#border-shorthand-properties bcc1d72d4589388843f1608d0e3df5c170642375 `Microsoft`<http://www.microsoft.com/> The 'border-left' shorthand property properly sets the 'border-color', 'border-width' and 'border-style'.
|
|
border-left-015 Border-left set to border-color border-style border-width http://www.w3.org/TR/CSS21/box.html#propdef-border-left,http://www.w3.org/TR/CSS21/box.html#border-shorthand-properties 1a2a260ba013bb43d560d10a47eda4399c90288d `Microsoft`<http://www.microsoft.com/> The 'border-left' shorthand property properly sets the 'border-color', 'border-style' and 'border-width'.
|
|
border-left-016 Border-left set to inherit, inheriting a single value for a shorthand property http://www.w3.org/TR/CSS21/box.html#propdef-border-left,http://www.w3.org/TR/CSS21/box.html#border-shorthand-properties d08e4d873926dfe7f8c055c50f9db6c8ccdaf7ed `Microsoft`<http://www.microsoft.com/> The 'border-left' shorthand property properly accepts 'inherit' as a value and uses its parent's border setting.
|
|
border-left-017 Border-left set to inherit, inheriting two values for a shorthand property http://www.w3.org/TR/CSS21/box.html#propdef-border-left,http://www.w3.org/TR/CSS21/box.html#border-shorthand-properties 8ccd5920aca5a00feb41996bdd1d15159fce3fe3 `Microsoft`<http://www.microsoft.com/> The 'border-left' shorthand property properly accepts 'inherit' as a value and uses its parent's border setting.
|
|
border-left-018 reference/border-left-018-ref Border-left set to inherit, inheriting three values for a shorthand property http://www.w3.org/TR/CSS21/box.html#propdef-border-left,http://www.w3.org/TR/CSS21/box.html#border-shorthand-properties 7e8136feea42f6e4538a8c1abad8cdbfdf2aa3cc `Microsoft`<http://www.microsoft.com/> The 'border-left' shorthand property properly accepts 'inherit' as a value and uses its parent's border setting.
|
|
border-left-applies-to-001 reference/border-left-applies-to-001-ref Border-left applied to element with display table-row-group http://www.w3.org/TR/CSS21/box.html#propdef-border-left,http://www.w3.org/TR/CSS21/box.html#border-shorthand-properties 9c73db7744e347123226c30e2634f829b65b6094 `Microsoft`<http://www.microsoft.com/> The 'border-left' properties applies to elements with a display of table-row-group.
|
|
border-left-applies-to-002 reference/border-left-applies-to-001-ref Border-left applied to element with display table-header-group http://www.w3.org/TR/CSS21/box.html#propdef-border-left,http://www.w3.org/TR/CSS21/box.html#border-shorthand-properties 1b0e841b3a05c819a88f4ce84b8b7d1786ac50a7 `Microsoft`<http://www.microsoft.com/> The 'border-left' properties applies to elements with a display of table-header-group.
|
|
border-left-applies-to-003 reference/border-left-applies-to-001-ref Border-left applied to element with display table-footer-group http://www.w3.org/TR/CSS21/box.html#propdef-border-left,http://www.w3.org/TR/CSS21/box.html#border-shorthand-properties ca66d2ea4acd62467607e2d12285265ffe69a049 `Microsoft`<http://www.microsoft.com/> The 'border-left' properties applies to elements with a display of table-footer-group.
|
|
border-left-applies-to-004 reference/border-left-applies-to-001-ref Border-left applied to element with display table-row http://www.w3.org/TR/CSS21/box.html#propdef-border-left,http://www.w3.org/TR/CSS21/box.html#border-shorthand-properties 62113fd6b5f4cdc4b4d9d548516847d640a53e0d `Microsoft`<http://www.microsoft.com/> The 'border-left' properties applies to elements with a display of table-row.
|
|
border-left-applies-to-005 reference/border-left-applies-to-001-ref Border-left applied to element with display table-column-group http://www.w3.org/TR/CSS21/box.html#propdef-border-left,http://www.w3.org/TR/CSS21/box.html#border-shorthand-properties 76fdb1ee6ec2a675d748914e8ac24958f9302076 `Microsoft`<http://www.microsoft.com/> The 'border-left' properties applies to elements with a display of table-column-group.
|
|
border-left-applies-to-006 reference/border-left-applies-to-001-ref Border-left applied to element with display table-column http://www.w3.org/TR/CSS21/box.html#propdef-border-left,http://www.w3.org/TR/CSS21/box.html#border-shorthand-properties 32ee5aa5dcc98a680cd9c72b74a78a1e10b1f02a `Microsoft`<http://www.microsoft.com/> The 'border-left' properties applies to elements with a display of table-column.
|
|
border-left-applies-to-007 reference/border-left-applies-to-001-ref Border-left applied to element with display table-cell http://www.w3.org/TR/CSS21/box.html#propdef-border-left,http://www.w3.org/TR/CSS21/box.html#border-shorthand-properties b215333b591aafcfcd0aca869cd59bc99f5e575e `Microsoft`<http://www.microsoft.com/> The 'border-left' properties applies to elements with a display of table-cell.
|
|
border-left-applies-to-008 Border-left applied to element with display inline http://www.w3.org/TR/CSS21/box.html#propdef-border-left,http://www.w3.org/TR/CSS21/box.html#border-shorthand-properties bf48aa2cf047158afd1bb5709bef0491b3d71e99 `Microsoft`<http://www.microsoft.com/> The 'border-left' properties applies to elements with a display of inline.
|
|
border-left-applies-to-009 reference/border-left-applies-to-001-ref Border-left applied to element with display block http://www.w3.org/TR/CSS21/box.html#propdef-border-left,http://www.w3.org/TR/CSS21/box.html#border-shorthand-properties 9438cb14d661b26e11b074fa481ee0217f557f5b `Microsoft`<http://www.microsoft.com/> The 'border-left' properties applies to elements with a display of block.
|
|
border-left-applies-to-010 Border-left applied to element with display list-item http://www.w3.org/TR/CSS21/box.html#propdef-border-left,http://www.w3.org/TR/CSS21/box.html#border-shorthand-properties 1e28f5719a154cbe088d3ce0daff530c6994a14a `Microsoft`<http://www.microsoft.com/> The 'border-left' properties applies to elements with a display of list-item.
|
|
border-left-applies-to-011 Border-left applied to element with display run-in http://www.w3.org/TR/CSS21/box.html#propdef-border-left,http://www.w3.org/TR/CSS21/box.html#border-shorthand-properties a378a1105d41f6d09d616c2578beecc5260efa49 `Microsoft`<http://www.microsoft.com/> The 'border-left' properties applies to elements with a display of run-in.
|
|
border-left-applies-to-012 reference/border-left-applies-to-001-ref Border-left applied to element with display inline-block http://www.w3.org/TR/CSS21/box.html#propdef-border-left,http://www.w3.org/TR/CSS21/box.html#border-shorthand-properties 689ac3a2bba1d24eb70d8bff7fd678a9e9136f6a `Microsoft`<http://www.microsoft.com/> The 'border-left' properties applies to elements with a display of inline-block.
|
|
border-left-applies-to-013 reference/border-left-applies-to-001-ref Border-left applied to element with display table http://www.w3.org/TR/CSS21/box.html#propdef-border-left,http://www.w3.org/TR/CSS21/box.html#border-shorthand-properties afd2a479c0647b85bcad47c016576511a7a9cf16 `Microsoft`<http://www.microsoft.com/> The 'border-left' properties applies to elements with a display of table.
|
|
border-left-applies-to-014 reference/border-left-applies-to-001-ref Border-left applied to element with display inline-table http://www.w3.org/TR/CSS21/box.html#propdef-border-left,http://www.w3.org/TR/CSS21/box.html#border-shorthand-properties 8e85477bcc4fec9a13aad22649b68a2f7d05abcf `Microsoft`<http://www.microsoft.com/> The 'border-left' properties applies to elements with a display of inline-table.
|
|
border-left-applies-to-015 reference/border-left-applies-to-001-ref Border-left applied to element with display table-caption http://www.w3.org/TR/CSS21/box.html#propdef-border-left,http://www.w3.org/TR/CSS21/box.html#border-shorthand-properties 4da6d8ce0a0dbdfe48f129c7b9d1564bf50cac9f `Microsoft`<http://www.microsoft.com/> The 'border-left' properties applies to elements with a display of table-caption.
|
|
border-left-color-001 reference/border-bottom-color-001-ref Border-left-color set to hex with five digits which is invalid and is equivalent to minimum minus one value for six digit hex invalid http://www.w3.org/TR/CSS21/box.html#propdef-border-left-color,http://www.w3.org/TR/CSS21/box.html#border-color-properties cce6ee50364a7beb67d55d5130cbd3137c6f1961 `Microsoft`<http://www.microsoft.com/> The 'border-left-color' set to #00000 falls back to the initial value.
|
|
border-left-color-002 reference/border-bottom-color-001-ref Border-left-color set to hex with six digits with the minimum value, #000000 http://www.w3.org/TR/CSS21/box.html#propdef-border-left-color,http://www.w3.org/TR/CSS21/box.html#border-color-properties d6e543f54c197eea04f24f1bee46dae636c52a41 `Microsoft`<http://www.microsoft.com/> The 'border-left-color' set to #000000 renders the correct color.
|
|
border-left-color-003 reference/border-bottom-color-003-ref Border-left-color set to hex with six digits with the minimum plus one value, #010101 http://www.w3.org/TR/CSS21/box.html#propdef-border-left-color,http://www.w3.org/TR/CSS21/box.html#border-color-properties b97718b0acaf7d8d2494a0372cb972dd27d7e04c `Microsoft`<http://www.microsoft.com/> The 'border-left-color' set to #010101 renders the correct color.
|
|
border-left-color-004 reference/border-bottom-color-004-ref Border-left-color set to hex with six digits with a nominal value #999999 http://www.w3.org/TR/CSS21/box.html#propdef-border-left-color,http://www.w3.org/TR/CSS21/box.html#border-color-properties 992ae1c1890fa0d65c59d592062d8b935d959dd3 `Microsoft`<http://www.microsoft.com/> The 'border-left-color' set to #999999 renders the correct color.
|
|
border-left-color-005 reference/border-bottom-color-005-ref Border-left-color set to hex with six digits with the maximum minus one value of #fefefe http://www.w3.org/TR/CSS21/box.html#propdef-border-left-color,http://www.w3.org/TR/CSS21/box.html#border-color-properties 9cf441fe18cbc3fc7aa263597aa90860f6c27a46 `Microsoft`<http://www.microsoft.com/> The 'border-left-color' set to #fefefe renders the correct color for the border.
|
|
border-left-color-006 reference/border-bottom-color-006-ref Border-left-color set to hex with six digits with the maximum value of #ffffff http://www.w3.org/TR/CSS21/box.html#propdef-border-left-color,http://www.w3.org/TR/CSS21/box.html#border-color-properties 17f351909409f2e45ef527be817f50b417d1aaa5 `Microsoft`<http://www.microsoft.com/> The 'border-left-color' set to #ffffff renders the correct color.
|
|
border-left-color-007 reference/ref-filled-black-96px-square Border-left-color set to hex with six digits with the maximum plus one value of #1000000 invalid http://www.w3.org/TR/CSS21/box.html#propdef-border-left-color,http://www.w3.org/TR/CSS21/box.html#border-color-properties 01cf15127a45c5ee8e3df724d844f0f84a45e203 `Microsoft`<http://www.microsoft.com/> The 'border-left-color' set to #1000000 falls back to the initial value.
|
|
border-left-color-008 reference/ref-filled-black-96px-square Border-left-color set to hex with six digits with the maximum plus one value of #fgfgfg invalid http://www.w3.org/TR/CSS21/box.html#propdef-border-left-color,http://www.w3.org/TR/CSS21/box.html#border-color-properties 4eef8beb297b8c8df14059e5713da589c4c0c0ba `Microsoft`<http://www.microsoft.com/> The 'border-left-color' set to #fgfgfg falls back to the initial value.
|
|
border-left-color-009 reference/border-bottom-color-009-ref Border-left-color set to hex with six digits with a red set to minimum plus one value, #010000 http://www.w3.org/TR/CSS21/box.html#propdef-border-left-color,http://www.w3.org/TR/CSS21/box.html#border-color-properties 1e09e72280bc8b7c59ae80bb9f985e143d71825f `Microsoft`<http://www.microsoft.com/> The 'border-left-color' set to #010000 renders the correct color.
|
|
border-left-color-010 reference/border-bottom-color-010-ref Border-left-color set to hex with six digits with a red set to a nominal value, #990000 http://www.w3.org/TR/CSS21/box.html#propdef-border-left-color,http://www.w3.org/TR/CSS21/box.html#border-color-properties 823a17e3f6c0dad109cb63214f08a557327afdfe `Microsoft`<http://www.microsoft.com/> The 'border-left-color' set to #990000 renders the correct color.
|
|
border-left-color-011 reference/border-bottom-color-011-ref Border-left-color set to hex with six digits with a red set to maximum minus one value, #fe0000 http://www.w3.org/TR/CSS21/box.html#propdef-border-left-color,http://www.w3.org/TR/CSS21/box.html#border-color-properties f44bc4c946dd9450cb71fea39e2394a62bd14830 `Microsoft`<http://www.microsoft.com/> The 'border-left-color' set to #fe0000 renders the correct color.
|
|
border-left-color-012 reference/border-bottom-color-012-ref Border-left-color set to hex with six digits with a red set to the maximum value, #ff0000 http://www.w3.org/TR/CSS21/box.html#propdef-border-left-color,http://www.w3.org/TR/CSS21/box.html#border-color-properties f84bca08ab1fdaed6889b916ae65abfc89ac2787 `Microsoft`<http://www.microsoft.com/> The 'border-left-color' set to #ff0000 renders the correct color.
|
|
border-left-color-013 reference/ref-filled-black-96px-square Border-left-color set to hex with six digits with a red set to the maximum plus one value, #fg0000 invalid http://www.w3.org/TR/CSS21/box.html#propdef-border-left-color,http://www.w3.org/TR/CSS21/box.html#border-color-properties 26c74de8ac917a31b9a4efa3e4f92a51dd6653a8 `Microsoft`<http://www.microsoft.com/> The 'border-left-color' set to #fg0000 falls back to the initial value.
|
|
border-left-color-014 reference/border-bottom-color-014-ref Border-left-color set to hex with six digits with a green set to minimum plus one value, #000100 http://www.w3.org/TR/CSS21/box.html#propdef-border-left-color,http://www.w3.org/TR/CSS21/box.html#border-color-properties fcab17ee1750081197c0132f8f88b42597a8e2c2 `Microsoft`<http://www.microsoft.com/> The 'border-left-color' set to #000100 renders the correct color.
|
|
border-left-color-015 reference/border-bottom-color-015-ref Border-left-color set to hex with six digits with a green set to a nominal value, #009900 http://www.w3.org/TR/CSS21/box.html#propdef-border-left-color,http://www.w3.org/TR/CSS21/box.html#border-color-properties 1047c5c2135827ee6380ac662a0f790c33bb0361 `Microsoft`<http://www.microsoft.com/> The 'border-left-color' set to #009900 renders the correct color.
|
|
border-left-color-016 reference/border-bottom-color-016-ref Border-left-color set to hex with six digits with a green set to maximum minus one value, #00fe00 http://www.w3.org/TR/CSS21/box.html#propdef-border-left-color,http://www.w3.org/TR/CSS21/box.html#border-color-properties 83baf4d3a0f8ddd8aeb86d140389021f54144f25 `Microsoft`<http://www.microsoft.com/> The 'border-left-color' set to #00fe00 renders the correct color.
|
|
border-left-color-017 reference/border-bottom-color-017-ref Border-left-color set to hex with six digits with a green set to the maximum value, #00ff00 http://www.w3.org/TR/CSS21/box.html#propdef-border-left-color,http://www.w3.org/TR/CSS21/box.html#border-color-properties 34d61677af859534fd3e93dfefbc0f0c2cedd580 `Microsoft`<http://www.microsoft.com/> The 'border-left-color' set to #00ff00 renders the correct color.
|
|
border-left-color-018 reference/ref-filled-black-96px-square Border-left-color set to hex with six digits with a green set to the maximum plus one value, #00fg00 invalid http://www.w3.org/TR/CSS21/box.html#propdef-border-left-color,http://www.w3.org/TR/CSS21/box.html#border-color-properties 0040e7fa6a3b57b3fa028e38f9e7c3e37db93902 `Microsoft`<http://www.microsoft.com/> The 'border-left-color' set to #00fg00 falls back to the initial value.
|
|
border-left-color-019 reference/border-bottom-color-019-ref Border-left-color set to hex with six digits with a blue set to minimum plus one value, #000001 http://www.w3.org/TR/CSS21/box.html#propdef-border-left-color,http://www.w3.org/TR/CSS21/box.html#border-color-properties fc668aa94ab3a715d55a9a1703ab472c2464a2bd `Microsoft`<http://www.microsoft.com/> The 'border-left-color' set to #000001 renders the correct color.
|
|
border-left-color-020 reference/border-bottom-color-020-ref Border-left-color set to hex with six digits with a blue set to a nominal value, #000099 http://www.w3.org/TR/CSS21/box.html#propdef-border-left-color,http://www.w3.org/TR/CSS21/box.html#border-color-properties 7fcaee402d367d463d40989e7dbffecf0c792bd1 `Microsoft`<http://www.microsoft.com/> The 'border-left-color' set to #000099 renders the correct color.
|
|
border-left-color-021 reference/border-bottom-color-021-ref Border-left-color set to hex with six digits with a blue set to maximum minus one value, #0000fe http://www.w3.org/TR/CSS21/box.html#propdef-border-left-color,http://www.w3.org/TR/CSS21/box.html#border-color-properties b19de6280f9143dc7ee28e29cb71d596de7a501a `Microsoft`<http://www.microsoft.com/> The 'border-left-color' set to #0000fe renders the correct color.
|
|
border-left-color-022 reference/border-bottom-color-022-ref Border-left-color set to hex with six digits with a blue set to the maximum value, #0000ff http://www.w3.org/TR/CSS21/box.html#propdef-border-left-color,http://www.w3.org/TR/CSS21/box.html#border-color-properties 64ac1cb9c8976cab606c1f735fbdc966cab42434 `Microsoft`<http://www.microsoft.com/> The 'border-left-color' set to #0000ff renders the correct color.
|
|
border-left-color-023 reference/ref-filled-black-96px-square Border-left-color set to hex with six digits with a blue set to the maximum plus one value, #0000fg invalid http://www.w3.org/TR/CSS21/box.html#propdef-border-left-color,http://www.w3.org/TR/CSS21/box.html#border-color-properties cb599a32ed690e2de89ff4a9f92ee859d448caf9 `Microsoft`<http://www.microsoft.com/> The 'border-left-color' set to #0000fg falls back to the initial value.
|
|
border-left-color-024 reference/ref-filled-black-96px-square Border-left-color set to hex with 2 digits which is invalid and is equivalent to minimum minus one value for 3 digit hex invalid http://www.w3.org/TR/CSS21/box.html#propdef-border-left-color,http://www.w3.org/TR/CSS21/box.html#border-color-properties 9540fa8d87595838d6551eda26bacfd20c403617 `Microsoft`<http://www.microsoft.com/> The 'border-left-color' set to #00 falls back to the initial value.
|
|
border-left-color-025 reference/border-bottom-color-001-ref Border-left-color set to hex with three digits with the minimum possible value #000 http://www.w3.org/TR/CSS21/box.html#propdef-border-left-color,http://www.w3.org/TR/CSS21/box.html#border-color-properties 071c8ad3d3f7a6dc8fda0beb067905dcc8ee051a `Microsoft`<http://www.microsoft.com/> The 'border-left-color' set to #000 renders the correct color.
|
|
border-left-color-026 reference/border-bottom-color-026-ref Border-left-color set to hex with three digits with the minimum plus one value, #111 http://www.w3.org/TR/CSS21/box.html#propdef-border-left-color,http://www.w3.org/TR/CSS21/box.html#border-color-properties 4ae707b88c2aee31486a72bfc2c279a06b0e7382 `Microsoft`<http://www.microsoft.com/> The 'border-left-color' set to #111 renders the correct color.
|
|
border-left-color-027 reference/border-bottom-color-027-ref Border-left-color set to hex with three digits with a nominal value #999 http://www.w3.org/TR/CSS21/box.html#propdef-border-left-color,http://www.w3.org/TR/CSS21/box.html#border-color-properties 763d995eb9de9dd1ee5890d6488bbcc4f14eb955 `Microsoft`<http://www.microsoft.com/> The 'border-left-color' set to #999 renders the correct color.
|
|
border-left-color-028 reference/border-bottom-color-028-ref Border-left-color set to hex with three digits with the maximum minus one value of #eee http://www.w3.org/TR/CSS21/box.html#propdef-border-left-color,http://www.w3.org/TR/CSS21/box.html#border-color-properties 6743c1320f42845e2f833b58f9d1b13eb54c1531 `Microsoft`<http://www.microsoft.com/> The 'border-left-color' set to #eee renders the correct color.
|
|
border-left-color-029 reference/border-bottom-color-006-ref Border-left-color set to hex with three digits with the maximum value of #fff http://www.w3.org/TR/CSS21/box.html#propdef-border-left-color,http://www.w3.org/TR/CSS21/box.html#border-color-properties 97da175e47a70b3e90e72a635cc3df4ba7f931b8 `Microsoft`<http://www.microsoft.com/> The 'border-left-color' set to #fff renders the correct color.
|
|
border-left-color-030 reference/ref-filled-black-96px-square Border-left-color set to hex with three digits with the maximum plus one value of #1000 invalid http://www.w3.org/TR/CSS21/box.html#propdef-border-left-color,http://www.w3.org/TR/CSS21/box.html#border-color-properties 4be771e5e7262706f25beae9d7a4740fafdb19b5 `Microsoft`<http://www.microsoft.com/> The 'border-left-color' set to #1000 falls back to the initial value.
|
|
border-left-color-031 reference/ref-filled-black-96px-square Border-left-color set to hex with three digits with the maximum plus one value of #ggg invalid http://www.w3.org/TR/CSS21/box.html#propdef-border-left-color,http://www.w3.org/TR/CSS21/box.html#border-color-properties 67a711e9bca9c4116d4776c24cb77d1152f520dd `Microsoft`<http://www.microsoft.com/> The 'border-left-color' set to #ggg falls back to the initial value.
|
|
border-left-color-032 reference/border-bottom-color-032-ref Border-left-color set to hex with three digits with a red set to minimum plus one value, #100 http://www.w3.org/TR/CSS21/box.html#propdef-border-left-color,http://www.w3.org/TR/CSS21/box.html#border-color-properties 2e83eb046808ef3575261946674a25df116b451b `Microsoft`<http://www.microsoft.com/> The 'border-left-color' set to #100 renders the correct color.
|
|
border-left-color-033 reference/border-bottom-color-010-ref Border-left-color set to hex with three digits with a red set to a nominal value, #900 http://www.w3.org/TR/CSS21/box.html#propdef-border-left-color,http://www.w3.org/TR/CSS21/box.html#border-color-properties 1d90de089316b7404390854fb8ac879b9626ae35 `Microsoft`<http://www.microsoft.com/> The 'border-left-color' set to #900 renders the correct color.
|
|
border-left-color-034 reference/border-bottom-color-034-ref Border-left-color set to hex with three digits with a red set to maximum minus one value, #e00 http://www.w3.org/TR/CSS21/box.html#propdef-border-left-color,http://www.w3.org/TR/CSS21/box.html#border-color-properties 6e8c850ef375c39a31fceb7a0da4c76418ae4f67 `Microsoft`<http://www.microsoft.com/> The 'border-left-color' set to #e00 renders the correct color.
|
|
border-left-color-035 reference/border-bottom-color-012-ref Border-left-color set to hex with three digits with a red set to the maximum value, #f00 http://www.w3.org/TR/CSS21/box.html#propdef-border-left-color,http://www.w3.org/TR/CSS21/box.html#border-color-properties 775baba695f45a15a7df0f3e08be3ae2e8ba7b13 `Microsoft`<http://www.microsoft.com/> The 'border-left-color' set to #f00 renders the correct color.
|
|
border-left-color-036 reference/ref-filled-black-96px-square Border-left-color set to hex with three digits with a red set to the maximum plus one value, #g00 invalid http://www.w3.org/TR/CSS21/box.html#propdef-border-left-color,http://www.w3.org/TR/CSS21/box.html#border-color-properties f5b1463073b93e9ce2ba058b6bc1631fd8ed1bb7 `Microsoft`<http://www.microsoft.com/> The 'border-left-color' set to #g00 falls back to the initial value.
|
|
border-left-color-037 reference/border-bottom-color-037-ref Border-left-color set to hex with three digits with a green set to minimum plus one value, #010 http://www.w3.org/TR/CSS21/box.html#propdef-border-left-color,http://www.w3.org/TR/CSS21/box.html#border-color-properties 9c61073194faf2c182908a65106fcce37b6f1f71 `Microsoft`<http://www.microsoft.com/> The 'border-left-color' set to #010 renders the correct color.
|
|
border-left-color-038 reference/border-bottom-color-038-ref Border-left-color set to hex with three digits with a green set to a nominal value, #090 http://www.w3.org/TR/CSS21/box.html#propdef-border-left-color,http://www.w3.org/TR/CSS21/box.html#border-color-properties 91a89e12775f0e12a3a33d3028c4c54af7367b78 `Microsoft`<http://www.microsoft.com/> The 'border-left-color' set to #090 renders the correct color.
|
|
border-left-color-039 reference/border-bottom-color-039-ref Border-left-color set to hex with three digits with a green set to maximum minus one value, #0e0 http://www.w3.org/TR/CSS21/box.html#propdef-border-left-color,http://www.w3.org/TR/CSS21/box.html#border-color-properties cd76aeadaf2fc83eccc1dd85a6d3a20687eb47ef `Microsoft`<http://www.microsoft.com/> The 'border-left-color' set to #0e0 renders the correct color.
|
|
border-left-color-040 reference/border-bottom-color-017-ref Border-left-color set to hex with three digits with a green set to the maximum value, #0f0 http://www.w3.org/TR/CSS21/box.html#propdef-border-left-color,http://www.w3.org/TR/CSS21/box.html#border-color-properties 48569b556a27eac3dec2d3acb944d6acb8576ae0 `Microsoft`<http://www.microsoft.com/> The 'border-left-color' set to #0f0 renders the correct color.
|
|
border-left-color-041 reference/ref-filled-black-96px-square Border-left-color set to hex with three digits with a green set to the maximum plus one value, #0g0 invalid http://www.w3.org/TR/CSS21/box.html#propdef-border-left-color,http://www.w3.org/TR/CSS21/box.html#border-color-properties 0355719183694670760e41b2d44d84ea6ca8c9fe `Microsoft`<http://www.microsoft.com/> The 'border-left-color' set to #0g0 falls back to the initial value.
|
|
border-left-color-042 reference/border-bottom-color-042-ref Border-left-color set to hex with three digits with a blue set to minimum plus one value, #001 http://www.w3.org/TR/CSS21/box.html#propdef-border-left-color,http://www.w3.org/TR/CSS21/box.html#border-color-properties 0987906b222350bc8756dfefc577773fc655a1c1 `Microsoft`<http://www.microsoft.com/> The 'border-left-color' set to #001 renders the correct color.
|
|
border-left-color-043 reference/border-bottom-color-020-ref Border-left-color set to hex with three digits with a blue set to a nominal value, #009 http://www.w3.org/TR/CSS21/box.html#propdef-border-left-color,http://www.w3.org/TR/CSS21/box.html#border-color-properties 14d102c9e142f63d3cde3c3a117e9b7ce18442dc `Microsoft`<http://www.microsoft.com/> The 'border-left-color' set to #009 renders the correct color.
|
|
border-left-color-044 reference/border-bottom-color-044-ref Border-left-color set to hex with three digits with a blue set to maximum minus one value, #00e http://www.w3.org/TR/CSS21/box.html#propdef-border-left-color,http://www.w3.org/TR/CSS21/box.html#border-color-properties fe2d62b041a27a0be7f99d70fd02c191a04d5bbb `Microsoft`<http://www.microsoft.com/> The 'border-left-color' set to #00e renders the correct color.
|
|
border-left-color-045 reference/border-bottom-color-022-ref Border-left-color set to hex with three digits with a blue set to the maximum value, #00f http://www.w3.org/TR/CSS21/box.html#propdef-border-left-color,http://www.w3.org/TR/CSS21/box.html#border-color-properties 7f354595ce5777ef3467ef260ab532050f80cbb3 `Microsoft`<http://www.microsoft.com/> The 'border-left-color' set to #00f renders the correct color.
|
|
border-left-color-046 reference/ref-filled-black-96px-square Border-left-color set to hex with three digits with a blue set to the maximum plus one value, #00g invalid http://www.w3.org/TR/CSS21/box.html#propdef-border-left-color,http://www.w3.org/TR/CSS21/box.html#border-color-properties 1d075f38ce025b21b13fe1d5c33aea47c5b58c60 `Microsoft`<http://www.microsoft.com/> The 'border-left-color' set to #00g falls back to the initial value.
|
|
border-left-color-047 reference/border-bottom-color-001-ref Border-left-color set to rgb() using percentages with the minimum minus one value, rgb(-1%, -1%, -1%) invalid http://www.w3.org/TR/CSS21/box.html#propdef-border-left-color,http://www.w3.org/TR/CSS21/box.html#border-color-properties 4d94e35b919727fce9c338e72c4f67f4a4bbbee2 `Microsoft`<http://www.microsoft.com/> The 'border-left-color' set to rgb(-1%, -1%, -1%) truncates to a valid value.
|
|
border-left-color-048 reference/border-bottom-color-001-ref Border-left-color set to rgb() using percentages with the minimum value, rgb(0%, 0%, 0%) http://www.w3.org/TR/CSS21/box.html#propdef-border-left-color,http://www.w3.org/TR/CSS21/box.html#border-color-properties b1fcbbf28ce7993d6b131db97fe71f16d8a56bc2 `Microsoft`<http://www.microsoft.com/> The 'border-left-color' set to rgb(0%, 0%, 0%) renders the correct color.
|
|
border-left-color-049 reference/border-bottom-color-049-ref Border-left-color set to rgb() using percentages with the minimum plus one value, rgb(1%, 1%, 1%) http://www.w3.org/TR/CSS21/box.html#propdef-border-left-color,http://www.w3.org/TR/CSS21/box.html#border-color-properties e9be3d60d6df74f3f2e097e1e7928729d6f70fb2 `Microsoft`<http://www.microsoft.com/>,`Rebecca Hauck`<rhauck@adobe.com> The 'border-left-color' set to rgb(1%, 1%, 1%) renders the correct color.
|
|
border-left-color-050 reference/border-bottom-color-001-ref Border-left-color set to rgb() using percentages with the minimum value and minus sign, rgb(-0%, -0%, -0%) http://www.w3.org/TR/CSS21/box.html#propdef-border-left-color,http://www.w3.org/TR/CSS21/box.html#border-color-properties 2f937dd0b0048a66f40feb0a1ee8048e84e90990 `Microsoft`<http://www.microsoft.com/> The 'border-left-color' set to rgb(-0%, -0%, -0%) renders the correct color.
|
|
border-left-color-051 reference/border-bottom-color-001-ref Border-left-color set to rgb() using percentages with the minimum value and plus sign, rgb(+0%, +0%, +0%) http://www.w3.org/TR/CSS21/box.html#propdef-border-left-color,http://www.w3.org/TR/CSS21/box.html#border-color-properties d889e6387a000187d26fc8b578b06971986f3027 `Microsoft`<http://www.microsoft.com/> The 'border-left-color' set to rgb(+0%, +0%, +0%) renders the correct color.
|
|
border-left-color-052 reference/border-bottom-color-052-ref Border-left-color set to rgb() using percentages with a nominal value, rgb(40%, 40%, 40%) http://www.w3.org/TR/CSS21/box.html#propdef-border-left-color,http://www.w3.org/TR/CSS21/box.html#border-color-properties 18edefc851d6e19878962d56b8140363f6e1fc1b `Microsoft`<http://www.microsoft.com/>,`Rebecca Hauck`<rhauck@adobe.com> The 'border-left-color' set to rgb(40%, 40%, 40%) renders the correct color.
|
|
border-left-color-053 reference/border-bottom-color-052-ref Border-left-color set to rgb() using percentages with a nominal value and a plus sign, rgb(+40%, +40%, +40%) http://www.w3.org/TR/CSS21/box.html#propdef-border-left-color,http://www.w3.org/TR/CSS21/box.html#border-color-properties 2b9683d724bfe2890e022643eac9a2942b4d1713 `Microsoft`<http://www.microsoft.com/>,`Rebecca Hauck`<rhauck@adobe.com> The 'border-left-color' set to rgb(+40%, +40%, +40%) renders the correct color.
|
|
border-left-color-054 reference/border-bottom-color-054-ref Border-left-color set to rgb() using percentages with a maximum minus one value, rgb(99%, 99%, 99%) http://www.w3.org/TR/CSS21/box.html#propdef-border-left-color,http://www.w3.org/TR/CSS21/box.html#border-color-properties e17f1a498a98b097c226f028396dc10c88328c8d `Microsoft`<http://www.microsoft.com/>,`Rebecca Hauck`<rhauck@adobe.com> The 'border-left-color' set to rgb(99%, 99%, 99%) renders the correct color.
|
|
border-left-color-055 reference/border-bottom-color-006-ref Border-left-color set to rgb() using percentages with a maximum value, rgb(100%, 100%, 100%) http://www.w3.org/TR/CSS21/box.html#propdef-border-left-color,http://www.w3.org/TR/CSS21/box.html#border-color-properties 36a8f89dfec764e702038470555d559729a15c91 `Microsoft`<http://www.microsoft.com/> The 'border-left-color' set to rgb(100%, 100%, 100%) renders the correct color.
|
|
border-left-color-056 reference/border-bottom-color-006-ref Border-left-color set to rgb() using percentages with plus sign on each maximum value, rgb(+100%, +100%, +100%) http://www.w3.org/TR/CSS21/box.html#propdef-border-left-color,http://www.w3.org/TR/CSS21/box.html#border-color-properties d6ba711b55eef31ce19a228338bfabafe6772adc `Microsoft`<http://www.microsoft.com/> The 'border-left-color' set to rgb(+100%, +100%, +100%) renders the correct color.
|
|
border-left-color-057 reference/border-bottom-color-006-ref Border-left-color set to rgb() using percentages with a maximum plus one value, rgb(101%, 101%, 101%) invalid http://www.w3.org/TR/CSS21/box.html#propdef-border-left-color,http://www.w3.org/TR/CSS21/box.html#border-color-properties 1a2a9d4b3f26a0a5eb20b04e0f682e24642af611 `Microsoft`<http://www.microsoft.com/> The 'border-left-color' set to rgb(101%, 101%, 101%) truncates to a valid value.
|
|
border-left-color-058 reference/border-bottom-color-001-ref Border-left-color set to rgb() using integers with the minimum minus one value, rgb(-1, -1, -1) invalid http://www.w3.org/TR/CSS21/box.html#propdef-border-left-color,http://www.w3.org/TR/CSS21/box.html#border-color-properties 6ad9986ef913a5a8b9c90539c61c359220f3faa3 `Microsoft`<http://www.microsoft.com/> The 'border-left-color' set to rgb(-1, -1, -1) truncates to a valid value.
|
|
border-left-color-059 reference/border-bottom-color-001-ref Border-left-color set to rgb() using integers with the minimum value, rgb(0, 0, 0) http://www.w3.org/TR/CSS21/box.html#propdef-border-left-color,http://www.w3.org/TR/CSS21/box.html#border-color-properties a2dfc661f385a08be29aa6bd1c5071115332a728 `Microsoft`<http://www.microsoft.com/> The 'border-left-color' set to rgb(0, 0, 0) renders the correct color.
|
|
border-left-color-060 reference/border-bottom-color-003-ref Border-left-color set to rgb() using integers with the minimum plus one value, rgb(1, 1, 1) http://www.w3.org/TR/CSS21/box.html#propdef-border-left-color,http://www.w3.org/TR/CSS21/box.html#border-color-properties 15064d1ea23775aa1391d0df25fc61be1dd22723 `Microsoft`<http://www.microsoft.com/> The 'border-left-color' set to rgb(1, 1, 1) renders the correct color.
|
|
border-left-color-061 reference/border-bottom-color-001-ref Border-left-color set to rgb() using integers with the minimum value and minus sign, rgb(-0, -0, -0) http://www.w3.org/TR/CSS21/box.html#propdef-border-left-color,http://www.w3.org/TR/CSS21/box.html#border-color-properties 87235534cbbcac59855b80fca9b69b9fca9cd967 `Microsoft`<http://www.microsoft.com/> The 'border-left-color' set to rgb(-0, -0, -0) renders the correct color.
|
|
border-left-color-062 reference/border-bottom-color-001-ref Border-left-color set to rgb() using integers with the minimum value and plus sign, rgb(+0, +0, +0) http://www.w3.org/TR/CSS21/box.html#propdef-border-left-color,http://www.w3.org/TR/CSS21/box.html#border-color-properties afabedf37a7e14db603120002ee59f733f8ede74 `Microsoft`<http://www.microsoft.com/> The 'border-left-color' set to rgb(+0, +0, +0) renders the correct color.
|
|
border-left-color-063 reference/border-bottom-color-063-ref Border-left-color set to rgb() using integers with a nominal value, rgb(128, 128, 128) http://www.w3.org/TR/CSS21/box.html#propdef-border-left-color,http://www.w3.org/TR/CSS21/box.html#border-color-properties 377ab3ee1d8a59e1c70c9e51915040515eeabffd `Microsoft`<http://www.microsoft.com/> The 'border-left-color' set to rgb(128, 128, 128) renders the correct color.
|
|
border-left-color-064 reference/border-bottom-color-063-ref Border-left-color set to rgb() using integers with a nominal value and a plus sign, rgb(+128, +128, +128) http://www.w3.org/TR/CSS21/box.html#propdef-border-left-color,http://www.w3.org/TR/CSS21/box.html#border-color-properties 5a3d295b1c14a08cba041086188f890722a5e0e1 `Microsoft`<http://www.microsoft.com/> The 'border-left-color' set to rgb(+128, +128, +128) renders the correct color.
|
|
border-left-color-065 reference/border-bottom-color-005-ref Border-left-color set to rgb() using integers with a maximum minus one value, rgb(254, 254, 254) http://www.w3.org/TR/CSS21/box.html#propdef-border-left-color,http://www.w3.org/TR/CSS21/box.html#border-color-properties e38939f67dfba707b5aa222ccf695718f05785f8 `Microsoft`<http://www.microsoft.com/> The 'border-left-color' set to rgb(254, 254, 254) renders the correct color.
|
|
border-left-color-066 reference/border-bottom-color-006-ref Border-left-color set to rgb() using integers with a maximum value, rgb(255, 255, 255) http://www.w3.org/TR/CSS21/box.html#propdef-border-left-color,http://www.w3.org/TR/CSS21/box.html#border-color-properties c2f2dc7865fcae317248a375ad058b3a22ab54d1 `Microsoft`<http://www.microsoft.com/> The 'border-left-color' set to rgb(255, 255, 255) renders the correct color.
|
|
border-left-color-067 reference/border-bottom-color-006-ref Border-left-color set to rgb() using integers with a maximum value and a plus sign, rgb(+255, +255, +255) http://www.w3.org/TR/CSS21/box.html#propdef-border-left-color,http://www.w3.org/TR/CSS21/box.html#border-color-properties c43fa710b20b172a8f52da934d18ed4ee7b63170 `Microsoft`<http://www.microsoft.com/> The 'border-left-color' set to rgb(+255, +255, +255) renders the correct color.
|
|
border-left-color-068 reference/border-bottom-color-006-ref Border-left-color set to rgb() using integers with a maximum plus one value, rgb(256, 256, 256) invalid http://www.w3.org/TR/CSS21/box.html#propdef-border-left-color,http://www.w3.org/TR/CSS21/box.html#border-color-properties 8f15f55fe4c315cd2178d59f0f42553c81da1267 `Microsoft`<http://www.microsoft.com/> The 'border-left-color' set to rgb(256, 256, 256) truncates to a valid value.
|
|
border-left-color-069 reference/border-bottom-color-001-ref Border-left-color set to rgb() using percentages with red set to the minimum minus one value, rgb(-1%, 0%, 0%) invalid http://www.w3.org/TR/CSS21/box.html#propdef-border-left-color,http://www.w3.org/TR/CSS21/box.html#border-color-properties 3c04122ecae8ab1c0d852526a4fa6e7a8cf6af12 `Microsoft`<http://www.microsoft.com/> The 'border-left-color' set to rgb(-1%, 0%, 0%) falls back to the initial value.
|
|
border-left-color-070 reference/border-bottom-color-070-ref Border-left-color set to rgb() using percentages with red set to the minimum plus one value, rgb(1%, 0%, 0%) http://www.w3.org/TR/CSS21/box.html#propdef-border-left-color,http://www.w3.org/TR/CSS21/box.html#border-color-properties fcfb234bb920353160b9796688050145d34a3518 `Microsoft`<http://www.microsoft.com/>,`Rebecca Hauck`<rhauck@adobe.com> The 'border-left-color' set to rgb(1%, 0%, 0%) renders the correct color.
|
|
border-left-color-071 reference/border-bottom-color-001-ref Border-left-color set to rgb() using percentages with red set to the minimum value and minus sign, rgb(-0%, 0%, 0%) http://www.w3.org/TR/CSS21/box.html#propdef-border-left-color,http://www.w3.org/TR/CSS21/box.html#border-color-properties 44b43f254a81ce0adf9e4c6c143d3fbe011f7ccd `Microsoft`<http://www.microsoft.com/> The 'border-left-color' set to rgb(-0%, 0%, 0%) renders the correct color.
|
|
border-left-color-072 reference/border-bottom-color-001-ref Border-left-color set to rgb() using percentages with red set to the minimum value and plus sign, rgb(+0%, 0%, 0%) http://www.w3.org/TR/CSS21/box.html#propdef-border-left-color,http://www.w3.org/TR/CSS21/box.html#border-color-properties 6343d7464a5b13605e46bcf559dba16d5dbe3e82 `Microsoft`<http://www.microsoft.com/> The 'border-left-color' set to rgb(+0%, 0%, 0%) renders the correct color.
|
|
border-left-color-073 reference/border-bottom-color-073-ref Border-left-color set to rgb() using percentages with red set to a nominal value, rgb(40%, 0%, 0%) http://www.w3.org/TR/CSS21/box.html#propdef-border-left-color,http://www.w3.org/TR/CSS21/box.html#border-color-properties b7f8c25e1e4779f5aeaeebddc87c16e9c0539622 `Microsoft`<http://www.microsoft.com/>,`Rebecca Hauck`<rhauck@adobe.com> The 'border-left-color' set to rgb(40%, 0%, 0%) renders the correct color.
|
|
border-left-color-074 reference/border-bottom-color-073-ref Border-left-color set to rgb() using percentages with red set to a nominal value with a plus sign, rgb(+40%, 0%, 0%) http://www.w3.org/TR/CSS21/box.html#propdef-border-left-color,http://www.w3.org/TR/CSS21/box.html#border-color-properties e1e33079ba64a8f33e63f03a20b4be1dd65d2bec `Microsoft`<http://www.microsoft.com/>,`Rebecca Hauck`<rhauck@adobe.com> The 'border-left-color' set to rgb(+40%, 0%, 0%) renders the correct color.
|
|
border-left-color-075 reference/border-bottom-color-075-ref Border-left-color set to rgb() using percentages with red set to a maximum minus one value, rgb(99%, 0%, 0%) http://www.w3.org/TR/CSS21/box.html#propdef-border-left-color,http://www.w3.org/TR/CSS21/box.html#border-color-properties 915b26f320c2317cf40835551b2d1c4fe2ad3d95 `Microsoft`<http://www.microsoft.com/>,`Rebecca Hauck`<rhauck@adobe.com> The 'border-left-color' set to rgb(99%, 0%, 0%) renders the correct color.
|
|
border-left-color-076 reference/border-bottom-color-012-ref Border-left-color set to rgb() using percentages with red set to a maximum value, rgb(100%, 0%, 0%) http://www.w3.org/TR/CSS21/box.html#propdef-border-left-color,http://www.w3.org/TR/CSS21/box.html#border-color-properties 19cfbc5c8a58562f8c37576ad131265f64c652e9 `Microsoft`<http://www.microsoft.com/> The 'border-left-color' set to rgb(100%, 0%, 0%) renders the correct color.
|
|
border-left-color-077 reference/border-bottom-color-012-ref Border-left-color set to rgb() using percentages with red set to a maximum value with a plus sign, rgb(+100%, 0%, 0%) http://www.w3.org/TR/CSS21/box.html#propdef-border-left-color,http://www.w3.org/TR/CSS21/box.html#border-color-properties a141cd5b2ff4f2fdb2f98c197245edc26ef8eeda `Microsoft`<http://www.microsoft.com/> The 'border-left-color' set to rgb(+100%, 0%, 0%) renders the correct color.
|
|
border-left-color-078 reference/border-bottom-color-012-ref Border-left-color set to rgb() using percentages with red set to a maximum plus one value, rgb(101%, 0%, 0%) invalid http://www.w3.org/TR/CSS21/box.html#propdef-border-left-color,http://www.w3.org/TR/CSS21/box.html#border-color-properties 5a56a1677077638051c8550eaa229a3ffac5c800 `Microsoft`<http://www.microsoft.com/> The 'border-left-color' set to rgb(101%, 0%, 0%) truncates to a valid value.
|
|
border-left-color-079 reference/border-bottom-color-001-ref Border-left-color set to rgb() using integers with red set to the minimum minus one value, rgb(-1, 0, 0) invalid http://www.w3.org/TR/CSS21/box.html#propdef-border-left-color,http://www.w3.org/TR/CSS21/box.html#border-color-properties 5c7cde8c80ba5917c3be6a6ef04b50053901f3a8 `Microsoft`<http://www.microsoft.com/> The 'border-left-color' set to rgb(-1, 0, 0) truncates to a valid value.
|
|
border-left-color-080 reference/border-bottom-color-009-ref Border-left-color set to rgb() using integers with red set to the minimum plus one value, rgb(1, 0, 0) http://www.w3.org/TR/CSS21/box.html#propdef-border-left-color,http://www.w3.org/TR/CSS21/box.html#border-color-properties fdf1f269192024648848e0d583e711db252839c6 `Microsoft`<http://www.microsoft.com/> The 'border-left-color' set to rgb(1, 0, 0) renders the correct color.
|
|
border-left-color-081 reference/border-bottom-color-001-ref Border-left-color set to rgb() using integers with red set to the minimum value with a minus sign, rgb(-0, 0, 0) http://www.w3.org/TR/CSS21/box.html#propdef-border-left-color,http://www.w3.org/TR/CSS21/box.html#border-color-properties 0a81e875cb586b6d810a77cd73c75f44b6031aae `Microsoft`<http://www.microsoft.com/> The 'border-left-color' set to rgb(-0, 0, 0) renders the correct color.
|
|
border-left-color-082 reference/border-bottom-color-001-ref Border-left-color set to rgb() using integers with red set to the minimum value with a plus sign, rgb(+0, 0, 0) http://www.w3.org/TR/CSS21/box.html#propdef-border-left-color,http://www.w3.org/TR/CSS21/box.html#border-color-properties f01aeca47fd6535333e1bfd72dff8b2d6cd5f83d `Microsoft`<http://www.microsoft.com/> The 'border-left-color' set to rgb(+0, 0, 0) renders the correct color.
|
|
border-left-color-083 reference/border-bottom-color-083-ref Border-left-color set to rgb() using integers with red set to a nominal value, rgb(128, 0, 0) http://www.w3.org/TR/CSS21/box.html#propdef-border-left-color,http://www.w3.org/TR/CSS21/box.html#border-color-properties 963a4d2e016ee08bcd3909bf0221527baf0117aa `Microsoft`<http://www.microsoft.com/> The 'border-left-color' set to rgb(128, 0, 0) renders the correct color.
|
|
border-left-color-084 reference/border-bottom-color-083-ref Border-left-color set to rgb() using integers with red set to a nominal value with a plus sign, rgb(+128, 0, 0) http://www.w3.org/TR/CSS21/box.html#propdef-border-left-color,http://www.w3.org/TR/CSS21/box.html#border-color-properties d1c2994d58bc8178ee240993d9f76f88a1b79a08 `Microsoft`<http://www.microsoft.com/> The 'border-left-color' set to rgb(+128, 0, 0) renders the correct color.
|
|
border-left-color-085 reference/border-bottom-color-011-ref Border-left-color set to rgb() using integers with red set to a maximum minus one value, rgb(254, 0, 0) http://www.w3.org/TR/CSS21/box.html#propdef-border-left-color,http://www.w3.org/TR/CSS21/box.html#border-color-properties 16a092e3ad348d157222162d0253076265ffc912 `Microsoft`<http://www.microsoft.com/> The 'border-left-color' set to rgb(254, 0, 0) renders the correct color.
|
|
border-left-color-086 reference/border-bottom-color-012-ref Border-left-color set to rgb() using integers with red set to a maximum value, rgb(255, 0, 0) http://www.w3.org/TR/CSS21/box.html#propdef-border-left-color,http://www.w3.org/TR/CSS21/box.html#border-color-properties 366d456a3ba513576d44415b50ed82b267130f73 `Microsoft`<http://www.microsoft.com/> The 'border-left-color' set to rgb(255, 0, 0) renders the correct color.
|
|
border-left-color-087 reference/border-bottom-color-012-ref Border-left-color set to rgb() using integers with red set to a maximum value with a plus sign, rgb(+255, 0, 0) http://www.w3.org/TR/CSS21/box.html#propdef-border-left-color,http://www.w3.org/TR/CSS21/box.html#border-color-properties aef5881868253d51b96bd73fbcb090e692ef47c3 `Microsoft`<http://www.microsoft.com/> The 'border-left-color' set to rgb(+255, 0, 0) renders the correct color.
|
|
border-left-color-088 reference/border-bottom-color-012-ref Border-left-color set to rgb() using integers with red set to a maximum plus one value, rgb(256, 0, 0) invalid http://www.w3.org/TR/CSS21/box.html#propdef-border-left-color,http://www.w3.org/TR/CSS21/box.html#border-color-properties 4f10c722c49b9b0665a27c2ed11ca9450d68d7da `Microsoft`<http://www.microsoft.com/> The 'border-left-color' set to rgb(256, 0, 0) truncates to a valid value.
|
|
border-left-color-089 reference/border-bottom-color-001-ref Border-left-color set to rgb() using percentages with green set to the minimum minus one value, rgb(0%, -1%, 0%) invalid http://www.w3.org/TR/CSS21/box.html#propdef-border-left-color,http://www.w3.org/TR/CSS21/box.html#border-color-properties 7313780d750f8eced595ebde461f9425dba6bac0 `Microsoft`<http://www.microsoft.com/> The 'border-left-color' set to rgb(0%, -1%, 0%) truncates to a valid value.
|
|
border-left-color-090 reference/border-bottom-color-090-ref Border-left-color set to rgb() using percentages with green set to the minimum plus one value, rgb(0%, 1%, 0%) http://www.w3.org/TR/CSS21/box.html#propdef-border-left-color,http://www.w3.org/TR/CSS21/box.html#border-color-properties 4b7a3afdab9c4f4ca877525df012450012ccbf14 `Microsoft`<http://www.microsoft.com/>,`Rebecca Hauck`<rhauck@adobe.com> The 'border-left-color' set to rgb(0%, 1%, 0%) renders the correct color.
|
|
border-left-color-091 reference/border-bottom-color-001-ref Border-left-color set to rgb() using percentages with green set to the minimum value and minus sign, rgb(0%, -0%, 0%) http://www.w3.org/TR/CSS21/box.html#propdef-border-left-color,http://www.w3.org/TR/CSS21/box.html#border-color-properties 4d6b8ea8d1a3b3da0fb88c6d779594e11c6ae9c1 `Microsoft`<http://www.microsoft.com/> The 'border-left-color' set to rgb(0%, -0%, 0%) renders the correct color.
|
|
border-left-color-092 reference/border-bottom-color-001-ref Border-left-color set to rgb() using percentages with green set to the minimum value and plus sign, rgb(0%, +0%, 0%) http://www.w3.org/TR/CSS21/box.html#propdef-border-left-color,http://www.w3.org/TR/CSS21/box.html#border-color-properties a2a3c298fd55fc2c7f702e2625275e3041c45b4d `Microsoft`<http://www.microsoft.com/> The 'border-left-color' set to rgb(0%, +0%, 0%) renders the correct color.
|
|
border-left-color-093 reference/border-bottom-color-093-ref Border-left-color set to rgb() using percentages with green set to a nominal value, rgb(0%, 40%, 0%) http://www.w3.org/TR/CSS21/box.html#propdef-border-left-color,http://www.w3.org/TR/CSS21/box.html#border-color-properties 78785ac13e38e09fc285102f4de9ded644e5a737 `Microsoft`<http://www.microsoft.com/>,`Rebecca Hauck`<rhauck@adobe.com> The 'border-left-color' set to rgb(0%, 40%, 0%) renders the correct color.
|
|
border-left-color-094 reference/border-bottom-color-093-ref Border-left-color set to rgb() using percentages with green set to a nominal value with a plus sign, rgb(0%, +40%, 0%) http://www.w3.org/TR/CSS21/box.html#propdef-border-left-color,http://www.w3.org/TR/CSS21/box.html#border-color-properties 6b727f2d3ecc9a6ba65a6d80e3cf138e6336a922 `Microsoft`<http://www.microsoft.com/>,`Rebecca Hauck`<rhauck@adobe.com> The 'border-left-color' set to rgb(0%, +40%, 0%) renders the correct color.
|
|
border-left-color-095 reference/border-bottom-color-095-ref Border-left-color set to rgb() using percentages with green set to a maximum minus one value, rgb(0%, 99%, 0%) http://www.w3.org/TR/CSS21/box.html#propdef-border-left-color,http://www.w3.org/TR/CSS21/box.html#border-color-properties 6eb1f408cf0bc5c7b0ed1bd45f353bae09bca993 `Microsoft`<http://www.microsoft.com/>,`Rebecca Hauck`<rhauck@adobe.com> The 'border-left-color' set to rgb(0%, 99%, 0%) renders the correct color.
|
|
border-left-color-096 reference/border-bottom-color-017-ref Border-left-color set to rgb() using percentages with green set to a maximum value, rgb(0%, 100%, 0%) http://www.w3.org/TR/CSS21/box.html#propdef-border-left-color,http://www.w3.org/TR/CSS21/box.html#border-color-properties 271b5719c5a375b5c02ef3b2d0f380497f0daeeb `Microsoft`<http://www.microsoft.com/> The 'border-left-color' set to rgb(0%, 100%, 0%) renders the correct color.
|
|
border-left-color-097 reference/border-bottom-color-017-ref Border-left-color set to rgb() using percentages with green set to a maximum value with a plus sign, rgb(0%, +100%, 0%) http://www.w3.org/TR/CSS21/box.html#propdef-border-left-color,http://www.w3.org/TR/CSS21/box.html#border-color-properties 931c501b3c35d6e7addf885e92c29bc78e42ca69 `Microsoft`<http://www.microsoft.com/> The 'border-left-color' set to rgb(0%, +100%, 0%) renders the correct color.
|
|
border-left-color-098 reference/border-bottom-color-017-ref Border-left-color set to rgb() using percentages with green set to a maximum plus one value, rgb(0%, 101%, 0%) invalid http://www.w3.org/TR/CSS21/box.html#propdef-border-left-color,http://www.w3.org/TR/CSS21/box.html#border-color-properties 048928ca8b1e169a7a19a291132b76d16f34671a `Microsoft`<http://www.microsoft.com/> The 'border-left-color' set to rgb(0%, 101%, 0%) truncates to a valid value.
|
|
border-left-color-099 reference/border-bottom-color-001-ref Border-left-color set to rgb() using integers with green set to the minimum minus one value, rgb(0, -1, 0) invalid http://www.w3.org/TR/CSS21/box.html#propdef-border-left-color,http://www.w3.org/TR/CSS21/box.html#border-color-properties e5466ae6e4924dbfb8c54abcf1bfff35aaa9fcf6 `Microsoft`<http://www.microsoft.com/> The 'border-left-color' set to rgb(-1, 0, 0) truncates to a valid value.
|
|
border-left-color-100 reference/border-bottom-color-100-ref Border-left-color set to rgb() using integers with green set to the minimum plus one value, rgb(0, 1, 0) http://www.w3.org/TR/CSS21/box.html#propdef-border-left-color,http://www.w3.org/TR/CSS21/box.html#border-color-properties 364b2d49bef0575b0835bc7efd23aa8e61f7f966 `Microsoft`<http://www.microsoft.com/> The 'border-left-color' set to rgb(0, 1, 0) renders the correct color.
|
|
border-left-color-101 reference/border-bottom-color-001-ref Border-left-color set to rgb() using integers with green set to the minimum value with a minus sign, rgb(0, -0, 0) http://www.w3.org/TR/CSS21/box.html#propdef-border-left-color,http://www.w3.org/TR/CSS21/box.html#border-color-properties 7344c80f3d4b1a6dc1a5b34e443c19ae8842665b `Microsoft`<http://www.microsoft.com/> The 'border-left-color' set to rgb(0, -0, 0) renders the correct color.
|
|
border-left-color-102 reference/border-bottom-color-001-ref Border-left-color set to rgb() using integers with green set to the minimum value with a plus sign, rgb(0, +0, 0) http://www.w3.org/TR/CSS21/box.html#propdef-border-left-color,http://www.w3.org/TR/CSS21/box.html#border-color-properties 4865fb00b6a5e7c3b4b68012dd96183903371e43 `Microsoft`<http://www.microsoft.com/> The 'border-left-color' set to rgb(0, +0, 0) renders the correct color.
|
|
border-left-color-103 reference/border-bottom-color-103-ref Border-left-color set to rgb() using integers with green set to a nominal value, rgb(0, 128, 0) http://www.w3.org/TR/CSS21/box.html#propdef-border-left-color,http://www.w3.org/TR/CSS21/box.html#border-color-properties 3b74f5e601c2348dccb55184f9dbe76b855e84b4 `Microsoft`<http://www.microsoft.com/> The 'border-left-color' set to rgb(0, 128, 0) renders the correct color.
|
|
border-left-color-104 reference/border-bottom-color-103-ref Border-left-color set to rgb() using integers with green set to a nominal value with a plus sign, rgb(0, +128, 0) http://www.w3.org/TR/CSS21/box.html#propdef-border-left-color,http://www.w3.org/TR/CSS21/box.html#border-color-properties eee01133f4234565829cf13524fa72141a68f9e2 `Microsoft`<http://www.microsoft.com/> The 'border-left-color' set to rgb(0, +128, 0) renders the correct color.
|
|
border-left-color-105 reference/border-bottom-color-016-ref Border-left-color set to rgb() using integers with green set to a maximum minus one value, rgb(0, 254, 0) http://www.w3.org/TR/CSS21/box.html#propdef-border-left-color,http://www.w3.org/TR/CSS21/box.html#border-color-properties 8ad6a4b3f714b0c822f8d6d4893cee60422f18b8 `Microsoft`<http://www.microsoft.com/> The 'border-left-color' set to rgb(0, 254, 0) renders the correct color.
|
|
border-left-color-106 reference/border-bottom-color-017-ref Border-left-color set to rgb() using integers with green set to a maximum value, rgb(0, 255, 0) http://www.w3.org/TR/CSS21/box.html#propdef-border-left-color,http://www.w3.org/TR/CSS21/box.html#border-color-properties e66b263e2fced927fa6364a6b16429b9cc66604f `Microsoft`<http://www.microsoft.com/> The 'border-left-color' set to rgb(0, 255, 0) renders the correct color.
|
|
border-left-color-107 reference/border-bottom-color-017-ref Border-left-color set to rgb() using integers with green set to a maximum value with a plus sign, rgb(0, +255, 0) http://www.w3.org/TR/CSS21/box.html#propdef-border-left-color,http://www.w3.org/TR/CSS21/box.html#border-color-properties 3b35e2daccbed12af8e7aee996131bb17ea735f4 `Microsoft`<http://www.microsoft.com/> The 'border-left-color' set to rgb(0, +255, 0) renders the correct color.
|
|
border-left-color-108 reference/border-bottom-color-017-ref Border-left-color set to rgb() using integers with green set to a maximum plus one value, rgb(0, 256 0) invalid http://www.w3.org/TR/CSS21/box.html#propdef-border-left-color,http://www.w3.org/TR/CSS21/box.html#border-color-properties 7353913a2d397f112425fb3e281b66369bd4a00a `Microsoft`<http://www.microsoft.com/> The 'border-left-color' set to rgb(0, 256, 0) properly truncates to a valid value.
|
|
border-left-color-109 reference/border-bottom-color-001-ref Border-left-color set to rgb() using percentages with blue set to the minimum minus one value, rgb(0%, 0%, -1%) invalid http://www.w3.org/TR/CSS21/box.html#propdef-border-left-color,http://www.w3.org/TR/CSS21/box.html#border-color-properties bb5895b5a6e6168bd0246a3620eff8d4c51995e7 `Microsoft`<http://www.microsoft.com/> The 'border-left-color' set to rgb(0%, 0%, -1%) truncates to a valid value.
|
|
border-left-color-110 reference/border-bottom-color-110-ref Border-left-color set to rgb() using percentages with blue set to the minimum plus one value, rgb(0%, 0%, 1%) http://www.w3.org/TR/CSS21/box.html#propdef-border-left-color,http://www.w3.org/TR/CSS21/box.html#border-color-properties 48a9c9cc6700c77f799210208816ab77ad9c3e62 `Microsoft`<http://www.microsoft.com/>,`Rebecca Hauck`<rhauck@adobe.com> The 'border-left-color' set to rgb(0%, 0%, 1%) renders the correct color.
|
|
border-left-color-111 reference/border-bottom-color-001-ref Border-left-color set to rgb() using percentages with blue set to the minimum value and minus sign, rgb(0%, 0%, -0%) http://www.w3.org/TR/CSS21/box.html#propdef-border-left-color,http://www.w3.org/TR/CSS21/box.html#border-color-properties 1f19b31ca53a9b1e48680693eebd1880303f9773 `Microsoft`<http://www.microsoft.com/> The 'border-left-color' set to rgb(0%, 0%, -0%) renders the correct color.
|
|
border-left-color-112 reference/border-bottom-color-001-ref Border-left-color set to rgb() using percentages with blue set to the minimum value and plus sign, rgb(0%, 0%, +0%) http://www.w3.org/TR/CSS21/box.html#propdef-border-left-color,http://www.w3.org/TR/CSS21/box.html#border-color-properties 7da65b212c4f421b411cf479dbfebf9df39b0e62 `Microsoft`<http://www.microsoft.com/> The 'border-left-color' set to rgb(0%, 0%, +0%) renders the correct color.
|
|
border-left-color-113 reference/border-bottom-color-113-ref Border-left-color set to rgb() using percentages with blue set to a nominal value, rgb(0%, 0%, 40%) http://www.w3.org/TR/CSS21/box.html#propdef-border-left-color,http://www.w3.org/TR/CSS21/box.html#border-color-properties dd7190107e6d6ff4edbe4e435856632f2e07ba2a `Microsoft`<http://www.microsoft.com/>,`Rebecca Hauck`<rhauck@adobe.com> The 'border-left-color' set to rgb(0%, 0%, 40%) renders the correct color.
|
|
border-left-color-114 reference/border-bottom-color-113-ref Border-left-color set to rgb() using percentages with blue set to a nominal value with a plus sign, rgb(0%, 0%, +40%) http://www.w3.org/TR/CSS21/box.html#propdef-border-left-color,http://www.w3.org/TR/CSS21/box.html#border-color-properties 7b41c536160327efbc0fed11675208dc0196055f `Microsoft`<http://www.microsoft.com/>,`Rebecca Hauck`<rhauck@adobe.com> The 'border-left-color' set to rgb(0%, 0%, +40%) renders the correct color.
|
|
border-left-color-115 reference/border-bottom-color-115-ref Border-left-color set to rgb() using percentages with blue set to a maximum minus one value, rgb(0%, 0%, 99%) http://www.w3.org/TR/CSS21/box.html#propdef-border-left-color,http://www.w3.org/TR/CSS21/box.html#border-color-properties d5d5f4909134071ea1ec579ff2899cc2259f118b `Microsoft`<http://www.microsoft.com/>,`Rebecca Hauck`<rhauck@adobe.com> The 'border-left-color' set to rgb(0%, 0%, 99%) renders the correct color.
|
|
border-left-color-116 reference/border-bottom-color-022-ref Border-left-color set to rgb() using percentages with blue set to a maximum value, rgb(0%, 0%, 100%) http://www.w3.org/TR/CSS21/box.html#propdef-border-left-color,http://www.w3.org/TR/CSS21/box.html#border-color-properties ae720acc3f879bab99a5367edba34dd7012d77df `Microsoft`<http://www.microsoft.com/> The 'border-left-color' set to rgb(0%, 0%, 100%) renders the correct color.
|
|
border-left-color-117 reference/border-bottom-color-022-ref Border-left-color set to rgb() using percentages with blue set to a maximum value with a plus sign, rgb(0%, 0%, +100%) http://www.w3.org/TR/CSS21/box.html#propdef-border-left-color,http://www.w3.org/TR/CSS21/box.html#border-color-properties a86b297544f1275e1fcebda5d191c43a06fb3978 `Microsoft`<http://www.microsoft.com/> The 'border-left-color' set to rgb(0%, 0%, +100%) renders the correct color.
|
|
border-left-color-118 reference/border-bottom-color-022-ref Border-left-color set to rgb() using percentages with blue set to a maximum plus one value, rgb(0%, 0%, 101%) invalid http://www.w3.org/TR/CSS21/box.html#propdef-border-left-color,http://www.w3.org/TR/CSS21/box.html#border-color-properties deea1571b7baf12c0a99c5aafb87466d4e2138e4 `Microsoft`<http://www.microsoft.com/> The 'border-left-color' set to rgb(0%, 0%, 101%) truncates to a valid value.
|
|
border-left-color-119 reference/border-bottom-color-001-ref Border-left-color set to rgb() using integers with blue set to the minimum minus one value, rgb(0, 0, -1) invalid http://www.w3.org/TR/CSS21/box.html#propdef-border-left-color,http://www.w3.org/TR/CSS21/box.html#border-color-properties cfbc17ba978a920a7bc723e2c5f9c21da0d607f0 `Microsoft`<http://www.microsoft.com/> The 'border-left-color' set to rgb(0, 0, -1) truncates to a valid value.
|
|
border-left-color-120 reference/border-bottom-color-019-ref Border-left-color set to rgb() using integers with blue set to the minimum plus one value, rgb(0, 0, 1) http://www.w3.org/TR/CSS21/box.html#propdef-border-left-color,http://www.w3.org/TR/CSS21/box.html#border-color-properties 6397e2f617465b467e7ed659f55a842a1f095d93 `Microsoft`<http://www.microsoft.com/> The 'border-left-color' set to rgb(0, 0, 1) renders the correct color.
|
|
border-left-color-121 reference/border-bottom-color-001-ref Border-left-color set to rgb() using integers with blue set to the minimum value with a minus sign, rgb(0, 0, -0) http://www.w3.org/TR/CSS21/box.html#propdef-border-left-color,http://www.w3.org/TR/CSS21/box.html#border-color-properties ac21d96ea98a270a8370596520c50bf86e1cd8f2 `Microsoft`<http://www.microsoft.com/> The 'border-left-color' set to rgb(0, 0, -0) renders the correct color.
|
|
border-left-color-122 reference/border-bottom-color-001-ref Border-left-color set to rgb() using integers with blue set to the minimum value with a plus sign, rgb(0, 0, +0) http://www.w3.org/TR/CSS21/box.html#propdef-border-left-color,http://www.w3.org/TR/CSS21/box.html#border-color-properties d5dcd3b0931d757a5146df14c7d26718d8ddac2c `Microsoft`<http://www.microsoft.com/> The 'border-left-color' set to rgb(0, 0, +0) renders the correct color.
|
|
border-left-color-123 reference/border-bottom-color-123-ref Border-left-color set to rgb() using integers with blue set to a nominal value, rgb(0, 0, 128) http://www.w3.org/TR/CSS21/box.html#propdef-border-left-color,http://www.w3.org/TR/CSS21/box.html#border-color-properties 7c80c9ceb9719069b369fc20811f93a1e3e944fa `Microsoft`<http://www.microsoft.com/> The 'border-left-color' set to rgb(0, 0, 128) renders the correct color.
|
|
border-left-color-124 reference/border-bottom-color-123-ref Border-left-color set to rgb() using integers with blue set to a nominal value with a plus sign, rgb(0, 0, +128) http://www.w3.org/TR/CSS21/box.html#propdef-border-left-color,http://www.w3.org/TR/CSS21/box.html#border-color-properties 382d089a1b7afd3a1373e79a8814518f30ebef66 `Microsoft`<http://www.microsoft.com/> The 'border-left-color' set to rgb(0, 0, +128) renders the correct color.
|
|
border-left-color-125 reference/border-bottom-color-021-ref Border-left-color set to rgb() using integers with blue set to a maximum minus one value, rgb(0, 0, 254) http://www.w3.org/TR/CSS21/box.html#propdef-border-left-color,http://www.w3.org/TR/CSS21/box.html#border-color-properties 9a70df91a0a6d158a19be5003675917b6d140e7a `Microsoft`<http://www.microsoft.com/> The 'border-left-color' set to rgb(0, 0, 254) renders the correct color.
|
|
border-left-color-126 reference/border-bottom-color-022-ref Border-left-color set to rgb() using integers with blue set to a maximum value, rgb(0, 0, 255) http://www.w3.org/TR/CSS21/box.html#propdef-border-left-color,http://www.w3.org/TR/CSS21/box.html#border-color-properties 42a5babf65a61b007ad41ac6ab12c83cd511d3de `Microsoft`<http://www.microsoft.com/> The 'border-left-color' set to rgb(0, 0, 255) renders the correct color.
|
|
border-left-color-127 reference/border-bottom-color-022-ref Border-left-color set to rgb() using integers with blue set to a maximum value with a plus sign, rgb(0, 0, +255) http://www.w3.org/TR/CSS21/box.html#propdef-border-left-color,http://www.w3.org/TR/CSS21/box.html#border-color-properties 121d49468578851e67b0585bb7a44784ea918991 `Microsoft`<http://www.microsoft.com/> The 'border-left-color' set to rgb(0, 0, +255) renders the correct color.
|
|
border-left-color-128 reference/border-bottom-color-022-ref Border-left-color set to rgb() using integers with blue set to a maximum plus one value, rgb(0, 0, 256) invalid http://www.w3.org/TR/CSS21/box.html#propdef-border-left-color,http://www.w3.org/TR/CSS21/box.html#border-color-properties c509e8958d8eb700a3fc52a3e980e43b093ea310 `Microsoft`<http://www.microsoft.com/> The 'border-left-color' set to rgb(0, 0, 256) properly truncates to a valid value.
|
|
border-left-color-129 reference/border-bottom-color-129-ref Border-left-color set to aqua http://www.w3.org/TR/CSS21/box.html#propdef-border-left-color,http://www.w3.org/TR/CSS21/box.html#border-color-properties beea4821ccba115bcaa708b1a131c39f5d98dfb0 `Microsoft`<http://www.microsoft.com/> The 'border-left-color' set to aqua causes the border-left-color of the box to be aqua.
|
|
border-left-color-130 reference/border-bottom-color-001-ref Border-left-color set to black http://www.w3.org/TR/CSS21/box.html#propdef-border-left-color,http://www.w3.org/TR/CSS21/box.html#border-color-properties 6d8aba2655ced5f78f36cf982eb1ad815d1a7db1 `Microsoft`<http://www.microsoft.com/> The 'border-left-color' set to black causes the border-left-color of the box to be black.
|
|
border-left-color-131 reference/border-bottom-color-131-ref Border-left-color set to blue http://www.w3.org/TR/CSS21/box.html#propdef-border-left-color,http://www.w3.org/TR/CSS21/box.html#border-color-properties 3f61cc633bd988d85ec1dbd022779107400bf7b6 `Microsoft`<http://www.microsoft.com/> The 'border-left-color' set to blue causes the border-left-color of the box to be blue.
|
|
border-left-color-132 reference/border-bottom-color-132-ref Border-left-color set to fuchsia http://www.w3.org/TR/CSS21/box.html#propdef-border-left-color,http://www.w3.org/TR/CSS21/box.html#border-color-properties e9626ea8975335749a077a2c1d78ea8c05fbf2e0 `Microsoft`<http://www.microsoft.com/> The 'border-left-color' set to fuchsia causes the border-left-color of the box to be fuchsia.
|
|
border-left-color-133 reference/border-bottom-color-133-ref Border-left-color set to gray http://www.w3.org/TR/CSS21/box.html#propdef-border-left-color,http://www.w3.org/TR/CSS21/box.html#border-color-properties b039e2d6208065e8ad69e7a2c2cd18f6cd1fc064 `Microsoft`<http://www.microsoft.com/> The 'border-left-color' set to gray causes the border-left-color of the box to be gray.
|
|
border-left-color-134 reference/border-bottom-color-134-ref Border-left-color set to green http://www.w3.org/TR/CSS21/box.html#propdef-border-left-color,http://www.w3.org/TR/CSS21/box.html#border-color-properties aabfb45baa4b40df9331f94484f1721aac3109d8 `Microsoft`<http://www.microsoft.com/> The 'border-left-color' set to green causes the background of the box to be green.
|
|
border-left-color-135 reference/border-bottom-color-135-ref Border-left-color set to lime http://www.w3.org/TR/CSS21/box.html#propdef-border-left-color,http://www.w3.org/TR/CSS21/box.html#border-color-properties afd09b65e3b30ab4bea8ca507e9fb81a87aebb72 `Microsoft`<http://www.microsoft.com/> The 'border-left-color' set to lime causes the border-left-color of the box to be lime.
|
|
border-left-color-136 reference/border-bottom-color-136-ref Border-left-color set to maroon http://www.w3.org/TR/CSS21/box.html#propdef-border-left-color,http://www.w3.org/TR/CSS21/box.html#border-color-properties 95d1ece1c1779608d7098f0f81693e512e3e75f3 `Microsoft`<http://www.microsoft.com/> The 'border-left-color' set to maroon causes the border-left-color of the box to be maroon.
|
|
border-left-color-137 reference/border-bottom-color-137-ref Border-left-color set to navy http://www.w3.org/TR/CSS21/box.html#propdef-border-left-color,http://www.w3.org/TR/CSS21/box.html#border-color-properties b926cc855f30edb9335c93bcaad7d22b1d2ea391 `Microsoft`<http://www.microsoft.com/> The 'border-left-color' set to navy causes the border-left-color of the box to be navy.
|
|
border-left-color-138 reference/border-bottom-color-138-ref Border-left-color set to olive http://www.w3.org/TR/CSS21/box.html#propdef-border-left-color,http://www.w3.org/TR/CSS21/box.html#border-color-properties 624f17b66dd11eded7d2b3608f097e733083fd7a `Microsoft`<http://www.microsoft.com/> The 'border-left-color' set to olive causes the border-left-color of the box to be olive.
|
|
border-left-color-139 reference/border-bottom-color-139-ref Border-left-color set to orange http://www.w3.org/TR/CSS21/box.html#propdef-border-left-color,http://www.w3.org/TR/CSS21/box.html#border-color-properties d8120f0ff92c464cb9c493cc0b5037341ba85f5c `Microsoft`<http://www.microsoft.com/> The 'border-left-color' set to orange causes the border-left-color of the box to be orange.
|
|
border-left-color-140 reference/border-bottom-color-140-ref Border-left-color set to purple http://www.w3.org/TR/CSS21/box.html#propdef-border-left-color,http://www.w3.org/TR/CSS21/box.html#border-color-properties c99d808474d58e7974ed5ff5fccbbebad13228f4 `Microsoft`<http://www.microsoft.com/> The 'border-left-color' set to purple causes the border-left-color of the box to be purple.
|
|
border-left-color-141 reference/border-bottom-color-141-ref Border-left-color set to red http://www.w3.org/TR/CSS21/box.html#propdef-border-left-color,http://www.w3.org/TR/CSS21/box.html#border-color-properties c6fcdff6cb935ce4bb96c53d5d50b0c4056e684d `Microsoft`<http://www.microsoft.com/> The 'border-left-color' set to red causes the border-left-color of the box to be red.
|
|
border-left-color-142 reference/border-bottom-color-142-ref Border-left-color set to silver http://www.w3.org/TR/CSS21/box.html#propdef-border-left-color,http://www.w3.org/TR/CSS21/box.html#border-color-properties d0497c2ee021b8318359ae7cc9139c4799613a01 `Microsoft`<http://www.microsoft.com/> The 'border-left-color' set to silver causes the border-left-color of the box to be silver.
|
|
border-left-color-143 reference/border-bottom-color-143-ref Border-left-color set to teal http://www.w3.org/TR/CSS21/box.html#propdef-border-left-color,http://www.w3.org/TR/CSS21/box.html#border-color-properties 2c6bd2c622fc5a29590aa1818bb066ca2867de4c `Microsoft`<http://www.microsoft.com/> The 'border-left-color' set to teal causes the border-left-color of the box to be teal.
|
|
border-left-color-144 reference/border-bottom-color-144-ref Border-left-color set to white http://www.w3.org/TR/CSS21/box.html#propdef-border-left-color,http://www.w3.org/TR/CSS21/box.html#border-color-properties 7b631136fa67e1b71900effed280b020aa0e1ab2 `Microsoft`<http://www.microsoft.com/> The 'border-left-color' set to white causes the border-left-color of the box to be white.
|
|
border-left-color-145 reference/border-bottom-color-145-ref Border-left-color set to yellow http://www.w3.org/TR/CSS21/box.html#propdef-border-left-color,http://www.w3.org/TR/CSS21/box.html#border-color-properties f8515a4e8194e90664235b7fe154136a95cf4397 `Microsoft`<http://www.microsoft.com/> The 'border-left-color' set to yellow causes the border-left-color of the box to be yellow.
|
|
border-left-color-174 reference/border-left-color-174-ref Border-left-color set to transparent http://www.w3.org/TR/CSS21/box.html#propdef-border-left-color,http://www.w3.org/TR/CSS21/box.html#border-color-properties fb021956b226aa48499eed71aae4c62ed2617fa4 `Microsoft`<http://www.microsoft.com/> The 'border-left-color' set to transparent properly renders a border with no visible color.
|
|
border-left-color-175 reference/ref-filled-green-100px-square Border-left-color set to inherit http://www.w3.org/TR/CSS21/box.html#propdef-border-left-color,http://www.w3.org/TR/CSS21/box.html#border-color-properties 1a4ea1bd6662c744ebc9b958457bef1c47fde05c `Microsoft`<http://www.microsoft.com/> The 'border-left-color' set to inherit causes the 'border-left-color' of the element to be the same as the 'border-left-color' designated on the parent element.
|
|
border-left-color-applies-to-001 reference/border-left-applies-to-001-ref Border-left-color applied to element with display table-row-group http://www.w3.org/TR/CSS21/box.html#propdef-border-left-color,http://www.w3.org/TR/CSS21/box.html#border-color-properties 9f3c4c6003fcb73fa212bfefc03555eef103c216 `Microsoft`<http://www.microsoft.com/> The 'border-left-color' properties applies to elements with a display of table-row-group.
|
|
border-left-color-applies-to-002 reference/border-left-applies-to-001-ref Border-left-color applied to element with display table-header-group http://www.w3.org/TR/CSS21/box.html#propdef-border-left-color,http://www.w3.org/TR/CSS21/box.html#border-color-properties 0ea74239b96ea2a9e8782e8315bbd0a0a0a99961 `Microsoft`<http://www.microsoft.com/> The 'border-left-color' properties applies to elements with a display of table-header-group.
|
|
border-left-color-applies-to-003 reference/border-left-applies-to-001-ref Border-left-color applied to element with display table-footer-group http://www.w3.org/TR/CSS21/box.html#propdef-border-left-color,http://www.w3.org/TR/CSS21/box.html#border-color-properties fca3617df7ecd8c789f4af074098d77a0c917ce2 `Microsoft`<http://www.microsoft.com/> The 'border-left-color' properties applies to elements with a display of table-footer-group.
|
|
border-left-color-applies-to-004 reference/border-left-applies-to-001-ref Border-left-color applied to element with display table-row http://www.w3.org/TR/CSS21/box.html#propdef-border-left-color,http://www.w3.org/TR/CSS21/box.html#border-color-properties 6be208f3c4f163c3fafb8344472db0425af3047b `Microsoft`<http://www.microsoft.com/> The 'border-left-color' properties applies to elements with a display of table-row.
|
|
border-left-color-applies-to-005 reference/border-left-applies-to-001-ref Border-left-color applied to element with display table-column-group http://www.w3.org/TR/CSS21/box.html#propdef-border-left-color,http://www.w3.org/TR/CSS21/box.html#border-color-properties 462f2f6677a8059e48d0c024cc4920a593cc3a19 `Microsoft`<http://www.microsoft.com/> The 'border-left-color' properties applies to elements with a display of table-column-group.
|
|
border-left-color-applies-to-006 reference/border-left-applies-to-001-ref Border-left-color applied to element with display table-column http://www.w3.org/TR/CSS21/box.html#propdef-border-left-color,http://www.w3.org/TR/CSS21/box.html#border-color-properties 0c08559637da3139aad54ea276e47d7618723647 `Microsoft`<http://www.microsoft.com/> The 'border-left-color' properties applies to elements with a display of table-column.
|
|
border-left-color-applies-to-007 reference/border-left-applies-to-001-ref Border-left-color applied to element with display table-cell http://www.w3.org/TR/CSS21/box.html#propdef-border-left-color,http://www.w3.org/TR/CSS21/box.html#border-color-properties 044144af13154840ca21abcb9733929413254893 `Microsoft`<http://www.microsoft.com/> The 'border-left-color' properties applies to elements with a display of table-cell.
|
|
border-left-color-applies-to-008 Border-left-color applied to element with display inline http://www.w3.org/TR/CSS21/box.html#propdef-border-left-color,http://www.w3.org/TR/CSS21/box.html#border-color-properties 13fc27dea3f85ecea96555975d01ce26d4008498 `Microsoft`<http://www.microsoft.com/> The 'border-left-color' properties applies to elements with a display of inline.
|
|
border-left-color-applies-to-009 reference/border-left-applies-to-001-ref Border-left-color applied to element with display block http://www.w3.org/TR/CSS21/box.html#propdef-border-left-color,http://www.w3.org/TR/CSS21/box.html#border-color-properties 341a0b4c60a06ba934d139e3cd7580eb017b8095 `Microsoft`<http://www.microsoft.com/> The 'border-left-color' properties applies to elements with a display of block.
|
|
border-left-color-applies-to-010 Border-left-color applied to element with display list-item http://www.w3.org/TR/CSS21/box.html#propdef-border-left-color,http://www.w3.org/TR/CSS21/box.html#border-color-properties 31d3398ad9404bf15f3d65999b749587fe102b32 `Microsoft`<http://www.microsoft.com/> The 'border-left-color' properties applies to elements with a display of list-item.
|
|
border-left-color-applies-to-011 Border-left-color applied to element with display run-in http://www.w3.org/TR/CSS21/box.html#propdef-border-left-color,http://www.w3.org/TR/CSS21/box.html#border-color-properties 5443a6dace346a056b3b2153c0bc154a216e862a `Microsoft`<http://www.microsoft.com/> The 'border-left-color' properties applies to elements with a display of run-in.
|
|
border-left-color-applies-to-012 reference/border-left-applies-to-001-ref Border-left-color applied to element with display inline-block http://www.w3.org/TR/CSS21/box.html#propdef-border-left-color,http://www.w3.org/TR/CSS21/box.html#border-color-properties 0fb519174c75dcfe46a70dd954d5d7216360cfda `Microsoft`<http://www.microsoft.com/> The 'border-left-color' properties applies to elements with a display of inline-block.
|
|
border-left-color-applies-to-013 reference/border-left-applies-to-001-ref Border-left-color applied to element with display table http://www.w3.org/TR/CSS21/box.html#propdef-border-left-color,http://www.w3.org/TR/CSS21/box.html#border-color-properties dff11bd6c344421072e3342f804e1d4c7ae5b0c8 `Microsoft`<http://www.microsoft.com/> The 'border-left-color' properties applies to elements with a display of table.
|
|
border-left-color-applies-to-014 reference/border-left-applies-to-001-ref Border-left-color applied to element with display inline-table http://www.w3.org/TR/CSS21/box.html#propdef-border-left-color,http://www.w3.org/TR/CSS21/box.html#border-color-properties 0176c071a4f8a5704903453f392b0cf724eaea7f `Microsoft`<http://www.microsoft.com/> The 'border-left-color' properties applies to elements with a display of inline-table.
|
|
border-left-color-applies-to-015 reference/border-left-applies-to-001-ref Border-left-color applied to element with display table-caption http://www.w3.org/TR/CSS21/box.html#propdef-border-left-color,http://www.w3.org/TR/CSS21/box.html#border-color-properties 2bbd371e8cec77bef91fbc23bae22e7e08317f47 `Microsoft`<http://www.microsoft.com/> The 'border-left-color' properties applies to elements with a display of table-caption.
|
|
border-left-style-001 reference/ref-nothing-below Border-left-style set to 'none' http://www.w3.org/TR/CSS21/box.html#propdef-border-left-style,http://www.w3.org/TR/CSS21/box.html#border-style-properties 2032eefacfae14478cfcdfe0a4e811206d346ea6 `Microsoft`<http://www.microsoft.com/> The 'border-left-style' property set to 'none' does not render any border for an element.
|
|
border-left-style-002 reference/ref-nothing-below Border-left-style set to 'hidden' http://www.w3.org/TR/CSS21/box.html#propdef-border-left-style,http://www.w3.org/TR/CSS21/box.html#border-style-properties cdd15e98b298ef8477950e790b51b9cafea216b4 `Microsoft`<http://www.microsoft.com/> The 'border-left-style' property set to 'hidden' computes to 'none' and does not render any border for non-table elements.
|
|
border-left-style-003 Border-left-style set to 'dotted' http://www.w3.org/TR/CSS21/box.html#propdef-border-left-style,http://www.w3.org/TR/CSS21/box.html#border-style-properties 21fd469ae9cece58fd2c49f80ead4298b350eb73 `Microsoft`<http://www.microsoft.com/> The 'border-left-style' set to 'dotted' renders the proper line style for the border.
|
|
border-left-style-004 Border-left-style set to 'dashed' http://www.w3.org/TR/CSS21/box.html#propdef-border-left-style,http://www.w3.org/TR/CSS21/box.html#border-style-properties 3127e98b0cc934cddcdacc21d7284f87f5698631 `Microsoft`<http://www.microsoft.com/> The 'border-left-style' set to 'dashed' renders the proper line style for the border.
|
|
border-left-style-005 reference/border-left-style-005-ref Border-left-style set to 'solid' http://www.w3.org/TR/CSS21/box.html#propdef-border-left-style,http://www.w3.org/TR/CSS21/box.html#border-style-properties 1a1a1695a70ed4d5c2df54cb86fd5158306fd1fc `Microsoft`<http://www.microsoft.com/> The 'border-left-style' set to 'solid' renders the proper line style for the border.
|
|
border-left-style-006 Border-left-style set to 'double' http://www.w3.org/TR/CSS21/box.html#propdef-border-left-style,http://www.w3.org/TR/CSS21/box.html#border-style-properties 518373f2da84cfc4929608c3964a381dad46452a `Microsoft`<http://www.microsoft.com/> The 'border-left-style' set to 'double' renders the proper line style for the border.
|
|
border-left-style-007 Border-left-style set to 'groove' http://www.w3.org/TR/CSS21/box.html#propdef-border-left-style,http://www.w3.org/TR/CSS21/box.html#border-style-properties 7c36dd92f17381b7cca19afa26a8cac8a8b06811 `Microsoft`<http://www.microsoft.com/> The 'border-left-style' set to 'groove' renders the proper line style for the border.
|
|
border-left-style-008 Border-left-style set to 'ridge' http://www.w3.org/TR/CSS21/box.html#propdef-border-left-style,http://www.w3.org/TR/CSS21/box.html#border-style-properties 46c946126260af3e5bba3e67df1518f82b12bfc0 `Microsoft`<http://www.microsoft.com/> The 'border-left-style' set to 'ridge' renders the proper line style for the border.
|
|
border-left-style-009 Border-left-style set to 'inset' http://www.w3.org/TR/CSS21/box.html#propdef-border-left-style,http://www.w3.org/TR/CSS21/box.html#border-style-properties 530e4eed89427342fbdb39af9c77af3397fc4bdb `Microsoft`<http://www.microsoft.com/> The 'border-left-style' set to 'inset' renders the proper line style for the border.
|
|
border-left-style-010 Border-left-style set to 'outset' http://www.w3.org/TR/CSS21/box.html#propdef-border-left-style,http://www.w3.org/TR/CSS21/box.html#border-style-properties 40f0bc244701acccee7c1dcab61e665c7b15cd0d `Microsoft`<http://www.microsoft.com/> The 'border-left-style' set to 'outset' renders the proper line style for the border.
|
|
border-left-style-011 Border-left-style set to 'inherit' http://www.w3.org/TR/CSS21/box.html#propdef-border-left-style,http://www.w3.org/TR/CSS21/box.html#border-style-properties 2c4768b1d812601c09f8c1074b87f802c947512e `Microsoft`<http://www.microsoft.com/> The 'border-left-style' property set to 'inherit' properly applies the value from the parent's 'border-left-style' property value.
|
|
border-left-style-applies-to-001 Border-left-style applied to element with display table-row-group http://www.w3.org/TR/CSS21/box.html#propdef-border-left-style,http://www.w3.org/TR/CSS21/box.html#border-style-properties 1f382ba5c4140acfdd4402135b42a9723407b3e6 `Microsoft`<http://www.microsoft.com/> The 'border-left-style' properties applies to elements with a display of table-row-group.
|
|
border-left-style-applies-to-002 Border-left-style applied to element with display table-header-group http://www.w3.org/TR/CSS21/box.html#propdef-border-left-style,http://www.w3.org/TR/CSS21/box.html#border-style-properties 8a8cb427f1d19ff28ab2d16d43a27a7aab97f09b `Microsoft`<http://www.microsoft.com/> The 'border-left-style' properties applies to elements with a display of table-header-group.
|
|
border-left-style-applies-to-003 Border-left-style applied to element with display table-footer-group http://www.w3.org/TR/CSS21/box.html#propdef-border-left-style,http://www.w3.org/TR/CSS21/box.html#border-style-properties 677620b5bbe8707c61480affa6486cc3be0497e7 `Microsoft`<http://www.microsoft.com/> The 'border-left-style' properties applies to elements with a display of table-footer-group.
|
|
border-left-style-applies-to-004 Border-left-style applied to element with display table-row http://www.w3.org/TR/CSS21/box.html#propdef-border-left-style,http://www.w3.org/TR/CSS21/box.html#border-style-properties c539e2383440e7c288b569d45134d03a27a63b59 `Microsoft`<http://www.microsoft.com/> The 'border-left-style' properties applies to elements with a display of table-row.
|
|
border-left-style-applies-to-005 Border-left-style applied to element with display table-column-group http://www.w3.org/TR/CSS21/box.html#propdef-border-left-style,http://www.w3.org/TR/CSS21/box.html#border-style-properties 04040991ed9938a0b0db98b9e84b6a19c13397e7 `Microsoft`<http://www.microsoft.com/> The 'border-left-style' properties applies to elements with a display of table-column-group.
|
|
border-left-style-applies-to-006 Border-left-style applied to element with display table-column http://www.w3.org/TR/CSS21/box.html#propdef-border-left-style,http://www.w3.org/TR/CSS21/box.html#border-style-properties b871dd4f287726e37e7be2cc20fd524eefaf632c `Microsoft`<http://www.microsoft.com/> The 'border-left-style' properties applies to elements with a display of table-column.
|
|
border-left-style-applies-to-007 Border-left-style applied to element with display table-cell http://www.w3.org/TR/CSS21/box.html#propdef-border-left-style,http://www.w3.org/TR/CSS21/box.html#border-style-properties 2b7f52862322f89b8eb8cde5c6619f0e1a55d22f `Microsoft`<http://www.microsoft.com/> The 'border-left-style' properties applies to elements with a display of table-cell.
|
|
border-left-style-applies-to-008 Border-left-style applied to element with display inline http://www.w3.org/TR/CSS21/box.html#propdef-border-left-style,http://www.w3.org/TR/CSS21/box.html#border-style-properties 04c3fc44205220fdbdac841229ccfb8ce0180f37 `Microsoft`<http://www.microsoft.com/> The 'border-left-style' properties applies to elements with a display of inline.
|
|
border-left-style-applies-to-009 Border-left-style applied to element with display block http://www.w3.org/TR/CSS21/box.html#propdef-border-left-style,http://www.w3.org/TR/CSS21/box.html#border-style-properties cbce9f47e15400f8a39dd392b1f7fee53b83f2f2 `Microsoft`<http://www.microsoft.com/> The 'border-left-style' properties applies to elements with a display of block.
|
|
border-left-style-applies-to-010 Border-left-style applied to element with display list-item http://www.w3.org/TR/CSS21/box.html#propdef-border-left-style,http://www.w3.org/TR/CSS21/box.html#border-style-properties ff6b56c33d54656251d15871ce73fcc18306a700 `Microsoft`<http://www.microsoft.com/> The 'border-left-style' properties applies to elements with a display of list-item.
|
|
border-left-style-applies-to-011 Border-left-style applied to element with display run-in http://www.w3.org/TR/CSS21/box.html#propdef-border-left-style,http://www.w3.org/TR/CSS21/box.html#border-style-properties c58fc17e2b507e733ca58583a497cfcb5d1b50e3 `Microsoft`<http://www.microsoft.com/> The 'border-left-style' properties applies to elements with a display of run-in.
|
|
border-left-style-applies-to-012 Border-left-style applied to element with display inline-block http://www.w3.org/TR/CSS21/box.html#propdef-border-left-style,http://www.w3.org/TR/CSS21/box.html#border-style-properties d34561e1c3acbf42a7969cf271cc15617b1cb1d5 `Microsoft`<http://www.microsoft.com/> The 'border-left-style' properties applies to elements with a display of inline-block.
|
|
border-left-style-applies-to-013 Border-left-style applied to element with display table http://www.w3.org/TR/CSS21/box.html#propdef-border-left-style,http://www.w3.org/TR/CSS21/box.html#border-style-properties f9a31cb5532e6fe87e0ab68bd981d6f03aafa8ae `Microsoft`<http://www.microsoft.com/> The 'border-left-style' properties applies to elements with a display of table.
|
|
border-left-style-applies-to-014 Border-left-style applied to element with display inline-table http://www.w3.org/TR/CSS21/box.html#propdef-border-left-style,http://www.w3.org/TR/CSS21/box.html#border-style-properties 92e54d7703273c39482774a796f217c6168ba358 `Microsoft`<http://www.microsoft.com/> The 'border-left-style' properties applies to elements with a display of inline-table.
|
|
border-left-style-applies-to-015 Border-left-style applied to element with display table-caption http://www.w3.org/TR/CSS21/box.html#propdef-border-left-style,http://www.w3.org/TR/CSS21/box.html#border-style-properties 50c933d67c5abd45469d1f0546895e2d02b58019 `Microsoft`<http://www.microsoft.com/> The 'border-left-style' properties applies to elements with a display of table-caption.
|
|
border-left-width-001 reference/border-left-width-001-ref Border-left-width using pixels with a minimum minus one (negative) value, -1px invalid http://www.w3.org/TR/CSS21/box.html#propdef-border-left-width,http://www.w3.org/TR/CSS21/box.html#border-width-properties d8eb965cb3df45e39c27877d6e849712d1ff5b10 `Microsoft`<http://www.microsoft.com/> The 'border-left-width' property does not support a negative length value in pixels and resets to the initial value.
|
|
border-left-width-002 reference/ref-if-there-is-no-red Border-left-width using pixels with a minimum value, 0px http://www.w3.org/TR/CSS21/box.html#propdef-border-left-width,http://www.w3.org/TR/CSS21/box.html#border-width-properties 389ede23f0cc2be74d4b9327e0c2cf33bc65570f `Microsoft`<http://www.microsoft.com/> The 'border-left-width' property supports a minimum length value in pixels that sets the width of the left border.
|
|
border-left-width-003 reference/border-left-width-003-ref Border-left-width using pixels with a minimum plus one value, 1px http://www.w3.org/TR/CSS21/box.html#propdef-border-left-width,http://www.w3.org/TR/CSS21/box.html#border-width-properties e4e830efb25eb4db71a055c9a1dcbf1ce185979e `Microsoft`<http://www.microsoft.com/> The 'border-left-width' property supports a minimum plus one length value in pixels that sets the width of the left border.
|
|
border-left-width-004 reference/ref-if-there-is-no-red Border-left-width using pixels with a minimum value with a minus sign, -0px http://www.w3.org/TR/CSS21/box.html#propdef-border-left-width,http://www.w3.org/TR/CSS21/box.html#border-width-properties 33c703403b2cbed821bd6492f3b4a62cdc150cfe `Microsoft`<http://www.microsoft.com/> The 'border-left-width' property supports a minimum length value in pixels that that has a minus sign before it.
|
|
border-left-width-005 reference/ref-if-there-is-no-red Border-left-width using pixels with a minimum value with a plus sign, +0px http://www.w3.org/TR/CSS21/box.html#propdef-border-left-width,http://www.w3.org/TR/CSS21/box.html#border-width-properties 820a3a01f97148d12082a15718b153d08e9681b2 `Microsoft`<http://www.microsoft.com/> The 'border-left-width' property supports a minimum length value in pixels that that has a plus sign before it.
|
|
border-left-width-006 reference/border-left-width-006-ref Border-left-width using pixels with a nominal value, 96px 96dpi http://www.w3.org/TR/CSS21/box.html#propdef-border-left-width,http://www.w3.org/TR/CSS21/box.html#border-width-properties 52604f34d7ff3479060490a4dc0b92f1f4a4b83b `Microsoft`<http://www.microsoft.com/> The 'border-left-width' property supports a nominal length value in pixels that sets the width of the left border.
|
|
border-left-width-007 reference/border-left-width-006-ref Border-left-width using pixels with a nominal value with a plus sign, +96px 96dpi http://www.w3.org/TR/CSS21/box.html#propdef-border-left-width,http://www.w3.org/TR/CSS21/box.html#border-width-properties a0180fc5ae967598fdf8f3196f26b6ee2b007407 `Microsoft`<http://www.microsoft.com/> The 'border-left-width' property supports a nominal length value in pixels that has a plus sign before it.
|
|
border-left-width-012 Border-left-width using points with a minimum minus one (negative) value, -1pt invalid http://www.w3.org/TR/CSS21/box.html#propdef-border-left-width,http://www.w3.org/TR/CSS21/box.html#border-width-properties 97c98c7ba3a6a6dc71bfac5d1729eaf13f2acf79 `Microsoft`<http://www.microsoft.com/> The 'border-left-width' property does not support a negative length value in points and resets to the initial value.
|
|
border-left-width-013 reference/ref-if-there-is-no-red Border-left-width using points with a minimum value, 0pt http://www.w3.org/TR/CSS21/box.html#propdef-border-left-width,http://www.w3.org/TR/CSS21/box.html#border-width-properties 33ea2bda5fdff967439f222e3c5ff8d34eab2c14 `Microsoft`<http://www.microsoft.com/> The 'border-left-width' property supports a minimum length value in points that sets the width of the left border.
|
|
border-left-width-015 reference/ref-if-there-is-no-red Border-left-width using points with a minimum value with a minus sign, -0pt http://www.w3.org/TR/CSS21/box.html#propdef-border-left-width,http://www.w3.org/TR/CSS21/box.html#border-width-properties 56ba1ec2c69769f4d9dfe0e9f2c584f1cb646191 `Microsoft`<http://www.microsoft.com/> The 'border-left-width' property supports a minimum length value in points that that has a minus sign before it.
|
|
border-left-width-016 reference/ref-if-there-is-no-red Border-left-width using points with a minimum value with a plus sign, +0pt http://www.w3.org/TR/CSS21/box.html#propdef-border-left-width,http://www.w3.org/TR/CSS21/box.html#border-width-properties 17592ab1c450ffa35c8636a5959b40f5f5dbf938 `Microsoft`<http://www.microsoft.com/> The 'border-left-width' property supports a minimum length value in points that that has a plus sign before it.
|
|
border-left-width-017 reference/border-left-width-006-ref Border-left-width using points with a nominal value, 72pt http://www.w3.org/TR/CSS21/box.html#propdef-border-left-width,http://www.w3.org/TR/CSS21/box.html#border-width-properties db60e96c98fbdd81033fc1c0069bc4d17adb130e `Microsoft`<http://www.microsoft.com/> The 'border-left-width' property supports a nominal length value in points that sets the width of the left border.
|
|
border-left-width-018 reference/border-left-width-006-ref Border-left-width using points with a nominal value with a plus sign, +72pt http://www.w3.org/TR/CSS21/box.html#propdef-border-left-width,http://www.w3.org/TR/CSS21/box.html#border-width-properties 76137a7db50639a65f9d7ad846100c725bc38197 `Microsoft`<http://www.microsoft.com/> The 'border-left-width' property supports a nominal length value in points that has a plus sign before it.
|
|
border-left-width-023 Border-left-width using picas with a minimum minus one (negative) value, -1pc invalid http://www.w3.org/TR/CSS21/box.html#propdef-border-left-width,http://www.w3.org/TR/CSS21/box.html#border-width-properties af752498e1622cb71a0852df722d7ae041d1a00d `Microsoft`<http://www.microsoft.com/> The 'border-left-width' property does not support a negative length value in picas and resets to the initial value.
|
|
border-left-width-024 reference/ref-if-there-is-no-red Border-left-width using picas with a minimum value, 0pc http://www.w3.org/TR/CSS21/box.html#propdef-border-left-width,http://www.w3.org/TR/CSS21/box.html#border-width-properties 9cb257e532477b28445b7d41fd90682430942aae `Microsoft`<http://www.microsoft.com/> The 'border-left-width' property supports a minimum length value in picas that sets the width of the left border.
|
|
border-left-width-025 reference/border-left-width-025-ref Border-left-width using picas with a minimum plus one value, 1pc http://www.w3.org/TR/CSS21/box.html#propdef-border-left-width,http://www.w3.org/TR/CSS21/box.html#border-width-properties a532a640da1f5547b40a9994412dffb46c70712d `Microsoft`<http://www.microsoft.com/> The 'border-left-width' property supports a minimum plus one length value in picas that sets the width of the left border.
|
|
border-left-width-026 reference/ref-if-there-is-no-red Border-left-width using picas with a minimum value with a minus sign, -0pc http://www.w3.org/TR/CSS21/box.html#propdef-border-left-width,http://www.w3.org/TR/CSS21/box.html#border-width-properties 7bf50673c4bcf834c599979c90fec4c09ffd9dc6 `Microsoft`<http://www.microsoft.com/> The 'border-left-width' property supports a minimum length value in picas that that has a minus sign before it.
|
|
border-left-width-027 reference/ref-if-there-is-no-red Border-left-width using picas with a minimum value with a plus sign, +0pc http://www.w3.org/TR/CSS21/box.html#propdef-border-left-width,http://www.w3.org/TR/CSS21/box.html#border-width-properties 5db1e53f3a762ec45793fb952ff0d94b0eb35b38 `Microsoft`<http://www.microsoft.com/> The 'border-left-width' property supports a minimum length value in picas that that has a plus sign before it.
|
|
border-left-width-028 reference/border-left-width-006-ref Border-left-width using picas with a nominal value, 6pc http://www.w3.org/TR/CSS21/box.html#propdef-border-left-width,http://www.w3.org/TR/CSS21/box.html#border-width-properties 0688105e99ab4bec0f7186fb3cd042f94296fde7 `Microsoft`<http://www.microsoft.com/> The 'border-left-width' property supports a nominal length value in picas that sets the width of the left border.
|
|
border-left-width-029 reference/border-left-width-006-ref Border-left-width using picas with a nominal value with a plus sign, +6pc http://www.w3.org/TR/CSS21/box.html#propdef-border-left-width,http://www.w3.org/TR/CSS21/box.html#border-width-properties fa43847bcdae4033abf5718f0c1eef6c123e8e7f `Microsoft`<http://www.microsoft.com/> The 'border-left-width' property supports a nominal length value in picas that has a plus sign before it.
|
|
border-left-width-034 Border-left-width using centimeters with a minimum minus one (negative) value, -1cm invalid http://www.w3.org/TR/CSS21/box.html#propdef-border-left-width,http://www.w3.org/TR/CSS21/box.html#border-width-properties 4f10f750f1cd4111986f55d88f1f955927717bd0 `Microsoft`<http://www.microsoft.com/> The 'border-left-width' property does not support a negative length value in centimeters and resets to the initial value.
|
|
border-left-width-035 reference/ref-if-there-is-no-red Border-left-width using centimeters with a minimum value, 0cm http://www.w3.org/TR/CSS21/box.html#propdef-border-left-width,http://www.w3.org/TR/CSS21/box.html#border-width-properties e0af3f9b2d8792becaf891ca674daa84126d71a7 `Microsoft`<http://www.microsoft.com/> The 'border-left-width' property supports a minimum length value in centimeters that sets the width of the left border.
|
|
border-left-width-036 Border-left-width using centimeters with a minimum plus one value, 1cm http://www.w3.org/TR/CSS21/box.html#propdef-border-left-width,http://www.w3.org/TR/CSS21/box.html#border-width-properties b7628a9763c3c7563e6446416a17f5ce6f15852d `Microsoft`<http://www.microsoft.com/> The 'border-left-width' property supports a minimum plus one length value in centimeters that sets the width of the left border.
|
|
border-left-width-037 reference/ref-if-there-is-no-red Border-left-width using centimeters with a minimum value with a minus sign, -0cm http://www.w3.org/TR/CSS21/box.html#propdef-border-left-width,http://www.w3.org/TR/CSS21/box.html#border-width-properties 19aea25098313dddf20cc1ecbbc448340f57dddc `Microsoft`<http://www.microsoft.com/> The 'border-left-width' property supports a minimum length value in centimeters that that has a minus sign before it.
|
|
border-left-width-038 reference/ref-if-there-is-no-red Border-left-width using centimeters with a minimum value with a plus sign, +0cm http://www.w3.org/TR/CSS21/box.html#propdef-border-left-width,http://www.w3.org/TR/CSS21/box.html#border-width-properties 869780b1984959a88c3a7005b696e61b38dc4e9a `Microsoft`<http://www.microsoft.com/> The 'border-left-width' property supports a minimum length value in centimeters that that has a plus sign before it.
|
|
border-left-width-039 reference/border-left-width-006-ref Border-left-width using centimeters with a nominal value, 2.54cm http://www.w3.org/TR/CSS21/box.html#propdef-border-left-width,http://www.w3.org/TR/CSS21/box.html#border-width-properties e27d4dd72ee6c6d205aa032a60fab098d0cdf330 `Microsoft`<http://www.microsoft.com/> The 'border-left-width' property supports a nominal length value in centimeters that sets the width of the left border.
|
|
border-left-width-040 reference/border-left-width-006-ref Border-left-width using centimeters with a nominal value with a plus sign, +2.54cm http://www.w3.org/TR/CSS21/box.html#propdef-border-left-width,http://www.w3.org/TR/CSS21/box.html#border-width-properties ca40d8af52c6f7d42a06c636b7d5bfa0622a7ff0 `Microsoft`<http://www.microsoft.com/> The 'border-left-width' property supports a nominal length value in centimeters that has a plus sign before it.
|
|
border-left-width-045 Border-left-width using millimeters with a minimum minus one (negative) value, -1mm invalid http://www.w3.org/TR/CSS21/box.html#propdef-border-left-width,http://www.w3.org/TR/CSS21/box.html#border-width-properties 17ead250c0e1d7139e5829fc844960a97b3ae40c `Microsoft`<http://www.microsoft.com/> The 'border-left-width' property does not support a negative length value in millimeters and resets to the initial value.
|
|
border-left-width-046 reference/ref-if-there-is-no-red Border-left-width using millimeters with a minimum value, 0mm http://www.w3.org/TR/CSS21/box.html#propdef-border-left-width,http://www.w3.org/TR/CSS21/box.html#border-width-properties b45ff0e0a47f3a71f5d98c43b8c83c1431b8b2f3 `Microsoft`<http://www.microsoft.com/> The 'border-left-width' property supports a minimum length value in millimeters that sets the width of the left border.
|
|
border-left-width-047 Border-left-width using millimeters with a minimum plus one value, 1mm http://www.w3.org/TR/CSS21/box.html#propdef-border-left-width,http://www.w3.org/TR/CSS21/box.html#border-width-properties e73fe13183b1bdbec4759ab49c79fe1c715d3658 `Microsoft`<http://www.microsoft.com/> The 'border-left-width' property supports a minimum plus one length value in millimeters that sets the width of the left border.
|
|
border-left-width-048 reference/ref-if-there-is-no-red Border-left-width using millimeters with a minimum value with a minus sign, -0mm http://www.w3.org/TR/CSS21/box.html#propdef-border-left-width,http://www.w3.org/TR/CSS21/box.html#border-width-properties 4288c0487eeb65709c2ddd490f64b63a5257b8e5 `Microsoft`<http://www.microsoft.com/> The 'border-left-width' property supports a minimum length value in millimeters that that has a minus sign before it.
|
|
border-left-width-049 reference/ref-if-there-is-no-red Border-left-width using millimeters with a minimum value with a plus sign, +0mm http://www.w3.org/TR/CSS21/box.html#propdef-border-left-width,http://www.w3.org/TR/CSS21/box.html#border-width-properties 4d2f4d12f2bec469f1cdf963a472e77d793b9a97 `Microsoft`<http://www.microsoft.com/> The 'border-left-width' property supports a minimum length value in millimeters that that has a plus sign before it.
|
|
border-left-width-050 reference/border-left-width-006-ref Border-left-width using millimeters with a nominal value, 25.4mm http://www.w3.org/TR/CSS21/box.html#propdef-border-left-width,http://www.w3.org/TR/CSS21/box.html#border-width-properties 2edf2a13a63e848c4db776082dd299afb1fbb622 `Microsoft`<http://www.microsoft.com/> The 'border-left-width' property supports a nominal length value in millimeters that sets the width of the left border.
|
|
border-left-width-051 reference/border-left-width-006-ref Border-left-width using millimeters with a nominal value with a plus sign, +25.4mm http://www.w3.org/TR/CSS21/box.html#propdef-border-left-width,http://www.w3.org/TR/CSS21/box.html#border-width-properties b6ec0c76a4a41dcedb1c9e0798d8ee91918ad08e `Microsoft`<http://www.microsoft.com/> The 'border-left-width' property supports a nominal length value in millimeters that has a plus sign before it.
|
|
border-left-width-056 Border-left-width using inches with a minimum minus one (negative) value, -1in invalid http://www.w3.org/TR/CSS21/box.html#propdef-border-left-width,http://www.w3.org/TR/CSS21/box.html#border-width-properties 4b8b78f6bbb5cf9162f7f241edcdce0efb32a1cb `Microsoft`<http://www.microsoft.com/> The 'border-left-width' property does not support a negative length value in inches and resets to the initial value.
|
|
border-left-width-057 reference/ref-if-there-is-no-red Border-left-width using inches with a minimum value, 0in http://www.w3.org/TR/CSS21/box.html#propdef-border-left-width,http://www.w3.org/TR/CSS21/box.html#border-width-properties 8c9fb9812f39cd7639ec4635fc4ad610dd1d9b15 `Microsoft`<http://www.microsoft.com/> The 'border-left-width' property supports a minimum length value in inches that sets the width of the left border.
|
|
border-left-width-058 reference/border-left-width-006-ref Border-left-width using inches with a minimum plus one value, 1in http://www.w3.org/TR/CSS21/box.html#propdef-border-left-width,http://www.w3.org/TR/CSS21/box.html#border-width-properties 48d0f96290edede1c514ec839c75b341c4337e9a `Microsoft`<http://www.microsoft.com/> The 'border-left-width' property supports a minimum plus one length value in inches that sets the width of the left border.
|
|
border-left-width-059 reference/ref-if-there-is-no-red Border-left-width using inches with a minimum value with a minus sign, -0in http://www.w3.org/TR/CSS21/box.html#propdef-border-left-width,http://www.w3.org/TR/CSS21/box.html#border-width-properties 5567dc00c2b953b09028a43afc14962dbc03353e `Microsoft`<http://www.microsoft.com/> The 'border-left-width' property supports a minimum length value in inches that that has a minus sign before it.
|
|
border-left-width-060 reference/ref-if-there-is-no-red Border-left-width using inches with a minimum value with a plus sign, +0in http://www.w3.org/TR/CSS21/box.html#propdef-border-left-width,http://www.w3.org/TR/CSS21/box.html#border-width-properties 4075debaf5418f4d85f901b36936934b9eab5a94 `Microsoft`<http://www.microsoft.com/> The 'border-left-width' property supports a minimum length value in inches that that has a plus sign before it.
|
|
border-left-width-061 reference/border-left-width-061-ref Border-left-width using inches with a nominal value, 5in http://www.w3.org/TR/CSS21/box.html#propdef-border-left-width,http://www.w3.org/TR/CSS21/box.html#border-width-properties c27d707d0e0bc929f185d6306fdfd23b908d0327 `Microsoft`<http://www.microsoft.com/> The 'border-left-width' property supports a nominal length value in inches that sets the width of the left border.
|
|
border-left-width-062 reference/border-left-width-061-ref Border-left-width using inches with a nominal value with a plus sign, +5in http://www.w3.org/TR/CSS21/box.html#propdef-border-left-width,http://www.w3.org/TR/CSS21/box.html#border-width-properties 40c6a5b519f2916b39e43762628fb5f11e89ec3d `Microsoft`<http://www.microsoft.com/> The 'border-left-width' property supports a nominal length value in inches that has a plus sign before it.
|
|
border-left-width-067 Border-left-width using 'em' units with a minimum minus one (negative) value, -1em ahem,invalid http://www.w3.org/TR/CSS21/box.html#propdef-border-left-width,http://www.w3.org/TR/CSS21/box.html#border-width-properties 7a2aaa40b26442ff8afc2204af96fda2adc8cb7b `Microsoft`<http://www.microsoft.com/> The 'border-left-width' property does not support a negative length value in 'em' units and resets to the initial value.
|
|
border-left-width-068 reference/ref-if-there-is-no-red Border-left-width using 'em' units with a minimum value, 0em ahem http://www.w3.org/TR/CSS21/box.html#propdef-border-left-width,http://www.w3.org/TR/CSS21/box.html#border-width-properties 50ae6a4f492ac5644d484a88b46b16a827918917 `Microsoft`<http://www.microsoft.com/> The 'border-left-width' property supports a minimum length value in 'em' units that sets the width of the left border.
|
|
border-left-width-069 reference/border-left-width-069-ref Border-left-width using 'em' units with a minimum plus one value, 1em ahem http://www.w3.org/TR/CSS21/box.html#propdef-border-left-width,http://www.w3.org/TR/CSS21/box.html#border-width-properties 46514f9f31ea8f7ea8d0b5252ba7a5bf1cac2196 `Microsoft`<http://www.microsoft.com/> The 'border-left-width' property supports a minimum plus one length value in 'em' units that sets the width of the left border.
|
|
border-left-width-070 reference/ref-if-there-is-no-red Border-left-width using 'em' units with a minimum value with a minus sign, -0em ahem http://www.w3.org/TR/CSS21/box.html#propdef-border-left-width,http://www.w3.org/TR/CSS21/box.html#border-width-properties 0fc3f61cdf3add34cadc5c0f60a1a5e5c4376734 `Microsoft`<http://www.microsoft.com/> The 'border-left-width' property supports a minimum length value in 'em' units that that has a minus sign before it.
|
|
border-left-width-071 reference/ref-if-there-is-no-red Border-left-width using 'em' units with a minimum value with a plus sign, +0em ahem http://www.w3.org/TR/CSS21/box.html#propdef-border-left-width,http://www.w3.org/TR/CSS21/box.html#border-width-properties 0362e71b1b36951774de750944f61028101b2f59 `Microsoft`<http://www.microsoft.com/> The 'border-left-width' property supports a minimum length value in 'em' units that that has a plus sign before it.
|
|
border-left-width-072 reference/border-left-width-072-ref Border-left-width using 'em' units with a nominal value, 6em ahem http://www.w3.org/TR/CSS21/box.html#propdef-border-left-width,http://www.w3.org/TR/CSS21/box.html#border-width-properties 348e79ae179a5a5eeb850a8314014b3ef88bff44 `Microsoft`<http://www.microsoft.com/> The 'border-left-width' property supports a nominal length value in 'em' units that sets the width of the left border.
|
|
border-left-width-073 reference/border-left-width-072-ref Border-left-width using 'em' units with a nominal value with a plus sign, +6em ahem http://www.w3.org/TR/CSS21/box.html#propdef-border-left-width,http://www.w3.org/TR/CSS21/box.html#border-width-properties a15af1c1365451229a602496e9bbb54543515efa `Microsoft`<http://www.microsoft.com/> The 'border-left-width' property supports a nominal length value in 'em' units that has a plus sign before it.
|
|
border-left-width-078 Border-left-width using 'ex' units with a minimum minus one (negative) value, -1ex ahem,invalid http://www.w3.org/TR/CSS21/box.html#propdef-border-left-width,http://www.w3.org/TR/CSS21/box.html#border-width-properties 6d98437d40e54df561df26f96cf92d87ab817ff2 `Microsoft`<http://www.microsoft.com/> The 'border-left-width' property does not support a negative length value in 'ex' units and resets to the initial value.
|
|
border-left-width-079 reference/ref-if-there-is-no-red Border-left-width using 'ex' units with a minimum value, 0ex ahem http://www.w3.org/TR/CSS21/box.html#propdef-border-left-width,http://www.w3.org/TR/CSS21/box.html#border-width-properties fc13f8c95b7e259bcd384157d14d8edf3f5e685d `Microsoft`<http://www.microsoft.com/> The 'border-left-width' property supports a minimum length value in 'ex' units that sets the width of the left border.
|
|
border-left-width-080 reference/border-left-width-025-ref Border-left-width using 'ex' units with a minimum plus one value, 1ex ahem http://www.w3.org/TR/CSS21/box.html#propdef-border-left-width,http://www.w3.org/TR/CSS21/box.html#border-width-properties 8f18b6227c63502b311bbaf26c72513c3ffeab62 `Microsoft`<http://www.microsoft.com/> The 'border-left-width' property supports a minimum plus one length value in 'ex' units that sets the width of the left border.
|
|
border-left-width-081 reference/ref-if-there-is-no-red Border-left-width using 'ex' units with a minimum value with a minus sign, -0ex ahem http://www.w3.org/TR/CSS21/box.html#propdef-border-left-width,http://www.w3.org/TR/CSS21/box.html#border-width-properties 336550c538d172361d9eae5c109ad75f15a9ba2b `Microsoft`<http://www.microsoft.com/> The 'border-left-width' property supports a minimum length value in 'ex' units that that has a minus sign before it.
|
|
border-left-width-082 reference/ref-if-there-is-no-red Border-left-width using 'ex' units with a minimum value with a plus sign, +0ex ahem http://www.w3.org/TR/CSS21/box.html#propdef-border-left-width,http://www.w3.org/TR/CSS21/box.html#border-width-properties b07399427e2e226e13ade0c98348d2049d8f9f38 `Microsoft`<http://www.microsoft.com/> The 'border-left-width' property supports a minimum length value in 'ex' units that that has a plus sign before it.
|
|
border-left-width-083 reference/border-left-width-006-ref Border-left-width using 'ex' units with a nominal value ahem http://www.w3.org/TR/CSS21/box.html#propdef-border-left-width,http://www.w3.org/TR/CSS21/box.html#border-width-properties 89124abe1e486bae1ff1334f98c84ffb9501c318 `Microsoft`<http://www.microsoft.com/> The 'border-left-width' property supports a nominal length value in 'ex' units that sets the width of the left border.
|
|
border-left-width-084 reference/border-left-width-006-ref Border-left-width using 'ex' units with a nominal value with a plus sign ahem http://www.w3.org/TR/CSS21/box.html#propdef-border-left-width,http://www.w3.org/TR/CSS21/box.html#border-width-properties 5b9565ec88bfa25356a5dcaad5b0cbdbefc78834 `Microsoft`<http://www.microsoft.com/> The 'border-left-width' property supports a nominal length value in 'ex' units that has a plus sign before it.
|
|
border-left-width-089 reference/ref-if-there-is-no-red Border-left-width set to negative zero with no units, -0 http://www.w3.org/TR/CSS21/box.html#propdef-border-left-width,http://www.w3.org/TR/CSS21/box.html#border-width-properties 80d3a1d7d06449a802963c9e2ccaf7d48aa8c2c1 `Microsoft`<http://www.microsoft.com/> The 'border-left-width' property supports a minimum length value with no units that has a minus sign before it.
|
|
border-left-width-090 reference/ref-if-there-is-no-red Border-left-width set to zero with no units, 0 http://www.w3.org/TR/CSS21/box.html#propdef-border-left-width,http://www.w3.org/TR/CSS21/box.html#border-width-properties 72355a11dc715085b7e9cb561a8651bc0e23f7fd `Microsoft`<http://www.microsoft.com/> The 'border-left-width' property supports a minimum length value with no units.
|
|
border-left-width-091 reference/ref-if-there-is-no-red Border-left-width set to positive zero with no units, +0 http://www.w3.org/TR/CSS21/box.html#propdef-border-left-width,http://www.w3.org/TR/CSS21/box.html#border-width-properties 0f6bb7d2b9275962418fbdb5ec1c3852cf65d040 `Microsoft`<http://www.microsoft.com/> The 'border-left-width' property supports a minimum length value with no units that has a plus sign before it.
|
|
border-left-width-092 Border-left-width set to thin http://www.w3.org/TR/CSS21/box.html#propdef-border-left-width,http://www.w3.org/TR/CSS21/box.html#border-width-properties 9ebc4929629a63b61a50aaa880821878aa0d6324 `Microsoft`<http://www.microsoft.com/> The 'border-left-width' property supports a value of thin.
|
|
border-left-width-093 Border-left-width set to medium http://www.w3.org/TR/CSS21/box.html#propdef-border-left-width,http://www.w3.org/TR/CSS21/box.html#border-width-properties 269eb985f50102f12f542e0da227dda393be42a2 `Microsoft`<http://www.microsoft.com/> The 'border-left-width' property supports a value of medium.
|
|
border-left-width-094 Border-left-width set to thick http://www.w3.org/TR/CSS21/box.html#propdef-border-left-width,http://www.w3.org/TR/CSS21/box.html#border-width-properties 283924261e2f1da57df873c6f13cb771e2ee20ee `Microsoft`<http://www.microsoft.com/> The 'border-left-width' property supports a value of thick.
|
|
border-left-width-095 reference/border-left-width-095-ref Border-left-width set to inherit http://www.w3.org/TR/CSS21/box.html#propdef-border-left-width,http://www.w3.org/TR/CSS21/box.html#border-width-properties 3a053198e128646cc6c389ca34ebf25b31c5a751 `Microsoft`<http://www.microsoft.com/> The 'border-left-width' property supports a value of inherit and gets its computed value from its parent.
|
|
border-left-width-applies-to-001 reference/ref-filled-black-96px-square Border-left-width applied to element with display table-row-group http://www.w3.org/TR/CSS21/box.html#propdef-border-left-width,http://www.w3.org/TR/CSS21/box.html#border-width-properties 2f514e347940f843b745f7b40f1d6a392ee25058 `Microsoft`<http://www.microsoft.com/> The 'border-left-width' properties applies to elements with a display of table-row-group.
|
|
border-left-width-applies-to-002 reference/ref-filled-black-96px-square Border-left-width applied to element with display table-header-group http://www.w3.org/TR/CSS21/box.html#propdef-border-left-width,http://www.w3.org/TR/CSS21/box.html#border-width-properties 660917b64a22b2977821ac3fd99463761cfea75f `Microsoft`<http://www.microsoft.com/> The 'border-left-width' properties applies to elements with a display of table-header-group.
|
|
border-left-width-applies-to-003 reference/ref-filled-black-96px-square Border-left-width applied to element with display table-footer-group http://www.w3.org/TR/CSS21/box.html#propdef-border-left-width,http://www.w3.org/TR/CSS21/box.html#border-width-properties a02a836fda177af0c2a6fdb96f9d2e5e27bd68c5 `Microsoft`<http://www.microsoft.com/> The 'border-left-width' properties applies to elements with a display of table-footer-group.
|
|
border-left-width-applies-to-004 reference/ref-filled-black-96px-square Border-left-width applied to element with display table-row http://www.w3.org/TR/CSS21/box.html#propdef-border-left-width,http://www.w3.org/TR/CSS21/box.html#border-width-properties ed8ab8a0152e1b0b412c2934b71cc083ee766245 `Microsoft`<http://www.microsoft.com/> The 'border-left-width' properties applies to elements with a display of table-row.
|
|
border-left-width-applies-to-005 reference/ref-filled-black-96px-square Border-left-width applied to element with display table-column-group http://www.w3.org/TR/CSS21/box.html#propdef-border-left-width,http://www.w3.org/TR/CSS21/box.html#border-width-properties 766d070a521bca879b77e3474ebddb248b9156d9 `Microsoft`<http://www.microsoft.com/> The 'border-left-width' properties applies to elements with a display of table-column-group.
|
|
border-left-width-applies-to-006 reference/ref-filled-black-96px-square Border-left-width applied to element with display table-column http://www.w3.org/TR/CSS21/box.html#propdef-border-left-width,http://www.w3.org/TR/CSS21/box.html#border-width-properties 3be0ab21bcb3cda00441060665b386d7fa6ad1dd `Microsoft`<http://www.microsoft.com/> The 'border-left-width' properties applies to elements with a display of table-column.
|
|
border-left-width-applies-to-007 reference/ref-filled-black-96px-square Border-left-width applied to element with display table-cell http://www.w3.org/TR/CSS21/box.html#propdef-border-left-width,http://www.w3.org/TR/CSS21/box.html#border-width-properties 16999d3bfb8f30ae55cac39d270d4f1cf13001f5 `Microsoft`<http://www.microsoft.com/> The 'border-left-width' properties applies to elements with a display of table-cell.
|
|
border-left-width-applies-to-008 Border-left-width applied to element with display inline http://www.w3.org/TR/CSS21/box.html#propdef-border-left-width,http://www.w3.org/TR/CSS21/box.html#border-width-properties 7f9c8323778c75bb6f3c7a021339381621f8dd20 `Microsoft`<http://www.microsoft.com/> The 'border-left-width' properties applies to elements with a display of inline.
|
|
border-left-width-applies-to-009 reference/ref-filled-black-96px-square Border-left-width applied to element with display block http://www.w3.org/TR/CSS21/box.html#propdef-border-left-width,http://www.w3.org/TR/CSS21/box.html#border-width-properties a30b03140a066b5b9a07b1c4719713896bf42923 `Microsoft`<http://www.microsoft.com/> The 'border-left-width' properties applies to elements with a display of block.
|
|
border-left-width-applies-to-010 Border-left-width applied to element with display list-item http://www.w3.org/TR/CSS21/box.html#propdef-border-left-width,http://www.w3.org/TR/CSS21/box.html#border-width-properties 1228db0be1003e4dc23c4287087dbbdead00f403 `Microsoft`<http://www.microsoft.com/> The 'border-left-width' properties applies to elements with a display of list-item.
|
|
border-left-width-applies-to-011 Border-left-width applied to element with display run-in http://www.w3.org/TR/CSS21/box.html#propdef-border-left-width,http://www.w3.org/TR/CSS21/box.html#border-width-properties c24152f2d5b27cfe6b4bd25f439f18d80f69bb4f `Microsoft`<http://www.microsoft.com/> The 'border-left-width' properties applies to elements with a display of run-in.
|
|
border-left-width-applies-to-012 reference/ref-filled-black-96px-square Border-left-width applied to element with display inline-block http://www.w3.org/TR/CSS21/box.html#propdef-border-left-width,http://www.w3.org/TR/CSS21/box.html#border-width-properties 2ea9478d9a6b54872b0f8607a87299f1da582376 `Microsoft`<http://www.microsoft.com/> The 'border-left-width' properties applies to elements with a display of inline-block.
|
|
border-left-width-applies-to-013 reference/ref-filled-black-96px-square Border-left-width applied to element with display table http://www.w3.org/TR/CSS21/box.html#propdef-border-left-width,http://www.w3.org/TR/CSS21/box.html#border-width-properties ff7a0b8672ee7fa7547fa326a66e175456e795b0 `Microsoft`<http://www.microsoft.com/> The 'border-left-width' properties applies to elements with a display of table.
|
|
border-left-width-applies-to-014 reference/ref-filled-black-96px-square Border-left-width applied to element with display inline-table http://www.w3.org/TR/CSS21/box.html#propdef-border-left-width,http://www.w3.org/TR/CSS21/box.html#border-width-properties 97bab5105239b9a26ee28ada15700a9b73d78179 `Microsoft`<http://www.microsoft.com/> The 'border-left-width' properties applies to elements with a display of inline-table.
|
|
border-left-width-applies-to-015 reference/ref-filled-black-96px-square Border-left-width applied to element with display table-caption http://www.w3.org/TR/CSS21/box.html#propdef-border-left-width,http://www.w3.org/TR/CSS21/box.html#border-width-properties f09e40c3c4bfb4e1b58b366f49b4d0d6e2926492 `Microsoft`<http://www.microsoft.com/> The 'border-left-width' properties applies to elements with a display of table-caption.
|
|
border-padding-bleed-001 reference/border-padding-bleed-001-ref line-height - border-top and padding-top of inline non-replaced element paint over previous line box ahem http://www.w3.org/TR/CSS21/visudet.html#leading cc7546240bffc0f8ad600ba2c10219d923f29e4d `Gérard Talbot`<http://www.gtalbot.org/BrowserBugsSection/css21testsuite/> Although margins, borders and padding of inline non-replaced elements do not enter into the line box calculation, they are still rendered around inline boxes. This means that if the height specified by 'line-height' (40px in this testcase) is equal to the content height (40px in this testcase) of contained boxes, then background-color of padding-top area and border-top may 'bleed' into the adjoining preceding line box. Since line boxes are rendered in document order, this causes padding-top and border-top of 2nd line box (the span element in this testcase) to be painted over border-bottom and padding-bottom of inline boxes of previous line and, in this testcase, over the 1st line box.
|
|
border-padding-bleed-002 reference/border-padding-bleed-001-ref line-height - padding-top of inline non-replaced element paint over previous line box ahem http://www.w3.org/TR/CSS21/visudet.html#leading 041996d6c162e774644a3d8e9603a94a386dc46b `Gérard Talbot`<http://www.gtalbot.org/BrowserBugsSection/css21testsuite/> Although margins, borders and padding of inline non-replaced elements do not enter into the line box calculation, they are still rendered around inline boxes. This means that if the height specified by 'line-height' (40px in this testcase) is equal to the content height (40px in this testcase) of contained boxes, then background-color of padding-top area and border-top may 'bleed' into the adjoining preceding line box. Since line boxes are rendered in document order, this causes padding-top of 2nd line box (the span element in this testcase) to be painted over border-bottom and padding-bottom of inline boxes of previous line and, in this testcase, over the 1st line box.
|
|
border-padding-bleed-003 reference/border-padding-bleed-001-ref line-height - border-top of inline non-replaced element paint over previous line box ahem http://www.w3.org/TR/CSS21/visudet.html#leading 48a4b343ee7acbda9eae2d1a84d33ec7e3e59d96 `Gérard Talbot`<http://www.gtalbot.org/BrowserBugsSection/css21testsuite/> Although margins, borders and padding of inline non-replaced elements do not enter into the line box calculation, they are still rendered around inline boxes. This means that if the height specified by 'line-height' (40px in this testcase) is equal to the content height (40px in this testcase) of contained boxes, then background-color of padding-top area and border-top may 'bleed' into the adjoining preceding line box. Since line boxes are rendered in document order, this causes border-top of 2nd line box (the span element in this testcase) to be painted over border-bottom and padding-bottom of inline boxes of previous line and, in this testcase, over the 1st line box.
|
|
border-right-001 reference/border-right-001-ref Border-right set to border-width http://www.w3.org/TR/CSS21/box.html#propdef-border-right,http://www.w3.org/TR/CSS21/box.html#border-shorthand-properties 2d8179461f0992ff88c569e144ffc4f48cdf6471 `Microsoft`<http://www.microsoft.com/> The 'border-right' shorthand property properly sets the border-width for the right border.
|
|
border-right-002 Border-right set to border-style http://www.w3.org/TR/CSS21/box.html#propdef-border-right,http://www.w3.org/TR/CSS21/box.html#border-shorthand-properties df1bcc9a385b047be91c1234e6a9d80fbb54db3d `Microsoft`<http://www.microsoft.com/> The 'border-right' shorthand property properly sets the border-style for the right border.
|
|
border-right-003 reference/border-right-003-ref Border-right set to border-color http://www.w3.org/TR/CSS21/box.html#propdef-border-right,http://www.w3.org/TR/CSS21/box.html#border-shorthand-properties 2663358ecefc97118a89fe3ec3e3b54412c2409e `Microsoft`<http://www.microsoft.com/> The 'border-right' shorthand property properly sets the border-color for the right border.
|
|
border-right-004 Border-right set to border-width border-style http://www.w3.org/TR/CSS21/box.html#propdef-border-right,http://www.w3.org/TR/CSS21/box.html#border-shorthand-properties 79cff3291c6c3085113d75cb1329d3998dc68963 `Microsoft`<http://www.microsoft.com/> The 'border-right' shorthand property properly sets the border-width and border-style for the right border.
|
|
border-right-005 reference/border-right-005-ref Border-right set to border-width border-color http://www.w3.org/TR/CSS21/box.html#propdef-border-right,http://www.w3.org/TR/CSS21/box.html#border-shorthand-properties 95283179d6a2b3a0c4f774ce4b8c7eaa60da1c73 `Microsoft`<http://www.microsoft.com/> The 'border-right' shorthand property sets the 'border-width' and 'border-color' for the right border.
|
|
border-right-006 reference/border-right-001-ref Border-right set to border-style border-width http://www.w3.org/TR/CSS21/box.html#propdef-border-right,http://www.w3.org/TR/CSS21/box.html#border-shorthand-properties 20a0dabc60e94c098d4fe80d9b653a8e37b47daa `Microsoft`<http://www.microsoft.com/> The 'border-right' shorthand property sets the 'border-style' and 'border-width' for the right border.
|
|
border-right-007 Border-right set to border-style border-color http://www.w3.org/TR/CSS21/box.html#propdef-border-right,http://www.w3.org/TR/CSS21/box.html#border-shorthand-properties fdaf9da28995654a59d4b9492e7649ce7ebdd12d `Microsoft`<http://www.microsoft.com/> The 'border-right' shorthand property sets the 'border-style' and 'border-color' for the right border.
|
|
border-right-008 reference/border-right-005-ref Border-right set to border-color border-width http://www.w3.org/TR/CSS21/box.html#propdef-border-right,http://www.w3.org/TR/CSS21/box.html#border-shorthand-properties 01cd3d29aef6cd183344e8f85232d7f1e0e87c53 `Microsoft`<http://www.microsoft.com/> The 'border-right' shorthand property sets the 'border-color' and 'border-width' for the right border.
|
|
border-right-009 Border-right set to border-color border-style http://www.w3.org/TR/CSS21/box.html#propdef-border-right,http://www.w3.org/TR/CSS21/box.html#border-shorthand-properties 07c6e7318e6f321a964ddbec37971227a663d300 `Microsoft`<http://www.microsoft.com/> The 'border-right' shorthand property sets the 'border-color' and 'border-style' for the right border.
|
|
border-right-010 Border-right set to border-width border-style border-color http://www.w3.org/TR/CSS21/box.html#propdef-border-right,http://www.w3.org/TR/CSS21/box.html#border-shorthand-properties 2035f9868eb66c2496b8d31632f28a06e3d6ed77 `Microsoft`<http://www.microsoft.com/> The 'border-right' shorthand property properly sets the 'border-width', 'border-style' and 'border-color'.
|
|
border-right-011 Border-right set to border-width border-color border-style http://www.w3.org/TR/CSS21/box.html#propdef-border-right,http://www.w3.org/TR/CSS21/box.html#border-shorthand-properties 55c8477f6e6660cf1086c88a6739ac1d8ffbfa57 `Microsoft`<http://www.microsoft.com/> The 'border-right' shorthand property properly sets the 'border-width', 'border-color' and 'border-style'.
|
|
border-right-012 Border-right set to border-style border-width border-color http://www.w3.org/TR/CSS21/box.html#propdef-border-right,http://www.w3.org/TR/CSS21/box.html#border-shorthand-properties 3f8788f184925be2d50537ad98926c1f10d18c2d `Microsoft`<http://www.microsoft.com/> The 'border-right' shorthand property properly sets the 'border-style', 'border-width' and 'border-color'.
|
|
border-right-013 Border-right set with border-style border-color border-width http://www.w3.org/TR/CSS21/box.html#propdef-border-right,http://www.w3.org/TR/CSS21/box.html#border-shorthand-properties b29da37fb0032b065614609bc9d4a0cafd12e321 `Microsoft`<http://www.microsoft.com/> The 'border-right' shorthand property properly sets the 'border-style', 'border-color' and 'border-width'.
|
|
border-right-014 Border-right set to border-color border-width border-style http://www.w3.org/TR/CSS21/box.html#propdef-border-right,http://www.w3.org/TR/CSS21/box.html#border-shorthand-properties 2ccb67a681b94825e7851c349e5e35aee46d2fe1 `Microsoft`<http://www.microsoft.com/> The 'border-right' shorthand property properly sets the 'border-color', 'border-width' and 'border-style'.
|
|
border-right-015 Border-right set to border-color border-style border-width http://www.w3.org/TR/CSS21/box.html#propdef-border-right,http://www.w3.org/TR/CSS21/box.html#border-shorthand-properties e63dc38ca76d1f1dadab47a1db18d56f974c096c `Microsoft`<http://www.microsoft.com/> The 'border-right' shorthand property properly sets the 'border-color', 'border-style' and 'border-width'.
|
|
border-right-016 Border-right set to inherit, inheriting a single value for a shorthand property http://www.w3.org/TR/CSS21/box.html#propdef-border-right,http://www.w3.org/TR/CSS21/box.html#border-shorthand-properties 3c03e2574610aafe2cbeed2524b05f7c7567a4ff `Microsoft`<http://www.microsoft.com/> The 'border-right' shorthand property properly accepts 'inherit' as a value and uses its parent's border setting.
|
|
border-right-017 Border-right set to inherit, inheriting two values for a shorthand property http://www.w3.org/TR/CSS21/box.html#propdef-border-right,http://www.w3.org/TR/CSS21/box.html#border-shorthand-properties 7e5a965a3d605ab6ab619d2a03931a919d54bda5 `Microsoft`<http://www.microsoft.com/> The 'border-right' shorthand property properly accepts 'inherit' as a value and uses its parent's border setting.
|
|
border-right-018 reference/border-right-018-ref Border-right set to inherit, inheriting three values for a shorthand property http://www.w3.org/TR/CSS21/box.html#propdef-border-right,http://www.w3.org/TR/CSS21/box.html#border-shorthand-properties ba5cdd23786d79834f4b8c221393302f56c03896 `Microsoft`<http://www.microsoft.com/> The 'border-right' shorthand property properly accepts 'inherit' as a value and uses its parent's border setting.
|
|
border-right-applies-to-001 reference/border-left-applies-to-001-ref Border-right applied to element with display table-row-group http://www.w3.org/TR/CSS21/box.html#propdef-border-right,http://www.w3.org/TR/CSS21/box.html#border-shorthand-properties 57b84c6e3b59872834f2692c33443bbb94eb5fd4 `Microsoft`<http://www.microsoft.com/> The 'border-right' property applies to elements with a display of table-row-group.
|
|
border-right-applies-to-002 reference/border-left-applies-to-001-ref Border-right applied to element with display table-header-group http://www.w3.org/TR/CSS21/box.html#propdef-border-right,http://www.w3.org/TR/CSS21/box.html#border-shorthand-properties 894a7b51ca3393fc6623a504350b0f37135fba4c `Microsoft`<http://www.microsoft.com/> The 'border-right' property applies to elements with a display of table-header-group.
|
|
border-right-applies-to-003 reference/border-left-applies-to-001-ref Border-right applied to element with display table-footer-group http://www.w3.org/TR/CSS21/box.html#propdef-border-right,http://www.w3.org/TR/CSS21/box.html#border-shorthand-properties 8046743811685104d45b6b6b81a0a8243da382f6 `Microsoft`<http://www.microsoft.com/> The 'border-right' property applies to elements with a display of table-footer-group.
|
|
border-right-applies-to-004 reference/border-left-applies-to-001-ref Border-right applied to element with display table-row http://www.w3.org/TR/CSS21/box.html#propdef-border-right,http://www.w3.org/TR/CSS21/box.html#border-shorthand-properties 29854efa4f9e99da64ef0a3abd3ba781ba56ba08 `Microsoft`<http://www.microsoft.com/> The 'border-right' property applies to elements with a display of table-row.
|
|
border-right-applies-to-005 reference/border-left-applies-to-001-ref Border-right applied to element with display table-column-group http://www.w3.org/TR/CSS21/box.html#propdef-border-right,http://www.w3.org/TR/CSS21/box.html#border-shorthand-properties c912c2dbe18bc7a7b68d4c4de44e1d1e7eefd03b `Microsoft`<http://www.microsoft.com/> The 'border-right' property applies to elements with a display of table-column-group.
|
|
border-right-applies-to-006 reference/border-left-applies-to-001-ref Border-right applied to element with display table-column http://www.w3.org/TR/CSS21/box.html#propdef-border-right,http://www.w3.org/TR/CSS21/box.html#border-shorthand-properties 6e1141cd163a0f1a5c16d9a431363fcfc4fc5be5 `Microsoft`<http://www.microsoft.com/> The 'border-right' property applies to elements with a display of table-column.
|
|
border-right-applies-to-007 reference/border-left-applies-to-001-ref Border-right applied to element with display table-cell http://www.w3.org/TR/CSS21/box.html#propdef-border-right,http://www.w3.org/TR/CSS21/box.html#border-shorthand-properties 2b1fbcfcadc837b95883ebd5833d863bbd7cb641 `Microsoft`<http://www.microsoft.com/> The 'border-right' property applies to elements with a display of table-cell.
|
|
border-right-applies-to-008 Border-right applied to element with display inline http://www.w3.org/TR/CSS21/box.html#propdef-border-right,http://www.w3.org/TR/CSS21/box.html#border-shorthand-properties 43295dde991ce0504b34f07702ef1b43a9895dd2 `Microsoft`<http://www.microsoft.com/> The 'border-right' property applies to elements with a display of inline.
|
|
border-right-applies-to-009 reference/border-left-applies-to-001-ref Border-right applied to element with display block http://www.w3.org/TR/CSS21/box.html#propdef-border-right,http://www.w3.org/TR/CSS21/box.html#border-shorthand-properties 9c17c2834b1f7b903f5e0a973cacf23e37509d03 `Microsoft`<http://www.microsoft.com/> The 'border-right' property applies to elements with a display of block.
|
|
border-right-applies-to-010 Border-right applied to element with display list-item http://www.w3.org/TR/CSS21/box.html#propdef-border-right,http://www.w3.org/TR/CSS21/box.html#border-shorthand-properties 990594369d4eca693062b747e78761a0e787cf0c `Microsoft`<http://www.microsoft.com/> The 'border-right' property applies to elements with a display of list-item.
|
|
border-right-applies-to-011 Border-right applied to element with display run-in http://www.w3.org/TR/CSS21/box.html#propdef-border-right,http://www.w3.org/TR/CSS21/box.html#border-shorthand-properties 5bc953adb7a423fdca911b95d1f7896f952e297b `Microsoft`<http://www.microsoft.com/> The 'border-right' property applies to elements with a display of run-in.
|
|
border-right-applies-to-012 reference/border-left-applies-to-001-ref Border-right applied to element with display inline-block http://www.w3.org/TR/CSS21/box.html#propdef-border-right,http://www.w3.org/TR/CSS21/box.html#border-shorthand-properties 2d0e67b36784acdd65c536c566e52026ae2daa19 `Microsoft`<http://www.microsoft.com/> The 'border-right' property applies to elements with a display of inline-block.
|
|
border-right-applies-to-013 reference/border-left-applies-to-001-ref Border-right applied to element with display table http://www.w3.org/TR/CSS21/box.html#propdef-border-right,http://www.w3.org/TR/CSS21/box.html#border-shorthand-properties 380b7f1e1163421e3aa11b43d9f11006df7283bc `Microsoft`<http://www.microsoft.com/> The 'border-right' property applies to elements with a display of table.
|
|
border-right-applies-to-014 reference/border-left-applies-to-001-ref Border-right applied to element with display inline-table http://www.w3.org/TR/CSS21/box.html#propdef-border-right,http://www.w3.org/TR/CSS21/box.html#border-shorthand-properties 91e061afa9de00df778140228d7bdec1c71180dc `Microsoft`<http://www.microsoft.com/> The 'border-right' property applies to elements with a display of inline-table.
|
|
border-right-applies-to-015 reference/border-left-applies-to-001-ref Border-right applied to element with display table-caption http://www.w3.org/TR/CSS21/box.html#propdef-border-right,http://www.w3.org/TR/CSS21/box.html#border-shorthand-properties 0c706dbe8799bc1149ad67c1e75b713813fb4ce5 `Microsoft`<http://www.microsoft.com/> The 'border-right' property applies to elements with a display of table-caption.
|
|
border-right-color-001 reference/border-right-color-001-ref Border-right-color set to hex with five digits which is invalid and is equivalent to minimum minus one value for six digit hex invalid http://www.w3.org/TR/CSS21/box.html#propdef-border-right-color,http://www.w3.org/TR/CSS21/box.html#border-color-properties 1be462ff4fd5e75b896ef1c78ee734c348da8c17 `Microsoft`<http://www.microsoft.com/> The 'border-right-color' set to #00000 falls back to the initial value.
|
|
border-right-color-002 reference/border-right-color-001-ref Border-right-color set to hex with six digits with the minimum value, #000000 http://www.w3.org/TR/CSS21/box.html#propdef-border-right-color,http://www.w3.org/TR/CSS21/box.html#border-color-properties ab40dbff25355e1776ec830ae622dd82e09852f1 `Microsoft`<http://www.microsoft.com/> The 'border-right-color' set to #000000 renders the correct color.
|
|
border-right-color-003 reference/border-right-color-003-ref Border-right-color set to hex with six digits with the minimum plus one value, #010101 http://www.w3.org/TR/CSS21/box.html#propdef-border-right-color,http://www.w3.org/TR/CSS21/box.html#border-color-properties ba7443ee1b79a7e34cffc22e3ece70ec2e15649a `Microsoft`<http://www.microsoft.com/> The 'border-right-color' set to #010101 renders the correct color.
|
|
border-right-color-004 reference/border-right-color-004-ref Border-right-color set to hex with six digits with a nominal value #999999 http://www.w3.org/TR/CSS21/box.html#propdef-border-right-color,http://www.w3.org/TR/CSS21/box.html#border-color-properties ceaf3e3483b05bf4b349047090c44d00da4b44b7 `Microsoft`<http://www.microsoft.com/> The 'border-right-color' set to #999999 renders the correct color.
|
|
border-right-color-005 reference/border-right-color-005-ref Border-right-color set to hex with six digits with the maximum minus one value of #fefefe http://www.w3.org/TR/CSS21/box.html#propdef-border-right-color,http://www.w3.org/TR/CSS21/box.html#border-color-properties b52412b51dd3e6a93e76a1b6a641edfdcffc9907 `Microsoft`<http://www.microsoft.com/> The 'border-right-color' set to #fefefe renders the correct color for the border.
|
|
border-right-color-006 reference/border-right-color-006-ref Border-right-color set to hex with six digits with the maximum value of #ffffff http://www.w3.org/TR/CSS21/box.html#propdef-border-right-color,http://www.w3.org/TR/CSS21/box.html#border-color-properties 8f83015f4e6fa5807b1ad2bec12044eb87eab70e `Microsoft`<http://www.microsoft.com/> The 'border-right-color' set to #ffffff renders the correct color.
|
|
border-right-color-007 reference/border-right-color-007-ref Border-right-color set to hex with six digits with the maximum plus one value of #1000000 invalid http://www.w3.org/TR/CSS21/box.html#propdef-border-right-color,http://www.w3.org/TR/CSS21/box.html#border-color-properties 960f0c5416739a7f34b97b5869eba9af32b87efa `Microsoft`<http://www.microsoft.com/> The 'border-right-color' set to #1000000 falls back to the initial value.
|
|
border-right-color-008 reference/border-right-color-007-ref Border-right-color set to hex with six digits with the maximum plus one value of #fgfgfg invalid http://www.w3.org/TR/CSS21/box.html#propdef-border-right-color,http://www.w3.org/TR/CSS21/box.html#border-color-properties 1e3dbe195cd4f1a81975748c265b0a8ca7a56358 `Microsoft`<http://www.microsoft.com/> The 'border-right-color' set to #fgfgfg falls back to the initial value.
|
|
border-right-color-009 reference/border-right-color-009-ref Border-right-color set to hex with six digits with a red set to minimum plus one value, #010000 http://www.w3.org/TR/CSS21/box.html#propdef-border-right-color,http://www.w3.org/TR/CSS21/box.html#border-color-properties 43373bd1ba3fcff9567e4beef3e9395b3c557e39 `Microsoft`<http://www.microsoft.com/> The 'border-right-color' set to #010000 renders the correct color.
|
|
border-right-color-010 reference/border-right-color-010-ref Border-right-color set to hex with six digits with a red set to a nominal value, #990000 http://www.w3.org/TR/CSS21/box.html#propdef-border-right-color,http://www.w3.org/TR/CSS21/box.html#border-color-properties 04ba102c9f82c165e1b274b705455da923e4a40d `Microsoft`<http://www.microsoft.com/> The 'border-right-color' set to #990000 renders the correct color.
|
|
border-right-color-011 reference/border-right-color-011-ref Border-right-color set to hex with six digits with a red set to maximum minus one value, #fe0000 http://www.w3.org/TR/CSS21/box.html#propdef-border-right-color,http://www.w3.org/TR/CSS21/box.html#border-color-properties 62384dfd837ead1693641715ffbd44b4f15bbff3 `Microsoft`<http://www.microsoft.com/> The 'border-right-color' set to #fe0000 renders the correct color.
|
|
border-right-color-012 reference/border-right-color-012-ref Border-right-color set to hex with six digits with a red set to the maximum value, #ff0000 http://www.w3.org/TR/CSS21/box.html#propdef-border-right-color,http://www.w3.org/TR/CSS21/box.html#border-color-properties ce7e66f408f03f3ab9d6cb9c2d370f4a9cc9a38d `Microsoft`<http://www.microsoft.com/> The 'border-right-color' set to #ff0000 renders the correct color.
|
|
border-right-color-013 reference/border-right-color-007-ref Border-right-color set to hex with six digits with a red set to the maximum plus one value, #fg0000 invalid http://www.w3.org/TR/CSS21/box.html#propdef-border-right-color,http://www.w3.org/TR/CSS21/box.html#border-color-properties eec98acbad475b758802ba95ebed5c6cdb4c1b12 `Microsoft`<http://www.microsoft.com/> The 'border-right-color' set to #fg0000 falls back to the initial value.
|
|
border-right-color-014 reference/border-right-color-014-ref Border-right-color set to hex with six digits with a green set to minimum plus one value, #000100 http://www.w3.org/TR/CSS21/box.html#propdef-border-right-color,http://www.w3.org/TR/CSS21/box.html#border-color-properties 796fbd9e01701e43debb596a8155907cb5e5fc09 `Microsoft`<http://www.microsoft.com/> The 'border-right-color' set to #000100 renders the correct color.
|
|
border-right-color-015 reference/border-right-color-015-ref Border-right-color set to hex with six digits with a green set to a nominal value, #009900 http://www.w3.org/TR/CSS21/box.html#propdef-border-right-color,http://www.w3.org/TR/CSS21/box.html#border-color-properties 0ac41b44543e252af1319d62d06ce6b801401011 `Microsoft`<http://www.microsoft.com/> The 'border-right-color' set to #009900 renders the correct color.
|
|
border-right-color-016 reference/border-right-color-016-ref Border-right-color set to hex with six digits with a green set to maximum minus one value, #00fe00 http://www.w3.org/TR/CSS21/box.html#propdef-border-right-color,http://www.w3.org/TR/CSS21/box.html#border-color-properties d90f8b78e891ca5d2df35fb475787e3d20125004 `Microsoft`<http://www.microsoft.com/> The 'border-right-color' set to #00fe00 renders the correct color.
|
|
border-right-color-017 reference/border-right-color-017-ref Border-right-color set to hex with six digits with a green set to the maximum value, #00ff00 http://www.w3.org/TR/CSS21/box.html#propdef-border-right-color,http://www.w3.org/TR/CSS21/box.html#border-color-properties fb04d3d636fe9223092d72c8693971c914ac3381 `Microsoft`<http://www.microsoft.com/> The 'border-right-color' set to #00ff00 renders the correct color.
|
|
border-right-color-018 reference/border-right-color-007-ref Border-right-color set to hex with six digits with a green set to the maximum plus one value, #00fg00 invalid http://www.w3.org/TR/CSS21/box.html#propdef-border-right-color,http://www.w3.org/TR/CSS21/box.html#border-color-properties 8447693b970de9a803af0adca64a2742a1b86a17 `Microsoft`<http://www.microsoft.com/> The 'border-right-color' set to #00fg00 falls back to the initial value.
|
|
border-right-color-019 reference/border-right-color-019-ref Border-right-color set to hex with six digits with a blue set to minimum plus one value, #000001 http://www.w3.org/TR/CSS21/box.html#propdef-border-right-color,http://www.w3.org/TR/CSS21/box.html#border-color-properties 2e9d83a15eaa45cd3ce884dbd254aa8af6e05c8e `Microsoft`<http://www.microsoft.com/> The 'border-right-color' set to #000001 renders the correct color.
|
|
border-right-color-020 reference/border-right-color-020-ref Border-right-color set to hex with six digits with a blue set to a nominal value, #000099 http://www.w3.org/TR/CSS21/box.html#propdef-border-right-color,http://www.w3.org/TR/CSS21/box.html#border-color-properties 58082d7d21cc9fa2800c8270fe10254ba39415f7 `Microsoft`<http://www.microsoft.com/> The 'border-right-color' set to #000099 renders the correct color.
|
|
border-right-color-021 reference/border-right-color-021-ref Border-right-color set to hex with six digits with a blue set to maximum minus one value, #0000fe http://www.w3.org/TR/CSS21/box.html#propdef-border-right-color,http://www.w3.org/TR/CSS21/box.html#border-color-properties 89047475ac3c03512a7aa75009a9954ee1b79000 `Microsoft`<http://www.microsoft.com/> The 'border-right-color' set to #0000fe renders the correct color.
|
|
border-right-color-022 reference/border-right-color-022-ref Border-right-color set to hex with six digits with a blue set to the maximum value, #0000ff http://www.w3.org/TR/CSS21/box.html#propdef-border-right-color,http://www.w3.org/TR/CSS21/box.html#border-color-properties f1b4ad6952113262ed96c97b354bdd875b3b9ae5 `Microsoft`<http://www.microsoft.com/> The 'border-right-color' set to #0000ff renders the correct color.
|
|
border-right-color-023 reference/border-right-color-007-ref Border-right-color set to hex with six digits with a blue set to the maximum plus one value, #0000fg invalid http://www.w3.org/TR/CSS21/box.html#propdef-border-right-color,http://www.w3.org/TR/CSS21/box.html#border-color-properties 98f27221e04829d69ea776810d2dada0735234ee `Microsoft`<http://www.microsoft.com/> The 'border-right-color' set to #0000fg falls back to the initial value.
|
|
border-right-color-024 reference/border-right-color-007-ref Border-right-color set to hex with 2 digits which is invalid and is equivalent to minimum minus one value for 3 digit hex invalid http://www.w3.org/TR/CSS21/box.html#propdef-border-right-color,http://www.w3.org/TR/CSS21/box.html#border-color-properties e0768075c8b3d43bd7c5ea2687cf6b1c5ebeaca0 `Microsoft`<http://www.microsoft.com/> The 'border-right-color' set to #00 falls back to the initial value.
|
|
border-right-color-025 reference/border-right-color-001-ref Border-right-color set to hex with three digits with the minimum possible value #000 http://www.w3.org/TR/CSS21/box.html#propdef-border-right-color,http://www.w3.org/TR/CSS21/box.html#border-color-properties c5e44de13dca948729f04520922b597d7a7daed3 `Microsoft`<http://www.microsoft.com/> The 'border-right-color' set to #000 renders the correct color.
|
|
border-right-color-026 reference/border-right-color-026-ref Border-right-color set to hex with three digits with the minimum plus one value, #111 http://www.w3.org/TR/CSS21/box.html#propdef-border-right-color,http://www.w3.org/TR/CSS21/box.html#border-color-properties 4ca01b344ad4512910ed293d9e8043440113d85d `Microsoft`<http://www.microsoft.com/> The 'border-right-color' set to #111 renders the correct color.
|
|
border-right-color-027 reference/border-right-color-027-ref Border-right-color set to hex with three digits with a nominal value #999 http://www.w3.org/TR/CSS21/box.html#propdef-border-right-color,http://www.w3.org/TR/CSS21/box.html#border-color-properties a79f5d68e45d9f14920438a6c985cad5a0d7ff97 `Microsoft`<http://www.microsoft.com/> The 'border-right-color' set to #999 renders the correct color.
|
|
border-right-color-028 reference/border-right-color-028-ref Border-right-color set to hex with three digits with the maximum minus one value of #eee http://www.w3.org/TR/CSS21/box.html#propdef-border-right-color,http://www.w3.org/TR/CSS21/box.html#border-color-properties 1d90e77f237352907464a70a9e84f5e7e71b53f1 `Microsoft`<http://www.microsoft.com/> The 'border-right-color' set to #eee renders the correct color.
|
|
border-right-color-029 reference/border-right-color-006-ref Border-right-color set to hex with three digits with the maximum value of #fff http://www.w3.org/TR/CSS21/box.html#propdef-border-right-color,http://www.w3.org/TR/CSS21/box.html#border-color-properties 93e6211dca2b0d2496fcb2f9421678a852075e8a `Microsoft`<http://www.microsoft.com/> The 'border-right-color' set to #fff renders the correct color.
|
|
border-right-color-030 reference/border-right-color-007-ref Border-right-color set to hex with three digits with the maximum plus one value of #1000 invalid http://www.w3.org/TR/CSS21/box.html#propdef-border-right-color,http://www.w3.org/TR/CSS21/box.html#border-color-properties 0be73840073bf76f54bef02ce30addc33d1bef70 `Microsoft`<http://www.microsoft.com/> The 'border-right-color' set to #1000 falls back to the initial value.
|
|
border-right-color-031 reference/border-right-color-007-ref Border-right-color set to hex with three digits with the maximum plus one value of #ggg invalid http://www.w3.org/TR/CSS21/box.html#propdef-border-right-color,http://www.w3.org/TR/CSS21/box.html#border-color-properties 99fcd6bd7865abbaea509c3d3246b13e4cd4f6f4 `Microsoft`<http://www.microsoft.com/> The 'border-right-color' set to #ggg falls back to the initial value.
|
|
border-right-color-032 reference/border-right-color-032-ref Border-right-color set to hex with three digits with a red set to minimum plus one value, #100 http://www.w3.org/TR/CSS21/box.html#propdef-border-right-color,http://www.w3.org/TR/CSS21/box.html#border-color-properties edffc25032a159bf31b4b86804d69cb6c4644a31 `Microsoft`<http://www.microsoft.com/> The 'border-right-color' set to #100 renders the correct color.
|
|
border-right-color-033 reference/border-right-color-010-ref Border-right-color set to hex with three digits with a red set to a nominal value, #900 http://www.w3.org/TR/CSS21/box.html#propdef-border-right-color,http://www.w3.org/TR/CSS21/box.html#border-color-properties 294e2bc83d352f28283fe5dbcf8ab60b4b7c9035 `Microsoft`<http://www.microsoft.com/> The 'border-right-color' set to #900 renders the correct color.
|
|
border-right-color-034 reference/border-right-color-034-ref Border-right-color set to hex with three digits with a red set to maximum minus one value, #e00 http://www.w3.org/TR/CSS21/box.html#propdef-border-right-color,http://www.w3.org/TR/CSS21/box.html#border-color-properties facb69aa99a0b7936f178ee47a2f0fef74496933 `Microsoft`<http://www.microsoft.com/> The 'border-right-color' set to #e00 renders the correct color.
|
|
border-right-color-035 reference/border-right-color-012-ref Border-right-color set to hex with three digits with a red set to the maximum value, #f00 http://www.w3.org/TR/CSS21/box.html#propdef-border-right-color,http://www.w3.org/TR/CSS21/box.html#border-color-properties 3a7290f86accd00959a432f80a5be112ec6245ed `Microsoft`<http://www.microsoft.com/> The 'border-right-color' set to #f00 renders the correct color.
|
|
border-right-color-036 reference/border-right-color-007-ref Border-right-color set to hex with three digits with a red set to the maximum plus one value, #g00 invalid http://www.w3.org/TR/CSS21/box.html#propdef-border-right-color,http://www.w3.org/TR/CSS21/box.html#border-color-properties 91392b3c69c7ab6f8f99da8dad539680e4eed3d0 `Microsoft`<http://www.microsoft.com/> The 'border-right-color' set to #g00 falls back to the initial value.
|
|
border-right-color-037 reference/border-right-color-037-ref Border-right-color set to hex with three digits with a green set to minimum plus one value, #010 http://www.w3.org/TR/CSS21/box.html#propdef-border-right-color,http://www.w3.org/TR/CSS21/box.html#border-color-properties 267d6d6f252cf78000af727e9e6e08bc2e26db0b `Microsoft`<http://www.microsoft.com/> The 'border-right-color' set to #010 renders the correct color.
|
|
border-right-color-038 reference/border-right-color-038-ref Border-right-color set to hex with three digits with a green set to a nominal value, #090 http://www.w3.org/TR/CSS21/box.html#propdef-border-right-color,http://www.w3.org/TR/CSS21/box.html#border-color-properties 36ed4d8a413b73b4e0881465c11c2646c5322b82 `Microsoft`<http://www.microsoft.com/> The 'border-right-color' set to #090 renders the correct color.
|
|
border-right-color-039 reference/border-right-color-039-ref Border-right-color set to hex with three digits with a green set to maximum minus one value, #0e0 http://www.w3.org/TR/CSS21/box.html#propdef-border-right-color,http://www.w3.org/TR/CSS21/box.html#border-color-properties f2a1a34d090a3ce530c6712e4de3992105009f63 `Microsoft`<http://www.microsoft.com/> The 'border-right-color' set to #0e0 renders the correct color.
|
|
border-right-color-040 reference/border-right-color-017-ref Border-right-color set to hex with three digits with a green set to the maximum value, #0f0 http://www.w3.org/TR/CSS21/box.html#propdef-border-right-color,http://www.w3.org/TR/CSS21/box.html#border-color-properties 529617d10dee925313bef054c3faedb807ccab73 `Microsoft`<http://www.microsoft.com/> The 'border-right-color' set to #0f0 renders the correct color.
|
|
border-right-color-041 reference/border-right-color-007-ref Border-right-color set to hex with three digits with a green set to the maximum plus one value, #0g0 invalid http://www.w3.org/TR/CSS21/box.html#propdef-border-right-color,http://www.w3.org/TR/CSS21/box.html#border-color-properties a8c118962355ecf7227e826582c2f272ff374127 `Microsoft`<http://www.microsoft.com/> The 'border-right-color' set to #0g0 falls back to the initial value.
|
|
border-right-color-042 reference/border-right-color-042-ref Border-right-color set to hex with three digits with a blue set to minimum plus one value, #001 http://www.w3.org/TR/CSS21/box.html#propdef-border-right-color,http://www.w3.org/TR/CSS21/box.html#border-color-properties d784bd22e70dc815e05ff013d79a2f6ec5ae17a1 `Microsoft`<http://www.microsoft.com/> The 'border-right-color' set to #001 renders the correct color.
|
|
border-right-color-043 reference/border-right-color-020-ref Border-right-color set to hex with three digits with a blue set to a nominal value, #009 http://www.w3.org/TR/CSS21/box.html#propdef-border-right-color,http://www.w3.org/TR/CSS21/box.html#border-color-properties 470df1a8c1530a1b885b56cc41c940083f30c929 `Microsoft`<http://www.microsoft.com/> The 'border-right-color' set to #009 renders the correct color.
|
|
border-right-color-044 reference/border-right-color-044-ref Border-right-color set to hex with three digits with a blue set to maximum minus one value, #00e http://www.w3.org/TR/CSS21/box.html#propdef-border-right-color,http://www.w3.org/TR/CSS21/box.html#border-color-properties 2a5d4a680873a8e9d77fad3725871609aca30421 `Microsoft`<http://www.microsoft.com/> The 'border-right-color' set to #00e renders the correct color.
|
|
border-right-color-045 reference/border-right-color-022-ref Border-right-color set to hex with three digits with a blue set to the maximum value, #00f http://www.w3.org/TR/CSS21/box.html#propdef-border-right-color,http://www.w3.org/TR/CSS21/box.html#border-color-properties 75ec222d52dd8e0b17ffff1658b3337a6214f097 `Microsoft`<http://www.microsoft.com/> The 'border-right-color' set to #00f renders the correct color.
|
|
border-right-color-046 reference/border-right-color-007-ref Border-right-color set to hex with three digits with a blue set to the maximum plus one value, #00g invalid http://www.w3.org/TR/CSS21/box.html#propdef-border-right-color,http://www.w3.org/TR/CSS21/box.html#border-color-properties f8107a100533d3ea245a4217ed5dad22bc489b53 `Microsoft`<http://www.microsoft.com/> The 'border-right-color' set to #00g falls back to the initial value.
|
|
border-right-color-047 reference/border-right-color-001-ref Border-right-color set to rgb() using percentages with the minimum minus one value, rgb(-1%, -1%, -1%) invalid http://www.w3.org/TR/CSS21/box.html#propdef-border-right-color,http://www.w3.org/TR/CSS21/box.html#border-color-properties 9b19abf59d728a835420c465a3cf41f836dac0f1 `Microsoft`<http://www.microsoft.com/> The 'border-right-color' set to rgb(-1%, -1%, -1%) truncates to a valid value.
|
|
border-right-color-048 reference/border-right-color-001-ref Border-right-color set to rgb() using percentages with the minimum value, rgb(0%, 0%, 0%) http://www.w3.org/TR/CSS21/box.html#propdef-border-right-color,http://www.w3.org/TR/CSS21/box.html#border-color-properties 7b3a1f48409699270d5b32e8cabb6db08c772acc `Microsoft`<http://www.microsoft.com/> The 'border-right-color' set to rgb(0%, 0%, 0%) renders the correct color.
|
|
border-right-color-049 reference/border-right-color-049-ref Border-right-color set to rgb() using percentages with the minimum plus one value, rgb(1%, 1%, 1%) http://www.w3.org/TR/CSS21/box.html#propdef-border-right-color,http://www.w3.org/TR/CSS21/box.html#border-color-properties fe63e71d6e0de52ead5551157eeacf3c3b480104 `Microsoft`<http://www.microsoft.com/>,`Rebecca Hauck`<rhauck@adobe.com> The 'border-right-color' set to rgb(1%, 1%, 1%) renders the correct color.
|
|
border-right-color-050 reference/border-right-color-001-ref Border-right-color set to rgb() using percentages with the minimum value and minus sign, rgb(-0%, -0%, -0%) http://www.w3.org/TR/CSS21/box.html#propdef-border-right-color,http://www.w3.org/TR/CSS21/box.html#border-color-properties 67ca3f26dcdb1a24eac675fa166383c3bde79582 `Microsoft`<http://www.microsoft.com/> The 'border-right-color' set to rgb(-0%, -0%, -0%) renders the correct color.
|
|
border-right-color-051 reference/border-right-color-001-ref Border-right-color set to rgb() using percentages with the minimum value and plus sign, rgb(+0%, +0%, +0%) http://www.w3.org/TR/CSS21/box.html#propdef-border-right-color,http://www.w3.org/TR/CSS21/box.html#border-color-properties dbab52398a68f766fe68b7c9b1b98462374fbafb `Microsoft`<http://www.microsoft.com/> The 'border-right-color' set to rgb(+0%, +0%, +0%) renders the correct color.
|
|
border-right-color-052 reference/border-right-color-052-ref Border-right-color set to rgb() using percentages with a nominal value, rgb(40%, 40%, 40%) http://www.w3.org/TR/CSS21/box.html#propdef-border-right-color,http://www.w3.org/TR/CSS21/box.html#border-color-properties b921a3e8717f6c302743ee60f1a6e9412be02891 `Microsoft`<http://www.microsoft.com/>,`Rebecca Hauck`<rhauck@adobe.com> The 'border-right-color' set to rgb(40%, 40%, 40%) renders the correct color.
|
|
border-right-color-053 reference/border-right-color-052-ref Border-right-color set to rgb() using percentages with a nominal value and a plus sign, rgb(+40%, +40%, +40%) http://www.w3.org/TR/CSS21/box.html#propdef-border-right-color,http://www.w3.org/TR/CSS21/box.html#border-color-properties 513a0dfdfaf6c332cb40e6b784f12c51b4b99727 `Microsoft`<http://www.microsoft.com/>,`Rebecca Hauck`<rhauck@adobe.com> The 'border-right-color' set to rgb(+40%, +40%, +40%) renders the correct color.
|
|
border-right-color-054 reference/border-right-color-054-ref Border-right-color set to rgb() using percentages with a maximum minus one value, rgb(99%, 99%, 99%) http://www.w3.org/TR/CSS21/box.html#propdef-border-right-color,http://www.w3.org/TR/CSS21/box.html#border-color-properties 33a3429250da127a8702eec5e049c66269a5b87a `Microsoft`<http://www.microsoft.com/>,`Rebecca Hauck`<rhauck@adobe.com> The 'border-right-color' set to rgb(99%, 99%, 99%) renders the correct color.
|
|
border-right-color-055 reference/border-right-color-006-ref Border-right-color set to rgb() using percentages with a maximum value, rgb(100%, 100%, 100%) http://www.w3.org/TR/CSS21/box.html#propdef-border-right-color,http://www.w3.org/TR/CSS21/box.html#border-color-properties e1295eb1b804db9ed00e56de450da321f09dd46f `Microsoft`<http://www.microsoft.com/> The 'border-right-color' set to rgb(100%, 100%, 100%) renders the correct color.
|
|
border-right-color-056 reference/border-right-color-006-ref Border-right-color set to rgb() using percentages with plus sign on each maximum value, rgb(+100%, +100%, +100%) http://www.w3.org/TR/CSS21/box.html#propdef-border-right-color,http://www.w3.org/TR/CSS21/box.html#border-color-properties 2cf5df6bcdc288a569e38ab13320d0295d2c704c `Microsoft`<http://www.microsoft.com/> The 'border-right-color' set to rgb(+100%, +100%, +100%) renders the correct color.
|
|
border-right-color-057 reference/border-right-color-006-ref Border-right-color set to rgb() using percentages with a maximum plus one value, rgb(101%, 101%, 101%) invalid http://www.w3.org/TR/CSS21/box.html#propdef-border-right-color,http://www.w3.org/TR/CSS21/box.html#border-color-properties 5e10a506cb0195f82d3e62c21470ccebee86fcef `Microsoft`<http://www.microsoft.com/> The 'border-right-color' set to rgb(101%, 101%, 101%) truncates to a valid value.
|
|
border-right-color-058 reference/border-right-color-001-ref Border-right-color set to rgb() using integers with the minimum minus one value, rgb(-1, -1, -1) invalid http://www.w3.org/TR/CSS21/box.html#propdef-border-right-color,http://www.w3.org/TR/CSS21/box.html#border-color-properties 6a913737b77aecbac9e69e8a5bece41482fd8d2d `Microsoft`<http://www.microsoft.com/> The 'border-right-color' set to rgb(-1, -1, -1) truncates to a valid value.
|
|
border-right-color-059 reference/border-right-color-001-ref Border-right-color set to rgb() using integers with the minimum value, rgb(0, 0, 0) http://www.w3.org/TR/CSS21/box.html#propdef-border-right-color,http://www.w3.org/TR/CSS21/box.html#border-color-properties 0a17661f28e00dc147f2d15c5805b9e8f9f638f1 `Microsoft`<http://www.microsoft.com/> The 'border-right-color' set to rgb(0, 0, 0) renders the correct color.
|
|
border-right-color-060 reference/border-right-color-003-ref Border-right-color set to rgb() using integers with the minimum plus one value, rgb(1, 1, 1) http://www.w3.org/TR/CSS21/box.html#propdef-border-right-color,http://www.w3.org/TR/CSS21/box.html#border-color-properties 6ce337b5ec376acfcc8c930e88192d86a88552b8 `Microsoft`<http://www.microsoft.com/> The 'border-right-color' set to rgb(1, 1, 1) renders the correct color.
|
|
border-right-color-061 reference/border-right-color-001-ref Border-right-color set to rgb() using integers with the minimum value and minus sign, rgb(-0, -0, -0) http://www.w3.org/TR/CSS21/box.html#propdef-border-right-color,http://www.w3.org/TR/CSS21/box.html#border-color-properties 344495bd22fae77ce1abd06de4a74b545d8e53e2 `Microsoft`<http://www.microsoft.com/> The 'border-right-color' set to rgb(-0, -0, -0) renders the correct color.
|
|
border-right-color-062 reference/border-right-color-001-ref Border-right-color set to rgb() using integers with the minimum value and plus sign, rgb(+0, +0, +0) http://www.w3.org/TR/CSS21/box.html#propdef-border-right-color,http://www.w3.org/TR/CSS21/box.html#border-color-properties 017b115150252d0785d3d2eb1d733ef1a7c46a50 `Microsoft`<http://www.microsoft.com/> The 'border-right-color' set to rgb(+0, +0, +0) renders the correct color.
|
|
border-right-color-063 reference/border-right-color-063-ref Border-right-color set to rgb() using integers with a nominal value, rgb(128, 128, 128) http://www.w3.org/TR/CSS21/box.html#propdef-border-right-color,http://www.w3.org/TR/CSS21/box.html#border-color-properties 03824e3dae2cad9e8d9379fb19d0042c3ea54812 `Microsoft`<http://www.microsoft.com/> The 'border-right-color' set to rgb(128, 128, 128) renders the correct color.
|
|
border-right-color-064 reference/border-right-color-063-ref Border-right-color set to rgb() using integers with a nominal value and a plus sign, rgb(+128, +128, +128) http://www.w3.org/TR/CSS21/box.html#propdef-border-right-color,http://www.w3.org/TR/CSS21/box.html#border-color-properties 47eabcab455e5f85fd48d3fb5fb501ade7528269 `Microsoft`<http://www.microsoft.com/> The 'border-right-color' set to rgb(+128, +128, +128) renders the correct color.
|
|
border-right-color-065 reference/border-right-color-005-ref Border-right-color set to rgb() using integers with a maximum minus one value, rgb(254, 254, 254) http://www.w3.org/TR/CSS21/box.html#propdef-border-right-color,http://www.w3.org/TR/CSS21/box.html#border-color-properties b848af165490a5028e8fe8d50c710d2b601d9041 `Microsoft`<http://www.microsoft.com/> The 'border-right-color' set to rgb(254, 254, 254) renders the correct color.
|
|
border-right-color-066 reference/border-right-color-006-ref Border-right-color set to rgb() using integers with a maximum value, rgb(255, 255, 255) http://www.w3.org/TR/CSS21/box.html#propdef-border-right-color,http://www.w3.org/TR/CSS21/box.html#border-color-properties 70a918c8b2051a95bd32a6b3a3f9ed20350b43b9 `Microsoft`<http://www.microsoft.com/> The 'border-right-color' set to rgb(255, 255, 255) renders the correct color.
|
|
border-right-color-067 reference/border-right-color-006-ref Border-right-color set to rgb() using integers with a maximum value and a plus sign, rgb(+255, +255, +255) http://www.w3.org/TR/CSS21/box.html#propdef-border-right-color,http://www.w3.org/TR/CSS21/box.html#border-color-properties cc4feef2239ed367f2bb56efd2666e1051448deb `Microsoft`<http://www.microsoft.com/> The 'border-right-color' set to rgb(+255, +255, +255) renders the correct color.
|
|
border-right-color-068 reference/border-right-color-006-ref Border-right-color set to rgb() using integers with a maximum plus one value, rgb(256, 256, 256) invalid http://www.w3.org/TR/CSS21/box.html#propdef-border-right-color,http://www.w3.org/TR/CSS21/box.html#border-color-properties 9c755457003bfeec6205bd48dee2fabecdd0d974 `Microsoft`<http://www.microsoft.com/> The 'border-right-color' set to rgb(256, 256, 256) truncates to a valid value.
|
|
border-right-color-069 reference/border-right-color-001-ref Border-right-color set to rgb() using percentages with red set to the minimum minus one value, rgb(-1%, 0%, 0%) invalid http://www.w3.org/TR/CSS21/box.html#propdef-border-right-color,http://www.w3.org/TR/CSS21/box.html#border-color-properties 65b769565804dcce8addbc2029e32592ffd6d88a `Microsoft`<http://www.microsoft.com/> The 'border-right-color' set to rgb(-1%, 0%, 0%) falls back to the initial value.
|
|
border-right-color-070 reference/border-right-color-070-ref Border-right-color set to rgb() using percentages with red set to the minimum plus one value, rgb(1%, 0%, 0%) http://www.w3.org/TR/CSS21/box.html#propdef-border-right-color,http://www.w3.org/TR/CSS21/box.html#border-color-properties bfd53a1ed333a35d86f0a4526b454b4d1b30e88b `Microsoft`<http://www.microsoft.com/>,`Rebecca Hauck`<rhauck@adobe.com> The 'border-right-color' set to rgb(1%, 0%, 0%) renders the correct color.
|
|
border-right-color-071 reference/border-right-color-001-ref Border-right-color set to rgb() using percentages with red set to the minimum value and minus sign, rgb(-0%, 0%, 0%) http://www.w3.org/TR/CSS21/box.html#propdef-border-right-color,http://www.w3.org/TR/CSS21/box.html#border-color-properties f8cee3a92903ae57dcc13a46a78cb7fab0342226 `Microsoft`<http://www.microsoft.com/> The 'border-right-color' set to rgb(-0%, 0%, 0%) renders the correct color.
|
|
border-right-color-072 reference/border-right-color-001-ref Border-right-color set to rgb() using percentages with red set to the minimum value and plus sign, rgb(+0%, 0%, 0%) http://www.w3.org/TR/CSS21/box.html#propdef-border-right-color,http://www.w3.org/TR/CSS21/box.html#border-color-properties c67b255e9b260851b133018243f4726c0e01b504 `Microsoft`<http://www.microsoft.com/> The 'border-right-color' set to rgb(+0%, 0%, 0%) renders the correct color.
|
|
border-right-color-073 reference/border-right-color-073-ref Border-right-color set to rgb() using percentages with red set to a nominal value, rgb(40%, 0%, 0%) http://www.w3.org/TR/CSS21/box.html#propdef-border-right-color,http://www.w3.org/TR/CSS21/box.html#border-color-properties c75eaa6976e85d60f5092df1556a5f3a893b0a2c `Microsoft`<http://www.microsoft.com/>,`Rebecca Hauck`<rhauck@adobe.com> The 'border-right-color' set to rgb(40%, 0%, 0%) renders the correct color.
|
|
border-right-color-074 reference/border-right-color-073-ref Border-right-color set to rgb() using percentages with red set to a nominal value with a plus sign, rgb(+40%, 0%, 0%) http://www.w3.org/TR/CSS21/box.html#propdef-border-right-color,http://www.w3.org/TR/CSS21/box.html#border-color-properties c24025773ff7e8b38ce40ac6f67b8993f5b17f4b `Microsoft`<http://www.microsoft.com/>,`Rebecca Hauck`<rhauck@adobe.com> The 'border-right-color' set to rgb(+40%, 0%, 0%) renders the correct color.
|
|
border-right-color-075 reference/border-right-color-075-ref Border-right-color set to rgb() using percentages with red set to a maximum minus one value, rgb(99%, 0%, 0%) http://www.w3.org/TR/CSS21/box.html#propdef-border-right-color,http://www.w3.org/TR/CSS21/box.html#border-color-properties 8cbe5038016df66910f1a83f54d9e0abf47aa026 `Microsoft`<http://www.microsoft.com/>,`Rebecca Hauck`<rhauck@adobe.com> The 'border-right-color' set to rgb(99%, 0%, 0%) renders the correct color.
|
|
border-right-color-076 reference/border-right-color-012-ref Border-right-color set to rgb() using percentages with red set to a maximum value, rgb(100%, 0%, 0%) http://www.w3.org/TR/CSS21/box.html#propdef-border-right-color,http://www.w3.org/TR/CSS21/box.html#border-color-properties 950f5a952b4ba2c43e0dead1b20a343d880a0387 `Microsoft`<http://www.microsoft.com/> The 'border-right-color' set to rgb(100%, 0%, 0%) renders the correct color.
|
|
border-right-color-077 reference/border-right-color-012-ref Border-right-color set to rgb() using percentages with red set to a maximum value with a plus sign, rgb(+100%, 0%, 0%) http://www.w3.org/TR/CSS21/box.html#propdef-border-right-color,http://www.w3.org/TR/CSS21/box.html#border-color-properties f2a6c46f75dc55f2226cad0312c852019cc95389 `Microsoft`<http://www.microsoft.com/> The 'border-right-color' set to rgb(+100%, 0%, 0%) renders the correct color.
|
|
border-right-color-078 reference/border-right-color-012-ref Border-right-color set to rgb() using percentages with red set to a maximum plus one value, rgb(101%, 0%, 0%) invalid http://www.w3.org/TR/CSS21/box.html#propdef-border-right-color,http://www.w3.org/TR/CSS21/box.html#border-color-properties 5206f79a218febb93781c93e79d6cb46432246d1 `Microsoft`<http://www.microsoft.com/> The 'border-right-color' set to rgb(101%, 0%, 0%) truncates to a valid value.
|
|
border-right-color-079 reference/border-right-color-001-ref Border-right-color set to rgb() using integers with red set to the minimum minus one value, rgb(-1, 0, 0) invalid http://www.w3.org/TR/CSS21/box.html#propdef-border-right-color,http://www.w3.org/TR/CSS21/box.html#border-color-properties 4e18904d8895ccc0b3d59ed138a5689a29221837 `Microsoft`<http://www.microsoft.com/> The 'border-right-color' set to rgb(-1, 0, 0) truncates to a valid value.
|
|
border-right-color-080 reference/border-right-color-009-ref Border-right-color set to rgb() using integers with red set to the minimum plus one value, rgb(1, 0, 0) http://www.w3.org/TR/CSS21/box.html#propdef-border-right-color,http://www.w3.org/TR/CSS21/box.html#border-color-properties 7ff636aa52f480833bb1203aeba9d58d0970b9e9 `Microsoft`<http://www.microsoft.com/> The 'border-right-color' set to rgb(1, 0, 0) renders the correct color.
|
|
border-right-color-081 reference/border-right-color-001-ref Border-right-color set to rgb() using integers with red set to the minimum value with a minus sign, rgb(-0, 0, 0) http://www.w3.org/TR/CSS21/box.html#propdef-border-right-color,http://www.w3.org/TR/CSS21/box.html#border-color-properties 3a727c5fe9f4a3c0570a3a4f556da26aaa5ad97e `Microsoft`<http://www.microsoft.com/> The 'border-right-color' set to rgb(-0, 0, 0) renders the correct color.
|
|
border-right-color-082 reference/border-right-color-001-ref Border-right-color set to rgb() using integers with red set to the minimum value with a plus sign, rgb(+0, 0, 0) http://www.w3.org/TR/CSS21/box.html#propdef-border-right-color,http://www.w3.org/TR/CSS21/box.html#border-color-properties 0bb0f38748bdbdb7521fc8d716651c706a3329de `Microsoft`<http://www.microsoft.com/> The 'border-right-color' set to rgb(+0, 0, 0) renders the correct color.
|
|
border-right-color-083 reference/border-right-color-083-ref Border-right-color set to rgb() using integers with red set to a nominal value, rgb(128, 0, 0) http://www.w3.org/TR/CSS21/box.html#propdef-border-right-color,http://www.w3.org/TR/CSS21/box.html#border-color-properties 6c4ccd30c8ae74b111059ff134b750196a12545a `Microsoft`<http://www.microsoft.com/> The 'border-right-color' set to rgb(128, 0, 0) renders the correct color.
|
|
border-right-color-084 reference/border-right-color-083-ref Border-right-color set to rgb() using integers with red set to a nominal value with a plus sign, rgb(+128, 0, 0) http://www.w3.org/TR/CSS21/box.html#propdef-border-right-color,http://www.w3.org/TR/CSS21/box.html#border-color-properties 4f5a1fd933c8fc6586bf4e85ae5dd52bc220f568 `Microsoft`<http://www.microsoft.com/> The 'border-right-color' set to rgb(+128, 0, 0) renders the correct color.
|
|
border-right-color-085 reference/border-right-color-011-ref Border-right-color set to rgb() using integers with red set to a maximum minus one value, rgb(254, 0, 0) http://www.w3.org/TR/CSS21/box.html#propdef-border-right-color,http://www.w3.org/TR/CSS21/box.html#border-color-properties a636a20429c371ae885fc044f4b40070924a8f67 `Microsoft`<http://www.microsoft.com/> The 'border-right-color' set to rgb(254, 0, 0) renders the correct color.
|
|
border-right-color-086 reference/border-right-color-012-ref Border-right-color set to rgb() using integers with red set to a maximum value, rgb(255, 0, 0) http://www.w3.org/TR/CSS21/box.html#propdef-border-right-color,http://www.w3.org/TR/CSS21/box.html#border-color-properties b502d47410625516ecdf423e0c90302e7e48a908 `Microsoft`<http://www.microsoft.com/> The 'border-right-color' set to rgb(255, 0, 0) renders the correct color.
|
|
border-right-color-087 reference/border-right-color-012-ref Border-right-color set to rgb() using integers with red set to a maximum value with a plus sign, rgb(+255, 0, 0) http://www.w3.org/TR/CSS21/box.html#propdef-border-right-color,http://www.w3.org/TR/CSS21/box.html#border-color-properties abf025836e2042b88c67711822da8c24bdfa1de3 `Microsoft`<http://www.microsoft.com/> The 'border-right-color' set to rgb(+255, 0, 0) renders the correct color.
|
|
border-right-color-088 reference/border-right-color-012-ref Border-right-color set to rgb() using integers with red set to a maximum plus one value, rgb(256, 0, 0) invalid http://www.w3.org/TR/CSS21/box.html#propdef-border-right-color,http://www.w3.org/TR/CSS21/box.html#border-color-properties 61e232056dde4fe5c5d3a3f196a491ebca4a22b5 `Microsoft`<http://www.microsoft.com/> The 'border-right-color' set to rgb(256, 0, 0) truncates to a valid value.
|
|
border-right-color-089 reference/border-right-color-001-ref Border-right-color set to rgb() using percentages with green set to the minimum minus one value, rgb(0%, -1%, 0%) invalid http://www.w3.org/TR/CSS21/box.html#propdef-border-right-color,http://www.w3.org/TR/CSS21/box.html#border-color-properties 6fb65520f7a8cc90c07e595bcd16752f4fd5a71f `Microsoft`<http://www.microsoft.com/> The 'border-right-color' set to rgb(0%, -1%, 0%) truncates to a valid value.
|
|
border-right-color-090 reference/border-right-color-090-ref Border-right-color set to rgb() using percentages with green set to the minimum plus one value, rgb(0%, 1%, 0%) http://www.w3.org/TR/CSS21/box.html#propdef-border-right-color,http://www.w3.org/TR/CSS21/box.html#border-color-properties 03fdee35bcb5e1938704d11ee4f4c4c800d5060b `Microsoft`<http://www.microsoft.com/>,`Rebecca Hauck`<rhauck@adobe.com> The 'border-right-color' set to rgb(0%, 1%, 0%) renders the correct color.
|
|
border-right-color-091 reference/border-right-color-001-ref Border-right-color set to rgb() using percentages with green set to the minimum value and minus sign, rgb(0%, -0%, 0%) http://www.w3.org/TR/CSS21/box.html#propdef-border-right-color,http://www.w3.org/TR/CSS21/box.html#border-color-properties 6506b8eec37c86fcdf87deba01faad7fee60aa36 `Microsoft`<http://www.microsoft.com/> The 'border-right-color' set to rgb(0%, -0%, 0%) renders the correct color.
|
|
border-right-color-092 reference/border-right-color-001-ref Border-right-color set to rgb() using percentages with green set to the minimum value and plus sign, rgb(0%, +0%, 0%) http://www.w3.org/TR/CSS21/box.html#propdef-border-right-color,http://www.w3.org/TR/CSS21/box.html#border-color-properties e21143fa5bc5b28f34719fd1b1e45a432e987fd3 `Microsoft`<http://www.microsoft.com/> The 'border-right-color' set to rgb(0%, +0%, 0%) renders the correct color.
|
|
border-right-color-093 reference/border-right-color-093-ref Border-right-color set to rgb() using percentages with green set to a nominal value, rgb(0%, 40%, 0%) http://www.w3.org/TR/CSS21/box.html#propdef-border-right-color,http://www.w3.org/TR/CSS21/box.html#border-color-properties 052e03367fa797e76e2523abcd49c70b12bf8a03 `Microsoft`<http://www.microsoft.com/>,`Rebecca Hauck`<rhauck@adobe.com> The 'border-right-color' set to rgb(0%, 40%, 0%) renders the correct color.
|
|
border-right-color-094 reference/border-right-color-093-ref Border-right-color set to rgb() using percentages with green set to a nominal value with a plus sign, rgb(0%, +40%, 0%) http://www.w3.org/TR/CSS21/box.html#propdef-border-right-color,http://www.w3.org/TR/CSS21/box.html#border-color-properties 163a651cdb9eaddedd0ad3b0574e56b55004260e `Microsoft`<http://www.microsoft.com/>,`Rebecca Hauck`<rhauck@adobe.com> The 'border-right-color' set to rgb(0%, +40%, 0%) renders the correct color.
|
|
border-right-color-095 reference/border-right-color-095-ref Border-right-color set to rgb() using percentages with green set to a maximum minus one value, rgb(0%, 99%, 0%) http://www.w3.org/TR/CSS21/box.html#propdef-border-right-color,http://www.w3.org/TR/CSS21/box.html#border-color-properties 4c30542ad98fe77b6ef5dc2ebda449dfcbc62452 `Microsoft`<http://www.microsoft.com/>,`Rebecca Hauck`<rhauck@adobe.com> The 'border-right-color' set to rgb(0%, 99%, 0%) renders the correct color.
|
|
border-right-color-096 reference/border-right-color-017-ref Border-right-color set to rgb() using percentages with green set to a maximum value, rgb(0%, 100%, 0%) http://www.w3.org/TR/CSS21/box.html#propdef-border-right-color,http://www.w3.org/TR/CSS21/box.html#border-color-properties 7022d0c866915acd1c37c3a73413fee16a47d18a `Microsoft`<http://www.microsoft.com/> The 'border-right-color' set to rgb(0%, 100%, 0%) renders the correct color.
|
|
border-right-color-097 reference/border-right-color-017-ref Border-right-color set to rgb() using percentages with green set to a maximum value with a plus sign, rgb(0%, +100%, 0%) http://www.w3.org/TR/CSS21/box.html#propdef-border-right-color,http://www.w3.org/TR/CSS21/box.html#border-color-properties cb29806a67fdc666021abba8da270b083eee1c29 `Microsoft`<http://www.microsoft.com/> The 'border-right-color' set to rgb(0%, +100%, 0%) renders the correct color.
|
|
border-right-color-098 reference/border-right-color-017-ref Border-right-color set to rgb() using percentages with green set to a maximum plus one value, rgb(0%, 101%, 0%) invalid http://www.w3.org/TR/CSS21/box.html#propdef-border-right-color,http://www.w3.org/TR/CSS21/box.html#border-color-properties 9dd53c5793c6fc5c8caba8ffd7238898d53af84a `Microsoft`<http://www.microsoft.com/> The 'border-right-color' set to rgb(0%, 101%, 0%) truncates to a valid value.
|
|
border-right-color-099 reference/border-right-color-001-ref Border-right-color set to rgb() using integers with green set to the minimum minus one value, rgb(0, -1, 0) invalid http://www.w3.org/TR/CSS21/box.html#propdef-border-right-color,http://www.w3.org/TR/CSS21/box.html#border-color-properties 8b6ce3254c0b3d6a4c7892ff77c9d92debb9947e `Microsoft`<http://www.microsoft.com/> The 'border-right-color' set to rgb(-1, 0, 0) truncates to a valid value.
|
|
border-right-color-100 reference/border-right-color-100-ref Border-right-color set to rgb() using integers with green set to the minimum plus one value, rgb(0, 1, 0) http://www.w3.org/TR/CSS21/box.html#propdef-border-right-color,http://www.w3.org/TR/CSS21/box.html#border-color-properties 1daf09eaf54a8cf17cd4bc9c4dfbf7c6fd602fda `Microsoft`<http://www.microsoft.com/> The 'border-right-color' set to rgb(0, 1, 0) renders the correct color.
|
|
border-right-color-101 reference/border-right-color-001-ref Border-right-color set to rgb() using integers with green set to the minimum value with a minus sign, rgb(0, -0, 0) http://www.w3.org/TR/CSS21/box.html#propdef-border-right-color,http://www.w3.org/TR/CSS21/box.html#border-color-properties aacaee9d1f20f74b6c8438b7c920939a0767094f `Microsoft`<http://www.microsoft.com/> The 'border-right-color' set to rgb(0, -0, 0) renders the correct color.
|
|
border-right-color-102 reference/border-right-color-001-ref Border-right-color set to rgb() using integers with green set to the minimum value with a plus sign, rgb(0, +0, 0) http://www.w3.org/TR/CSS21/box.html#propdef-border-right-color,http://www.w3.org/TR/CSS21/box.html#border-color-properties 5831075cedeb603a55d92a3bbfec8b0e5e47ed69 `Microsoft`<http://www.microsoft.com/> The 'border-right-color' set to rgb(0, +0, 0) renders the correct color.
|
|
border-right-color-103 reference/border-right-color-103-ref Border-right-color set to rgb() using integers with green set to a nominal value, rgb(0, 128, 0) http://www.w3.org/TR/CSS21/box.html#propdef-border-right-color,http://www.w3.org/TR/CSS21/box.html#border-color-properties 6425555f7252124e068d61a212ac4474dd6bdaab `Microsoft`<http://www.microsoft.com/> The 'border-right-color' set to rgb(0, 128, 0) renders the correct color.
|
|
border-right-color-104 reference/border-right-color-103-ref Border-right-color set to rgb() using integers with green set to a nominal value with a plus sign, rgb(0, +128, 0) http://www.w3.org/TR/CSS21/box.html#propdef-border-right-color,http://www.w3.org/TR/CSS21/box.html#border-color-properties 846da338f8fe35f0d9ce7f3359bae6f1cf27793b `Microsoft`<http://www.microsoft.com/> The 'border-right-color' set to rgb(0, +128, 0) renders the correct color.
|
|
border-right-color-105 reference/border-right-color-016-ref Border-right-color set to rgb() using integers with green set to a maximum minus one value, rgb(0, 254, 0) http://www.w3.org/TR/CSS21/box.html#propdef-border-right-color,http://www.w3.org/TR/CSS21/box.html#border-color-properties 1c334f0d86d2bc0e020e2eb501ae66aa5c36304a `Microsoft`<http://www.microsoft.com/> The 'border-right-color' set to rgb(0, 254, 0) renders the correct color.
|
|
border-right-color-106 reference/border-right-color-017-ref Border-right-color set to rgb() using integers with green set to a maximum value, rgb(0, 255, 0) http://www.w3.org/TR/CSS21/box.html#propdef-border-right-color,http://www.w3.org/TR/CSS21/box.html#border-color-properties f776fb022b139d97ca8bf0ca2cbb7fef99ea8752 `Microsoft`<http://www.microsoft.com/> The 'border-right-color' set to rgb(0, 255, 0) renders the correct color.
|
|
border-right-color-107 reference/border-right-color-017-ref Border-right-color set to rgb() using integers with green set to a maximum value with a plus sign, rgb(0, +255, 0) http://www.w3.org/TR/CSS21/box.html#propdef-border-right-color,http://www.w3.org/TR/CSS21/box.html#border-color-properties 845872f01c976bfe187b5fb45d4bba914924d28c `Microsoft`<http://www.microsoft.com/> The 'border-right-color' set to rgb(0, +255, 0) renders the correct color.
|
|
border-right-color-108 reference/border-right-color-017-ref Border-right-color set to rgb() using integers with green set to a maximum plus one value, rgb(0, 256 0) invalid http://www.w3.org/TR/CSS21/box.html#propdef-border-right-color,http://www.w3.org/TR/CSS21/box.html#border-color-properties 97fd14cbdadd594ff88a651961e638287be23de3 `Microsoft`<http://www.microsoft.com/> The 'border-right-color' set to rgb(0, 256, 0) properly truncates to a valid value.
|
|
border-right-color-109 reference/border-right-color-001-ref Border-right-color set to rgb() using percentages with blue set to the minimum minus one value, rgb(0%, 0%, -1%) invalid http://www.w3.org/TR/CSS21/box.html#propdef-border-right-color,http://www.w3.org/TR/CSS21/box.html#border-color-properties 9e9bb6d15894b5526add0a200091b624b33d0602 `Microsoft`<http://www.microsoft.com/> The 'border-right-color' set to rgb(0%, 0%, -1%) truncates to a valid value.
|
|
border-right-color-110 reference/border-right-color-110-ref Border-right-color set to rgb() using percentages with blue set to the minimum plus one value, rgb(0%, 0%, 1%) http://www.w3.org/TR/CSS21/box.html#propdef-border-right-color,http://www.w3.org/TR/CSS21/box.html#border-color-properties 188476c061f7d98f71e35ccc4dff428ebc8c7baa `Microsoft`<http://www.microsoft.com/>,`Rebecca Hauck`<rhauck@adobe.com> The 'border-right-color' set to rgb(0%, 0%, 1%) renders the correct color.
|
|
border-right-color-111 reference/border-right-color-001-ref Border-right-color set to rgb() using percentages with blue set to the minimum value and minus sign, rgb(0%, 0%, -0%) http://www.w3.org/TR/CSS21/box.html#propdef-border-right-color,http://www.w3.org/TR/CSS21/box.html#border-color-properties 5111b878cee00df8c7a1c2f6b4fb3a7979889952 `Microsoft`<http://www.microsoft.com/> The 'border-right-color' set to rgb(0%, 0%, -0%) renders the correct color.
|
|
border-right-color-112 reference/border-right-color-001-ref Border-right-color set to rgb() using percentages with blue set to the minimum value and plus sign, rgb(0%, 0%, +0%) http://www.w3.org/TR/CSS21/box.html#propdef-border-right-color,http://www.w3.org/TR/CSS21/box.html#border-color-properties 7e42146cc9ddfbd495bab325212c3f9cc1c2e629 `Microsoft`<http://www.microsoft.com/> The 'border-right-color' set to rgb(0%, 0%, +0%) renders the correct color.
|
|
border-right-color-113 reference/border-right-color-113-ref Border-right-color set to rgb() using percentages with blue set to a nominal value, rgb(0%, 0%, 40%) http://www.w3.org/TR/CSS21/box.html#propdef-border-right-color,http://www.w3.org/TR/CSS21/box.html#border-color-properties ce6cb082ecba1c4fade43d9a3e1925aa5cfa1a31 `Microsoft`<http://www.microsoft.com/>,`Rebecca Hauck`<rhauck@adobe.com> The 'border-right-color' set to rgb(0%, 0%, 40%) renders the correct color.
|
|
border-right-color-114 reference/border-right-color-113-ref Border-right-color set to rgb() using percentages with blue set to a nominal value with a plus sign, rgb(0%, 0%, +40%) http://www.w3.org/TR/CSS21/box.html#propdef-border-right-color,http://www.w3.org/TR/CSS21/box.html#border-color-properties 69d89430b673b0bdb6cd9ac528eb7836d1386b54 `Microsoft`<http://www.microsoft.com/>,`Rebecca Hauck`<rhauck@adobe.com> The 'border-right-color' set to rgb(0%, 0%, +40%) renders the correct color.
|
|
border-right-color-115 reference/border-right-color-115-ref Border-right-color set to rgb() using percentages with blue set to a maximum minus one value, rgb(0%, 0%, 99%) http://www.w3.org/TR/CSS21/box.html#propdef-border-right-color,http://www.w3.org/TR/CSS21/box.html#border-color-properties 59c95127dc63d65f521150fd20d592829033c805 `Microsoft`<http://www.microsoft.com/>,`Rebecca Hauck`<rhauck@adobe.com> The 'border-right-color' set to rgb(0%, 0%, 99%) renders the correct color.
|
|
border-right-color-116 reference/border-right-color-022-ref Border-right-color set to rgb() using percentages with blue set to a maximum value, rgb(0%, 0%, 100%) http://www.w3.org/TR/CSS21/box.html#propdef-border-right-color,http://www.w3.org/TR/CSS21/box.html#border-color-properties 06d46ba304df9ee1fa98ae05842afb0f9734d1e8 `Microsoft`<http://www.microsoft.com/> The 'border-right-color' set to rgb(0%, 0%, 100%) renders the correct color.
|
|
border-right-color-117 reference/border-right-color-022-ref Border-right-color set to rgb() using percentages with blue set to a maximum value with a plus sign, rgb(0%, 0%, +100%) http://www.w3.org/TR/CSS21/box.html#propdef-border-right-color,http://www.w3.org/TR/CSS21/box.html#border-color-properties 59c5dba30b1b9c67fe5258eed7e80d77e90c990a `Microsoft`<http://www.microsoft.com/> The 'border-right-color' set to rgb(0%, 0%, +100%) renders the correct color.
|
|
border-right-color-118 reference/border-right-color-022-ref Border-right-color set to rgb() using percentages with blue set to a maximum plus one value, rgb(0%, 0%, 101%) invalid http://www.w3.org/TR/CSS21/box.html#propdef-border-right-color,http://www.w3.org/TR/CSS21/box.html#border-color-properties 38e0d4c548cb94cf2b94fbad22672de0cf547dc5 `Microsoft`<http://www.microsoft.com/> The 'border-right-color' set to rgb(0%, 0%, 101%) truncates to a valid value.
|
|
border-right-color-119 reference/border-right-color-001-ref Border-right-color set to rgb() using integers with blue set to the minimum minus one value, rgb(0, 0, -1) invalid http://www.w3.org/TR/CSS21/box.html#propdef-border-right-color,http://www.w3.org/TR/CSS21/box.html#border-color-properties 1936382cde3cbae9cef6dc791ada9952b577d520 `Microsoft`<http://www.microsoft.com/> The 'border-right-color' set to rgb(0, 0, -1) truncates to a valid value.
|
|
border-right-color-120 reference/border-right-color-019-ref Border-right-color set to rgb() using integers with blue set to the minimum plus one value, rgb(0, 0, 1) http://www.w3.org/TR/CSS21/box.html#propdef-border-right-color,http://www.w3.org/TR/CSS21/box.html#border-color-properties beff96220c4332de3a8459f3afa8270f325de1bf `Microsoft`<http://www.microsoft.com/> The 'border-right-color' set to rgb(0, 0, 1) renders the correct color.
|
|
border-right-color-121 reference/border-right-color-001-ref Border-right-color set to rgb() using integers with blue set to the minimum value with a minus sign, rgb(0, 0, -0) http://www.w3.org/TR/CSS21/box.html#propdef-border-right-color,http://www.w3.org/TR/CSS21/box.html#border-color-properties 357463eed066baf2e335667a6b1d1f5e54d674f6 `Microsoft`<http://www.microsoft.com/> The 'border-right-color' set to rgb(0, 0, -0) renders the correct color.
|
|
border-right-color-122 reference/border-right-color-001-ref Border-right-color set to rgb() using integers with blue set to the minimum value with a plus sign, rgb(0, 0, +0) http://www.w3.org/TR/CSS21/box.html#propdef-border-right-color,http://www.w3.org/TR/CSS21/box.html#border-color-properties e2ac112543e6fb9a63ec66eb9dff54d3de56690c `Microsoft`<http://www.microsoft.com/> The 'border-right-color' set to rgb(0, 0, +0) renders the correct color.
|
|
border-right-color-123 reference/border-right-color-123-ref Border-right-color set to rgb() using integers with blue set to a nominal value, rgb(0, 0, 128) http://www.w3.org/TR/CSS21/box.html#propdef-border-right-color,http://www.w3.org/TR/CSS21/box.html#border-color-properties 00636f283d4797bc5072c5cf3b1752ef6c951b97 `Microsoft`<http://www.microsoft.com/> The 'border-right-color' set to rgb(0, 0, 128) renders the correct color.
|
|
border-right-color-124 reference/border-bottom-color-123-ref Border-right-color set to rgb() using integers with blue set to a nominal value with a plus sign, rgb(0, 0, +128) http://www.w3.org/TR/CSS21/box.html#propdef-border-right-color,http://www.w3.org/TR/CSS21/box.html#border-color-properties 109602b14cbe048a89e0a1968fee57769e70c9cf `Microsoft`<http://www.microsoft.com/> The 'border-right-color' set to rgb(0, 0, +128) renders the correct color.
|
|
border-right-color-125 reference/border-right-color-021-ref Border-right-color set to rgb() using integers with blue set to a maximum minus one value, rgb(0, 0, 254) http://www.w3.org/TR/CSS21/box.html#propdef-border-right-color,http://www.w3.org/TR/CSS21/box.html#border-color-properties df15b9c3c83c735dfa91f660af64187a10ad95db `Microsoft`<http://www.microsoft.com/> The 'border-right-color' set to rgb(0, 0, 254) renders the correct color.
|
|
border-right-color-126 reference/border-right-color-022-ref Border-right-color set to rgb() using integers with blue set to a maximum value, rgb(0, 0, 255) http://www.w3.org/TR/CSS21/box.html#propdef-border-right-color,http://www.w3.org/TR/CSS21/box.html#border-color-properties 6abbe018fa58ef5ab74d043797bc26a4c08f3dc0 `Microsoft`<http://www.microsoft.com/> The 'border-right-color' set to rgb(0, 0, 255) renders the correct color.
|
|
border-right-color-127 reference/border-right-color-022-ref Border-right-color set to rgb() using integers with blue set to a maximum value with a plus sign, rgb(0, 0, +255) http://www.w3.org/TR/CSS21/box.html#propdef-border-right-color,http://www.w3.org/TR/CSS21/box.html#border-color-properties 7cc0bb0a63411d1e59c2e16cc14bea648269b093 `Microsoft`<http://www.microsoft.com/> The 'border-right-color' set to rgb(0, 0, +255) renders the correct color.
|
|
border-right-color-128 reference/border-right-color-022-ref Border-right-color set to rgb() using integers with blue set to a maximum plus one value, rgb(0, 0, 256) invalid http://www.w3.org/TR/CSS21/box.html#propdef-border-right-color,http://www.w3.org/TR/CSS21/box.html#border-color-properties 88480c06e015ae4534c14e6df8b3d57a3a281e13 `Microsoft`<http://www.microsoft.com/> The 'border-right-color' set to rgb(0, 0, 256) properly truncates to a valid value.
|
|
border-right-color-129 reference/border-right-color-129-ref Border-right-color set to aqua http://www.w3.org/TR/CSS21/box.html#propdef-border-right-color,http://www.w3.org/TR/CSS21/box.html#border-color-properties 7609cf942cdb8abbfef6885d1b2b851538b5fe12 `Microsoft`<http://www.microsoft.com/> The 'border-right-color' set to aqua causes the border-right-color of the box to be aqua.
|
|
border-right-color-130 reference/border-right-color-001-ref Border-right-color set to black http://www.w3.org/TR/CSS21/box.html#propdef-border-right-color,http://www.w3.org/TR/CSS21/box.html#border-color-properties 9b1c6ad2d21398fd88b6a5b2d324c1e0378f158b `Microsoft`<http://www.microsoft.com/> The 'border-right-color' set to black causes the border-right-color of the box to be black.
|
|
border-right-color-131 reference/border-right-color-131-ref Border-right-color set to blue http://www.w3.org/TR/CSS21/box.html#propdef-border-right-color,http://www.w3.org/TR/CSS21/box.html#border-color-properties 2f31711babd15871ad3f9ea872b2b491b22ed427 `Microsoft`<http://www.microsoft.com/> The 'border-right-color' set to blue causes the border-right-color of the box to be blue.
|
|
border-right-color-132 reference/border-right-color-132-ref Border-right-color set to fuchsia http://www.w3.org/TR/CSS21/box.html#propdef-border-right-color,http://www.w3.org/TR/CSS21/box.html#border-color-properties 0a833af1caf0ebaa710a62f1fab3c3e3bf064b57 `Microsoft`<http://www.microsoft.com/> The 'border-right-color' set to fuchsia causes the border-right-color of the box to be fuchsia.
|
|
border-right-color-133 reference/border-right-color-133-ref Border-right-color set to gray http://www.w3.org/TR/CSS21/box.html#propdef-border-right-color,http://www.w3.org/TR/CSS21/box.html#border-color-properties d10c9745dea243a6fb85ebe6fb8d2ce04c3fe80f `Microsoft`<http://www.microsoft.com/> The 'border-right-color' set to gray causes the border-right-color of the box to be gray.
|
|
border-right-color-134 reference/border-right-color-134-ref Border-right-color set to green http://www.w3.org/TR/CSS21/box.html#propdef-border-right-color,http://www.w3.org/TR/CSS21/box.html#border-color-properties 7a87817425ac9df21c02657145673d2dac0531da `Microsoft`<http://www.microsoft.com/> The 'border-right-color' set to green causes the background of the box to be green.
|
|
border-right-color-135 reference/border-right-color-135-ref Border-right-color set to lime http://www.w3.org/TR/CSS21/box.html#propdef-border-right-color,http://www.w3.org/TR/CSS21/box.html#border-color-properties 8fc60ad0ff8a505291d2c74e8b98f249efde1e77 `Microsoft`<http://www.microsoft.com/> The 'border-right-color' set to lime causes the border-right-color of the box to be lime.
|
|
border-right-color-136 reference/border-right-color-136-ref Border-right-color set to maroon http://www.w3.org/TR/CSS21/box.html#propdef-border-right-color,http://www.w3.org/TR/CSS21/box.html#border-color-properties d45ac7e8cfd43a594b9d90f645c3a2a42f96812f `Microsoft`<http://www.microsoft.com/> The 'border-right-color' set to maroon causes the border-right-color of the box to be maroon.
|
|
border-right-color-137 reference/border-right-color-137-ref Border-right-color set to navy http://www.w3.org/TR/CSS21/box.html#propdef-border-right-color,http://www.w3.org/TR/CSS21/box.html#border-color-properties e662998923c592c4a6cba3b90f0276c3fc26e54c `Microsoft`<http://www.microsoft.com/> The 'border-right-color' set to navy causes the border-right-color of the box to be navy.
|
|
border-right-color-138 reference/border-right-color-138-ref Border-right-color set to olive http://www.w3.org/TR/CSS21/box.html#propdef-border-right-color,http://www.w3.org/TR/CSS21/box.html#border-color-properties 53696b6fd93d5ba489a68cf41c8d784c03576943 `Microsoft`<http://www.microsoft.com/> The 'border-right-color' set to olive causes the border-right-color of the box to be olive.
|
|
border-right-color-139 reference/border-right-color-139-ref Border-right-color set to orange http://www.w3.org/TR/CSS21/box.html#propdef-border-right-color,http://www.w3.org/TR/CSS21/box.html#border-color-properties aea10cc107fb15c8dfa05915fe8663bcfa5d89be `Microsoft`<http://www.microsoft.com/> The 'border-right-color' set to orange causes the border-right-color of the box to be orange.
|
|
border-right-color-140 reference/border-right-color-140-ref Border-right-color set to purple http://www.w3.org/TR/CSS21/box.html#propdef-border-right-color,http://www.w3.org/TR/CSS21/box.html#border-color-properties 899b75155f9d1eab6aae85a88fa7cd4e1c6336a7 `Microsoft`<http://www.microsoft.com/> The 'border-right-color' set to purple causes the border-right-color of the box to be purple.
|
|
border-right-color-141 reference/border-right-color-141-ref Border-right-color set to red http://www.w3.org/TR/CSS21/box.html#propdef-border-right-color,http://www.w3.org/TR/CSS21/box.html#border-color-properties 0817b70bb170ca1e40ffb305ad889d15a5893835 `Microsoft`<http://www.microsoft.com/> The 'border-right-color' set to red causes the border-right-color of the box to be red.
|
|
border-right-color-142 reference/border-right-color-142-ref Border-right-color set to silver http://www.w3.org/TR/CSS21/box.html#propdef-border-right-color,http://www.w3.org/TR/CSS21/box.html#border-color-properties 82bec7ed1d2ab8f3162f25bc14f5f06ce01de913 `Microsoft`<http://www.microsoft.com/> The 'border-right-color' set to silver causes the border-right-color of the box to be silver.
|
|
border-right-color-143 reference/border-right-color-143-ref Border-right-color set to teal http://www.w3.org/TR/CSS21/box.html#propdef-border-right-color,http://www.w3.org/TR/CSS21/box.html#border-color-properties 7d37e2f11471e918fe4dbc561453018f00bb7f40 `Microsoft`<http://www.microsoft.com/> The 'border-right-color' set to teal causes the border-right-color of the box to be teal.
|
|
border-right-color-144 reference/border-right-color-144-ref Border-right-color set to white http://www.w3.org/TR/CSS21/box.html#propdef-border-right-color,http://www.w3.org/TR/CSS21/box.html#border-color-properties 0ff32d4e602013d7f0592fffbbd31b278e450552 `Microsoft`<http://www.microsoft.com/> The 'border-right-color' set to white causes the border-right-color of the box to be white.
|
|
border-right-color-145 reference/border-right-color-145-ref Border-right-color set to yellow http://www.w3.org/TR/CSS21/box.html#propdef-border-right-color,http://www.w3.org/TR/CSS21/box.html#border-color-properties c1178efe7c54e6e25eb7315edc87f89652ad701c `Microsoft`<http://www.microsoft.com/> The 'border-right-color' set to yellow causes the border-right-color of the box to be yellow.
|
|
border-right-color-174 reference/border-left-color-174-ref Border-right-color set to transparent http://www.w3.org/TR/CSS21/box.html#propdef-border-right-color,http://www.w3.org/TR/CSS21/box.html#border-color-properties 544f1935b15251f0e91beb899c62a35284b7365f `Microsoft`<http://www.microsoft.com/> The 'border-right-color' set to transparent properly renders a border with no visible color.
|
|
border-right-color-175 reference/border-right-color-175-ref Border-right-color set to inherit http://www.w3.org/TR/CSS21/box.html#propdef-border-right-color,http://www.w3.org/TR/CSS21/box.html#border-color-properties 5e7a6e64d923a4b83da46466a4809b4299608ef7 `Microsoft`<http://www.microsoft.com/> The 'border-right-color' set to inherit causes the 'border-right-color' of the element to be the same as the 'border-right-color' designated on the parent element.
|
|
border-right-color-applies-to-001 reference/border-left-applies-to-001-ref Border-right-color applied to element with display table-row-group http://www.w3.org/TR/CSS21/box.html#propdef-border-right-color,http://www.w3.org/TR/CSS21/box.html#border-color-properties 8cfe80a4622687e5663b8313c9c80c53656bb8a0 `Microsoft`<http://www.microsoft.com/> The 'border-right-color' property applies to elements with a display of table-row-group.
|
|
border-right-color-applies-to-002 reference/border-left-applies-to-001-ref Border-right-color applied to element with display table-header-group http://www.w3.org/TR/CSS21/box.html#propdef-border-right-color,http://www.w3.org/TR/CSS21/box.html#border-color-properties 0284fd01ebddf7da38fc431df8f85930635e97dc `Microsoft`<http://www.microsoft.com/> The 'border-right-color' property applies to elements with a display of table-header-group.
|
|
border-right-color-applies-to-003 reference/border-left-applies-to-001-ref Border-right-color applied to element with display table-footer-group http://www.w3.org/TR/CSS21/box.html#propdef-border-right-color,http://www.w3.org/TR/CSS21/box.html#border-color-properties 83857ba957e3850dfeded3da9f38d3385fa2d19b `Microsoft`<http://www.microsoft.com/> The 'border-right-color' property applies to elements with a display of table-footer-group.
|
|
border-right-color-applies-to-004 reference/border-left-applies-to-001-ref Border-right-color applied to element with display table-row http://www.w3.org/TR/CSS21/box.html#propdef-border-right-color,http://www.w3.org/TR/CSS21/box.html#border-color-properties dd72ac1c4a83d7379fbb4264704bff373df3cc1c `Microsoft`<http://www.microsoft.com/> The 'border-right-color' property applies to elements with a display of table-row.
|
|
border-right-color-applies-to-005 reference/border-left-applies-to-001-ref Border-right-color applied to element with display table-column-group http://www.w3.org/TR/CSS21/box.html#propdef-border-right-color,http://www.w3.org/TR/CSS21/box.html#border-color-properties 9f22c1972107a7f6bb6d86bae45a9e4b37648a5a `Microsoft`<http://www.microsoft.com/> The 'border-right-color' property applies to elements with a display of table-column-group.
|
|
border-right-color-applies-to-006 reference/border-left-applies-to-001-ref Border-right-color applied to element with display table-column http://www.w3.org/TR/CSS21/box.html#propdef-border-right-color,http://www.w3.org/TR/CSS21/box.html#border-color-properties ae722ad0509145f589b9c0e290ab57958cea6542 `Microsoft`<http://www.microsoft.com/> The 'border-right-color' property applies to elements with a display of table-column.
|
|
border-right-color-applies-to-007 reference/border-left-applies-to-001-ref Border-right-color applied to element with display table-cell http://www.w3.org/TR/CSS21/box.html#propdef-border-right-color,http://www.w3.org/TR/CSS21/box.html#border-color-properties abd8f06193b291ad4cbb710831496220ed6b75ef `Microsoft`<http://www.microsoft.com/> The 'border-right-color' property applies to elements with a display of table-cell.
|
|
border-right-color-applies-to-008 Border-right-color applied to element with display inline http://www.w3.org/TR/CSS21/box.html#propdef-border-right-color,http://www.w3.org/TR/CSS21/box.html#border-color-properties 1bf9e424a2c4fd3fab17be51195be4cc6679ea11 `Microsoft`<http://www.microsoft.com/> The 'border-right-color' property applies to elements with a display of inline.
|
|
border-right-color-applies-to-009 reference/border-left-applies-to-001-ref Border-right-color applied to element with display block http://www.w3.org/TR/CSS21/box.html#propdef-border-right-color,http://www.w3.org/TR/CSS21/box.html#border-color-properties c799d3d211b0331bfab047a23d3f2abdc3979e31 `Microsoft`<http://www.microsoft.com/> The 'border-right-color' property applies to elements with a display of block.
|
|
border-right-color-applies-to-010 Border-right-color applied to element with display list-item http://www.w3.org/TR/CSS21/box.html#propdef-border-right-color,http://www.w3.org/TR/CSS21/box.html#border-color-properties 19625441e0948ceb4814368201c6f90d24c25027 `Microsoft`<http://www.microsoft.com/> The 'border-right-color' property applies to elements with a display of list-item.
|
|
border-right-color-applies-to-011 Border-right-color applied to element with display run-in http://www.w3.org/TR/CSS21/box.html#propdef-border-right-color,http://www.w3.org/TR/CSS21/box.html#border-color-properties 88313a3d591b88780e66ad29a5cbbb140b3df21e `Microsoft`<http://www.microsoft.com/> The 'border-right-color' property applies to elements with a display of run-in.
|
|
border-right-color-applies-to-012 reference/border-left-applies-to-001-ref Border-right-color applied to element with display inline-block http://www.w3.org/TR/CSS21/box.html#propdef-border-right-color,http://www.w3.org/TR/CSS21/box.html#border-color-properties a9769d6fb737d960e3628a371adba37d19c2e2a3 `Microsoft`<http://www.microsoft.com/> The 'border-right-color' property applies to elements with a display of inline-block.
|
|
border-right-color-applies-to-013 reference/border-left-applies-to-001-ref Border-right-color applied to element with display table http://www.w3.org/TR/CSS21/box.html#propdef-border-right-color,http://www.w3.org/TR/CSS21/box.html#border-color-properties 0986ff315688de001de4daa9a1c36e40111bd9dc `Microsoft`<http://www.microsoft.com/> The 'border-right-color' property applies to elements with a display of table.
|
|
border-right-color-applies-to-014 reference/border-left-applies-to-001-ref Border-right-color applied to element with display inline-table http://www.w3.org/TR/CSS21/box.html#propdef-border-right-color,http://www.w3.org/TR/CSS21/box.html#border-color-properties 25b26ddf0be647eda9407db9960a76fad4bbee77 `Microsoft`<http://www.microsoft.com/> The 'border-right-color' property applies to elements with a display of inline-table.
|
|
border-right-color-applies-to-015 reference/border-left-applies-to-001-ref Border-right-color applied to element with display table-caption http://www.w3.org/TR/CSS21/box.html#propdef-border-right-color,http://www.w3.org/TR/CSS21/box.html#border-color-properties ca17de5b1774e948d873f9ada9125438c2c7c3eb `Microsoft`<http://www.microsoft.com/> The 'border-right-color' property applies to elements with a display of table-caption.
|
|
border-right-style-001 reference/ref-nothing-below Border-right-style set to 'none' http://www.w3.org/TR/CSS21/box.html#propdef-border-right-style,http://www.w3.org/TR/CSS21/box.html#border-style-properties 8ae2be58506ce8c2117a2c8acc8dcfd21abd2f62 `Microsoft`<http://www.microsoft.com/> The 'border-right-style' property set to 'none' does not render any border for an element.
|
|
border-right-style-002 reference/ref-nothing-below Border-right-style set to 'hidden' http://www.w3.org/TR/CSS21/box.html#propdef-border-right-style,http://www.w3.org/TR/CSS21/box.html#border-style-properties ba62c9968a476c8454b5dbb0ae0dce7444a8fe7b `Microsoft`<http://www.microsoft.com/> The 'border-right-style' property set to 'hidden' computes to 'none' and does not render any border for non-table elements.
|
|
border-right-style-003 Border-right-style set to 'dotted' http://www.w3.org/TR/CSS21/box.html#propdef-border-right-style,http://www.w3.org/TR/CSS21/box.html#border-style-properties ba5af6bd4fade4cab5dceaffa4766bbc7f426802 `Microsoft`<http://www.microsoft.com/> The 'border-right-style' set to 'dotted' renders the proper line style for the border.
|
|
border-right-style-004 Border-right-style set to 'dashed' http://www.w3.org/TR/CSS21/box.html#propdef-border-right-style,http://www.w3.org/TR/CSS21/box.html#border-style-properties d803b680b9bada34caaa191b1e54b5e74410cebd `Microsoft`<http://www.microsoft.com/> The 'border-right-style' set to 'dashed' renders the proper line style for the border.
|
|
border-right-style-005 reference/border-right-style-005-ref Border-right-style set to 'solid' http://www.w3.org/TR/CSS21/box.html#propdef-border-right-style,http://www.w3.org/TR/CSS21/box.html#border-style-properties 71e1adcdfe74ba432153c9022a097e402cfdb825 `Microsoft`<http://www.microsoft.com/> The 'border-right-style' set to 'solid' renders the proper line style for the border.
|
|
border-right-style-006 Border-right-style set to 'double' http://www.w3.org/TR/CSS21/box.html#propdef-border-right-style,http://www.w3.org/TR/CSS21/box.html#border-style-properties 8eaeb3a1035f5402a8de0e9a76377dce0b995237 `Microsoft`<http://www.microsoft.com/> The 'border-right-style' set to 'double' renders the proper line style for the border.
|
|
border-right-style-007 Border-right-style set to 'groove' http://www.w3.org/TR/CSS21/box.html#propdef-border-right-style,http://www.w3.org/TR/CSS21/box.html#border-style-properties c176b86fe54caff3540f3c73c8814baec5b01e1d `Microsoft`<http://www.microsoft.com/> The 'border-right-style' set to 'groove' renders the proper line style for the border.
|
|
border-right-style-008 Border-right-style set to 'ridge' http://www.w3.org/TR/CSS21/box.html#propdef-border-right-style,http://www.w3.org/TR/CSS21/box.html#border-style-properties b46d2cf82c32e9100362be13ed9abf697dd5b9e6 `Microsoft`<http://www.microsoft.com/> The 'border-right-style' set to 'ridge' renders the proper line style for the border.
|
|
border-right-style-009 Border-right-style set to 'inset' http://www.w3.org/TR/CSS21/box.html#propdef-border-right-style,http://www.w3.org/TR/CSS21/box.html#border-style-properties d0b90249a684d5576e2f5f1e49020fbde4cbed1c `Microsoft`<http://www.microsoft.com/> The 'border-right-style' set to 'inset' renders the proper line style for the border.
|
|
border-right-style-010 Border-right-style set to 'outset' http://www.w3.org/TR/CSS21/box.html#propdef-border-right-style,http://www.w3.org/TR/CSS21/box.html#border-style-properties bc237f1a6ad5f2c08412a3b8f5b2aeff6925abaa `Microsoft`<http://www.microsoft.com/> The 'border-right-style' set to 'outset' renders the proper line style for the border.
|
|
border-right-style-011 Border-right-style set to 'inherit' http://www.w3.org/TR/CSS21/box.html#propdef-border-right-style,http://www.w3.org/TR/CSS21/box.html#border-style-properties fce4c575674ca22146ae6a44b6368e7ec1579ff6 `Microsoft`<http://www.microsoft.com/> The 'border-right-style' property set to 'inherit' properly applies the value from the parent's 'border-right-style' property value.
|
|
border-right-style-applies-to-001 Border-right-style applied to element with display table-row-group http://www.w3.org/TR/CSS21/box.html#propdef-border-right-style,http://www.w3.org/TR/CSS21/box.html#border-style-properties 286e48d8605693a48af7b0e29a60c845e552b800 `Microsoft`<http://www.microsoft.com/> The 'border-right-style' property applies to elements with a display of table-row-group.
|
|
border-right-style-applies-to-002 Border-right-style applied to element with display table-header-group http://www.w3.org/TR/CSS21/box.html#propdef-border-right-style,http://www.w3.org/TR/CSS21/box.html#border-style-properties 18085ee9a5edac05cad9f9d6e0000b35e4755bb4 `Microsoft`<http://www.microsoft.com/> The 'border-right-style' property applies to elements with a display of table-header-group.
|
|
border-right-style-applies-to-003 Border-right-style applied to element with display table-footer-group http://www.w3.org/TR/CSS21/box.html#propdef-border-right-style,http://www.w3.org/TR/CSS21/box.html#border-style-properties 48093cc729b074c69e39f46beffffaa04d8acf86 `Microsoft`<http://www.microsoft.com/> The 'border-right-style' property applies to elements with a display of table-footer-group.
|
|
border-right-style-applies-to-004 Border-right-style applied to element with display table-row http://www.w3.org/TR/CSS21/box.html#propdef-border-right-style,http://www.w3.org/TR/CSS21/box.html#border-style-properties 8da9aa1da1925bbc0ea41935294bc9ff844b0cac `Microsoft`<http://www.microsoft.com/> The 'border-right-style' property applies to elements with a display of table-row.
|
|
border-right-style-applies-to-005 Border-right-style applied to element with display table-column-group http://www.w3.org/TR/CSS21/box.html#propdef-border-right-style,http://www.w3.org/TR/CSS21/box.html#border-style-properties 3531cccb7d84f1cad447222d1871e7a9752cf8c0 `Microsoft`<http://www.microsoft.com/> The 'border-right-style' property applies to elements with a display of table-column-group.
|
|
border-right-style-applies-to-006 Border-right-style applied to element with display table-column http://www.w3.org/TR/CSS21/box.html#propdef-border-right-style,http://www.w3.org/TR/CSS21/box.html#border-style-properties 47fe314a553a93f0f2ce7f25212cacd00c4c0c98 `Microsoft`<http://www.microsoft.com/> The 'border-right-style' property applies to elements with a display of table-column.
|
|
border-right-style-applies-to-007 Border-right-style applied to element with display table-cell http://www.w3.org/TR/CSS21/box.html#propdef-border-right-style,http://www.w3.org/TR/CSS21/box.html#border-style-properties 14f1a60aa52965e9b6b5619fdc35895a5f393ea9 `Microsoft`<http://www.microsoft.com/> The 'border-right-style' property applies to elements with a display of table-cell.
|
|
border-right-style-applies-to-008 Border-right-style applied to element with display inline http://www.w3.org/TR/CSS21/box.html#propdef-border-right-style,http://www.w3.org/TR/CSS21/box.html#border-style-properties 1ef0b16b3947f4170e1a52128ced42ac17cebd01 `Microsoft`<http://www.microsoft.com/> The 'border-right-style' property applies to elements with a display of inline.
|
|
border-right-style-applies-to-009 Border-right-style applied to element with display block http://www.w3.org/TR/CSS21/box.html#propdef-border-right-style,http://www.w3.org/TR/CSS21/box.html#border-style-properties f0077cd3f26deca8c7ae8df1f2111bb1161ee41f `Microsoft`<http://www.microsoft.com/> The 'border-right-style' property applies to elements with a display of block.
|
|
border-right-style-applies-to-010 Border-right-style applied to element with display list-item http://www.w3.org/TR/CSS21/box.html#propdef-border-right-style,http://www.w3.org/TR/CSS21/box.html#border-style-properties 04449833ac0fde94d30379bc2fb8dcd889c59e26 `Microsoft`<http://www.microsoft.com/> The 'border-right-style' property applies to elements with a display of list-item.
|
|
border-right-style-applies-to-011 Border-right-style applied to element with display run-in http://www.w3.org/TR/CSS21/box.html#propdef-border-right-style,http://www.w3.org/TR/CSS21/box.html#border-style-properties 603428daddfccb94ba4f663f50ea4fdc08a814fd `Microsoft`<http://www.microsoft.com/> The 'border-right-style' property applies to elements with a display of run-in.
|
|
border-right-style-applies-to-012 Border-right-style applied to element with display inline-block http://www.w3.org/TR/CSS21/box.html#propdef-border-right-style,http://www.w3.org/TR/CSS21/box.html#border-style-properties 899daebc669aaaf27eba8608c0b483287d86a41e `Microsoft`<http://www.microsoft.com/> The 'border-right-style' property applies to elements with a display of inline-block.
|
|
border-right-style-applies-to-013 Border-right-style applied to element with display table http://www.w3.org/TR/CSS21/box.html#propdef-border-right-style,http://www.w3.org/TR/CSS21/box.html#border-style-properties 006ea5d765303959267b85e3fbde688d42fd48ad `Microsoft`<http://www.microsoft.com/> The 'border-right-style' property applies to elements with a display of table.
|
|
border-right-style-applies-to-014 Border-right-style applied to element with display inline-table http://www.w3.org/TR/CSS21/box.html#propdef-border-right-style,http://www.w3.org/TR/CSS21/box.html#border-style-properties 4e27daccadad3ef6a299052efda79dda1ea3ecf8 `Microsoft`<http://www.microsoft.com/> The 'border-right-style' property applies to elements with a display of inline-table.
|
|
border-right-style-applies-to-015 Border-right-style applied to element with display table-caption http://www.w3.org/TR/CSS21/box.html#propdef-border-right-style,http://www.w3.org/TR/CSS21/box.html#border-style-properties 0b00dbb8dbec84ef11dd408a036023fe10452ddd `Microsoft`<http://www.microsoft.com/> The 'border-right-style' property applies to elements with a display of table-caption.
|
|
border-right-width-001 reference/border-left-width-001-ref Border-right-width using pixels with a minimum minus one (negative) value, -1px invalid http://www.w3.org/TR/CSS21/box.html#propdef-border-right-width,http://www.w3.org/TR/CSS21/box.html#border-width-properties f446e9a035e33f67009f1c174e2cb7fd5b1386b6 `Microsoft`<http://www.microsoft.com/> The 'border-right-width' property does not support a negative length value in pixels and resets to the initial value.
|
|
border-right-width-002 reference/ref-if-there-is-no-red Border-right-width using pixels with a minimum value, 0px http://www.w3.org/TR/CSS21/box.html#propdef-border-right-width,http://www.w3.org/TR/CSS21/box.html#border-width-properties 2523ab39667f687f34dc360128a164ebe118bb67 `Microsoft`<http://www.microsoft.com/> The 'border-right-width' property supports a minimum length value in pixels that sets the width of the right border.
|
|
border-right-width-003 reference/border-left-width-003-ref Border-right-width using pixels with a minimum plus one value, 1px http://www.w3.org/TR/CSS21/box.html#propdef-border-right-width,http://www.w3.org/TR/CSS21/box.html#border-width-properties 6f9be6b5b4ca51cbfa07b5adb5f7df160c79b055 `Microsoft`<http://www.microsoft.com/> The 'border-right-width' property supports a minimum plus one length value in pixels that sets the width of the right border.
|
|
border-right-width-004 reference/ref-if-there-is-no-red Border-right-width using pixels with a minimum value with a minus sign, -0px http://www.w3.org/TR/CSS21/box.html#propdef-border-right-width,http://www.w3.org/TR/CSS21/box.html#border-width-properties e2c92562a4c4395a7064c29376ce11a2a1130be0 `Microsoft`<http://www.microsoft.com/> The 'border-right-width' property supports a minimum length value in pixels that that has a minus sign before it.
|
|
border-right-width-005 reference/ref-if-there-is-no-red Border-right-width using pixels with a minimum value with a plus sign, +0px http://www.w3.org/TR/CSS21/box.html#propdef-border-right-width,http://www.w3.org/TR/CSS21/box.html#border-width-properties 857cdbd4d7acf8988cdc3a07e098db40756dda02 `Microsoft`<http://www.microsoft.com/> The 'border-right-width' property supports a minimum length value in pixels that that has a plus sign before it.
|
|
border-right-width-006 reference/border-left-width-006-ref Border-right-width using pixels with a nominal value, 96px 96dpi http://www.w3.org/TR/CSS21/box.html#propdef-border-right-width,http://www.w3.org/TR/CSS21/box.html#border-width-properties 29f9c8f19b95f4b53850d64b21525f6c9964c906 `Microsoft`<http://www.microsoft.com/> The 'border-right-width' property supports a nominal length value in pixels that sets the width of the right border.
|
|
border-right-width-007 reference/border-left-width-006-ref Border-right-width using pixels with a nominal value with a plus sign, +96px 96dpi http://www.w3.org/TR/CSS21/box.html#propdef-border-right-width,http://www.w3.org/TR/CSS21/box.html#border-width-properties c4c9318d5f20a92f9a6fe40f03508d29d3760a25 `Microsoft`<http://www.microsoft.com/> The 'border-right-width' property supports a nominal length value in pixels that has a plus sign before it.
|
|
border-right-width-012 reference/border-left-width-001-ref Border-right-width using points with a minimum minus one (negative) value, -1pt invalid http://www.w3.org/TR/CSS21/box.html#propdef-border-right-width,http://www.w3.org/TR/CSS21/box.html#border-width-properties be66c7403bbbad0b343e7a6a18aae0dd740ad900 `Microsoft`<http://www.microsoft.com/> The 'border-right-width' property does not support a negative length value in points and resets to the initial value.
|
|
border-right-width-013 reference/ref-if-there-is-no-red Border-right-width using points with a minimum value, 0pt http://www.w3.org/TR/CSS21/box.html#propdef-border-right-width,http://www.w3.org/TR/CSS21/box.html#border-width-properties 4fbb30d1d1b61e4d5f1461dcde1aba81988c5c06 `Microsoft`<http://www.microsoft.com/> The 'border-right-width' property supports a minimum length value in points that sets the width of the right border.
|
|
border-right-width-015 reference/ref-if-there-is-no-red Border-right-width using points with a minimum value with a minus sign, -0pt http://www.w3.org/TR/CSS21/box.html#propdef-border-right-width,http://www.w3.org/TR/CSS21/box.html#border-width-properties 3bde8cf3fe4508d1165abbde2c3895e26869844d `Microsoft`<http://www.microsoft.com/> The 'border-right-width' property supports a minimum length value in points that that has a minus sign before it.
|
|
border-right-width-016 reference/ref-if-there-is-no-red Border-right-width using points with a minimum value with a plus sign, +0pt http://www.w3.org/TR/CSS21/box.html#propdef-border-right-width,http://www.w3.org/TR/CSS21/box.html#border-width-properties b1b0e92be48ac5ea4b1281741ae2447ebd8d14d2 `Microsoft`<http://www.microsoft.com/> The 'border-right-width' property supports a minimum length value in points that that has a plus sign before it.
|
|
border-right-width-017 reference/border-left-width-006-ref Border-right-width using points with a nominal value, 72pt http://www.w3.org/TR/CSS21/box.html#propdef-border-right-width,http://www.w3.org/TR/CSS21/box.html#border-width-properties 85b5f9c62dedff0c4b3ba9ab4cf739b38d382242 `Microsoft`<http://www.microsoft.com/> The 'border-right-width' property supports a nominal length value in points that sets the width of the right border.
|
|
border-right-width-018 reference/border-left-width-006-ref Border-right-width using points with a nominal value with a plus sign, +72pt http://www.w3.org/TR/CSS21/box.html#propdef-border-right-width,http://www.w3.org/TR/CSS21/box.html#border-width-properties b0cd9ef8b8c117a1a9284d4b7725161222ddf9dc `Microsoft`<http://www.microsoft.com/> The 'border-right-width' property supports a nominal length value in points that has a plus sign before it.
|
|
border-right-width-023 reference/border-left-width-001-ref Border-right-width using picas with a minimum minus one (negative) value, -1pc invalid http://www.w3.org/TR/CSS21/box.html#propdef-border-right-width,http://www.w3.org/TR/CSS21/box.html#border-width-properties 4686bc12a2cd9217ddb4a4e20b4061d869553dc9 `Microsoft`<http://www.microsoft.com/> The 'border-right-width' property does not support a negative length value in picas and resets to the initial value.
|
|
border-right-width-024 reference/ref-if-there-is-no-red Border-right-width using picas with a minimum value, 0pc http://www.w3.org/TR/CSS21/box.html#propdef-border-right-width,http://www.w3.org/TR/CSS21/box.html#border-width-properties d39be53aea5ea3b8426e8fa5f5ecd9da9d3d4ea2 `Microsoft`<http://www.microsoft.com/> The 'border-right-width' property supports a minimum length value in picas that sets the width of the right border.
|
|
border-right-width-025 reference/border-left-width-025-ref Border-right-width using picas with a minimum plus one value, 1pc http://www.w3.org/TR/CSS21/box.html#propdef-border-right-width,http://www.w3.org/TR/CSS21/box.html#border-width-properties 9f7c6f3499ccfb2cab91fbf910440a471ca0cb3a `Microsoft`<http://www.microsoft.com/> The 'border-right-width' property supports a minimum plus one length value in picas that sets the width of the right border.
|
|
border-right-width-026 reference/ref-if-there-is-no-red Border-right-width using picas with a minimum value with a minus sign, -0pc http://www.w3.org/TR/CSS21/box.html#propdef-border-right-width,http://www.w3.org/TR/CSS21/box.html#border-width-properties 67459f1069b0b8adc298e569b0d43290a227577d `Microsoft`<http://www.microsoft.com/> The 'border-right-width' property supports a minimum length value in picas that that has a minus sign before it.
|
|
border-right-width-027 reference/ref-if-there-is-no-red Border-right-width using picas with a minimum value with a plus sign, +0pc http://www.w3.org/TR/CSS21/box.html#propdef-border-right-width,http://www.w3.org/TR/CSS21/box.html#border-width-properties cf00052c8b99e8ac1b5b1480b3450428d9cf72d2 `Microsoft`<http://www.microsoft.com/> The 'border-right-width' property supports a minimum length value in picas that that has a plus sign before it.
|
|
border-right-width-028 reference/border-left-width-006-ref Border-right-width using picas with a nominal value, 6pc http://www.w3.org/TR/CSS21/box.html#propdef-border-right-width,http://www.w3.org/TR/CSS21/box.html#border-width-properties c54d9dbc7113cc16ae6f74fcc7460e53d8138dc3 `Microsoft`<http://www.microsoft.com/> The 'border-right-width' property supports a nominal length value in picas that sets the width of the right border.
|
|
border-right-width-029 reference/border-left-width-006-ref Border-right-width using picas with a nominal value with a plus sign, +6pc http://www.w3.org/TR/CSS21/box.html#propdef-border-right-width,http://www.w3.org/TR/CSS21/box.html#border-width-properties 9d4bb64aea3fe3bff2bd24e1394d7566f168b54a `Microsoft`<http://www.microsoft.com/> The 'border-right-width' property supports a nominal length value in picas that has a plus sign before it.
|
|
border-right-width-034 reference/border-left-width-001-ref Border-right-width using centimeters with a minimum minus one (negative) value, -1cm invalid http://www.w3.org/TR/CSS21/box.html#propdef-border-right-width,http://www.w3.org/TR/CSS21/box.html#border-width-properties 49967fb19c3a54c148098a8531f89adf5954f743 `Microsoft`<http://www.microsoft.com/> The 'border-right-width' property does not support a negative length value in centimeters and resets to the initial value.
|
|
border-right-width-035 reference/ref-if-there-is-no-red Border-right-width using centimeters with a minimum value, 0cm http://www.w3.org/TR/CSS21/box.html#propdef-border-right-width,http://www.w3.org/TR/CSS21/box.html#border-width-properties 313482175b0b6772910ccca42e2cc11300210860 `Microsoft`<http://www.microsoft.com/> The 'border-right-width' property supports a minimum length value in centimeters that sets the width of the right border.
|
|
border-right-width-036 Border-right-width using centimeters with a minimum plus one value, 1cm http://www.w3.org/TR/CSS21/box.html#propdef-border-right-width,http://www.w3.org/TR/CSS21/box.html#border-width-properties 22a53fc128eb847bbecd4a7d881895612f359ad5 `Microsoft`<http://www.microsoft.com/> The 'border-right-width' property supports a minimum plus one length value in centimeters that sets the width of the right border.
|
|
border-right-width-037 reference/ref-if-there-is-no-red Border-right-width using centimeters with a minimum value with a minus sign, -0cm http://www.w3.org/TR/CSS21/box.html#propdef-border-right-width,http://www.w3.org/TR/CSS21/box.html#border-width-properties 569a3f117c0328fcf6b77c108626c286654b6c31 `Microsoft`<http://www.microsoft.com/> The 'border-right-width' property supports a minimum length value in centimeters that that has a minus sign before it.
|
|
border-right-width-038 reference/ref-if-there-is-no-red Border-right-width using centimeters with a minimum value with a plus sign, +0cm http://www.w3.org/TR/CSS21/box.html#propdef-border-right-width,http://www.w3.org/TR/CSS21/box.html#border-width-properties c483c0b19122123d6f2f31cf6a93682f0667676b `Microsoft`<http://www.microsoft.com/> The 'border-right-width' property supports a minimum length value in centimeters that that has a plus sign before it.
|
|
border-right-width-039 reference/border-left-width-006-ref Border-right-width using centimeters with a nominal value, 2.54cm http://www.w3.org/TR/CSS21/box.html#propdef-border-right-width,http://www.w3.org/TR/CSS21/box.html#border-width-properties bd8c125e3d1540fa63b151999977645986945c4d `Microsoft`<http://www.microsoft.com/> The 'border-right-width' property supports a nominal length value in centimeters that sets the width of the right border.
|
|
border-right-width-040 reference/border-left-width-006-ref Border-right-width using centimeters with a nominal value with a plus sign, +2.54cm http://www.w3.org/TR/CSS21/box.html#propdef-border-right-width,http://www.w3.org/TR/CSS21/box.html#border-width-properties 7679d8c185e4e822f1fa5fea6b46f8b06e2b4437 `Microsoft`<http://www.microsoft.com/> The 'border-right-width' property supports a nominal length value in centimeters that has a plus sign before it.
|
|
border-right-width-045 reference/border-left-width-001-ref Border-right-width using millimeters with a minimum minus one (negative) value, -1mm invalid http://www.w3.org/TR/CSS21/box.html#propdef-border-right-width,http://www.w3.org/TR/CSS21/box.html#border-width-properties 6dcf41af108e2daa150b0c72237bfc88e8eae561 `Microsoft`<http://www.microsoft.com/> The 'border-right-width' property does not support a negative length value in millimeters and resets to the initial value.
|
|
border-right-width-046 reference/ref-if-there-is-no-red Border-right-width using millimeters with a minimum value, 0mm http://www.w3.org/TR/CSS21/box.html#propdef-border-right-width,http://www.w3.org/TR/CSS21/box.html#border-width-properties ffef9404a89ff58da8dd6ebed4cd342cef707343 `Microsoft`<http://www.microsoft.com/> The 'border-right-width' property supports a minimum length value in millimeters that sets the width of the right border.
|
|
border-right-width-047 Border-right-width using millimeters with a minimum plus one value, 1mm http://www.w3.org/TR/CSS21/box.html#propdef-border-right-width,http://www.w3.org/TR/CSS21/box.html#border-width-properties 10ca879a8e4f0fbe57ab4385bc6c1715124e1d4e `Microsoft`<http://www.microsoft.com/> The 'border-right-width' property supports a minimum plus one length value in millimeters that sets the width of the right border.
|
|
border-right-width-048 reference/ref-if-there-is-no-red Border-right-width using millimeters with a minimum value with a minus sign, -0mm http://www.w3.org/TR/CSS21/box.html#propdef-border-right-width,http://www.w3.org/TR/CSS21/box.html#border-width-properties 710f9431661bdc9003ff4b351aecd32a8309388f `Microsoft`<http://www.microsoft.com/> The 'border-right-width' property supports a minimum length value in millimeters that that has a minus sign before it.
|
|
border-right-width-049 reference/ref-if-there-is-no-red Border-right-width using millimeters with a minimum value with a plus sign, +0mm http://www.w3.org/TR/CSS21/box.html#propdef-border-right-width,http://www.w3.org/TR/CSS21/box.html#border-width-properties 8150d62f750dcb90b814f329b05f2a1ffe0e1448 `Microsoft`<http://www.microsoft.com/> The 'border-right-width' property supports a minimum length value in millimeters that that has a plus sign before it.
|
|
border-right-width-050 reference/border-left-width-006-ref Border-right-width using millimeters with a nominal value, 25.4mm http://www.w3.org/TR/CSS21/box.html#propdef-border-right-width,http://www.w3.org/TR/CSS21/box.html#border-width-properties 1fcd5409b4eaed1e61f0ee5def5d8db34f4b8be6 `Microsoft`<http://www.microsoft.com/> The 'border-right-width' property supports a nominal length value in millimeters that sets the width of the right border.
|
|
border-right-width-051 reference/border-left-width-006-ref Border-right-width using millimeters with a nominal value with a plus sign, +25.4mm http://www.w3.org/TR/CSS21/box.html#propdef-border-right-width,http://www.w3.org/TR/CSS21/box.html#border-width-properties 8685cc775f32f0618bcd8e4132c5414c6b2a7a79 `Microsoft`<http://www.microsoft.com/> The 'border-right-width' property supports a nominal length value in millimeters that has a plus sign before it.
|
|
border-right-width-056 reference/border-left-width-001-ref Border-right-width using inches with a minimum minus one (negative) value, -1in invalid http://www.w3.org/TR/CSS21/box.html#propdef-border-right-width,http://www.w3.org/TR/CSS21/box.html#border-width-properties f32c3bbcde8c4c99e79f7c9b02f79c8f27f5914d `Microsoft`<http://www.microsoft.com/> The 'border-right-width' property does not support a negative length value in inches and resets to the initial value.
|
|
border-right-width-057 reference/ref-if-there-is-no-red Border-right-width using inches with a minimum value, 0in http://www.w3.org/TR/CSS21/box.html#propdef-border-right-width,http://www.w3.org/TR/CSS21/box.html#border-width-properties 280d426e35a7ec2233294627b55bb7b1ffacb981 `Microsoft`<http://www.microsoft.com/> The 'border-right-width' property supports a minimum length value in inches that sets the width of the right border.
|
|
border-right-width-058 reference/border-left-width-006-ref Border-right-width using inches with a minimum plus one value, 1in http://www.w3.org/TR/CSS21/box.html#propdef-border-right-width,http://www.w3.org/TR/CSS21/box.html#border-width-properties 4951ffd2d9aab297f8d03a4fa5258a0b9892125f `Microsoft`<http://www.microsoft.com/> The 'border-right-width' property supports a minimum plus one length value in inches that sets the width of the right border.
|
|
border-right-width-059 reference/ref-if-there-is-no-red Border-right-width using inches with a minimum value with a minus sign, -0in http://www.w3.org/TR/CSS21/box.html#propdef-border-right-width,http://www.w3.org/TR/CSS21/box.html#border-width-properties 15adff3a6ee930071e8749a1e2e3b23ea57fc4c5 `Microsoft`<http://www.microsoft.com/> The 'border-right-width' property supports a minimum length value in inches that that has a minus sign before it.
|
|
border-right-width-060 reference/ref-if-there-is-no-red Border-right-width using inches with a minimum value with a plus sign, +0in http://www.w3.org/TR/CSS21/box.html#propdef-border-right-width,http://www.w3.org/TR/CSS21/box.html#border-width-properties d29ec2ffafe0e65acfca7702adfc40c4f10e7acc `Microsoft`<http://www.microsoft.com/> The 'border-right-width' property supports a minimum length value in inches that that has a plus sign before it.
|
|
border-right-width-061 reference/border-left-width-061-ref Border-right-width using inches with a nominal value, 5in http://www.w3.org/TR/CSS21/box.html#propdef-border-right-width,http://www.w3.org/TR/CSS21/box.html#border-width-properties 22db13f43a981473d1b1ee34ba320b76ad586aa2 `Microsoft`<http://www.microsoft.com/> The 'border-right-width' property supports a nominal length value in inches that sets the width of the right border.
|
|
border-right-width-062 reference/border-left-width-061-ref Border-right-width using inches with a nominal value with a plus sign, +5in http://www.w3.org/TR/CSS21/box.html#propdef-border-right-width,http://www.w3.org/TR/CSS21/box.html#border-width-properties 726bb6938dcfb2dd40bb2ec0ac44ffd4fae99d49 `Microsoft`<http://www.microsoft.com/> The 'border-right-width' property supports a nominal length value in inches that has a plus sign before it.
|
|
border-right-width-067 reference/border-left-width-001-ref Border-right-width using 'em' units with a minimum minus one (negative) value, -1em ahem,invalid http://www.w3.org/TR/CSS21/box.html#propdef-border-right-width,http://www.w3.org/TR/CSS21/box.html#border-width-properties 607284668082a7347e4c39467c0f0a68dde0a975 `Microsoft`<http://www.microsoft.com/> The 'border-right-width' property does not support a negative length value in 'em' units and resets to the initial value.
|
|
border-right-width-068 reference/ref-if-there-is-no-red Border-right-width using 'em' units with a minimum value, 0em ahem http://www.w3.org/TR/CSS21/box.html#propdef-border-right-width,http://www.w3.org/TR/CSS21/box.html#border-width-properties ed8ec6d503f1c8c9e198e4f2cd7458239ce1353d `Microsoft`<http://www.microsoft.com/> The 'border-right-width' property supports a minimum length value in 'em' units that sets the width of the right border.
|
|
border-right-width-069 reference/border-left-width-069-ref Border-right-width using 'em' units with a minimum plus one value, 1em ahem http://www.w3.org/TR/CSS21/box.html#propdef-border-right-width,http://www.w3.org/TR/CSS21/box.html#border-width-properties f1fc30c6f20b923fe32b2c1ed65ccf2f666cc587 `Microsoft`<http://www.microsoft.com/> The 'border-right-width' property supports a minimum plus one length value in 'em' units that sets the width of the right border.
|
|
border-right-width-070 reference/ref-if-there-is-no-red Border-right-width using 'em' units with a minimum value with a minus sign, -0em ahem http://www.w3.org/TR/CSS21/box.html#propdef-border-right-width,http://www.w3.org/TR/CSS21/box.html#border-width-properties 6abfc456b7d3d3ca30d7d96b2f740649cd79e9f7 `Microsoft`<http://www.microsoft.com/> The 'border-right-width' property supports a minimum length value in 'em' units that that has a minus sign before it.
|
|
border-right-width-071 reference/ref-if-there-is-no-red Border-right-width using 'em' units with a minimum value with a plus sign, +0em ahem http://www.w3.org/TR/CSS21/box.html#propdef-border-right-width,http://www.w3.org/TR/CSS21/box.html#border-width-properties c8dd47e3df4d6f288f9616492ecf1b3f7bb2b131 `Microsoft`<http://www.microsoft.com/> The 'border-right-width' property supports a minimum length value in 'em' units that that has a plus sign before it.
|
|
border-right-width-072 reference/border-left-width-072-ref Border-right-width using 'em' units with a nominal value, 6em ahem http://www.w3.org/TR/CSS21/box.html#propdef-border-right-width,http://www.w3.org/TR/CSS21/box.html#border-width-properties d8cf852a39b80e5a4f851864d03a3bc623b75441 `Microsoft`<http://www.microsoft.com/> The 'border-right-width' property supports a nominal length value in 'em' units that sets the width of the right border.
|
|
border-right-width-073 reference/border-left-width-072-ref Border-right-width using 'em' units with a nominal value with a plus sign, +6em ahem http://www.w3.org/TR/CSS21/box.html#propdef-border-right-width,http://www.w3.org/TR/CSS21/box.html#border-width-properties 164071f8116e4da539f8311c76e6f759cb515236 `Microsoft`<http://www.microsoft.com/> The 'border-right-width' property supports a nominal length value in 'em' units that has a plus sign before it.
|
|
border-right-width-078 reference/border-left-width-001-ref Border-right-width using 'ex' units with a minimum minus one (negative) value, -1ex ahem,invalid http://www.w3.org/TR/CSS21/box.html#propdef-border-right-width,http://www.w3.org/TR/CSS21/box.html#border-width-properties 5be547151866b60a95f30a7012e5c385424ce9bc `Microsoft`<http://www.microsoft.com/> The 'border-right-width' property does not support a negative length value in 'ex' units and resets to the initial value.
|
|
border-right-width-079 reference/ref-if-there-is-no-red Border-right-width using 'ex' units with a minimum value, 0ex ahem http://www.w3.org/TR/CSS21/box.html#propdef-border-right-width,http://www.w3.org/TR/CSS21/box.html#border-width-properties 88345b3af9fed00fdf7d83b6b51923062219832f `Microsoft`<http://www.microsoft.com/> The 'border-right-width' property supports a minimum length value in 'ex' units that sets the width of the right border.
|
|
border-right-width-080 reference/border-left-width-025-ref Border-right-width using 'ex' units with a minimum plus one value, 1ex ahem http://www.w3.org/TR/CSS21/box.html#propdef-border-right-width,http://www.w3.org/TR/CSS21/box.html#border-width-properties e182992948a6e12b4faf2535306ce39739b05a73 `Microsoft`<http://www.microsoft.com/> The 'border-right-width' property supports a minimum plus one length value in 'ex' units that sets the width of the right border.
|
|
border-right-width-081 reference/ref-if-there-is-no-red Border-right-width using 'ex' units with a minimum value with a minus sign, -0ex ahem http://www.w3.org/TR/CSS21/box.html#propdef-border-right-width,http://www.w3.org/TR/CSS21/box.html#border-width-properties c4fc0b7a94e39a5d00bf48b0618bed9579d2f1d1 `Microsoft`<http://www.microsoft.com/> The 'border-right-width' property supports a minimum length value in 'ex' units that that has a minus sign before it.
|
|
border-right-width-082 reference/ref-if-there-is-no-red Border-right-width using 'ex' units with a minimum value with a plus sign, +0ex ahem http://www.w3.org/TR/CSS21/box.html#propdef-border-right-width,http://www.w3.org/TR/CSS21/box.html#border-width-properties 6c3d0e863725fd9f8692b2f3492ac1ad9401cce9 `Microsoft`<http://www.microsoft.com/> The 'border-right-width' property supports a minimum length value in 'ex' units that that has a plus sign before it.
|
|
border-right-width-083 reference/border-left-width-006-ref Border-right-width using 'ex' units with a nominal value ahem http://www.w3.org/TR/CSS21/box.html#propdef-border-right-width,http://www.w3.org/TR/CSS21/box.html#border-width-properties 4dfe68d1b33e29992ba64804cca4752edda49f38 `Microsoft`<http://www.microsoft.com/> The 'border-right-width' property supports a nominal length value in 'ex' units that sets the width of the right border.
|
|
border-right-width-084 reference/border-left-width-006-ref Border-right-width using 'ex' units with a nominal value with a plus sign ahem http://www.w3.org/TR/CSS21/box.html#propdef-border-right-width,http://www.w3.org/TR/CSS21/box.html#border-width-properties 70e6620bd27b403de51d0778a9166ff876c45e12 `Microsoft`<http://www.microsoft.com/> The 'border-right-width' property supports a nominal length value in 'ex' units that has a plus sign before it.
|
|
border-right-width-089 reference/ref-if-there-is-no-red Border-right-width set to negative zero with no units, -0 http://www.w3.org/TR/CSS21/box.html#propdef-border-right-width,http://www.w3.org/TR/CSS21/box.html#border-width-properties 86abf4ae9fb3528ecce80f0b15d65a8570b01cf2 `Microsoft`<http://www.microsoft.com/> The 'border-right-width' property supports a minimum length value with no units that has a minus sign before it.
|
|
border-right-width-090 reference/ref-if-there-is-no-red Border-right-width set to zero with no units, 0 http://www.w3.org/TR/CSS21/box.html#propdef-border-right-width,http://www.w3.org/TR/CSS21/box.html#border-width-properties 78d3d1a3ee2b4e3b9dacae04d68c861cc9bc63a3 `Microsoft`<http://www.microsoft.com/> The 'border-right-width' property supports a minimum length value with no units.
|
|
border-right-width-091 reference/ref-if-there-is-no-red Border-right-width set to positive zero with no units, +0 http://www.w3.org/TR/CSS21/box.html#propdef-border-right-width,http://www.w3.org/TR/CSS21/box.html#border-width-properties 1b3e82500d40b5aa2851f11e56a46779a850e812 `Microsoft`<http://www.microsoft.com/> The 'border-right-width' property supports a minimum length value with no units that has a plus sign before it.
|
|
border-right-width-092 Border-right-width set to thin http://www.w3.org/TR/CSS21/box.html#propdef-border-right-width,http://www.w3.org/TR/CSS21/box.html#border-width-properties b56c9a2b64430d5b40af439ecd92f70572cba531 `Microsoft`<http://www.microsoft.com/> The 'border-right-width' property supports a value of thin.
|
|
border-right-width-093 Border-right-width set to medium http://www.w3.org/TR/CSS21/box.html#propdef-border-right-width,http://www.w3.org/TR/CSS21/box.html#border-width-properties 6e12211f194abf7262f50b9c3a8b00c1e02fa1a0 `Microsoft`<http://www.microsoft.com/> The 'border-right-width' property supports a value of medium.
|
|
border-right-width-094 Border-right-width set to thick http://www.w3.org/TR/CSS21/box.html#propdef-border-right-width,http://www.w3.org/TR/CSS21/box.html#border-width-properties bb03a7285294f872db4e91e973b0ada880592e28 `Microsoft`<http://www.microsoft.com/> The 'border-right-width' property supports a value of thick.
|
|
border-right-width-095 reference/border-right-width-095-ref Border-right-width set to inherit http://www.w3.org/TR/CSS21/box.html#propdef-border-right-width,http://www.w3.org/TR/CSS21/box.html#border-width-properties 681547561b23bc79cb1b264ee4dddfcb2887464c `Microsoft`<http://www.microsoft.com/> The 'border-right-width' property supports a value of inherit and gets its computed value from its parent.
|
|
border-right-width-applies-to-001 reference/ref-filled-black-96px-square Border-right-width applied to element with display table-row-group http://www.w3.org/TR/CSS21/box.html#propdef-border-right-width,http://www.w3.org/TR/CSS21/box.html#border-width-properties d7509c34c9f512ae4627abd059d14669eb2f7761 `Microsoft`<http://www.microsoft.com/> The 'border-right-width' property applies to elements with a display of table-row-group.
|
|
border-right-width-applies-to-002 reference/ref-filled-black-96px-square Border-right-width applied to element with display table-header-group http://www.w3.org/TR/CSS21/box.html#propdef-border-right-width,http://www.w3.org/TR/CSS21/box.html#border-width-properties 5ded6b9dcb704b7b8ad29e714c0f8fdf088e98da `Microsoft`<http://www.microsoft.com/> The 'border-right-width' property applies to elements with a display of table-header-group.
|
|
border-right-width-applies-to-003 reference/ref-filled-black-96px-square Border-right-width applied to element with display table-footer-group http://www.w3.org/TR/CSS21/box.html#propdef-border-right-width,http://www.w3.org/TR/CSS21/box.html#border-width-properties 9bac8c93d13a4c8c388f99c018c4aca4d03b3d9e `Microsoft`<http://www.microsoft.com/> The 'border-right-width' property applies to elements with a display of table-footer-group.
|
|
border-right-width-applies-to-004 reference/ref-filled-black-96px-square Border-right-width applied to element with display table-row http://www.w3.org/TR/CSS21/box.html#propdef-border-right-width,http://www.w3.org/TR/CSS21/box.html#border-width-properties c657c883866ccf3a8a820a7a960a9336ded482f9 `Microsoft`<http://www.microsoft.com/> The 'border-right-width' property applies to elements with a display of table-row.
|
|
border-right-width-applies-to-005 reference/ref-filled-black-96px-square Border-right-width applied to element with display table-column-group http://www.w3.org/TR/CSS21/box.html#propdef-border-right-width,http://www.w3.org/TR/CSS21/box.html#border-width-properties 6768a1bd5ede09d7d79b0db7e949144d5a4fd933 `Microsoft`<http://www.microsoft.com/> The 'border-right-width' property applies to elements with a display of table-column-group.
|
|
border-right-width-applies-to-006 reference/ref-filled-black-96px-square Border-right-width applied to element with display table-column http://www.w3.org/TR/CSS21/box.html#propdef-border-right-width,http://www.w3.org/TR/CSS21/box.html#border-width-properties eff9bfd481deb260ee9b5e935ed5e08be7a7d6e0 `Microsoft`<http://www.microsoft.com/> The 'border-right-width' property applies to elements with a display of table-column.
|
|
border-right-width-applies-to-007 reference/ref-filled-black-96px-square Border-right-width applied to element with display table-cell http://www.w3.org/TR/CSS21/box.html#propdef-border-right-width,http://www.w3.org/TR/CSS21/box.html#border-width-properties 23c8536d66d43b44d272d18623e669d3d8ba4c08 `Microsoft`<http://www.microsoft.com/> The 'border-right-width' property applies to elements with a display of table-cell.
|
|
border-right-width-applies-to-008 Border-right-width applied to element with display inline http://www.w3.org/TR/CSS21/box.html#propdef-border-right-width,http://www.w3.org/TR/CSS21/box.html#border-width-properties 0fb1bb1efa6391c1c593904fc2f7328f61acc4f2 `Microsoft`<http://www.microsoft.com/> The 'border-right-width' property applies to elements with a display of inline.
|
|
border-right-width-applies-to-009 reference/ref-filled-black-96px-square Border-right-width applied to element with display block http://www.w3.org/TR/CSS21/box.html#propdef-border-right-width,http://www.w3.org/TR/CSS21/box.html#border-width-properties 22b4feec0762aa0d2936f01d94442d2e644543a7 `Microsoft`<http://www.microsoft.com/> The 'border-right-width' property applies to elements with a display of block.
|
|
border-right-width-applies-to-010 Border-right-width applied to element with display list-item http://www.w3.org/TR/CSS21/box.html#propdef-border-right-width,http://www.w3.org/TR/CSS21/box.html#border-width-properties 36040c5d3c740220352cb00648f224beec34d184 `Microsoft`<http://www.microsoft.com/> The 'border-right-width' property applies to elements with a display of list-item.
|
|
border-right-width-applies-to-011 Border-right-width applied to element with display run-in http://www.w3.org/TR/CSS21/box.html#propdef-border-right-width,http://www.w3.org/TR/CSS21/box.html#border-width-properties cbf4b12e902963e146777f1905a7b5f348e928cc `Microsoft`<http://www.microsoft.com/> The 'border-right-width' property applies to elements with a display of run-in.
|
|
border-right-width-applies-to-012 reference/ref-filled-black-96px-square Border-right-width applied to element with display inline-block http://www.w3.org/TR/CSS21/box.html#propdef-border-right-width,http://www.w3.org/TR/CSS21/box.html#border-width-properties d097593912262400ad4478c886aa32d969163df4 `Microsoft`<http://www.microsoft.com/> The 'border-right-width' property applies to elements with a display of inline-block.
|
|
border-right-width-applies-to-013 reference/ref-filled-black-96px-square Border-right-width applied to element with display table http://www.w3.org/TR/CSS21/box.html#propdef-border-right-width,http://www.w3.org/TR/CSS21/box.html#border-width-properties 65fe7f21a6bf60a560506eede581d9e8578751ec `Microsoft`<http://www.microsoft.com/> The 'border-right-width' property applies to elements with a display of table.
|
|
border-right-width-applies-to-014 reference/ref-filled-black-96px-square Border-right-width applied to element with display inline-table http://www.w3.org/TR/CSS21/box.html#propdef-border-right-width,http://www.w3.org/TR/CSS21/box.html#border-width-properties 7711878634ed2a70bbacdf35125f0253468a1ddd `Microsoft`<http://www.microsoft.com/> The 'border-right-width' property applies to elements with a display of inline-table.
|
|
border-right-width-applies-to-015 reference/ref-filled-black-96px-square Border-right-width applied to element with display table-caption http://www.w3.org/TR/CSS21/box.html#propdef-border-right-width,http://www.w3.org/TR/CSS21/box.html#border-width-properties a103a1ac00a95b9c16b3d5f2a48753ca21eced8a `Microsoft`<http://www.microsoft.com/> The 'border-right-width' property applies to elements with a display of table-caption.
|
|
border-seams-001 reference/border-seams-001 Color Leaks Between Seams http://www.w3.org/TR/CSS21/box.html#border-color-properties 2de1d2fb5ab7423c1d9ed66f951ee95d06b11c53 `Elika J. Etemad`<http://fantasai.inkedblade.net/contact> Test checks that graphical seams don't leak underlying colors
|
|
border-shorthands-001 reference/border-shorthands-001-ref border-color shorthand (basic) http://www.w3.org/TR/CSS21/box.html#border-shorthand-properties bc86bab580b68f68219d481ccac2c28bcf18c77e `Ian Hickson`<mailto:ian@hixie.ch>
|
|
border-shorthands-002 reference/border-shorthands-001-ref border-color shorthand (basic) http://www.w3.org/TR/CSS21/box.html#border-shorthand-properties fbd0f12d3b76aeb405c74b5c9ecb97af67bebf93 `Ian Hickson`<mailto:ian@hixie.ch>
|
|
border-shorthands-003 reference/border-shorthands-003-ref border-color shorthand (basic) http://www.w3.org/TR/CSS21/box.html#border-shorthand-properties bb377ea7119b0902c56fc90a541bfe1864851fab `Ian Hickson`<mailto:ian@hixie.ch>
|
|
border-spacing-001 Border-spacing using pixels with a minimum minus one value, -1px http://www.w3.org/TR/CSS21/tables.html#propdef-border-spacing,http://www.w3.org/TR/CSS21/tables.html#separated-borders 269fa1dd5be68a7e9dd42753ca4c95b3385cbf22 `Microsoft`<http://www.microsoft.com/> Setting border-spacing to a value below the minimum in pixels falls back to the default value.
|
|
border-spacing-002 Border-spacing using pixels with a minimum value, 0px ahem http://www.w3.org/TR/CSS21/tables.html#propdef-border-spacing,http://www.w3.org/TR/CSS21/tables.html#separated-borders 3e81f0f941319b402c71f70b1f1eb3b38ebc20ea `Microsoft`<http://www.microsoft.com/> Border-spacing can be set to the minimum value with pixels.
|
|
border-spacing-003 Border-spacing using pixels with a minimum plus one value, 1px ahem http://www.w3.org/TR/CSS21/tables.html#propdef-border-spacing,http://www.w3.org/TR/CSS21/tables.html#separated-borders fbb3016130dd9aee2cd36b0bd9c9cabbd2be3afa `Microsoft`<http://www.microsoft.com/> Border-spacing can be set one above the minimum in pixels.
|
|
border-spacing-004 Border-spacing set to zero using pixels with a minus sign, -0px ahem http://www.w3.org/TR/CSS21/tables.html#propdef-border-spacing,http://www.w3.org/TR/CSS21/tables.html#separated-borders e6d90e8ef8b41cf75f03f177dfc42e1e9e3e6262 `Microsoft`<http://www.microsoft.com/> Border-spacing can be set to the minimum value, using zero with a minus sign, with pixels.
|
|
border-spacing-005 Border-spacing set to zero using pixels with a plus sign, +0px ahem http://www.w3.org/TR/CSS21/tables.html#propdef-border-spacing,http://www.w3.org/TR/CSS21/tables.html#separated-borders 044a5082131165f8fb9ee154fb630fd3bdb8d6da `Microsoft`<http://www.microsoft.com/> Border-spacing can be set to the minimum value, using zero with a plus sign, with pixels.
|
|
border-spacing-006 Border-spacing using pixels with a nominal value, 96px ahem http://www.w3.org/TR/CSS21/tables.html#propdef-border-spacing,http://www.w3.org/TR/CSS21/tables.html#separated-borders 1bc9379566112e846e32edd6c46e325822e90f2b `Microsoft`<http://www.microsoft.com/> Border-spacing can be set to nominal length in pixels.
|
|
border-spacing-007 Border-spacing using pixels with a nominal value (with plus sign), +96px ahem http://www.w3.org/TR/CSS21/tables.html#propdef-border-spacing,http://www.w3.org/TR/CSS21/tables.html#separated-borders 670866c156e534e514983243cc695fa4d3af2b49 `Microsoft`<http://www.microsoft.com/> Border-spacing can be set to a nominal length (with plus sign) in pixels.
|
|
border-spacing-012 Border-spacing using points with a minimum minus one value, -1pt invalid http://www.w3.org/TR/CSS21/tables.html#propdef-border-spacing,http://www.w3.org/TR/CSS21/tables.html#separated-borders 940831fbc8d5140a1232075711822d33eb147d0a `Microsoft`<http://www.microsoft.com/> Setting border-spacing to a value below the minimum in points falls back to the default value.
|
|
border-spacing-013 Border-spacing using points with a minimum value, 0pt ahem http://www.w3.org/TR/CSS21/tables.html#propdef-border-spacing,http://www.w3.org/TR/CSS21/tables.html#separated-borders 824f8b316fefe246f36bb87b8366d9c5407d3d8a `Microsoft`<http://www.microsoft.com/> Border-spacing can be set to the minimum value with points.
|
|
border-spacing-014 Border-spacing using points with a minimum plus one value, 1pt ahem http://www.w3.org/TR/CSS21/tables.html#propdef-border-spacing,http://www.w3.org/TR/CSS21/tables.html#separated-borders d97830db74a2734376638006a08fe976eac30959 `Microsoft`<http://www.microsoft.com/> Border-spacing can be set one above the minimum in points.
|
|
border-spacing-015 Border-spacing set to zero using points with a negative sign, -0pt ahem http://www.w3.org/TR/CSS21/tables.html#propdef-border-spacing,http://www.w3.org/TR/CSS21/tables.html#separated-borders e49a9b55955d56914bdfe4cb0aceeb9351e6c951 `Microsoft`<http://www.microsoft.com/> Border-spacing can be set to the minimum value, using zero with a negative sign, with points.
|
|
border-spacing-016 Border-spacing set to zero using points with a plus sign, +0pt ahem http://www.w3.org/TR/CSS21/tables.html#propdef-border-spacing,http://www.w3.org/TR/CSS21/tables.html#separated-borders 660d1af2e3fce2013b3aa814d3a63b2afc88a93d `Microsoft`<http://www.microsoft.com/> Border-spacing can be set to the minimum value, using zero with a plus sign, with points.
|
|
border-spacing-017 Border-spacing using points with a nominal value, 72pt ahem http://www.w3.org/TR/CSS21/tables.html#propdef-border-spacing,http://www.w3.org/TR/CSS21/tables.html#separated-borders 708a7e3eba79cabf13882ebbf5c6447c12c6b42d `Microsoft`<http://www.microsoft.com/> Border-spacing can be set to nominal length in points.
|
|
border-spacing-018 Border-spacing using points with a nominal value with a plus sign, +72pt ahem http://www.w3.org/TR/CSS21/tables.html#propdef-border-spacing,http://www.w3.org/TR/CSS21/tables.html#separated-borders 4e1063ea7c125aa4451a83147b301cbe91c51869 `Microsoft`<http://www.microsoft.com/> Border-spacing can be set to a nominal length (with plus sign) in points.
|
|
border-spacing-023 Border-spacing using picas with a minimum minus one value, -1pc http://www.w3.org/TR/CSS21/tables.html#propdef-border-spacing,http://www.w3.org/TR/CSS21/tables.html#separated-borders 5c4617e162e646c54f0bf9b00b66b190cfd10166 `Microsoft`<http://www.microsoft.com/> Setting border-spacing to a value below the minimum in picas falls back to the default value.
|
|
border-spacing-024 Border-spacing set to zero using picas, 0pc ahem http://www.w3.org/TR/CSS21/tables.html#propdef-border-spacing,http://www.w3.org/TR/CSS21/tables.html#separated-borders c807d02529b01109cd39beb5080a54d615e332b7 `Microsoft`<http://www.microsoft.com/> Border-spacing can be set to the minimum value with picas.
|
|
border-spacing-025 Border-spacing using picas with a minimum plus one value, 1pc ahem http://www.w3.org/TR/CSS21/tables.html#propdef-border-spacing,http://www.w3.org/TR/CSS21/tables.html#separated-borders 2da26648cfea037ab3903b9a293469916ea175c6 `Microsoft`<http://www.microsoft.com/> Border-spacing can be set one above the minimum in picas.
|
|
border-spacing-026 Border-spacing set to zero using picas with a negative sign, -0 ahem http://www.w3.org/TR/CSS21/tables.html#propdef-border-spacing,http://www.w3.org/TR/CSS21/tables.html#separated-borders db3208c430d9b8b1ff37698252425bad39862f78 `Microsoft`<http://www.microsoft.com/> Border-spacing can be set to the minimum value, using zero with a negative sign, with picas.
|
|
border-spacing-027 Border-spacing set to zero using picas with a plus sign, +0 ahem http://www.w3.org/TR/CSS21/tables.html#propdef-border-spacing,http://www.w3.org/TR/CSS21/tables.html#separated-borders 8f09c75b290c1cd314cca12dc6e1aa518e35e5d0 `Microsoft`<http://www.microsoft.com/> Border-spacing can be set to the minimum value, using zero with a plus sign, with picas.
|
|
border-spacing-028 Border-spacing using picas with a nominal value, 6pc ahem http://www.w3.org/TR/CSS21/tables.html#propdef-border-spacing,http://www.w3.org/TR/CSS21/tables.html#separated-borders 42db878f42d2dfbcfc970ce2238087d5e07ad997 `Microsoft`<http://www.microsoft.com/> Border-spacing can be set to nominal length in picas.
|
|
border-spacing-029 Border-spacing using picas with a nominal value (with plus sign), +6pc ahem http://www.w3.org/TR/CSS21/tables.html#propdef-border-spacing,http://www.w3.org/TR/CSS21/tables.html#separated-borders 6e418c9396dab04228fedf7e8f9ce5d339f3086a `Microsoft`<http://www.microsoft.com/> Border-spacing can be set to a nominal length (with plus sign) in picas.
|
|
border-spacing-034 Border-spacing using centimeters with a minimum minus one value, -1cm http://www.w3.org/TR/CSS21/tables.html#propdef-border-spacing,http://www.w3.org/TR/CSS21/tables.html#separated-borders 293f881827938c6bb5330ee5da17d662d4af8522 `Microsoft`<http://www.microsoft.com/> Setting border-spacing to a value below the minimum in centimeters falls back to the default value.
|
|
border-spacing-035 Border-spacing using centimeters with a minimum value, 0cm ahem http://www.w3.org/TR/CSS21/tables.html#propdef-border-spacing,http://www.w3.org/TR/CSS21/tables.html#separated-borders dbf6112462ba8c1ed8365bab5ce8dc9469580d62 `Microsoft`<http://www.microsoft.com/> Border-spacing can be set to the minimum value with centimeters.
|
|
border-spacing-036 Border-spacing using centimeters with a minimum plus one value, 1cm ahem http://www.w3.org/TR/CSS21/tables.html#propdef-border-spacing,http://www.w3.org/TR/CSS21/tables.html#separated-borders 93fa401012ed751adf68d3961b9645a994e9b8f3 `Microsoft`<http://www.microsoft.com/> Border-spacing can be set one above the minimum in centimeters.
|
|
border-spacing-037 Border-spacing set to zero using centimeters with a minus sign, -0cm ahem http://www.w3.org/TR/CSS21/tables.html#propdef-border-spacing,http://www.w3.org/TR/CSS21/tables.html#separated-borders 2a781e0a307e71920b957bfb50516fa5301b9116 `Microsoft`<http://www.microsoft.com/> Border-spacing can be set to the minimum value, using zero with a minus sign, with centimeters.
|
|
border-spacing-038 Border-spacing set to zero using centimeters with a plus sign, +0cm ahem http://www.w3.org/TR/CSS21/tables.html#propdef-border-spacing,http://www.w3.org/TR/CSS21/tables.html#separated-borders 34debf604adb5a770847df0cc7fd57844cb89a10 `Microsoft`<http://www.microsoft.com/> Border-spacing can be set to the minimum value, using zero with a plus sign, with centimeters.
|
|
border-spacing-039 Border-spacing using centimeters with a nominal value, 2.54cm ahem http://www.w3.org/TR/CSS21/tables.html#propdef-border-spacing,http://www.w3.org/TR/CSS21/tables.html#separated-borders 189bf999e28d91cb8bc05df9d44312fa5b1cfd87 `Microsoft`<http://www.microsoft.com/> Border-spacing can be set to nominal length in centimeters.
|
|
border-spacing-040 Border-spacing using centimeters with a nominal value (with plus sign), +2.54cm ahem http://www.w3.org/TR/CSS21/tables.html#propdef-border-spacing,http://www.w3.org/TR/CSS21/tables.html#separated-borders 7eafe9ada395c6f1becb30337ac609b4cfd8a0a2 `Microsoft`<http://www.microsoft.com/> Border-spacing can be set to a nominal length (with plus sign) in centimeters.
|
|
border-spacing-045 Border-spacing using millimeters with a minimum minus one value, -1mm http://www.w3.org/TR/CSS21/tables.html#propdef-border-spacing,http://www.w3.org/TR/CSS21/tables.html#separated-borders a0b8aaf6644ea590d4c98a60ccc5d4cf035bfcee `Microsoft`<http://www.microsoft.com/> Setting border-spacing to a value below the minimum in millimeters falls back to the default value.
|
|
border-spacing-046 Border-spacing using millimeters with a minimum value, 0mm ahem http://www.w3.org/TR/CSS21/tables.html#propdef-border-spacing,http://www.w3.org/TR/CSS21/tables.html#separated-borders 41cd2fa247a3167cfc3489f5bfb51924a1b574de `Microsoft`<http://www.microsoft.com/> Border-spacing can be set to the minimum value with millimeters.
|
|
border-spacing-047 Border-spacing using millimeters with a minimum plus one value, 1mm ahem http://www.w3.org/TR/CSS21/tables.html#propdef-border-spacing,http://www.w3.org/TR/CSS21/tables.html#separated-borders 4e2c23a9a417e079e6e39821847315eb9f6853ad `Microsoft`<http://www.microsoft.com/> Border-spacing can be set one above the minimum in millimeters.
|
|
border-spacing-048 Border-spacing set to zero using millimeters with a minus sign, -0mm ahem http://www.w3.org/TR/CSS21/tables.html#propdef-border-spacing,http://www.w3.org/TR/CSS21/tables.html#separated-borders 7abd7a835fbccf2978f8a34a68384e4148a27170 `Microsoft`<http://www.microsoft.com/> Border-spacing can be set to the minimum value, using zero with a negative sign, with millimeters.
|
|
border-spacing-049 Border-spacing set to zero using millimeters with a plus sign, +0mm ahem http://www.w3.org/TR/CSS21/tables.html#propdef-border-spacing,http://www.w3.org/TR/CSS21/tables.html#separated-borders 3148ccfd9de845a12764b8239cc86149d533e1ed `Microsoft`<http://www.microsoft.com/> Border-spacing can be set to the minimum value, using zero with a plus sign, with millimeters.
|
|
border-spacing-050 Border-spacing using millimeters with a nominal value, 25.4mm ahem http://www.w3.org/TR/CSS21/tables.html#propdef-border-spacing,http://www.w3.org/TR/CSS21/tables.html#separated-borders 5368243de95002fb7a98b07a93eda5c2c4179091 `Microsoft`<http://www.microsoft.com/> Border-spacing can be set to nominal length in millimeters.
|
|
border-spacing-051 Border-spacing using millimeters with a nominal value (with plus sign), +25.4mm ahem http://www.w3.org/TR/CSS21/tables.html#propdef-border-spacing,http://www.w3.org/TR/CSS21/tables.html#separated-borders 6c1e0c0784c2981e4eb6c7edaa42c2ed8cb81001 `Microsoft`<http://www.microsoft.com/> Border-spacing can be set to a nominal length (with plus sign) in millimeters.
|
|
border-spacing-056 Border-spacing using inches with a minimum minus one value, -1in http://www.w3.org/TR/CSS21/tables.html#propdef-border-spacing,http://www.w3.org/TR/CSS21/tables.html#separated-borders 9b363c29c7fd03492c2e441e90c96685771c48b0 `Microsoft`<http://www.microsoft.com/> Setting border-spacing to a value below the minimum in inches falls back to the default value.
|
|
border-spacing-057 Border-spacing using inches with a minimum value, 0in ahem http://www.w3.org/TR/CSS21/tables.html#propdef-border-spacing,http://www.w3.org/TR/CSS21/tables.html#separated-borders 1745b8ca4f15e17c4a185993bd34bb21abeaa46d `Microsoft`<http://www.microsoft.com/> Border-spacing can be set to the minimum value with inches.
|
|
border-spacing-058 Border-spacing using inches with a minimum plus one value, 1in ahem http://www.w3.org/TR/CSS21/tables.html#propdef-border-spacing,http://www.w3.org/TR/CSS21/tables.html#separated-borders a7e085a9c7d0d460d8b87542b1ee57cf1eed30c7 `Microsoft`<http://www.microsoft.com/> Border-spacing can be set one above the minimum in inches.
|
|
border-spacing-059 Border-spacing set to zero using inches with a minus sign, -0in ahem http://www.w3.org/TR/CSS21/tables.html#propdef-border-spacing,http://www.w3.org/TR/CSS21/tables.html#separated-borders e8c0e59f3bba6385df3d668a06c9a695054c199a `Microsoft`<http://www.microsoft.com/> Border-spacing can be set to the minimum value, using zero with a negative sign, with inches.
|
|
border-spacing-060 Border-spacing set to zero using inches with a plus sign, +0in ahem http://www.w3.org/TR/CSS21/tables.html#propdef-border-spacing,http://www.w3.org/TR/CSS21/tables.html#separated-borders 6d71178a4afd14756e3863fc8024b7813ba56a5f `Microsoft`<http://www.microsoft.com/> Border-spacing can be set to the minimum value, using zero with a plus sign, with inches.
|
|
border-spacing-061 Border-spacing using inches with a nominal value, 1in ahem http://www.w3.org/TR/CSS21/tables.html#propdef-border-spacing,http://www.w3.org/TR/CSS21/tables.html#separated-borders fc854a14b8d8c6bcc33cc3c6214d855cfb56dd01 `Microsoft`<http://www.microsoft.com/> Border-spacing can be set to nominal length in inches.
|
|
border-spacing-062 Border-spacing using inches with a nominal value (with plus sign), +1in ahem http://www.w3.org/TR/CSS21/tables.html#propdef-border-spacing,http://www.w3.org/TR/CSS21/tables.html#separated-borders 84db8dac75db521b28b1f380480df6609368cbe4 `Microsoft`<http://www.microsoft.com/> Border-spacing can be set to a nominal length (with plus sign) in inches.
|
|
border-spacing-067 Border-spacing using 'em' units with a minimum minus one value, -1em http://www.w3.org/TR/CSS21/tables.html#propdef-border-spacing,http://www.w3.org/TR/CSS21/tables.html#separated-borders 53eb76baa68dbb7ecf328977888c7063544a0e13 `Microsoft`<http://www.microsoft.com/> Setting border-spacing to a value below the minimum in 'em' units falls back to the default value.
|
|
border-spacing-068 Border-spacing using 'em' units with a minimum value, 0em ahem http://www.w3.org/TR/CSS21/tables.html#propdef-border-spacing,http://www.w3.org/TR/CSS21/tables.html#separated-borders 04178628d5ba2423c9bc5243d454ebe853db62ad `Microsoft`<http://www.microsoft.com/> Border-spacing can be set to the minimum value with 'em' units.
|
|
border-spacing-069 Border-spacing using 'em' units with a minimum plus one value, 1em ahem http://www.w3.org/TR/CSS21/tables.html#propdef-border-spacing,http://www.w3.org/TR/CSS21/tables.html#separated-borders 4dcee251da743b257c7bbfaea45cc2f50cc40d88 `Microsoft`<http://www.microsoft.com/> Border-spacing can be set one above the minimum in 'em' units.
|
|
border-spacing-070 Border-spacing set to zero using 'em' units with a minus sign, -0em ahem http://www.w3.org/TR/CSS21/tables.html#propdef-border-spacing,http://www.w3.org/TR/CSS21/tables.html#separated-borders 644429e97633255a8710c12560462abbc5c51bd0 `Microsoft`<http://www.microsoft.com/> Border-spacing can be set to the minimum value, using zero with a minus sign, in 'em' units.
|
|
border-spacing-071 Border-spacing set to zero using 'em' units with a plus sign, +0em ahem http://www.w3.org/TR/CSS21/tables.html#propdef-border-spacing,http://www.w3.org/TR/CSS21/tables.html#separated-borders 39a8c8ca122a3ebe71322b1696e903b7df866596 `Microsoft`<http://www.microsoft.com/> Border-spacing can be set to the minimum value, using zero with a plus sign, in 'em' units.
|
|
border-spacing-072 Border-spacing using 'em' units with a nominal value, 6em ahem http://www.w3.org/TR/CSS21/tables.html#propdef-border-spacing,http://www.w3.org/TR/CSS21/tables.html#separated-borders e0e522084c6e15686f17de7edf2ec6f0698baf90 `Microsoft`<http://www.microsoft.com/> Border-spacing can be set to nominal length in 'em' units.
|
|
border-spacing-073 Border-spacing using 'em' units with a nominal value with a plus sign, +6em ahem http://www.w3.org/TR/CSS21/tables.html#propdef-border-spacing,http://www.w3.org/TR/CSS21/tables.html#separated-borders 5ded24dcfb4482d9c5fb13fb47c287e055452a5f `Microsoft`<http://www.microsoft.com/> Border-spacing can be set to a nominal length (with plus sign) in 'em' units.
|
|
border-spacing-078 Border-spacing using 'ex' units with a minimum minus one value, -1ex http://www.w3.org/TR/CSS21/tables.html#propdef-border-spacing,http://www.w3.org/TR/CSS21/tables.html#separated-borders dc924c8fd715420eaa6583966e585f519fec4b46 `Microsoft`<http://www.microsoft.com/> Setting border-spacing to a value below the minimum in 'ex' units falls back to the default value.
|
|
border-spacing-079 Border-spacing using 'ex' units with a minimum value, 0ex ahem http://www.w3.org/TR/CSS21/tables.html#propdef-border-spacing,http://www.w3.org/TR/CSS21/tables.html#separated-borders 99e3b7c4761efb8042410036ea84ae593b6f4d38 `Microsoft`<http://www.microsoft.com/> Border-spacing can be set to the minimum value in 'ex' units.
|
|
border-spacing-081 Border-spacing set to zero using 'ex' units with a minus sign, -0ex ahem http://www.w3.org/TR/CSS21/tables.html#propdef-border-spacing,http://www.w3.org/TR/CSS21/tables.html#separated-borders 677f867e6c271d3b35cf80b5bd352b9c9ba8031b `Microsoft`<http://www.microsoft.com/> Border-spacing can be set to the minimum value, using zero with a negative sign, in 'ex' units.
|
|
border-spacing-082 Border-spacing set to zero using 'ex' units with a plus sign, +0ex ahem http://www.w3.org/TR/CSS21/tables.html#propdef-border-spacing,http://www.w3.org/TR/CSS21/tables.html#separated-borders b25b897b7a982a04e84e9ee49379031b4442fbf9 `Microsoft`<http://www.microsoft.com/> Border-spacing can be set to the minimum value, using zero with plus sign, with 'ex' units.
|
|
border-spacing-083 Border-spacing using 'ex' units with a nominal value, 7.5ex ahem http://www.w3.org/TR/CSS21/tables.html#propdef-border-spacing,http://www.w3.org/TR/CSS21/tables.html#separated-borders d215c0aa91a7e8727f4f779aa2ee1b58bd8471c6 `Microsoft`<http://www.microsoft.com/> Border-spacing can be set to nominal length in 'ex' units.
|
|
border-spacing-084 Border-spacing using 'ex' units with a nominal value with a plus sign, +7.5ex ahem http://www.w3.org/TR/CSS21/tables.html#propdef-border-spacing,http://www.w3.org/TR/CSS21/tables.html#separated-borders 594a186add0f0d3c961053cb6a9669c0ce55a729 `Microsoft`<http://www.microsoft.com/> Border-spacing can be set to a nominal length (with plus sign) in 'ex' units.
|
|
border-spacing-089 Border-spacing set to zero with no units with a minus sign, -0 ahem http://www.w3.org/TR/CSS21/tables.html#propdef-border-spacing,http://www.w3.org/TR/CSS21/tables.html#separated-borders 4690bde00f1b94ca15f70aa360e416051b9ea3e8 `Microsoft`<http://www.microsoft.com/> Border-spacing can be set to the minimum value with an integer, regardless of the negative sign on it.
|
|
border-spacing-090 Border-spacing set to zero with no units, 0 ahem http://www.w3.org/TR/CSS21/tables.html#propdef-border-spacing,http://www.w3.org/TR/CSS21/tables.html#separated-borders ee6c171cab3f8a4fde1d2759c5dfa89844c002fd `Microsoft`<http://www.microsoft.com/> Border-spacing can be set to the minimum value with an integer.
|
|
border-spacing-091 Border-spacing set to zero with no units with a plus sign, +0 ahem http://www.w3.org/TR/CSS21/tables.html#propdef-border-spacing,http://www.w3.org/TR/CSS21/tables.html#separated-borders 80230134144c94b4e0c61d866ac0b6a55b821494 `Microsoft`<http://www.microsoft.com/> Border-spacing can be set to the minimum value with an integer, regardless of the positive sign on it.
|
|
border-spacing-092 Border-spacing set to inherit with one value, 1in ahem http://www.w3.org/TR/CSS21/tables.html#propdef-border-spacing,http://www.w3.org/TR/CSS21/tables.html#separated-borders bed9717dc6e36d66967f2a85254947f9f2ac419a `Microsoft`<http://www.microsoft.com/> Verify that a table with 'border-spacing: inherit' uses its parent container's border-spacing value.
|
|
border-spacing-093 Border-spacing set to inherit with two values, 50px 5px ahem http://www.w3.org/TR/CSS21/tables.html#propdef-border-spacing,http://www.w3.org/TR/CSS21/tables.html#separated-borders 9713341f21c0c6aa93db2b2a818b179af79709b8 `Microsoft`<http://www.microsoft.com/> Verify that a table with 'border-spacing: inherit' uses both of its parent container's border-spacing values if two are specified.
|
|
border-spacing-094 Border-spacing: using two values, 5px 50px ahem http://www.w3.org/TR/CSS21/tables.html#propdef-border-spacing,http://www.w3.org/TR/CSS21/tables.html#separated-borders 0b5ce8b81fdb1976b9de7589c796a1cc4c84545c `Microsoft`<http://www.microsoft.com/> Verify that a table can have two values specified by its border-spacing property.
|
|
border-spacing-applies-to-001 Border-spacing and 'display: inline' elements http://www.w3.org/TR/CSS21/tables.html#propdef-border-spacing,http://www.w3.org/TR/CSS21/tables.html#separated-borders 937957cf1549cdd5eaccb440ae1c5aafaddb03dd `Microsoft`<http://www.microsoft.com/> Border-spacing does not apply to 'display: inline' elements.
|
|
border-spacing-applies-to-002 Border-spacing and 'display: block' elements http://www.w3.org/TR/CSS21/tables.html#propdef-border-spacing,http://www.w3.org/TR/CSS21/tables.html#separated-borders 141c41816eb6d85df3826044923c815a56b6eeda `Microsoft`<http://www.microsoft.com/> Border-spacing does not apply to 'display: block' elements.
|
|
border-spacing-applies-to-003 Border-spacing and 'display: list-item' elements http://www.w3.org/TR/CSS21/tables.html#propdef-border-spacing,http://www.w3.org/TR/CSS21/tables.html#separated-borders 87de407e6ba0f8e1a5f6f1c416b33ca5d88a70a9 `Microsoft`<http://www.microsoft.com/> Border-spacing does not apply to 'display: list-item' elements.
|
|
border-spacing-applies-to-004 Border-spacing and 'display: run-in' elements http://www.w3.org/TR/CSS21/tables.html#propdef-border-spacing,http://www.w3.org/TR/CSS21/tables.html#separated-borders ec3a97f3e8e9ead123ba53a3b216e1a33aa8b857 `Microsoft`<http://www.microsoft.com/> Border-spacing does not apply to 'display: run-in' elements.
|
|
border-spacing-applies-to-005 Border-spacing and 'display: inline-block' elements http://www.w3.org/TR/CSS21/tables.html#propdef-border-spacing,http://www.w3.org/TR/CSS21/tables.html#separated-borders a974398f247fe80547a74953fa66b26abdaab484 `Microsoft`<http://www.microsoft.com/> Border-spacing does not apply to 'display: inline-block' elements.
|
|
border-spacing-applies-to-006 Border-spacing and 'display: table' elements http://www.w3.org/TR/CSS21/tables.html#propdef-border-spacing,http://www.w3.org/TR/CSS21/tables.html#separated-borders d3f90f6250eab99d35691b1bd6e1d5661f19e3bb `Microsoft`<http://www.microsoft.com/> Border-spacing applies to 'display: table' elements.
|
|
border-spacing-applies-to-007 Border-spacing and 'display: inline-table' elements http://www.w3.org/TR/CSS21/tables.html#propdef-border-spacing,http://www.w3.org/TR/CSS21/tables.html#separated-borders 0628e6807933f50a9319789e04b5af1806c5a055 `Microsoft`<http://www.microsoft.com/> Border-spacing applies to 'display: inline-table' elements.
|
|
border-spacing-applies-to-008 Border-spacing and 'display: table-row-group' elements http://www.w3.org/TR/CSS21/tables.html#propdef-border-spacing,http://www.w3.org/TR/CSS21/tables.html#separated-borders 4b442abbe69b3d5fe71c3e2f8c8b96ee21c6d5e5 `Microsoft`<http://www.microsoft.com/> Border-spacing does not apply to 'display: table-row-group' elements.
|
|
border-spacing-applies-to-009 Border-spacing and 'display: table-header-group' elements http://www.w3.org/TR/CSS21/tables.html#propdef-border-spacing,http://www.w3.org/TR/CSS21/tables.html#separated-borders 394e19b1aa92cb6a01df37e02d73a8af6132912e `Microsoft`<http://www.microsoft.com/> Border-spacing does not apply to 'display: table-header-group' elements.
|
|
border-spacing-applies-to-010 Border-spacing and 'display: table-footer-group' elements http://www.w3.org/TR/CSS21/tables.html#propdef-border-spacing,http://www.w3.org/TR/CSS21/tables.html#separated-borders a449f934245e66c6d22554bd7cb8200d58093226 `Microsoft`<http://www.microsoft.com/> Border-spacing does not apply to 'display: table-footer-group' elements.
|
|
border-spacing-applies-to-011 Border-spacing and 'display: table-row' elements http://www.w3.org/TR/CSS21/tables.html#propdef-border-spacing,http://www.w3.org/TR/CSS21/tables.html#separated-borders f7db3579403fa31857e0caf476a297aedfd20d09 `Microsoft`<http://www.microsoft.com/> Border-spacing does not apply to 'display: table-row' elements.
|
|
border-spacing-applies-to-012 Border-spacing and 'display: table-column' elements http://www.w3.org/TR/CSS21/tables.html#propdef-border-spacing,http://www.w3.org/TR/CSS21/tables.html#separated-borders 129f74222c8f0f17a39acc6543a96eeff43bd15a `Microsoft`<http://www.microsoft.com/> Border-spacing does not apply to 'display: table-column' elements.
|
|
border-spacing-applies-to-013 Border-spacing and 'display: table-column-group' elements http://www.w3.org/TR/CSS21/tables.html#propdef-border-spacing,http://www.w3.org/TR/CSS21/tables.html#separated-borders ea6bce4732160f5ca25a2fe16b17d3463ca48a73 `Microsoft`<http://www.microsoft.com/> Border-spacing does not apply to 'display: table-column-group' elements.
|
|
border-spacing-applies-to-014 Border-spacing and 'display: table-cell' elements http://www.w3.org/TR/CSS21/tables.html#propdef-border-spacing,http://www.w3.org/TR/CSS21/tables.html#separated-borders 05661ef5b81943e76e6b616b5f4bcdf70bca6018 `Microsoft`<http://www.microsoft.com/> Border-spacing does not apply to 'display: table-cell' elements.
|
|
border-spacing-applies-to-015 Border-spacing and 'display: table-caption' elements http://www.w3.org/TR/CSS21/tables.html#propdef-border-spacing,http://www.w3.org/TR/CSS21/tables.html#separated-borders 57b64d39fbda927e767affe81951a519be98d6c7 `Microsoft`<http://www.microsoft.com/> Border-spacing does not apply to 'display: table-caption' elements.
|
|
border-spacing-applies-to-016 Border-spacing and 'display: none' elements http://www.w3.org/TR/CSS21/tables.html#propdef-border-spacing,http://www.w3.org/TR/CSS21/tables.html#separated-borders 75b174414af386ccb907c0ea2b8ecad884599b22 `Microsoft`<http://www.microsoft.com/> Border-spacing does not apply to 'display: none' elements.
|
|
border-spacing-applies-to-017 Border-spacing and 'display: inherit' elements http://www.w3.org/TR/CSS21/tables.html#propdef-border-spacing,http://www.w3.org/TR/CSS21/tables.html#separated-borders 4f086a3f46740e0c98c4c99fbdfa771e54ad0c60 `Microsoft`<http://www.microsoft.com/> Border-spacing does not apply to 'display: inherit' elements which do not inherit the value of 'table' or 'inline-table'.
|
|
border-spacing-inherited-001 Border-spacing is inherited by default ahem http://www.w3.org/TR/CSS21/tables.html#propdef-border-spacing,http://www.w3.org/TR/CSS21/tables.html#separated-borders a21af80edd9819910ca071d1d39aea8eb7556bcf `Microsoft`<http://www.microsoft.com/> Border-spacing is inherited by default.
|
|
border-spacing-initial-001 Initial value of border-spacing ahem http://www.w3.org/TR/CSS21/tables.html#propdef-border-spacing,http://www.w3.org/TR/CSS21/tables.html#separated-borders c1e13964eea95155cc177cf44d334913ba241716 `Microsoft`<http://www.microsoft.com/> Verifies that the initial value of border-spacing is '0'.
|
|
border-spacing-initial-002 CSS table model: initial border-spacing http://www.w3.org/TR/CSS21/tables.html#separated-borders,http://www.w3.org/TR/CSS21/tables.html#anonymous-boxes 98c18a1a93352fec18093eb5f6501ac816630339 `Ian Hickson`<mailto:ian@hixie.ch>
|
|
border-spacing-percentage-001 reference/ref-if-there-is-no-red Border-spacing - percentage value does not apply invalid http://www.w3.org/TR/CSS21/tables.html#separated-borders 5d2c45cd986672056216fb1c0ba6088fbdbbf5c7 `Gérard Talbot`<http://www.gtalbot.org/BrowserBugsSection/css21testsuite/> 'border-spacing' property does not accept percentage unit.
|
|
border-spacing-values-001 Negative 'border-spacing' values are ignored invalid http://www.w3.org/TR/CSS21/tables.html#separated-borders 78351348f64435a6f2b3336247f69e2f07e28904 `Microsoft`<http://www.microsoft.com/> The 'border-spacing' property ignores a negative value. In which case, the default 'border-spacing' value as specified in the user agent stylesheet will apply.
|
|
border-style-001 Border-style shorthand property set using a single value http://www.w3.org/TR/CSS21/box.html#border-style-properties 72afea1add1c57bbd0cd9b70a46e15be1f2a68a1 `Microsoft`<http://www.microsoft.com/> The 'border-style' property set using a single value correctly renders the specified value for all sides of the element.
|
|
border-style-002 Border-style shorthand property set using two values http://www.w3.org/TR/CSS21/box.html#border-style-properties a905d79a04421875f93623556e65969224b524c4 `Microsoft`<http://www.microsoft.com/> The 'border-style' property set using two values correctly renders the specified value for the appropriate sides of the element.
|
|
border-style-003 Border-style shorthand property set using three values http://www.w3.org/TR/CSS21/box.html#border-style-properties 15d28b7199c6a9cdb5b01f2a4d0acd7d036670cc `Microsoft`<http://www.microsoft.com/> The 'border-style' property set using three values correctly renders the specified value for the appropriate sides of the element.
|
|
border-style-004 Border-style shorthand property set using four values http://www.w3.org/TR/CSS21/box.html#border-style-properties 9c21f9e3eb701d42299918cf8e1f217854cf7a5b `Microsoft`<http://www.microsoft.com/> The 'border-style' property set using four values correctly renders the specified value for the appropriate sides of the element.
|
|
border-style-005 Border-style shorthand property set to 'inherit', inheriting one value http://www.w3.org/TR/CSS21/box.html#border-style-properties 2192024396fa4dbb6aefb8cdf2a0ee5cb9977753 `Microsoft`<http://www.microsoft.com/> The 'border-style' property set to 'inherit' correctly inherits the single value specified on the parent element.
|
|
border-style-006 Border-style shorthand property set to 'inherit' inheriting two values http://www.w3.org/TR/CSS21/box.html#border-style-properties 5a9b77e3310ed70dbba184d466ef3b0db48883b0 `Microsoft`<http://www.microsoft.com/> The 'border-style' property set to 'inherit' correctly inherits the two values specified on the parent element.
|
|
border-style-007 Border-style shorthand property set to 'inherit', inheriting three values http://www.w3.org/TR/CSS21/box.html#border-style-properties 8f917c4ba7b65c93ec166c7b2b827edda1b8448f `Microsoft`<http://www.microsoft.com/> The 'border-style' property set to 'inherit' correctly inherits the three values specified on the parent element.
|
|
border-style-008 Border-style shorthand property set to 'inherit', inheriting four values http://www.w3.org/TR/CSS21/box.html#border-style-properties a2fbf66d579122d941ecfb81e79179b4af084c53 `Microsoft`<http://www.microsoft.com/> The 'border-style' property set to 'inherit' correctly inherits the four values specified on the parent element.
|
|
border-style-applies-to-001 Border-style applied to element with display table-row-group http://www.w3.org/TR/CSS21/box.html#border-style-properties 439bbf32d45e1b97aaeec8e3a7dd95d2090ca847 `Microsoft`<http://www.microsoft.com/> The 'border-style' property applies to elements with a display of table-row-group.
|
|
border-style-applies-to-002 Border-style applied to element with display table-header-group http://www.w3.org/TR/CSS21/box.html#border-style-properties c769f16a0555858b280f9f3dcec362a6bfeecd0c `Microsoft`<http://www.microsoft.com/> The 'border-style' property applies to elements with a display of table-header-group.
|
|
border-style-applies-to-003 Border-style applied to element with display table-footer-group http://www.w3.org/TR/CSS21/box.html#border-style-properties d5068be47170cdec28ca1264576e0c52b7539088 `Microsoft`<http://www.microsoft.com/> The 'border-style' property applies to elements with a display of table-footer-group.
|
|
border-style-applies-to-004 Border-style applied to element with display table-row http://www.w3.org/TR/CSS21/box.html#border-style-properties b707d1926e79ef995fe579c4a910f4eea0df2ae2 `Microsoft`<http://www.microsoft.com/> The 'border-style' property applies to elements with a display of table-row.
|
|
border-style-applies-to-005 Border-style applied to element with display table-column-group http://www.w3.org/TR/CSS21/box.html#border-style-properties 68c968936df516dfecc079b018f6b86a5b364b66 `Microsoft`<http://www.microsoft.com/> The 'border-style' property applies to elements with a display of table-column-group.
|
|
border-style-applies-to-006 Border-style applied to element with display table-column http://www.w3.org/TR/CSS21/box.html#border-style-properties d38d1b86439b88f9fe9f24e044162d4b58bc38a9 `Microsoft`<http://www.microsoft.com/> The 'border-style' property applies to elements with a display of table-column.
|
|
border-style-applies-to-007 Border-style applied to element with display table-cell http://www.w3.org/TR/CSS21/box.html#border-style-properties ad8463059c466deb130dc5d19f2464193acc4bda `Microsoft`<http://www.microsoft.com/> The 'border-style' property applies to elements with a display of table-cell.
|
|
border-style-applies-to-008 Border-style applied to element with display inline http://www.w3.org/TR/CSS21/box.html#border-style-properties 7660520fb4c5da91f8b7c945f5bfca3d8c7a62f3 `Microsoft`<http://www.microsoft.com/> The 'border-style' property applies to elements with a display of inline.
|
|
border-style-applies-to-009 Border-style applied to element with display block http://www.w3.org/TR/CSS21/box.html#border-style-properties 93e2b08f6dcdee07317cae5a220ea5a837dfc0da `Microsoft`<http://www.microsoft.com/> The 'border-style' property applies to elements with a display of block.
|
|
border-style-applies-to-010 Border-style applied to element with display list-item http://www.w3.org/TR/CSS21/box.html#border-style-properties f8d10e6038e75a9db9d2229c5a11d47cf8c9530e `Microsoft`<http://www.microsoft.com/> The 'border-style' property applies to elements with a display of list-item.
|
|
border-style-applies-to-011 Border-style applied to element with display run-in http://www.w3.org/TR/CSS21/box.html#border-style-properties 3bfedaaba8866a35f5562015040a4ade1f4efb21 `Microsoft`<http://www.microsoft.com/> The 'border-style' property applies to elements with a display of run-in.
|
|
border-style-applies-to-012 Border-style applied to element with display inline-block http://www.w3.org/TR/CSS21/box.html#border-style-properties 14c80c6cb1dc6b9834e846cbc249a37604211a52 `Microsoft`<http://www.microsoft.com/> The 'border-style' property applies to elements with a display of inline-block.
|
|
border-style-applies-to-013 Border-style applied to element with display table http://www.w3.org/TR/CSS21/box.html#border-style-properties c7ca26534a5a219de6993c5de09c1da6f3e7a1a1 `Microsoft`<http://www.microsoft.com/> The 'border-style' property applies to elements with a display of table.
|
|
border-style-applies-to-014 Border-style applied to element with display inline-table http://www.w3.org/TR/CSS21/box.html#border-style-properties 605d6f986e2d51f19675c67a32c252968b9a4971 `Microsoft`<http://www.microsoft.com/> The 'border-style' property applies to elements with a display of inline-table.
|
|
border-style-applies-to-015 Border-style applied to element with display table-caption http://www.w3.org/TR/CSS21/box.html#border-style-properties db0c17ed7545206ab96fe6b304931b92c4846431 `Microsoft`<http://www.microsoft.com/> The 'border-style' property applies to elements with a display of table-caption.
|
|
border-style-applies-to-016 reference/border-conflict-style-101-ref border-style: hidden applied to table-row http://www.w3.org/TR/CSS21/box.html#border-style-properties 34de0bbf560428bca5305dd6eeaf17628451b153 `Gérard Talbot`<http://www.gtalbot.org/BrowserBugsSection/css21testsuite/>,`Marc Pacheco`<http://marc.baffl.co.uk/contact.php> 'border-style: hidden' must apply to all elements, including internal table elements. 'hidden' (border-style) is the same as 'none': the computed border width is zero.
|
|
border-style-applies-to-017 reference/border-conflict-style-101-ref border-style: hidden applied to element with display table-row http://www.w3.org/TR/CSS21/box.html#border-style-properties aa40c425696c4fecfff89bf15680dc63c26a68c9 `Gérard Talbot`<http://www.gtalbot.org/BrowserBugsSection/css21testsuite/>,`Marc Pacheco`<http://marc.baffl.co.uk/contact.php> 'border-style: hidden' must apply to all elements, including elements with display table-row. 'hidden' (border-style) is the same as 'none': the computed border width is zero.
|
|
border-style-applies-to-018 reference/border-conflict-style-101-ref border-style: hidden applied to table-column-group http://www.w3.org/TR/CSS21/box.html#border-style-properties b439c1fd1eca00ef7cb00843073fe0be49fe1e99 `Gérard Talbot`<http://www.gtalbot.org/BrowserBugsSection/css21testsuite/>,`Marc Pacheco`<http://marc.baffl.co.uk/contact.php> 'border-style: hidden' must apply to all elements, including internal table elements. 'hidden' (border-style) is the same as 'none': the computed border width is zero.
|
|
border-style-applies-to-019 reference/border-conflict-style-101-ref border-style: hidden applied to element with display table-column-group http://www.w3.org/TR/CSS21/box.html#border-style-properties 3e2ed2702144de72cb7c7586166d5330b08af8af `Gérard Talbot`<http://www.gtalbot.org/BrowserBugsSection/css21testsuite/>,`Marc Pacheco`<http://marc.baffl.co.uk/contact.php> 'border-style: hidden' must apply to all elements, including elements with display table-column-group. 'hidden' (border-style) is the same as 'none': the computed border width is zero.
|
|
border-style-applies-to-020 reference/border-conflict-style-101-ref border-style: hidden applied to table-column http://www.w3.org/TR/CSS21/box.html#border-style-properties 1622ca1a5cafbe7f6503a045b707fce2d0c19989 `Gérard Talbot`<http://www.gtalbot.org/BrowserBugsSection/css21testsuite/>,`Marc Pacheco`<http://marc.baffl.co.uk/contact.php> 'border-style: hidden' must apply to all elements, including internal table elements. 'hidden' (border-style) is the same as 'none': the computed border width is zero.
|
|
border-style-applies-to-021 reference/border-conflict-style-101-ref border-style: hidden applied to element with display table-column http://www.w3.org/TR/CSS21/box.html#border-style-properties 3255d2fdbffd926b4f617e8369e808c53fe8c78f `Gérard Talbot`<http://www.gtalbot.org/BrowserBugsSection/css21testsuite/>,`Marc Pacheco`<http://marc.baffl.co.uk/contact.php> 'border-style: hidden' must apply to all elements, including elements with display table-column. 'hidden' (border-style) is the same as 'none': the computed border width is zero.
|
|
border-style-applies-to-022 reference/border-conflict-style-101-ref border-style: hidden applied to table-row-group http://www.w3.org/TR/CSS21/box.html#border-style-properties baa54e399ad097401196db742a676733cbc765c9 `Gérard Talbot`<http://www.gtalbot.org/BrowserBugsSection/css21testsuite/>,`Marc Pacheco`<http://marc.baffl.co.uk/contact.php> 'border-style: hidden' must apply to all elements, including internal table elements. 'hidden' (border-style) is the same as 'none': the computed border width is zero.
|
|
border-style-applies-to-023 reference/border-conflict-style-101-ref border-style: hidden applied to element with display table-row-group http://www.w3.org/TR/CSS21/box.html#border-style-properties c717153e7a444b964a0346ffe8300579f577ac4f `Gérard Talbot`<http://www.gtalbot.org/BrowserBugsSection/css21testsuite/>,`Marc Pacheco`<http://marc.baffl.co.uk/contact.php> 'border-style: hidden' must apply to all elements, including elements with display table-row-group. 'hidden' (border-style) is the same as 'none': the computed border width is zero.
|
|
border-style-applies-to-024 reference/border-conflict-style-101-ref border-style: hidden applied to table-footer-group http://www.w3.org/TR/CSS21/box.html#border-style-properties a973da29799c96b6ddb6d1cb89d95d696a30b485 `Gérard Talbot`<http://www.gtalbot.org/BrowserBugsSection/css21testsuite/>,`Marc Pacheco`<http://marc.baffl.co.uk/contact.php> 'border-style: hidden' must apply to all elements, including internal table elements. 'hidden' (border-style) is the same as 'none': the computed border width is zero.
|
|
border-style-applies-to-025 reference/border-conflict-style-101-ref border-style: hidden applied to element with display table-footer-group http://www.w3.org/TR/CSS21/box.html#border-style-properties fd43a1f48e5ab25bc8df60e2ddbbfb24130d91e2 `Gérard Talbot`<http://www.gtalbot.org/BrowserBugsSection/css21testsuite/>,`Marc Pacheco`<http://marc.baffl.co.uk/contact.php> 'border-style: hidden' must apply to all elements, including elements with display table-footer-group. 'hidden' (border-style) is the same as 'none': the computed border width is zero.
|
|
border-style-applies-to-026 reference/border-conflict-style-101-ref border-style: hidden applied to table-header-group http://www.w3.org/TR/CSS21/box.html#border-style-properties c73ff28adfa17567094320c67848eea3deba28a5 `Gérard Talbot`<http://www.gtalbot.org/BrowserBugsSection/css21testsuite/>,`Marc Pacheco`<http://marc.baffl.co.uk/contact.php> 'border-style: hidden' must apply to all elements, including internal table elements. 'hidden' (border-style) is the same as 'none': the computed border width is zero.
|
|
border-style-applies-to-027 reference/border-conflict-style-101-ref border-style: hidden applied to element with display table-header-group http://www.w3.org/TR/CSS21/box.html#border-style-properties f8f0eaa11f65386239a1947463533022faaf1477 `Gérard Talbot`<http://www.gtalbot.org/BrowserBugsSection/css21testsuite/>,`Marc Pacheco`<http://marc.baffl.co.uk/contact.php> 'border-style: hidden' must apply to all elements, including elements with display table-header-group. 'hidden' (border-style) is the same as 'none': the computed border width is zero.
|
|
border-style-initial-001 reference/ref-if-there-is-no-red Border-style initial set to 'none' http://www.w3.org/TR/CSS21/box.html#border-color-properties 6513513d8fdfb5c63e3e9d4507ec705dbab33571 `Microsoft`<http://www.microsoft.com/> Verify that 'border-color' and 'border-width' do not display a border since 'border-style' is initially 'none'.
|
|
border-style-inset-001 Table-Specific Border Style Behavior (separated border model/inset) http://www.w3.org/TR/CSS21/tables.html#table-border-styles 6d70f38ec5e69ffcaa736f71b528bcb15ff9d654 `Microsoft`<http://www.microsoft.com/> In the separated border model, the 'inset' border style makes its box looks like it is embedded in the canvas.
|
|
border-style-inset-002 Table-Specific Border Style Behavior (collapsing border model/inset) http://www.w3.org/TR/CSS21/tables.html#table-border-styles c2a42a7609bd34125930682d4147411617fc80c3 `Microsoft`<http://www.microsoft.com/> In the collapsing border model, the 'inset' border style looks the same as the 'ridge' border style.
|
|
border-style-outset-001 Table-Specific Border Style Behavior (separated border model/outset) http://www.w3.org/TR/CSS21/tables.html#table-border-styles d1a8e9a81da3fa94d40946fac1e630dfcba74b09 `Microsoft`<http://www.microsoft.com/> In the separated border model, the 'outset' border style makes its box looks like it is standing off of the canvas.
|
|
border-style-outset-002 Table-Specific Border Style Behavior (collapsing border model/outset) http://www.w3.org/TR/CSS21/tables.html#table-border-styles 992e33776eb8e0b24ec14347fe6bc05730eefe0f `Microsoft`<http://www.microsoft.com/> In the collapsing border model, the 'outset' border style looks the same as the 'groove' border style.
|
|
border-style-rendering-001 Border-style 'groove' color rendering http://www.w3.org/TR/CSS21/box.html#border-style-properties 4c239bffa35723419785d98e8a87a8e019709f25 `Microsoft`<http://www.microsoft.com/> The 'groove' 'border-style' uses the color defined for rendering the groove border.
|
|
border-style-rendering-002 Border-style 'ridge' color rendering http://www.w3.org/TR/CSS21/box.html#border-style-properties 4c23149e02a25bb65017cc7ec62cabe8bcc6f0d6 `Microsoft`<http://www.microsoft.com/> The 'ridge' 'border-style' uses the color defined for rendering the ridge border.
|
|
border-style-rendering-003 Border-style 'inset' color rendering http://www.w3.org/TR/CSS21/box.html#border-style-properties 3c78b1764fccc765f14ab61ae20caa10014aefa4 `Microsoft`<http://www.microsoft.com/> The 'inset' 'border-style' uses the color defined for rendering the inset border.
|
|
border-style-rendering-004 Border-style 'outset' color rendering http://www.w3.org/TR/CSS21/box.html#border-style-properties 9812a6226caf78e68beb39759cc099c8261526cb `Microsoft`<http://www.microsoft.com/> The 'outset' 'border-style' uses the color defined for rendering the outset border.
|
|
border-style-shorthand-001 Border-style set using one value http://www.w3.org/TR/CSS21/box.html#border-style-properties 59b1e287ee043563d7a689b3b09e198ded476f13 `Microsoft`<http://www.microsoft.com/> Applying a single value to the border-style property applies the value to all sides of the element.
|
|
border-style-shorthand-002 Border-style set using two values http://www.w3.org/TR/CSS21/box.html#border-style-properties 79c521591e5bb7b7610af3eb89ca7b1d204ac0db `Microsoft`<http://www.microsoft.com/> Applying two values to the border-style property applies the first value to the top and bottom and the second to the left and right.
|
|
border-style-shorthand-003 Border-style set using three values http://www.w3.org/TR/CSS21/box.html#border-color-properties 189281d5d528a42895d9c4277f44ada2b849831d `Microsoft`<http://www.microsoft.com/> Applying three values to the border-style property applies the first value to the top the second value to the left and right and the third value to the bottom.
|
|
border-style-shorthand-004 Border-style set using four values http://www.w3.org/TR/CSS21/box.html#border-style-properties 3def87b2cde99cb44ad7168bb122f3b19f4f6c73 `Microsoft`<http://www.microsoft.com/> Applying four values to the border-style property applies the values top, right, bottom, left, respectively.
|
|
border-top-001 reference/ref-filled-black-96px-square Border-top set to border-width http://www.w3.org/TR/CSS21/box.html#propdef-border-top,http://www.w3.org/TR/CSS21/box.html#border-shorthand-properties fa4d2cafee2fc80c980a5b4dd804822dbcf103a6 `Microsoft`<http://www.microsoft.com/> The 'border-top' shorthand property sets 'border-width' for the top border.
|
|
border-top-002 Border-top set to border-style http://www.w3.org/TR/CSS21/box.html#propdef-border-top,http://www.w3.org/TR/CSS21/box.html#border-shorthand-properties 1bcd432f0118748f0e5b9b69a092f11a83763eb6 `Microsoft`<http://www.microsoft.com/> The 'border-top' shorthand property sets the 'border-style' for the top border.
|
|
border-top-003 Border-top set to border-color http://www.w3.org/TR/CSS21/box.html#propdef-border-top,http://www.w3.org/TR/CSS21/box.html#border-shorthand-properties 0c3a2f6117cfae4cdab63c22578d1738986682ac `Microsoft`<http://www.microsoft.com/> The 'border-top' shorthand property sets the 'border-color' for the top border.
|
|
border-top-004 Border-top set to border-width border-style http://www.w3.org/TR/CSS21/box.html#propdef-border-top,http://www.w3.org/TR/CSS21/box.html#border-shorthand-properties b90ee7bcedd0f2b9cd1f37e5c7aaaa9eba2a3df9 `Microsoft`<http://www.microsoft.com/> The 'border-top' shorthand property sets the 'border-width' and 'border-style' for the top border.
|
|
border-top-005 reference/border-top-005-ref Border-top set to border-width border-color http://www.w3.org/TR/CSS21/box.html#propdef-border-top,http://www.w3.org/TR/CSS21/box.html#border-shorthand-properties 32d2435adbcc0091489a6bd6e701ccfd49793ea1 `Microsoft`<http://www.microsoft.com/> The 'border-top' shorthand property sets the 'border-width' and 'border-color' for the top border.
|
|
border-top-006 reference/ref-filled-black-96px-square Border-top set to border-style border-width http://www.w3.org/TR/CSS21/box.html#propdef-border-top,http://www.w3.org/TR/CSS21/box.html#border-shorthand-properties 2839f70a50e3741acd9c7b7cdbdfbfc4ed9490fb `Microsoft`<http://www.microsoft.com/> The 'border-top' shorthand property sets the 'border-style' and 'border-width' for the top border.
|
|
border-top-007 Border-top set to border-style border-color http://www.w3.org/TR/CSS21/box.html#propdef-border-top,http://www.w3.org/TR/CSS21/box.html#border-shorthand-properties 9ffbaeed7db3edd3e473c8b9681773e5e260376c `Microsoft`<http://www.microsoft.com/> The 'border-top' shorthand property sets the 'border-style' and 'border-color' for the top border.
|
|
border-top-008 reference/border-top-005-ref Border-top set to border-color border-width http://www.w3.org/TR/CSS21/box.html#propdef-border-top,http://www.w3.org/TR/CSS21/box.html#border-shorthand-properties 76868a7c79d0f977237826e78b0fd96a0f19cb42 `Microsoft`<http://www.microsoft.com/> The 'border-top' shorthand property sets the 'border-color' and 'border-width' for the top border.
|
|
border-top-009 Border-top set to border-color border-style http://www.w3.org/TR/CSS21/box.html#propdef-border-top,http://www.w3.org/TR/CSS21/box.html#border-shorthand-properties b29e0be5c7616e5da449dcc64653804f4c677c6a `Microsoft`<http://www.microsoft.com/> The 'border-top' shorthand property sets the 'border-color' and 'border-style' for the top border.
|
|
border-top-010 Border-top set to border-width border-style border-color http://www.w3.org/TR/CSS21/box.html#propdef-border-top,http://www.w3.org/TR/CSS21/box.html#border-shorthand-properties 446fba4ecc89f04251ac11281530e1acea32abf6 `Microsoft`<http://www.microsoft.com/> The 'border-top' shorthand property sets the 'border-width', 'border-style' and 'border-color' for the top border.
|
|
border-top-011 Border-top set to border-width border-color border-style http://www.w3.org/TR/CSS21/box.html#propdef-border-top,http://www.w3.org/TR/CSS21/box.html#border-shorthand-properties eed77fba2697f7932e156b6fb704757bae95061c `Microsoft`<http://www.microsoft.com/> The 'border-top' shorthand property sets the 'border-width', 'border-color' and 'border-style' for the top border.
|
|
border-top-012 Border-top set to border-style border-width border-color http://www.w3.org/TR/CSS21/box.html#propdef-border-top,http://www.w3.org/TR/CSS21/box.html#border-shorthand-properties 4b9bc1cdda65440bbf0880ac07377460ea041aa6 `Microsoft`<http://www.microsoft.com/> The 'border-top' shorthand property sets the 'border-style', 'border-width' and 'border-color' for the top border.
|
|
border-top-013 Border-top set to border-style border-color border-width http://www.w3.org/TR/CSS21/box.html#propdef-border-top,http://www.w3.org/TR/CSS21/box.html#border-shorthand-properties 2b66a48970a39094ba0132532bb53a51fe19c39a `Microsoft`<http://www.microsoft.com/> The 'border-top' shorthand property sets the 'border-style', 'border-color' and 'border-width' for the top border.
|
|
border-top-014 Border-top set to border-color border-width border-style http://www.w3.org/TR/CSS21/box.html#propdef-border-top,http://www.w3.org/TR/CSS21/box.html#border-shorthand-properties 759274919c9a113196dfd91d274d32dd08eb0674 `Microsoft`<http://www.microsoft.com/> The 'border-top' shorthand property sets the 'border-color', 'border-width' and 'border-style' for the top border.
|
|
border-top-015 Border-top set to border-color border-style border-width http://www.w3.org/TR/CSS21/box.html#propdef-border-top,http://www.w3.org/TR/CSS21/box.html#border-shorthand-properties 2516584be3739f284ce8eaa2a57b238e52f73690 `Microsoft`<http://www.microsoft.com/> The 'border-top' shorthand property sets the 'border-color', 'border-style' and 'border-width' for the top border.
|
|
border-top-016 Border-top set to inherit, inheriting a single value for a shorthand property http://www.w3.org/TR/CSS21/box.html#propdef-border-top,http://www.w3.org/TR/CSS21/box.html#border-shorthand-properties 942d1dbc6d7f331c2d8b221b3a9f9cc69752fc83 `Microsoft`<http://www.microsoft.com/> The 'border-top' shorthand property properly accepts 'inherit' as a value and uses its parent's border setting.
|
|
border-top-017 Border-top set to inherit, inheriting two values for a shorthand property http://www.w3.org/TR/CSS21/box.html#propdef-border-top,http://www.w3.org/TR/CSS21/box.html#border-shorthand-properties 454a4fa7f8dcf688b18e8e8d03f2f6912a091a34 `Microsoft`<http://www.microsoft.com/> The 'border-top' shorthand property properly accepts 'inherit' as a value and uses its parent's border setting.
|
|
border-top-018 reference/border-top-018-ref Border-top set to inherit, inheriting three values for a shorthand property http://www.w3.org/TR/CSS21/box.html#propdef-border-top,http://www.w3.org/TR/CSS21/box.html#border-shorthand-properties 59989643d18d374810319fa9265b0f563a099f49 `Microsoft`<http://www.microsoft.com/> The 'border-top' shorthand property properly accepts 'inherit' as a value and uses its parent's border setting.
|
|
border-top-applies-to-001 reference/border-bottom-applies-to-001-ref Border-top applied to element with display table-row-group http://www.w3.org/TR/CSS21/box.html#propdef-border-top,http://www.w3.org/TR/CSS21/box.html#border-shorthand-properties 7aa0f91ce2fb1ba17e7f83b009416c56c9d6406a `Microsoft`<http://www.microsoft.com/> The 'border-top' property applies to elements with a display of table-row-group.
|
|
border-top-applies-to-002 reference/border-bottom-applies-to-001-ref Border-top applied to element with display table-header-group http://www.w3.org/TR/CSS21/box.html#propdef-border-top,http://www.w3.org/TR/CSS21/box.html#border-shorthand-properties b0bea299cf9062816cd090270ba39d08b2b215f4 `Microsoft`<http://www.microsoft.com/> The 'border-top' property applies to elements with a display of table-header-group.
|
|
border-top-applies-to-003 reference/border-bottom-applies-to-001-ref Border-top applied to element with display table-footer-group http://www.w3.org/TR/CSS21/box.html#propdef-border-top,http://www.w3.org/TR/CSS21/box.html#border-shorthand-properties faf19b7386fa3342ff385bf1e258774bb6259708 `Microsoft`<http://www.microsoft.com/> The 'border-top' property applies to elements with a display of table-footer-group.
|
|
border-top-applies-to-004 reference/border-bottom-applies-to-001-ref Border-top applied to element with display table-row http://www.w3.org/TR/CSS21/box.html#propdef-border-top,http://www.w3.org/TR/CSS21/box.html#border-shorthand-properties 8301600d54e866ecfba7185fdabbd13d61980890 `Microsoft`<http://www.microsoft.com/> The 'border-top' property applies to elements with a display of table-row.
|
|
border-top-applies-to-005 reference/border-bottom-applies-to-001-ref Border-top applied to element with display table-column-group http://www.w3.org/TR/CSS21/box.html#propdef-border-top,http://www.w3.org/TR/CSS21/box.html#border-shorthand-properties 33e3ae8046655ccefe061c759667d0aa590f0b1b `Microsoft`<http://www.microsoft.com/> The 'border-top' property applies to elements with a display of table-column-group.
|
|
border-top-applies-to-006 reference/border-bottom-applies-to-001-ref Border-top applied to element with display table-column http://www.w3.org/TR/CSS21/box.html#propdef-border-top,http://www.w3.org/TR/CSS21/box.html#border-shorthand-properties 082969768d992bfc7108ee93ecf9315291873681 `Microsoft`<http://www.microsoft.com/> The 'border-top' property applies to elements with a display of table-column.
|
|
border-top-applies-to-007 reference/border-bottom-applies-to-001-ref Border-top applied to element with display table-cell http://www.w3.org/TR/CSS21/box.html#propdef-border-top,http://www.w3.org/TR/CSS21/box.html#border-shorthand-properties 0a44ffa6aeef60a6e8a32a6b9c22572920b5ea4c `Microsoft`<http://www.microsoft.com/> The 'border-top' property applies to elements with a display of table-cell.
|
|
border-top-applies-to-008 Border-top applied to element with display inline http://www.w3.org/TR/CSS21/box.html#propdef-border-top,http://www.w3.org/TR/CSS21/box.html#border-shorthand-properties 1bfe7f8bd0dc25808bf1093cdd8e2b2b4f557403 `Microsoft`<http://www.microsoft.com/> The 'border-top' property applies to elements with a display of inline.
|
|
border-top-applies-to-009 reference/border-bottom-applies-to-001-ref Border-top applied to element with display block http://www.w3.org/TR/CSS21/box.html#propdef-border-top,http://www.w3.org/TR/CSS21/box.html#border-shorthand-properties d0223319fa8fde13e5c205e4f5778c04cda7065c `Microsoft`<http://www.microsoft.com/> The 'border-top' property applies to elements with a display of block.
|
|
border-top-applies-to-010 Border-top applied to element with display list-item http://www.w3.org/TR/CSS21/box.html#propdef-border-top,http://www.w3.org/TR/CSS21/box.html#border-shorthand-properties 80de6486a9246f77e2257030feafd24768227bcc `Microsoft`<http://www.microsoft.com/> The 'border-top' property applies to elements with a display of list-item.
|
|
border-top-applies-to-011 Border-top applied to element with display run-in http://www.w3.org/TR/CSS21/box.html#propdef-border-top,http://www.w3.org/TR/CSS21/box.html#border-shorthand-properties 0f1389d2699251f2c468ed37e27dd3066e998ca6 `Microsoft`<http://www.microsoft.com/> The 'border-top' property applies to elements with a display of run-in.
|
|
border-top-applies-to-012 reference/border-bottom-applies-to-001-ref Border-top applied to element with display inline-block http://www.w3.org/TR/CSS21/box.html#propdef-border-top,http://www.w3.org/TR/CSS21/box.html#border-shorthand-properties 398bda067f4b50506feb5a9465208f926c78a98b `Microsoft`<http://www.microsoft.com/> The 'border-top' property applies to elements with a display of inline-block.
|
|
border-top-applies-to-013 reference/border-bottom-applies-to-001-ref Border-top applied to element with display table http://www.w3.org/TR/CSS21/box.html#propdef-border-top,http://www.w3.org/TR/CSS21/box.html#border-shorthand-properties 516ac54b60e5d45f90054fdcd1a07485a8a19182 `Microsoft`<http://www.microsoft.com/> The 'border-top' property applies to elements with a display of table.
|
|
border-top-applies-to-014 reference/border-bottom-applies-to-001-ref Border-top applied to element with display inline-table http://www.w3.org/TR/CSS21/box.html#propdef-border-top,http://www.w3.org/TR/CSS21/box.html#border-shorthand-properties 808ab32e810f1a99861e4b50e2d663ffca9ecd35 `Microsoft`<http://www.microsoft.com/> The 'border-top' property applies to elements with a display of inline-table.
|
|
border-top-applies-to-015 reference/border-bottom-applies-to-001-ref Border-top applied to element with display table-caption http://www.w3.org/TR/CSS21/box.html#propdef-border-top,http://www.w3.org/TR/CSS21/box.html#border-shorthand-properties beacb7e64515283a4fd22e9d551ef64bd412e912 `Microsoft`<http://www.microsoft.com/> The 'border-top' property applies to elements with a display of table-caption.
|
|
border-top-color-001 reference/border-bottom-color-001-ref Border-top-color set to hex with five digits which is invalid and is equivalent to minimum minus one value for six digit hex invalid http://www.w3.org/TR/CSS21/box.html#propdef-border-top-color,http://www.w3.org/TR/CSS21/box.html#border-color-properties 312684da5e545fddff086ca8e5d350d59d66d594 `Microsoft`<http://www.microsoft.com/> The 'border-top-color' set to #00000 falls back to the initial value.
|
|
border-top-color-002 reference/border-bottom-color-001-ref Border-top-color set to hex with six digits with the minimum value, #000000 http://www.w3.org/TR/CSS21/box.html#propdef-border-top-color,http://www.w3.org/TR/CSS21/box.html#border-color-properties 4c39d9d702af42a727575e876da6bcd673d24268 `Microsoft`<http://www.microsoft.com/> The 'border-top-color' set to #000000 renders the correct color.
|
|
border-top-color-003 reference/border-bottom-color-003-ref Border-top-color set to hex with six digits with the minimum plus one value, #010101 http://www.w3.org/TR/CSS21/box.html#propdef-border-top-color,http://www.w3.org/TR/CSS21/box.html#border-color-properties 322fcdd7530ced78c2621095a807e2eb6d1cacb3 `Microsoft`<http://www.microsoft.com/> The 'border-top-color' set to #010101 renders the correct color.
|
|
border-top-color-004 reference/border-bottom-color-004-ref Border-top-color set to hex with six digits with a nominal value #999999 http://www.w3.org/TR/CSS21/box.html#propdef-border-top-color,http://www.w3.org/TR/CSS21/box.html#border-color-properties 067e42e2d2190fe92e8b888b764e003b043c5d0d `Microsoft`<http://www.microsoft.com/> The 'border-top-color' set to #999999 renders the correct color.
|
|
border-top-color-005 reference/border-bottom-color-005-ref Border-top-color set to hex with six digits with the maximum minus one value of #fefefe http://www.w3.org/TR/CSS21/box.html#propdef-border-top-color,http://www.w3.org/TR/CSS21/box.html#border-color-properties 6c769fea5cc576097c0e92323a896915ded42076 `Microsoft`<http://www.microsoft.com/> The 'border-top-color' set to #fefefe renders the correct color for the border.
|
|
border-top-color-006 reference/border-bottom-color-006-ref Border-top-color set to hex with six digits with the maximum value of #ffffff http://www.w3.org/TR/CSS21/box.html#propdef-border-top-color,http://www.w3.org/TR/CSS21/box.html#border-color-properties 791af57e0cbc97ceaeb31d8b2e641914b72f7ee8 `Microsoft`<http://www.microsoft.com/> The 'border-top-color' set to #ffffff renders the correct color.
|
|
border-top-color-007 reference/ref-filled-black-96px-square Border-top-color set to hex with six digits with the maximum plus one value of #1000000 invalid http://www.w3.org/TR/CSS21/box.html#propdef-border-top-color,http://www.w3.org/TR/CSS21/box.html#border-color-properties bd60bdc8c82b28e2dadda1b6c4aed6729bf933e3 `Microsoft`<http://www.microsoft.com/> The 'border-top-color' set to #1000000 falls back to the initial value.
|
|
border-top-color-008 reference/ref-filled-black-96px-square Border-top-color set to hex with six digits with the maximum plus one value of #fgfgfg invalid http://www.w3.org/TR/CSS21/box.html#propdef-border-top-color,http://www.w3.org/TR/CSS21/box.html#border-color-properties af1fcb6d3102aef75a89e58d069037bfec1c0ec4 `Microsoft`<http://www.microsoft.com/> The 'border-top-color' set to #fgfgfg falls back to the initial value.
|
|
border-top-color-009 reference/border-bottom-color-009-ref Border-top-color set to hex with six digits with a red set to minimum plus one value, #010000 http://www.w3.org/TR/CSS21/box.html#propdef-border-top-color,http://www.w3.org/TR/CSS21/box.html#border-color-properties 34a792b3bfa0c5101b40a945447ee4883d54ccde `Microsoft`<http://www.microsoft.com/> The 'border-top-color' set to #010000 renders the correct color.
|
|
border-top-color-010 reference/border-bottom-color-010-ref Border-top-color set to hex with six digits with a red set to a nominal value, #990000 http://www.w3.org/TR/CSS21/box.html#propdef-border-top-color,http://www.w3.org/TR/CSS21/box.html#border-color-properties c427163e0c87d039c5c208ac926c855bf06f81ce `Microsoft`<http://www.microsoft.com/> The 'border-top-color' set to #990000 renders the correct color.
|
|
border-top-color-011 reference/border-bottom-color-011-ref Border-top-color set to hex with six digits with a red set to maximum minus one value, #fe0000 http://www.w3.org/TR/CSS21/box.html#propdef-border-top-color,http://www.w3.org/TR/CSS21/box.html#border-color-properties d5a6957b5dc090db1c04ec46c23c3bc97576ea92 `Microsoft`<http://www.microsoft.com/> The 'border-top-color' set to #fe0000 renders the correct color.
|
|
border-top-color-012 reference/border-bottom-color-012-ref Border-top-color set to hex with six digits with a red set to the maximum value, #ff0000 http://www.w3.org/TR/CSS21/box.html#propdef-border-top-color,http://www.w3.org/TR/CSS21/box.html#border-color-properties 0db7f6b3bff62db1491fdaefe0c96b12b06ab710 `Microsoft`<http://www.microsoft.com/> The 'border-top-color' set to #ff0000 renders the correct color.
|
|
border-top-color-013 reference/ref-filled-black-96px-square Border-top-color set to hex with six digits with a red set to the maximum plus one value, #fg0000 invalid http://www.w3.org/TR/CSS21/box.html#propdef-border-top-color,http://www.w3.org/TR/CSS21/box.html#border-color-properties 313972f43bf61eb5809feb354b2fac38e979a50a `Microsoft`<http://www.microsoft.com/> The 'border-top-color' set to #fg0000 falls back to the initial value.
|
|
border-top-color-014 reference/border-bottom-color-014-ref Border-top-color set to hex with six digits with a green set to minimum plus one value, #000100 http://www.w3.org/TR/CSS21/box.html#propdef-border-top-color,http://www.w3.org/TR/CSS21/box.html#border-color-properties 975fce45bf9fffca81e660964d570faa219280d0 `Microsoft`<http://www.microsoft.com/> The 'border-top-color' set to #000100 renders the correct color.
|
|
border-top-color-015 reference/border-bottom-color-015-ref Border-top-color set to hex with six digits with a green set to a nominal value, #009900 http://www.w3.org/TR/CSS21/box.html#propdef-border-top-color,http://www.w3.org/TR/CSS21/box.html#border-color-properties 083e38eae5951461dba3bab1b107989fb68dbd97 `Microsoft`<http://www.microsoft.com/> The 'border-top-color' set to #009900 renders the correct color.
|
|
border-top-color-016 reference/border-bottom-color-016-ref Border-top-color set to hex with six digits with a green set to maximum minus one value, #00fe00 http://www.w3.org/TR/CSS21/box.html#propdef-border-top-color,http://www.w3.org/TR/CSS21/box.html#border-color-properties a1d16f6ff7edcd19aa338552ed5ebaba80332825 `Microsoft`<http://www.microsoft.com/> The 'border-top-color' set to #00fe00 renders the correct color.
|
|
border-top-color-017 reference/border-bottom-color-017-ref Border-top-color set to hex with six digits with a green set to the maximum value, #00ff00 http://www.w3.org/TR/CSS21/box.html#propdef-border-top-color,http://www.w3.org/TR/CSS21/box.html#border-color-properties 839a6ae9f03c73144989c934d763cfa344405ae1 `Microsoft`<http://www.microsoft.com/> The 'border-top-color' set to #00ff00 renders the correct color.
|
|
border-top-color-018 reference/ref-filled-black-96px-square Border-top-color set to hex with six digits with a green set to the maximum plus one value, #00fg00 invalid http://www.w3.org/TR/CSS21/box.html#propdef-border-top-color,http://www.w3.org/TR/CSS21/box.html#border-color-properties 0e5041dd5b0eb40a9c08e7d8f5424360f75a85fd `Microsoft`<http://www.microsoft.com/> The 'border-top-color' set to #00fg00 falls back to the initial value.
|
|
border-top-color-019 reference/border-bottom-color-019-ref Border-top-color set to hex with six digits with a blue set to minimum plus one value, #000001 http://www.w3.org/TR/CSS21/box.html#propdef-border-top-color,http://www.w3.org/TR/CSS21/box.html#border-color-properties 0f9342311f5fa55633d96d5ff9be494df77de85b `Microsoft`<http://www.microsoft.com/> The 'border-top-color' set to #000001 renders the correct color.
|
|
border-top-color-020 reference/border-bottom-color-020-ref Border-top-color set to hex with six digits with a blue set to a nominal value, #000099 http://www.w3.org/TR/CSS21/box.html#propdef-border-top-color,http://www.w3.org/TR/CSS21/box.html#border-color-properties 87aa4503948644ad6f368524becd5665f2461066 `Microsoft`<http://www.microsoft.com/> The 'border-top-color' set to #000099 renders the correct color.
|
|
border-top-color-021 reference/border-bottom-color-021-ref Border-top-color set to hex with six digits with a blue set to maximum minus one value, #0000fe http://www.w3.org/TR/CSS21/box.html#propdef-border-top-color,http://www.w3.org/TR/CSS21/box.html#border-color-properties cae19a1021d456544fe3004ad5d1f609936b0135 `Microsoft`<http://www.microsoft.com/> The 'border-top-color' set to #0000fe renders the correct color.
|
|
border-top-color-022 reference/border-bottom-color-022-ref Border-top-color set to hex with six digits with a blue set to the maximum value, #0000ff http://www.w3.org/TR/CSS21/box.html#propdef-border-top-color,http://www.w3.org/TR/CSS21/box.html#border-color-properties 3f5666043cd879a0e2836c125916e5a1417f59bf `Microsoft`<http://www.microsoft.com/> The 'border-top-color' set to #0000ff renders the correct color.
|
|
border-top-color-023 reference/ref-filled-black-96px-square Border-top-color set to hex with six digits with a blue set to the maximum plus one value, #0000fg invalid http://www.w3.org/TR/CSS21/box.html#propdef-border-top-color,http://www.w3.org/TR/CSS21/box.html#border-color-properties d2f5f0bb63f0d510c5974f7e3e93ae9c1065674b `Microsoft`<http://www.microsoft.com/> The 'border-top-color' set to #0000fg falls back to the initial value.
|
|
border-top-color-024 reference/ref-filled-black-96px-square Border-top-color set to hex with 2 digits which is invalid and is equivalent to minimum minus one value for 3 digit hex invalid http://www.w3.org/TR/CSS21/box.html#propdef-border-top-color,http://www.w3.org/TR/CSS21/box.html#border-color-properties 158d9a6027248d3155f8f50fb05a2d2f0c845894 `Microsoft`<http://www.microsoft.com/> The 'border-top-color' set to #00 falls back to the initial value.
|
|
border-top-color-025 reference/border-bottom-color-001-ref Border-top-color set to hex with three digits with the minimum possible value #000 http://www.w3.org/TR/CSS21/box.html#propdef-border-top-color,http://www.w3.org/TR/CSS21/box.html#border-color-properties c1754b336b84b0fbacdfc5a19a65390fc3fee72f `Microsoft`<http://www.microsoft.com/> The 'border-top-color' set to #000 renders the correct color.
|
|
border-top-color-026 reference/border-bottom-color-026-ref Border-top-color set to hex with three digits with the minimum plus one value, #111 http://www.w3.org/TR/CSS21/box.html#propdef-border-top-color,http://www.w3.org/TR/CSS21/box.html#border-color-properties 5f29373e92d934992921e27e99ad88c9e3cfd4a0 `Microsoft`<http://www.microsoft.com/> The 'border-top-color' set to #111 renders the correct color.
|
|
border-top-color-027 reference/border-bottom-color-027-ref Border-top-color set to hex with three digits with a nominal value #999 http://www.w3.org/TR/CSS21/box.html#propdef-border-top-color,http://www.w3.org/TR/CSS21/box.html#border-color-properties 040d6b7c7ab5d6609a2d3002e2c976109d0edf3a `Microsoft`<http://www.microsoft.com/> The 'border-top-color' set to #999 renders the correct color.
|
|
border-top-color-028 reference/border-bottom-color-028-ref Border-top-color set to hex with three digits with the maximum minus one value of #eee http://www.w3.org/TR/CSS21/box.html#propdef-border-top-color,http://www.w3.org/TR/CSS21/box.html#border-color-properties 523d70858255e37045bf408d0730b262a79be10a `Microsoft`<http://www.microsoft.com/> The 'border-top-color' set to #eee renders the correct color.
|
|
border-top-color-029 reference/border-bottom-color-006-ref Border-top-color set to hex with three digits with the maximum value of #fff http://www.w3.org/TR/CSS21/box.html#propdef-border-top-color,http://www.w3.org/TR/CSS21/box.html#border-color-properties 20fab6bfb90db52678387b0ce1e60dd9371c8202 `Microsoft`<http://www.microsoft.com/> The 'border-top-color' set to #fff renders the correct color.
|
|
border-top-color-030 reference/ref-filled-black-96px-square Border-top-color set to hex with three digits with the maximum plus one value of #1000 invalid http://www.w3.org/TR/CSS21/box.html#propdef-border-top-color,http://www.w3.org/TR/CSS21/box.html#border-color-properties 3feabfb24626f700f8a131625c2741e5a7def8b3 `Microsoft`<http://www.microsoft.com/> The 'border-top-color' set to #1000 falls back to the initial value.
|
|
border-top-color-031 reference/ref-filled-black-96px-square Border-top-color set to hex with three digits with the maximum plus one value of #ggg invalid http://www.w3.org/TR/CSS21/box.html#propdef-border-top-color,http://www.w3.org/TR/CSS21/box.html#border-color-properties 7695580c3d72e8471833983c8e6653764e6a304d `Microsoft`<http://www.microsoft.com/> The 'border-top-color' set to #ggg falls back to the initial value.
|
|
border-top-color-032 reference/border-bottom-color-032-ref Border-top-color set to hex with three digits with a red set to minimum plus one value, #100 http://www.w3.org/TR/CSS21/box.html#propdef-border-top-color,http://www.w3.org/TR/CSS21/box.html#border-color-properties bd08af326a6d8abb7b75b92a268854e048ef8b4b `Microsoft`<http://www.microsoft.com/> The 'border-top-color' set to #100 renders the correct color.
|
|
border-top-color-033 reference/border-bottom-color-010-ref Border-top-color set to hex with three digits with a red set to a nominal value, #900 http://www.w3.org/TR/CSS21/box.html#propdef-border-top-color,http://www.w3.org/TR/CSS21/box.html#border-color-properties 774e474dcf7668f9b21780f168bb6c6c68472987 `Microsoft`<http://www.microsoft.com/> The 'border-top-color' set to #900 renders the correct color.
|
|
border-top-color-034 reference/border-bottom-color-034-ref Border-top-color set to hex with three digits with a red set to maximum minus one value, #e00 http://www.w3.org/TR/CSS21/box.html#propdef-border-top-color,http://www.w3.org/TR/CSS21/box.html#border-color-properties 1772cea2c63664da4c6958f1516ed5070ebce210 `Microsoft`<http://www.microsoft.com/> The 'border-top-color' set to #e00 renders the correct color.
|
|
border-top-color-035 reference/border-bottom-color-012-ref Border-top-color set to hex with three digits with a red set to the maximum value, #f00 http://www.w3.org/TR/CSS21/box.html#propdef-border-top-color,http://www.w3.org/TR/CSS21/box.html#border-color-properties 3032ac1d24de536f584dfe9baa3e300fe88f0907 `Microsoft`<http://www.microsoft.com/> The 'border-top-color' set to #f00 renders the correct color.
|
|
border-top-color-036 reference/ref-filled-black-96px-square Border-top-color set to hex with three digits with a red set to the maximum plus one value, #g00 invalid http://www.w3.org/TR/CSS21/box.html#propdef-border-top-color,http://www.w3.org/TR/CSS21/box.html#border-color-properties 7862906c844e897ced49c587403e2cdd4b874432 `Microsoft`<http://www.microsoft.com/> The 'border-top-color' set to #g00 falls back to the initial value.
|
|
border-top-color-037 reference/border-bottom-color-037-ref Border-top-color set to hex with three digits with a green set to minimum plus one value, #010 http://www.w3.org/TR/CSS21/box.html#propdef-border-top-color,http://www.w3.org/TR/CSS21/box.html#border-color-properties 2093d15a43f3a483aeaa2312b286df64e57b9d7c `Microsoft`<http://www.microsoft.com/> The 'border-top-color' set to #010 renders the correct color.
|
|
border-top-color-038 reference/border-bottom-color-038-ref Border-top-color set to hex with three digits with a green set to a nominal value, #090 http://www.w3.org/TR/CSS21/box.html#propdef-border-top-color,http://www.w3.org/TR/CSS21/box.html#border-color-properties 592da23f5a5edfb6d58a65f7b1956cc409bc0c5f `Microsoft`<http://www.microsoft.com/> The 'border-top-color' set to #090 renders the correct color.
|
|
border-top-color-039 reference/border-bottom-color-039-ref Border-top-color set to hex with three digits with a green set to maximum minus one value, #0e0 http://www.w3.org/TR/CSS21/box.html#propdef-border-top-color,http://www.w3.org/TR/CSS21/box.html#border-color-properties 53b00b7e92624c31d935ab4105e8b15f41e3b304 `Microsoft`<http://www.microsoft.com/> The 'border-top-color' set to #0e0 renders the correct color.
|
|
border-top-color-040 reference/border-bottom-color-017-ref Border-top-color set to hex with three digits with a green set to the maximum value, #0f0 http://www.w3.org/TR/CSS21/box.html#propdef-border-top-color,http://www.w3.org/TR/CSS21/box.html#border-color-properties 3f7bf5f7bce404b30e11f4e02a6a1ac9b651a872 `Microsoft`<http://www.microsoft.com/> The 'border-top-color' set to #0f0 renders the correct color.
|
|
border-top-color-041 reference/ref-filled-black-96px-square Border-top-color set to hex with three digits with a green set to the maximum plus one value, #0g0 invalid http://www.w3.org/TR/CSS21/box.html#propdef-border-top-color,http://www.w3.org/TR/CSS21/box.html#border-color-properties 7e657e5f38ab214a835ec954fe8d26379f958ba2 `Microsoft`<http://www.microsoft.com/> The 'border-top-color' set to #0g0 falls back to the initial value.
|
|
border-top-color-042 reference/border-bottom-color-042-ref Border-top-color set to hex with three digits with a blue set to minimum plus one value, #001 http://www.w3.org/TR/CSS21/box.html#propdef-border-top-color,http://www.w3.org/TR/CSS21/box.html#border-color-properties a983ea02f2be8c1495c993a1f1580017fda71f72 `Microsoft`<http://www.microsoft.com/> The 'border-top-color' set to #001 renders the correct color.
|
|
border-top-color-043 reference/border-bottom-color-020-ref Border-top-color set to hex with three digits with a blue set to a nominal value, #009 http://www.w3.org/TR/CSS21/box.html#propdef-border-top-color,http://www.w3.org/TR/CSS21/box.html#border-color-properties 9f1ddc21335dc07fdd0dd2d7fbd2e0104e2dc79e `Microsoft`<http://www.microsoft.com/> The 'border-top-color' set to #009 renders the correct color.
|
|
border-top-color-044 reference/border-bottom-color-044-ref Border-top-color set to hex with three digits with a blue set to maximum minus one value, #00e http://www.w3.org/TR/CSS21/box.html#propdef-border-top-color,http://www.w3.org/TR/CSS21/box.html#border-color-properties 3d533c4feaf47554dba3435c98f6578ead59a081 `Microsoft`<http://www.microsoft.com/> The 'border-top-color' set to #00e renders the correct color.
|
|
border-top-color-045 reference/border-bottom-color-022-ref Border-top-color set to hex with three digits with a blue set to the maximum value, #00f http://www.w3.org/TR/CSS21/box.html#propdef-border-top-color,http://www.w3.org/TR/CSS21/box.html#border-color-properties 520a9714b5be39a94661914ce790f939d827e06e `Microsoft`<http://www.microsoft.com/> The 'border-top-color' set to #00f renders the correct color.
|
|
border-top-color-046 reference/ref-filled-black-96px-square Border-top-color set to hex with three digits with a blue set to the maximum plus one value, #00g invalid http://www.w3.org/TR/CSS21/box.html#propdef-border-top-color,http://www.w3.org/TR/CSS21/box.html#border-color-properties 7528ca0890ce89c678de4dbaea552a3ead2008fa `Microsoft`<http://www.microsoft.com/> The 'border-top-color' set to #00g falls back to the initial value.
|
|
border-top-color-047 reference/border-bottom-color-001-ref Border-top-color set to rgb() using percentages with the minimum minus one value, rgb(-1%, -1%, -1%) invalid http://www.w3.org/TR/CSS21/box.html#propdef-border-top-color,http://www.w3.org/TR/CSS21/box.html#border-color-properties f2abb2f3c170ae9320dccb070775323d6d2cfa6e `Microsoft`<http://www.microsoft.com/> The 'border-top-color' set to rgb(-1%, -1%, -1%) truncates to a valid value.
|
|
border-top-color-048 reference/border-bottom-color-001-ref Border-top-color set to rgb() using percentages with the minimum value, rgb(0%, 0%, 0%) http://www.w3.org/TR/CSS21/box.html#propdef-border-top-color,http://www.w3.org/TR/CSS21/box.html#border-color-properties 73cb69f152372d1aa9e24e2d022b7508e4b0353a `Microsoft`<http://www.microsoft.com/> The 'border-top-color' set to rgb(0%, 0%, 0%) renders the correct color.
|
|
border-top-color-049 reference/border-bottom-color-049-ref Border-top-color set to rgb() using percentages with the minimum plus one value, rgb(1%, 1%, 1%) http://www.w3.org/TR/CSS21/box.html#propdef-border-top-color,http://www.w3.org/TR/CSS21/box.html#border-color-properties dc09fcfce1032f682e44131669630827af31602d `Microsoft`<http://www.microsoft.com/>,`Rebecca Hauck`<rhauck@adobe.com> The 'border-top-color' set to rgb(1%, 1%, 1%) renders the correct color.
|
|
border-top-color-050 reference/border-bottom-color-001-ref Border-top-color set to rgb() using percentages with the minimum value and minus sign, rgb(-0%, -0%, -0%) http://www.w3.org/TR/CSS21/box.html#propdef-border-top-color,http://www.w3.org/TR/CSS21/box.html#border-color-properties e44df897bf5288a3f2732e61754aabd0548b227e `Microsoft`<http://www.microsoft.com/> The 'border-top-color' set to rgb(-0%, -0%, -0%) renders the correct color.
|
|
border-top-color-051 reference/border-bottom-color-001-ref Border-top-color set to rgb() using percentages with the minimum value and plus sign, rgb(+0%, +0%, +0%) http://www.w3.org/TR/CSS21/box.html#propdef-border-top-color,http://www.w3.org/TR/CSS21/box.html#border-color-properties 6e3fa4708b47cd1444e9b3f39f05c783a574cbfe `Microsoft`<http://www.microsoft.com/> The 'border-top-color' set to rgb(+0%, +0%, +0%) renders the correct color.
|
|
border-top-color-052 reference/border-bottom-color-052-ref Border-top-color set to rgb() using percentages with a nominal value, rgb(40%, 40%, 40%) http://www.w3.org/TR/CSS21/box.html#propdef-border-top-color,http://www.w3.org/TR/CSS21/box.html#border-color-properties 8063e1bcc24faffdd4753cf5a1c1da2845bffa92 `Microsoft`<http://www.microsoft.com/>,`Rebecca Hauck`<rhauck@adobe.com> The 'border-top-color' set to rgb(40%, 40%, 40%) renders the correct color.
|
|
border-top-color-053 reference/border-bottom-color-052-ref Border-top-color set to rgb() using percentages with a nominal value and a plus sign, rgb(+40%, +40%, +40%) http://www.w3.org/TR/CSS21/box.html#propdef-border-top-color,http://www.w3.org/TR/CSS21/box.html#border-color-properties 4cddb02ff412446a6b98e62d493351497ca091d1 `Microsoft`<http://www.microsoft.com/>,`Rebecca Hauck`<rhauck@adobe.com> The 'border-top-color' set to rgb(+40%, +40%, +40%) renders the correct color.
|
|
border-top-color-054 reference/border-bottom-color-054-ref Border-top-color set to rgb() using percentages with a maximum minus one value, rgb(99%, 99%, 99%) http://www.w3.org/TR/CSS21/box.html#propdef-border-top-color,http://www.w3.org/TR/CSS21/box.html#border-color-properties cc4174b1cea12fefb73df6a904a9a4b2621b82c2 `Microsoft`<http://www.microsoft.com/>,`Rebecca Hauck`<rhauck@adobe.com> The 'border-top-color' set to rgb(99%, 99%, 99%) renders the correct color.
|
|
border-top-color-055 reference/border-bottom-color-006-ref Border-top-color set to rgb() using percentages with a maximum value, rgb(100%, 100%, 100%) http://www.w3.org/TR/CSS21/box.html#propdef-border-top-color,http://www.w3.org/TR/CSS21/box.html#border-color-properties ce534eb609bd5fcabfa5cc882372ddf3b8616136 `Microsoft`<http://www.microsoft.com/> The 'border-top-color' set to rgb(100%, 100%, 100%) renders the correct color.
|
|
border-top-color-056 reference/border-bottom-color-006-ref Border-top-color set to rgb() using percentages with plus sign on each maximum value, rgb(+100%, +100%, +100%) http://www.w3.org/TR/CSS21/box.html#propdef-border-top-color,http://www.w3.org/TR/CSS21/box.html#border-color-properties 8a1707d3d387a0641eafa3973b589d47a19b74b8 `Microsoft`<http://www.microsoft.com/> The 'border-top-color' set to rgb(+100%, +100%, +100%) renders the correct color.
|
|
border-top-color-057 reference/border-bottom-color-006-ref Border-top-color set to rgb() using percentages with a maximum plus one value, rgb(101%, 101%, 101%) invalid http://www.w3.org/TR/CSS21/box.html#propdef-border-top-color,http://www.w3.org/TR/CSS21/box.html#border-color-properties 22057af8811e60beca07ddc3c70cc0c0efa157d6 `Microsoft`<http://www.microsoft.com/> The 'border-top-color' set to rgb(101%, 101%, 101%) truncates to a valid value.
|
|
border-top-color-058 reference/border-bottom-color-001-ref Border-top-color set to rgb() using integers with the minimum minus one value, rgb(-1, -1, -1) invalid http://www.w3.org/TR/CSS21/box.html#propdef-border-top-color,http://www.w3.org/TR/CSS21/box.html#border-color-properties a66aaccd48b9e2414901923b1d64ba355cfbd1da `Microsoft`<http://www.microsoft.com/> The 'border-top-color' set to rgb(-1, -1, -1) truncates to a valid value.
|
|
border-top-color-059 reference/border-bottom-color-001-ref Border-top-color set to rgb() using integers with the minimum value, rgb(0, 0, 0) http://www.w3.org/TR/CSS21/box.html#propdef-border-top-color,http://www.w3.org/TR/CSS21/box.html#border-color-properties 3d90fc94eab5e88ce862cfa521e6b5cac605bc8a `Microsoft`<http://www.microsoft.com/> The 'border-top-color' set to rgb(0, 0, 0) renders the correct color.
|
|
border-top-color-060 reference/border-bottom-color-003-ref Border-top-color set to rgb() using integers with the minimum plus one value, rgb(1, 1, 1) http://www.w3.org/TR/CSS21/box.html#propdef-border-top-color,http://www.w3.org/TR/CSS21/box.html#border-color-properties eaf6f7596ece749eba427b86318efebb21dd4488 `Microsoft`<http://www.microsoft.com/> The 'border-top-color' set to rgb(1, 1, 1) renders the correct color.
|
|
border-top-color-061 reference/border-bottom-color-001-ref Border-top-color set to rgb() using integers with the minimum value and minus sign, rgb(-0, -0, -0) http://www.w3.org/TR/CSS21/box.html#propdef-border-top-color,http://www.w3.org/TR/CSS21/box.html#border-color-properties d9729e682734cc592641deedeb3677657beeae06 `Microsoft`<http://www.microsoft.com/> The 'border-top-color' set to rgb(-0, -0, -0) renders the correct color.
|
|
border-top-color-062 reference/border-bottom-color-001-ref Border-top-color set to rgb() using integers with the minimum value and plus sign, rgb(+0, +0, +0) http://www.w3.org/TR/CSS21/box.html#propdef-border-top-color,http://www.w3.org/TR/CSS21/box.html#border-color-properties 3c70ebbd229fc3cb77139176947c4f944c930ded `Microsoft`<http://www.microsoft.com/> The 'border-top-color' set to rgb(+0, +0, +0) renders the correct color.
|
|
border-top-color-063 reference/border-bottom-color-063-ref Border-top-color set to rgb() using integers with a nominal value, rgb(128, 128, 128) http://www.w3.org/TR/CSS21/box.html#propdef-border-top-color,http://www.w3.org/TR/CSS21/box.html#border-color-properties 7a43a22422756a64f80c1e30bfe4fdabbea57fc9 `Microsoft`<http://www.microsoft.com/> The 'border-top-color' set to rgb(128, 128, 128) renders the correct color.
|
|
border-top-color-064 reference/border-bottom-color-063-ref Border-top-color set to rgb() using integers with a nominal value and a plus sign, rgb(+128, +128, +128) http://www.w3.org/TR/CSS21/box.html#propdef-border-top-color,http://www.w3.org/TR/CSS21/box.html#border-color-properties cc67fc74d6650686d7d2c580b7e7e210dc738ee4 `Microsoft`<http://www.microsoft.com/> The 'border-top-color' set to rgb(+128, +128, +128) renders the correct color.
|
|
border-top-color-065 reference/border-bottom-color-005-ref Border-top-color set to rgb() using integers with a maximum minus one value, rgb(254, 254, 254) http://www.w3.org/TR/CSS21/box.html#propdef-border-top-color,http://www.w3.org/TR/CSS21/box.html#border-color-properties 7e1b83c67d1c6f3ca762d3a030b0bba00c6b9dd3 `Microsoft`<http://www.microsoft.com/> The 'border-top-color' set to rgb(254, 254, 254) renders the correct color.
|
|
border-top-color-066 reference/border-bottom-color-006-ref Border-top-color set to rgb() using integers with a maximum value, rgb(255, 255, 255) http://www.w3.org/TR/CSS21/box.html#propdef-border-top-color,http://www.w3.org/TR/CSS21/box.html#border-color-properties 1c3aa2dbd8e297f0ba6bd7c1b08ef857d71a8565 `Microsoft`<http://www.microsoft.com/> The 'border-top-color' set to rgb(255, 255, 255) renders the correct color.
|
|
border-top-color-067 reference/border-bottom-color-006-ref Border-top-color set to rgb() using integers with a maximum value and a plus sign, rgb(+255, +255, +255) http://www.w3.org/TR/CSS21/box.html#propdef-border-top-color,http://www.w3.org/TR/CSS21/box.html#border-color-properties 9737615943782e06c19c0b4d4290069156d79de7 `Microsoft`<http://www.microsoft.com/> The 'border-top-color' set to rgb(+255, +255, +255) renders the correct color.
|
|
border-top-color-068 reference/border-bottom-color-006-ref Border-top-color set to rgb() using integers with a maximum plus one value, rgb(256, 256, 256) invalid http://www.w3.org/TR/CSS21/box.html#propdef-border-top-color,http://www.w3.org/TR/CSS21/box.html#border-color-properties 0cecee7fe401528793c3a6a9e295968d3e91738a `Microsoft`<http://www.microsoft.com/> The 'border-top-color' set to rgb(256, 256, 256) truncates to a valid value.
|
|
border-top-color-069 reference/border-bottom-color-001-ref Border-top-color set to rgb() using percentages with red set to the minimum minus one value, rgb(-1%, 0%, 0%) invalid http://www.w3.org/TR/CSS21/box.html#propdef-border-top-color,http://www.w3.org/TR/CSS21/box.html#border-color-properties 3fede2bc46bc08c4f14f7b6ba3e89a07ccf1d0bd `Microsoft`<http://www.microsoft.com/> The 'border-top-color' set to rgb(-1%, 0%, 0%) falls back to the initial value.
|
|
border-top-color-070 reference/border-bottom-color-070-ref Border-top-color set to rgb() using percentages with red set to the minimum plus one value, rgb(1%, 0%, 0%) http://www.w3.org/TR/CSS21/box.html#propdef-border-top-color,http://www.w3.org/TR/CSS21/box.html#border-color-properties 2cd8b4eda93775511167f1d628bd661aec5a4e9a `Microsoft`<http://www.microsoft.com/>,`Rebecca Hauck`<rhauck@adobe.com> The 'border-top-color' set to rgb(1%, 0%, 0%) renders the correct color.
|
|
border-top-color-071 reference/border-bottom-color-001-ref Border-top-color set to rgb() using percentages with red set to the minimum value and minus sign, rgb(-0%, 0%, 0%) http://www.w3.org/TR/CSS21/box.html#propdef-border-top-color,http://www.w3.org/TR/CSS21/box.html#border-color-properties 80f192b170985c84e0e43888769196a22c145552 `Microsoft`<http://www.microsoft.com/> The 'border-top-color' set to rgb(-0%, 0%, 0%) renders the correct color.
|
|
border-top-color-072 reference/border-bottom-color-001-ref Border-top-color set to rgb() using percentages with red set to the minimum value and plus sign, rgb(+0%, 0%, 0%) http://www.w3.org/TR/CSS21/box.html#propdef-border-top-color,http://www.w3.org/TR/CSS21/box.html#border-color-properties d9cc25b493e44c40785e5c07d7ef38058f5acc0a `Microsoft`<http://www.microsoft.com/> The 'border-top-color' set to rgb(+0%, 0%, 0%) renders the correct color.
|
|
border-top-color-073 reference/border-bottom-color-073-ref Border-top-color set to rgb() using percentages with red set to a nominal value, rgb(40%, 0%, 0%) http://www.w3.org/TR/CSS21/box.html#propdef-border-top-color,http://www.w3.org/TR/CSS21/box.html#border-color-properties c4d15856c75d036c8feadba4dab0e78b603cda59 `Microsoft`<http://www.microsoft.com/>,`Rebecca Hauck`<rhauck@adobe.com> The 'border-top-color' set to rgb(40%, 0%, 0%) renders the correct color.
|
|
border-top-color-074 reference/border-bottom-color-073-ref Border-top-color set to rgb() using percentages with red set to a nominal value with a plus sign, rgb(+40%, 0%, 0%) http://www.w3.org/TR/CSS21/box.html#propdef-border-top-color,http://www.w3.org/TR/CSS21/box.html#border-color-properties f5cbf9448ad102f0f098a3b948bcae29fee2eca9 `Microsoft`<http://www.microsoft.com/>,`Rebecca Hauck`<rhauck@adobe.com> The 'border-top-color' set to rgb(+40%, 0%, 0%) renders the correct color.
|
|
border-top-color-075 reference/border-bottom-color-075-ref Border-top-color set to rgb() using percentages with red set to a maximum minus one value, rgb(99%, 0%, 0%) http://www.w3.org/TR/CSS21/box.html#propdef-border-top-color,http://www.w3.org/TR/CSS21/box.html#border-color-properties 95a3565d6b982debb11d14d64895b47f1a5dd19c `Microsoft`<http://www.microsoft.com/>,`Rebecca Hauck`<rhauck@adobe.com> The 'border-top-color' set to rgb(99%, 0%, 0%) renders the correct color.
|
|
border-top-color-076 reference/border-bottom-color-012-ref Border-top-color set to rgb() using percentages with red set to a maximum value, rgb(100%, 0%, 0%) http://www.w3.org/TR/CSS21/box.html#propdef-border-top-color,http://www.w3.org/TR/CSS21/box.html#border-color-properties fafc64930710425e55f323d3800bc7d871dd82ae `Microsoft`<http://www.microsoft.com/> The 'border-top-color' set to rgb(100%, 0%, 0%) renders the correct color.
|
|
border-top-color-077 reference/border-bottom-color-012-ref Border-top-color set to rgb() using percentages with red set to a maximum value with a plus sign, rgb(+100%, 0%, 0%) http://www.w3.org/TR/CSS21/box.html#propdef-border-top-color,http://www.w3.org/TR/CSS21/box.html#border-color-properties 34bea80caa80ab34f83c20cda93102e80bffc302 `Microsoft`<http://www.microsoft.com/> The 'border-top-color' set to rgb(+100%, 0%, 0%) renders the correct color.
|
|
border-top-color-078 reference/border-bottom-color-012-ref Border-top-color set to rgb() using percentages with red set to a maximum plus one value, rgb(101%, 0%, 0%) invalid http://www.w3.org/TR/CSS21/box.html#propdef-border-top-color,http://www.w3.org/TR/CSS21/box.html#border-color-properties db600f53e95f6901fe64b204c0e063c8aa856f75 `Microsoft`<http://www.microsoft.com/> The 'border-top-color' set to rgb(101%, 0%, 0%) truncates to a valid value.
|
|
border-top-color-079 reference/border-bottom-color-001-ref Border-top-color set to rgb() using integers with red set to the minimum minus one value, rgb(-1, 0, 0) invalid http://www.w3.org/TR/CSS21/box.html#propdef-border-top-color,http://www.w3.org/TR/CSS21/box.html#border-color-properties 7818fa78bd5d0562266f5dfdc21474992c849965 `Microsoft`<http://www.microsoft.com/> The 'border-top-color' set to rgb(-1, 0, 0) truncates to a valid value.
|
|
border-top-color-080 reference/border-bottom-color-009-ref Border-top-color set to rgb() using integers with red set to the minimum plus one value, rgb(1, 0, 0) http://www.w3.org/TR/CSS21/box.html#propdef-border-top-color,http://www.w3.org/TR/CSS21/box.html#border-color-properties 1aabcb8b1b7b67e1f2948442a01da40bb84079f5 `Microsoft`<http://www.microsoft.com/> The 'border-top-color' set to rgb(1, 0, 0) renders the correct color.
|
|
border-top-color-081 reference/border-bottom-color-001-ref Border-top-color set to rgb() using integers with red set to the minimum value with a minus sign, rgb(-0, 0, 0) http://www.w3.org/TR/CSS21/box.html#propdef-border-top-color,http://www.w3.org/TR/CSS21/box.html#border-color-properties e8e32c306a68940dcd2995922076f7e07470d10a `Microsoft`<http://www.microsoft.com/> The 'border-top-color' set to rgb(-0, 0, 0) renders the correct color.
|
|
border-top-color-082 reference/border-bottom-color-001-ref Border-top-color set to rgb() using integers with red set to the minimum value with a plus sign, rgb(+0, 0, 0) http://www.w3.org/TR/CSS21/box.html#propdef-border-top-color,http://www.w3.org/TR/CSS21/box.html#border-color-properties 371c98c16c7400af22970570a5dd3d2067761f5e `Microsoft`<http://www.microsoft.com/> The 'border-top-color' set to rgb(+0, 0, 0) renders the correct color.
|
|
border-top-color-083 reference/border-bottom-color-083-ref Border-top-color set to rgb() using integers with red set to a nominal value, rgb(128, 0, 0) http://www.w3.org/TR/CSS21/box.html#propdef-border-top-color,http://www.w3.org/TR/CSS21/box.html#border-color-properties 67a938e1bc8097df405984e90e3e8f6accc087d9 `Microsoft`<http://www.microsoft.com/> The 'border-top-color' set to rgb(128, 0, 0) renders the correct color.
|
|
border-top-color-084 reference/border-bottom-color-083-ref Border-top-color set to rgb() using integers with red set to a nominal value with a plus sign, rgb(+128, 0, 0) http://www.w3.org/TR/CSS21/box.html#propdef-border-top-color,http://www.w3.org/TR/CSS21/box.html#border-color-properties a0ed7a49ec190a59fa97c4d90817a9e91bbbd4e3 `Microsoft`<http://www.microsoft.com/> The 'border-top-color' set to rgb(+128, 0, 0) renders the correct color.
|
|
border-top-color-085 reference/border-bottom-color-011-ref Border-top-color set to rgb() using integers with red set to a maximum minus one value, rgb(254, 0, 0) http://www.w3.org/TR/CSS21/box.html#propdef-border-top-color,http://www.w3.org/TR/CSS21/box.html#border-color-properties e902c7979a0c6f185e202731fbe404b4b248ab8f `Microsoft`<http://www.microsoft.com/> The 'border-top-color' set to rgb(254, 0, 0) renders the correct color.
|
|
border-top-color-086 reference/border-bottom-color-012-ref Border-top-color set to rgb() using integers with red set to a maximum value, rgb(255, 0, 0) http://www.w3.org/TR/CSS21/box.html#propdef-border-top-color,http://www.w3.org/TR/CSS21/box.html#border-color-properties b64f38c02a4699306a1d5918c2f6dbc7cb9fea3b `Microsoft`<http://www.microsoft.com/> The 'border-top-color' set to rgb(255, 0, 0) renders the correct color.
|
|
border-top-color-087 reference/border-bottom-color-012-ref Border-top-color set to rgb() using integers with red set to a maximum value with a plus sign, rgb(+255, 0, 0) http://www.w3.org/TR/CSS21/box.html#propdef-border-top-color,http://www.w3.org/TR/CSS21/box.html#border-color-properties 997425be19c534b80594ea643ddbd9ab40554b94 `Microsoft`<http://www.microsoft.com/> The 'border-top-color' set to rgb(+255, 0, 0) renders the correct color.
|
|
border-top-color-088 reference/border-bottom-color-012-ref Border-top-color set to rgb() using integers with red set to a maximum plus one value, rgb(256, 0, 0) invalid http://www.w3.org/TR/CSS21/box.html#propdef-border-top-color,http://www.w3.org/TR/CSS21/box.html#border-color-properties fbddc0a1a423965d66e8ae96cbcd51663ad0fa87 `Microsoft`<http://www.microsoft.com/> The 'border-top-color' set to rgb(256, 0, 0) truncates to a valid value.
|
|
border-top-color-089 reference/border-bottom-color-001-ref Border-top-color set to rgb() using percentages with green set to the minimum minus one value, rgb(0%, -1%, 0%) invalid http://www.w3.org/TR/CSS21/box.html#propdef-border-top-color,http://www.w3.org/TR/CSS21/box.html#border-color-properties 33eb25543defc21de0eb90da6ded68097c0b5c10 `Microsoft`<http://www.microsoft.com/> The 'border-top-color' set to rgb(0%, -1%, 0%) truncates to a valid value.
|
|
border-top-color-090 reference/border-bottom-color-090-ref Border-top-color set to rgb() using percentages with green set to the minimum plus one value, rgb(0%, 1%, 0%) http://www.w3.org/TR/CSS21/box.html#propdef-border-top-color,http://www.w3.org/TR/CSS21/box.html#border-color-properties 2b2e16304ec518f58e6978d445b22bb61292e66f `Microsoft`<http://www.microsoft.com/>,`Rebecca Hauck`<rhauck@adobe.com> The 'border-top-color' set to rgb(0%, 1%, 0%) renders the correct color.
|
|
border-top-color-091 reference/border-bottom-color-001-ref Border-top-color set to rgb() using percentages with green set to the minimum value and minus sign, rgb(0%, -0%, 0%) http://www.w3.org/TR/CSS21/box.html#propdef-border-top-color,http://www.w3.org/TR/CSS21/box.html#border-color-properties 07c4028c1fdeaa11f0657e51cb40fd1ca6960fda `Microsoft`<http://www.microsoft.com/> The 'border-top-color' set to rgb(0%, -0%, 0%) renders the correct color.
|
|
border-top-color-092 reference/border-bottom-color-001-ref Border-top-color set to rgb() using percentages with green set to the minimum value and plus sign, rgb(0%, +0%, 0%) http://www.w3.org/TR/CSS21/box.html#propdef-border-top-color,http://www.w3.org/TR/CSS21/box.html#border-color-properties d01a5df05c3867976f3caa74d1e2b61fda3a1bfb `Microsoft`<http://www.microsoft.com/> The 'border-top-color' set to rgb(0%, +0%, 0%) renders the correct color.
|
|
border-top-color-093 reference/border-bottom-color-093-ref Border-top-color set to rgb() using percentages with green set to a nominal value, rgb(0%, 40%, 0%) http://www.w3.org/TR/CSS21/box.html#propdef-border-top-color,http://www.w3.org/TR/CSS21/box.html#border-color-properties 572401a68b125eb3af55f147aa2ea81b2123c150 `Microsoft`<http://www.microsoft.com/>,`Rebecca Hauck`<rhauck@adobe.com> The 'border-top-color' set to rgb(0%, 40%, 0%) renders the correct color.
|
|
border-top-color-094 reference/border-bottom-color-093-ref Border-top-color set to rgb() using percentages with green set to a nominal value with a plus sign, rgb(0%, +40%, 0%) http://www.w3.org/TR/CSS21/box.html#propdef-border-top-color,http://www.w3.org/TR/CSS21/box.html#border-color-properties 977992d6955ca63a4c80cf35fa2763a5b0dd2d4e `Microsoft`<http://www.microsoft.com/>,`Rebecca Hauck`<rhauck@adobe.com> The 'border-top-color' set to rgb(0%, +40%, 0%) renders the correct color.
|
|
border-top-color-095 reference/border-bottom-color-095-ref Border-top-color set to rgb() using percentages with green set to a maximum minus one value, rgb(0%, 99%, 0%) http://www.w3.org/TR/CSS21/box.html#propdef-border-top-color,http://www.w3.org/TR/CSS21/box.html#border-color-properties d38c2c3ceda8722026334b185ac60f920933c26f `Microsoft`<http://www.microsoft.com/>,`Rebecca Hauck`<rhauck@adobe.com> The 'border-top-color' set to rgb(0%, 99%, 0%) renders the correct color.
|
|
border-top-color-096 reference/border-bottom-color-017-ref Border-top-color set to rgb() using percentages with green set to a maximum value, rgb(0%, 100%, 0%) http://www.w3.org/TR/CSS21/box.html#propdef-border-top-color,http://www.w3.org/TR/CSS21/box.html#border-color-properties 5f1d757367f95c9289a73038ac2cb98e111c600c `Microsoft`<http://www.microsoft.com/> The 'border-top-color' set to rgb(0%, 100%, 0%) renders the correct color.
|
|
border-top-color-097 reference/border-bottom-color-017-ref Border-top-color set to rgb() using percentages with green set to a maximum value with a plus sign, rgb(0%, +100%, 0%) http://www.w3.org/TR/CSS21/box.html#propdef-border-top-color,http://www.w3.org/TR/CSS21/box.html#border-color-properties f5b175dca94216f482ec1adcc1058826b6eef33b `Microsoft`<http://www.microsoft.com/> The 'border-top-color' set to rgb(0%, +100%, 0%) renders the correct color.
|
|
border-top-color-098 reference/border-bottom-color-017-ref Border-top-color set to rgb() using percentages with green set to a maximum plus one value, rgb(0%, 101%, 0%) invalid http://www.w3.org/TR/CSS21/box.html#propdef-border-top-color,http://www.w3.org/TR/CSS21/box.html#border-color-properties 646b518f6113e3b82f51c20d68a057b6532d998f `Microsoft`<http://www.microsoft.com/> The 'border-top-color' set to rgb(0%, 101%, 0%) truncates to a valid value.
|
|
border-top-color-099 reference/border-bottom-color-001-ref Border-top-color set to rgb() using integers with green set to the minimum minus one value, rgb(0, -1, 0) invalid http://www.w3.org/TR/CSS21/box.html#propdef-border-top-color,http://www.w3.org/TR/CSS21/box.html#border-color-properties fefa4e537fa118e111f350754c5dd32f8a704167 `Microsoft`<http://www.microsoft.com/> The 'border-top-color' set to rgb(-1, 0, 0) truncates to a valid value.
|
|
border-top-color-100 reference/border-bottom-color-100-ref Border-top-color set to rgb() using integers with green set to the minimum plus one value, rgb(0, 1, 0) http://www.w3.org/TR/CSS21/box.html#propdef-border-top-color,http://www.w3.org/TR/CSS21/box.html#border-color-properties 4d1a5b7f02c75e68b40cd41e0ee14725fe0e80f6 `Microsoft`<http://www.microsoft.com/> The 'border-top-color' set to rgb(0, 1, 0) renders the correct color.
|
|
border-top-color-101 reference/border-bottom-color-001-ref Border-top-color set to rgb() using integers with green set to the minimum value with a minus sign, rgb(0, -0, 0) http://www.w3.org/TR/CSS21/box.html#propdef-border-top-color,http://www.w3.org/TR/CSS21/box.html#border-color-properties b662679a7bdfbef20f9984900fb542114c744ee4 `Microsoft`<http://www.microsoft.com/> The 'border-top-color' set to rgb(0, -0, 0) renders the correct color.
|
|
border-top-color-102 reference/border-bottom-color-001-ref Border-top-color set to rgb() using integers with green set to the minimum value with a plus sign, rgb(0, +0, 0) http://www.w3.org/TR/CSS21/box.html#propdef-border-top-color,http://www.w3.org/TR/CSS21/box.html#border-color-properties 9f4e03f65229228792631ab4748273ebcd2b4594 `Microsoft`<http://www.microsoft.com/> The 'border-top-color' set to rgb(0, +0, 0) renders the correct color.
|
|
border-top-color-103 reference/border-bottom-color-103-ref Border-top-color set to rgb() using integers with green set to a nominal value, rgb(0, 128, 0) http://www.w3.org/TR/CSS21/box.html#propdef-border-top-color,http://www.w3.org/TR/CSS21/box.html#border-color-properties 458768dee69b38621d72fdaacf1958398d6c138a `Microsoft`<http://www.microsoft.com/> The 'border-top-color' set to rgb(0, 128, 0) renders the correct color.
|
|
border-top-color-104 reference/border-bottom-color-103-ref Border-top-color set to rgb() using integers with green set to a nominal value with a plus sign, rgb(0, +128, 0) http://www.w3.org/TR/CSS21/box.html#propdef-border-top-color,http://www.w3.org/TR/CSS21/box.html#border-color-properties 7bd3cd037a243a3305372f4e296434539265769a `Microsoft`<http://www.microsoft.com/> The 'border-top-color' set to rgb(0, +128, 0) renders the correct color.
|
|
border-top-color-105 reference/border-bottom-color-016-ref Border-top-color set to rgb() using integers with green set to a maximum minus one value, rgb(0, 254, 0) http://www.w3.org/TR/CSS21/box.html#propdef-border-top-color,http://www.w3.org/TR/CSS21/box.html#border-color-properties 0e130573016ed1d54558f88797c54576f291b26a `Microsoft`<http://www.microsoft.com/> The 'border-top-color' set to rgb(0, 254, 0) renders the correct color.
|
|
border-top-color-106 reference/border-bottom-color-017-ref Border-top-color set to rgb() using integers with green set to a maximum value, rgb(0, 255, 0) http://www.w3.org/TR/CSS21/box.html#propdef-border-top-color,http://www.w3.org/TR/CSS21/box.html#border-color-properties 37ce3aa13f916fc33c79f808ea737cbb6346a986 `Microsoft`<http://www.microsoft.com/> The 'border-top-color' set to rgb(0, 255, 0) renders the correct color.
|
|
border-top-color-107 reference/border-bottom-color-017-ref Border-top-color set to rgb() using integers with green set to a maximum value with a plus sign, rgb(0, +255, 0) http://www.w3.org/TR/CSS21/box.html#propdef-border-top-color,http://www.w3.org/TR/CSS21/box.html#border-color-properties 61c37e71a2e5b1dd25fce58b3d31df8d6be34d9a `Microsoft`<http://www.microsoft.com/> The 'border-top-color' set to rgb(0, +255, 0) renders the correct color.
|
|
border-top-color-108 reference/border-bottom-color-017-ref Border-top-color set to rgb() using integers with green set to a maximum plus one value, rgb(0, 256 0) invalid http://www.w3.org/TR/CSS21/box.html#propdef-border-top-color,http://www.w3.org/TR/CSS21/box.html#border-color-properties 01d41f84b5a76003e876af7fe0f953cbdff20542 `Microsoft`<http://www.microsoft.com/> The 'border-top-color' set to rgb(0, 256, 0) properly truncates to a valid value.
|
|
border-top-color-109 reference/border-bottom-color-001-ref Border-top-color set to rgb() using percentages with blue set to the minimum minus one value, rgb(0%, 0%, -1%) invalid http://www.w3.org/TR/CSS21/box.html#propdef-border-top-color,http://www.w3.org/TR/CSS21/box.html#border-color-properties 7bbfbd152ac16c8ba3b9ec14d4f672ca49f97431 `Microsoft`<http://www.microsoft.com/> The 'border-top-color' set to rgb(0%, 0%, -1%) truncates to a valid value.
|
|
border-top-color-110 reference/border-bottom-color-110-ref Border-top-color set to rgb() using percentages with blue set to the minimum plus one value, rgb(0%, 0%, 1%) http://www.w3.org/TR/CSS21/box.html#propdef-border-top-color,http://www.w3.org/TR/CSS21/box.html#border-color-properties 2814e68885bb076c4a7e865cc0613a00a92fc544 `Microsoft`<http://www.microsoft.com/>,`Rebecca Hauck`<rhauck@adobe.com> The 'border-top-color' set to rgb(0%, 0%, 1%) renders the correct color.
|
|
border-top-color-111 reference/border-bottom-color-001-ref Border-top-color set to rgb() using percentages with blue set to the minimum value and minus sign, rgb(0%, 0%, -0%) http://www.w3.org/TR/CSS21/box.html#propdef-border-top-color,http://www.w3.org/TR/CSS21/box.html#border-color-properties 8a19ceac20daa92bc4dad8d9d337761c457192e2 `Microsoft`<http://www.microsoft.com/> The 'border-top-color' set to rgb(0%, 0%, -0%) renders the correct color.
|
|
border-top-color-112 reference/border-bottom-color-001-ref Border-top-color set to rgb() using percentages with blue set to the minimum value and plus sign, rgb(0%, 0%, +0%) http://www.w3.org/TR/CSS21/box.html#propdef-border-top-color,http://www.w3.org/TR/CSS21/box.html#border-color-properties 7e77e7a0a2b9435bab6821fad67aff83ca657167 `Microsoft`<http://www.microsoft.com/> The 'border-top-color' set to rgb(0%, 0%, +0%) renders the correct color.
|
|
border-top-color-113 reference/border-bottom-color-113-ref Border-top-color set to rgb() using percentages with blue set to a nominal value, rgb(0%, 0%, 40%) http://www.w3.org/TR/CSS21/box.html#propdef-border-top-color,http://www.w3.org/TR/CSS21/box.html#border-color-properties 9b922dcda0246879f440c914da44c497f1f60ba3 `Microsoft`<http://www.microsoft.com/>,`Rebecca Hauck`<rhauck@adobe.com> The 'border-top-color' set to rgb(0%, 0%, 40%) renders the correct color.
|
|
border-top-color-114 reference/border-bottom-color-113-ref Border-top-color set to rgb() using percentages with blue set to a nominal value with a plus sign, rgb(0%, 0%, +40%) http://www.w3.org/TR/CSS21/box.html#propdef-border-top-color,http://www.w3.org/TR/CSS21/box.html#border-color-properties 52bcf3f2a9fc9ce172643e45fa13100f3046c2d3 `Microsoft`<http://www.microsoft.com/>,`Rebecca Hauck`<rhauck@adobe.com> The 'border-top-color' set to rgb(0%, 0%, +40%) renders the correct color.
|
|
border-top-color-115 reference/border-bottom-color-115-ref Border-top-color set to rgb() using percentages with blue set to a maximum minus one value, rgb(0%, 0%, 99%) http://www.w3.org/TR/CSS21/box.html#propdef-border-top-color,http://www.w3.org/TR/CSS21/box.html#border-color-properties 6edffb882edde12e23eeb5615a1e3f351cb7d1bb `Microsoft`<http://www.microsoft.com/>,`Rebecca Hauck`<rhauck@adobe.com> The 'border-top-color' set to rgb(0%, 0%, 99%) renders the correct color.
|
|
border-top-color-116 reference/border-bottom-color-022-ref Border-top-color set to rgb() using percentages with blue set to a maximum value, rgb(0%, 0%, 100%) http://www.w3.org/TR/CSS21/box.html#propdef-border-top-color,http://www.w3.org/TR/CSS21/box.html#border-color-properties b6aa0e1a26cce33c03bdba8294ae02d0e3978d74 `Microsoft`<http://www.microsoft.com/> The 'border-top-color' set to rgb(0%, 0%, 100%) renders the correct color.
|
|
border-top-color-117 reference/border-bottom-color-022-ref Border-top-color set to rgb() using percentages with blue set to a maximum value with a plus sign, rgb(0%, 0%, +100%) http://www.w3.org/TR/CSS21/box.html#propdef-border-top-color,http://www.w3.org/TR/CSS21/box.html#border-color-properties e8463d97a1b9a64efbff8502dcb7b52bf8aa7724 `Microsoft`<http://www.microsoft.com/> The 'border-top-color' set to rgb(0%, 0%, +100%) renders the correct color.
|
|
border-top-color-118 reference/border-bottom-color-022-ref Border-top-color set to rgb() using percentages with blue set to a maximum plus one value, rgb(0%, 0%, 101%) invalid http://www.w3.org/TR/CSS21/box.html#propdef-border-top-color,http://www.w3.org/TR/CSS21/box.html#border-color-properties 2465d75cfa155ea9431b089563bc3c678497a9d0 `Microsoft`<http://www.microsoft.com/> The 'border-top-color' set to rgb(0%, 0%, 101%) truncates to a valid value.
|
|
border-top-color-119 reference/border-bottom-color-001-ref Border-top-color set to rgb() using integers with blue set to the minimum minus one value, rgb(0, 0, -1) invalid http://www.w3.org/TR/CSS21/box.html#propdef-border-top-color,http://www.w3.org/TR/CSS21/box.html#border-color-properties a9b293f614bd832252f41800c73611c95e1d5518 `Microsoft`<http://www.microsoft.com/> The 'border-top-color' set to rgb(0, 0, -1) truncates to a valid value.
|
|
border-top-color-120 reference/border-bottom-color-019-ref Border-top-color set to rgb() using integers with blue set to the minimum plus one value, rgb(0, 0, 1) http://www.w3.org/TR/CSS21/box.html#propdef-border-top-color,http://www.w3.org/TR/CSS21/box.html#border-color-properties f6e9aaa4b0c155d4d4b09ad7590af2bde1079fe1 `Microsoft`<http://www.microsoft.com/> The 'border-top-color' set to rgb(0, 0, 1) renders the correct color.
|
|
border-top-color-121 reference/border-bottom-color-001-ref Border-top-color set to rgb() using integers with blue set to the minimum value with a minus sign, rgb(0, 0, -0) http://www.w3.org/TR/CSS21/box.html#propdef-border-top-color,http://www.w3.org/TR/CSS21/box.html#border-color-properties 72c9fbebb8e3a59fd58eacd26ada7dfd8eeefde5 `Microsoft`<http://www.microsoft.com/> The 'border-top-color' set to rgb(0, 0, -0) renders the correct color.
|
|
border-top-color-122 reference/border-bottom-color-001-ref Border-top-color set to rgb() using integers with blue set to the minimum value with a plus sign, rgb(0, 0, +0) http://www.w3.org/TR/CSS21/box.html#propdef-border-top-color,http://www.w3.org/TR/CSS21/box.html#border-color-properties 4213ef32148b5901cb80d9f51c682daad3a4089a `Microsoft`<http://www.microsoft.com/> The 'border-top-color' set to rgb(0, 0, +0) renders the correct color.
|
|
border-top-color-123 reference/border-bottom-color-123-ref Border-top-color set to rgb() using integers with blue set to a nominal value, rgb(0, 0, 128) http://www.w3.org/TR/CSS21/box.html#propdef-border-top-color,http://www.w3.org/TR/CSS21/box.html#border-color-properties 741a2669b13cfc814dcfa79fc0b99fa1ee91ad36 `Microsoft`<http://www.microsoft.com/> The 'border-top-color' set to rgb(0, 0, 128) renders the correct color.
|
|
border-top-color-124 reference/border-bottom-color-123-ref Border-top-color set to rgb() using integers with blue set to a nominal value with a plus sign, rgb(0, 0, +128) http://www.w3.org/TR/CSS21/box.html#propdef-border-top-color,http://www.w3.org/TR/CSS21/box.html#border-color-properties e347a0b71adf3bcb223ec15c782ed4906f5b119f `Microsoft`<http://www.microsoft.com/> The 'border-top-color' set to rgb(0, 0, +128) renders the correct color.
|
|
border-top-color-125 reference/border-bottom-color-021-ref Border-top-color set to rgb() using integers with blue set to a maximum minus one value, rgb(0, 0, 254) http://www.w3.org/TR/CSS21/box.html#propdef-border-top-color,http://www.w3.org/TR/CSS21/box.html#border-color-properties e7da5a96f9dd1f51a1d2c0aaeaf3a45361578b52 `Microsoft`<http://www.microsoft.com/> The 'border-top-color' set to rgb(0, 0, 254) renders the correct color.
|
|
border-top-color-126 reference/border-bottom-color-022-ref Border-top-color set to rgb() using integers with blue set to a maximum value, rgb(0, 0, 255) http://www.w3.org/TR/CSS21/box.html#propdef-border-top-color,http://www.w3.org/TR/CSS21/box.html#border-color-properties e44bc0b92dd1a79c01c028776d34fb228ed0335e `Microsoft`<http://www.microsoft.com/> The 'border-top-color' set to rgb(0, 0, 255) renders the correct color.
|
|
border-top-color-127 reference/border-bottom-color-022-ref Border-top-color set to rgb() using integers with blue set to a maximum value with a plus sign, rgb(0, 0, +255) http://www.w3.org/TR/CSS21/box.html#propdef-border-top-color,http://www.w3.org/TR/CSS21/box.html#border-color-properties df517483e89b1bae96d8474b08da09cbfb2ebdae `Microsoft`<http://www.microsoft.com/> The 'border-top-color' set to rgb(0, 0, +255) renders the correct color.
|
|
border-top-color-128 reference/border-bottom-color-022-ref Border-top-color set to rgb() using integers with blue set to a maximum plus one value, rgb(0, 0, 256) invalid http://www.w3.org/TR/CSS21/box.html#propdef-border-top-color,http://www.w3.org/TR/CSS21/box.html#border-color-properties 83e516e022cca15d9ad35ec143ab7fe20ed612b3 `Microsoft`<http://www.microsoft.com/> The 'border-top-color' set to rgb(0, 0, 256) properly truncates to a valid value.
|
|
border-top-color-129 reference/border-bottom-color-129-ref Border-top-color set to aqua http://www.w3.org/TR/CSS21/box.html#propdef-border-top-color,http://www.w3.org/TR/CSS21/box.html#border-color-properties b2ffd3425cc31160a5fb8f26d8603b93e6012626 `Microsoft`<http://www.microsoft.com/> The 'border-top-color' set to aqua causes the border-top-color of the box to be aqua.
|
|
border-top-color-130 reference/border-bottom-color-001-ref Border-top-color set to black http://www.w3.org/TR/CSS21/box.html#propdef-border-top-color,http://www.w3.org/TR/CSS21/box.html#border-color-properties 03d680a1aa3056ada953261617886958418e2ce7 `Microsoft`<http://www.microsoft.com/> The 'border-top-color' set to black causes the border-top-color of the box to be black.
|
|
border-top-color-131 reference/border-bottom-color-131-ref Border-top-color set to blue http://www.w3.org/TR/CSS21/box.html#propdef-border-top-color,http://www.w3.org/TR/CSS21/box.html#border-color-properties 11218c7a37e96a922b6f6bd79d528d81cd190747 `Microsoft`<http://www.microsoft.com/> The 'border-top-color' set to blue causes the border-top-color of the box to be blue.
|
|
border-top-color-132 reference/border-bottom-color-132-ref Border-top-color set to fuchsia http://www.w3.org/TR/CSS21/box.html#propdef-border-top-color,http://www.w3.org/TR/CSS21/box.html#border-color-properties cd0a3ac28b6aa1dc725d9bccbd415996c8656205 `Microsoft`<http://www.microsoft.com/> The 'border-top-color' set to fuchsia causes the border-top-color of the box to be fuchsia.
|
|
border-top-color-133 reference/border-bottom-color-133-ref Border-top-color set to gray http://www.w3.org/TR/CSS21/box.html#propdef-border-top-color,http://www.w3.org/TR/CSS21/box.html#border-color-properties 2bfd90fcbac21eb6e2aab494e46e139357a7479e `Microsoft`<http://www.microsoft.com/> The 'border-top-color' set to gray causes the border-top-color of the box to be gray.
|
|
border-top-color-134 reference/border-bottom-color-134-ref Border-top-color set to green http://www.w3.org/TR/CSS21/box.html#propdef-border-top-color,http://www.w3.org/TR/CSS21/box.html#border-color-properties 98288262a3c456236c9bcd88e5c7b90f968a54b4 `Microsoft`<http://www.microsoft.com/> The 'border-top-color' set to green causes the background of the box to be green.
|
|
border-top-color-135 reference/border-bottom-color-135-ref Border-top-color set to lime http://www.w3.org/TR/CSS21/box.html#propdef-border-top-color,http://www.w3.org/TR/CSS21/box.html#border-color-properties 119c4f905f73cd9042f222a053a0e78d6ca477a1 `Microsoft`<http://www.microsoft.com/> The 'border-top-color' set to lime causes the border-top-color of the box to be lime.
|
|
border-top-color-136 reference/border-bottom-color-136-ref Border-top-color set to maroon http://www.w3.org/TR/CSS21/box.html#propdef-border-top-color,http://www.w3.org/TR/CSS21/box.html#border-color-properties b976645bafd9bc9709537d29050e78e477feb3cc `Microsoft`<http://www.microsoft.com/> The 'border-top-color' set to maroon causes the border-top-color of the box to be maroon.
|
|
border-top-color-137 reference/border-bottom-color-137-ref Border-top-color set to navy http://www.w3.org/TR/CSS21/box.html#propdef-border-top-color,http://www.w3.org/TR/CSS21/box.html#border-color-properties 9572d0a90997b46c10354c6c5e1e8948a50681fa `Microsoft`<http://www.microsoft.com/> The 'border-top-color' set to navy causes the border-top-color of the box to be navy.
|
|
border-top-color-138 reference/border-bottom-color-138-ref Border-top-color set to olive http://www.w3.org/TR/CSS21/box.html#propdef-border-top-color,http://www.w3.org/TR/CSS21/box.html#border-color-properties 4a430eb8a72668de3cef373fc160cb3204f4c641 `Microsoft`<http://www.microsoft.com/> The 'border-top-color' set to olive causes the border-top-color of the box to be olive.
|
|
border-top-color-139 reference/border-bottom-color-139-ref Border-top-color set to orange http://www.w3.org/TR/CSS21/box.html#propdef-border-top-color,http://www.w3.org/TR/CSS21/box.html#border-color-properties 3eab070f9609da3bbf6a14817dfc15a4cc1fc296 `Microsoft`<http://www.microsoft.com/> The 'border-top-color' set to orange causes the border-top-color of the box to be orange.
|
|
border-top-color-140 reference/border-bottom-color-140-ref Border-top-color set to purple http://www.w3.org/TR/CSS21/box.html#propdef-border-top-color,http://www.w3.org/TR/CSS21/box.html#border-color-properties 90f82a8efaf6e965550723e146d34634dc5cda4c `Microsoft`<http://www.microsoft.com/> The 'border-top-color' set to purple causes the border-top-color of the box to be purple.
|
|
border-top-color-141 reference/border-bottom-color-141-ref Border-top-color set to red http://www.w3.org/TR/CSS21/box.html#propdef-border-top-color,http://www.w3.org/TR/CSS21/box.html#border-color-properties 365cd861a336f724f6b85aeeed01433eb2db9e9d `Microsoft`<http://www.microsoft.com/> The 'border-top-color' set to red causes the border-top-color of the box to be red.
|
|
border-top-color-142 reference/border-bottom-color-142-ref Border-top-color set to silver http://www.w3.org/TR/CSS21/box.html#propdef-border-top-color,http://www.w3.org/TR/CSS21/box.html#border-color-properties 85d4c20da53f48094e9ca1119e88aa9735b89327 `Microsoft`<http://www.microsoft.com/> The 'border-top-color' set to silver causes the border-top-color of the box to be silver.
|
|
border-top-color-143 reference/border-bottom-color-143-ref Border-top-color set to teal http://www.w3.org/TR/CSS21/box.html#propdef-border-top-color,http://www.w3.org/TR/CSS21/box.html#border-color-properties 20ce4d2ff6f71c855a7fb6b7d43ce0b6451400d6 `Microsoft`<http://www.microsoft.com/> The 'border-top-color' set to teal causes the border-top-color of the box to be teal.
|
|
border-top-color-144 reference/border-bottom-color-144-ref Border-top-color set to white http://www.w3.org/TR/CSS21/box.html#propdef-border-top-color,http://www.w3.org/TR/CSS21/box.html#border-color-properties 5d2bb337269e9886ef08fd5b4e06516ae7da707a `Microsoft`<http://www.microsoft.com/> The 'border-top-color' set to white causes the border-top-color of the box to be white.
|
|
border-top-color-145 reference/border-bottom-color-145-ref Border-top-color set to yellow http://www.w3.org/TR/CSS21/box.html#propdef-border-top-color,http://www.w3.org/TR/CSS21/box.html#border-color-properties 0bf9eb47f79685dd92af4f401b1db317847e7571 `Microsoft`<http://www.microsoft.com/> The 'border-top-color' set to yellow causes the border-top-color of the box to be yellow.
|
|
border-top-color-174 reference/ref-filled-green-100px-square Border-top-color set to transparent http://www.w3.org/TR/CSS21/box.html#propdef-border-top-color,http://www.w3.org/TR/CSS21/box.html#border-color-properties bd3907c49d2bb8ce7b4a50afce7b2c26e0bebf08 `Microsoft`<http://www.microsoft.com/> The 'border-top-color' set to transparent properly renders a border with no visible color.
|
|
border-top-color-175 reference/ref-filled-green-100px-square Border-top-color set to inherit http://www.w3.org/TR/CSS21/box.html#propdef-border-top-color,http://www.w3.org/TR/CSS21/box.html#border-color-properties e06f9eaf855c0b638005115ede2db06c6a9035a0 `Microsoft`<http://www.microsoft.com/> The 'border-top-color' set to inherit causes the 'border-top-color' of the element to be the same as the 'border-top-color' designated on the parent element.
|
|
border-top-color-applies-to-001 reference/border-bottom-applies-to-001-ref Border-top-color applied to element with display table-row-group http://www.w3.org/TR/CSS21/box.html#propdef-border-top-color,http://www.w3.org/TR/CSS21/box.html#border-color-properties b927cc3bda9560b2b3b59ab3f2302ca0492c5eb6 `Microsoft`<http://www.microsoft.com/> The 'border-top-color' property applies to elements with a display of table-row-group.
|
|
border-top-color-applies-to-002 reference/border-bottom-applies-to-001-ref Border-top-color applied to element with display table-header-group http://www.w3.org/TR/CSS21/box.html#propdef-border-top-color,http://www.w3.org/TR/CSS21/box.html#border-color-properties 23830a7b70fc55f1a5453af1f9ad661f3e753461 `Microsoft`<http://www.microsoft.com/> The 'border-top-color' property applies to elements with a display of table-header-group.
|
|
border-top-color-applies-to-003 reference/border-bottom-applies-to-001-ref Border-top-color applied to element with display table-footer-group http://www.w3.org/TR/CSS21/box.html#propdef-border-top-color,http://www.w3.org/TR/CSS21/box.html#border-color-properties 59edcce4860adf44e4d8770d863709fc3b897bc9 `Microsoft`<http://www.microsoft.com/> The 'border-top-color' property applies to elements with a display of table-footer-group.
|
|
border-top-color-applies-to-004 reference/border-bottom-applies-to-001-ref Border-top-color applied to element with display table-row http://www.w3.org/TR/CSS21/box.html#propdef-border-top-color,http://www.w3.org/TR/CSS21/box.html#border-color-properties 4892b9ce9bb43e960e898440ea3e0e4272e8b23f `Microsoft`<http://www.microsoft.com/> The 'border-top-color' property applies to elements with a display of table-row.
|
|
border-top-color-applies-to-005 reference/border-bottom-applies-to-001-ref Border-top-color applied to element with display table-column-group http://www.w3.org/TR/CSS21/box.html#propdef-border-top-color,http://www.w3.org/TR/CSS21/box.html#border-color-properties 1415bb5ddde044e11aa2b57f3d749559a5215bb6 `Microsoft`<http://www.microsoft.com/> The 'border-top-color' property applies to elements with a display of table-column-group.
|
|
border-top-color-applies-to-006 reference/border-bottom-applies-to-001-ref Border-top-color applied to element with display table-column http://www.w3.org/TR/CSS21/box.html#propdef-border-top-color,http://www.w3.org/TR/CSS21/box.html#border-color-properties 2fec0946f67adbc2b632b050599e22dbfb71c934 `Microsoft`<http://www.microsoft.com/> The 'border-top-color' property applies to elements with a display of table-column.
|
|
border-top-color-applies-to-007 reference/border-bottom-applies-to-001-ref Border-top-color applied to element with display table-cell http://www.w3.org/TR/CSS21/box.html#propdef-border-top-color,http://www.w3.org/TR/CSS21/box.html#border-color-properties 0a5e195d550918f1a786c671868202e62a2ba3db `Microsoft`<http://www.microsoft.com/> The 'border-top-color' property applies to elements with a display of table-cell.
|
|
border-top-color-applies-to-008 Border-top-color applied to element with display inline http://www.w3.org/TR/CSS21/box.html#propdef-border-top-color,http://www.w3.org/TR/CSS21/box.html#border-color-properties ed3cc543d0855f853561a20a8e9b9d274e7edbdf `Microsoft`<http://www.microsoft.com/> The 'border-top-color' property applies to elements with a display of inline.
|
|
border-top-color-applies-to-009 reference/border-bottom-applies-to-001-ref Border-top-color applied to element with display block http://www.w3.org/TR/CSS21/box.html#propdef-border-top-color,http://www.w3.org/TR/CSS21/box.html#border-color-properties 45e1271d4ed439796165022fb0b57df6a432a6ef `Microsoft`<http://www.microsoft.com/> The 'border-top-color' property applies to elements with a display of block.
|
|
border-top-color-applies-to-010 Border-top-color applied to element with display list-item http://www.w3.org/TR/CSS21/box.html#propdef-border-top-color,http://www.w3.org/TR/CSS21/box.html#border-color-properties e07f430e2ddd30a27dada964aa83e409d0ea7f8c `Microsoft`<http://www.microsoft.com/> The 'border-top-color' property applies to elements with a display of list-item.
|
|
border-top-color-applies-to-011 Border-top-color applied to element with display run-in http://www.w3.org/TR/CSS21/box.html#propdef-border-top-color,http://www.w3.org/TR/CSS21/box.html#border-color-properties 526de13667170b27cd9f4df90acddb00d25b3397 `Microsoft`<http://www.microsoft.com/> The 'border-top-color' property applies to elements with a display of run-in.
|
|
border-top-color-applies-to-012 reference/border-bottom-applies-to-001-ref Border-top-color applied to element with display inline-block http://www.w3.org/TR/CSS21/box.html#propdef-border-top-color,http://www.w3.org/TR/CSS21/box.html#border-color-properties efce4c3f7beabb6f12a2f29f51d3fdb1ebb3146b `Microsoft`<http://www.microsoft.com/> The 'border-top-color' property applies to elements with a display of inline-block.
|
|
border-top-color-applies-to-013 reference/border-bottom-applies-to-001-ref Border-top-color applied to element with display table http://www.w3.org/TR/CSS21/box.html#propdef-border-top-color,http://www.w3.org/TR/CSS21/box.html#border-color-properties d5c535d4ecded8b970ef028b13dce8bf082c863e `Microsoft`<http://www.microsoft.com/> The 'border-top-color' property applies to elements with a display of table.
|
|
border-top-color-applies-to-014 reference/border-bottom-applies-to-001-ref Border-top-color applied to element with display inline-table http://www.w3.org/TR/CSS21/box.html#propdef-border-top-color,http://www.w3.org/TR/CSS21/box.html#border-color-properties 1cf0dca13b41fde2bb5e9176ba865201064f13ec `Microsoft`<http://www.microsoft.com/> The 'border-top-color' property applies to elements with a display of inline-table.
|
|
border-top-color-applies-to-015 reference/border-bottom-applies-to-001-ref Border-top-color applied to element with display table-caption http://www.w3.org/TR/CSS21/box.html#propdef-border-top-color,http://www.w3.org/TR/CSS21/box.html#border-color-properties ad5fd27521c81bdc051b8d995960486fa7b8a2c4 `Microsoft`<http://www.microsoft.com/> The 'border-top-color' property applies to elements with a display of table-caption.
|
|
border-top-style-001 reference/ref-nothing-below Border-top-style set to 'none' http://www.w3.org/TR/CSS21/box.html#propdef-border-top-style,http://www.w3.org/TR/CSS21/box.html#border-style-properties c4a3c9a25403b9340d50ae8e9da8b6f5f4119e09 `Microsoft`<http://www.microsoft.com/> The 'border-top-style' property set to 'none' does not render any border for an element.
|
|
border-top-style-002 reference/ref-nothing-below Border-top-style set to 'hidden' http://www.w3.org/TR/CSS21/box.html#propdef-border-top-style,http://www.w3.org/TR/CSS21/box.html#border-style-properties d534e3aec83ca55df7c6e61090243bef8e5e1086 `Microsoft`<http://www.microsoft.com/> The 'border-top-style' property set to 'hidden' computes to 'none' and does not render any border for non-table elements.
|
|
border-top-style-003 Border-top-style set to 'dotted' http://www.w3.org/TR/CSS21/box.html#propdef-border-top-style,http://www.w3.org/TR/CSS21/box.html#border-style-properties ffe1dbab68cef48fb57db6beb63d23d07623d626 `Microsoft`<http://www.microsoft.com/> The 'border-top-style' set to 'dotted' renders the proper line style for the border.
|
|
border-top-style-004 Border-top-style set to 'dashed' http://www.w3.org/TR/CSS21/box.html#propdef-border-top-style,http://www.w3.org/TR/CSS21/box.html#border-style-properties 0182afe8545273dff26f9e4aca832a4b069acb9a `Microsoft`<http://www.microsoft.com/> The 'border-top-style' set to 'dashed' renders the proper line style for the border.
|
|
border-top-style-005 reference/border-bottom-style-005-ref Border-top-style set to 'solid' http://www.w3.org/TR/CSS21/box.html#propdef-border-top-style,http://www.w3.org/TR/CSS21/box.html#border-style-properties 19334c7602ebf52dadaa5508d2cf4de063cc5fb1 `Microsoft`<http://www.microsoft.com/> The 'border-top-style' set to 'solid' renders the proper line style for the border.
|
|
border-top-style-006 Border-top-style set to 'double' http://www.w3.org/TR/CSS21/box.html#propdef-border-top-style,http://www.w3.org/TR/CSS21/box.html#border-style-properties 612ed0e7a562e069b547d4d1f117a687697cdb7b `Microsoft`<http://www.microsoft.com/> The 'border-top-style' set to 'double' renders the proper line style for the border.
|
|
border-top-style-007 Border-top-style set to 'groove' http://www.w3.org/TR/CSS21/box.html#propdef-border-top-style,http://www.w3.org/TR/CSS21/box.html#border-style-properties fd71f66ae676304a133d9d5b6b6977228dc1921f `Microsoft`<http://www.microsoft.com/> The 'border-top-style' set to 'groove' renders the proper line style for the border.
|
|
border-top-style-008 Border-top-style set to 'ridge' http://www.w3.org/TR/CSS21/box.html#propdef-border-top-style,http://www.w3.org/TR/CSS21/box.html#border-style-properties 21fa9e46e3133e4499ca8d24fcdd02da6ae8c3f5 `Microsoft`<http://www.microsoft.com/> The 'border-top-style' set to 'ridge' renders the proper line style for the border.
|
|
border-top-style-009 Border-top-style set to 'inset' http://www.w3.org/TR/CSS21/box.html#propdef-border-top-style,http://www.w3.org/TR/CSS21/box.html#border-style-properties 7a18e7090c9378ea54215dcee0ee30fe52f08e86 `Microsoft`<http://www.microsoft.com/> The 'border-top-style' set to 'inset' renders the proper line style for the border.
|
|
border-top-style-010 Border-top-style set to 'outset' http://www.w3.org/TR/CSS21/box.html#propdef-border-top-style,http://www.w3.org/TR/CSS21/box.html#border-style-properties fd50aa89ecff1e1042bacf987030209aef853aef `Microsoft`<http://www.microsoft.com/> The 'border-top-style' set to 'outset' renders the proper line style for the border.
|
|
border-top-style-011 Border-top-style set to 'inherit' http://www.w3.org/TR/CSS21/box.html#propdef-border-top-style,http://www.w3.org/TR/CSS21/box.html#border-style-properties e7465da1b5d717d93b16b0af3c0f4e886a0c3496 `Microsoft`<http://www.microsoft.com/> The 'border-top-style' property set to 'inherit' properly applies the value from the parent's 'border-top-style' property value.
|
|
border-top-style-applies-to-001 Border-top-style applied to element with display table-row-group http://www.w3.org/TR/CSS21/box.html#propdef-border-top-style,http://www.w3.org/TR/CSS21/box.html#border-style-properties 341e9ee287740173ffd61ccb6be290fed1ee9818 `Microsoft`<http://www.microsoft.com/> The 'border-top-style' property applies to elements with a display of table-row-group.
|
|
border-top-style-applies-to-002 Border-top-style applied to element with display table-header-group http://www.w3.org/TR/CSS21/box.html#propdef-border-top-style,http://www.w3.org/TR/CSS21/box.html#border-style-properties 8c4fe790188c4668c0074b78636ce8cf2d257cfc `Microsoft`<http://www.microsoft.com/> The 'border-top-style' property applies to elements with a display of table-header-group.
|
|
border-top-style-applies-to-003 Border-top-style applied to element with display table-footer-group http://www.w3.org/TR/CSS21/box.html#propdef-border-top-style,http://www.w3.org/TR/CSS21/box.html#border-style-properties e965f7b31a4e747dab32d62fbc3f7d65a5200e54 `Microsoft`<http://www.microsoft.com/> The 'border-top-style' property applies to elements with a display of table-footer-group.
|
|
border-top-style-applies-to-004 Border-top-style applied to element with display table-row http://www.w3.org/TR/CSS21/box.html#propdef-border-top-style,http://www.w3.org/TR/CSS21/box.html#border-style-properties 83cd6ae457410a2309ff8ca06aa89d0ff08dd302 `Microsoft`<http://www.microsoft.com/> The 'border-top-style' property applies to elements with a display of table-row.
|
|
border-top-style-applies-to-005 Border-top-style applied to element with display table-column-group http://www.w3.org/TR/CSS21/box.html#propdef-border-top-style,http://www.w3.org/TR/CSS21/box.html#border-style-properties 735d3eb239272d64d81dfcfe9fb97eade95011b5 `Microsoft`<http://www.microsoft.com/> The 'border-top-style' property applies to elements with a display of table-column-group.
|
|
border-top-style-applies-to-006 Border-top-style applied to element with display table-column http://www.w3.org/TR/CSS21/box.html#propdef-border-top-style,http://www.w3.org/TR/CSS21/box.html#border-style-properties 0dfa557315198b2d2a6ae1c1baf9b346a5aa5065 `Microsoft`<http://www.microsoft.com/> The 'border-top-style' property applies to elements with a display of table-column.
|
|
border-top-style-applies-to-007 Border-top-style applied to element with display table-cell http://www.w3.org/TR/CSS21/box.html#propdef-border-top-style,http://www.w3.org/TR/CSS21/box.html#border-style-properties f20ddd26bf0c2340e268f8b1c61f90f85e2508e9 `Microsoft`<http://www.microsoft.com/> The 'border-top-style' property applies to elements with a display of table-cell.
|
|
border-top-style-applies-to-008 Border-top-style applied to element with display inline http://www.w3.org/TR/CSS21/box.html#propdef-border-top-style,http://www.w3.org/TR/CSS21/box.html#border-style-properties b4c2ed90963dfee8cde81d455e57001c421a5371 `Microsoft`<http://www.microsoft.com/> The 'border-top-style' property applies to elements with a display of inline.
|
|
border-top-style-applies-to-009 Border-top-style applied to element with display block http://www.w3.org/TR/CSS21/box.html#propdef-border-top-style,http://www.w3.org/TR/CSS21/box.html#border-style-properties 8849f91b0288effccc6fb3b7abd3bed089977cf4 `Microsoft`<http://www.microsoft.com/> The 'border-top-style' property applies to elements with a display of block.
|
|
border-top-style-applies-to-010 Border-top-style applied to element with display list-item http://www.w3.org/TR/CSS21/box.html#propdef-border-top-style,http://www.w3.org/TR/CSS21/box.html#border-style-properties 35fc32cb44fa33647e9f135599bfa07688037de5 `Microsoft`<http://www.microsoft.com/> The 'border-top-style' property applies to elements with a display of list-item.
|
|
border-top-style-applies-to-011 Border-top-style applied to element with display run-in http://www.w3.org/TR/CSS21/box.html#propdef-border-top-style,http://www.w3.org/TR/CSS21/box.html#border-style-properties b394ed97fda3620f1a29cfc0604b4acd38f65519 `Microsoft`<http://www.microsoft.com/> The 'border-top-style' property applies to elements with a display of run-in.
|
|
border-top-style-applies-to-012 Border-top-style applied to element with display inline-block http://www.w3.org/TR/CSS21/box.html#propdef-border-top-style,http://www.w3.org/TR/CSS21/box.html#border-style-properties 51735877c3b15e1965d304dd44becb208afae0fa `Microsoft`<http://www.microsoft.com/> The 'border-top-style' property applies to elements with a display of inline-block.
|
|
border-top-style-applies-to-013 Border-top-style applied to element with display table http://www.w3.org/TR/CSS21/box.html#propdef-border-top-style,http://www.w3.org/TR/CSS21/box.html#border-style-properties 7360130df15817d7ebd25a54419ba74e825ffeec `Microsoft`<http://www.microsoft.com/> The 'border-top-style' property applies to elements with a display of table.
|
|
border-top-style-applies-to-014 Border-top-style applied to element with display inline-table http://www.w3.org/TR/CSS21/box.html#propdef-border-top-style,http://www.w3.org/TR/CSS21/box.html#border-style-properties 83b73b51e55aaea569c9910e855ebb0fca2bde3f `Microsoft`<http://www.microsoft.com/> The 'border-top-style' property applies to elements with a display of inline-table.
|
|
border-top-style-applies-to-015 Border-top-style applied to element with display table-caption http://www.w3.org/TR/CSS21/box.html#propdef-border-top-style,http://www.w3.org/TR/CSS21/box.html#border-style-properties 27336f64d0e2aa5b81b03e03fe5e3a4bc09e8f75 `Microsoft`<http://www.microsoft.com/> The 'border-top-style' property applies to elements with a display of table-caption.
|
|
border-top-width-001 reference/border-top-width-001-ref Border-top-width using pixels with a minimum minus one (negative) value, -1px invalid http://www.w3.org/TR/CSS21/box.html#propdef-border-top-width,http://www.w3.org/TR/CSS21/box.html#border-width-properties f0676a39251b92a33833e30d563f692e38b319ce `Microsoft`<http://www.microsoft.com/> The 'border-top-width' property does not support a negative length value in pixels and resets to the initial value.
|
|
border-top-width-002 reference/ref-if-there-is-no-red Border-top-width using pixels with a minimum value, 0px http://www.w3.org/TR/CSS21/box.html#propdef-border-top-width,http://www.w3.org/TR/CSS21/box.html#border-width-properties 1f44610a9557d9705c09d3a4a00407302c86a2a9 `Microsoft`<http://www.microsoft.com/> The 'border-top-width' property supports a minimum length value in pixels that sets the width of the top border.
|
|
border-top-width-003 reference/border-bottom-width-003-ref Border-top-width using pixels with a minimum plus one value, 1px http://www.w3.org/TR/CSS21/box.html#propdef-border-top-width,http://www.w3.org/TR/CSS21/box.html#border-width-properties 022218866043912b0e499eed0723af14d9cd3eb1 `Microsoft`<http://www.microsoft.com/> The 'border-top-width' property supports a minimum plus one length value in pixels that sets the width of the top border.
|
|
border-top-width-004 reference/ref-if-there-is-no-red Border-top-width using pixels with a minimum value with a minus sign, -0px http://www.w3.org/TR/CSS21/box.html#propdef-border-top-width,http://www.w3.org/TR/CSS21/box.html#border-width-properties 851f42127d2e965dd9cb61d1b3ca8895857311ef `Microsoft`<http://www.microsoft.com/> The 'border-top-width' property supports a minimum length value in pixels that that has a minus sign before it.
|
|
border-top-width-005 reference/ref-if-there-is-no-red Border-top-width using pixels with a minimum value with a plus sign, +0px http://www.w3.org/TR/CSS21/box.html#propdef-border-top-width,http://www.w3.org/TR/CSS21/box.html#border-width-properties b0aea35a47c9f91a1cfd565df4f193326e754f38 `Microsoft`<http://www.microsoft.com/> The 'border-top-width' property supports a minimum length value in pixels that that has a plus sign before it.
|
|
border-top-width-006 reference/border-bottom-width-006-ref Border-top-width using pixels with a nominal value, 96px 96dpi http://www.w3.org/TR/CSS21/box.html#propdef-border-top-width,http://www.w3.org/TR/CSS21/box.html#border-width-properties bea099b4ed5c773be475fbc130ab11bb990a3db3 `Microsoft`<http://www.microsoft.com/> The 'border-top-width' property supports a nominal length value in pixels that sets the width of the top border.
|
|
border-top-width-007 reference/border-bottom-width-006-ref Border-top-width using pixels with a nominal value with a plus sign, +96px 96dpi http://www.w3.org/TR/CSS21/box.html#propdef-border-top-width,http://www.w3.org/TR/CSS21/box.html#border-width-properties 3dd27d77ee7a531350b5578a2ef948c88514c055 `Microsoft`<http://www.microsoft.com/> The 'border-top-width' property supports a nominal length value in pixels that has a plus sign before it.
|
|
border-top-width-012 reference/border-top-width-012-ref Border-top-width using points with a minimum minus one (negative) value, -1pt invalid http://www.w3.org/TR/CSS21/box.html#propdef-border-top-width,http://www.w3.org/TR/CSS21/box.html#border-width-properties 52b480cda9b9a93b09699d0dc077391772a5c0d1 `Microsoft`<http://www.microsoft.com/> The 'border-top-width' property does not support a negative length value in points and resets to the initial value.
|
|
border-top-width-013 reference/ref-if-there-is-no-red Border-top-width using points with a minimum value, 0pt http://www.w3.org/TR/CSS21/box.html#propdef-border-top-width,http://www.w3.org/TR/CSS21/box.html#border-width-properties 2cd602f983dedcf4d3f455befe62d74b2da6142e `Microsoft`<http://www.microsoft.com/> The 'border-top-width' property supports a minimum length value in points that sets the width of the top border.
|
|
border-top-width-014 Border-top-width using points with a minimum plus one value, 1pt http://www.w3.org/TR/CSS21/box.html#propdef-border-top-width,http://www.w3.org/TR/CSS21/box.html#border-width-properties ea0864c514242d572ad95b7558bd7b29f248aa89 `Microsoft`<http://www.microsoft.com/> The 'border-top-width' property supports a minimum plus one length value in points that sets the width of the top border.
|
|
border-top-width-015 reference/ref-if-there-is-no-red Border-top-width using points with a minimum value with a minus sign, -0pt http://www.w3.org/TR/CSS21/box.html#propdef-border-top-width,http://www.w3.org/TR/CSS21/box.html#border-width-properties 2cd3b10e3e65c6efb8fc448d937923e41c675eb2 `Microsoft`<http://www.microsoft.com/> The 'border-top-width' property supports a minimum length value in points that that has a minus sign before it.
|
|
border-top-width-016 reference/ref-if-there-is-no-red Border-top-width using points with a minimum value with a plus sign, +0pt http://www.w3.org/TR/CSS21/box.html#propdef-border-top-width,http://www.w3.org/TR/CSS21/box.html#border-width-properties bd2deab3a08af8bb3c8edd202484fd5f5fffff00 `Microsoft`<http://www.microsoft.com/> The 'border-top-width' property supports a minimum length value in points that that has a plus sign before it.
|
|
border-top-width-017 reference/border-bottom-width-006-ref Border-top-width using points with a nominal value, 72pt http://www.w3.org/TR/CSS21/box.html#propdef-border-top-width,http://www.w3.org/TR/CSS21/box.html#border-width-properties 11317160203b451c99cc36f42b4b3ad8448e011a `Microsoft`<http://www.microsoft.com/> The 'border-top-width' property supports a nominal length value in points that sets the width of the top border.
|
|
border-top-width-018 reference/border-bottom-width-006-ref Border-top-width using points with a nominal value with a plus sign, +72pt http://www.w3.org/TR/CSS21/box.html#propdef-border-top-width,http://www.w3.org/TR/CSS21/box.html#border-width-properties dfd4b1179beb65bbc6d8df41aaf8e6aef9d0d782 `Microsoft`<http://www.microsoft.com/> The 'border-top-width' property supports a nominal length value in points that has a plus sign before it.
|
|
border-top-width-023 reference/border-top-width-012-ref Border-top-width using picas with a minimum minus one (negative) value, -1pc invalid http://www.w3.org/TR/CSS21/box.html#propdef-border-top-width,http://www.w3.org/TR/CSS21/box.html#border-width-properties e9ca3434b6335a08d829e868c04204102935871b `Microsoft`<http://www.microsoft.com/> The 'border-top-width' property does not support a negative length value in picas and resets to the initial value.
|
|
border-top-width-024 reference/ref-if-there-is-no-red Border-top-width using picas with a minimum value, 0pc http://www.w3.org/TR/CSS21/box.html#propdef-border-top-width,http://www.w3.org/TR/CSS21/box.html#border-width-properties 048f54a9c53f1d3604b94aa6cc40841834414443 `Microsoft`<http://www.microsoft.com/> The 'border-top-width' property supports a minimum length value in picas that sets the width of the top border.
|
|
border-top-width-025 reference/border-bottom-width-025-ref Border-top-width using picas with a minimum plus one value, 1pc http://www.w3.org/TR/CSS21/box.html#propdef-border-top-width,http://www.w3.org/TR/CSS21/box.html#border-width-properties 8e24ae3f9dda0370bb008e90ea8753389722a6d8 `Microsoft`<http://www.microsoft.com/> The 'border-top-width' property supports a minimum plus one length value in picas that sets the width of the top border.
|
|
border-top-width-026 reference/ref-if-there-is-no-red Border-top-width using picas with a minimum value with a minus sign, -0pc http://www.w3.org/TR/CSS21/box.html#propdef-border-top-width,http://www.w3.org/TR/CSS21/box.html#border-width-properties 217cf5793b20dc824b06dcfb34fbed4578f1c608 `Microsoft`<http://www.microsoft.com/> The 'border-top-width' property supports a minimum length value in picas that that has a minus sign before it.
|
|
border-top-width-027 reference/ref-if-there-is-no-red Border-top-width using picas with a minimum value with a plus sign, +0pc http://www.w3.org/TR/CSS21/box.html#propdef-border-top-width,http://www.w3.org/TR/CSS21/box.html#border-width-properties 08b425a7d1de349164671dccc3bbdde58f9fc1ab `Microsoft`<http://www.microsoft.com/> The 'border-top-width' property supports a minimum length value in picas that that has a plus sign before it.
|
|
border-top-width-028 reference/border-bottom-width-006-ref Border-top-width using picas with a nominal value, 6pc http://www.w3.org/TR/CSS21/box.html#propdef-border-top-width,http://www.w3.org/TR/CSS21/box.html#border-width-properties 3125e9b40ee62e0a8d5f9e8f53d019d515ff40d0 `Microsoft`<http://www.microsoft.com/> The 'border-top-width' property supports a nominal length value in picas that sets the width of the top border.
|
|
border-top-width-029 reference/border-bottom-width-006-ref Border-top-width using picas with a nominal value with a plus sign, +6pc http://www.w3.org/TR/CSS21/box.html#propdef-border-top-width,http://www.w3.org/TR/CSS21/box.html#border-width-properties 8a6388d9d18f99853fadc15fc1770711ad3a0020 `Microsoft`<http://www.microsoft.com/> The 'border-top-width' property supports a nominal length value in picas that has a plus sign before it.
|
|
border-top-width-034 reference/border-top-width-012-ref Border-top-width using centimeters with a minimum minus one (negative) value, -1cm invalid http://www.w3.org/TR/CSS21/box.html#propdef-border-top-width,http://www.w3.org/TR/CSS21/box.html#border-width-properties 6f581cd3ae47bcc1dcbb31a767d70299e56d7ccf `Microsoft`<http://www.microsoft.com/> The 'border-top-width' property does not support a negative length value in centimeters and resets to the initial value.
|
|
border-top-width-035 reference/ref-if-there-is-no-red Border-top-width using centimeters with a minimum value, 0cm http://www.w3.org/TR/CSS21/box.html#propdef-border-top-width,http://www.w3.org/TR/CSS21/box.html#border-width-properties e8a7af7dd6e4ffed98a1212d7f82777c112cbd08 `Microsoft`<http://www.microsoft.com/> The 'border-top-width' property supports a minimum length value in centimeters that sets the width of the top border.
|
|
border-top-width-036 Border-top-width using centimeters with a minimum plus one value, 1cm http://www.w3.org/TR/CSS21/box.html#propdef-border-top-width,http://www.w3.org/TR/CSS21/box.html#border-width-properties 16dc26119172435a9864f211ca7924b69621331a `Microsoft`<http://www.microsoft.com/> The 'border-top-width' property supports a minimum plus one length value in centimeters that sets the width of the top border.
|
|
border-top-width-037 reference/ref-if-there-is-no-red Border-top-width using centimeters with a minimum value with a minus sign, -0cm http://www.w3.org/TR/CSS21/box.html#propdef-border-top-width,http://www.w3.org/TR/CSS21/box.html#border-width-properties 275fb686bc60d286f361bfbed7f3bff412502d8e `Microsoft`<http://www.microsoft.com/> The 'border-top-width' property supports a minimum length value in centimeters that that has a minus sign before it.
|
|
border-top-width-038 reference/ref-if-there-is-no-red Border-top-width using centimeters with a minimum value with a plus sign, +0cm http://www.w3.org/TR/CSS21/box.html#propdef-border-top-width,http://www.w3.org/TR/CSS21/box.html#border-width-properties ea498c892ab48644fdb00cf1ee888a6ff90e6518 `Microsoft`<http://www.microsoft.com/> The 'border-top-width' property supports a minimum length value in centimeters that that has a plus sign before it.
|
|
border-top-width-039 reference/border-bottom-width-006-ref Border-top-width using centimeters with a nominal value, 2.54cm http://www.w3.org/TR/CSS21/box.html#propdef-border-top-width,http://www.w3.org/TR/CSS21/box.html#border-width-properties 0a9b0f8842737a3a6f65b3ca345811d508a7fa85 `Microsoft`<http://www.microsoft.com/> The 'border-top-width' property supports a nominal length value in centimeters that sets the width of the top border.
|
|
border-top-width-040 reference/border-bottom-width-006-ref Border-top-width using centimeters with a nominal value with a plus sign, +2.54cm http://www.w3.org/TR/CSS21/box.html#propdef-border-top-width,http://www.w3.org/TR/CSS21/box.html#border-width-properties 8410c71d8fd684f6a31112fe2c966456fddd044b `Microsoft`<http://www.microsoft.com/> The 'border-top-width' property supports a nominal length value in centimeters that has a plus sign before it.
|
|
border-top-width-045 reference/border-top-width-012-ref Border-top-width using millimeters with a minimum minus one (negative) value, -1mm invalid http://www.w3.org/TR/CSS21/box.html#propdef-border-top-width,http://www.w3.org/TR/CSS21/box.html#border-width-properties bf8078054c537d262593caa7a002abd8df23d263 `Microsoft`<http://www.microsoft.com/> The 'border-top-width' property does not support a negative length value in millimeters and resets to the initial value.
|
|
border-top-width-046 reference/ref-if-there-is-no-red Border-top-width using millimeters with a minimum value, 0mm http://www.w3.org/TR/CSS21/box.html#propdef-border-top-width,http://www.w3.org/TR/CSS21/box.html#border-width-properties d1d0419557562a135c7e22ca99a08058791330e7 `Microsoft`<http://www.microsoft.com/> The 'border-top-width' property supports a minimum length value in millimeters that sets the width of the top border.
|
|
border-top-width-047 Border-top-width using millimeters with a minimum plus one value, 1mm http://www.w3.org/TR/CSS21/box.html#propdef-border-top-width,http://www.w3.org/TR/CSS21/box.html#border-width-properties 6da0dceab6db05a52ccc765032b004a4aa71e8f0 `Microsoft`<http://www.microsoft.com/> The 'border-top-width' property supports a minimum plus one length value in millimeters that sets the width of the top border.
|
|
border-top-width-048 reference/ref-if-there-is-no-red Border-top-width using millimeters with a minimum value with a minus sign, -0mm http://www.w3.org/TR/CSS21/box.html#propdef-border-top-width,http://www.w3.org/TR/CSS21/box.html#border-width-properties becf04c485ea6551033049d6e7106851ab1a0ec2 `Microsoft`<http://www.microsoft.com/> The 'border-top-width' property supports a minimum length value in millimeters that that has a minus sign before it.
|
|
border-top-width-049 reference/ref-if-there-is-no-red Border-top-width using millimeters with a minimum value with a plus sign, +0mm http://www.w3.org/TR/CSS21/box.html#propdef-border-top-width,http://www.w3.org/TR/CSS21/box.html#border-width-properties 397f9163b657ae66a408a8005871325abfc8b279 `Microsoft`<http://www.microsoft.com/> The 'border-top-width' property supports a minimum length value in millimeters that that has a plus sign before it.
|
|
border-top-width-050 reference/border-bottom-width-006-ref Border-top-width using millimeters with a nominal value, 25.4mm http://www.w3.org/TR/CSS21/box.html#propdef-border-top-width,http://www.w3.org/TR/CSS21/box.html#border-width-properties e26ac08b2eeca971e4e87e55edbecd49fde32cfe `Microsoft`<http://www.microsoft.com/> The 'border-top-width' property supports a nominal length value in millimeters that sets the width of the top border.
|
|
border-top-width-051 reference/border-bottom-width-006-ref Border-top-width using millimeters with a nominal value with a plus sign, +25.4mm http://www.w3.org/TR/CSS21/box.html#propdef-border-top-width,http://www.w3.org/TR/CSS21/box.html#border-width-properties 1fc45d48993295f7cb148bacd32b9686051a547f `Microsoft`<http://www.microsoft.com/> The 'border-top-width' property supports a nominal length value in millimeters that has a plus sign before it.
|
|
border-top-width-056 reference/border-top-width-012-ref Border-top-width using inches with a minimum minus one (negative) value, -1in invalid http://www.w3.org/TR/CSS21/box.html#propdef-border-top-width,http://www.w3.org/TR/CSS21/box.html#border-width-properties f856b88c93eaece7b7d62651a2e4841e5560193d `Microsoft`<http://www.microsoft.com/> The 'border-top-width' property does not support a negative length value in inches and resets to the initial value.
|
|
border-top-width-057 reference/ref-if-there-is-no-red Border-top-width using inches with a minimum value, 0in http://www.w3.org/TR/CSS21/box.html#propdef-border-top-width,http://www.w3.org/TR/CSS21/box.html#border-width-properties 330b1fdecbded1f97bc51955442ee277ef039af6 `Microsoft`<http://www.microsoft.com/> The 'border-top-width' property supports a minimum length value in inches that sets the width of the top border.
|
|
border-top-width-058 reference/border-bottom-width-058-ref Border-top-width using inches with a minimum plus one value, 1in http://www.w3.org/TR/CSS21/box.html#propdef-border-top-width,http://www.w3.org/TR/CSS21/box.html#border-width-properties 2fb4e2995006c96ef80a6d8bf10fd2e050e337fd `Microsoft`<http://www.microsoft.com/> The 'border-top-width' property supports a minimum plus one length value in inches that sets the width of the top border.
|
|
border-top-width-059 reference/ref-if-there-is-no-red Border-top-width using inches with a minimum value with a minus sign, -0in http://www.w3.org/TR/CSS21/box.html#propdef-border-top-width,http://www.w3.org/TR/CSS21/box.html#border-width-properties 3f23929c707561f204fb3bd7a88a25d0e540e209 `Microsoft`<http://www.microsoft.com/> The 'border-top-width' property supports a minimum length value in inches that that has a minus sign before it.
|
|
border-top-width-060 reference/ref-if-there-is-no-red Border-top-width using inches with a minimum value with a plus sign, +0in http://www.w3.org/TR/CSS21/box.html#propdef-border-top-width,http://www.w3.org/TR/CSS21/box.html#border-width-properties aca9c22bb80a911dcc6ac90f0c6f9cd793593549 `Microsoft`<http://www.microsoft.com/> The 'border-top-width' property supports a minimum length value in inches that that has a plus sign before it.
|
|
border-top-width-061 reference/border-bottom-width-061-ref Border-top-width using inches with a nominal value, 3in http://www.w3.org/TR/CSS21/box.html#propdef-border-top-width,http://www.w3.org/TR/CSS21/box.html#border-width-properties 015a7bf6e624d21f855afe066a5a7817ae81eea9 `Microsoft`<http://www.microsoft.com/> The 'border-top-width' property supports a nominal length value in inches that sets the width of the top border.
|
|
border-top-width-062 reference/border-bottom-width-061-ref Border-top-width using inches with a nominal value with a plus sign, +3in http://www.w3.org/TR/CSS21/box.html#propdef-border-top-width,http://www.w3.org/TR/CSS21/box.html#border-width-properties b9494b61b1c32be76c4b361bd6bb5d9f419f96aa `Microsoft`<http://www.microsoft.com/> The 'border-top-width' property supports a nominal length value in inches that has a plus sign before it.
|
|
border-top-width-067 reference/border-top-width-012-ref Border-top-width using 'em' units with a minimum minus one (negative) value, -1em invalid http://www.w3.org/TR/CSS21/box.html#propdef-border-top-width,http://www.w3.org/TR/CSS21/box.html#border-width-properties 7dd004d7ee126445acfcd6d3f318302b47a523a8 `Microsoft`<http://www.microsoft.com/> The 'border-top-width' property does not support a negative length value in 'em' units and resets to the initial value.
|
|
border-top-width-068 reference/ref-if-there-is-no-red Border-top-width using 'em' units with a minimum value, 0em ahem http://www.w3.org/TR/CSS21/box.html#propdef-border-top-width,http://www.w3.org/TR/CSS21/box.html#border-width-properties b4cf7bc0b4105564f716e15bac99c6562cc70cfe `Microsoft`<http://www.microsoft.com/> The 'border-top-width' property supports a minimum length value in 'em' units that sets the width of the top border.
|
|
border-top-width-069 reference/border-bottom-width-069-ref Border-top-width using 'em' units with a minimum plus one value, 1em ahem http://www.w3.org/TR/CSS21/box.html#propdef-border-top-width,http://www.w3.org/TR/CSS21/box.html#border-width-properties afd3abfe684e04c6bd582510ac402a52f25d8bff `Microsoft`<http://www.microsoft.com/> The 'border-top-width' property supports a minimum plus one length value in 'em' units that sets the width of the top border.
|
|
border-top-width-070 reference/ref-if-there-is-no-red Border-top-width using 'em' units with a minimum value with a minus sign, -0em ahem http://www.w3.org/TR/CSS21/box.html#propdef-border-top-width,http://www.w3.org/TR/CSS21/box.html#border-width-properties 61d1144e678f4df0eb53fc1dc6eaba4b19649e0f `Microsoft`<http://www.microsoft.com/> The 'border-top-width' property supports a minimum length value in 'em' units that that has a minus sign before it.
|
|
border-top-width-071 reference/ref-if-there-is-no-red Border-top-width using 'em' units with a minimum value with a plus sign, +0em ahem http://www.w3.org/TR/CSS21/box.html#propdef-border-top-width,http://www.w3.org/TR/CSS21/box.html#border-width-properties 8a8cda8d52e45076bf269b57c6597078584ba2b5 `Microsoft`<http://www.microsoft.com/> The 'border-top-width' property supports a minimum length value in 'em' units that that has a plus sign before it.
|
|
border-top-width-072 reference/border-bottom-width-072-ref Border-top-width using 'em' units with a nominal value, 6em ahem http://www.w3.org/TR/CSS21/box.html#propdef-border-top-width,http://www.w3.org/TR/CSS21/box.html#border-width-properties 40518ef02c30b806762ac3894d50457da8340eef `Microsoft`<http://www.microsoft.com/> The 'border-top-width' property supports a nominal length value in 'em' units that sets the width of the top border.
|
|
border-top-width-073 reference/border-bottom-width-072-ref Border-top-width using 'em' units with a nominal value with a plus sign, +6em ahem http://www.w3.org/TR/CSS21/box.html#propdef-border-top-width,http://www.w3.org/TR/CSS21/box.html#border-width-properties 7b925e381efb9f841ae0c00b511ab6822e7894a3 `Microsoft`<http://www.microsoft.com/> The 'border-top-width' property supports a nominal length value in 'em' units that has a plus sign before it.
|
|
border-top-width-078 reference/border-top-width-012-ref Border-top-width using 'ex' units with a minimum minus one (negative) value, -1ex invalid http://www.w3.org/TR/CSS21/box.html#propdef-border-top-width,http://www.w3.org/TR/CSS21/box.html#border-width-properties 6b04ee9212e9973e6c3ac4b5c6279f08449e05a4 `Microsoft`<http://www.microsoft.com/> The 'border-top-width' property does not support a negative length value in 'ex' units and resets to the initial value.
|
|
border-top-width-079 reference/ref-if-there-is-no-red Border-top-width using 'ex' units with a minimum value, 0ex ahem http://www.w3.org/TR/CSS21/box.html#propdef-border-top-width,http://www.w3.org/TR/CSS21/box.html#border-width-properties 5d50c7acd22015d85bd3db5d7fb665dc9b53eba4 `Microsoft`<http://www.microsoft.com/> The 'border-top-width' property supports a minimum length value in 'ex' units that sets the width of the top border.
|
|
border-top-width-080 reference/border-bottom-width-025-ref Border-top-width using 'ex' units with a minimum plus one value, 1ex ahem http://www.w3.org/TR/CSS21/box.html#propdef-border-top-width,http://www.w3.org/TR/CSS21/box.html#border-width-properties 04c23f57fb5d6623865b632df73fdec2544f62be `Microsoft`<http://www.microsoft.com/> The 'border-top-width' property supports a minimum plus one length value in 'ex' units that sets the width of the top border.
|
|
border-top-width-081 reference/ref-if-there-is-no-red Border-top-width using 'ex' units with a minimum value with a minus sign, -0ex ahem http://www.w3.org/TR/CSS21/box.html#propdef-border-top-width,http://www.w3.org/TR/CSS21/box.html#border-width-properties 891a8b484c6c245486246ad912ca54209e9af59a `Microsoft`<http://www.microsoft.com/> The 'border-top-width' property supports a minimum length value in 'ex' units that that has a minus sign before it.
|
|
border-top-width-082 reference/ref-if-there-is-no-red Border-top-width using 'ex' units with a minimum value with a plus sign, +0ex ahem http://www.w3.org/TR/CSS21/box.html#propdef-border-top-width,http://www.w3.org/TR/CSS21/box.html#border-width-properties 86a9d7f2a3e2b52a38e03902861f73caff330dc9 `Microsoft`<http://www.microsoft.com/> The 'border-top-width' property supports a minimum length value in 'ex' units that that has a plus sign before it.
|
|
border-top-width-083 reference/border-bottom-width-006-ref Border-top-width using 'ex' units with a nominal value, 6ex ahem http://www.w3.org/TR/CSS21/box.html#propdef-border-top-width,http://www.w3.org/TR/CSS21/box.html#border-width-properties a43eadbd17cea10c99144fb61618236919080dc5 `Microsoft`<http://www.microsoft.com/> The 'border-top-width' property supports a nominal length value in 'ex' units that sets the width of the top border.
|
|
border-top-width-084 reference/border-bottom-width-006-ref Border-top-width using 'ex' units with a nominal value with a plus sign, +6ex ahem http://www.w3.org/TR/CSS21/box.html#propdef-border-top-width,http://www.w3.org/TR/CSS21/box.html#border-width-properties e798a2f3b713faf5f239d1e61edf2210713a3e64 `Microsoft`<http://www.microsoft.com/> The 'border-top-width' property supports a nominal length value in 'ex' units that has a plus sign before it.
|
|
border-top-width-089 reference/ref-if-there-is-no-red Border-top-width set to negative zero with no units, -0 http://www.w3.org/TR/CSS21/box.html#propdef-border-top-width,http://www.w3.org/TR/CSS21/box.html#border-width-properties 17e7391b49360cadcab3c55622ca05f9c69ed88e `Microsoft`<http://www.microsoft.com/> The 'border-top-width' property supports a minimum length value with no units that has a minus sign before it.
|
|
border-top-width-090 reference/ref-if-there-is-no-red Border-top-width set to zero with no units, 0 http://www.w3.org/TR/CSS21/box.html#propdef-border-top-width,http://www.w3.org/TR/CSS21/box.html#border-width-properties f80df3bb11259774f7fccf892042a51b33b3f7c2 `Microsoft`<http://www.microsoft.com/> The 'border-top-width' property supports a minimum length value with no units.
|
|
border-top-width-091 reference/ref-if-there-is-no-red Border-top-width set to positive zero with no units, +0 http://www.w3.org/TR/CSS21/box.html#propdef-border-top-width,http://www.w3.org/TR/CSS21/box.html#border-width-properties 5e61f47531a17d1f28e6d30cbbb81e4fd5627b3e `Microsoft`<http://www.microsoft.com/> The 'border-top-width' property supports a minimum length value with no units that has a plus sign before it.
|
|
border-top-width-092 Border-top-width set to thin http://www.w3.org/TR/CSS21/box.html#propdef-border-top-width,http://www.w3.org/TR/CSS21/box.html#border-width-properties cef83e25f7d217ad19158a317e09b1fd91aa4fe7 `Microsoft`<http://www.microsoft.com/> The 'border-top-width' property supports a value of thin.
|
|
border-top-width-093 Border-top-width set to medium http://www.w3.org/TR/CSS21/box.html#propdef-border-top-width,http://www.w3.org/TR/CSS21/box.html#border-width-properties dd415fe350ac57dd75067a8eb477a82406d38932 `Microsoft`<http://www.microsoft.com/> The 'border-top-width' property supports a value of medium.
|
|
border-top-width-094 Border-top-width set to thick http://www.w3.org/TR/CSS21/box.html#propdef-border-top-width,http://www.w3.org/TR/CSS21/box.html#border-width-properties f1299308f29c592aeee2b5ab7ded01cd43ec76d8 `Microsoft`<http://www.microsoft.com/> The 'border-top-width' property supports a value of thick.
|
|
border-top-width-095 reference/border-top-width-095-ref Border-top-width set to inherit http://www.w3.org/TR/CSS21/box.html#propdef-border-top-width,http://www.w3.org/TR/CSS21/box.html#border-width-properties e819f99b83e377e1648cc4c2fe7f2c49ece12097 `Microsoft`<http://www.microsoft.com/> The 'border-top-width' property supports a value of inherit and gets its computed value from its parent.
|
|
border-top-width-applies-to-001 reference/ref-filled-black-96px-square Border-top-width applied to element with display table-row-group http://www.w3.org/TR/CSS21/box.html#propdef-border-top-width,http://www.w3.org/TR/CSS21/box.html#border-width-properties baef122390ddbe03b58d22a048e083a7384bb6de `Microsoft`<http://www.microsoft.com/> The 'border-top-width' property applies to elements with a display of table-row-group.
|
|
border-top-width-applies-to-002 reference/ref-filled-black-96px-square Border-top-width applied to element with display table-header-group http://www.w3.org/TR/CSS21/box.html#propdef-border-top-width,http://www.w3.org/TR/CSS21/box.html#border-width-properties 692635cfc36c726d1da1f745004b975096414c06 `Microsoft`<http://www.microsoft.com/> The 'border-top-width' property applies to elements with a display of table-header-group.
|
|
border-top-width-applies-to-003 reference/ref-filled-black-96px-square Border-top-width applied to element with display table-footer-group http://www.w3.org/TR/CSS21/box.html#propdef-border-top-width,http://www.w3.org/TR/CSS21/box.html#border-width-properties b9aa32b469257860730c93ae45ec94a75b2eda00 `Microsoft`<http://www.microsoft.com/> The 'border-top-width' property applies to elements with a display of table-footer-group.
|
|
border-top-width-applies-to-004 reference/ref-filled-black-96px-square Border-top-width applied to element with display table-row http://www.w3.org/TR/CSS21/box.html#propdef-border-top-width,http://www.w3.org/TR/CSS21/box.html#border-width-properties 62e298fbd8a298abb2d5fe03e636ce758789a7e7 `Microsoft`<http://www.microsoft.com/> The 'border-top-width' property applies to elements with a display of table-row.
|
|
border-top-width-applies-to-005 reference/ref-filled-black-96px-square Border-top-width applied to element with display table-column-group http://www.w3.org/TR/CSS21/box.html#propdef-border-top-width,http://www.w3.org/TR/CSS21/box.html#border-width-properties e86f689e7885d193ce8bec650cf6bd2c87a04215 `Microsoft`<http://www.microsoft.com/> The 'border-top-width' property applies to elements with a display of table-column-group.
|
|
border-top-width-applies-to-006 reference/ref-filled-black-96px-square Border-top-width applied to element with display table-column http://www.w3.org/TR/CSS21/box.html#propdef-border-top-width,http://www.w3.org/TR/CSS21/box.html#border-width-properties 3c2d7b25d1bcf0ec4fbb89d7a554b6a9f8c2e788 `Microsoft`<http://www.microsoft.com/> The 'border-top-width' property applies to elements with a display of table-column.
|
|
border-top-width-applies-to-007 reference/ref-filled-black-96px-square Border-top-width applied to element with display table-cell http://www.w3.org/TR/CSS21/box.html#propdef-border-top-width,http://www.w3.org/TR/CSS21/box.html#border-width-properties 6051c896cd43fd7a814473b8c83ad454f97369f8 `Microsoft`<http://www.microsoft.com/> The 'border-top-width' property applies to elements with a display of table-cell.
|
|
border-top-width-applies-to-008 Border-top-width applied to element with display inline http://www.w3.org/TR/CSS21/box.html#propdef-border-top-width,http://www.w3.org/TR/CSS21/box.html#border-width-properties 8c7cd996ac01d4a26063353ea4ad90fd62bde217 `Microsoft`<http://www.microsoft.com/> The 'border-top-width' property applies to elements with a display of inline.
|
|
border-top-width-applies-to-009 reference/ref-filled-black-96px-square Border-top-width applied to element with display block http://www.w3.org/TR/CSS21/box.html#propdef-border-top-width,http://www.w3.org/TR/CSS21/box.html#border-width-properties 0d8b6499432b00b970debcb9000bc6bf9f84971f `Microsoft`<http://www.microsoft.com/> The 'border-top-width' property applies to elements with a display of block.
|
|
border-top-width-applies-to-010 Border-top-width applied to element with display list-item http://www.w3.org/TR/CSS21/box.html#propdef-border-top-width,http://www.w3.org/TR/CSS21/box.html#border-width-properties 8a15a1db22d296639cfe590aa4e2f10d550649e8 `Microsoft`<http://www.microsoft.com/> The 'border-top-width' The 'property' property applies to elements with a display of list-item.
|
|
border-top-width-applies-to-011 Border-top-width applied to element with display run-in http://www.w3.org/TR/CSS21/box.html#propdef-border-top-width,http://www.w3.org/TR/CSS21/box.html#border-width-properties d76440d0fff50730c3889ec88f9eec85cd80782d `Microsoft`<http://www.microsoft.com/> The 'border-top-width' property applies to elements with a display of run-in.
|
|
border-top-width-applies-to-012 reference/ref-filled-black-96px-square Border-top-width applied to element with display inline-block http://www.w3.org/TR/CSS21/box.html#propdef-border-top-width,http://www.w3.org/TR/CSS21/box.html#border-width-properties 870a7b4aea6c2311cd0f20064d597e6f4cc707a2 `Microsoft`<http://www.microsoft.com/> The 'border-top-width' property applies to elements with a display of inline-block.
|
|
border-top-width-applies-to-013 reference/ref-filled-black-96px-square Border-top-width applied to element with display table http://www.w3.org/TR/CSS21/box.html#propdef-border-top-width,http://www.w3.org/TR/CSS21/box.html#border-width-properties 36fb4c6c69468bfda840222238dad375f656e9a1 `Microsoft`<http://www.microsoft.com/> The 'border-top-width' property applies to elements with a display of table.
|
|
border-top-width-applies-to-014 reference/ref-filled-black-96px-square Border-top-width applied to element with display inline-table http://www.w3.org/TR/CSS21/box.html#propdef-border-top-width,http://www.w3.org/TR/CSS21/box.html#border-width-properties c05f6e0bef966d9c7448011538e3318736eecccb `Microsoft`<http://www.microsoft.com/> The 'border-top-width' property applies to elements with a display of inline-table.
|
|
border-top-width-applies-to-015 reference/ref-filled-black-96px-square Border-top-width applied to element with display table-caption http://www.w3.org/TR/CSS21/box.html#propdef-border-top-width,http://www.w3.org/TR/CSS21/box.html#border-width-properties 40f6b562b9e52f20e32a3f6088812b956303c3b0 `Microsoft`<http://www.microsoft.com/> The 'border-top-width' property applies to elements with a display of table-caption.
|
|
border-width-001 reference/border-left-width-006-ref Border-width shorthand property set using one value http://www.w3.org/TR/CSS21/box.html#propdef-border-width,http://www.w3.org/TR/CSS21/box.html#border-width-properties 067026edcf23617bf8600d325491ffe7d8e61e13 `Microsoft`<http://www.microsoft.com/> The 'border-width' shorthand property set using one value correctly sets the border width for the appropriate sides of an element.
|
|
border-width-002 reference/border-width-002-ref Border-width shorthand property set using two values http://www.w3.org/TR/CSS21/box.html#propdef-border-width,http://www.w3.org/TR/CSS21/box.html#border-width-properties ae8d4613eaf3409715232f33541603589abc4cc9 `Microsoft`<http://www.microsoft.com/> The 'border-width' shorthand property set using two values correctly sets the border width for the appropriate sides of an element.
|
|
border-width-003 reference/border-width-003-ref Border-width shorthand property set using three values http://www.w3.org/TR/CSS21/box.html#propdef-border-width,http://www.w3.org/TR/CSS21/box.html#border-width-properties 3c0ca22a11a8904a0b4c41b663802f23ef3e3e5f `Microsoft`<http://www.microsoft.com/> The 'border-width' shorthand property set using three values correctly sets the border width for the appropriate sides of an element.
|
|
border-width-004 reference/border-width-004-ref Border-width shorthand property set using four values http://www.w3.org/TR/CSS21/box.html#propdef-border-width,http://www.w3.org/TR/CSS21/box.html#border-width-properties 83d1848f2def8260c441d927712a3ff2d6c0cb3d `Microsoft`<http://www.microsoft.com/> The 'border-width' shorthand property set using four values correctly sets the border width for the appropriate sides of an element.
|
|
border-width-005 reference/border-width-005-ref Border-width shorthand property set to 'inherit', inheriting one value http://www.w3.org/TR/CSS21/box.html#propdef-border-width,http://www.w3.org/TR/CSS21/box.html#border-width-properties 3ed13e1299bde1e17822797bf891df4eeeba0d99 `Microsoft`<http://www.microsoft.com/> The 'border-width' property set to 'inherit' correctly inherits the one value specified on the parent element.
|
|
border-width-006 reference/border-width-006-ref Border-width shorthand property set to 'inherit', inheriting two values http://www.w3.org/TR/CSS21/box.html#propdef-border-width,http://www.w3.org/TR/CSS21/box.html#border-width-properties b15180ef348cf09d835cc91e7a249732883fb19a `Microsoft`<http://www.microsoft.com/> The 'border-width' property set to 'inherit' correctly inherits the two values specified on the parent element.
|
|
border-width-007 reference/border-width-007-ref Border-width shorthand property set to 'inherit', inheriting three values http://www.w3.org/TR/CSS21/box.html#propdef-border-width,http://www.w3.org/TR/CSS21/box.html#border-width-properties 4850c7697d762dfc6a3dcdc4d34d410c4865a560 `Microsoft`<http://www.microsoft.com/> The 'border-width' property set to 'inherit' correctly inherits the three values specified on the parent element.
|
|
border-width-008 reference/border-width-008-ref Border-width shorthand property set to 'inherit', inheriting four values http://www.w3.org/TR/CSS21/box.html#propdef-border-width,http://www.w3.org/TR/CSS21/box.html#border-width-properties 60c436c4298ade67ba38c5cd49fb9be8983d328a `Microsoft`<http://www.microsoft.com/> The 'border-width' property set to 'inherit' correctly inherits the four values specified on the parent element.
|
|
border-width-009 reference/border-width-009-ref CSS Parsing: Negative Border Widths invalid http://www.w3.org/TR/CSS21/syndata.html#length-units fe46a220c17cf8cdeeb3f52fec35d6ca3c5dbde6 `Ian Hickson`<mailto:ian@hixie.ch>
|
|
border-width-010 reference/border-width-010-ref CSS Parsing: Negative Border Widths invalid http://www.w3.org/TR/CSS21/syndata.html#length-units ce7240a5e13afa608f20544299bdf641cd40537c `Ian Hickson`<mailto:ian@hixie.ch>
|
|
border-width-011 reference/ref-this-text-should-be-green border-width: inherit http://www.w3.org/TR/CSS21/box.html#border-style-properties,http://www.w3.org/TR/CSS21/box.html#border-width-properties d5cae1d85c9571ce6f20318bc939228813301599 `Ian Hickson`<mailto:ian@hixie.ch>
|
|
border-width-012 reference/ref-if-there-is-no-red Border-width: inherit - border-style: hidden http://www.w3.org/TR/CSS21/box.html#border-width-properties 43e5b0f0de3a70559b9d88874da553836df1b714 `Gérard Talbot`<http://www.gtalbot.org/BrowserBugsSection/css21testsuite/> The border-width computed value is '0' if the border style is 'none' or 'hidden'.
|
|
border-width-013 reference/ref-if-there-is-no-red Border-width - length specified with a percentage unit invalid http://www.w3.org/TR/CSS21/box.html#border-width-properties 6f32ddbd5b34f1fbd4bc048d3b566899fed2fdb7 `Gérard Talbot`<http://www.gtalbot.org/BrowserBugsSection/css21testsuite/> A length value specified with a percentage unit does not apply to 'border-width'.
|
|
border-width-014 reference/border-width-014-ref Border-width: inherit - border-style inherit http://www.w3.org/TR/CSS21/box.html#border-width-properties 03887a6f11071644c81d8debccf1a2846c6e64e5 `Gérard Talbot`<http://www.gtalbot.org/BrowserBugsSection/css21testsuite/>
|
|
border-width-applies-to-001 Border-width applied to element with display table-row-group http://www.w3.org/TR/CSS21/box.html#propdef-border-width,http://www.w3.org/TR/CSS21/box.html#border-width-properties 1ead6ce5f3b8946ad92b980f38f94b059a4387cb `Microsoft`<http://www.microsoft.com/> The 'border-width' property applies to elements with a display of table-row-group.
|
|
border-width-applies-to-002 Border-width applied to element with display table-header-group http://www.w3.org/TR/CSS21/box.html#propdef-border-width,http://www.w3.org/TR/CSS21/box.html#border-width-properties 340f6f67617fcbb1899d96a659cecf437dce90f9 `Microsoft`<http://www.microsoft.com/> The 'border-width' property applies to elements with a display of table-header-group.
|
|
border-width-applies-to-003 Border-width applied to element with display table-footer-group http://www.w3.org/TR/CSS21/box.html#propdef-border-width,http://www.w3.org/TR/CSS21/box.html#border-width-properties 7f5b30f0c52ebf63e1c25c58570f00546b6ec8a4 `Microsoft`<http://www.microsoft.com/> The 'border-width' property applies to elements with a display of table-footer-group.
|
|
border-width-applies-to-004 Border-width applied to element with display table-row http://www.w3.org/TR/CSS21/box.html#propdef-border-width,http://www.w3.org/TR/CSS21/box.html#border-width-properties f189fd0687bffedda99254eedae776d465c470f0 `Microsoft`<http://www.microsoft.com/> The 'border-width' property applies to elements with a display of table-row.
|
|
border-width-applies-to-005 Border-width applied to element with display table-column-group http://www.w3.org/TR/CSS21/box.html#propdef-border-width,http://www.w3.org/TR/CSS21/box.html#border-width-properties 5f154771952d81e7a00c7daaeead61176850d00a `Microsoft`<http://www.microsoft.com/> The 'border-width' property applies to elements with a display of table-column-group.
|
|
border-width-applies-to-006 Border-width applied to element with display table-column http://www.w3.org/TR/CSS21/box.html#propdef-border-width,http://www.w3.org/TR/CSS21/box.html#border-width-properties 8e2c7160094d322777eefe73f4c0e606114bed2b `Microsoft`<http://www.microsoft.com/> The 'border-width' property applies to elements with a display of table-column.
|
|
border-width-applies-to-007 Border-width applied to element with display table-cell http://www.w3.org/TR/CSS21/box.html#propdef-border-width,http://www.w3.org/TR/CSS21/box.html#border-width-properties 97661d3f5df47dffdc6d1363b118cc664fe89e29 `Microsoft`<http://www.microsoft.com/> The 'border-width' property applies to elements with a display of table-cell.
|
|
border-width-applies-to-008 reference/border-width-applies-to-008-ref Border-width applied to element with display inline ahem http://www.w3.org/TR/CSS21/box.html#propdef-border-width,http://www.w3.org/TR/CSS21/box.html#border-width-properties b8ec957ae08791bb5b92f56c44a0b2155a640566 `Microsoft`<http://www.microsoft.com/> The 'border-width' property applies to elements with a display of inline.
|
|
border-width-applies-to-009 reference/border-width-applies-to-009-ref Border-width applied to element with display block http://www.w3.org/TR/CSS21/box.html#propdef-border-width,http://www.w3.org/TR/CSS21/box.html#border-width-properties b8ab22f77fa05a6f7dfc049f260f1941901ec945 `Microsoft`<http://www.microsoft.com/> The 'border-width' property applies to elements with a display of block.
|
|
border-width-applies-to-010 Border-width applied to element with display list-item http://www.w3.org/TR/CSS21/box.html#propdef-border-width,http://www.w3.org/TR/CSS21/box.html#border-width-properties 3d17a77aaeb839a0d8d927b0fc1f36061b0ad122 `Microsoft`<http://www.microsoft.com/> The 'border-width' property applies to elements with a display of list-item.
|
|
border-width-applies-to-011 Border-width applied to element with display run-in http://www.w3.org/TR/CSS21/box.html#propdef-border-width,http://www.w3.org/TR/CSS21/box.html#border-width-properties ac6cf4154d7b83ca11f2e396c17f658e53da88ee `Microsoft`<http://www.microsoft.com/> The 'border-width' property applies to elements with a display of run-in.
|
|
border-width-applies-to-012 reference/border-width-applies-to-009-ref Border-width applied to element with display inline-block http://www.w3.org/TR/CSS21/box.html#propdef-border-width,http://www.w3.org/TR/CSS21/box.html#border-width-properties 5738f57a9aabe5f0a4a78cd4bbd61fde4f802428 `Microsoft`<http://www.microsoft.com/> The 'border-width' property applies to elements with a display of inline-block.
|
|
border-width-applies-to-013 Border-width applied to element with display table http://www.w3.org/TR/CSS21/box.html#propdef-border-width,http://www.w3.org/TR/CSS21/box.html#border-width-properties 94bef6164e7743e02456e2ad926546d3a1caff67 `Microsoft`<http://www.microsoft.com/> The 'border-width' property applies to elements with a display of table.
|
|
border-width-applies-to-014 Border-width applied to element with display inline-table http://www.w3.org/TR/CSS21/box.html#propdef-border-width,http://www.w3.org/TR/CSS21/box.html#border-width-properties 482bd4e828352d8ed0907093c9fd23cbb9e44202 `Microsoft`<http://www.microsoft.com/> The 'border-width' property applies to elements with a display of inline-table.
|
|
border-width-applies-to-015 reference/border-width-applies-to-009-ref Border-width applied to element with display table-caption http://www.w3.org/TR/CSS21/box.html#propdef-border-width,http://www.w3.org/TR/CSS21/box.html#border-width-properties e69583911bb46ba0cfce017b2d5c5028a912d9d0 `Microsoft`<http://www.microsoft.com/> The 'border-width' property applies to elements with a display of table-caption.
|
|
border-width-comparison-001 Border-width - Relation of thin, medium, and thick http://www.w3.org/TR/CSS21/box.html#border-width-properties 3dba352f7b8c234a8f813196fbc11a74584c8869 `Microsoft`<http://www.microsoft.com/> A border-width set to thin is small than a border-width that is set to medium which is smaller than a border-width that is set to thick.
|
|
border-width-shorthand-001 reference/border-width-shorthand-001-ref Border-width set using a single value http://www.w3.org/TR/CSS21/box.html#border-width-properties da70f695ee2681f853bc769ad8f3e28b29ad676d `Microsoft`<http://www.microsoft.com/> Applying a single value to the 'border-width' property applies the value to all sides of the element.
|
|
border-width-shorthand-002 reference/border-width-shorthand-002-ref Border-width set using two values http://www.w3.org/TR/CSS21/box.html#border-width-properties 9e3861cc7e59e4d54b3e6a2bbbe85caa39abaf3d `Microsoft`<http://www.microsoft.com/> Applying two values to the border-width property applies the first value to the top and bottom and the second to the left and right.
|
|
border-width-shorthand-003 reference/border-width-shorthand-003-ref Border-width set using three values http://www.w3.org/TR/CSS21/box.html#border-width-properties ea142034228972ff264ffe3277356f3c2c09026c `Microsoft`<http://www.microsoft.com/> Applying three values to the border-width property applies the first value to the top. The second value to the left and right and the third value to the bottom.
|
|
border-width-shorthand-004 reference/border-width-shorthand-004-ref Border-width set using four values http://www.w3.org/TR/CSS21/box.html#border-width-properties 410430272a8a8193d3490d510bb9359ff3b74250 `Microsoft`<http://www.microsoft.com/> Applying four values to the border-width property applies the values top, right, bottom, left, respectively.
|
|
bottom-004 reference/ref-no-vert-space-between Bottom using pixels with a value of negative zero, -0px http://www.w3.org/TR/CSS21/visuren.html#propdef-bottom,http://www.w3.org/TR/CSS21/visuren.html#position-props a2092a7a568b5f81b5d3cf39e542d62fb38a542f `Microsoft`<http://www.microsoft.com/> The 'bottom' property sets a negative zero length value in pixels.
|
|
bottom-005 reference/ref-no-vert-space-between Bottom using pixels with a value of zero, 0px http://www.w3.org/TR/CSS21/visuren.html#propdef-bottom,http://www.w3.org/TR/CSS21/visuren.html#position-props 405f12aafcd9eae451e475c9e3494a06cabdaf11 `Microsoft`<http://www.microsoft.com/> The 'bottom' property sets a zero length value in pixels.
|
|
bottom-006 reference/ref-no-vert-space-between Bottom using pixels with a value of positive zero, +0px http://www.w3.org/TR/CSS21/visuren.html#propdef-bottom,http://www.w3.org/TR/CSS21/visuren.html#position-props 1d2ad92f847a0be5519adefa9c3efee08e4912ff `Microsoft`<http://www.microsoft.com/> The 'bottom' property sets a positive zero length value in pixels.
|
|
bottom-007 reference/bottom-007-ref Bottom using pixels with a nominal value, 96px http://www.w3.org/TR/CSS21/visuren.html#propdef-bottom,http://www.w3.org/TR/CSS21/visuren.html#position-props c3eaf604ac0793ed1a9bcf7f3b4a6b883047a0ea `Microsoft`<http://www.microsoft.com/> The 'bottom' property sets a nominal length value in pixels.
|
|
bottom-008 reference/bottom-007-ref Bottom using pixels with a positive nominal value, +96px http://www.w3.org/TR/CSS21/visuren.html#propdef-bottom,http://www.w3.org/TR/CSS21/visuren.html#position-props 0a11d27d6f06c0bb1934f4e8198361c9d6fd7705 `Microsoft`<http://www.microsoft.com/> The 'bottom' property sets a positive nominal length value in pixels.
|
|
bottom-016 reference/ref-no-vert-space-between Bottom using points with a value of negative zero, -0pt http://www.w3.org/TR/CSS21/visuren.html#propdef-bottom,http://www.w3.org/TR/CSS21/visuren.html#position-props ddbb12407fb4b58b8046ebe7a56a9a8c6f4857cf `Microsoft`<http://www.microsoft.com/> The 'bottom' property sets a negative zero length value in points.
|
|
bottom-017 reference/ref-no-vert-space-between Bottom using points with a value of zero, 0pt http://www.w3.org/TR/CSS21/visuren.html#propdef-bottom,http://www.w3.org/TR/CSS21/visuren.html#position-props 8a9252f2321279110de27e2680f04c2cb2ba6709 `Microsoft`<http://www.microsoft.com/> The 'bottom' property sets a zero length value in points.
|
|
bottom-018 reference/ref-no-vert-space-between Bottom using points with a value of positive zero, +0pt http://www.w3.org/TR/CSS21/visuren.html#propdef-bottom,http://www.w3.org/TR/CSS21/visuren.html#position-props 459dd093d60742ec42029b0bd1f6c3b4f5bd1322 `Microsoft`<http://www.microsoft.com/> The 'bottom' property sets a positive zero length value in points.
|
|
bottom-019 reference/bottom-019-ref Bottom using points with a nominal value, 72pt http://www.w3.org/TR/CSS21/visuren.html#propdef-bottom,http://www.w3.org/TR/CSS21/visuren.html#position-props 0cefd41cbb132b85c7be96599c8c3f01213b7e7c `Microsoft`<http://www.microsoft.com/> The 'bottom' property sets a nominal length value in points.
|
|
bottom-020 reference/bottom-019-ref Bottom using points with a positive nominal value, +72pt http://www.w3.org/TR/CSS21/visuren.html#propdef-bottom,http://www.w3.org/TR/CSS21/visuren.html#position-props 8edc9d95289b8fbedabe05d2ab81a069f928074c `Microsoft`<http://www.microsoft.com/> The 'bottom' property sets a positive nominal length value in points.
|
|
bottom-028 reference/ref-no-vert-space-between Bottom using picas with a value of negative zero, -0pc http://www.w3.org/TR/CSS21/visuren.html#propdef-bottom,http://www.w3.org/TR/CSS21/visuren.html#position-props bc51ffa3cf9d5df504e2b8d1547cc01008bc55b1 `Microsoft`<http://www.microsoft.com/> The 'bottom' property sets a negative zero length value in picas.
|
|
bottom-029 reference/ref-no-vert-space-between Bottom using picas with a value of zero, 0pc http://www.w3.org/TR/CSS21/visuren.html#propdef-bottom,http://www.w3.org/TR/CSS21/visuren.html#position-props df7a5e5366b3954d6020f3ab2d14dfce1c6b138b `Microsoft`<http://www.microsoft.com/> The 'bottom' property sets a zero length value in picas.
|
|
bottom-030 reference/ref-no-vert-space-between Bottom using picas with a value of positive zero, +0pc http://www.w3.org/TR/CSS21/visuren.html#propdef-bottom,http://www.w3.org/TR/CSS21/visuren.html#position-props 284cc6e102e392db6f240fe0d98ade1a36954603 `Microsoft`<http://www.microsoft.com/> The 'bottom' property sets a positive zero length value in picas.
|
|
bottom-031 reference/bottom-019-ref Bottom using picas with a nominal value, 6pc http://www.w3.org/TR/CSS21/visuren.html#propdef-bottom,http://www.w3.org/TR/CSS21/visuren.html#position-props 316688daeea66b01e257d41fdc5ee67cabcaf252 `Microsoft`<http://www.microsoft.com/> The 'bottom' property sets a nominal length value in picas.
|
|
bottom-032 reference/bottom-019-ref Bottom using picas with a positive nominal value, +6pc http://www.w3.org/TR/CSS21/visuren.html#propdef-bottom,http://www.w3.org/TR/CSS21/visuren.html#position-props 58fb5b31b1bfe46978f3b1273ac7854fc87ab98e `Microsoft`<http://www.microsoft.com/> The 'bottom' property sets a positive nominal length value in picas.
|
|
bottom-040 reference/ref-no-vert-space-between Bottom using centimeters with a value of negative zero, -0cm http://www.w3.org/TR/CSS21/visuren.html#propdef-bottom,http://www.w3.org/TR/CSS21/visuren.html#position-props 92a8717085e1357384058561908d059b323c86cd `Microsoft`<http://www.microsoft.com/> The 'bottom' property sets a negative zero length value in centimeters.
|
|
bottom-041 reference/ref-no-vert-space-between Bottom using centimeters with a value of zero, 0cm http://www.w3.org/TR/CSS21/visuren.html#propdef-bottom,http://www.w3.org/TR/CSS21/visuren.html#position-props 7012c22befa95ed090c1e57d7969e8e36b5a1235 `Microsoft`<http://www.microsoft.com/> The 'bottom' property sets a zero length value in centimeters.
|
|
bottom-042 reference/ref-no-vert-space-between Bottom using centimeters with a value of positive zero, +0cm http://www.w3.org/TR/CSS21/visuren.html#propdef-bottom,http://www.w3.org/TR/CSS21/visuren.html#position-props 14f2397b82ce3f811c5b87970522a5751142db63 `Microsoft`<http://www.microsoft.com/> The 'bottom' property sets a positive zero length value in centimeters.
|
|
bottom-043 reference/bottom-019-ref Bottom using centimeters with a nominal value, 2.54cm http://www.w3.org/TR/CSS21/visuren.html#propdef-bottom,http://www.w3.org/TR/CSS21/visuren.html#position-props bfa8e11ec4262be3f80cbf1e166e4b1fde66ce8e `Microsoft`<http://www.microsoft.com/> The 'bottom' property sets a nominal length value in centimeters.
|
|
bottom-044 reference/bottom-019-ref Bottom using centimeters with a positive nominal value, +2.54cm http://www.w3.org/TR/CSS21/visuren.html#propdef-bottom,http://www.w3.org/TR/CSS21/visuren.html#position-props f28e2c3af86a47151ed2f6fa1ee8b0f92e394c6d `Microsoft`<http://www.microsoft.com/> The 'bottom' property sets a positive nominal length value in centimeters.
|
|
bottom-052 reference/ref-no-vert-space-between Bottom using millimeters with a value of negative zero, -0mm http://www.w3.org/TR/CSS21/visuren.html#propdef-bottom,http://www.w3.org/TR/CSS21/visuren.html#position-props 2cc53640073410eba9ec2f58021983541bba6e1c `Microsoft`<http://www.microsoft.com/> The 'bottom' property sets a negative zero length value in millimeters.
|
|
bottom-053 reference/ref-no-vert-space-between Bottom using millimeters with a value of zero, 0mm http://www.w3.org/TR/CSS21/visuren.html#propdef-bottom,http://www.w3.org/TR/CSS21/visuren.html#position-props e41bd1781a78b856a7546c848229ca058a172119 `Microsoft`<http://www.microsoft.com/> The 'bottom' property sets a zero length value in millimeters.
|
|
bottom-054 reference/ref-no-vert-space-between Bottom using millimeters with a value of positive zero, +0mm http://www.w3.org/TR/CSS21/visuren.html#propdef-bottom,http://www.w3.org/TR/CSS21/visuren.html#position-props f61fe5fcf4d4731f3b6c2735b9ceedbd7d6b7664 `Microsoft`<http://www.microsoft.com/> The 'bottom' property sets a positive zero length value in millimeters.
|
|
bottom-055 reference/bottom-019-ref Bottom using millimeters with a nominal value, 25.4mm http://www.w3.org/TR/CSS21/visuren.html#propdef-bottom,http://www.w3.org/TR/CSS21/visuren.html#position-props cbaa886dc8c9e428388822541c57a2638813580d `Microsoft`<http://www.microsoft.com/> The 'bottom' property sets a nominal length value in millimeters.
|
|
bottom-056 reference/bottom-019-ref Bottom using millimeters with a positive nominal value, +25.4mm http://www.w3.org/TR/CSS21/visuren.html#propdef-bottom,http://www.w3.org/TR/CSS21/visuren.html#position-props da5d166b92c5a6d55b398a8e19196f49cba7c564 `Microsoft`<http://www.microsoft.com/> The 'bottom' property sets a positive nominal length value in millimeters.
|
|
bottom-064 reference/ref-no-vert-space-between Bottom using inches with a value of negative zero, -0in http://www.w3.org/TR/CSS21/visuren.html#propdef-bottom,http://www.w3.org/TR/CSS21/visuren.html#position-props 8cbe0d968afce08e5b3e6b84223bd49d0b403b05 `Microsoft`<http://www.microsoft.com/> The 'bottom' property sets a negative zero length value in inches.
|
|
bottom-065 reference/ref-no-vert-space-between Bottom using inches with a value of zero, 0in http://www.w3.org/TR/CSS21/visuren.html#propdef-bottom,http://www.w3.org/TR/CSS21/visuren.html#position-props d8793091dd128a6b27a31ad6b6953335c9ea4a4d `Microsoft`<http://www.microsoft.com/> The 'bottom' property sets a zero length value in inches.
|
|
bottom-066 reference/ref-no-vert-space-between Bottom using inches with a value of positive zero, +0in http://www.w3.org/TR/CSS21/visuren.html#propdef-bottom,http://www.w3.org/TR/CSS21/visuren.html#position-props e54b7d69cd8e4b887c2c619b0d4da1cd7c759f8e `Microsoft`<http://www.microsoft.com/> The 'bottom' property sets a positive zero length value in inches.
|
|
bottom-067 reference/bottom-019-ref Bottom using inches with a nominal value, 1in http://www.w3.org/TR/CSS21/visuren.html#propdef-bottom,http://www.w3.org/TR/CSS21/visuren.html#position-props 1988f482854a3585b8a6fa8c8438e56e690234c2 `Microsoft`<http://www.microsoft.com/> The 'bottom' property sets a nominal length value in inches.
|
|
bottom-068 reference/bottom-019-ref Bottom using inches with a positive nominal value, +1in http://www.w3.org/TR/CSS21/visuren.html#propdef-bottom,http://www.w3.org/TR/CSS21/visuren.html#position-props 476e1d839ece931e20749aad9eb28976d2717e63 `Microsoft`<http://www.microsoft.com/> The 'bottom' property sets a positive nominal length value in inches.
|
|
bottom-076 reference/ref-no-vert-space-between Bottom using 'em' units with a value of negative zero, -0em ahem http://www.w3.org/TR/CSS21/visuren.html#propdef-bottom,http://www.w3.org/TR/CSS21/visuren.html#position-props 1e4fcb685a8bc791df10ba4c78e77226efd5385a `Microsoft`<http://www.microsoft.com/> The 'bottom' property sets a negative zero length value in 'em' units.
|
|
bottom-077 reference/ref-no-vert-space-between Bottom using 'em' units with a value of zero, 0em ahem http://www.w3.org/TR/CSS21/visuren.html#propdef-bottom,http://www.w3.org/TR/CSS21/visuren.html#position-props 8da21b62d70aa928300cdb1158628133b9dc2609 `Microsoft`<http://www.microsoft.com/> The 'bottom' property sets a zero length value in 'em' units.
|
|
bottom-078 reference/ref-no-vert-space-between Bottom using 'em' units with a value of positive zero, +0em ahem http://www.w3.org/TR/CSS21/visuren.html#propdef-bottom,http://www.w3.org/TR/CSS21/visuren.html#position-props a4e587013ebfb8a160807c556f1e4fbb07a79f4e `Microsoft`<http://www.microsoft.com/> The 'bottom' property sets a positive zero length value in 'em' units.
|
|
bottom-079 reference/bottom-079-ref Bottom using 'em' units with a nominal value, 6em ahem http://www.w3.org/TR/CSS21/visuren.html#propdef-bottom,http://www.w3.org/TR/CSS21/visuren.html#position-props 1088f8461daf1357b553fe02e9a76bdf9f503738 `Microsoft`<http://www.microsoft.com/> The 'bottom' property sets a nominal length value in 'em' units.
|
|
bottom-080 reference/bottom-079-ref Bottom using 'em' units with a positive nominal value, +6em ahem http://www.w3.org/TR/CSS21/visuren.html#propdef-bottom,http://www.w3.org/TR/CSS21/visuren.html#position-props b14c02c8b68d9fec81edd9cdbc4a55ce9ab562f1 `Microsoft`<http://www.microsoft.com/> The 'bottom' property sets a positive nominal length value in 'em' units.
|
|
bottom-088 reference/ref-no-vert-space-between Bottom using 'ex' units with a value of negative zero, -0ex ahem http://www.w3.org/TR/CSS21/visuren.html#propdef-bottom,http://www.w3.org/TR/CSS21/visuren.html#position-props 3f74e4809df9fe3302704206f555d90ab310a052 `Microsoft`<http://www.microsoft.com/> The 'bottom' property sets a negative zero length value in 'ex' units.
|
|
bottom-089 reference/ref-no-vert-space-between Bottom using 'ex' units with a value of zero, 0ex ahem http://www.w3.org/TR/CSS21/visuren.html#propdef-bottom,http://www.w3.org/TR/CSS21/visuren.html#position-props 3c7fc048f19338a7cc45a44744db296b047e92ca `Microsoft`<http://www.microsoft.com/> The 'bottom' property sets a zero length value in 'ex' units.
|
|
bottom-090 reference/ref-no-vert-space-between Bottom using 'ex' units with a value of positive zero, +0ex ahem http://www.w3.org/TR/CSS21/visuren.html#propdef-bottom,http://www.w3.org/TR/CSS21/visuren.html#position-props bfa8fe1b058b8f86af1db89c639853b6e9c53505 `Microsoft`<http://www.microsoft.com/> The 'bottom' property sets a positive zero length value in 'ex' units.
|
|
bottom-091 reference/bottom-019-ref Bottom using 'ex' units with a nominal value, 6ex ahem http://www.w3.org/TR/CSS21/visuren.html#propdef-bottom,http://www.w3.org/TR/CSS21/visuren.html#position-props 528e7997019f9bfe90f085d827b813b4003921be `Microsoft`<http://www.microsoft.com/> The 'bottom' property sets a nominal length value in 'ex' units.
|
|
bottom-092 reference/bottom-019-ref Bottom using 'ex' units with a positive nominal value, +6ex ahem http://www.w3.org/TR/CSS21/visuren.html#propdef-bottom,http://www.w3.org/TR/CSS21/visuren.html#position-props 8ce3a89ef3b1f7b294f9ecfcd857f5ee63d28f66 `Microsoft`<http://www.microsoft.com/> The 'bottom' property sets a positive nominal length value in 'ex' units.
|
|
bottom-100 reference/ref-no-vert-space-between Bottom using percentages with a value of negative zero, -0% http://www.w3.org/TR/CSS21/visuren.html#propdef-bottom,http://www.w3.org/TR/CSS21/visuren.html#position-props d372ea820f377f211b7ea631c971b21c61922669 `Microsoft`<http://www.microsoft.com/> The 'bottom' property sets a negative zero length value in percentages.
|
|
bottom-101 reference/ref-no-vert-space-between Bottom using percentages with a value of zero, 0% http://www.w3.org/TR/CSS21/visuren.html#propdef-bottom,http://www.w3.org/TR/CSS21/visuren.html#position-props a895d53aef813d6a87fc19df7747d6dedeb6bae1 `Microsoft`<http://www.microsoft.com/> The 'bottom' property sets a zero length value in percentages.
|
|
bottom-102 reference/ref-no-vert-space-between Bottom using percentages with a value of positive zero, +0% http://www.w3.org/TR/CSS21/visuren.html#propdef-bottom,http://www.w3.org/TR/CSS21/visuren.html#position-props a56bd8820ba25562e55c4131f51229175b5d600c `Microsoft`<http://www.microsoft.com/> The 'bottom' property sets a positive zero length value in percentages.
|
|
bottom-103 reference/bottom-019-ref Bottom using percentages with a nominal value, 100% http://www.w3.org/TR/CSS21/visuren.html#propdef-bottom,http://www.w3.org/TR/CSS21/visuren.html#position-props 640a0db006ad407b1165d89657cfc10080d584f0 `Microsoft`<http://www.microsoft.com/> The 'bottom' property sets a nominal length value in percentages.
|
|
bottom-104 reference/bottom-019-ref Bottom using percentages with a positive nominal value, +100% http://www.w3.org/TR/CSS21/visuren.html#propdef-bottom,http://www.w3.org/TR/CSS21/visuren.html#position-props cff8ae697b9cc0b96483f578c5f4238563ae51d9 `Microsoft`<http://www.microsoft.com/> The 'bottom' property sets a positive nominal length value in percentages.
|
|
bottom-109 reference/ref-no-vert-space-between Bottom with a value of negative zero and no units, -0 http://www.w3.org/TR/CSS21/visuren.html#propdef-bottom,http://www.w3.org/TR/CSS21/visuren.html#position-props a04c9ca2deba520f106d2d4bf10b1ec6dc1b8b98 `Microsoft`<http://www.microsoft.com/> The 'bottom' property sets a negative zero length value with no units.
|
|
bottom-110 reference/ref-no-vert-space-between Bottom with a value of zero and no units, 0 http://www.w3.org/TR/CSS21/visuren.html#propdef-bottom,http://www.w3.org/TR/CSS21/visuren.html#position-props 2463dcc57e26d0ca2414faf4e30215658e2a4cd8 `Microsoft`<http://www.microsoft.com/> The 'bottom' property sets a zero length value with no units.
|
|
bottom-111 reference/ref-no-vert-space-between Bottom with a value of positive zero and no units, +0 http://www.w3.org/TR/CSS21/visuren.html#propdef-bottom,http://www.w3.org/TR/CSS21/visuren.html#position-props 7a599e464ab5babc86558907a93f07d96c569773 `Microsoft`<http://www.microsoft.com/> The 'bottom' property sets a positive zero length value with no units.
|
|
bottom-112 reference/ref-no-vert-space-between Bottom with a value of 'auto' http://www.w3.org/TR/CSS21/visuren.html#propdef-bottom,http://www.w3.org/TR/CSS21/visuren.html#position-props dca32b89f7a79f7d9a84a212c10f5423297bb8f9 `Microsoft`<http://www.microsoft.com/> The 'bottom' property sets a value of 'auto'.
|
|
bottom-113 reference/bottom-113-ref Bottom with a value of 'inherit' http://www.w3.org/TR/CSS21/visuren.html#propdef-bottom,http://www.w3.org/TR/CSS21/visuren.html#position-props 04807defbdfb95ccbe06509ad0226b19b4f3e6e6 `Microsoft`<http://www.microsoft.com/> The 'bottom' property sets a value of 'inherit', inheriting the computed value from the parent element.
|
|
bottom-applies-to-001 reference/bottom-applies-to-001-ref Bottom applied to element with 'display' set to 'table-row-group' http://www.w3.org/TR/CSS21/visuren.html#propdef-bottom,http://www.w3.org/TR/CSS21/visuren.html#dis-pos-flo,http://www.w3.org/TR/CSS21/visuren.html#position-props 3ab56758554aecadfbdb52bc6c4ead5316143df6 `Microsoft`<http://www.microsoft.com/> The 'bottom' property applies to elements with a display of 'table-row-group'.
|
|
bottom-applies-to-002 reference/bottom-applies-to-001-ref Bottom applied to element with 'display' set to 'table-header-group' http://www.w3.org/TR/CSS21/visuren.html#propdef-bottom,http://www.w3.org/TR/CSS21/visuren.html#dis-pos-flo,http://www.w3.org/TR/CSS21/visuren.html#position-props 2b2c3ec0433d2d162107400ad4c39e65a718c848 `Microsoft`<http://www.microsoft.com/> The 'bottom' property applies to elements with a display of 'table-header-group'.
|
|
bottom-applies-to-003 reference/bottom-applies-to-001-ref Bottom applied to element with 'display' set to 'table-footer-group' http://www.w3.org/TR/CSS21/visuren.html#propdef-bottom,http://www.w3.org/TR/CSS21/visuren.html#dis-pos-flo,http://www.w3.org/TR/CSS21/visuren.html#position-props c09cf8117f5eb8b204ce1794f5324fc3083e97b3 `Microsoft`<http://www.microsoft.com/> The 'bottom' property applies to elements with a display of 'table-footer-group'.
|
|
bottom-applies-to-004 reference/bottom-applies-to-001-ref Bottom applied to element with 'display' set to 'table-row' http://www.w3.org/TR/CSS21/visuren.html#propdef-bottom,http://www.w3.org/TR/CSS21/visuren.html#dis-pos-flo,http://www.w3.org/TR/CSS21/visuren.html#position-props 6637422339edcd64184a92f3e8b5a579c9653094 `Microsoft`<http://www.microsoft.com/> The 'bottom' property applies to elements with a display of 'table-row'.
|
|
bottom-applies-to-005 reference/bottom-applies-to-001-ref Bottom applied to element with 'display' set to 'table-column-group' http://www.w3.org/TR/CSS21/visuren.html#propdef-bottom,http://www.w3.org/TR/CSS21/visuren.html#dis-pos-flo,http://www.w3.org/TR/CSS21/visuren.html#position-props 0a739a002eade863809dcb180bbba2006d4ea329 `Microsoft`<http://www.microsoft.com/> The 'bottom' property applies to elements with a display of 'table-column-group'.
|
|
bottom-applies-to-006 reference/bottom-applies-to-001-ref Bottom applied to element with 'display' set to 'table-column' http://www.w3.org/TR/CSS21/visuren.html#propdef-bottom,http://www.w3.org/TR/CSS21/visuren.html#dis-pos-flo,http://www.w3.org/TR/CSS21/visuren.html#position-props fac1691cda7c936e0a61f627d25613e4ec9380e2 `Microsoft`<http://www.microsoft.com/> The 'bottom' property applies to elements with a display of 'table-column'.
|
|
bottom-applies-to-007 reference/bottom-applies-to-001-ref Bottom applied to element with 'display' set to 'table-cell' http://www.w3.org/TR/CSS21/visuren.html#propdef-bottom,http://www.w3.org/TR/CSS21/visuren.html#dis-pos-flo,http://www.w3.org/TR/CSS21/visuren.html#position-props a4743a6c7cc8786834eed2eaca5fc1c9c071368c `Microsoft`<http://www.microsoft.com/> The 'bottom' property applies to elements with a display of 'table-cell'.
|
|
bottom-applies-to-008 Bottom applied to element with 'display' set to inline http://www.w3.org/TR/CSS21/visuren.html#propdef-bottom,http://www.w3.org/TR/CSS21/visuren.html#dis-pos-flo,http://www.w3.org/TR/CSS21/visuren.html#position-props 9fc02c6162feea81eca4e1e42d4d33c178971153 `Microsoft`<http://www.microsoft.com/> The 'bottom' property applies to elements with a display of inline.
|
|
bottom-applies-to-009 reference/bottom-applies-to-001-ref Bottom applied to element with 'display' set to block http://www.w3.org/TR/CSS21/visuren.html#propdef-bottom,http://www.w3.org/TR/CSS21/visuren.html#dis-pos-flo,http://www.w3.org/TR/CSS21/visuren.html#position-props dc736d0325ad4d52dab0868f81a10b07864ad7fe `Microsoft`<http://www.microsoft.com/> The 'bottom' property applies to elements with a display of block.
|
|
bottom-applies-to-010 Bottom applied to element with 'display' set to list-item http://www.w3.org/TR/CSS21/visuren.html#propdef-bottom,http://www.w3.org/TR/CSS21/visuren.html#dis-pos-flo,http://www.w3.org/TR/CSS21/visuren.html#position-props f6cee4609b8cb5092a925e84c21d8b803722efb1 `Microsoft`<http://www.microsoft.com/> The 'bottom' property applies to elements with a display of list-item.
|
|
bottom-applies-to-011 Bottom applied to element with 'display' set to run-in http://www.w3.org/TR/CSS21/visuren.html#propdef-bottom,http://www.w3.org/TR/CSS21/visuren.html#dis-pos-flo,http://www.w3.org/TR/CSS21/visuren.html#position-props 5593d0223cd1a21cdcdf3bc15b7f1fc3255dd3c3 `Microsoft`<http://www.microsoft.com/> The 'bottom' property applies to elements with a display of run-in.
|
|
bottom-applies-to-012 reference/bottom-applies-to-001-ref Bottom applied to element with 'display' set to inline-block http://www.w3.org/TR/CSS21/visuren.html#propdef-bottom,http://www.w3.org/TR/CSS21/visuren.html#dis-pos-flo,http://www.w3.org/TR/CSS21/visuren.html#position-props 4628498edea7596f6aff520e016ce9824f5c6906 `Microsoft`<http://www.microsoft.com/> The 'bottom' property applies to elements with a display of inline-block.
|
|
bottom-applies-to-013 reference/bottom-applies-to-001-ref Bottom applied to element with 'display' set to 'table' http://www.w3.org/TR/CSS21/visuren.html#propdef-bottom,http://www.w3.org/TR/CSS21/visuren.html#dis-pos-flo,http://www.w3.org/TR/CSS21/visuren.html#position-props 437360c140e89825b2547218d397cf12b135a360 `Microsoft`<http://www.microsoft.com/> The 'bottom' property applies to elements with a display of 'table'.
|
|
bottom-applies-to-014 reference/bottom-applies-to-001-ref Bottom applied to element with 'display' set to 'inline-table' http://www.w3.org/TR/CSS21/visuren.html#propdef-bottom,http://www.w3.org/TR/CSS21/visuren.html#dis-pos-flo,http://www.w3.org/TR/CSS21/visuren.html#position-props 2e050e33ff232878328a17282bfa752c844edbed `Microsoft`<http://www.microsoft.com/> The 'bottom' property applies to elements with a display of 'inline-table'.
|
|
bottom-applies-to-015 reference/bottom-applies-to-001-ref Bottom applied to element with 'display' set to 'table-caption' http://www.w3.org/TR/CSS21/visuren.html#propdef-bottom,http://www.w3.org/TR/CSS21/visuren.html#dis-pos-flo,http://www.w3.org/TR/CSS21/visuren.html#position-props eb2b644d7e3e3a618571b7aa3ccda0d2c64cc36f `Microsoft`<http://www.microsoft.com/> The 'bottom' property applies to elements with a display of 'table-caption'.
|
|
bottom-offset-001 reference/bottom-offset-001-ref 'bottom' offset - offset from the bottom edge of the containing block (abs. pos.) http://www.w3.org/TR/CSS21/visuren.html#propdef-bottom,http://www.w3.org/TR/CSS21/visuren.html#position-props 961351bc5e56f685ce77dd676ae91e7d95c1dcdd `Microsoft`<http://www.microsoft.com/> The 'bottom' property, for absolute positioning, specifies the offset of the element in relation to the containing block's bottom edge. The containing block of an absolutely positioned element is formed by the padding box of its nearest (closest) positioned non-inline ancestor element.
|
|
bottom-offset-002 reference/bottom-offset-001-ref 'bottom' offset - absolute length value and relative positioning http://www.w3.org/TR/CSS21/visuren.html#propdef-bottom,http://www.w3.org/TR/CSS21/visuren.html#position-props d1e3790f039184ea153d80f30aaf33118f345f58 `Microsoft`<http://www.microsoft.com/> The 'bottom' property, when using an absolute length value (not percentage) for relative positioning, specifies the offset of the box itself.
|
|
bottom-offset-003 reference/bottom-offset-001-ref 'bottom' offset - offset from the bottom edge of the containing block (abs. pos.) http://www.w3.org/TR/CSS21/visuren.html#propdef-bottom,http://www.w3.org/TR/CSS21/visuren.html#position-props d6a5264c1969e6fb4c5b99bd3a44a721587ff3dd `Microsoft`<http://www.microsoft.com/> The 'bottom' property, for absolute positioning, specifies the offset of the element in relation to the containing block's bottom edge. The containing block of an absolutely positioned element is formed by the padding box of its nearest (closest) positioned non-inline ancestor element.
|
|
bottom-offset-percentage-001 reference/bottom-offset-percentage-001-ref Bottom offset using percentage http://www.w3.org/TR/CSS21/visuren.html#propdef-bottom,http://www.w3.org/TR/CSS21/visuren.html#position-props fb39d08bc9b12fa64ffc6da9ab13eaa2e74075ca `Microsoft`<http://www.microsoft.com/> Percentage offset values for the 'bottom' property are based off the height of the containing block.
|
|
box-generation-001 reference/box-generation-001-ref Block-level elements generate principal block boxes with block boxes http://www.w3.org/TR/CSS21/visuren.html#block-boxes 6778ec5f29b78c6272235e126d5bec7094afd6f7 `Microsoft`<http://www.microsoft.com/> Block boxes can reside within a principal block box established by a block-level element; inline boxes are outside of the principal block box.
|
|
box-generation-002 reference/box-generation-002-ref Block-level elements generate principal block boxes with inline boxes http://www.w3.org/TR/CSS21/visuren.html#block-boxes 8b063336fdd18ca8528fe66b4353a6d2451c57e8 `Microsoft`<http://www.microsoft.com/> Inline boxes can reside within a principal block box established by a block-level element; block boxes are outside of the principal block box.
|
|
box-generation-003 Additional boxes generated outside the principal block box http://www.w3.org/TR/CSS21/visuren.html#block-boxes 2be1b33094b714c9df190c4126498657726be719 `Microsoft`<http://www.microsoft.com/> Some block-level elements (i.e. 'list-item' elements) can generate additional boxes outside the principal block box.
|
|
box-offsets-abs-pos-001 box offsets - containing block for absolute positioned boxes image http://www.w3.org/TR/CSS21/visuren.html#position-props b809d15718ec0b9d216e3327b5327430d27b2062 `Gérard Talbot`<http://www.gtalbot.org/BrowserBugsSection/css21testsuite/> Box offsets (bottom, left, right, top) for an absolutely positioned box refers to the padding box of its nearest positioned ancestor; such padding box forms and acts as the containing block of the absolutely positioned box.
|
|
box-offsets-rel-pos-001 box offsets - relatively positioned boxes image http://www.w3.org/TR/CSS21/visuren.html#position-props e0634c655dfb32181095bd073aeac249b643a7f9 `Gérard Talbot`<http://www.gtalbot.org/BrowserBugsSection/css21testsuite/> Box offsets (bottom, left, right, top) expressed in absolute units (not with percentage unit) for relatively positioned boxes are with respect to the edges of the boxes themselves.
|
|
box-offsets-rel-pos-002 reference/box-offsets-rel-pos-002-ref box offsets - position relative image http://www.w3.org/TR/CSS21/visuren.html#position-props 37dcecde2e969d478a1c3f164df7617a84923997 `Gérard Talbot`<http://www.gtalbot.org/BrowserBugsSection/css21testsuite/> The 'top', 'right', 'bottom', 'left' property, for relative positioning, specify the offset of the box itself from its normal in-flow position, from the position it would have had if it had been static.
|
|
c11-import-000 reference/c11-import-000-ref Basic Containment http://www.w3.org/TR/REC-CSS1#containment-in-html,http://www.w3.org/TR/CSS21/cascade.html#at-import,http://www.w3.org/TR/CSS21/syndata.html#comments,http://www.w3.org/TR/CSS21/syndata.html#uri 3c6f4aca9a77b917cae55f8df2cf5d6f41ca8516 `CSS1 Test Suite Contributors`<http://www.w3.org/Style/CSS/Test/CSS1/current/tsack.html>,`Ian Hickson`<mailto:ian@hixie.ch>
|
|
c12-grouping-000 reference/c12-grouping-000-ref Grouping http://www.w3.org/TR/REC-CSS1#grouping,http://www.w3.org/TR/CSS21/selector.html#grouping 687cbadd5d531c2c453145e49a57db8d5162b16d `CSS1 Test Suite Contributors`<http://www.w3.org/Style/CSS/Test/CSS1/current/tsack.html>,`Ian Hickson`<mailto:ian@hixie.ch>
|
|
c13-inh-underlin-000 Inheritance http://www.w3.org/TR/REC-CSS1#inheritance,http://www.w3.org/TR/CSS21/cascade.html#inheritance,http://www.w3.org/TR/CSS21/text.html#lining-striking-props e421b22e164f765c4dc40c7b519433edac058d12 `CSS1 Test Suite Contributors`<http://www.w3.org/Style/CSS/Test/CSS1/current/tsack.html>,`Ian Hickson`<mailto:ian@hixie.ch>
|
|
c13-inheritance-000 reference/c13-inheritance-000-ref Inheritance http://www.w3.org/TR/REC-CSS1#inheritance,http://www.w3.org/TR/CSS21/cascade.html#inheritance,http://www.w3.org/TR/CSS21/colors.html#colors 8577e5531aa1be45bf42c9f9639f6e23110c94e5 `CSS1 Test Suite Contributors`<http://www.w3.org/Style/CSS/Test/CSS1/current/tsack.html>,`Ian Hickson`<mailto:ian@hixie.ch>
|
|
c14-classes-000 reference/c14-classes-000-ref Class as selector http://www.w3.org/TR/REC-CSS1#class-as-selector,http://www.w3.org/TR/CSS21/selector.html#class-html f48dce70f4be07e76dffdf70998fb228949368a6 `CSS1 Test Suite Contributors`<http://www.w3.org/Style/CSS/Test/CSS1/current/tsack.html>,`Ian Hickson`<mailto:ian@hixie.ch>
|
|
c15-ids-000 reference/c12-grouping-000-ref ID as selector http://www.w3.org/TR/REC-CSS1#id-as-selector,http://www.w3.org/TR/CSS21/selector.html#id-selectors 08a1d714dc8afb37ea49ec30cf90a1e54e98ebad `CSS1 Test Suite Contributors`<http://www.w3.org/Style/CSS/Test/CSS1/current/tsack.html>,`Ian Hickson`<mailto:ian@hixie.ch>
|
|
c15-ids-001 reference/c15-ids-001-ref ID as selector http://www.w3.org/TR/REC-CSS1#id-as-selector,http://www.w3.org/TR/CSS21/selector.html#id-selectors 205e1f13e5b90e48bd96715b384b8b3d2c5126f6 `CSS1 Test Suite Contributors`<http://www.w3.org/Style/CSS/Test/CSS1/current/tsack.html>,`Ian Hickson`<mailto:ian@hixie.ch>
|
|
c16-descendant-000 reference/c16-descendant-000-ref Descendant selectors (Contextual selectors) http://www.w3.org/TR/REC-CSS1#contextual-selectors,http://www.w3.org/TR/CSS21/selector.html#descendant-selectors 578a2d30263d49561c8cf76e5c4ac4d3a7a218d4 `CSS1 Test Suite Contributors`<http://www.w3.org/Style/CSS/Test/CSS1/current/tsack.html>,`Ian Hickson`<mailto:ian@hixie.ch>
|
|
c16-descendant-001 reference/c16-descendant-001-ref Contextual selectors http://www.w3.org/TR/REC-CSS1#contextual-selectors,http://www.w3.org/TR/CSS21/selector.html#descendant-selectors 6f125d2b050068931334d8d61901a7a303eceb85 `CSS1 Test Suite Contributors`<http://www.w3.org/Style/CSS/Test/CSS1/current/tsack.html>,`Ian Hickson`<mailto:ian@hixie.ch>
|
|
c16-descendant-002 reference/ref-this-text-should-be-green Contextual selectors http://www.w3.org/TR/REC-CSS1#contextual-selectors,http://www.w3.org/TR/CSS21/selector.html#descendant-selectors 0a1e77c38ffbe0583caa792fd0699a7b6bd66422 `CSS1 Test Suite Contributors`<http://www.w3.org/Style/CSS/Test/CSS1/current/tsack.html>,`Ian Hickson`<mailto:ian@hixie.ch>
|
|
c17-comments-000 reference/c17-comments-000-ref Comments http://www.w3.org/TR/REC-CSS1#comments,http://www.w3.org/TR/CSS21/syndata.html#comments 18c2cf5a86fa604bc8edaa3bb90d1b165545b467 `CSS1 Test Suite Contributors`<http://www.w3.org/Style/CSS/Test/CSS1/current/tsack.html>,`Ian Hickson`<mailto:ian@hixie.ch>
|
|
c17-comments-001 reference/c17-comments-001-ref Comments http://www.w3.org/TR/REC-CSS1#comments,http://www.w3.org/TR/CSS21/syndata.html#comments 6d02ef731c8e31d796aa8285e378639c23987b8a `CSS1 Test Suite Contributors`<http://www.w3.org/Style/CSS/Test/CSS1/current/tsack.html>,`Ian Hickson`<mailto:ian@hixie.ch>
|
|
c21-activ-ln-000 anchor interact http://www.w3.org/TR/REC-CSS1#anchor-pseudo-classes,http://www.w3.org/TR/CSS21/selector.html#dynamic-pseudo-classes 99a91d53787ba7519325127348d08d9663659f54 `CSS1 Test Suite Contributors`<http://www.w3.org/Style/CSS/Test/CSS1/current/tsack.html>,`Ian Hickson`<mailto:ian@hixie.ch>
|
|
c21-focus-ln-000 anchor interact http://www.w3.org/TR/REC-CSS1#anchor-pseudo-classes,http://www.w3.org/TR/CSS21/selector.html#dynamic-pseudo-classes a4fdcfe99d76d44b7a58c752312ca4255974af30 `CSS1 Test Suite Contributors`<http://www.w3.org/Style/CSS/Test/CSS1/current/tsack.html>,`Ian Hickson`<mailto:ian@hixie.ch>
|
|
c21-hover-ln-000 anchor interact http://www.w3.org/TR/REC-CSS1#anchor-pseudo-classes,http://www.w3.org/TR/CSS21/selector.html#dynamic-pseudo-classes 67871c9e7ec58309231a1dd908753339c6620a54 `CSS1 Test Suite Contributors`<http://www.w3.org/Style/CSS/Test/CSS1/current/tsack.html>,`Ian Hickson`<mailto:ian@hixie.ch>
|
|
c21-pseu-cls-000 anchor interact http://www.w3.org/TR/REC-CSS1#anchor-pseudo-classes,http://www.w3.org/TR/CSS21/cascade.html#specificity,http://www.w3.org/TR/CSS21/cascade.html#cascade,http://www.w3.org/TR/CSS21/selector.html#pseudo-class-selectors 3190af51c7c2a15b01f8457d98fefca310b09f89 `CSS1 Test Suite Contributors`<http://www.w3.org/Style/CSS/Test/CSS1/current/tsack.html>,`Ian Hickson`<mailto:ian@hixie.ch>
|
|
c21-pseu-id-000 anchor interact http://www.w3.org/TR/REC-CSS1#anchor-pseudo-classes,http://www.w3.org/TR/CSS21/cascade.html#specificity,http://www.w3.org/TR/CSS21/cascade.html#cascade,http://www.w3.org/TR/CSS21/selector.html#pseudo-class-selectors 51d82305c0a2412d7ce9ca64120ab612afff486b `CSS1 Test Suite Contributors`<http://www.w3.org/Style/CSS/Test/CSS1/current/tsack.html>,`Ian Hickson`<mailto:ian@hixie.ch>
|
|
c21-pseud-anch-000 anchor interact http://www.w3.org/TR/REC-CSS1#anchor-pseudo-classes,http://www.w3.org/TR/CSS21/selector.html#pseudo-class-selectors 0b447d6d02c24e6a5dcf6b09c03135e3902169db `CSS1 Test Suite Contributors`<http://www.w3.org/Style/CSS/Test/CSS1/current/tsack.html>,`Ian Hickson`<mailto:ian@hixie.ch>
|
|
c21-pseud-link-000 anchor http://www.w3.org/TR/REC-CSS1#anchor-pseudo-classes,http://www.w3.org/TR/CSS21/selector.html#pseudo-class-selectors 9b28ced3835abf0b31a24c8fb6697086a9fcf5e1 `CSS1 Test Suite Contributors`<http://www.w3.org/Style/CSS/Test/CSS1/current/tsack.html>,`Ian Hickson`<mailto:ian@hixie.ch>
|
|
c21-pseud-link-001 anchor http://www.w3.org/TR/REC-CSS1#anchor-pseudo-classes,http://www.w3.org/TR/CSS21/selector.html#pseudo-class-selectors 22ec86a013c35e3a17b09c0249b19d905a2e69c7 `CSS1 Test Suite Contributors`<http://www.w3.org/Style/CSS/Test/CSS1/current/tsack.html>,`Ian Hickson`<mailto:ian@hixie.ch>
|
|
c21-pseud-link-002 anchor http://www.w3.org/TR/REC-CSS1#anchor-pseudo-classes,http://www.w3.org/TR/CSS21/selector.html#pseudo-class-selectors 13252f3f89452fbf37132e8cded8da5c2859f770 `CSS1 Test Suite Contributors`<http://www.w3.org/Style/CSS/Test/CSS1/current/tsack.html>,`Ian Hickson`<mailto:ian@hixie.ch>
|
|
c21-pseud-link-003 anchor http://www.w3.org/TR/REC-CSS1#anchor-pseudo-classes,http://www.w3.org/TR/CSS21/selector.html#pseudo-class-selectors 016e5c451d93ff9ea9d40bf312556a561464af22 `CSS1 Test Suite Contributors`<http://www.w3.org/Style/CSS/Test/CSS1/current/tsack.html>,`Ian Hickson`<mailto:ian@hixie.ch>
|
|
c23-first-line-000 first-line http://www.w3.org/TR/REC-CSS1#the-first-line-pseudo-element,http://www.w3.org/TR/CSS21/selector.html#first-line-pseudo c7cf7fc5477b5d71d3b79cc58c3aca0a2d72f9cb `CSS1 Test Suite Contributors`<http://www.w3.org/Style/CSS/Test/CSS1/current/tsack.html>,`Ian Hickson`<mailto:ian@hixie.ch>
|
|
c24-first-lttr-000 first-letter http://www.w3.org/TR/REC-CSS1#the-first-letter-pseudo-element,http://www.w3.org/TR/CSS21/selector.html#first-letter 78331f0802acac31c0eaf4e6b6ea96cd7d01ae5e `CSS1 Test Suite Contributors`<http://www.w3.org/Style/CSS/Test/CSS1/current/tsack.html>,`Ian Hickson`<mailto:ian@hixie.ch>
|
|
c25-pseudo-elmnt-000 reference/c25-pseudo-elmnt-000-ref Pseudo-elements in Selectors invalid http://www.w3.org/TR/REC-CSS1#pseudo-elements-in-selectors,http://www.w3.org/TR/CSS21/selector.html#pseudo-elements,http://www.w3.org/TR/CSS21/selector.html#first-line-pseudo b5523f070c55550d969ca343d32889adab81c96a `CSS1 Test Suite Contributors`<http://www.w3.org/Style/CSS/Test/CSS1/current/tsack.html>,`Ian Hickson`<mailto:ian@hixie.ch>
|
|
c26-psudo-nest-000 Multiple Pseudo-Elements http://www.w3.org/TR/REC-CSS1#multiple-pseudo-elements,http://www.w3.org/TR/CSS21/selector.html#first-letter,http://www.w3.org/TR/CSS21/selector.html#first-line-pseudo bb711c24c3dc957f43237b3ec0ed13c6e99d8eda `CSS1 Test Suite Contributors`<http://www.w3.org/Style/CSS/Test/CSS1/current/tsack.html>,`Ian Hickson`<mailto:ian@hixie.ch>
|
|
c31-important-000 reference/c12-grouping-000-ref important http://www.w3.org/TR/REC-CSS1#important,http://www.w3.org/TR/CSS21/cascade.html#important-rules,http://www.w3.org/TR/CSS21/cascade.html#cascading-order e257ed3de72bf8705136a65ce58a32fe7eb4fb87 `CSS1 Test Suite Contributors`<http://www.w3.org/Style/CSS/Test/CSS1/current/tsack.html>,`Ian Hickson`<mailto:ian@hixie.ch>
|
|
c32-cascading-000 reference/c32-cascading-000-ref Cascading Order http://www.w3.org/TR/REC-CSS1#cascading-order,http://www.w3.org/TR/CSS21/cascade.html#cascading-order,http://www.w3.org/TR/CSS21/cascade.html#specificity 6eb2cf75dc8096fd069ad3077bfeebc0b379f930 `CSS1 Test Suite Contributors`<http://www.w3.org/Style/CSS/Test/CSS1/current/tsack.html>,`Ian Hickson`<mailto:ian@hixie.ch>
|
|
c411-vt-mrgn-000 Vertical Formatting http://www.w3.org/TR/REC-CSS1#vertical-formatting,http://www.w3.org/TR/CSS21/box.html#collapsing-margins,http://www.w3.org/TR/CSS21/box.html#margin-properties,http://www.w3.org/TR/CSS21/box.html#padding-properties a18de5a112acb677f0471e06db0769f0d0c05f71 `CSS1 Test Suite Contributors`<http://www.w3.org/Style/CSS/Test/CSS1/current/tsack.html>,`Ian Hickson`<mailto:ian@hixie.ch>
|
|
c412-blockw-000 reference/c412-blockw-000-ref Horizontal Formatting ahem,image http://www.w3.org/TR/REC-CSS1#horizontal-formatting,http://www.w3.org/TR/CSS21/visudet.html#blockwidth,http://www.w3.org/TR/CSS21/visudet.html#the-width-property,http://www.w3.org/TR/CSS21/box.html#margin-properties 03129b20d4c87c3b561c4e50cf3508111cddab37 `CSS1 Test Suite Contributors`<http://www.w3.org/Style/CSS/Test/CSS1/current/tsack.html>,`Ian Hickson`<mailto:ian@hixie.ch>
|
|
c412-hz-box-000 reference/c412-hz-box-000-ref Horizontal Formatting ahem http://www.w3.org/TR/REC-CSS1#horizontal-formatting,http://www.w3.org/TR/CSS21/box.html#box-dimensions,http://www.w3.org/TR/CSS21/box.html#border-properties,http://www.w3.org/TR/CSS21/box.html#padding-properties,http://www.w3.org/TR/CSS21/box.html#margin-properties feabd6b6c781d644d754ff1eb18c16e93ccb59dc `CSS1 Test Suite Contributors`<http://www.w3.org/Style/CSS/Test/CSS1/current/tsack.html>,`Ian Hickson`<mailto:ian@hixie.ch>
|
|
c414-flt-000 Non-Replaced Float Alignment to Containing Block Edges http://www.w3.org/TR/REC-CSS1#floating-elements,http://www.w3.org/TR/CSS21/visuren.html#float-position 1a0dc09cf0affd4d036699d0650721877a0a3d18 `CSS1 Test Suite Contributors`<http://www.w3.org/Style/CSS/Test/CSS1/current/tsack.html>,`Ian Hickson`<mailto:ian@hixie.ch> A floated box is shifted to the left or right until its outer edge touches the containing block edge.
|
|
c414-flt-001 Non-Replaced Floating Left vs. Right http://www.w3.org/TR/REC-CSS1#floating-elements,http://www.w3.org/TR/CSS21/visuren.html#float-position bf56cb60ae3eea16da45b1acbe60b61cc44f8ae9 `CSS1 Test Suite Contributors`<http://www.w3.org/Style/CSS/Test/CSS1/current/tsack.html>,`Ian Hickson`<mailto:ian@hixie.ch>
|
|
c414-flt-002 Replaced Float Alignment to Containing Block Edges image http://www.w3.org/TR/REC-CSS1#floating-elements,http://www.w3.org/TR/CSS21/visuren.html#float-position a83063cac9fc1c7ed91c9291b0860c14bf2f7346 `CSS1 Test Suite Contributors`<http://www.w3.org/Style/CSS/Test/CSS1/current/tsack.html>,`Ian Hickson`<mailto:ian@hixie.ch>
|
|
c414-flt-003 Replaced Floating Left vs. Right image http://www.w3.org/TR/REC-CSS1#floating-elements,http://www.w3.org/TR/CSS21/visuren.html#float-position 66f22ecc174d11a08aa5fc902992131bc9699a74 `CSS1 Test Suite Contributors`<http://www.w3.org/Style/CSS/Test/CSS1/current/tsack.html>,`Ian Hickson`<mailto:ian@hixie.ch>
|
|
c414-flt-fit-000 reference/c414-flt-fit-000-ref Stacking Non-Replaced Left Floats http://www.w3.org/TR/REC-CSS1#floating-elements,http://www.w3.org/TR/CSS21/visuren.html#floats ad69a7b13ddb6323c21403ef66802eba5b858383 `CSS1 Test Suite Contributors`<http://www.w3.org/Style/CSS/Test/CSS1/current/tsack.html>,`Ian Hickson`<mailto:ian@hixie.ch>
|
|
c414-flt-fit-001 reference/c414-flt-fit-001-ref Stacking Replaced Left Floats image http://www.w3.org/TR/REC-CSS1#floating-elements,http://www.w3.org/TR/CSS21/visuren.html#floats f803d5711740cc1242c5312acc4f8ba42a57593c `CSS1 Test Suite Contributors`<http://www.w3.org/Style/CSS/Test/CSS1/current/tsack.html>,`Ian Hickson`<mailto:ian@hixie.ch>
|
|
c414-flt-fit-002 reference/c414-flt-fit-002-ref Stacking Mixed Floats Part I http://www.w3.org/TR/REC-CSS1#floating-elements,http://www.w3.org/TR/CSS21/visuren.html#floats f58db5b63dbca890050e95fdca4ed684ec55d29d `CSS1 Test Suite Contributors`<http://www.w3.org/Style/CSS/Test/CSS1/current/tsack.html>,`Ian Hickson`<mailto:ian@hixie.ch>
|
|
c414-flt-fit-003 reference/c414-flt-fit-003-ref Stacking Mixed Floats Part II http://www.w3.org/TR/REC-CSS1#floating-elements,http://www.w3.org/TR/CSS21/visuren.html#floats 35365148a8286fa06ec2ff420d5d5cc9c696f758 `CSS1 Test Suite Contributors`<http://www.w3.org/Style/CSS/Test/CSS1/current/tsack.html>,`Ian Hickson`<mailto:ian@hixie.ch>
|
|
c414-flt-fit-004 reference/c414-flt-fit-004-ref Stacking Mixed Floats Part III http://www.w3.org/TR/REC-CSS1#floating-elements,http://www.w3.org/TR/CSS21/visuren.html#floats dbf902e3b6d673a5bb86d879de9c674064c724be `CSS1 Test Suite Contributors`<http://www.w3.org/Style/CSS/Test/CSS1/current/tsack.html>,`Ian Hickson`<mailto:ian@hixie.ch>
|
|
c414-flt-fit-005 reference/c414-flt-fit-005-ref Non-Replaced Float Not Fitting Beside Opposite Float http://www.w3.org/TR/REC-CSS1#floating-elements,http://www.w3.org/TR/CSS21/visuren.html#floats,http://www.w3.org/TR/CSS21/text.html#alignment-prop b99375c3ce385c5ea9f112d2278cccbbfe0899a6 `CSS1 Test Suite Contributors`<http://www.w3.org/Style/CSS/Test/CSS1/current/tsack.html>,`Ian Hickson`<mailto:ian@hixie.ch>
|
|
c414-flt-fit-006 reference/c414-flt-fit-006-ref Replaced Float Not Fitting Beside Opposite Float image http://www.w3.org/TR/REC-CSS1#floating-elements,http://www.w3.org/TR/CSS21/visuren.html#floats 33792fd5ddc0c46484c6c42f1616e370b05268ff `CSS1 Test Suite Contributors`<http://www.w3.org/Style/CSS/Test/CSS1/current/tsack.html>,`Ian Hickson`<mailto:ian@hixie.ch>
|
|
c414-flt-ln-000 Vertical Position of Floats http://www.w3.org/TR/REC-CSS1#floating-elements,http://www.w3.org/TR/CSS21/visuren.html#float-position 8091cda49bd11f098d12c6fe68ba1da7ea4b8a6b `CSS1 Test Suite Contributors`<http://www.w3.org/Style/CSS/Test/CSS1/current/tsack.html>,`Ian Hickson`<mailto:ian@hixie.ch>
|
|
c414-flt-ln-001 Vertical Position of Floats image http://www.w3.org/TR/REC-CSS1#floating-elements,http://www.w3.org/TR/CSS21/visuren.html#float-position bf0b761469079b9331f5af6f49bd0cf4798cc6f2 `CSS1 Test Suite Contributors`<http://www.w3.org/Style/CSS/Test/CSS1/current/tsack.html>,`Ian Hickson`<mailto:ian@hixie.ch>
|
|
c414-flt-ln-002 Vertical Position of Floats interact http://www.w3.org/TR/REC-CSS1#floating-elements,http://www.w3.org/TR/CSS21/visuren.html#float-position c2c061361e000140701b44644529cc79d81a61c7 `CSS1 Test Suite Contributors`<http://www.w3.org/Style/CSS/Test/CSS1/current/tsack.html>,`Ian Hickson`<mailto:ian@hixie.ch>
|
|
c414-flt-ln-003 Vertical Position of Floats http://www.w3.org/TR/REC-CSS1#floating-elements,http://www.w3.org/TR/CSS21/visuren.html#float-position c640c9b06ad24a40256fd771428b26812126ac3f `CSS1 Test Suite Contributors`<http://www.w3.org/Style/CSS/Test/CSS1/current/tsack.html>,`Ian Hickson`<mailto:ian@hixie.ch>
|
|
c414-flt-wrap-000 Text Not Fitting Beside Non-Replaced Float http://www.w3.org/TR/REC-CSS1#floating-elements,http://www.w3.org/TR/CSS21/visuren.html#floats 4ad9ac5cfea51cb3aedc0ce2df787e12978b4143 `CSS1 Test Suite Contributors`<http://www.w3.org/Style/CSS/Test/CSS1/current/tsack.html>,`Ian Hickson`<mailto:ian@hixie.ch> If a shortened line box is too small to contain any further content, then it is shifted downward until either it fits or there are no more floats present.
|
|
c414-flt-wrap-001 reference/c414-flt-wrap-001-ref Text Not Fitting Beside Replaced Float image http://www.w3.org/TR/REC-CSS1#floating-elements,http://www.w3.org/TR/CSS21/visuren.html#floats 58bef1716d53e6cf6f76cfe3982373d5b0ec6a4d `CSS1 Test Suite Contributors`<http://www.w3.org/Style/CSS/Test/CSS1/current/tsack.html>,`Ian Hickson`<mailto:ian@hixie.ch>
|
|
c42-ibx-ht-000 reference/c42-ibx-ht-000-ref Inline Elements ahem http://www.w3.org/TR/REC-CSS1#inline-elements,http://www.w3.org/TR/CSS21/visudet.html#leading,http://www.w3.org/TR/CSS21/visudet.html#inline-non-replaced db80750fb0adba39b63dd16540c9b45671b2c919 `Ian Hickson`<mailto:ian@hixie.ch>,`CSS1 Test Suite Contributors`<http://www.w3.org/Style/CSS/Test/CSS1/current/tsack.html>
|
|
c42-ibx-pad-000 reference/c42-ibx-pad-000-ref Inline Elements ahem,image http://www.w3.org/TR/REC-CSS1#inline-elements,http://www.w3.org/TR/CSS21/visuren.html#inline-formatting 1d94c346ee5499e1ad82aa6010a0fa04e01b4a48 `Ian Hickson`<mailto:ian@hixie.ch>,`CSS1 Test Suite Contributors`<http://www.w3.org/Style/CSS/Test/CSS1/current/tsack.html>
|
|
c43-center-000 Replaced Elements ahem,image http://www.w3.org/TR/REC-CSS1#replaced-elements,http://www.w3.org/TR/CSS21/text.html#alignment-prop,http://www.w3.org/TR/CSS21/visudet.html#block-replaced-width,http://www.w3.org/TR/CSS21/visudet.html#line-height,http://www.w3.org/TR/CSS21/colors.html#background-properties d21d65ba264a95ed250a038d92881898d46fcec9 `CSS1 Test Suite Contributors`<http://www.w3.org/Style/CSS/Test/CSS1/current/tsack.html>,`Ian Hickson`<mailto:ian@hixie.ch>
|
|
c43-rpl-bbx-000 Replaced Elements image http://www.w3.org/TR/REC-CSS1#replaced-elements,http://www.w3.org/TR/CSS21/visudet.html#block-replaced-width,http://www.w3.org/TR/CSS21/visudet.html#inline-replaced-height b8bf5f15e3fe1cc8eb973700da0fef6f2442e214 `Ian Hickson`<mailto:ian@hixie.ch>,`CSS1 Test Suite Contributors`<http://www.w3.org/Style/CSS/Test/CSS1/current/tsack.html>
|
|
c43-rpl-bbx-001 Replaced Elements image http://www.w3.org/TR/REC-CSS1#replaced-elements,http://www.w3.org/TR/CSS21/visudet.html#block-replaced-width,http://www.w3.org/TR/CSS21/visudet.html#inline-replaced-height 285bb72e312b722e1da20118a4d5208d48c7b4f1 `Ian Hickson`<mailto:ian@hixie.ch>,`CSS1 Test Suite Contributors`<http://www.w3.org/Style/CSS/Test/CSS1/current/tsack.html>
|
|
c43-rpl-bbx-002 reference/c43-rpl-bbx-002-ref Replaced Elements ahem,image http://www.w3.org/TR/REC-CSS1#replaced-elements,http://www.w3.org/TR/CSS21/visudet.html#blockwidth,http://www.w3.org/TR/CSS21/visudet.html#inline-replaced-height be7dde94cc61c5869931ff3f0d626dd5d3d2a85e `Ian Hickson`<mailto:ian@hixie.ch>,`CSS1 Test Suite Contributors`<http://www.w3.org/Style/CSS/Test/CSS1/current/tsack.html>
|
|
c43-rpl-ibx-000 reference/c43-rpl-ibx-000-ref Replaced Elements ahem,image http://www.w3.org/TR/REC-CSS1#replaced-elements,http://www.w3.org/TR/CSS21/visudet.html#inline-replaced-height 381ebfccac861f209e2924ef83fdc123a9a6e27d `CSS1 Test Suite Contributors`<http://www.w3.org/Style/CSS/Test/CSS1/current/tsack.html>,`Ian Hickson`<mailto:ian@hixie.ch>
|
|
c44-ln-box-000 reference/c44-ln-box-000-ref The Height of Lines ahem,image http://www.w3.org/TR/REC-CSS1#the-height-of-lines,http://www.w3.org/TR/CSS21/visudet.html#line-height 8911ddffc6d5d6c008c55db260fe2ddaaabd2a70 `CSS1 Test Suite Contributors`<http://www.w3.org/Style/CSS/Test/CSS1/current/tsack.html>,`Ian Hickson`<mailto:ian@hixie.ch>
|
|
c44-ln-box-001 reference/c44-ln-box-001-ref The Height of Lines ahem,image http://www.w3.org/TR/REC-CSS1#the-height-of-lines,http://www.w3.org/TR/CSS21/visudet.html#line-height 42d924188660a0343c39057cafa34dd80ed5b369 `CSS1 Test Suite Contributors`<http://www.w3.org/Style/CSS/Test/CSS1/current/tsack.html>,`Ian Hickson`<mailto:ian@hixie.ch>
|
|
c44-ln-box-002 reference/c44-ln-box-002-ref The Height of Lines ahem,image http://www.w3.org/TR/REC-CSS1#the-height-of-lines,http://www.w3.org/TR/CSS21/visudet.html#line-height 524f367fb4492b47370c3e0cabd9fdd288e3fc23 `CSS1 Test Suite Contributors`<http://www.w3.org/Style/CSS/Test/CSS1/current/tsack.html>,`Ian Hickson`<mailto:ian@hixie.ch>
|
|
c44-ln-box-003 reference/c44-ln-box-002-ref The Height of Lines ahem,image http://www.w3.org/TR/REC-CSS1#the-height-of-lines,http://www.w3.org/TR/CSS21/visudet.html#line-height 4a539139198b5158b95d7aeb3e485e9c5a0dd023 `CSS1 Test Suite Contributors`<http://www.w3.org/Style/CSS/Test/CSS1/current/tsack.html>,`Ian Hickson`<mailto:ian@hixie.ch>
|
|
c45-bg-canvas-000 reference/c45-bg-canvas-000-ref The Canvas http://www.w3.org/TR/REC-CSS1#the-canvas,http://www.w3.org/TR/CSS21/colors.html#background,http://www.w3.org/TR/CSS21/intro.html#the-canvas 82f51dfafe6dd44126f8df5e5ba1721b79b89bc7 `CSS1 Test Suite Contributors`<http://www.w3.org/Style/CSS/Test/CSS1/current/tsack.html>,`Ian Hickson`<mailto:ian@hixie.ch>
|
|
c522-font-family-000 font-family http://www.w3.org/TR/REC-CSS1#font-family,http://www.w3.org/TR/CSS21/fonts.html#font-family-prop,http://www.w3.org/TR/css-fonts-3/#font-family-prop 0a4fdf813c76a72df80bb83d74c92e2df982143b `CSS1 Test Suite Contributors`<http://www.w3.org/Style/CSS/Test/CSS1/current/tsack.html>,`Ian Hickson`<mailto:ian@hixie.ch>
|
|
c523-font-style-000 font-style http://www.w3.org/TR/REC-CSS1#font-style,http://www.w3.org/TR/css-fonts-3/#font-style-prop,http://www.w3.org/TR/CSS21/fonts.html#font-styling 9e3289b2886e512c5b5002f298c0f9d8e73129d6 `CSS1 Test Suite Contributors`<http://www.w3.org/Style/CSS/Test/CSS1/current/tsack.html>,`Ian Hickson`<mailto:ian@hixie.ch>
|
|
c524-font-var-000 font-variant http://www.w3.org/TR/REC-CSS1#font-variant,http://www.w3.org/TR/CSS21/fonts.html#small-caps,http://www.w3.org/TR/css-fonts-3/#font-variant-prop 968d1fb4fa9b99f2d3cf7f3462281a22b586694b `CSS1 Test Suite Contributors`<http://www.w3.org/Style/CSS/Test/CSS1/current/tsack.html>,`Ian Hickson`<mailto:ian@hixie.ch>
|
|
c525-font-wt-000 font-weight http://www.w3.org/TR/REC-CSS1#font-weight,http://www.w3.org/TR/CSS21/fonts.html#font-boldness,http://www.w3.org/TR/css-fonts-3/#font-weight-prop a382dc0e981320df7ed0bcccece5f0cd209e073c `CSS1 Test Suite Contributors`<http://www.w3.org/Style/CSS/Test/CSS1/current/tsack.html>,`Elika J. Etemad`<http://fantasai.inkedblade.net/contact>,`Ian Hickson`<mailto:ian@hixie.ch>
|
|
c526-font-sz-000 font-size http://www.w3.org/TR/REC-CSS1#font-size,http://www.w3.org/TR/CSS21/fonts.html#font-size-props,http://www.w3.org/TR/css-fonts-3/#font-size-prop 17fa14b3326e2aec247addf83e984533221b873b `CSS1 Test Suite Contributors`<http://www.w3.org/Style/CSS/Test/CSS1/current/tsack.html>,`Ian Hickson`<mailto:ian@hixie.ch>
|
|
c526-font-sz-001 reference/c526-font-sz-001-ref font-size ahem http://www.w3.org/TR/REC-CSS1#font-size,http://www.w3.org/TR/CSS21/fonts.html#font-size-props,http://www.w3.org/TR/css-fonts-3/#font-size-prop 752c5b7a6da9b23d84d3b52daee006479504545d `CSS1 Test Suite Contributors`<http://www.w3.org/Style/CSS/Test/CSS1/current/tsack.html>,`Ian Hickson`<mailto:ian@hixie.ch>
|
|
c526-font-sz-002 reference/c526-font-sz-002-ref font-size ahem http://www.w3.org/TR/REC-CSS1#font-size,http://www.w3.org/TR/CSS21/fonts.html#font-size-props,http://www.w3.org/TR/css-fonts-3/#font-size-prop fc7a6f5b23991dcda8483e31a4ef1d4afbec5554 `CSS1 Test Suite Contributors`<http://www.w3.org/Style/CSS/Test/CSS1/current/tsack.html>,`Ian Hickson`<mailto:ian@hixie.ch>
|
|
c526-font-sz-003 reference/c526-font-sz-003-ref font-size ahem,invalid http://www.w3.org/TR/REC-CSS1#font-size,http://www.w3.org/TR/CSS21/fonts.html#font-size-props,http://www.w3.org/TR/css-fonts-3/#font-size-prop 4082735c7d71325b6118757a7fb545639a055ebb `CSS1 Test Suite Contributors`<http://www.w3.org/Style/CSS/Test/CSS1/current/tsack.html>,`Ian Hickson`<mailto:ian@hixie.ch>
|
|
c527-font-000 font http://www.w3.org/TR/REC-CSS1#font,http://www.w3.org/TR/CSS21/fonts.html#font-shorthand,http://www.w3.org/TR/CSS21/fonts.html#font-family-prop,http://www.w3.org/TR/CSS21/fonts.html#font-styling,http://www.w3.org/TR/CSS21/fonts.html#small-caps,http://www.w3.org/TR/CSS21/fonts.html#font-size-props,http://www.w3.org/TR/css-fonts-3/#font-prop,http://www.w3.org/TR/css-fonts-3/#font-family-prop,http://www.w3.org/TR/css-fonts-3/#font-style-prop,http://www.w3.org/TR/css-fonts-3/#font-variant-prop,http://www.w3.org/TR/css-fonts-3/#font-size-prop 7d961592e57689cbcfcf98561e0f8427540e03e8 `CSS1 Test Suite Contributors`<http://www.w3.org/Style/CSS/Test/CSS1/current/tsack.html>,`Ian Hickson`<mailto:ian@hixie.ch>
|
|
c527-font-001 font http://www.w3.org/TR/REC-CSS1#font,http://www.w3.org/TR/CSS21/fonts.html#font-shorthand,http://www.w3.org/TR/CSS21/fonts.html#font-size-props,http://www.w3.org/TR/CSS21/visudet.html#leading,http://www.w3.org/TR/css-fonts-3/#font-prop,http://www.w3.org/TR/css-fonts-3/#font-size-prop 91af66674c3b8ebadc04a960a6a6379de30e258d `CSS1 Test Suite Contributors`<http://www.w3.org/Style/CSS/Test/CSS1/current/tsack.html>,`Ian Hickson`<mailto:ian@hixie.ch>
|
|
c527-font-002 font http://www.w3.org/TR/REC-CSS1#font,http://www.w3.org/TR/CSS21/fonts.html#font-shorthand,http://www.w3.org/TR/CSS21/fonts.html#font-family-prop,http://www.w3.org/TR/CSS21/fonts.html#font-size-props,http://www.w3.org/TR/CSS21/visudet.html#leading,http://www.w3.org/TR/css-fonts-3/#font-prop,http://www.w3.org/TR/css-fonts-3/#font-family-prop,http://www.w3.org/TR/css-fonts-3/#font-size-prop 0d0badd6669b33dadfd90d50ded67387f743b3e4 `CSS1 Test Suite Contributors`<http://www.w3.org/Style/CSS/Test/CSS1/current/tsack.html>,`Ian Hickson`<mailto:ian@hixie.ch>
|
|
c527-font-003 font http://www.w3.org/TR/REC-CSS1#font,http://www.w3.org/TR/CSS21/fonts.html#font-shorthand,http://www.w3.org/TR/CSS21/fonts.html#font-family-prop,http://www.w3.org/TR/CSS21/fonts.html#font-size-props,http://www.w3.org/TR/CSS21/visudet.html#leading,http://www.w3.org/TR/css-fonts-3/#font-prop,http://www.w3.org/TR/css-fonts-3/#font-family-prop,http://www.w3.org/TR/css-fonts-3/#font-size-prop 3d7e6ccaea1315f0407f812aba3ec9fff1c8bbc6 `CSS1 Test Suite Contributors`<http://www.w3.org/Style/CSS/Test/CSS1/current/tsack.html>,`Ian Hickson`<mailto:ian@hixie.ch>
|
|
c527-font-004 font http://www.w3.org/TR/REC-CSS1#font,http://www.w3.org/TR/CSS21/fonts.html#font-shorthand,http://www.w3.org/TR/CSS21/fonts.html#font-family-prop,http://www.w3.org/TR/CSS21/fonts.html#font-styling,http://www.w3.org/TR/CSS21/fonts.html#small-caps,http://www.w3.org/TR/CSS21/fonts.html#font-boldness,http://www.w3.org/TR/CSS21/fonts.html#font-size-props,http://www.w3.org/TR/CSS21/visudet.html#leading,http://www.w3.org/TR/css-fonts-3/#font-prop,http://www.w3.org/TR/css-fonts-3/#font-family-prop,http://www.w3.org/TR/css-fonts-3/#font-style-prop,http://www.w3.org/TR/css-fonts-3/#font-variant-prop,http://www.w3.org/TR/css-fonts-3/#font-weight-prop,http://www.w3.org/TR/css-fonts-3/#font-size-prop 96b4306158f64c15068cc999653cb1d2db3d0ad3 `CSS1 Test Suite Contributors`<http://www.w3.org/Style/CSS/Test/CSS1/current/tsack.html>,`Ian Hickson`<mailto:ian@hixie.ch>
|
|
c527-font-005 font http://www.w3.org/TR/REC-CSS1#font,http://www.w3.org/TR/CSS21/fonts.html#font-shorthand,http://www.w3.org/TR/CSS21/fonts.html#font-family-prop,http://www.w3.org/TR/CSS21/fonts.html#font-styling,http://www.w3.org/TR/CSS21/fonts.html#small-caps,http://www.w3.org/TR/CSS21/fonts.html#font-boldness,http://www.w3.org/TR/CSS21/fonts.html#font-size-props,http://www.w3.org/TR/CSS21/visudet.html#leading,http://www.w3.org/TR/css-fonts-3/#font-prop,http://www.w3.org/TR/css-fonts-3/#font-family-prop,http://www.w3.org/TR/css-fonts-3/#font-style-prop,http://www.w3.org/TR/css-fonts-3/#font-variant-prop,http://www.w3.org/TR/css-fonts-3/#font-weight-prop,http://www.w3.org/TR/css-fonts-3/#font-size-prop d156cbdf4e8c4938446089c1ca900e2bcd0c1260 `CSS1 Test Suite Contributors`<http://www.w3.org/Style/CSS/Test/CSS1/current/tsack.html>,`Ian Hickson`<mailto:ian@hixie.ch>
|
|
c527-font-006 font http://www.w3.org/TR/REC-CSS1#font,http://www.w3.org/TR/CSS21/fonts.html#font-shorthand,http://www.w3.org/TR/CSS21/fonts.html#font-family-prop,http://www.w3.org/TR/CSS21/fonts.html#font-styling,http://www.w3.org/TR/CSS21/fonts.html#small-caps,http://www.w3.org/TR/CSS21/fonts.html#font-boldness,http://www.w3.org/TR/CSS21/fonts.html#font-size-props,http://www.w3.org/TR/CSS21/visudet.html#leading,http://www.w3.org/TR/css-fonts-3/#font-prop,http://www.w3.org/TR/css-fonts-3/#font-family-prop,http://www.w3.org/TR/css-fonts-3/#font-style-prop,http://www.w3.org/TR/css-fonts-3/#font-variant-prop,http://www.w3.org/TR/css-fonts-3/#font-weight-prop,http://www.w3.org/TR/css-fonts-3/#font-size-prop 3c088c876bd9992e7471cca19e6e88ebef104097 `CSS1 Test Suite Contributors`<http://www.w3.org/Style/CSS/Test/CSS1/current/tsack.html>,`Ian Hickson`<mailto:ian@hixie.ch>
|
|
c527-font-007 font http://www.w3.org/TR/REC-CSS1#font,http://www.w3.org/TR/CSS21/fonts.html#font-shorthand,http://www.w3.org/TR/CSS21/fonts.html#font-family-prop,http://www.w3.org/TR/CSS21/fonts.html#font-styling,http://www.w3.org/TR/CSS21/fonts.html#small-caps,http://www.w3.org/TR/CSS21/fonts.html#font-size-props,http://www.w3.org/TR/CSS21/visudet.html#leading,http://www.w3.org/TR/css-fonts-3/#font-prop,http://www.w3.org/TR/css-fonts-3/#font-family-prop,http://www.w3.org/TR/css-fonts-3/#font-style-prop,http://www.w3.org/TR/css-fonts-3/#font-variant-prop,http://www.w3.org/TR/css-fonts-3/#font-size-prop 5e66a8ab8aefd3f342e7572a2a9f82d53cb88648 `CSS1 Test Suite Contributors`<http://www.w3.org/Style/CSS/Test/CSS1/current/tsack.html>,`Ian Hickson`<mailto:ian@hixie.ch>
|
|
c527-font-008 font http://www.w3.org/TR/REC-CSS1#font,http://www.w3.org/TR/CSS21/fonts.html#font-shorthand,http://www.w3.org/TR/CSS21/fonts.html#font-family-prop,http://www.w3.org/TR/CSS21/fonts.html#font-styling,http://www.w3.org/TR/CSS21/fonts.html#small-caps,http://www.w3.org/TR/CSS21/fonts.html#font-boldness,http://www.w3.org/TR/CSS21/fonts.html#font-size-props,http://www.w3.org/TR/CSS21/visudet.html#leading,http://www.w3.org/TR/css-fonts-3/#font-prop,http://www.w3.org/TR/css-fonts-3/#font-family-prop,http://www.w3.org/TR/css-fonts-3/#font-style-prop,http://www.w3.org/TR/css-fonts-3/#font-variant-prop,http://www.w3.org/TR/css-fonts-3/#font-weight-prop,http://www.w3.org/TR/css-fonts-3/#font-size-prop 8e5e4af00827ca8b24bbfaa0f12dcc21ceba1ebc `CSS1 Test Suite Contributors`<http://www.w3.org/Style/CSS/Test/CSS1/current/tsack.html>,`Ian Hickson`<mailto:ian@hixie.ch>
|
|
c527-font-009 font http://www.w3.org/TR/REC-CSS1#font,http://www.w3.org/TR/CSS21/fonts.html#font-shorthand,http://www.w3.org/TR/CSS21/fonts.html#font-family-prop,http://www.w3.org/TR/CSS21/fonts.html#font-boldness,http://www.w3.org/TR/CSS21/fonts.html#font-size-props,http://www.w3.org/TR/CSS21/visudet.html#leading,http://www.w3.org/TR/css-fonts-3/#font-prop,http://www.w3.org/TR/css-fonts-3/#font-family-prop,http://www.w3.org/TR/css-fonts-3/#font-weight-prop,http://www.w3.org/TR/css-fonts-3/#font-size-prop 51defeec30680cccda536637acf591d34d576df9 `CSS1 Test Suite Contributors`<http://www.w3.org/Style/CSS/Test/CSS1/current/tsack.html>,`Ian Hickson`<mailto:ian@hixie.ch>
|
|
c527-font-10 font http://www.w3.org/TR/REC-CSS1#font,http://www.w3.org/TR/CSS21/fonts.html#font-shorthand,http://www.w3.org/TR/CSS21/fonts.html#font-family-prop,http://www.w3.org/TR/CSS21/fonts.html#font-styling,http://www.w3.org/TR/CSS21/fonts.html#small-caps,http://www.w3.org/TR/CSS21/fonts.html#font-boldness,http://www.w3.org/TR/CSS21/fonts.html#font-size-props,http://www.w3.org/TR/CSS21/visudet.html#leading,http://www.w3.org/TR/css-fonts-3/#font-prop,http://www.w3.org/TR/css-fonts-3/#font-family-prop,http://www.w3.org/TR/css-fonts-3/#font-style-prop,http://www.w3.org/TR/css-fonts-3/#font-variant-prop,http://www.w3.org/TR/css-fonts-3/#font-weight-prop,http://www.w3.org/TR/css-fonts-3/#font-size-prop d2525e5a7d5846d6367fd8f718a977cf668e62eb `CSS1 Test Suite Contributors`<http://www.w3.org/Style/CSS/Test/CSS1/current/tsack.html>,`Ian Hickson`<mailto:ian@hixie.ch>
|
|
c531-color-000 reference/c531-color-000-ref color http://www.w3.org/TR/REC-CSS1#color,http://www.w3.org/TR/CSS21/colors.html#colors ed3188ef650149f2e54ade63a1944070dfea6054 `CSS1 Test Suite Contributors`<http://www.w3.org/Style/CSS/Test/CSS1/current/tsack.html>,`Ian Hickson`<mailto:ian@hixie.ch>
|
|
c532-bgcolor-000 reference/c532-bgcolor-000-ref background-color http://www.w3.org/TR/REC-CSS1#background-color,http://www.w3.org/TR/CSS21/colors.html#background-properties 353aa5ac4d11df3d86e93bcc59884aaf4eb067a1 `CSS1 Test Suite Contributors`<http://www.w3.org/Style/CSS/Test/CSS1/current/tsack.html>,`Ian Hickson`<mailto:ian@hixie.ch>
|
|
c532-bgcolor-001 reference/ref-this-text-should-be-green background-color http://www.w3.org/TR/REC-CSS1#background-color,http://www.w3.org/TR/CSS21/colors.html#background-properties ee0ebf1d9895e3a938ba0ad6d2f70a6e36ba7df7 `CSS1 Test Suite Contributors`<http://www.w3.org/Style/CSS/Test/CSS1/current/tsack.html>,`Ian Hickson`<mailto:ian@hixie.ch>
|
|
c533-bgimage-000 reference/c533-bgimage-000-ref background-image http://www.w3.org/TR/REC-CSS1#background-image,http://www.w3.org/TR/CSS21/colors.html#background-properties bb97f4a58efd3cd9971a331866ae71606561f4c4 `CSS1 Test Suite Contributors`<http://www.w3.org/Style/CSS/Test/CSS1/current/tsack.html>,`Ian Hickson`<mailto:ian@hixie.ch>
|
|
c533-bgimage-001 reference/ref-this-text-should-be-green background-image image http://www.w3.org/TR/REC-CSS1#background-image,http://www.w3.org/TR/CSS21/colors.html#background-properties fb2233fd84938dc0c7f5d3c7d95e6ef5f1053970 `CSS1 Test Suite Contributors`<http://www.w3.org/Style/CSS/Test/CSS1/current/tsack.html>,`Ian Hickson`<mailto:ian@hixie.ch>
|
|
c534-bgre-000 reference/c534-bgre-000-ref background-repeat ahem,image http://www.w3.org/TR/REC-CSS1#background-repeat,http://www.w3.org/TR/CSS21/colors.html#background-properties 627bbe66eb660549df7effbfdf11b2a89ddd0155 `CSS1 Test Suite Contributors`<http://www.w3.org/Style/CSS/Test/CSS1/current/tsack.html>,`Ian Hickson`<mailto:ian@hixie.ch>
|
|
c534-bgre-001 reference/c534-bgre-000-ref background-repeat ahem,image http://www.w3.org/TR/REC-CSS1#background-repeat,http://www.w3.org/TR/CSS21/colors.html#background-properties eebc182f7fb5802e862acc82fe1095cff4e94b6e `CSS1 Test Suite Contributors`<http://www.w3.org/Style/CSS/Test/CSS1/current/tsack.html>,`Ian Hickson`<mailto:ian@hixie.ch>
|
|
c534-bgreps-000 reference/c534-bgreps-000-ref background-repeat ahem,image http://www.w3.org/TR/REC-CSS1#background-repeat,http://www.w3.org/TR/CSS21/colors.html#background-properties ef4013158bc332505315f80f4cf2a0d4af1a5be5 `CSS1 Test Suite Contributors`<http://www.w3.org/Style/CSS/Test/CSS1/current/tsack.html>,`Ian Hickson`<mailto:ian@hixie.ch>
|
|
c534-bgreps-001 reference/c534-bgreps-000-ref background-repeat ahem,image http://www.w3.org/TR/REC-CSS1#background-repeat,http://www.w3.org/TR/CSS21/colors.html#background-properties b0f4138cfc80ed65217f6577551980f585a47c74 `CSS1 Test Suite Contributors`<http://www.w3.org/Style/CSS/Test/CSS1/current/tsack.html>,`Ian Hickson`<mailto:ian@hixie.ch>
|
|
c534-bgreps-002 reference/c534-bgreps-000-ref background-repeat ahem,image http://www.w3.org/TR/REC-CSS1#background-repeat,http://www.w3.org/TR/CSS21/colors.html#background-properties d14810872f415f88f65855c2ba03672dc028dca8 `CSS1 Test Suite Contributors`<http://www.w3.org/Style/CSS/Test/CSS1/current/tsack.html>,`Ian Hickson`<mailto:ian@hixie.ch>
|
|
c534-bgreps-003 reference/c534-bgreps-000-ref background-repeat ahem,image http://www.w3.org/TR/REC-CSS1#background-repeat,http://www.w3.org/TR/CSS21/colors.html#background-properties 3675ca2c89cbaf33ead1a4dfcb23d0c3b224d295 `CSS1 Test Suite Contributors`<http://www.w3.org/Style/CSS/Test/CSS1/current/tsack.html>,`Ian Hickson`<mailto:ian@hixie.ch>
|
|
c534-bgreps-004 reference/c534-bgreps-000-ref background-repeat ahem,image http://www.w3.org/TR/REC-CSS1#background-repeat,http://www.w3.org/TR/CSS21/colors.html#background-properties 37f79a081e5d5266d8b24e9a84d2f0594e331c40 `CSS1 Test Suite Contributors`<http://www.w3.org/Style/CSS/Test/CSS1/current/tsack.html>,`Ian Hickson`<mailto:ian@hixie.ch>
|
|
c534-bgreps-005 reference/c534-bgreps-000-ref background-repeat ahem,image http://www.w3.org/TR/REC-CSS1#background-repeat,http://www.w3.org/TR/CSS21/colors.html#background-properties cbd649ca616c1122959a88cdb80bc1b1be71dcea `CSS1 Test Suite Contributors`<http://www.w3.org/Style/CSS/Test/CSS1/current/tsack.html>,`Ian Hickson`<mailto:ian@hixie.ch>
|
|
c535-bg-fixd-000 background-attachment image,interact,scroll http://www.w3.org/TR/REC-CSS1#background-attachment,http://www.w3.org/TR/CSS21/colors.html#background-properties 923f46e3793158661dc11cb325255d50ab017767 `CSS1 Test Suite Contributors`<http://www.w3.org/Style/CSS/Test/CSS1/current/tsack.html>,`Ian Hickson`<mailto:ian@hixie.ch>
|
|
c536-bgpos-000 reference/c536-bgpos-000-ref background-position ahem,image http://www.w3.org/TR/REC-CSS1#background-position,http://www.w3.org/TR/CSS21/colors.html#background-properties d7594a8a5ed01274ac9b806eb772b7d0171eb1f1 `CSS1 Test Suite Contributors`<http://www.w3.org/Style/CSS/Test/CSS1/current/tsack.html>,`Ian Hickson`<mailto:ian@hixie.ch>
|
|
c536-bgpos-001 reference/c536-bgpos-001-ref background-position ahem,image http://www.w3.org/TR/REC-CSS1#background-position,http://www.w3.org/TR/CSS21/colors.html#background-properties a08409f566084d2c5cf89907d9e1d9186ea1a156 `CSS1 Test Suite Contributors`<http://www.w3.org/Style/CSS/Test/CSS1/current/tsack.html>,`Ian Hickson`<mailto:ian@hixie.ch>
|
|
c537-bgfxps-000 background ahem,image,interact,scroll http://www.w3.org/TR/REC-CSS1#background,http://www.w3.org/TR/CSS21/colors.html#background-properties 0d8c03e7f850e3a6f5303aaca1878ab6e67d8290 `CSS1 Test Suite Contributors`<http://www.w3.org/Style/CSS/Test/CSS1/current/tsack.html>,`Ian Hickson`<mailto:ian@hixie.ch>
|
|
c541-word-sp-000 reference/c541-word-sp-000-ref word-spacing ahem http://www.w3.org/TR/REC-CSS1#word-spacing,http://www.w3.org/TR/CSS21/text.html#spacing-props e39928e462548749014a24b6dac11488dece9dcc `CSS1 Test Suite Contributors`<http://www.w3.org/Style/CSS/Test/CSS1/current/tsack.html>,`Ian Hickson`<mailto:ian@hixie.ch>
|
|
c541-word-sp-001 reference/c541-word-sp-001-ref word-spacing ahem http://www.w3.org/TR/REC-CSS1#word-spacing,http://www.w3.org/TR/CSS21/text.html#spacing-props 35dafedb9d693b2e3ed037f05e6ad9c8767d646a `CSS1 Test Suite Contributors`<http://www.w3.org/Style/CSS/Test/CSS1/current/tsack.html>,`Ian Hickson`<mailto:ian@hixie.ch>
|
|
c542-letter-sp-000 reference/c542-letter-sp-000-ref letter-spacing ahem http://www.w3.org/TR/REC-CSS1#letter-spacing,http://www.w3.org/TR/CSS21/text.html#spacing-props 1a0e946d339c05040933b1191fd6405ecddf513c `CSS1 Test Suite Contributors`<http://www.w3.org/Style/CSS/Test/CSS1/current/tsack.html>,`Ian Hickson`<mailto:ian@hixie.ch>
|
|
c542-letter-sp-001 reference/c542-letter-sp-001-ref letter-spacing ahem http://www.w3.org/TR/REC-CSS1#letter-spacing,http://www.w3.org/TR/CSS21/text.html#spacing-props 33fc57be8a86ad84ba74d284ed69468fb6ce217f `CSS1 Test Suite Contributors`<http://www.w3.org/Style/CSS/Test/CSS1/current/tsack.html>,`Ian Hickson`<mailto:ian@hixie.ch>
|
|
c543-txt-decor-000 text-decoration animated,image http://www.w3.org/TR/REC-CSS1#text-decoration,http://www.w3.org/TR/CSS21/fonts.html#font-styling,http://www.w3.org/TR/css-fonts-3/#font-style-prop ba273f4cbe5bc2d4408a06a035991f6786773649 `CSS1 Test Suite Contributors`<http://www.w3.org/Style/CSS/Test/CSS1/current/tsack.html>,`Ian Hickson`<mailto:ian@hixie.ch>
|
|
c544-valgn-000 vertical-align ahem,image http://www.w3.org/TR/REC-CSS1#vertical-align,http://www.w3.org/TR/CSS21/visudet.html#leading 0617cb3b2bf37a7afae9b9d9d50d8e8a4e7c05ab `CSS1 Test Suite Contributors`<http://www.w3.org/Style/CSS/Test/CSS1/current/tsack.html>,`Ian Hickson`<mailto:ian@hixie.ch>
|
|
c544-valgn-001 reference/c544-valgn-001-ref vertical-align ahem,image http://www.w3.org/TR/REC-CSS1#vertical-align,http://www.w3.org/TR/CSS21/visudet.html#leading 69bb6e59eb4b3bae5f078ad05ec09dd4d4a2b73b `CSS1 Test Suite Contributors`<http://www.w3.org/Style/CSS/Test/CSS1/current/tsack.html>,`Ian Hickson`<mailto:ian@hixie.ch>
|
|
c544-valgn-002 vertical-align ahem,image,interact http://www.w3.org/TR/REC-CSS1#vertical-align,http://www.w3.org/TR/CSS21/visudet.html#leading a61988b93b3ce2c859249461ca5635311a4050bf `CSS1 Test Suite Contributors`<http://www.w3.org/Style/CSS/Test/CSS1/current/tsack.html>,`Ian Hickson`<mailto:ian@hixie.ch>
|
|
c544-valgn-003 vertical-align ahem,image,interact http://www.w3.org/TR/REC-CSS1#vertical-align,http://www.w3.org/TR/CSS21/visudet.html#leading 4585917877c35624f55b25ede6b4aa22767a5863 `CSS1 Test Suite Contributors`<http://www.w3.org/Style/CSS/Test/CSS1/current/tsack.html>,`Ian Hickson`<mailto:ian@hixie.ch>
|
|
c544-valgn-004 vertical-align ahem,image,interact http://www.w3.org/TR/REC-CSS1#vertical-align,http://www.w3.org/TR/CSS21/visudet.html#leading c470b008da7151b01a31c8340b036e43bce126c4 `CSS1 Test Suite Contributors`<http://www.w3.org/Style/CSS/Test/CSS1/current/tsack.html>,`Ian Hickson`<mailto:ian@hixie.ch>
|
|
c545-txttrans-000 text-transform ahem,image http://www.w3.org/TR/REC-CSS1#text-transform,http://www.w3.org/TR/CSS21/text.html#caps-prop 7fabf215ad43b97f8a14cde922c0f7404c8ac584 `CSS1 Test Suite Contributors`<http://www.w3.org/Style/CSS/Test/CSS1/current/tsack.html>,`Ian Hickson`<mailto:ian@hixie.ch>
|
|
c546-txt-align-000 text-align http://www.w3.org/TR/REC-CSS1#text-align,http://www.w3.org/TR/CSS21/text.html#alignment-prop b3d640f06e8d498da6faec465f9da063f421827e `CSS1 Test Suite Contributors`<http://www.w3.org/Style/CSS/Test/CSS1/current/tsack.html>,`Ian Hickson`<mailto:ian@hixie.ch>
|
|
c547-indent-000 text-indent ahem http://www.w3.org/TR/REC-CSS1#text-indent,http://www.w3.org/TR/CSS21/text.html#indentation-prop,http://www.w3.org/TR/CSS21/syndata.html#length-units b545313dc540e1e8ef73f670e5bbd03036794c9b `CSS1 Test Suite Contributors`<http://www.w3.org/Style/CSS/Test/CSS1/current/tsack.html>,`Ian Hickson`<mailto:ian@hixie.ch>
|
|
c547-indent-001 reference/c547-indent-001-ref text-indent http://www.w3.org/TR/REC-CSS1#text-indent,http://www.w3.org/TR/CSS21/text.html#indentation-prop d9e8b2d2bae07517e5cc775e7970e99983938539 `CSS1 Test Suite Contributors`<http://www.w3.org/Style/CSS/Test/CSS1/current/tsack.html>,`Ian Hickson`<mailto:ian@hixie.ch>
|
|
c548-leadin-000 reference/c548-leadin-000-ref line-height ahem http://www.w3.org/TR/REC-CSS1#line-height,http://www.w3.org/TR/CSS21/visudet.html#leading 442a2f55c1c36b4aed885e38d6aab499ec47dc36 `CSS1 Test Suite Contributors`<http://www.w3.org/Style/CSS/Test/CSS1/current/tsack.html>,`Ian Hickson`<mailto:ian@hixie.ch>
|
|
c548-ln-ht-000 reference/c548-ln-ht-000-ref line-height ahem http://www.w3.org/TR/REC-CSS1#line-height,http://www.w3.org/TR/CSS21/visudet.html#leading 1f697fc420f4c64f6fe2161a9e6e60669eb105f7 `CSS1 Test Suite Contributors`<http://www.w3.org/Style/CSS/Test/CSS1/current/tsack.html>,`Ian Hickson`<mailto:ian@hixie.ch>
|
|
c548-ln-ht-001 reference/c548-ln-ht-001-ref line-height ahem,image http://www.w3.org/TR/REC-CSS1#line-height,http://www.w3.org/TR/CSS21/visudet.html#leading dd6b3f027ccb34099ea9c43dd89f3f52716220f5 `CSS1 Test Suite Contributors`<http://www.w3.org/Style/CSS/Test/CSS1/current/tsack.html>,`Ian Hickson`<mailto:ian@hixie.ch>
|
|
c548-ln-ht-002 reference/c548-ln-ht-001-ref line-height ahem,image,invalid http://www.w3.org/TR/REC-CSS1#line-height,http://www.w3.org/TR/CSS21/visudet.html#leading d6cc48bc881f71efe9ddcae110d980142279ac78 `CSS1 Test Suite Contributors`<http://www.w3.org/Style/CSS/Test/CSS1/current/tsack.html>,`Ian Hickson`<mailto:ian@hixie.ch>
|
|
c548-ln-ht-003 reference/c548-ln-ht-003-ref line-height ahem,image http://www.w3.org/TR/REC-CSS1#line-height,http://www.w3.org/TR/CSS21/visudet.html#leading,http://www.w3.org/TR/CSS21/cascade.html#inheritance ab4c7ee7e650bc02d721a0723f4ba7dde18c9ca4 `CSS1 Test Suite Contributors`<http://www.w3.org/Style/CSS/Test/CSS1/current/tsack.html>,`Ian Hickson`<mailto:ian@hixie.ch>
|
|
c548-ln-ht-004 reference/c548-ln-ht-004-ref line-height ahem,image http://www.w3.org/TR/REC-CSS1#line-height,http://www.w3.org/TR/CSS21/visudet.html#leading,http://www.w3.org/TR/CSS21/cascade.html#inheritance 288fc231beac688176727e1e0eb3a5eb11c49c8b `CSS1 Test Suite Contributors`<http://www.w3.org/Style/CSS/Test/CSS1/current/tsack.html>,`Ian Hickson`<mailto:ian@hixie.ch>
|
|
c5501-imrgn-t-000 reference/c5501-imrgn-t-000-ref margin-top ahem,image http://www.w3.org/TR/REC-CSS1#margin-top,http://www.w3.org/TR/CSS21/box.html#margin-properties f95228f250be559a55da89b91b4088610fc447ef `CSS1 Test Suite Contributors`<http://www.w3.org/Style/CSS/Test/CSS1/current/tsack.html>,`Ian Hickson`<mailto:ian@hixie.ch>
|
|
c5501-mrgn-t-000 reference/c5501-mrgn-t-000-ref margin-top ahem http://www.w3.org/TR/REC-CSS1#margin-top,http://www.w3.org/TR/CSS21/box.html#margin-properties cf73943fd33bdcbedc23e70db20805fac81c1f11 `CSS1 Test Suite Contributors`<http://www.w3.org/Style/CSS/Test/CSS1/current/tsack.html>,`Ian Hickson`<mailto:ian@hixie.ch>
|
|
c5502-imrgn-r-000 reference/c5502-imrgn-r-000-ref margin-right ahem,image http://www.w3.org/TR/REC-CSS1#margin-right,http://www.w3.org/TR/CSS21/box.html#margin-properties 67b6240b6ae9566402b7b92b74f3f35239793c6d `CSS1 Test Suite Contributors`<http://www.w3.org/Style/CSS/Test/CSS1/current/tsack.html>,`Ian Hickson`<mailto:ian@hixie.ch>
|
|
c5502-imrgn-r-001 reference/c5502-imrgn-r-001-ref margin-right ahem,image http://www.w3.org/TR/REC-CSS1#margin-right,http://www.w3.org/TR/CSS21/box.html#margin-properties 1913914c1910a58b77edc5228cefca5b3173b7a1 `CSS1 Test Suite Contributors`<http://www.w3.org/Style/CSS/Test/CSS1/current/tsack.html>,`Ian Hickson`<mailto:ian@hixie.ch>
|
|
c5502-imrgn-r-002 reference/c5502-imrgn-r-002-ref margin-right ahem http://www.w3.org/TR/REC-CSS1#margin-right,http://www.w3.org/TR/CSS21/box.html#margin-properties da8c134d4bede547ceff7f3ec677ef71b9024b6f `CSS1 Test Suite Contributors`<http://www.w3.org/Style/CSS/Test/CSS1/current/tsack.html>,`Ian Hickson`<mailto:ian@hixie.ch>
|
|
c5502-imrgn-r-003 reference/c5502-imrgn-r-003-ref margin-right ahem http://www.w3.org/TR/REC-CSS1#margin-right,http://www.w3.org/TR/CSS21/box.html#margin-properties 9c2e18eb1457de1e81dc5be767f8e4fd03e97c22 `CSS1 Test Suite Contributors`<http://www.w3.org/Style/CSS/Test/CSS1/current/tsack.html>,`Ian Hickson`<mailto:ian@hixie.ch>
|
|
c5502-imrgn-r-004 reference/c5502-imrgn-r-004-ref margin-right ahem,image http://www.w3.org/TR/REC-CSS1#margin-right,http://www.w3.org/TR/CSS21/box.html#margin-properties 766362860ed282ea6aa1563de0c5f4eec89bdaa3 `CSS1 Test Suite Contributors`<http://www.w3.org/Style/CSS/Test/CSS1/current/tsack.html>,`Ian Hickson`<mailto:ian@hixie.ch>
|
|
c5502-imrgn-r-005 reference/c5502-imrgn-r-005-ref margin-right ahem,image http://www.w3.org/TR/REC-CSS1#margin-right,http://www.w3.org/TR/CSS21/box.html#margin-properties 23c093ac5ed1c43b989c478cfb90dee0de13c4e8 `CSS1 Test Suite Contributors`<http://www.w3.org/Style/CSS/Test/CSS1/current/tsack.html>,`Ian Hickson`<mailto:ian@hixie.ch>
|
|
c5502-imrgn-r-006 reference/c5502-imrgn-r-006-ref margin-right ahem,image http://www.w3.org/TR/REC-CSS1#margin-right,http://www.w3.org/TR/CSS21/box.html#margin-properties 710f391fbae90ced2d451ff3afa0adff82d4314d `CSS1 Test Suite Contributors`<http://www.w3.org/Style/CSS/Test/CSS1/current/tsack.html>,`Ian Hickson`<mailto:ian@hixie.ch>
|
|
c5502-mrgn-r-000 reference/c5502-mrgn-r-000-ref margin-right ahem,image http://www.w3.org/TR/REC-CSS1#margin-right,http://www.w3.org/TR/CSS21/box.html#margin-properties,http://www.w3.org/TR/CSS21/text.html#alignment-prop 9eba0785921925936b4cc3ec32bbe41b38dbfae1 `CSS1 Test Suite Contributors`<http://www.w3.org/Style/CSS/Test/CSS1/current/tsack.html>,`Ian Hickson`<mailto:ian@hixie.ch>
|
|
c5502-mrgn-r-001 reference/c5502-mrgn-r-001-ref margin-right ahem http://www.w3.org/TR/REC-CSS1#margin-right,http://www.w3.org/TR/CSS21/box.html#margin-properties,http://www.w3.org/TR/CSS21/box.html#border-properties 6c0033b825df39216437a44c269e64c605b18f88 `CSS1 Test Suite Contributors`<http://www.w3.org/Style/CSS/Test/CSS1/current/tsack.html>,`Ian Hickson`<mailto:ian@hixie.ch>
|
|
c5502-mrgn-r-002 margin-right image,scroll,should http://www.w3.org/TR/REC-CSS1#margin-right,http://www.w3.org/TR/CSS21/box.html#margin-properties ecba1d054beeb56abcf2e188c3b502169c851047 `CSS1 Test Suite Contributors`<http://www.w3.org/Style/CSS/Test/CSS1/current/tsack.html>,`Ian Hickson`<mailto:ian@hixie.ch>
|
|
c5502-mrgn-r-003 reference/c5502-mrgn-r-003-ref margin-right http://www.w3.org/TR/REC-CSS1#margin-right,http://www.w3.org/TR/CSS21/box.html#margin-properties,http://www.w3.org/TR/CSS21/visudet.html#the-width-property 8e4a926bb51e168763094bddc1862278e7dfd67a `CSS1 Test Suite Contributors`<http://www.w3.org/Style/CSS/Test/CSS1/current/tsack.html>,`Ian Hickson`<mailto:ian@hixie.ch>
|
|
c5503-imrgn-b-000 reference/c5501-imrgn-t-000-ref margin-bottom ahem http://www.w3.org/TR/REC-CSS1#margin-bottom,http://www.w3.org/TR/CSS21/box.html#margin-properties ffd1f349df09013a4ac71d3fa601bd8134f5e3ad `CSS1 Test Suite Contributors`<http://www.w3.org/Style/CSS/Test/CSS1/current/tsack.html>,`Ian Hickson`<mailto:ian@hixie.ch>
|
|
c5503-mrgn-b-000 reference/c5503-mrgn-b-000-ref margin-bottom ahem http://www.w3.org/TR/REC-CSS1#margin-bottom,http://www.w3.org/TR/CSS21/box.html#margin-properties a1473c54290033e3a4ff6a252fa2be13ed8e65ef `CSS1 Test Suite Contributors`<http://www.w3.org/Style/CSS/Test/CSS1/current/tsack.html>,`Ian Hickson`<mailto:ian@hixie.ch>
|
|
c5504-imrgn-l-000 reference/c5502-imrgn-r-000-ref margin-left ahem,image http://www.w3.org/TR/REC-CSS1#margin-left,http://www.w3.org/TR/CSS21/box.html#margin-properties eb1c501b80573ac2e5828de9c79a2fb3031b4b49 `CSS1 Test Suite Contributors`<http://www.w3.org/Style/CSS/Test/CSS1/current/tsack.html>,`Ian Hickson`<mailto:ian@hixie.ch>
|
|
c5504-imrgn-l-001 reference/c5502-imrgn-r-001-ref margin-left ahem,image http://www.w3.org/TR/REC-CSS1#margin-left,http://www.w3.org/TR/CSS21/box.html#margin-properties dca84f643b4643959523f4517e90b4c6b21a70ae `CSS1 Test Suite Contributors`<http://www.w3.org/Style/CSS/Test/CSS1/current/tsack.html>,`Ian Hickson`<mailto:ian@hixie.ch>
|
|
c5504-imrgn-l-002 reference/c5504-imrgn-l-002-ref margin-left ahem,image http://www.w3.org/TR/REC-CSS1#margin-left,http://www.w3.org/TR/CSS21/box.html#margin-properties 673a7dd73c1897f0e15746c02048d0b0ac0a6627 `CSS1 Test Suite Contributors`<http://www.w3.org/Style/CSS/Test/CSS1/current/tsack.html>,`Ian Hickson`<mailto:ian@hixie.ch>
|
|
c5504-imrgn-l-003 reference/c5502-imrgn-r-003-ref margin-left ahem http://www.w3.org/TR/REC-CSS1#margin-left,http://www.w3.org/TR/CSS21/box.html#margin-properties 44c8b7cd643e5d969b61ffac316c8a87df26dce1 `CSS1 Test Suite Contributors`<http://www.w3.org/Style/CSS/Test/CSS1/current/tsack.html>,`Ian Hickson`<mailto:ian@hixie.ch>
|
|
c5504-imrgn-l-004 reference/c5502-imrgn-r-004-ref margin-left ahem,image http://www.w3.org/TR/REC-CSS1#margin-left,http://www.w3.org/TR/CSS21/box.html#margin-properties 5f42654be1c546a1af0306a9d81f93bde5d316d4 `CSS1 Test Suite Contributors`<http://www.w3.org/Style/CSS/Test/CSS1/current/tsack.html>,`Ian Hickson`<mailto:ian@hixie.ch>
|
|
c5504-imrgn-l-005 reference/c5504-imrgn-l-005-ref margin-left ahem,image http://www.w3.org/TR/REC-CSS1#margin-left,http://www.w3.org/TR/CSS21/box.html#margin-properties c8395d877ba284e03f400a69075b5de024304f0e `CSS1 Test Suite Contributors`<http://www.w3.org/Style/CSS/Test/CSS1/current/tsack.html>,`Ian Hickson`<mailto:ian@hixie.ch>
|
|
c5504-imrgn-l-006 reference/c5504-imrgn-l-006-ref margin-left ahem,image http://www.w3.org/TR/REC-CSS1#margin-left,http://www.w3.org/TR/CSS21/box.html#margin-properties be15330742318615bb7cb278991b0e5a8cc2d0f7 `CSS1 Test Suite Contributors`<http://www.w3.org/Style/CSS/Test/CSS1/current/tsack.html>,`Ian Hickson`<mailto:ian@hixie.ch>
|
|
c5504-mrgn-l-000 reference/c5504-mrgn-l-000-ref margin-left ahem,image http://www.w3.org/TR/REC-CSS1#margin-left,http://www.w3.org/TR/CSS21/box.html#margin-properties,http://www.w3.org/TR/CSS21/text.html#alignment-prop bb04fd019be368890f8a3383bb729e9e39613772 `CSS1 Test Suite Contributors`<http://www.w3.org/Style/CSS/Test/CSS1/current/tsack.html>,`Ian Hickson`<mailto:ian@hixie.ch>
|
|
c5504-mrgn-l-001 reference/c5504-mrgn-l-001-ref margin-left ahem http://www.w3.org/TR/REC-CSS1#margin-left,http://www.w3.org/TR/CSS21/box.html#margin-properties,http://www.w3.org/TR/CSS21/box.html#border-properties 1c039f037d0680ae8a5aa03a2a7a6070870ac07d `CSS1 Test Suite Contributors`<http://www.w3.org/Style/CSS/Test/CSS1/current/tsack.html>,`Ian Hickson`<mailto:ian@hixie.ch>
|
|
c5504-mrgn-l-002 margin-left image,scroll,should http://www.w3.org/TR/REC-CSS1#margin-left,http://www.w3.org/TR/CSS21/box.html#margin-properties 4ff13d54da4747b9d6343ddf45f2a02d1b795c22 `CSS1 Test Suite Contributors`<http://www.w3.org/Style/CSS/Test/CSS1/current/tsack.html>,`Ian Hickson`<mailto:ian@hixie.ch>
|
|
c5504-mrgn-l-003 reference/c5504-mrgn-l-003-ref margin-left http://www.w3.org/TR/REC-CSS1#margin-left,http://www.w3.org/TR/CSS21/box.html#margin-properties,http://www.w3.org/TR/CSS21/visudet.html#the-width-property bc20bfbd98e6faf9aff69e0348ad1db9462763d3 `CSS1 Test Suite Contributors`<http://www.w3.org/Style/CSS/Test/CSS1/current/tsack.html>,`Ian Hickson`<mailto:ian@hixie.ch>
|
|
c5505-imrgn-000 reference/c5505-imrgn-000-ref margin ahem,image http://www.w3.org/TR/REC-CSS1#margin,http://www.w3.org/TR/CSS21/box.html#margin-properties 762b61d28389ab10cf32b41a639d484591d01191 `CSS1 Test Suite Contributors`<http://www.w3.org/Style/CSS/Test/CSS1/current/tsack.html>,`Ian Hickson`<mailto:ian@hixie.ch>
|
|
c5505-mrgn-000 reference/c5505-mrgn-000-ref margin ahem,image http://www.w3.org/TR/REC-CSS1#margin,http://www.w3.org/TR/CSS21/box.html#margin-properties 22fd3f0b5ff53faeb77037d26d4c7cd12b3e6c86 `CSS1 Test Suite Contributors`<http://www.w3.org/Style/CSS/Test/CSS1/current/tsack.html>,`Ian Hickson`<mailto:ian@hixie.ch>
|
|
c5505-mrgn-001 reference/c5505-mrgn-001-ref margin ahem http://www.w3.org/TR/REC-CSS1#margin,http://www.w3.org/TR/CSS21/box.html#margin-properties 017534f5d569701c4f327ef0bf42f29e1c261085 `CSS1 Test Suite Contributors`<http://www.w3.org/Style/CSS/Test/CSS1/current/tsack.html>,`Ian Hickson`<mailto:ian@hixie.ch>
|
|
c5505-mrgn-002 margin http://www.w3.org/TR/REC-CSS1#margin,http://www.w3.org/TR/CSS21/box.html#margin-properties c7e853095d4751c225cdbed5a4037c193045ed15 `CSS1 Test Suite Contributors`<http://www.w3.org/Style/CSS/Test/CSS1/current/tsack.html>,`Ian Hickson`<mailto:ian@hixie.ch>
|
|
c5505-mrgn-003 reference/c5505-mrgn-003-ref margin ahem,image http://www.w3.org/TR/REC-CSS1#margin,http://www.w3.org/TR/CSS21/box.html#margin-properties,http://www.w3.org/TR/CSS21/visudet.html#the-width-property ba2240a25925ff6d2e29a4d78ecec48e2e137e5c `CSS1 Test Suite Contributors`<http://www.w3.org/Style/CSS/Test/CSS1/current/tsack.html>,`Ian Hickson`<mailto:ian@hixie.ch>
|
|
c5506-ipadn-t-000 reference/c5506-ipadn-t-000-ref padding-top ahem http://www.w3.org/TR/REC-CSS1#padding-top,http://www.w3.org/TR/CSS21/box.html#padding-properties 8913cae030fce9640d098bd2795f6feac08a2a7e `CSS1 Test Suite Contributors`<http://www.w3.org/Style/CSS/Test/CSS1/current/tsack.html>,`Ian Hickson`<mailto:ian@hixie.ch>
|
|
c5506-ipadn-t-001 reference/c5506-ipadn-t-000-ref padding-top ahem http://www.w3.org/TR/REC-CSS1#padding-top,http://www.w3.org/TR/CSS21/box.html#padding-properties 9092e026b7787f8fd6a2706a2f114ad9c66f22e3 `CSS1 Test Suite Contributors`<http://www.w3.org/Style/CSS/Test/CSS1/current/tsack.html>,`Ian Hickson`<mailto:ian@hixie.ch>
|
|
c5506-ipadn-t-002 reference/c5506-ipadn-t-002-ref padding-top ahem http://www.w3.org/TR/REC-CSS1#padding-top,http://www.w3.org/TR/CSS21/box.html#padding-properties bb380ce0bec32e5627f6c4f899120fd6a420daf2 `CSS1 Test Suite Contributors`<http://www.w3.org/Style/CSS/Test/CSS1/current/tsack.html>,`Ian Hickson`<mailto:ian@hixie.ch>
|
|
c5506-padn-t-000 reference/c5506-padn-t-000-ref padding-top ahem,invalid http://www.w3.org/TR/REC-CSS1#padding-top,http://www.w3.org/TR/CSS21/box.html#padding-properties,http://www.w3.org/TR/CSS21/syndata.html#length-units 6f1df9b365e2dd678309fd188d414f3df463abf6 `CSS1 Test Suite Contributors`<http://www.w3.org/Style/CSS/Test/CSS1/current/tsack.html>,`Ian Hickson`<mailto:ian@hixie.ch>
|
|
c5507-ipadn-r-000 reference/c5502-imrgn-r-000-ref padding-right ahem,image http://www.w3.org/TR/REC-CSS1#padding-right,http://www.w3.org/TR/CSS21/box.html#padding-properties f52c3989173ceb7604425804286459c8c89da58e `CSS1 Test Suite Contributors`<http://www.w3.org/Style/CSS/Test/CSS1/current/tsack.html>,`Ian Hickson`<mailto:ian@hixie.ch>
|
|
c5507-ipadn-r-001 reference/c5502-imrgn-r-001-ref padding-right ahem,image http://www.w3.org/TR/REC-CSS1#padding-right,http://www.w3.org/TR/CSS21/box.html#padding-properties 65246af8ed08f52ab8648b27eda3d572b272c874 `CSS1 Test Suite Contributors`<http://www.w3.org/Style/CSS/Test/CSS1/current/tsack.html>,`Ian Hickson`<mailto:ian@hixie.ch>
|
|
c5507-ipadn-r-002 reference/c5502-imrgn-r-002-ref padding-right ahem,image http://www.w3.org/TR/REC-CSS1#padding-right,http://www.w3.org/TR/CSS21/box.html#padding-properties e98d15dd4b9728f2a787313f399aec63af4f3d28 `CSS1 Test Suite Contributors`<http://www.w3.org/Style/CSS/Test/CSS1/current/tsack.html>,`Ian Hickson`<mailto:ian@hixie.ch>
|
|
c5507-ipadn-r-003 reference/c5502-imrgn-r-003-ref padding-right ahem http://www.w3.org/TR/REC-CSS1#padding-right,http://www.w3.org/TR/CSS21/box.html#padding-properties 753f5db8a06eef1df3babc8f7b55adfde7a64fe5 `CSS1 Test Suite Contributors`<http://www.w3.org/Style/CSS/Test/CSS1/current/tsack.html>,`Ian Hickson`<mailto:ian@hixie.ch>
|
|
c5507-ipadn-r-004 reference/c5507-ipadn-r-004-ref padding-right ahem,image,invalid http://www.w3.org/TR/REC-CSS1#padding-right,http://www.w3.org/TR/CSS21/box.html#padding-properties ccc0ce6e1a7251ddad914e4a477e01330df25f0f `CSS1 Test Suite Contributors`<http://www.w3.org/Style/CSS/Test/CSS1/current/tsack.html>,`Ian Hickson`<mailto:ian@hixie.ch>
|
|
c5507-padn-r-000 reference/c5507-padn-r-000-ref padding-right ahem,image http://www.w3.org/TR/REC-CSS1#padding-right,http://www.w3.org/TR/CSS21/box.html#padding-properties,http://www.w3.org/TR/CSS21/text.html#alignment-prop 9785c90a5ad59d9faa996ea2de0cb061fe77508f `CSS1 Test Suite Contributors`<http://www.w3.org/Style/CSS/Test/CSS1/current/tsack.html>,`Ian Hickson`<mailto:ian@hixie.ch>
|
|
c5507-padn-r-001 reference/c5507-padn-r-001-ref padding-right ahem http://www.w3.org/TR/REC-CSS1#padding-right,http://www.w3.org/TR/CSS21/box.html#padding-properties,http://www.w3.org/TR/CSS21/text.html#alignment-prop,http://www.w3.org/TR/CSS21/box.html#border-properties 310ebeb8bc0cf25ab7bc16f8777df00b4f186d4e `CSS1 Test Suite Contributors`<http://www.w3.org/Style/CSS/Test/CSS1/current/tsack.html>,`Ian Hickson`<mailto:ian@hixie.ch>
|
|
c5507-padn-r-002 reference/c5507-padn-r-002-ref padding-right invalid http://www.w3.org/TR/REC-CSS1#padding-right,http://www.w3.org/TR/CSS21/box.html#padding-properties dc967a40411eb6ad9ba96e3e0e777f4e0f52909f `CSS1 Test Suite Contributors`<http://www.w3.org/Style/CSS/Test/CSS1/current/tsack.html>,`Ian Hickson`<mailto:ian@hixie.ch>
|
|
c5507-padn-r-003 reference/c5507-padn-r-003-ref padding-right invalid http://www.w3.org/TR/REC-CSS1#padding-right,http://www.w3.org/TR/CSS21/box.html#padding-properties,http://www.w3.org/TR/CSS21/visudet.html#the-width-property 8eb7799fa2da7896dd7f37e6848c2415f181bf18 `CSS1 Test Suite Contributors`<http://www.w3.org/Style/CSS/Test/CSS1/current/tsack.html>,`Ian Hickson`<mailto:ian@hixie.ch>
|
|
c5508-ipadn-b-000 reference/c5508-ipadn-b-000-ref padding-bottom ahem http://www.w3.org/TR/REC-CSS1#padding-bottom,http://www.w3.org/TR/CSS21/box.html#padding-properties 43b55f88a141cf4d25377435046bd269efc483ef `CSS1 Test Suite Contributors`<http://www.w3.org/Style/CSS/Test/CSS1/current/tsack.html>,`Ian Hickson`<mailto:ian@hixie.ch>
|
|
c5508-ipadn-b-001 reference/c5508-ipadn-b-000-ref padding-bottom ahem,invalid http://www.w3.org/TR/REC-CSS1#padding-bottom,http://www.w3.org/TR/CSS21/box.html#padding-properties 1025795415f2b6bf251e26bff0a2c8d7d061a3e3 `CSS1 Test Suite Contributors`<http://www.w3.org/Style/CSS/Test/CSS1/current/tsack.html>,`Ian Hickson`<mailto:ian@hixie.ch>
|
|
c5508-ipadn-b-002 reference/c5506-ipadn-t-000-ref padding-bottom ahem http://www.w3.org/TR/REC-CSS1#padding-bottom,http://www.w3.org/TR/CSS21/box.html#padding-properties 547c64f7d393f21bf745bb474ff1afc5f5a0db13 `CSS1 Test Suite Contributors`<http://www.w3.org/Style/CSS/Test/CSS1/current/tsack.html>,`Ian Hickson`<mailto:ian@hixie.ch>
|
|
c5508-ipadn-b-003 reference/c5508-ipadn-b-003-ref padding-bottom ahem,invalid http://www.w3.org/TR/REC-CSS1#padding-bottom,http://www.w3.org/TR/CSS21/box.html#padding-properties d7a15d964779c87959498e7fb5501d8d86474050 `CSS1 Test Suite Contributors`<http://www.w3.org/Style/CSS/Test/CSS1/current/tsack.html>,`Ian Hickson`<mailto:ian@hixie.ch>
|
|
c5509-ipadn-l-000 reference/c5502-imrgn-r-000-ref padding-left ahem,image http://www.w3.org/TR/REC-CSS1#padding-left,http://www.w3.org/TR/CSS21/box.html#padding-properties 9b87fa7b6c5e020f43a14ffb193fb75aef2c459e `CSS1 Test Suite Contributors`<http://www.w3.org/Style/CSS/Test/CSS1/current/tsack.html>,`Ian Hickson`<mailto:ian@hixie.ch>
|
|
c5509-ipadn-l-001 reference/c5502-imrgn-r-001-ref padding-left ahem,image http://www.w3.org/TR/REC-CSS1#padding-left,http://www.w3.org/TR/CSS21/box.html#padding-properties 1e74042217667c2cfad622af8268b61b04260e76 `CSS1 Test Suite Contributors`<http://www.w3.org/Style/CSS/Test/CSS1/current/tsack.html>,`Ian Hickson`<mailto:ian@hixie.ch>
|
|
c5509-ipadn-l-002 reference/c5504-imrgn-l-002-ref padding-left ahem,image http://www.w3.org/TR/REC-CSS1#padding-left,http://www.w3.org/TR/CSS21/box.html#padding-properties 845b90569e2914dea8a049ab23cc3b8ce80a1f69 `CSS1 Test Suite Contributors`<http://www.w3.org/Style/CSS/Test/CSS1/current/tsack.html>,`Ian Hickson`<mailto:ian@hixie.ch>
|
|
c5509-ipadn-l-003 reference/c5502-imrgn-r-003-ref padding-left ahem http://www.w3.org/TR/REC-CSS1#padding-left,http://www.w3.org/TR/CSS21/box.html#padding-properties 0193ac05de2f4b5c8b412725e8cc7875cc3952af `CSS1 Test Suite Contributors`<http://www.w3.org/Style/CSS/Test/CSS1/current/tsack.html>,`Ian Hickson`<mailto:ian@hixie.ch>
|
|
c5509-ipadn-l-004 reference/c5509-ipadn-l-004-ref padding-left ahem,image,invalid http://www.w3.org/TR/REC-CSS1#padding-left,http://www.w3.org/TR/CSS21/box.html#padding-properties 5380362e16e1da46891f1fe208a1903d32796ad4 `CSS1 Test Suite Contributors`<http://www.w3.org/Style/CSS/Test/CSS1/current/tsack.html>,`Ian Hickson`<mailto:ian@hixie.ch>
|
|
c5509-padn-l-000 reference/c5507-padn-r-000-ref padding-left ahem,image http://www.w3.org/TR/REC-CSS1#padding-left,http://www.w3.org/TR/CSS21/box.html#padding-properties,http://www.w3.org/TR/CSS21/syndata.html#length-units,http://www.w3.org/TR/CSS21/text.html#alignment-prop 93c1b54a124a025d29d8acf95ae2e744d99d8fcd `CSS1 Test Suite Contributors`<http://www.w3.org/Style/CSS/Test/CSS1/current/tsack.html>,`Ian Hickson`<mailto:ian@hixie.ch>
|
|
c5509-padn-l-001 reference/c5509-padn-l-001-ref padding-left ahem http://www.w3.org/TR/REC-CSS1#padding-left,http://www.w3.org/TR/CSS21/box.html#padding-properties,http://www.w3.org/TR/CSS21/text.html#alignment-prop 63af4515d381283daf509afa8d517120be1b86ad `CSS1 Test Suite Contributors`<http://www.w3.org/Style/CSS/Test/CSS1/current/tsack.html>,`Ian Hickson`<mailto:ian@hixie.ch>
|
|
c5509-padn-l-002 reference/c5509-padn-l-002-ref padding-left invalid http://www.w3.org/TR/REC-CSS1#padding-left,http://www.w3.org/TR/CSS21/box.html#padding-properties 2e30c1c3e5af75d1b110c1bfcc2cabef77ecce18 `CSS1 Test Suite Contributors`<http://www.w3.org/Style/CSS/Test/CSS1/current/tsack.html>,`Ian Hickson`<mailto:ian@hixie.ch>
|
|
c5509-padn-l-003 reference/c5509-padn-l-003-ref padding-left image,invalid http://www.w3.org/TR/REC-CSS1#padding-left,http://www.w3.org/TR/CSS21/box.html#padding-properties 95302550f100c9c00e0004078c3518b23ffc5111 `CSS1 Test Suite Contributors`<http://www.w3.org/Style/CSS/Test/CSS1/current/tsack.html>,`Ian Hickson`<mailto:ian@hixie.ch>
|
|
c5510-ipadn-000 reference/c5510-ipadn-000-ref padding ahem,image http://www.w3.org/TR/REC-CSS1#padding,http://www.w3.org/TR/CSS21/box.html#padding-properties 8a0006009d9e79f604c4b8771964d4c3010c3778 `CSS1 Test Suite Contributors`<http://www.w3.org/Style/CSS/Test/CSS1/current/tsack.html>,`Ian Hickson`<mailto:ian@hixie.ch>
|
|
c5510-padn-000 padding ahem,image http://www.w3.org/TR/REC-CSS1#padding,http://www.w3.org/TR/CSS21/box.html#padding-properties,http://www.w3.org/TR/CSS21/syndata.html#length-units 9e3bb1b79261f42733d70a85ca5afd221c0a880c `CSS1 Test Suite Contributors`<http://www.w3.org/Style/CSS/Test/CSS1/current/tsack.html>,`Ian Hickson`<mailto:ian@hixie.ch>
|
|
c5510-padn-001 reference/c5510-padn-001-ref padding ahem http://www.w3.org/TR/REC-CSS1#padding,http://www.w3.org/TR/CSS21/box.html#padding-properties f2a7912bf3dde9319c0f6a17874df1bd3347e515 `CSS1 Test Suite Contributors`<http://www.w3.org/Style/CSS/Test/CSS1/current/tsack.html>,`Ian Hickson`<mailto:ian@hixie.ch>
|
|
c5510-padn-002 reference/c5510-padn-002-ref padding invalid http://www.w3.org/TR/REC-CSS1#padding,http://www.w3.org/TR/CSS21/box.html#padding-properties 3d7dbc341cbe8b527118f554c7f8c85290dfc584 `CSS1 Test Suite Contributors`<http://www.w3.org/Style/CSS/Test/CSS1/current/tsack.html>,`Ian Hickson`<mailto:ian@hixie.ch>
|
|
c5511-brdr-tw-000 border-top-width http://www.w3.org/TR/REC-CSS1#border-top-width,http://www.w3.org/TR/CSS21/box.html#border-properties aa773e312e2dd6e13c4260f8480bdbf1bc3ca228 `CSS1 Test Suite Contributors`<http://www.w3.org/Style/CSS/Test/CSS1/current/tsack.html>,`Ian Hickson`<mailto:ian@hixie.ch>
|
|
c5511-brdr-tw-001 reference/c5511-brdr-tw-001-ref border-top-width image http://www.w3.org/TR/REC-CSS1#border-top-width,http://www.w3.org/TR/CSS21/box.html#border-properties fbcdf3ba1d4de6f4b113b0b8cb85e6953e36dab2 `CSS1 Test Suite Contributors`<http://www.w3.org/Style/CSS/Test/CSS1/current/tsack.html>,`Ian Hickson`<mailto:ian@hixie.ch>
|
|
c5511-brdr-tw-002 reference/ref-if-there-is-no-red border-top-width http://www.w3.org/TR/REC-CSS1#border-top-width,http://www.w3.org/TR/CSS21/box.html#border-properties 37e5fe519905c1fd1520d34341b09b7d3c57e979 `CSS1 Test Suite Contributors`<http://www.w3.org/Style/CSS/Test/CSS1/current/tsack.html>,`Ian Hickson`<mailto:ian@hixie.ch>
|
|
c5511-brdr-tw-003 reference/c5511-brdr-tw-003-ref border-top-width http://www.w3.org/TR/REC-CSS1#border-top-width,http://www.w3.org/TR/CSS21/box.html#border-properties 0ff70f9419714a13a79f92ffb56851f3e703cda5 `CSS1 Test Suite Contributors`<http://www.w3.org/Style/CSS/Test/CSS1/current/tsack.html>,`Ian Hickson`<mailto:ian@hixie.ch>
|
|
c5511-ibrdr-tw-000 reference/c5511-ibrdr-tw-000-ref border-top-width http://www.w3.org/TR/REC-CSS1#border-top-width,http://www.w3.org/TR/CSS21/box.html#border-properties 089917e53835a96f54b0553dde23cd3d1e383904 `CSS1 Test Suite Contributors`<http://www.w3.org/Style/CSS/Test/CSS1/current/tsack.html>,`Ian Hickson`<mailto:ian@hixie.ch>
|
|
c5512-brdr-rw-000 border-right-width http://www.w3.org/TR/REC-CSS1#border-right-width,http://www.w3.org/TR/CSS21/box.html#border-properties 237fb9cb1023b001d6f82d6090fdd5346cf68190 `CSS1 Test Suite Contributors`<http://www.w3.org/Style/CSS/Test/CSS1/current/tsack.html>,`Ian Hickson`<mailto:ian@hixie.ch>
|
|
c5512-brdr-rw-001 reference/c5512-brdr-rw-001-ref border-right-width image http://www.w3.org/TR/REC-CSS1#border-right-width,http://www.w3.org/TR/CSS21/box.html#border-properties 5d699c1c29d954b0c3ac21cf8e1c3c03dea34fd4 `CSS1 Test Suite Contributors`<http://www.w3.org/Style/CSS/Test/CSS1/current/tsack.html>,`Ian Hickson`<mailto:ian@hixie.ch>
|
|
c5512-brdr-rw-002 reference/ref-if-there-is-no-red border-right-width http://www.w3.org/TR/REC-CSS1#border-right-width,http://www.w3.org/TR/CSS21/box.html#border-properties 467946ae71a1af2edcb995c8d41f6e6bd715c6d3 `CSS1 Test Suite Contributors`<http://www.w3.org/Style/CSS/Test/CSS1/current/tsack.html>,`Ian Hickson`<mailto:ian@hixie.ch>
|
|
c5512-brdr-rw-003 reference/c5512-brdr-rw-003-ref border-right-width http://www.w3.org/TR/REC-CSS1#border-right-width,http://www.w3.org/TR/CSS21/box.html#border-properties 2f8c6f66ff63ce090ac1a941f85cd7f92a879569 `CSS1 Test Suite Contributors`<http://www.w3.org/Style/CSS/Test/CSS1/current/tsack.html>,`Ian Hickson`<mailto:ian@hixie.ch>
|
|
c5512-ibrdr-rw-000 reference/c5512-ibrdr-rw-000-ref border-right-width http://www.w3.org/TR/REC-CSS1#border-right-width,http://www.w3.org/TR/CSS21/box.html#border-properties 56e82f6c5ce47b8e69af78d29f52170d6ce2fb8a `CSS1 Test Suite Contributors`<http://www.w3.org/Style/CSS/Test/CSS1/current/tsack.html>,`Ian Hickson`<mailto:ian@hixie.ch>
|
|
c5513-brdr-bw-000 border-bottom-width http://www.w3.org/TR/REC-CSS1#border-bottom-width,http://www.w3.org/TR/CSS21/box.html#border-properties c10072e499bcc6a21aaaf84bb599e0ddc687572a `CSS1 Test Suite Contributors`<http://www.w3.org/Style/CSS/Test/CSS1/current/tsack.html>,`Ian Hickson`<mailto:ian@hixie.ch>
|
|
c5513-brdr-bw-001 reference/c5513-brdr-bw-001-ref border-bottom-width image http://www.w3.org/TR/REC-CSS1#border-bottom-width,http://www.w3.org/TR/CSS21/box.html#border-properties 501e43434ac4e95b3b5bb079135d96ba5d78ca0a `CSS1 Test Suite Contributors`<http://www.w3.org/Style/CSS/Test/CSS1/current/tsack.html>,`Ian Hickson`<mailto:ian@hixie.ch>
|
|
c5513-brdr-bw-002 reference/ref-if-there-is-no-red border-bottom-width http://www.w3.org/TR/REC-CSS1#border-bottom-width,http://www.w3.org/TR/CSS21/box.html#border-properties a76b8d77780191e6aa428038c4687d3fd200276d `CSS1 Test Suite Contributors`<http://www.w3.org/Style/CSS/Test/CSS1/current/tsack.html>,`Ian Hickson`<mailto:ian@hixie.ch>
|
|
c5513-brdr-bw-003 reference/c5513-brdr-bw-003-ref border-bottom-width http://www.w3.org/TR/REC-CSS1#border-bottom-width,http://www.w3.org/TR/CSS21/box.html#border-properties 055f2baa6120199226e8925775b2e2ca8169395a `CSS1 Test Suite Contributors`<http://www.w3.org/Style/CSS/Test/CSS1/current/tsack.html>,`Ian Hickson`<mailto:ian@hixie.ch>
|
|
c5513-ibrdr-bw-000 reference/c5513-ibrdr-bw-000-ref border-bottom-width http://www.w3.org/TR/REC-CSS1#border-bottom-width,http://www.w3.org/TR/CSS21/box.html#border-properties 92e830c3fd2953eac69946fb36d37544850a4d51 `CSS1 Test Suite Contributors`<http://www.w3.org/Style/CSS/Test/CSS1/current/tsack.html>,`Ian Hickson`<mailto:ian@hixie.ch>
|
|
c5514-brdr-lw-000 border-left-width http://www.w3.org/TR/REC-CSS1#border-left-width,http://www.w3.org/TR/CSS21/box.html#border-properties 4a152ba97c40828b87a5510c91545fe3292ced85 `CSS1 Test Suite Contributors`<http://www.w3.org/Style/CSS/Test/CSS1/current/tsack.html>,`Ian Hickson`<mailto:ian@hixie.ch>
|
|
c5514-brdr-lw-001 reference/c5514-brdr-lw-001-ref border-left-width image http://www.w3.org/TR/REC-CSS1#border-left-width,http://www.w3.org/TR/CSS21/box.html#border-properties 66fa94939e52227f4af7f1e1b9d1cbe01ad307ed `CSS1 Test Suite Contributors`<http://www.w3.org/Style/CSS/Test/CSS1/current/tsack.html>,`Ian Hickson`<mailto:ian@hixie.ch>
|
|
c5514-brdr-lw-002 reference/ref-if-there-is-no-red border-left-width http://www.w3.org/TR/REC-CSS1#border-left-width,http://www.w3.org/TR/CSS21/box.html#border-properties 135af950d67440b35307595c9b58fc9a1d15e470 `CSS1 Test Suite Contributors`<http://www.w3.org/Style/CSS/Test/CSS1/current/tsack.html>,`Ian Hickson`<mailto:ian@hixie.ch>
|
|
c5514-brdr-lw-003 reference/c5514-brdr-lw-003-ref border-left-width http://www.w3.org/TR/REC-CSS1#border-left-width,http://www.w3.org/TR/CSS21/box.html#border-properties 126670eab2103b2d4f1ea4420dc34e438ab236db `CSS1 Test Suite Contributors`<http://www.w3.org/Style/CSS/Test/CSS1/current/tsack.html>,`Ian Hickson`<mailto:ian@hixie.ch>
|
|
c5514-ibrdr-lw-000 reference/c5514-ibrdr-lw-000-ref border-left-width http://www.w3.org/TR/REC-CSS1#border-left-width,http://www.w3.org/TR/CSS21/box.html#border-properties 7e8b7c273964eaadefdb9f68b22ef31b2ece9f32 `CSS1 Test Suite Contributors`<http://www.w3.org/Style/CSS/Test/CSS1/current/tsack.html>,`Ian Hickson`<mailto:ian@hixie.ch>
|
|
c5515-brdr-w-000 border-width http://www.w3.org/TR/REC-CSS1#border-width,http://www.w3.org/TR/CSS21/box.html#border-properties 8a9dd8fd5544faa6a6652afb09a3842607ec9f31 `CSS1 Test Suite Contributors`<http://www.w3.org/Style/CSS/Test/CSS1/current/tsack.html>,`Ian Hickson`<mailto:ian@hixie.ch>
|
|
c5515-brdr-w-001 reference/c5515-brdr-w-001-ref border-width image http://www.w3.org/TR/REC-CSS1#border-width,http://www.w3.org/TR/CSS21/box.html#border-properties d3670425f2fa8c47e3416b2a218f10875ad09eb1 `CSS1 Test Suite Contributors`<http://www.w3.org/Style/CSS/Test/CSS1/current/tsack.html>,`Ian Hickson`<mailto:ian@hixie.ch>
|
|
c5515-brdr-w-002 reference/ref-if-there-is-no-red border-width http://www.w3.org/TR/REC-CSS1#border-width,http://www.w3.org/TR/CSS21/box.html#border-properties 6afdea089141148506afde5bbd439ab65fb64d50 `CSS1 Test Suite Contributors`<http://www.w3.org/Style/CSS/Test/CSS1/current/tsack.html>,`Ian Hickson`<mailto:ian@hixie.ch>
|
|
c5515-ibrdr-000 reference/c5515-ibrdr-000-ref border-width http://www.w3.org/TR/REC-CSS1#border-width,http://www.w3.org/TR/CSS21/box.html#border-properties 9c96ac2ca3770edc371e978eacaf22849137a375 `CSS1 Test Suite Contributors`<http://www.w3.org/Style/CSS/Test/CSS1/current/tsack.html>,`Ian Hickson`<mailto:ian@hixie.ch>
|
|
c5516-brdr-c-000 reference/c5516-brdr-c-000-ref border-color http://www.w3.org/TR/REC-CSS1#border-color,http://www.w3.org/TR/CSS21/box.html#border-properties c1845b70e6e3126b0676ffb69c126903653bde80 `CSS1 Test Suite Contributors`<http://www.w3.org/Style/CSS/Test/CSS1/current/tsack.html>,`Ian Hickson`<mailto:ian@hixie.ch>
|
|
c5516-ibrdr-c-000 reference/c5516-ibrdr-c-000-ref border-color http://www.w3.org/TR/REC-CSS1#border-color,http://www.w3.org/TR/CSS21/box.html#border-properties c9999d9d48a25e76926884790bbafb5be3ab998a `CSS1 Test Suite Contributors`<http://www.w3.org/Style/CSS/Test/CSS1/current/tsack.html>,`Ian Hickson`<mailto:ian@hixie.ch>
|
|
c5517-brdr-s-000 border-style http://www.w3.org/TR/REC-CSS1#border-style,http://www.w3.org/TR/CSS21/box.html#border-properties e5d3838556c36ce47f7c97e189a8f2660112e5df `CSS1 Test Suite Contributors`<http://www.w3.org/Style/CSS/Test/CSS1/current/tsack.html>,`Ian Hickson`<mailto:ian@hixie.ch>
|
|
c5517-ibrdr-s-000 border-style http://www.w3.org/TR/REC-CSS1#border-style,http://www.w3.org/TR/CSS21/box.html#border-properties abfe0e2d7ef942a7eeec94109d9a01cd67bc7413 `CSS1 Test Suite Contributors`<http://www.w3.org/Style/CSS/Test/CSS1/current/tsack.html>,`Ian Hickson`<mailto:ian@hixie.ch>
|
|
c5518-brdr-t-000 border-top http://www.w3.org/TR/REC-CSS1#border-top,http://www.w3.org/TR/CSS21/box.html#border-properties 1e0eae5bb018cb1f7a71aefdb3f14e38965518ce `CSS1 Test Suite Contributors`<http://www.w3.org/Style/CSS/Test/CSS1/current/tsack.html>,`Ian Hickson`<mailto:ian@hixie.ch>
|
|
c5518-brdr-t-001 border-top http://www.w3.org/TR/REC-CSS1#border-top,http://www.w3.org/TR/CSS21/box.html#border-properties e3f3a2fd827e8bc73918171a9bb17f0a5ea63ed6 `CSS1 Test Suite Contributors`<http://www.w3.org/Style/CSS/Test/CSS1/current/tsack.html>,`Ian Hickson`<mailto:ian@hixie.ch>
|
|
c5518-ibrdr-t-000 border-top http://www.w3.org/TR/REC-CSS1#border-top,http://www.w3.org/TR/CSS21/box.html#border-properties cce755147373d973fd322455be9a39cb3955f059 `CSS1 Test Suite Contributors`<http://www.w3.org/Style/CSS/Test/CSS1/current/tsack.html>,`Ian Hickson`<mailto:ian@hixie.ch>
|
|
c5519-brdr-r-000 border-right http://www.w3.org/TR/REC-CSS1#border-right,http://www.w3.org/TR/CSS21/box.html#border-properties b45d16832f015ab69ebbef645ebc6ec81a12d07b `CSS1 Test Suite Contributors`<http://www.w3.org/Style/CSS/Test/CSS1/current/tsack.html>,`Ian Hickson`<mailto:ian@hixie.ch>
|
|
c5519-brdr-r-001 border-right http://www.w3.org/TR/REC-CSS1#border-right,http://www.w3.org/TR/CSS21/box.html#border-properties 1d02dab7480b541c56b09f0bbd642a03fd758e43 `CSS1 Test Suite Contributors`<http://www.w3.org/Style/CSS/Test/CSS1/current/tsack.html>,`Ian Hickson`<mailto:ian@hixie.ch>
|
|
c5519-brdr-r-002 border-right http://www.w3.org/TR/REC-CSS1#border-right,http://www.w3.org/TR/CSS21/box.html#border-properties fcef5718bf8ff7cb8746b7b5813cbcc7e31597e3 `CSS1 Test Suite Contributors`<http://www.w3.org/Style/CSS/Test/CSS1/current/tsack.html>,`Ian Hickson`<mailto:ian@hixie.ch>
|
|
c5519-ibrdr-r-000 border-right http://www.w3.org/TR/REC-CSS1#border-right,http://www.w3.org/TR/CSS21/box.html#border-properties 9ecb23a6979202dc645381c2acc69cd9106b40ea `CSS1 Test Suite Contributors`<http://www.w3.org/Style/CSS/Test/CSS1/current/tsack.html>,`Ian Hickson`<mailto:ian@hixie.ch>
|
|
c5520-brdr-b-000 border-bottom http://www.w3.org/TR/REC-CSS1#border-bottom,http://www.w3.org/TR/CSS21/box.html#border-properties 4b17b043ba1857d0b63be87300535ca795161b26 `CSS1 Test Suite Contributors`<http://www.w3.org/Style/CSS/Test/CSS1/current/tsack.html>,`Ian Hickson`<mailto:ian@hixie.ch>
|
|
c5520-brdr-b-001 border-bottom http://www.w3.org/TR/REC-CSS1#border-bottom,http://www.w3.org/TR/CSS21/box.html#border-properties a11c1de4fa9223849ba453c62d6163a4e30932b4 `CSS1 Test Suite Contributors`<http://www.w3.org/Style/CSS/Test/CSS1/current/tsack.html>,`Ian Hickson`<mailto:ian@hixie.ch>
|
|
c5520-ibrdr-b-000 border-bottom http://www.w3.org/TR/REC-CSS1#border-bottom,http://www.w3.org/TR/CSS21/box.html#border-properties f0b8e9a89e7d597025d70ff9d8bf400e86a33464 `CSS1 Test Suite Contributors`<http://www.w3.org/Style/CSS/Test/CSS1/current/tsack.html>,`Ian Hickson`<mailto:ian@hixie.ch>
|
|
c5521-brdr-l-000 border-left http://www.w3.org/TR/REC-CSS1#border-left,http://www.w3.org/TR/CSS21/box.html#border-properties bb497628b6805fc2aea7809423de3ba8b2c29fab `CSS1 Test Suite Contributors`<http://www.w3.org/Style/CSS/Test/CSS1/current/tsack.html>,`Ian Hickson`<mailto:ian@hixie.ch>
|
|
c5521-brdr-l-001 border-left http://www.w3.org/TR/REC-CSS1#border-left,http://www.w3.org/TR/CSS21/box.html#border-properties 405e971b8daa54d69a62b296c8b4bc5ca390ef9b `CSS1 Test Suite Contributors`<http://www.w3.org/Style/CSS/Test/CSS1/current/tsack.html>,`Ian Hickson`<mailto:ian@hixie.ch>
|
|
c5521-brdr-l-002 border-left http://www.w3.org/TR/REC-CSS1#border-left,http://www.w3.org/TR/CSS21/box.html#border-properties b3a5fa22b2f1e3ff95d5ad600c597a2946db78b3 `CSS1 Test Suite Contributors`<http://www.w3.org/Style/CSS/Test/CSS1/current/tsack.html>,`Ian Hickson`<mailto:ian@hixie.ch>
|
|
c5521-ibrdr-l-000 border-left http://www.w3.org/TR/REC-CSS1#border-left,http://www.w3.org/TR/CSS21/box.html#border-properties 8834bbdfa05a72569a85a0a517fbdc158bc87fcb `CSS1 Test Suite Contributors`<http://www.w3.org/Style/CSS/Test/CSS1/current/tsack.html>,`Ian Hickson`<mailto:ian@hixie.ch>
|
|
c5522-brdr-000 border http://www.w3.org/TR/REC-CSS1#border,http://www.w3.org/TR/CSS21/box.html#border-properties b60bf0d5346cb8290d50db592193568316f572f4 `CSS1 Test Suite Contributors`<http://www.w3.org/Style/CSS/Test/CSS1/current/tsack.html>,`Ian Hickson`<mailto:ian@hixie.ch>
|
|
c5522-brdr-001 reference/c5522-brdr-001-ref border image http://www.w3.org/TR/REC-CSS1#border,http://www.w3.org/TR/CSS21/box.html#border-properties 38b4fb5924cb085528337f59485d257e93aa506f `CSS1 Test Suite Contributors`<http://www.w3.org/Style/CSS/Test/CSS1/current/tsack.html>,`Ian Hickson`<mailto:ian@hixie.ch>
|
|
c5522-brdr-002 border http://www.w3.org/TR/REC-CSS1#border,http://www.w3.org/TR/CSS21/box.html#border-properties f7e8f9fe3872cc09c0ac53a8e8a36b5966e7bf08 `CSS1 Test Suite Contributors`<http://www.w3.org/Style/CSS/Test/CSS1/current/tsack.html>,`Ian Hickson`<mailto:ian@hixie.ch>
|
|
c5522-ibrdr-000 border http://www.w3.org/TR/REC-CSS1#border,http://www.w3.org/TR/CSS21/box.html#border-properties 3f227f11d8c5f562a1033288f92635d5e943bed0 `CSS1 Test Suite Contributors`<http://www.w3.org/Style/CSS/Test/CSS1/current/tsack.html>,`Ian Hickson`<mailto:ian@hixie.ch>
|
|
c5523-width-000 width image http://www.w3.org/TR/REC-CSS1#width,http://www.w3.org/TR/CSS21/visudet.html#the-width-property 75f496cf977da47c1991ab864641e7d5ffcf7bc1 `CSS1 Test Suite Contributors`<http://www.w3.org/Style/CSS/Test/CSS1/current/tsack.html>,`Ian Hickson`<mailto:ian@hixie.ch>
|
|
c5523-width-001 width image http://www.w3.org/TR/REC-CSS1#width,http://www.w3.org/TR/CSS21/visudet.html#the-width-property 9d38f49eed5c20c6b1cbb5afb70edcdebf6982be `CSS1 Test Suite Contributors`<http://www.w3.org/Style/CSS/Test/CSS1/current/tsack.html>,`Ian Hickson`<mailto:ian@hixie.ch>
|
|
c5523-width-002 width image http://www.w3.org/TR/REC-CSS1#width,http://www.w3.org/TR/CSS21/visudet.html#the-width-property 0c0de24910a7af2e3d47e8bfdca3792089fde4b2 `CSS1 Test Suite Contributors`<http://www.w3.org/Style/CSS/Test/CSS1/current/tsack.html>,`Ian Hickson`<mailto:ian@hixie.ch>
|
|
c5524-height-000 height image http://www.w3.org/TR/REC-CSS1#height,http://www.w3.org/TR/CSS21/visudet.html#the-height-property 02ec0983e8178e77ab60645820d5ab1716199766 `CSS1 Test Suite Contributors`<http://www.w3.org/Style/CSS/Test/CSS1/current/tsack.html>,`Ian Hickson`<mailto:ian@hixie.ch>
|
|
c5524-height-001 height image http://www.w3.org/TR/REC-CSS1#height,http://www.w3.org/TR/CSS21/visudet.html#the-height-property a1ec49790e3e89e0ba04e1ee7ab4f13d5be96897 `CSS1 Test Suite Contributors`<http://www.w3.org/Style/CSS/Test/CSS1/current/tsack.html>,`Ian Hickson`<mailto:ian@hixie.ch>
|
|
c5524-height-002 height image http://www.w3.org/TR/REC-CSS1#height,http://www.w3.org/TR/CSS21/visudet.html#min-max-widths,http://www.w3.org/TR/CSS21/visudet.html#the-height-property ccbc36333b2ee49e743f68626496a85349baca4c `CSS1 Test Suite Contributors`<http://www.w3.org/Style/CSS/Test/CSS1/current/tsack.html>,`Ian Hickson`<mailto:ian@hixie.ch>
|
|
c5525-flt-l-000 Floating Elements image http://www.w3.org/TR/REC-CSS1#float,http://www.w3.org/TR/CSS21/visuren.html#float-position 3556833ff6425a88aa83b8d47f3045b5d9a66206 `CSS1 Test Suite Contributors`<http://www.w3.org/Style/CSS/Test/CSS1/current/tsack.html>,`Ian Hickson`<mailto:ian@hixie.ch>
|
|
c5525-flt-r-000 float image http://www.w3.org/TR/REC-CSS1#float,http://www.w3.org/TR/CSS21/visuren.html#float-position 9f11ac3772f59a47c49064fe5a3e051d9ea564e2 `CSS1 Test Suite Contributors`<http://www.w3.org/Style/CSS/Test/CSS1/current/tsack.html>,`Ian Hickson`<mailto:ian@hixie.ch>
|
|
c5525-fltblck-000 reference/c5525-fltblck-000-ref float ahem,image http://www.w3.org/TR/REC-CSS1#float,http://www.w3.org/TR/CSS21/visuren.html#floats,http://www.w3.org/TR/CSS21/visudet.html#normal-block 78334d26f7857c5022618f8cc10b7a8f3990e547 `CSS1 Test Suite Contributors`<http://www.w3.org/Style/CSS/Test/CSS1/current/tsack.html>,`Ian Hickson`<mailto:ian@hixie.ch>
|
|
c5525-fltblck-001 float http://www.w3.org/TR/REC-CSS1#float,http://www.w3.org/TR/CSS21/visuren.html#floats,http://www.w3.org/TR/CSS21/visudet.html#normal-block daadb290b8ecf6f28fa9eeb47f1718ac2e4755c2 `CSS1 Test Suite Contributors`<http://www.w3.org/Style/CSS/Test/CSS1/current/tsack.html>,`Ian Hickson`<mailto:ian@hixie.ch>
|
|
c5525-fltcont-000 float image http://www.w3.org/TR/REC-CSS1#float,http://www.w3.org/TR/CSS21/visuren.html#floats,http://www.w3.org/TR/CSS21/visudet.html#block-root-margin,http://www.w3.org/TR/CSS21/visuren.html#float-position 162b7d15c1e15fd8c838838d3234bb3be8348323 `Ian Hickson`<mailto:ian@hixie.ch>,`CSS1 Test Suite Contributors`<http://www.w3.org/Style/CSS/Test/CSS1/current/tsack.html>
|
|
c5525-fltinln-000 reference/c5525-fltinln-000-ref float ahem,image http://www.w3.org/TR/REC-CSS1#float,http://www.w3.org/TR/CSS21/visuren.html#floats 76b047f91c8fc370f41d97c98adfb017b31fe22e `CSS1 Test Suite Contributors`<http://www.w3.org/Style/CSS/Test/CSS1/current/tsack.html>,`Ian Hickson`<mailto:ian@hixie.ch>
|
|
c5525-fltmrgn-000 reference/c5525-fltmrgn-000-ref float ahem,image http://www.w3.org/TR/REC-CSS1#float,http://www.w3.org/TR/CSS21/visuren.html#floats,http://www.w3.org/TR/CSS21/box.html#margin-properties 7f3bd8c52025bcb188c34612e8b73e74255f7e05 `CSS1 Test Suite Contributors`<http://www.w3.org/Style/CSS/Test/CSS1/current/tsack.html>,`Ian Hickson`<mailto:ian@hixie.ch>
|
|
c5525-fltmult-000 reference/c5525-fltmult-000-ref float image http://www.w3.org/TR/REC-CSS1#float,http://www.w3.org/TR/CSS21/visuren.html#floats,http://www.w3.org/TR/CSS21/visuren.html#float-position 028793ef9e451bb31c2d788490fda08844c1a068 `CSS1 Test Suite Contributors`<http://www.w3.org/Style/CSS/Test/CSS1/current/tsack.html>,`Ian Hickson`<mailto:ian@hixie.ch>
|
|
c5525-fltwidth-000 float image http://www.w3.org/TR/REC-CSS1#float,http://www.w3.org/TR/CSS21/visuren.html#floats,http://www.w3.org/TR/CSS21/visudet.html#the-width-property 04d0877e860a9578df1cf393783aa56c14734446 `CSS1 Test Suite Contributors`<http://www.w3.org/Style/CSS/Test/CSS1/current/tsack.html>,`Ian Hickson`<mailto:ian@hixie.ch>
|
|
c5525-fltwidth-001 reference/c5525-fltwidth-001-ref float image http://www.w3.org/TR/REC-CSS1#float,http://www.w3.org/TR/CSS21/visuren.html#floats,http://www.w3.org/TR/CSS21/colors.html#background-properties b39483bc492c7b933f6059c4f8b910e1ae869a3d `CSS1 Test Suite Contributors`<http://www.w3.org/Style/CSS/Test/CSS1/current/tsack.html>,`Ian Hickson`<mailto:ian@hixie.ch>
|
|
c5525-fltwidth-002 float image http://www.w3.org/TR/REC-CSS1#float,http://www.w3.org/TR/CSS21/visuren.html#floats,http://www.w3.org/TR/CSS21/colors.html#background-properties f65c807eaeb75a4f8b9cc40583153a92cd973435 `CSS1 Test Suite Contributors`<http://www.w3.org/Style/CSS/Test/CSS1/current/tsack.html>,`Ian Hickson`<mailto:ian@hixie.ch>
|
|
c5525-fltwidth-003 reference/c5525-fltwidth-003-ref float image http://www.w3.org/TR/REC-CSS1#float,http://www.w3.org/TR/CSS21/visuren.html#floats,http://www.w3.org/TR/CSS21/colors.html#background-properties 4f33fb16b5029b8d8e15595adb3c841e805ca686 `CSS1 Test Suite Contributors`<http://www.w3.org/Style/CSS/Test/CSS1/current/tsack.html>,`Ian Hickson`<mailto:ian@hixie.ch>
|
|
c5525-fltwrap-000 float http://www.w3.org/TR/REC-CSS1#float,http://www.w3.org/TR/CSS21/visuren.html#floats 29f2c497f4ca53c6216f83edb9f95856747115cb `CSS1 Test Suite Contributors`<http://www.w3.org/Style/CSS/Test/CSS1/current/tsack.html>,`Ian Hickson`<mailto:ian@hixie.ch>
|
|
c5526-fltclr-000 reference/c5526-fltclr-000-ref clear ahem,image http://www.w3.org/TR/REC-CSS1#clear,http://www.w3.org/TR/CSS21/visuren.html#floats,http://www.w3.org/TR/CSS21/visuren.html#flow-control c1ebe45db343c6b0d972f9893c0df460b313fe37 `CSS1 Test Suite Contributors`<http://www.w3.org/Style/CSS/Test/CSS1/current/tsack.html>,`Ian Hickson`<mailto:ian@hixie.ch>
|
|
c5526-flthw-000 clear image http://www.w3.org/TR/REC-CSS1#clear,http://www.w3.org/TR/CSS21/visuren.html#floats,http://www.w3.org/TR/CSS21/colors.html#background-properties a91da041a7d5aa077de18e811c3172e65a7614e0 `CSS1 Test Suite Contributors`<http://www.w3.org/Style/CSS/Test/CSS1/current/tsack.html>,`Ian Hickson`<mailto:ian@hixie.ch>
|
|
c5526c-display-000 display/box/float/clear test http://www.w3.org/TR/REC-CSS1#clear,http://www.w3.org/TR/CSS21/visuren.html 6628db1ea88a57cd2e5fe77fdde6306df3dc2ea4 `CSS1 Test Suite Contributors`<http://www.w3.org/Style/CSS/Test/CSS1/current/tsack.html>,`Ian Hickson`<mailto:ian@hixie.ch>
|
|
c561-list-displ-000 reference/c561-list-displ-000-ref display http://www.w3.org/TR/REC-CSS1#display,http://www.w3.org/TR/CSS21/generate.html#lists,http://www.w3.org/TR/CSS21/visuren.html#display-prop 68c9eb3058b8ea474cf156795fa01a36595f0526 `CSS1 Test Suite Contributors`<http://www.w3.org/Style/CSS/Test/CSS1/current/tsack.html>,`Ian Hickson`<mailto:ian@hixie.ch>
|
|
c562-white-sp-000 reference/c562-white-sp-000-ref white-space ahem,image http://www.w3.org/TR/REC-CSS1#white-space,http://www.w3.org/TR/CSS21/text.html#white-space-prop c926c3c9362ef01c9f1b3580a89d50e737d40a0c `CSS1 Test Suite Contributors`<http://www.w3.org/Style/CSS/Test/CSS1/current/tsack.html>,`Ian Hickson`<mailto:ian@hixie.ch>
|
|
c563-list-type-000 reference/c563-list-type-000-ref list-style-type http://www.w3.org/TR/REC-CSS1#list-style-type,http://www.w3.org/TR/CSS21/generate.html#lists 0a3b265d73a84fb961cf8aa1577f6bf311c08f61 `CSS1 Test Suite Contributors`<http://www.w3.org/Style/CSS/Test/CSS1/current/tsack.html>,`Ian Hickson`<mailto:ian@hixie.ch>
|
|
c563-list-type-001 list-style-type http://www.w3.org/TR/REC-CSS1#list-style-type,http://www.w3.org/TR/CSS21/generate.html#lists 20f5bc54e2af894050873b224d0eeeb971a96328 `CSS1 Test Suite Contributors`<http://www.w3.org/Style/CSS/Test/CSS1/current/tsack.html>,`Ian Hickson`<mailto:ian@hixie.ch>
|
|
c564-list-img-000 list-style-image image http://www.w3.org/TR/REC-CSS1#list-style-image,http://www.w3.org/TR/CSS21/generate.html#lists 53c05c872bf2ce8eeb3d9617ac5fbce30a798bab `CSS1 Test Suite Contributors`<http://www.w3.org/Style/CSS/Test/CSS1/current/tsack.html>,`Ian Hickson`<mailto:ian@hixie.ch>
|
|
c565-list-pos-000 list-style-position http://www.w3.org/TR/REC-CSS1#list-style-position,http://www.w3.org/TR/CSS21/generate.html#lists 7886cc950c86b5524bd77720a22e1e610ce316b7 `CSS1 Test Suite Contributors`<http://www.w3.org/Style/CSS/Test/CSS1/current/tsack.html>,`Elika J. Etemad`<http://fantasai.inkedblade.net/contact> The marker box is outside the principal block box.
|
|
c565-list-pos-001 list-style-position http://www.w3.org/TR/REC-CSS1#list-style-position,http://www.w3.org/TR/CSS21/generate.html#lists 4913028ba68dd8a754fe84c9d90bdccba5ddbc3a `CSS1 Test Suite Contributors`<http://www.w3.org/Style/CSS/Test/CSS1/current/tsack.html>,`Elika J. Etemad`<http://fantasai.inkedblade.net/contact> The marker box is inside the principal block box.
|
|
c566-list-stl-001 list-style image http://www.w3.org/TR/REC-CSS1#list-style,http://www.w3.org/TR/CSS21/generate.html#lists 374b6ab5d4be480ccdc471c3e2174a0a8f5de525 `CSS1 Test Suite Contributors`<http://www.w3.org/Style/CSS/Test/CSS1/current/tsack.html>,`Ian Hickson`<mailto:ian@hixie.ch>
|
|
c61-ex-len-000 reference/c61-ex-len-000-ref Length Units ahem http://www.w3.org/TR/REC-CSS1#length-units,http://www.w3.org/TR/CSS21/syndata.html#length-units 8ff379263621348b41fb930be001d889d43ca100 `CSS1 Test Suite Contributors`<http://www.w3.org/Style/CSS/Test/CSS1/current/tsack.html>,`Ian Hickson`<mailto:ian@hixie.ch>
|
|
c61-rel-len-000 reference/c61-rel-len-000-ref Length Units ahem,image http://www.w3.org/TR/REC-CSS1#length-units,http://www.w3.org/TR/CSS21/syndata.html#length-units c6c007834f0f124ead716e97cc44f1f5fae46997 `CSS1 Test Suite Contributors`<http://www.w3.org/Style/CSS/Test/CSS1/current/tsack.html>,`Ian Hickson`<mailto:ian@hixie.ch>
|
|
c62-percent-000 reference/c62-percent-000-ref Percentage Units ahem,image http://www.w3.org/TR/REC-CSS1#percentage-units,http://www.w3.org/TR/CSS21/syndata.html#percentage-units a53aa00998baba19d96b2f7b7dfd9d40e272f54f `CSS1 Test Suite Contributors`<http://www.w3.org/Style/CSS/Test/CSS1/current/tsack.html>,`Ian Hickson`<mailto:ian@hixie.ch>
|
|
c63-color-000 reference/c63-color-000-ref Color Units ahem,image http://www.w3.org/TR/REC-CSS1#color-units,http://www.w3.org/TR/CSS21/syndata.html#color-units f0c596ecb6569aab681f51bca88c1b9f01932b99 `CSS1 Test Suite Contributors`<http://www.w3.org/Style/CSS/Test/CSS1/current/tsack.html>,`Ian Hickson`<mailto:ian@hixie.ch>
|
|
c64-uri-000 reference/c64-uri-000-ref URLs image http://www.w3.org/TR/REC-CSS1#url,http://www.w3.org/TR/CSS21/syndata.html#uri,http://www.w3.org/TR/CSS21/cascade.html#at-import 0a94e9f4dfa2c981723f359d5f1ab4b849229d3b `CSS1 Test Suite Contributors`<http://www.w3.org/Style/CSS/Test/CSS1/current/tsack.html>,`Ian Hickson`<mailto:ian@hixie.ch>
|
|
c71-fwd-parsing-000 reference/c71-fwd-parsing-000-ref Forward-Compatible Parsing invalid http://www.w3.org/TR/REC-CSS1#forward-compatible-parsing,http://www.w3.org/TR/CSS21/syndata.html#parsing-errors 4aeacf89675b1d1c5f99600662061ca5033447dc `CSS1 Test Suite Contributors`<http://www.w3.org/Style/CSS/Test/CSS1/current/tsack.html>,`Ian Hickson`<mailto:ian@hixie.ch>
|
|
c71-fwd-parsing-001 reference/c71-fwd-parsing-001-ref Forward-Compatible Parsing invalid http://www.w3.org/TR/REC-CSS1#forward-compatible-parsing,http://www.w3.org/TR/CSS21/syndata.html#parsing-errors ecc7ef74b4345913befc993e8487bc6ad7b232bc `CSS1 Test Suite Contributors`<http://www.w3.org/Style/CSS/Test/CSS1/current/tsack.html>,`Ian Hickson`<mailto:ian@hixie.ch>
|
|
c71-fwd-parsing-002 reference/c71-fwd-parsing-002-ref Forward-Compatible Parsing invalid http://www.w3.org/TR/REC-CSS1#forward-compatible-parsing,http://www.w3.org/TR/CSS21/syndata.html#parsing-errors 210972c7cddba89c7fbc54a782ac7146e901578b `CSS1 Test Suite Contributors`<http://www.w3.org/Style/CSS/Test/CSS1/current/tsack.html>,`Ian Hickson`<mailto:ian@hixie.ch>
|
|
c71-fwd-parsing-003 reference/c71-fwd-parsing-003-ref Forward-Compatible Parsing invalid http://www.w3.org/TR/REC-CSS1#forward-compatible-parsing,http://www.w3.org/TR/CSS21/syndata.html#parsing-errors b6f139e5301fb209c8cd380b1caa1c3b3c461d28 `CSS1 Test Suite Contributors`<http://www.w3.org/Style/CSS/Test/CSS1/current/tsack.html>,`Ian Hickson`<mailto:ian@hixie.ch>
|
|
c71-fwd-parsing-004 reference/c71-fwd-parsing-004-ref Forward-Compatible Parsing invalid http://www.w3.org/TR/REC-CSS1#forward-compatible-parsing,http://www.w3.org/TR/CSS21/syndata.html#parsing-errors 15bbb288b3093b5686bc0abba641e0e7a71b3b7d `CSS1 Test Suite Contributors`<http://www.w3.org/Style/CSS/Test/CSS1/current/tsack.html>,`Ian Hickson`<mailto:ian@hixie.ch>
|
|
caption-position-001 reference/caption-position-001-ref caption-side - CSS caption boxes can be positioned above or below a CSS table-cell image http://www.w3.org/TR/CSS21/tables.html#model 6fae09b708596f5eca3423ec216699826a9f6c05 `Gérard Talbot`<http://www.gtalbot.org/BrowserBugsSection/css21testsuite/>
|
|
caption-side-001 Caption-side set to 'top' http://www.w3.org/TR/CSS21/tables.html#propdef-caption-side,http://www.w3.org/TR/CSS21/tables.html#caption-position 450554fd547f754a4ef747b9579f7a36b7c60ffd `Microsoft`<http://www.microsoft.com/> A caption with a 'caption-side' value of 'top' will be positioned above its table.
|
|
caption-side-002 Caption-side set to 'bottom' http://www.w3.org/TR/CSS21/tables.html#propdef-caption-side,http://www.w3.org/TR/CSS21/tables.html#caption-position 23a4f1cd853889f25b2cdb38cc8e69c16a316734 `Microsoft`<http://www.microsoft.com/> A caption with a 'caption-side' value of 'bottom' will be positioned below its table.
|
|
caption-side-003 Caption-side set to 'inherit' http://www.w3.org/TR/CSS21/tables.html#propdef-caption-side,http://www.w3.org/TR/CSS21/tables.html#caption-position fbdd458fafa00c9bf5dcfbb1dd3dc2abfaed08b4 `Microsoft`<http://www.microsoft.com/> A caption can inherit its 'caption-side' behavior from its table parent.
|
|
caption-side-applies-to-001 Caption-side and 'display: inline' elements http://www.w3.org/TR/CSS21/tables.html#propdef-caption-side,http://www.w3.org/TR/CSS21/tables.html#caption-position 02bb30faf06ccb9d6fc4d6c08c9801e0222edead `Microsoft`<http://www.microsoft.com/> Caption-side does not apply to 'display: inline' elements.
|
|
caption-side-applies-to-002 Caption-side and 'display: block' elements http://www.w3.org/TR/CSS21/tables.html#propdef-caption-side,http://www.w3.org/TR/CSS21/tables.html#caption-position 1dfa9b3ca93356a214652ca0ad7f151701604254 `Microsoft`<http://www.microsoft.com/> Caption-side does not apply to 'display: block' elements.
|
|
caption-side-applies-to-003 Caption-side and 'display: list-item' elements http://www.w3.org/TR/CSS21/tables.html#propdef-caption-side,http://www.w3.org/TR/CSS21/tables.html#caption-position fabf6cf31797bebcc3c0e4d6ece14afbcf8aa5c4 `Microsoft`<http://www.microsoft.com/> Caption-side does not apply to 'display: list-item' elements.
|
|
caption-side-applies-to-004 Caption-side and 'display: run-in' elements http://www.w3.org/TR/CSS21/tables.html#propdef-caption-side,http://www.w3.org/TR/CSS21/tables.html#caption-position 34f92d059710a9afaa22049578b68f9f05479107 `Microsoft`<http://www.microsoft.com/> Caption-side does not apply to 'display: run-in' elements.
|
|
caption-side-applies-to-005 Caption-side and 'display: inline-block' elements http://www.w3.org/TR/CSS21/tables.html#propdef-caption-side,http://www.w3.org/TR/CSS21/tables.html#caption-position 46f2c8b76308244b09b95da028c43b92669f3127 `Microsoft`<http://www.microsoft.com/> Caption-side does not apply to 'display: inline-block' elements.
|
|
caption-side-applies-to-006 Caption-side and 'display: table' elements http://www.w3.org/TR/CSS21/tables.html#propdef-caption-side,http://www.w3.org/TR/CSS21/tables.html#caption-position a1a60f03cbe4b49b3ed7809117fcc3c206e443cd `Microsoft`<http://www.microsoft.com/> Caption-side does not apply to 'display: table' elements.
|
|
caption-side-applies-to-007 Caption-side and 'display: inline-table' elements http://www.w3.org/TR/CSS21/tables.html#propdef-caption-side,http://www.w3.org/TR/CSS21/tables.html#caption-position 327221e2e21736d125476f38d1f9a9428e99b477 `Microsoft`<http://www.microsoft.com/> Caption-side does not apply to 'display: inline-table' elements.
|
|
caption-side-applies-to-008 Caption-side and 'display: table-row-group' elements http://www.w3.org/TR/CSS21/tables.html#propdef-caption-side,http://www.w3.org/TR/CSS21/tables.html#caption-position fc93ad92d978df51c0c27deed8ea1e76c508051f `Microsoft`<http://www.microsoft.com/> Caption-side does not apply to 'display: table-row-group' elements.
|
|
caption-side-applies-to-009 Caption-side and 'display: table-header-group' elements http://www.w3.org/TR/CSS21/tables.html#propdef-caption-side,http://www.w3.org/TR/CSS21/tables.html#caption-position 7cdbcaf945a7805a1e1fe48142ec9e09f4dbfb18 `Microsoft`<http://www.microsoft.com/> Caption-side does not apply to 'display: table-header-group' elements.
|
|
caption-side-applies-to-010 Caption-side and 'display: table-footer-group' elements http://www.w3.org/TR/CSS21/tables.html#propdef-caption-side,http://www.w3.org/TR/CSS21/tables.html#caption-position 5ab49683ba2f628c68c9512219780bcf93f5d1e2 `Microsoft`<http://www.microsoft.com/> Caption-side does not apply to 'display: table-footer-group' elements.
|
|
caption-side-applies-to-011 Caption-side and 'display: table-column' elements http://www.w3.org/TR/CSS21/tables.html#propdef-caption-side,http://www.w3.org/TR/CSS21/tables.html#caption-position 944222f9922e50ad06cd806c732f9bd1c8528a4e `Microsoft`<http://www.microsoft.com/> Caption-side does not apply to 'display: table-column' elements.
|
|
caption-side-applies-to-012 Caption-side and 'display: table-row' elements http://www.w3.org/TR/CSS21/tables.html#propdef-caption-side,http://www.w3.org/TR/CSS21/tables.html#caption-position 78e35cf2751683cdc015b81b7b609de1aec93446 `Microsoft`<http://www.microsoft.com/> Caption-side does not apply to 'display: table-row' elements.
|
|
caption-side-applies-to-013 Caption-side and 'display: table-column-group' elements http://www.w3.org/TR/CSS21/tables.html#propdef-caption-side,http://www.w3.org/TR/CSS21/tables.html#caption-position 4f4c0545e07aeb68625d8e0cd804f1c61774b873 `Microsoft`<http://www.microsoft.com/> Caption-side does not apply to 'display: table-column-group' elements.
|
|
caption-side-applies-to-014 Caption-side and 'display: table-cell' elements http://www.w3.org/TR/CSS21/tables.html#propdef-caption-side,http://www.w3.org/TR/CSS21/tables.html#caption-position e4e803b00c95f88c4a7045fec4f83b36f27a0ee7 `Microsoft`<http://www.microsoft.com/> Caption-side does not apply to 'display: table-cell' elements.
|
|
caption-side-applies-to-015 Caption-side and 'display: table-caption' elements http://www.w3.org/TR/CSS21/tables.html#propdef-caption-side,http://www.w3.org/TR/CSS21/tables.html#caption-position 6afb53c94e72a61efb9a65a8a602db05a01e7d4b `Microsoft`<http://www.microsoft.com/> Caption-side applies to 'display: table-caption' elements.
|
|
caption-side-applies-to-016 Caption-side and 'display: none' elements http://www.w3.org/TR/CSS21/tables.html#propdef-caption-side,http://www.w3.org/TR/CSS21/tables.html#caption-position 3368c4506425e62d2ec20c1d7dba11ce6da75ea5 `Microsoft`<http://www.microsoft.com/> Caption-side does not apply to 'display: none' elements.
|
|
caption-side-applies-to-017 Caption-side and 'display: inherit' elements http://www.w3.org/TR/CSS21/tables.html#propdef-caption-side,http://www.w3.org/TR/CSS21/tables.html#caption-position 623a1e0d3dcb333578bde6024487156628f9759d `Microsoft`<http://www.microsoft.com/> Caption-side applies to 'display: inherit' elements which do not inherit the value of 'table-caption'.
|
|
caption-side-example-001 Caption border and table border http://www.w3.org/TR/CSS21/tables.html#caption-position 918a39c6e1e138ccd8abb7168d2b8328d23761df `Microsoft`<http://www.microsoft.com/> Caption-side, text-align and width properties of a caption work together as expected (example from section 17.4.1).
|
|
caption-side-inherited-001 Caption-side is inherited by default http://www.w3.org/TR/CSS21/tables.html#propdef-caption-side,http://www.w3.org/TR/CSS21/tables.html#caption-position f143bdaeb5d18227890608d952209856eb51d59f `Microsoft`<http://www.microsoft.com/> Caption-side is inherited by default.
|
|
caption-side-initial-001 Initial value of 'caption-side' http://www.w3.org/TR/CSS21/tables.html#propdef-caption-side,http://www.w3.org/TR/CSS21/tables.html#caption-position 2faf143433d71a3f6d855ad05e5413c83439c197 `Microsoft`<http://www.microsoft.com/> The initial value of 'caption-side' is 'top'.
|
|
caption-vs-table-box-001 Caption border and table border http://www.w3.org/TR/CSS21/tables.html#model aa5d110b9c5c29dcd0c7e67fa34697577a2e6d0d `Microsoft`<http://www.microsoft.com/> A caption has padding, margin and borders independent of those of its parent table.
|
|
caption-vs-table-box-002 Caption border and inline-table border http://www.w3.org/TR/CSS21/tables.html#model c8604a10195d5bfea985ac0775673dcdc1d09271 `Microsoft`<http://www.microsoft.com/> A caption has padding, margin and borders independent of those of its parent inline-table.
|
|
cascade-001 User style sheets userstyle http://www.w3.org/TR/CSS21/cascade.html#cascade 301c80ca11debb55bc5451d75d666372e5b13f42 `Microsoft`<http://www.microsoft.com/> Normal user declarations override the default user agent style sheet.
|
|
cascade-002 Author stylesheets override user stylesheets userstyle http://www.w3.org/TR/CSS21/cascade.html#cascade 9e808e9bc7656f1e6d66618084ff3b0cdd822314 `Microsoft`<http://www.microsoft.com/> Normal author declarations override normal user stylesheet declarations.
|
|
cascade-003 Author rules with !important and a user stylesheet userstyle http://www.w3.org/TR/CSS21/cascade.html#cascade 160951333931e2628976dd405a0e9e1f2800b057 `Microsoft`<http://www.microsoft.com/> Author rules using !important override user stylesheet rules.
|
|
cascade-004 User stylesheet rules using !important and normal author rules userstyle http://www.w3.org/TR/CSS21/cascade.html#cascade c020ff079989e191b4508b6f06a0fa59b6feba37 `Microsoft`<http://www.microsoft.com/> User stylesheet rules using !important override normal author rules.
|
|
cascade-005 Redefining rules http://www.w3.org/TR/CSS21/cascade.html#cascade e693a51341782a8eed5c96187c2e7f0c77c1ed85 `Microsoft`<http://www.microsoft.com/> The latter specified rule wins when having the same specificity and weight.
|
|
cascade-006 User style sheets and redefining rules userstyle http://www.w3.org/TR/CSS21/cascade.html#cascade d3061a21547d25dbd85e608062900b439f8e61f6 `Microsoft`<http://www.microsoft.com/> The latter specified rule in a style sheet wins when having the same specificity and weight in user styles sheets.
|
|
cascade-007 Author rules local and external http://www.w3.org/TR/CSS21/cascade.html#cascade 05fb5cb5c2c402a777d892e44714c4f969841ec6 `Microsoft`<http://www.microsoft.com/> Author rules in embedded stylesheets override author rules in imported stylesheets.
|
|
cascade-008 Shorthand properties with !important http://www.w3.org/TR/CSS21/cascade.html#important-rules a2505ef350e888c641149c7ad54ae1e31053d3ec `Microsoft`<http://www.microsoft.com/> Shorthand properties with !important apply to all direct sub-properties.
|
|
cascade-009 Author rules with !important and other normal author rules http://www.w3.org/TR/CSS21/cascade.html#important-rules fc24db15747dc51f301cbb8928ad183c2c7f7460 `Microsoft`<http://www.microsoft.com/> Author rules with !important override normal author rules.
|
|
cascade-009a reference/cascade-009a-ref !important author rule in :first-letter pseudo-element http://www.w3.org/TR/CSS21/cascade.html#important-rules 1aa2d77302e8f1a6d085acc8454ca6aa440767de `Gérard Talbot`<http://www.gtalbot.org/BrowserBugsSection/css21testsuite/>,`James Hopkins`<http://idreamincode.co.uk/css21testsuite> Author rules with !important have precedence over normal author rules.
|
|
cascade-009b reference/cascade-009b-ref !important author rule in :first-line pseudo-element http://www.w3.org/TR/CSS21/cascade.html#important-rules 1390fdf15267b0b2bc76e6df24179f7d91cee3a0 `Gérard Talbot`<http://www.gtalbot.org/BrowserBugsSection/css21testsuite/>,`James Hopkins`<http://idreamincode.co.uk/css21testsuite> Author rules with !important have precedence over normal author rules.
|
|
cascade-010 User stylesheet rules with !important and !important author rules userstyle http://www.w3.org/TR/CSS21/cascade.html#important-rules 2104212ca8753b072ac12e75acb6ea0c2f43cb8a `Microsoft`<http://www.microsoft.com/> User stylesheet rules with !important override !important author rules.
|
|
cascade-011 User stylesheet rules with !important and normal user rules userstyle http://www.w3.org/TR/CSS21/cascade.html#important-rules f8497d9c67ffe6920dec23cd64f3f8fd3e71e717 `Microsoft`<http://www.microsoft.com/> User stylesheet rules with !important declarations override user stylesheet rules with normal declarations.
|
|
cascade-012 reference/cascade-012-ref @import and !important http://www.w3.org/TR/CSS21/cascade.html#at-import 365ec29d280edf495c03c1fc3be18e5785e9a08d `Ian Hickson`<mailto:ian@hixie.ch>
|
|
cascade-import-001 Cascade: Basic ordering test (with data:) http://www.w3.org/TR/CSS21/cascade.html#at-import,http://www.ietf.org/rfc/rfc2397.txt e6d8658bd5931b9b9a9673b3cb918fa836680da9 `Ian Hickson`<mailto:ian@hixie.ch>
|
|
cascade-import-002 Cascade: Ordering test with various import techniques http http://www.w3.org/TR/html4/present/styles.html#h-14.3,http://www.w3.org/TR/html4/present/styles.html#h-14.6,http://www.w3.org/TR/CSS21/cascade.html#at-import,http://www.w3.org/TR/CSS21/cascade.html#cascading-order 5e5e5db49bfa28454669b74fbd2f05780aa39622 `Ian Hickson`<mailto:ian@hixie.ch>
|
|
cascade-import-003 Cascade: Controlled delays with persistent sheets http://www.w3.org/TR/html4/present/styles.html#h-14.3,http://www.w3.org/TR/CSS21/cascade.html#cascading-order e33268f482450611b814314a0644965ff670f4cd `Ian Hickson`<mailto:ian@hixie.ch>
|
|
cascade-import-004 Cascade: Controlled delays with persistent sheets (reversed) http://www.w3.org/TR/html4/present/styles.html#h-14.3,http://www.w3.org/TR/CSS21/cascade.html#cascading-order c692f2bc598adbcb7c1967ad0a6605f4f6367c13 `Ian Hickson`<mailto:ian@hixie.ch>
|
|
cascade-import-005 Cascade: Controlled delays with two alternate sets http://www.w3.org/TR/html4/present/styles.html#h-14.3,http://www.w3.org/TR/CSS21/cascade.html#cascading-order 4c12cfc6b94fae25169c24fe13f0113cda11901b `Ian Hickson`<mailto:ian@hixie.ch>
|
|
cascade-import-006 Cascade: Controlled delays with two alternate sets (reversed) http://www.w3.org/TR/html4/present/styles.html#h-14.3,http://www.w3.org/TR/CSS21/cascade.html#cascading-order 74576fa8d58849918e4c6ec85b55cf3dc8619323 `Ian Hickson`<mailto:ian@hixie.ch>
|
|
cascade-import-007 Cascade: Controlled delays with two alternate sets (link and meta) http://www.w3.org/TR/html4/present/styles.html#h-14.3,http://www.w3.org/TR/CSS21/cascade.html#cascading-order 2f5703031036b46057dfe3e43a3e73cac2aeb588 `Ian Hickson`<mailto:ian@hixie.ch>
|
|
cascade-import-008 Cascade: Controlled delays with two alternate sets (link and meta; reversed) http://www.w3.org/TR/html4/present/styles.html#h-14.3,http://www.w3.org/TR/CSS21/cascade.html#cascading-order 6ab56087c85472ce96eaa910780d5619c460fa44 `Ian Hickson`<mailto:ian@hixie.ch>
|
|
cascade-import-009 Cascade: Controlled delays with one alternate set http://www.w3.org/TR/html4/present/styles.html#h-14.3,http://www.w3.org/TR/CSS21/cascade.html#cascading-order ec93ba6298f118c52480a1f88a5965fdc47a0b33 `Ian Hickson`<mailto:ian@hixie.ch>
|
|
cascade-import-010 Cascade: Controlled delays with one alternate set (reversed) http://www.w3.org/TR/html4/present/styles.html#h-14.3,http://www.w3.org/TR/CSS21/cascade.html#cascading-order 300dbd592f803a1f46a86c4b613a562ed305700a `Ian Hickson`<mailto:ian@hixie.ch>
|
|
cascade-import-011 Cascade: Controlled delays with one alternate set (link and meta) http://www.w3.org/TR/html4/present/styles.html#h-14.3,http://www.w3.org/TR/CSS21/cascade.html#cascading-order 5abf156afe2413731bc4ad87c9ddf62fb90cb4af `Ian Hickson`<mailto:ian@hixie.ch>
|
|
cascade-import-012 Cascade: Controlled delays with one alternate set (link and meta; reversed) http://www.w3.org/TR/html4/present/styles.html#h-14.3,http://www.w3.org/TR/CSS21/cascade.html#cascading-order 7b8edcaf0f14183657991fc67203cbdaae35569d `Ian Hickson`<mailto:ian@hixie.ch>
|
|
cascade-import-dynamic-001 Dynamic sheet append (<style>) http://www.w3.org/TR/CSS21/selector.html b5f3a400c40bb654af7aa6014ac6fba015f7f37e `Boris Zbarsky`<mailto:bzbarsky@mit.edu>
|
|
cascade-import-dynamic-002 Dynamic sheet append (<link>) http://www.w3.org/TR/CSS21/selector.html 41dc89841b559d321bbff087120fb54eb40bdc51 `Boris Zbarsky`<mailto:bzbarsky@mit.edu>
|
|
cascade-import-dynamic-003 Dynamic sheet insertion (<style>) http://www.w3.org/TR/CSS21/selector.html 13ba6697a066d47b3f37b385ab18c5da2299d3c5 `Boris Zbarsky`<mailto:bzbarsky@mit.edu>
|
|
cascade-import-dynamic-004 Dynamic sheet insertion (<link>) http://www.w3.org/TR/CSS21/selector.html 3824d204a805c7402b0f8cecfbcf59262bdf3856 `Boris Zbarsky`<mailto:bzbarsky@mit.edu>
|
|
cascade-import-dynamic-005 Dynamic sheet deletion (<style>) http://www.w3.org/TR/CSS21/selector.html 2aa3461fd87b746d2def1e504fc45ee9a3e85dfd `Boris Zbarsky`<mailto:bzbarsky@mit.edu>
|
|
cascade-import-dynamic-006 Dynamic sheet deletion (<link>) http://www.w3.org/TR/CSS21/selector.html 9a6ba30b25cce1559207b614c7adb355e9379458 `Boris Zbarsky`<mailto:bzbarsky@mit.edu>
|
|
cascade-import-dynamic-control Control test http://www.w3.org/TR/CSS21/selector.html c88ded9138267f7a9b7f40d6c6532a52bd1d5d80 `Boris Zbarsky`<mailto:bzbarsky@mit.edu>
|
|
cascade-precedence-001 cascade mechanism has precedence over inheritance - font boldness http://www.w3.org/TR/CSS21/cascade.html#specified-value,http://www.w3.org/TR/CSS21/cascade.html#inheritance 826330e8fb45187c92a17a871f14711bac0db58c `Gérard Talbot`<http://www.gtalbot.org/BrowserBugsSection/css21testsuite/>,`James Hopkins`<james(a)idreamincode.co.uk> When determining the specified value of a property, the cascade mechanism of (user agent, author, user) style sheets has precedence. If no value results from such mechanism, then the property may inherit from its parent. In this testcase, it is presumed that b elements are specified in the user agents style sheets to embold their text content.
|
|
cascade-precedence-002 cascade mechanism has precedence over inheritance - font styling http://www.w3.org/TR/CSS21/cascade.html#specified-value,http://www.w3.org/TR/CSS21/cascade.html#inheritance 41e9c15a09904182939a51d5bae3c891486767e1 `Gérard Talbot`<http://www.gtalbot.org/BrowserBugsSection/css21testsuite/>,`James Hopkins`<james(a)idreamincode.co.uk> When determining the specified value of a property, the cascade mechanism of (user agent, author, user) style sheets has precedence. If no value results from such mechanism, then the property may inherit from its parent. In this testcase, it is presumed that i elements are specified in the user agents style sheets to italicize their text content.
|
|
case-sensitive-000 Case-sensitivity of Properties and Keywords (background) http://www.w3.org/TR/CSS21/syndata.html#characters b81e96602f56f392210761f44ce629582ced9712 `L. David Baron`<http://dbaron.org/>
|
|
case-sensitive-001 Case-sensitivity of At-rules (@media) http://www.w3.org/TR/CSS21/syndata.html#characters af75dbbc93201e15c5af8fdb794c07f75def7a29 `L. David Baron`<http://dbaron.org/>
|
|
case-sensitive-003 Case-sensitivity of pseudo-classes and pseudo-elements http://www.w3.org/TR/CSS21/syndata.html#characters 3d8779c327d94a2c99ff24fc727185332574ff63 `Elika J. Etemad`<http://fantasai.inkedblade.net/> Pseudo-class and pseudo-element names are ASCII case-insensitive.
|
|
case-sensitive-004 Case-sensitivity of :lang() arguments http://www.w3.org/TR/CSS21/syndata.html#characters a84e22e78bd2d6a772a1fdc1f1a472b51397865d `Elika J. Etemad`<http://fantasai.inkedblade.net/> The argument to :lang() is ASCII case-insensitive.
|
|
case-sensitive-005 Case-sensitivity of counter names http://www.w3.org/TR/CSS21/syndata.html#characters 0ed83a25320adfc9649a4b228376f90aeb858f7a `Elika J. Etemad`<http://fantasai.inkedblade.net/> Counter names are case-sensitive.
|
|
case-sensitive-006 Case sensitivity with element selectors HTMLonly http://www.w3.org/TR/CSS21/syndata.html#characters 302684114f5129f4afcd4f7c8f5e92f3d37e5015 `Microsoft`<http://www.microsoft.com/> Element selectors are case-insensitive in HTML.
|
|
case-sensitive-007 Case sensitivity with element selectors nonHTML http://www.w3.org/TR/CSS21/syndata.html#characters 1d6ba3ce822afad528c41bc7874e87b7310ecbae `Microsoft`<http://www.microsoft.com/> Element selectors are case-sensitive in XHTML and XML.
|
|
case-sensitive-008 Case sensitive attributes http://www.w3.org/TR/CSS21/syndata.html#characters 8cf1bfbdf626dc47463dec1641223a3070ad05bb `Microsoft`<http://www.microsoft.com/> CSS style sheets parts that are not under the control of CSS are case dependant on the language being used.
|
|
character-encoding-001 html utf8, css http iso1 http http://www.w3.org/TR/CSS21/syndata.html#charset fb6776fd6b89a215898ffd2f8a2939bca234fd6d `Richard Ishida`<http://rishida.net> The user agent respects the encoding of a css stylesheet declared in HTTP.
|
|
character-encoding-002 html utf8, css http iso15 http http://www.w3.org/TR/CSS21/syndata.html#charset a5efac9a86c65d05f20a0fa181426d12ad28936f `Richard Ishida`<http://rishida.net> The user agent respects the encoding of a css stylesheet declared in HTTP.
|
|
character-encoding-003 html iso1, css http utf8 http http://www.w3.org/TR/CSS21/syndata.html#charset 2b7c42d9f0387dcce1560770066b4cf0209cac85 `Richard Ishida`<http://rishida.net> The user agent respects the encoding of a css stylesheet declared in HTTP.
|
|
character-encoding-004 html utf8, css @charset iso1 http http://www.w3.org/TR/CSS21/syndata.html#charset cf9541eebd278fc1a1bb747dedacbda2afa89bce `Richard Ishida`<http://rishida.net> The user agent respects the encoding of a css stylesheet declared in an @charset rule.
|
|
character-encoding-005 html utf8, css @charset iso15 http http://www.w3.org/TR/CSS21/syndata.html#charset e4a4c77f589ac73fe3c26a2a68b0750afc1d51a6 `Richard Ishida`<http://rishida.net> The user agent respects the encoding of a css stylesheet declared in an @charset rule.
|
|
character-encoding-006 html iso1, css @charset utf8 http http://www.w3.org/TR/CSS21/syndata.html#charset 51f80a211b45ea2bb2203230f25bc973ac47422d `Richard Ishida`<http://rishida.net> The user agent respects the encoding of a css stylesheet declared in an @charset rule.
|
|
character-encoding-007 html utf8, link charset iso1 http http://www.w3.org/TR/CSS21/syndata.html#charset 554fd134d1149153715d235f9218f641ddadb97c `Richard Ishida`<http://rishida.net> The user agent respects the encoding of a css stylesheet declared in a charset attribute on the HTML link.
|
|
character-encoding-008 html utf8, link charset iso15 http http://www.w3.org/TR/CSS21/syndata.html#charset f99f8bac971f72e991fa6be4ee334b771fb9bf89 `Richard Ishida`<http://rishida.net> The user agent respects the encoding of a css stylesheet declared in a charset attribute on the HTML link.
|
|
character-encoding-009 html iso-8859-1, link charset utf8 http http://www.w3.org/TR/CSS21/syndata.html#charset c035db40568964c8f999cea1b70345156fb58eeb `Richard Ishida`<http://rishida.net> The user agent respects the encoding of a css stylesheet declared in a charset attribute on the HTML link.
|
|
character-encoding-010 html iso1 http http://www.w3.org/TR/CSS21/syndata.html#charset a74c09d899c2eaf13fed9949e76d7979a6328cdf `Richard Ishida`<http://rishida.net> The user agent applies the encoding of the HTML file to a css stylesheet whose encoding is not otherwise declared.
|
|
character-encoding-011 html iso15 http http://www.w3.org/TR/CSS21/syndata.html#charset d30ba776fac58a3a7dbe6da6612a31f2f212e117 `Richard Ishida`<http://rishida.net> The user agent applies the encoding of the HTML file to a css stylesheet whose encoding is not otherwise declared.
|
|
character-encoding-012 html utf8 http http://www.w3.org/TR/CSS21/syndata.html#charset 9df19c3f553cd09d46a6625169dffac56ee0c62c `Richard Ishida`<http://rishida.net> The user agent applies the encoding of the HTML file to a css stylesheet whose encoding is not otherwise declared.
|
|
character-encoding-013 html iso-8859-1, css bom http http://www.w3.org/TR/CSS21/syndata.html#charset 8f7bcaa3394924318db4321dc87ce34c2ac6177f `Richard Ishida`<http://rishida.net> The user agent uses a UTF-8 signature without an @charset at the beginning of a css stylesheet to indicate that the encoding is UTF-8.
|
|
character-encoding-014 html iso-8859-15, css bom http http://www.w3.org/TR/CSS21/syndata.html#charset 5a02cf92e57097750237a2e16aa194d0286e92d8 `Richard Ishida`<http://rishida.net> The user agent uses a UTF-8 signature without an @charset at the beginning of a css stylesheet to indicate that the encoding is UTF-8.
|
|
character-encoding-015 html iso-8859-1, css bom and @charset utf8 (in lowercase) http http://www.w3.org/TR/CSS21/syndata.html#charset 23a50225777e6adb550388216e8388179aac12f3 `Richard Ishida`<http://rishida.net> When a stylesheet has a BOM and an @charset declaration that is for the right Unicode encoding, the stylesheet works.
|
|
character-encoding-016 html iso-8859-1, css bom and @charset utf8 (in uppercase) http http://www.w3.org/TR/CSS21/syndata.html#charset 666009dcbf24bf0bfaf6da47d22fb51b219b0634 `Richard Ishida`<http://rishida.net> When a stylesheet has a BOM and an @charset declaration that is for the right Unicode encoding, the stylesheet works.
|
|
character-encoding-017 html iso-8859-15, css bom and @charset iso15 http http://www.w3.org/TR/CSS21/syndata.html#charset e4b3fcf00b4f0515efcdeda3837a21b9cca040d1 `Richard Ishida`<http://rishida.net> When a stylesheet has a BOM, honor it.
|
|
character-encoding-018 html utf-8, css @charset unknown http http://www.w3.org/TR/CSS21/syndata.html#charset a3ba1aca1fe69fdb7a9dbb4c4c8710fe78c0bc9f `Richard Ishida`<http://rishida.net> When a stylesheet has a @charset declaration with an unknown value, the declaration should be ignored.
|
|
character-encoding-019 no semicolon at end of charset rule http http://www.w3.org/TR/CSS21/syndata.html#charset 725d93cbe2e5f449d6c0b82a69f3ca787594d5c0 `Richard Ishida`<http://rishida.net> If a @charset declaration is missing a final semicolon, the encoding declaration will not be recognised.
|
|
character-encoding-020 extra spaces after @charset http http://www.w3.org/TR/CSS21/syndata.html#charset 0b68b3a701a26370b9be83dbd18d81a64584cb13 `Richard Ishida`<http://rishida.net> If a @charset declaration has more than one space after 'charset', the encoding declaration will not be recognised.
|
|
character-encoding-021 extra spaces before colon in charset rule http http://www.w3.org/TR/CSS21/syndata.html#charset 2c7db5ce4cd10d95a60823ddd62e2f3fe6a26a20 `Richard Ishida`<http://rishida.net> If a @charset declaration has spaces just before the colon, the encoding declaration will not be recognised.
|
|
character-encoding-022 linebreak in middle of charset rule http http://www.w3.org/TR/CSS21/syndata.html#charset 93d0b27615924fd300a5e1f8741e28ee6b5fe5e7 `Richard Ishida`<http://rishida.net> If a @charset declaration has a line break in the middle, the encoding declaration will not be recognised.
|
|
character-encoding-023 single quotes around charset name http http://www.w3.org/TR/CSS21/syndata.html#charset 825597d32e20cab1c9342023d121c791885cb0d4 `Richard Ishida`<http://rishida.net> If a @charset declaration value has single, rather than double, quotes around it, the encoding declaration will not be recognised.
|
|
character-encoding-024 blank line before @charset http http://www.w3.org/TR/CSS21/syndata.html#charset 0034da7ce2cd53b7ca45e255fc3fe3faf8dffaa6 `Richard Ishida`<http://rishida.net> If a @charset declaration is not on the first line of the file, the encoding declaration will not be recognised.
|
|
character-encoding-025 blank spaces before @charset http http://www.w3.org/TR/CSS21/syndata.html#charset c35f74fd4ac67af650e0b85c68c82fac12cf94b8 `Richard Ishida`<http://rishida.net> If a @charset declaration does not start at the beginning of the first line of the file (when there is no BOM), the encoding declaration will not be recognised.
|
|
character-encoding-026 http vs. @charset http http://www.w3.org/TR/CSS21/syndata.html#charset 38e3ccc202179393d67323c048e68acb97355704 `Richard Ishida`<http://rishida.net> An HTTP encoding declaration for a stylesheet takes precedence over an @charset declaration.
|
|
character-encoding-027 http vs. charset link http http://www.w3.org/TR/CSS21/syndata.html#charset f6b3a4fc039c571260f39000785d451332809c7f `Richard Ishida`<http://rishida.net> An HTTP encoding declaration for a stylesheet takes precedence over a charset attribute link declaration.
|
|
character-encoding-028 http vs. bom http http://www.w3.org/TR/CSS21/syndata.html#charset f770766d09bcfe6f0be0d31b34a30d1f7d21c0b5 `Richard Ishida`<http://rishida.net> A UTF-8 signature for a stylesheet takes precedence over an HTTP encoding declaration.
|
|
character-encoding-029 @charset vs. link charset http http://www.w3.org/TR/CSS21/syndata.html#charset ba962a03a76952b10fb366a04ae4612fd4052ef4 `Richard Ishida`<http://rishida.net> An HTTP encoding declaration for a stylesheet takes precedence over a UTF-8 signature.
|
|
character-encoding-031 Stylesheet encodings: ISO-8859-1 http http://www.w3.org/TR/CSS21/syndata.html#charset 41c407ba90ab477d370de8c635994e7959ed7803 `Ian Hickson`<mailto:ian@hixie.ch>
|
|
character-encoding-032 Stylesheet encodings: ISO-8859-11 http http://www.w3.org/TR/CSS21/syndata.html#charset 2eacbc61ec9d8aebc870a0b9f22e8daec909418d `Ian Hickson`<mailto:ian@hixie.ch>
|
|
character-encoding-033 Stylesheet encodings: ISO-8859-5 http http://www.w3.org/TR/CSS21/syndata.html#charset ad8a74c96e9f65a4da1a65a8a82cc2e3ef64c019 `Ian Hickson`<mailto:ian@hixie.ch>
|
|
character-encoding-034 Stylesheet encodings: ISO-8859-6 http http://www.w3.org/TR/CSS21/syndata.html#charset a9ac32bf528d446b890e61f9420e9b262087ae44 `Ian Hickson`<mailto:ian@hixie.ch>
|
|
character-encoding-035 Stylesheet encodings: ISO-8859-7 http http://www.w3.org/TR/CSS21/syndata.html#charset 75b3eb14a38c3724bddaf2ab24fa7a3cb9033a1a `Ian Hickson`<mailto:ian@hixie.ch>
|
|
character-encoding-036 Stylesheet encodings: ISO-8859-8 http http://www.w3.org/TR/CSS21/syndata.html#charset 615cfa6980fdd09fa7a2123a5916d0082de22efb `Ian Hickson`<mailto:ian@hixie.ch>
|
|
character-encoding-037 Stylesheet encodings: KOI8-R http http://www.w3.org/TR/CSS21/syndata.html#charset b50106bb61cb776ef5b768ce909f48d759f8e773 `Ian Hickson`<mailto:ian@hixie.ch>
|
|
character-encoding-038 Stylesheet encodings: malformed UTF-8 http http://www.w3.org/TR/CSS21/syndata.html#charset 3320d0ad2eb836edcd23b9fda6c4f4b227efdcb6 `Ian Hickson`<mailto:ian@hixie.ch>
|
|
character-representation-001 Character representation in other encoding http://www.w3.org/TR/CSS21/syndata.html#escaping be552db550fab7dfe2355cf0514c553564e40983 `Microsoft`<http://www.microsoft.com/> Characters in the stylesheet that cannot be represented in the current character encoding are written as escaped references to ISO 10646 characters.
|
|
charset-attr-001 reference/at-charset-ref @charset test-attribute http://www.w3.org/TR/CSS21/syndata.html#charset,http://www.w3.org/TR/html40/struct/links.html#adef-charset acbad1e1f81a6bf4e4e0a77351260b08f088857c `Boris Zbarsky`<mailto:bzbarsky@mit.edu>,`Mozilla Corporation`<http://mozilla.com/>
|
|
child-selector-001 Child selector does not match when there is no matching parent http://www.w3.org/TR/CSS21/selector.html#child-selectors 5373125f6a34c51997a4a0d97ee594baed2cdae0 `Microsoft`<http://www.microsoft.com/> Child selectors only apply when parent and child elements match.
|
|
child-selector-002 Child selector without direct child http://www.w3.org/TR/CSS21/selector.html#child-selectors ae31a875ac14d8895b1835f9587b007c6dec7dcf `Microsoft`<http://www.microsoft.com/> Child selectors only apply to child elements when there is a direct parent child relationship.
|
|
child-selector-003 Child selector http://www.w3.org/TR/CSS21/selector.html#child-selectors 1e3fc9a7435995d23948338e3a6eade652704ed2 `Microsoft`<http://www.microsoft.com/> Child selectors apply to child elements.
|
|
class-000 Selectors: Class selectors http://www.w3.org/TR/CSS21/selector.html#class-html feaa5f51f46dbcd45b429e56f0b4e5f5e6073332 `Gabriele Romanato`<mailto:gabriele.romanato@gmail.com> Browsers should apply each rule to the elements which have the specified class
|
|
class-001 Selectors: Class selectors with the universal selector http://www.w3.org/TR/CSS21/selector.html#class-html ac8deeedd6513548ef489691ad6946d213706a6e `Gabriele Romanato`<mailto:gabriele.romanato@gmail.com> Browsers should apply each rule to the elements which have the specified class
|
|
class-002 Selectors: Class selectors: Multiple classes http://www.w3.org/TR/CSS21/selector.html#class-html 232eb0491acda7de68a2d0152f48ffac1e74a7a0 `Gabriele Romanato`<mailto:gabriele.romanato@gmail.com> Browsers should apply each rule to the elements which have the specified class or classes
|
|
class-selector-001 Class selectors with only a partial match of 'class' attribute http://www.w3.org/TR/CSS21/selector.html#class-html 1545a3eb31df0a686def98e85f4f8476c5cb2100 `Microsoft`<http://www.microsoft.com/> Class selector need to match any or all of the values in the 'class' attribute.
|
|
class-selector-002 Class selectors with a type http://www.w3.org/TR/CSS21/selector.html#class-html 795eabfc10b7f9eeb9550c9059c8b71a373cbfc0 `Microsoft`<http://www.microsoft.com/> Class selector with a type, match the appropriate element.
|
|
class-selector-003 Class selectors without a type http://www.w3.org/TR/CSS21/selector.html#class-html 76ec998f1267ca6bec25bdd05b85a9688d172afe `Microsoft`<http://www.microsoft.com/> Class selector without a type, match the appropriate element.
|
|
class-selector-004 Invalid class selectors with a space between the "." and the class name invalid http://www.w3.org/TR/CSS21/selector.html#class-html a9ef8090f6c072d6a8a017915b04f39311622f45 `Microsoft`<http://www.microsoft.com/> The attribute value of a class selector followed by white space is invalid.
|
|
class-selector-005 Invalid class selectors with a carriage return between the "." and the class name invalid http://www.w3.org/TR/CSS21/selector.html#class-html 052847e4282436994482e91490615a270bbd35c6 `Microsoft`<http://www.microsoft.com/> The attribute value of a class selector followed by white space is invalid.
|
|
class-selector-006 Multiple class selectors http://www.w3.org/TR/CSS21/selector.html#class-html 8c7b06e7467ec76668558705df21afc4ff7d3819 `Microsoft`<http://www.microsoft.com/> All class names in the selector need to match all of the 'class' attribute values.
|
|
class-selector-007 Multiple class selectors and missing class values http://www.w3.org/TR/CSS21/selector.html#class-html f509ec264eebda1f09f4f9fb75b01c1b8f816423 `Microsoft`<http://www.microsoft.com/> All class names in the selector need to match all of the 'class' attribute values.
|
|
class-selector-008 CSS: Case Sensitive Classes http://www.w3.org/TR/CSS21/selector.html#class-html 5d6091072ef0371c7b12b89ae60b734dbbfd2818 `Ian Hickson`<mailto:ian@hixie.ch>
|
|
class-selector-009 Multiple classes http://www.w3.org/TR/CSS21/selector.html#class-html 3b6b7ef30229e635a56015ff770c06b9e8843c18 `Ian Hickson`<mailto:ian@hixie.ch>
|
|
class-selector-010 Multiple classes http://www.w3.org/TR/CSS21/selector.html#class-html a070f58b96e0aa4c7de7d78e204834ad34aa835d `Ian Hickson`<mailto:ian@hixie.ch>
|
|
class-selector-011 Multiple classes http://www.w3.org/TR/CSS21/selector.html#class-html 347f975178f05c3a8f8dd685d94293041b79dd2d `Ian Hickson`<mailto:ian@hixie.ch>
|
|
class-selector-012 Multiple classes http://www.w3.org/TR/CSS21/selector.html#class-html c3e7f6f1c57cad2bdce7ce5982a608f3a4e7d2e5 `Ian Hickson`<mailto:ian@hixie.ch>
|
|
clear-001 reference/clear-001-ref Clear set to 'left' http://www.w3.org/TR/CSS21/visuren.html#propdef-clear,http://www.w3.org/TR/CSS21/visuren.html#flow-control ca0db9336bca45252b7eff1f6cd99b8c826dd436 `Microsoft`<http://www.microsoft.com/> The 'clear' property set to a value of 'left' positions the current element to clear left-floated elements.
|
|
clear-002 reference/clear-002-ref Clear set to 'right' http://www.w3.org/TR/CSS21/visuren.html#propdef-clear,http://www.w3.org/TR/CSS21/visuren.html#flow-control 5c0af809319c7de7df610292a0cef6cda9ef284b `Microsoft`<http://www.microsoft.com/> The 'clear' property set to a value of 'right' positions the current element to clear right-floated elements.
|
|
clear-003 reference/clear-003-ref Clear set to 'both' http://www.w3.org/TR/CSS21/visuren.html#propdef-clear,http://www.w3.org/TR/CSS21/visuren.html#flow-control 02d54437acb65229f6f46f70a5c9d4e0612d9298 `Microsoft`<http://www.microsoft.com/> The 'clear' property set to a value of 'both' positions the current element to clear both left- and right-floated elements.
|
|
clear-004 reference/ref-filled-green-100px-square Clear set to 'none' http://www.w3.org/TR/CSS21/visuren.html#propdef-clear,http://www.w3.org/TR/CSS21/visuren.html#flow-control 11e0e9f145651cf88eba7f8108ab5e3fb6230240 `Microsoft`<http://www.microsoft.com/> The 'clear' property set to a value of 'none' does not perform any clearing of floated elements.
|
|
clear-005 reference/clear-001-ref Clear set to 'inherit' http://www.w3.org/TR/CSS21/visuren.html#propdef-clear,http://www.w3.org/TR/CSS21/visuren.html#flow-control 2d2b9ce0575c92253a9027ac122e8aaabe188368 `Microsoft`<http://www.microsoft.com/> The 'clear' property set to 'inherit', inherits the computed value from the parent element.
|
|
clear-applies-to-000 reference/clear-applies-to-000-ref Clear on floats after floats with display:none blocks between them http://www.w3.org/TR/CSS21/visuren.html#display-prop,http://www.w3.org/TR/CSS21/visuren.html#flow-control d2bee99aa54e4e993ff438c98a1b47fbcae6deae `Ian Hickson`<mailto:ian@hixie.ch>
|
|
clear-applies-to-001 reference/clear-applies-to-001-ref Clear applied to element with 'display' set to 'table-row-group' http://www.w3.org/TR/CSS21/visuren.html#propdef-clear,http://www.w3.org/TR/CSS21/visuren.html#flow-control a746e7fbc4a7be226739936f8bc0851b62848aaa `Microsoft`<http://www.microsoft.com/> The 'clear' property does not apply to elements with a display of 'table-row-group'.
|
|
clear-applies-to-002 reference/clear-applies-to-001-ref Clear applied to element with 'display' set to 'table-header-group' http://www.w3.org/TR/CSS21/visuren.html#propdef-clear,http://www.w3.org/TR/CSS21/visuren.html#flow-control 771153fe771ac8f9691a92f09a1b0643fe1397f9 `Microsoft`<http://www.microsoft.com/> The 'clear' property does not apply to elements with a display of 'table-header-group'.
|
|
clear-applies-to-003 reference/clear-applies-to-001-ref Clear applied to element with 'display' set to 'table-footer-group' http://www.w3.org/TR/CSS21/visuren.html#propdef-clear,http://www.w3.org/TR/CSS21/visuren.html#flow-control 0ec8eb062e6695fd4b175e48f05c850c86d3bf58 `Microsoft`<http://www.microsoft.com/> The 'clear' property does not apply to elements with a display of 'table-footer-group'.
|
|
clear-applies-to-004 reference/clear-applies-to-001-ref Clear applied to element with 'display' set to 'table-row' http://www.w3.org/TR/CSS21/visuren.html#propdef-clear,http://www.w3.org/TR/CSS21/visuren.html#flow-control c532a426ab9a0705a403b18a6d1fc8d532469af4 `Microsoft`<http://www.microsoft.com/> The 'clear' property does not apply to elements with a display of 'table-row'.
|
|
clear-applies-to-005 reference/clear-applies-to-001-ref Clear applied to element with 'display' set to 'table-column-group' http://www.w3.org/TR/CSS21/visuren.html#propdef-clear,http://www.w3.org/TR/CSS21/visuren.html#flow-control e56c2bf018055e61cf72145eeeffc43487ab7785 `Microsoft`<http://www.microsoft.com/> The 'clear' property does not apply to elements with a display of 'table-column-group'.
|
|
clear-applies-to-006 reference/clear-applies-to-001-ref Clear applied to element with 'display' set to 'table-column' http://www.w3.org/TR/CSS21/visuren.html#propdef-clear,http://www.w3.org/TR/CSS21/visuren.html#flow-control 64e8c3f558533d8beac578e1ccc9185172b9872e `Microsoft`<http://www.microsoft.com/> The 'clear' property does not apply to elements with a display of 'table-column'.
|
|
clear-applies-to-007 reference/clear-applies-to-001-ref Clear applied to element with 'display' set to 'table-cell' http://www.w3.org/TR/CSS21/visuren.html#propdef-clear,http://www.w3.org/TR/CSS21/visuren.html#flow-control 3aa57c4ebee2866ee7d45001c9876d0d6aa94098 `Microsoft`<http://www.microsoft.com/> The 'clear' property does not apply to elements with a display of 'table-cell'.
|
|
clear-applies-to-008 reference/clear-applies-to-008-ref Clear on inline elements http://www.w3.org/TR/CSS21/visuren.html#flow-control 77116bea61d0eb1a1a7dd9456b36dd99e49b2f05 `Ian Hickson`<mailto:ian@hixie.ch>,`Elika J. Etemad`<http://fantasai.inkedblade.net/contact> The 'clear' property does not apply to elements with a display of 'inline'.
|
|
clear-applies-to-009 reference/clear-applies-to-009-ref Clear applied to element with 'display' set to block http://www.w3.org/TR/CSS21/visuren.html#propdef-clear,http://www.w3.org/TR/CSS21/visuren.html#flow-control 82fdc4adbc960368d788371bd992e0c829621644 `Microsoft`<http://www.microsoft.com/> The 'clear' property applies to elements with a display of block.
|
|
clear-applies-to-010 Clear applied to element with 'display' set to list-item http://www.w3.org/TR/CSS21/visuren.html#propdef-clear,http://www.w3.org/TR/CSS21/visuren.html#flow-control a570d6cbceadd15699d38169c74e36689ad6edc1 `Microsoft`<http://www.microsoft.com/> The 'clear' property applies to elements with a display of list-item.
|
|
clear-applies-to-011 Clear applied to element with 'display' set to run-in http://www.w3.org/TR/CSS21/visuren.html#propdef-clear,http://www.w3.org/TR/CSS21/visuren.html#flow-control 5a658a26eafdb424211ea72843d480d3ad0c7d36 `Microsoft`<http://www.microsoft.com/> The 'clear' property applies to elements with a display of 'run-in'.
|
|
clear-applies-to-012 reference/clear-applies-to-001-ref Clear applied to element with 'display' set to inline-block http://www.w3.org/TR/CSS21/visuren.html#propdef-clear,http://www.w3.org/TR/CSS21/visuren.html#flow-control 4ce42ccd9e02b3e72487a6b59589bbf4dc459bfe `Microsoft`<http://www.microsoft.com/> The 'clear' property does not apply to elements with a display of 'inline-block'.
|
|
clear-applies-to-013 reference/clear-applies-to-009-ref Clear applied to element with 'display' set to 'table' http://www.w3.org/TR/CSS21/visuren.html#propdef-clear,http://www.w3.org/TR/CSS21/visuren.html#flow-control 3336c3ce740025a5ebf7ed0f9ab43460590d305e `Microsoft`<http://www.microsoft.com/> The 'clear' property does apply to elements with a display of 'table'.
|
|
clear-applies-to-014 reference/clear-applies-to-001-ref Clear applied to element with 'display' set to 'inline-table' http://www.w3.org/TR/CSS21/visuren.html#propdef-clear,http://www.w3.org/TR/CSS21/visuren.html#flow-control 7518d846393c237fb767a4501c048619179aed0b `Microsoft`<http://www.microsoft.com/> The 'clear' property does not apply to elements with a display of 'inline-table'.
|
|
clear-applies-to-015 reference/clear-applies-to-001-ref Clear applied to element with 'display' set to 'table-caption' http://www.w3.org/TR/CSS21/visuren.html#propdef-clear,http://www.w3.org/TR/CSS21/visuren.html#flow-control b69c912fb6454e98931d2d5ac3ca7d78af6c1e79 `Microsoft`<http://www.microsoft.com/> The 'clear' property does not apply to elements with a display of 'table-caption' because an anonymous table wrapper box will be generated for a misparented table-caption element and such anonymous table wrapper box creates a block formatting context. Clear will not apply to floats outside a block formatting context.
|
|
clear-applies-to-016 reference/clear-applies-to-009-ref 'clear' applied to the table wrapper box (has 1 caption at top) http://www.w3.org/TR/CSS21/visuren.html#flow-control df178dddc1ff24449725edf26b7ebc26031b9441 `Gérard Talbot`<http://www.gtalbot.org/BrowserBugsSection/css21testsuite/> The 'clear' property apply to elements with a display of 'table' and is applied to the table wrapper box and not on the table box. In this test, the table wrapper box has a table caption placed before the table box.
|
|
clear-applies-to-017 reference/clear-applies-to-009-ref 'clear' applied to the table wrapper box (has 1 caption at bottom) http://www.w3.org/TR/CSS21/visuren.html#flow-control 3dedbf8605cf5fe6af6694798c6938826bbdbd7a `Gérard Talbot`<http://www.gtalbot.org/BrowserBugsSection/css21testsuite/> The 'clear' property apply to elements with a display of 'table' and is applied to the table wrapper box and not on the table box. In this test, the table wrapper box has a table caption placed after the table box.
|
|
clear-clearance-calculation-001 reference/clear-clearance-calculation-001-ref Clearance calculations - clear box non-collapsing margins with larger margings than clearance ahem,image http://www.w3.org/TR/CSS21/visuren.html#flow-control 26e029071d4d4e5e3391e45998247b25a20c78c4 `Microsoft`<http://www.microsoft.com/> When a cleared element has more top margin than the height of the floated element the margin is collpased with previous in-flow children. The element is then placed at the point of the resulting collapsed margin.
|
|
clear-clearance-calculation-002 reference/clear-clearance-calculation-002-ref Clearance calculations - clear box non-collapsing margins with larger clearance than margins ahem,image http://www.w3.org/TR/CSS21/visuren.html#flow-control b881a3de8ae7c5e0f54586f774b18f1d170ec459 `Microsoft`<http://www.microsoft.com/> If after margin collapsing the position of the cleared element is above or hypothetically positioned within the layout position of the float. Then the cleared element is positioned directly below the floated element.
|
|
clear-clearance-calculation-003 reference/clear-clearance-calculation-003-ref Clearance calculations - clear box collapsing margins http://www.w3.org/TR/CSS21/visuren.html#flow-control 411cf0928f58c1e6370dc1d48ed892ef950403b4 `Microsoft`<http://www.microsoft.com/> When a cleared element has more top margin than the height of the floated element the margin is collpased with previous in-flow children. The element is then placed at the point of the resulting collapsed margin.
|
|
clear-clearance-calculation-004 reference/clear-clearance-calculation-004-ref clear and clearance calculation - margin collapsing http://www.w3.org/TR/CSS21/visuren.html#flow-control 84745869d250dae4f39a669adf6081d974c5891e `Gérard Talbot`<http://www.gtalbot.org/BrowserBugsSection/css21testsuite/> With clear: left, the top border edge of the last paragraph must be below the floating paragraph, i.e., 50px lower. That means that the margin-bottom of the first paragraph must not collapse with the margin-top of the last paragraph and clearance must be added such that clearance + margin-top of last paragraph = 50px, i.e., clearance = 50px - margin-top of last paragraph = 50px - 75px = - 25px.
|
|
clear-clearance-calculation-005 reference/clear-clearance-calculation-005-ref clear and clearance calculation - margin collapsing http://www.w3.org/TR/CSS21/visuren.html#flow-control 08ad7ac400003f3c836d42327cf5c95a58147639 `Gérard Talbot`<http://www.gtalbot.org/BrowserBugsSection/css21testsuite/> With clear: none, the first and last paragraphs' margins collapse and the last paragraph's top border edge should be flush with the top of the floating paragraph.
|
|
clear-default-inheritance-001 reference/ref-filled-green-100px-square Clear default inheritance http://www.w3.org/TR/CSS21/visuren.html#flow-control,http://www.w3.org/TR/CSS21/visuren.html#propdef-clear d62994a68d93f1b456bd3eb72907556f53c4607c `Microsoft`<http://www.microsoft.com/> The 'clear' property is not inherited by default from the parent element.
|
|
clear-float-001 reference/clear-float-001-ref Child elements are not impacted by 'clear' http://www.w3.org/TR/CSS21/visuren.html#flow-control 625a183e8cf93f033f002230fec33ecdfc319ab3 `Microsoft`<http://www.microsoft.com/> Child elements of the container are not impacted by clear.
|
|
clear-float-002 reference/clear-float-002-ref Clearance of floats and top margin affect http://www.w3.org/TR/CSS21/visuren.html#flow-control 708d05df0c257c56276e82bd9e278c1278377264 `Microsoft`<http://www.microsoft.com/> Clearance is introduced as spacing above the top margin.
|
|
clear-float-003 reference/clear-float-003-ref Clear floats handled after margin collapsing http://www.w3.org/TR/CSS21/visuren.html#flow-control a4e20311ce6694a38ebc4eb0fe722db814eaaf70 `Microsoft`<http://www.microsoft.com/> Clearance is introduced as spacing above the top margin after margin collapsing occurs.
|
|
clear-float-004 reference/clear-float-004-ref Clear set to 'left' with earlier left floated boxes http://www.w3.org/TR/CSS21/visuren.html#flow-control 0407ae28e3885a7817fe4fcb622f8ac85ffb1ad4 `Microsoft`<http://www.microsoft.com/> Boxes with 'clear: left' need to clear earlier left floated boxes.
|
|
clear-float-005 reference/clear-float-005-ref Clear set to 'right' with earlier right floated boxes http://www.w3.org/TR/CSS21/visuren.html#flow-control 84f373daea39d5ffacab601b9da57ac3ca580c0b `Microsoft`<http://www.microsoft.com/> Boxes with 'clear: right' need to clear earlier right floated boxes.
|
|
clear-float-006 reference/clear-float-006-ref Clear set to 'both' with earlier floated boxes http://www.w3.org/TR/CSS21/visuren.html#flow-control f2fa5ec32208d783c5b3281f2ece4fdfab5ae115 `Microsoft`<http://www.microsoft.com/> Boxes with 'clear: both' need to clear earlier floated boxes.
|
|
clear-float-007 reference/adjacent-floats-001-ref Clear set to 'left' with later left floated boxes http://www.w3.org/TR/CSS21/visuren.html#flow-control 3dea81ed51619a307f65ac52c8820b36a58e1d50 `Microsoft`<http://www.microsoft.com/> Boxes with 'clear: left' do not clear later left floated boxes.
|
|
clear-float-008 reference/adjacent-floats-001-ref Clear set to 'right' with later right floated boxes http://www.w3.org/TR/CSS21/visuren.html#flow-control fa13d7e8430e7a44688a17b49762a6d56b5f205f `Microsoft`<http://www.microsoft.com/> Boxes with 'clear: right' do not clear later right floated boxes.
|
|
clear-float-009 reference/clear-float-009-ref Clear set to 'both' with later floated boxes http://www.w3.org/TR/CSS21/visuren.html#flow-control f2f92477bfe6ac38f2d721d5db1a2fe1255ff511 `Microsoft`<http://www.microsoft.com/> Boxes with 'clear: both' do not clear later floated boxes.
|
|
clear-initial-001 reference/ref-filled-green-100px-square Clear initial value http://www.w3.org/TR/CSS21/visuren.html#flow-control,http://www.w3.org/TR/CSS21/visuren.html#propdef-clear 90c9d5f5b02b575db7c16ea68865c249091d71d5 `Microsoft`<http://www.microsoft.com/> The 'clear' property has a initial value of 'none'.
|
|
clear-inline-001 reference/clear-inline-001-ref Clear on inline elements http://www.w3.org/TR/CSS21/visuren.html#flow-control e51f8547698f2bf38254c59fcf59e5b5582a6089 `Microsoft`<http://www.microsoft.com/> Clear cannot be applied to an inline box.
|
|
clear-runin-001 Clear applies to final block box of a run-in http://www.w3.org/TR/CSS21/visuren.html#flow-control 1202ccb08ad587f651158b73ba5461cb24d53d0e `Microsoft`<http://www.microsoft.com/> Clearance only applies to the final block box of a run-in element.
|
|
clearance-006 reference/clearance-006-ref Zero Clearance http://www.w3.org/TR/CSS21/visuren.html#flow-control 724fb3252b712db75eac85f167bb9ada66d3b38a `Elika J. Etemad`<http://fantasai.inkedblade.net/contact> Zero clearance is not the same as no clearance.
|
|
clip-001 reference/ref-filled-green-100px-square clip - auto value dom http://www.w3.org/TR/CSS21/visufx.html#clipping b1a4f85f71cc4fabc672d7d9af68b8a54c5bb516 `Gérard Talbot`<http://www.gtalbot.org/BrowserBugsSection/css21testsuite/>,`Vasil Dinkov`<http://www.vadikom.com/> An element must not clip when clip is set to auto.
|
|
clip-004 Clip using pixels with a negative zero value, -0px http://www.w3.org/TR/CSS21/visufx.html#propdef-clip,http://www.w3.org/TR/CSS21/visufx.html#clipping 723fd40523b5138e3162bb989bda3162298de59d `Microsoft`<http://www.microsoft.com/> The 'clip' property sets a negative zero value, in pixels, for all sides of the clipping rectangle.
|
|
clip-005 Clip using pixels with a zero value, 0px http://www.w3.org/TR/CSS21/visufx.html#propdef-clip,http://www.w3.org/TR/CSS21/visufx.html#clipping eb72401fc723991927d03fea1af2370b43679362 `Microsoft`<http://www.microsoft.com/> The 'clip' property sets a zero value, in pixels, for all sides of the clipping rectangle.
|
|
clip-006 Clip using pixels with a zero value, +0px http://www.w3.org/TR/CSS21/visufx.html#propdef-clip,http://www.w3.org/TR/CSS21/visufx.html#clipping 3768205da5cdda5d079bf0a24e43f5a097d0d267 `Microsoft`<http://www.microsoft.com/> The 'clip' property sets a zero value, in pixels, for all sides of the clipping rectangle.
|
|
clip-007 Clip using pixels with a nominal value, 96px http://www.w3.org/TR/CSS21/visufx.html#propdef-clip,http://www.w3.org/TR/CSS21/visufx.html#clipping a65260f4eadf34bdcc63f4e8f4ae177778d2a05c `Microsoft`<http://www.microsoft.com/> The 'clip' property sets a value of ninety-six pixels, for all sides of the clipping rectangle.
|
|
clip-008 Clip using pixels with a positive nominal value, +96px http://www.w3.org/TR/CSS21/visufx.html#propdef-clip,http://www.w3.org/TR/CSS21/visufx.html#clipping 3d439e0eec64d93126e9f38c5b74bfb57d5978b8 `Microsoft`<http://www.microsoft.com/> The 'clip' property sets a value of ninety-six pixels, for all sides of the clipping rectangle.
|
|
clip-016 Clip using points with a negative zero value, -0pt http://www.w3.org/TR/CSS21/visufx.html#propdef-clip,http://www.w3.org/TR/CSS21/visufx.html#clipping ea722f71a2ad2cdc4c5d7f9664355f9101564db0 `Microsoft`<http://www.microsoft.com/> The 'clip' property sets a negative zero value, in points, for all sides of the clipping rectangle.
|
|
clip-017 Clip using points with a zero value, 0pt http://www.w3.org/TR/CSS21/visufx.html#propdef-clip,http://www.w3.org/TR/CSS21/visufx.html#clipping 71ba34efb5c3a0232627eff535fcaac5647db519 `Microsoft`<http://www.microsoft.com/> The 'clip' property sets a zero value, in points, for all sides of the clipping rectangle.
|
|
clip-018 Clip using points with a zero value, +0pt http://www.w3.org/TR/CSS21/visufx.html#propdef-clip,http://www.w3.org/TR/CSS21/visufx.html#clipping cfa4f2624327541a78144d9ac57a634f9f233686 `Microsoft`<http://www.microsoft.com/> The 'clip' property sets a zero value, in points, for all sides of the clipping rectangle.
|
|
clip-019 Clip using points with a nominal value, 72pt http://www.w3.org/TR/CSS21/visufx.html#propdef-clip,http://www.w3.org/TR/CSS21/visufx.html#clipping 5fd6d40985bf075abdd6c2fa7850baa7efd14eae `Microsoft`<http://www.microsoft.com/> The 'clip' property sets a of seventy-two points for all sides of the clipping rectangle.
|
|
clip-020 Clip using points with a positive nominal value, +72pt http://www.w3.org/TR/CSS21/visufx.html#propdef-clip,http://www.w3.org/TR/CSS21/visufx.html#clipping 6b6ce59695e28232e67219bfc51780684bf023f3 `Microsoft`<http://www.microsoft.com/> The 'clip' property sets a of seventy-two points for all sides of the clipping rectangle.
|
|
clip-028 Clip using picas with a negative zero value, -0pc http://www.w3.org/TR/CSS21/visufx.html#propdef-clip,http://www.w3.org/TR/CSS21/visufx.html#clipping 0031fc190902f75b81bf7d9fd323c71c6065f271 `Microsoft`<http://www.microsoft.com/> The 'clip' property sets a negative zero value, in picas, for all sides of the clipping rectangle.
|
|
clip-029 Clip using picas with a zero value, 0pc http://www.w3.org/TR/CSS21/visufx.html#propdef-clip,http://www.w3.org/TR/CSS21/visufx.html#clipping 93f637fae52df3e62293b6cd015f255bb0b10a28 `Microsoft`<http://www.microsoft.com/> The 'clip' property sets a zero value, in picas, for all sides of the clipping rectangle.
|
|
clip-030 Clip using picas with a zero value, +0pc http://www.w3.org/TR/CSS21/visufx.html#propdef-clip,http://www.w3.org/TR/CSS21/visufx.html#clipping b1fcb082af0a1de939a9be62bffc257817cf3827 `Microsoft`<http://www.microsoft.com/> The 'clip' property sets a zero value, in picas, for all sides of the clipping rectangle.
|
|
clip-031 Clip using picas with a nominal value, 6pc http://www.w3.org/TR/CSS21/visufx.html#propdef-clip,http://www.w3.org/TR/CSS21/visufx.html#clipping 3903fb6c66f1086ee5cd71c5be733824193a8202 `Microsoft`<http://www.microsoft.com/> The 'clip' property sets a of six picas for all sides of the clipping rectangle.
|
|
clip-032 Clip using picas with a positive nominal value, +6pc http://www.w3.org/TR/CSS21/visufx.html#propdef-clip,http://www.w3.org/TR/CSS21/visufx.html#clipping fbd343f1162634d20347def0d1b4a1463f931278 `Microsoft`<http://www.microsoft.com/> The 'clip' property sets a of six picas for all sides of the clipping rectangle.
|
|
clip-040 Clip using centimeters with a negative zero value, -0cm http://www.w3.org/TR/CSS21/visufx.html#propdef-clip,http://www.w3.org/TR/CSS21/visufx.html#clipping 9504dd0d1aea14742841ca5bf167f54ba0de6f15 `Microsoft`<http://www.microsoft.com/> The 'clip' property sets a negative zero value, in centimeters, for all sides of the clipping rectangle.
|
|
clip-041 Clip using centimeters with a zero value, 0cm http://www.w3.org/TR/CSS21/visufx.html#propdef-clip,http://www.w3.org/TR/CSS21/visufx.html#clipping 522741410721bf5a83306453bc2db436bbc549ff `Microsoft`<http://www.microsoft.com/> The 'clip' property sets a zero value, in centimeters, for all sides of the clipping rectangle.
|
|
clip-042 Clip using centimeters with a zero value, +0cm http://www.w3.org/TR/CSS21/visufx.html#propdef-clip,http://www.w3.org/TR/CSS21/visufx.html#clipping 4f1d5c3280ffec3bd7ffc8ad63cb88930202fc0f `Microsoft`<http://www.microsoft.com/> The 'clip' property sets a zero value, in centimeters, for all sides of the clipping rectangle.
|
|
clip-043 Clip using centimeters with a nominal value, 2.54cm http://www.w3.org/TR/CSS21/visufx.html#propdef-clip,http://www.w3.org/TR/CSS21/visufx.html#clipping 5761fe7d69125afa7476d30465969473aa84296e `Microsoft`<http://www.microsoft.com/> The 'clip' property sets a value of 2.54 centimeters, for all sides of the clipping rectangle.
|
|
clip-044 Clip using centimeters with a positive nominal value, +2.54cm http://www.w3.org/TR/CSS21/visufx.html#propdef-clip,http://www.w3.org/TR/CSS21/visufx.html#clipping cece6e22d3534f548f8d9fe90afb71006b01d67d `Microsoft`<http://www.microsoft.com/> The 'clip' property sets a value of 2.54 centimeters, for all sides of the clipping rectangle.
|
|
clip-052 Clip using millimeters with a negative zero value, -0mm http://www.w3.org/TR/CSS21/visufx.html#propdef-clip,http://www.w3.org/TR/CSS21/visufx.html#clipping dcf7d366b22da16550910fdf591a2a629640d870 `Microsoft`<http://www.microsoft.com/> The 'clip' property sets a negative zero value, in millimeters, for all sides of the clipping rectangle.
|
|
clip-053 Clip using millimeters with a zero value, 0mm http://www.w3.org/TR/CSS21/visufx.html#propdef-clip,http://www.w3.org/TR/CSS21/visufx.html#clipping a96db25e1fae28c27ce60911176466c9c0a45af8 `Microsoft`<http://www.microsoft.com/> The 'clip' property sets a zero value, in millimeters, for all sides of the clipping rectangle.
|
|
clip-054 Clip using millimeters with a zero value, +0mm http://www.w3.org/TR/CSS21/visufx.html#propdef-clip,http://www.w3.org/TR/CSS21/visufx.html#clipping b1b6feb4795ec2f967ebc530833d76cb34140d79 `Microsoft`<http://www.microsoft.com/> The 'clip' property sets a zero value, in millimeters, for all sides of the clipping rectangle.
|
|
clip-055 Clip using millimeters with a nominal value, 25.4mm http://www.w3.org/TR/CSS21/visufx.html#propdef-clip,http://www.w3.org/TR/CSS21/visufx.html#clipping 1a64fd61d0d95b85fc910b31ef12e59533675104 `Microsoft`<http://www.microsoft.com/> The 'clip' property sets a value of 25.4 millimeters, for all sides of the clipping rectangle.
|
|
clip-056 Clip using millimeters with a positive nominal value, +25.4mm http://www.w3.org/TR/CSS21/visufx.html#propdef-clip,http://www.w3.org/TR/CSS21/visufx.html#clipping 247a6122a0fcc5f001aeda6f75ddb77d3cccdb89 `Microsoft`<http://www.microsoft.com/> The 'clip' property sets a value of 25.4 millimeters, for all sides of the clipping rectangle.
|
|
clip-064 Clip using inches with a negative zero value, -0in http://www.w3.org/TR/CSS21/visufx.html#propdef-clip,http://www.w3.org/TR/CSS21/visufx.html#clipping 7a31960a9825dc597e9fc99877f3195cbf11de3c `Microsoft`<http://www.microsoft.com/> The 'clip' property sets a negative zero value, in inches, for all sides of the clipping rectangle.
|
|
clip-065 Clip using inches with a zero value, 0in http://www.w3.org/TR/CSS21/visufx.html#propdef-clip,http://www.w3.org/TR/CSS21/visufx.html#clipping cd845dc1c27d3b5f94a515c4445aa2057ce86c90 `Microsoft`<http://www.microsoft.com/> The 'clip' property sets a zero value, in inches, for all sides of the clipping rectangle.
|
|
clip-066 Clip using inches with a zero value, +0in http://www.w3.org/TR/CSS21/visufx.html#propdef-clip,http://www.w3.org/TR/CSS21/visufx.html#clipping 14f40979a68bad394c47c726153951e13369f627 `Microsoft`<http://www.microsoft.com/> The 'clip' property sets a zero value, in inches, for all sides of the clipping rectangle.
|
|
clip-067 Clip using inches with a nominal value, 1in http://www.w3.org/TR/CSS21/visufx.html#propdef-clip,http://www.w3.org/TR/CSS21/visufx.html#clipping 46920e3141ce0d09552520efcedb7f2bcd228607 `Microsoft`<http://www.microsoft.com/> The 'clip' property sets a value, in inches, for all sides of the clipping rectangle.
|
|
clip-068 Clip using inches with a positive nominal value, +96in http://www.w3.org/TR/CSS21/visufx.html#propdef-clip,http://www.w3.org/TR/CSS21/visufx.html#clipping ad0d07b6a9910085db09bc1dc17e51081e728725 `Microsoft`<http://www.microsoft.com/> The 'clip' property sets a value, in inches, for all sides of the clipping rectangle.
|
|
clip-076 Clip using 'em' units with a negative zero value, -0em ahem http://www.w3.org/TR/CSS21/visufx.html#propdef-clip,http://www.w3.org/TR/CSS21/visufx.html#clipping cfff18c213a213b5a78a83d6df4438b51a87bd4a `Microsoft`<http://www.microsoft.com/> The 'clip' property sets a negative zero value, in 'em' units, for all sides of the clipping rectangle.
|
|
clip-077 Clip using 'em' units with a zero value, 0em ahem http://www.w3.org/TR/CSS21/visufx.html#propdef-clip,http://www.w3.org/TR/CSS21/visufx.html#clipping d56e2df5eea50a545a870e30c60c6df763352d24 `Microsoft`<http://www.microsoft.com/> The 'clip' property sets a zero value, in 'em' units, for all sides of the clipping rectangle.
|
|
clip-078 Clip using 'em' units with a positive zero value, +0em ahem http://www.w3.org/TR/CSS21/visufx.html#propdef-clip,http://www.w3.org/TR/CSS21/visufx.html#clipping b5ea2a8ce78e21726eadad938414a509b8eac475 `Microsoft`<http://www.microsoft.com/> The 'clip' property sets a positive zero value, in 'em' units, for all sides of the clipping rectangle.
|
|
clip-079 Clip using 'em' units with a nominal value, 6em ahem http://www.w3.org/TR/CSS21/visufx.html#propdef-clip,http://www.w3.org/TR/CSS21/visufx.html#clipping 57d1e5c7fdee06635ce0c2efe732a154b0140a9a `Microsoft`<http://www.microsoft.com/> The 'clip' property sets a value, in 'em' units, for all sides of the clipping rectangle.
|
|
clip-080 Clip using 'em' units with a positive nominal value, +6em ahem http://www.w3.org/TR/CSS21/visufx.html#propdef-clip,http://www.w3.org/TR/CSS21/visufx.html#clipping 73f82efacb1f27375e1719f9570574bf2de964c3 `Microsoft`<http://www.microsoft.com/> The 'clip' property sets a value, in 'em' units, for all sides of the clipping rectangle.
|
|
clip-088 Clip using 'ex' units with a negative zero value, -0ex ahem http://www.w3.org/TR/CSS21/visufx.html#propdef-clip,http://www.w3.org/TR/CSS21/visufx.html#clipping 3e0733050e19a4aba87bf43b2e18e3c1f744fa86 `Microsoft`<http://www.microsoft.com/> The 'clip' property sets a negative zero value, in 'ex' units, for all sides of the clipping rectangle.
|
|
clip-089 Clip using 'ex' units with a zero value, 0ex ahem http://www.w3.org/TR/CSS21/visufx.html#propdef-clip,http://www.w3.org/TR/CSS21/visufx.html#clipping 0873a1fa02fd2ed32c356b86aa01e386b0596b20 `Microsoft`<http://www.microsoft.com/> The 'clip' property sets a zero value, in 'ex' units, for all sides of the clipping rectangle.
|
|
clip-090 Clip using 'ex' units with a positive zero value, +0ex ahem http://www.w3.org/TR/CSS21/visufx.html#propdef-clip,http://www.w3.org/TR/CSS21/visufx.html#clipping 768bd67b0c65f74f758433d947aa49c1cf0e7537 `Microsoft`<http://www.microsoft.com/> The 'clip' property sets a positive zero value, in 'ex' units, for all sides of the clipping rectangle.
|
|
clip-091 Clip using 'ex' units with a nominal value, 7.5ex ahem http://www.w3.org/TR/CSS21/visufx.html#propdef-clip,http://www.w3.org/TR/CSS21/visufx.html#clipping 123978a9f5dbba6e4c81836cf58a1c9903032431 `Microsoft`<http://www.microsoft.com/> The 'clip' property sets a value, in 'ex' units, for all sides of the clipping rectangle.
|
|
clip-092 Clip using 'ex' units with a positive nominal value, +7.5ex ahem http://www.w3.org/TR/CSS21/visufx.html#propdef-clip,http://www.w3.org/TR/CSS21/visufx.html#clipping f482973593d983e198d03ac3dbe62a132a6ea2fb `Microsoft`<http://www.microsoft.com/> The 'clip' property sets a value, in 'ex' units, for all sides of the clipping rectangle.
|
|
clip-097 Clip with a negative zero value with no units, -0 http://www.w3.org/TR/CSS21/visufx.html#propdef-clip,http://www.w3.org/TR/CSS21/visufx.html#clipping 82c3e3061240c8db8e62f0b608172fe4f8b712a4 `Microsoft`<http://www.microsoft.com/> The 'clip' property sets a negative zero value and no units, for all sides of the clipping rectangle.
|
|
clip-098 Clip with a zero value with no units, 0 http://www.w3.org/TR/CSS21/visufx.html#propdef-clip,http://www.w3.org/TR/CSS21/visufx.html#clipping 0acf5fe8e759bb97b478dfde953c1f1e9317a412 `Microsoft`<http://www.microsoft.com/> The 'clip' property sets a zero value and no units, for all sides of the clipping rectangle.
|
|
clip-099 Clip with a positive zero value with no units, +0 http://www.w3.org/TR/CSS21/visufx.html#propdef-clip,http://www.w3.org/TR/CSS21/visufx.html#clipping 1747a9a7ed5490c683c84f6dbf35c94e1cfd7e04 `Microsoft`<http://www.microsoft.com/> The 'clip' property sets a positive zero value and no units, for all sides of the clipping rectangle.
|
|
clip-100 Clip using the 'rect()' function and specifying all values as 'auto' http://www.w3.org/TR/CSS21/visufx.html#propdef-clip,http://www.w3.org/TR/CSS21/visufx.html#clipping 917efee9ac86cb1be30442575af70dfe9f2da348 `Microsoft`<http://www.microsoft.com/> The 'clip' property sets an 'auto' value for all sides of the clipping rectangle.
|
|
clip-101 Clip specifying only the value 'auto' http://www.w3.org/TR/CSS21/visufx.html#propdef-clip,http://www.w3.org/TR/CSS21/visufx.html#clipping c6b091957f15f759598d028ebcfd674a60dc3608 `Microsoft`<http://www.microsoft.com/> The 'clip' properly applies the value of 'auto'.
|
|
clip-102 Clip with the value 'inherit' http://www.w3.org/TR/CSS21/visufx.html#propdef-clip,http://www.w3.org/TR/CSS21/visufx.html#clipping 21587a5a2a453a5bb4521b21941daa8da8535df9 `Microsoft`<http://www.microsoft.com/> The 'clip' property set to 'inherit' properly inherits the appropriate value for the parent element.
|
|
clip-inherit-001 clip: Inheriting 'auto' arguments of rect() http://www.w3.org/TR/CSS21/visufx.html#clipping a3014f92b920bfa77b7a7c24b555fdb025b6f456 `Boris Zbarsky`<mailto:bzbarsky@mit.edu>,`Elika J. Etemad`<http://fantasai.inkedblade.net/> The 'auto' keywords in rect() resolve to a used (not computed) value that aligns them with the border edges.
|
|
clip-non-absolute-001 Clip on non-positioned element http://www.w3.org/TR/CSS21/visufx.html#clipping 47e05147a98158715a2fe4a77abe155b34248b20 `Microsoft`<http://www.microsoft.com/> Clip does not apply to non-positioned elements.
|
|
clip-rect-001 clip: Missing commas in rect() invalid,may http://www.w3.org/TR/CSS21/visufx.html#clipping e140595041f728bdf397172437e3588cd259b036 `Elika J. Etemad`<http://fantasai.inkedblade.net/> User agents may support separation of values within rect() by whitespace instead of commas, but not a combination of whitespace and commas.
|
|
clip-shape-001 Clip with other invalid shape http://www.w3.org/TR/CSS21/visufx.html#clipping 08be670430eb60da4463dfd2ca9a686916c94703 `Microsoft`<http://www.microsoft.com/> A shape value other than 'rect()' is not supported.
|
|
clipping-001 'clip': Basic Test http://www.w3.org/TR/CSS21/visufx.html#clipping fe6a0c795084c9e7df14d823db343a3a2b9a79e9 `David Hyatt`<mailto:hyatt@netscape.com>,`Ian Hickson`<mailto:ian@hixie.ch>
|
|
clipping-002 'overflow': Basic Test http://www.w3.org/TR/CSS21/visufx.html#overflow 739673e116c7080eb033b20efd936821fa4563bb `David Hyatt`<mailto:hyatt@netscape.com>,`Ian Hickson`<mailto:ian@hixie.ch>
|
|
clipping-003 CSS test http://www.w3.org/TR/CSS21/visufx.html#overflow c40a0722930b8bf354209476753e2e2d90dc19fc `David Hyatt`<mailto:hyatt@netscape.com>
|
|
clipping-004 CSS clipping test http://www.w3.org/TR/CSS21/visufx.html#overflow 49c38a506e557a672df005c29ae57a01efb0b597 `David Hyatt`<mailto:hyatt@netscape.com>
|
|
clipping-005 CSS clipping test http://www.w3.org/TR/CSS21/visufx.html#overflow a1b973e91e8f678e2d552d7849f6ac7e2feeef79 `David Hyatt`<mailto:hyatt@netscape.com>
|
|
clipping-006 CSS clipping test http://www.w3.org/TR/CSS21/visufx.html#overflow 8ca1faa0c291e259fadcc41a191bd10dcc6a9891 `David Hyatt`<mailto:hyatt@netscape.com>
|
|
clipping-007 http://www.w3.org/TR/CSS21/visufx.html#overflow be146634d0ca17f1198fa4899b4fab576666ca48 `David Hyatt`<mailto:hyatt@netscape.com>
|
|
clipping-008 CSS clipping test http://www.w3.org/TR/CSS21/visufx.html#overflow 06bbccb35c5f87fbea66f4f3c89a9924c731bede `David Hyatt`<mailto:hyatt@netscape.com>
|
|
clipping-009 http://www.w3.org/TR/CSS21/visufx.html#clipping 85479e1bdf366eb0bd412a0a05ede9ff652801d0 `David Hyatt`<mailto:hyatt@netscape.com>
|
|
clipping-010 CSS clipping test http://www.w3.org/TR/CSS21/visufx.html#clipping 971389092388e73180666cf87518af26ea68cd70 `David Hyatt`<mailto:hyatt@netscape.com>
|
|
clipping-011 CSS clipping test http://www.w3.org/TR/CSS21/visufx.html#clipping 84d47b7e0eff2c332aeba9ac5756351c958b4d29 `David Hyatt`<mailto:hyatt@netscape.com>
|
|
clipping-012 CSS clipping test http://www.w3.org/TR/CSS21/visufx.html#clipping 9585b3e83b3c7cd84d9863e347f76791f87e9ff0 `David Hyatt`<mailto:hyatt@netscape.com>
|
|
clipping-013 CSS clipping test http://www.w3.org/TR/CSS21/visufx.html#clipping e2e19a3058617d6ca91104aad5a1cb1de2531080 `David Hyatt`<mailto:hyatt@netscape.com>
|
|
clipping-014 CSS clipping test http://www.w3.org/TR/CSS21/visufx.html#clipping f0ab7e0720128b9ef16d8f757e08df751dc89629 `David Hyatt`<mailto:hyatt@netscape.com>
|
|
clipping-015 CSS clipping test http://www.w3.org/TR/CSS21/visufx.html#overflow 29129edcf2ee2bc0facc203c8f8496b683bbad29 `David Hyatt`<mailto:hyatt@netscape.com>
|
|
clipping-016 'clip': Basic Test http://www.w3.org/TR/CSS21/visufx.html#clipping b3085f3a112324c290a14730512d06a08ad130dd `Ian Hickson`<mailto:ian@hixie.ch>
|
|
clipping-017 Convoluted clip() test http://www.w3.org/TR/CSS21/visufx.html#clipping 4e2085f5a50ccd5d0e7a2fc6c0f87871495c0a9b `Ian Hickson`<mailto:ian@hixie.ch>
|
|
collapsing-border-model-001 Collapsing borders model row width equation (auto layout) http://www.w3.org/TR/CSS21/tables.html#collapsing-borders 41aff35efa493646f93eab94a74c257b128e2535 `Microsoft`<http://www.microsoft.com/> The user agent adheres to the collapsing border model row width equation in auto table layout.
|
|
collapsing-border-model-002 Collapsing borders model row width equation (auto layout) - subsequent rows with wider borders variation http://www.w3.org/TR/CSS21/tables.html#collapsing-borders 926787437e7f441b3d350e3fd81ae5a51b5b67f1 `Microsoft`<http://www.microsoft.com/> Rows which have wider borders than those of the first table row have their borders spill into the table margins.
|
|
collapsing-border-model-003 Top table border width under collapsing borders model http://www.w3.org/TR/CSS21/tables.html#collapsing-borders f4a86526e74965bf2e10a5fba9e394b29f107de2 `Microsoft`<http://www.microsoft.com/> The top border width of the table is half of the maximum collapsed top border width.
|
|
collapsing-border-model-004 Tables under the collapsing borders model don't have padding http://www.w3.org/TR/CSS21/tables.html#collapsing-borders 904537ea0c5380e97657c04ab6c46172a5d42710 `Microsoft`<http://www.microsoft.com/> Padding doesn't apply to a table under the collapsing border model.
|
|
collapsing-border-model-005 Table borders overflowing the table container http://www.w3.org/TR/CSS21/tables.html#collapsing-borders f8d300a79b8bec7f9e98d0a057ec7d142dc3e596 `Microsoft`<http://www.microsoft.com/> Borders that spill into a table margin can overflow that table's container.
|
|
collapsing-border-model-006 Table borders overflowing the table container (rtl) http://www.w3.org/TR/CSS21/tables.html#collapsing-borders 214541e05d2d7068e44a0ada2165e78d34e0c7b3 `Microsoft`<http://www.microsoft.com/> Borders that spill into a table margin can overflow that table's container.
|
|
collapsing-border-model-007 Left table border width under collapsing borders model http://www.w3.org/TR/CSS21/tables.html#collapsing-borders ecbdf40e297c543e12c6bafb31d5978de5ea160d `Microsoft`<http://www.microsoft.com/> The left border width of the table is half of the first cell's collapsed left border width.
|
|
collapsing-border-model-008 Right table border width under collapsing borders model http://www.w3.org/TR/CSS21/tables.html#collapsing-borders 583cff0a45fde403c2519c9a8d2bfe91154d6627 `Microsoft`<http://www.microsoft.com/> The right border width of the table is half of the collapsed right border width of the last cell of the first row.
|
|
collapsing-border-model-009 Bottom table border width under collapsing borders model http://www.w3.org/TR/CSS21/tables.html#collapsing-borders 8801f3b14531b9b69821327c8dc39b2b68d85009 `Microsoft`<http://www.microsoft.com/> The bottom border width of the table is half of the maximum collapsed bottom border width.
|
|
collapsing-border-model-010a reference/ref-filled-green-100px-square border-collapse - 'border-spacing' does not apply to 'border-collapse: collapse' tables ahem http://www.w3.org/TR/CSS21/tables.html#collapsing-borders f6bd8d8155565000267f4ad478823715b5213250 `Gérard Talbot`<http://www.gtalbot.org/BrowserBugsSection/css21testsuite/> 'border-spacing' property only applies to tables applying the 'border-collapse: separate' model. When an HTML/XHTML table applies the 'border-collapse: collapse' model, then any 'border-spacing' declaration is ignored.
|
|
collapsing-border-model-010b reference/ref-filled-green-100px-square border-collapse - 'border-spacing' does not apply to 'border-collapse: collapse' tables ahem http://www.w3.org/TR/CSS21/tables.html#collapsing-borders 6a5afc5e5d9840d7edb8f765aac3426b690fa1c3 `Gérard Talbot`<http://www.gtalbot.org/BrowserBugsSection/css21testsuite/> 'border-spacing' property only applies to tables applying the 'border-collapse: separate' model. When a CSS table applies the 'border-collapse: collapse' model, then any 'border-spacing' declaration is ignored.
|
|
collapsing-table-borders-001 All of a cell border can be specified http://www.w3.org/TR/CSS21/tables.html#collapsing-borders d92f2758c6fa088e50833f6d8160e916f67a82d2 `Microsoft`<http://www.microsoft.com/> The borders for all four sides of a specific table cell can be specified under the collapsing border model.
|
|
collapsing-table-borders-002 Part of a cell border can be specified http://www.w3.org/TR/CSS21/tables.html#collapsing-borders 0ad92ccbf0a7c318f9bbb59d54242e8aecdf1aab `Microsoft`<http://www.microsoft.com/> The border for a specific table cell can be specified under the collapsing border model.
|
|
collapsing-table-borders-003 All of a row border can be specified http://www.w3.org/TR/CSS21/tables.html#collapsing-borders 525685fb0ee6ce6976727b58a2da9b09fe6dc3f8 `Microsoft`<http://www.microsoft.com/> The borders for all four sides of a specific table row can be specified under the collapsing border model.
|
|
collapsing-table-borders-004 Part of a row border can be specified http://www.w3.org/TR/CSS21/tables.html#collapsing-borders 056b16a016683f81b53627e919a451045730fa7b `Microsoft`<http://www.microsoft.com/> The border for a specific table row can be specified under the collapsing border model.
|
|
collapsing-table-borders-005 All of a row group border can be specified http://www.w3.org/TR/CSS21/tables.html#collapsing-borders ab94b877406013a5d50a9a5dd1cc8902ab1b4008 `Microsoft`<http://www.microsoft.com/> The borders for all four sides of a specific table row group can be specified under the collapsing border model.
|
|
collapsing-table-borders-006 Part of a row group border can be specified http://www.w3.org/TR/CSS21/tables.html#collapsing-borders d42d8e147a21df9f9ec2c2ef631e545944232376 `Microsoft`<http://www.microsoft.com/> The border for a specific table row group can be specified under the collapsing border model.
|
|
collapsing-table-borders-007 All of a column border can be specified http://www.w3.org/TR/CSS21/tables.html#collapsing-borders 729df2dd19ca62d003b0ffc02eaff2fe72b1b294 `Microsoft`<http://www.microsoft.com/> The borders for all four sides of a specific table column can be specified under the collapsing border model.
|
|
collapsing-table-borders-008 Part of a column border can be specified http://www.w3.org/TR/CSS21/tables.html#collapsing-borders 74a4f4d1fb5dabae781dea9e3e341c858f0dda0f `Microsoft`<http://www.microsoft.com/> The border of a specific table column can be specified under the collapsing border model.
|
|
collapsing-table-borders-009 All of a column group border can be specified http://www.w3.org/TR/CSS21/tables.html#collapsing-borders 4a57caaf55d4e0d82572a7c819a7a2b41b947c46 `Microsoft`<http://www.microsoft.com/> The borders of all four sides of a specific table column group can be specified under the collapsing border model.
|
|
collapsing-table-borders-010 Part of a column group border can be specified http://www.w3.org/TR/CSS21/tables.html#collapsing-borders cd17b862b3bc0cb0c05b1c7295e784d902c1c8b5 `Microsoft`<http://www.microsoft.com/> The border of a specific table column group can be specified under the collapsing border model.
|
|
collapsing-table-borders-011 All of table header group border can be specified http://www.w3.org/TR/CSS21/tables.html#collapsing-borders cb571b46ce17d6e567ef51822111542121b3e95d `Gérard Talbot`<http://www.gtalbot.org/BrowserBugsSection/css21testsuite/> The borders for all four sides of a table header group can be specified under the collapsing border model.
|
|
collapsing-table-borders-012 Part of table header group border can be specified http://www.w3.org/TR/CSS21/tables.html#collapsing-borders 9e7eb2520240c06a282636b20e3e31eba4d6aa24 `Gérard Talbot`<http://www.gtalbot.org/BrowserBugsSection/css21testsuite/> A specific side of a table header group can be specified under the collapsing border model.
|
|
collapsing-table-borders-013 All of table footer group border can be specified http://www.w3.org/TR/CSS21/tables.html#collapsing-borders 2425e935a93245af43e6922e56effa6bb541e432 `Gérard Talbot`<http://www.gtalbot.org/BrowserBugsSection/css21testsuite/> The borders for all four sides of a table footer group can be specified under the collapsing border model.
|
|
collapsing-table-borders-014 Part of table footer group border can be specified http://www.w3.org/TR/CSS21/tables.html#collapsing-borders bb347371ce31725381b1c7682b23a16eb03e0dc5 `Gérard Talbot`<http://www.gtalbot.org/BrowserBugsSection/css21testsuite/> A specific side of a table header group can be specified under the collapsing border model.
|
|
color-000 RGB color syntax error handling invalid http://www.w3.org/TR/CSS21/syndata.html#color-units 6c4732b9fe2e1f09af0a29820e0e5a0eb279aecb `Boris Zbarsky`<mailto:bzbarsky@mit.edu>
|
|
color-001 reference/color-001-ref Color set to hex with 5 digits which is invalid and is equivalent to minimum minus one value for 6 digit hex ahem,invalid http://www.w3.org/TR/CSS21/colors.html#propdef-color,http://www.w3.org/TR/CSS21/colors.html#colors 4fe843dcf45097eea8978a4189a5b46d832f8e70 `Microsoft`<http://www.microsoft.com/> The 'color' set to '#00000' falls back to the initial value and renders the correct foreground color of an element's text content.
|
|
color-002 reference/color-002-ref Color set to hex with six digits with the minimum value, #000000 ahem http://www.w3.org/TR/CSS21/colors.html#propdef-color,http://www.w3.org/TR/CSS21/colors.html#colors 36ca41bee49b8ed661d8b380c370d02047ea70b7 `Microsoft`<http://www.microsoft.com/> The 'color' set to '#000000' renders the correct foreground color of an element's text content.
|
|
color-003 reference/color-003-ref Color set to hex with six digits with the minimum plus one value, #010101 ahem http://www.w3.org/TR/CSS21/colors.html#propdef-color,http://www.w3.org/TR/CSS21/colors.html#colors 10bac3b32c9c26e52dfdb953320d13b7f7635f97 `Microsoft`<http://www.microsoft.com/> The 'color' set to '#010101' renders the correct foreground color of an element's text content.
|
|
color-004 reference/color-004-ref Color set to hex with six digits with a nominal value #999999 ahem http://www.w3.org/TR/CSS21/colors.html#propdef-color,http://www.w3.org/TR/CSS21/colors.html#colors 2ec1bc479f51ff4477980d96adfde06d65bd66a8 `Microsoft`<http://www.microsoft.com/> The 'color' set to '#999999' renders the correct foreground color of an element's text content.
|
|
color-005 reference/color-005-ref Color set to hex with six digits with the maximum minus one value of #fefefe ahem http://www.w3.org/TR/CSS21/colors.html#propdef-color,http://www.w3.org/TR/CSS21/colors.html#colors 08d13a47ea989711d189fae46ee7f3406804e457 `Microsoft`<http://www.microsoft.com/> The 'color' set to '#fefefe' renders the correct foreground color of an element's text content.
|
|
color-006 reference/color-006-ref Color set to hex with six digits with the maximum value of #ffffff ahem http://www.w3.org/TR/CSS21/colors.html#propdef-color,http://www.w3.org/TR/CSS21/colors.html#colors 7640cde413cb4dce7b1e0aa67eac1bcd1ecbc8ff `Microsoft`<http://www.microsoft.com/> The 'color' set to '#ffffff' renders the correct foreground color of an element's text content.
|
|
color-007 reference/color-002-ref Color set to hex with six digits with the maximum plus one value of #1000000 ahem,invalid http://www.w3.org/TR/CSS21/colors.html#propdef-color,http://www.w3.org/TR/CSS21/colors.html#colors e6261dc086f623999108ba53548d872c9fd3469e `Microsoft`<http://www.microsoft.com/> The 'color' set to '#1000000' falls back to the initial value and renders the correct foreground color of an element's text content.
|
|
color-008 reference/color-002-ref Color set to hex with six digits with the maximum plus one value of #fgfgfg ahem,invalid http://www.w3.org/TR/CSS21/colors.html#propdef-color,http://www.w3.org/TR/CSS21/colors.html#colors 1775853adfe463fef96cc71902c4742465135d4d `Microsoft`<http://www.microsoft.com/> The 'color' set to '#fgfgfg' falls back to the initial value and renders the correct foreground color of an element's text content.
|
|
color-009 reference/color-009-ref Color set to hex with six digits with a red set to minimum plus one value, #010000 ahem http://www.w3.org/TR/CSS21/colors.html#propdef-color,http://www.w3.org/TR/CSS21/colors.html#colors c87b3cc7f20a9d4872ce5b5f59faa8ee6a5796fb `Microsoft`<http://www.microsoft.com/> The 'color' set to '#010000' renders the correct foreground color of an element's text content.
|
|
color-010 reference/color-010-ref Color set to hex with six digits with a red set to a nominal value, #990000 ahem http://www.w3.org/TR/CSS21/colors.html#propdef-color,http://www.w3.org/TR/CSS21/colors.html#colors a1398e999a88ae2b480f2f14aaa6d2dcb7df7452 `Microsoft`<http://www.microsoft.com/> The 'color' set to '#990000' renders the correct foreground color of an element's text content.
|
|
color-011 reference/color-011-ref Color set to hex with six digits with a red set to maximum minus one value, #fe0000 ahem http://www.w3.org/TR/CSS21/colors.html#propdef-color,http://www.w3.org/TR/CSS21/colors.html#colors 7bb49a6f3a2b10dbc7492ffcf0bf66edbc5aa53d `Microsoft`<http://www.microsoft.com/> The 'color' set to '#fe0000' renders the correct foreground color of an element's text content.
|
|
color-012 reference/color-012-ref Color set to hex with six digits with a red set to the maximum value, #ff0000 ahem http://www.w3.org/TR/CSS21/colors.html#propdef-color,http://www.w3.org/TR/CSS21/colors.html#colors 0509052f895f5864a8552e413aa32ef56e17ca35 `Microsoft`<http://www.microsoft.com/> The 'color' set to '#ff0000' renders the correct foreground color of an element's text content.
|
|
color-013 reference/color-002-ref Color set to hex with six digits with a red set to the maximum plus one value, #fg0000 ahem,invalid http://www.w3.org/TR/CSS21/colors.html#propdef-color,http://www.w3.org/TR/CSS21/colors.html#colors 3036503f1d9c8e15f752625cc279e50b1d798f70 `Microsoft`<http://www.microsoft.com/> The 'color' set to '#fg0000' falls back to the initial value and renders the correct foreground color of an element's text content.
|
|
color-014 reference/color-014-ref Color set to hex with six digits with a green set to minimum plus one value, #000100 ahem http://www.w3.org/TR/CSS21/colors.html#propdef-color,http://www.w3.org/TR/CSS21/colors.html#colors c8cc7b11869a8d5aa6023b2b730a9e40d8681a05 `Microsoft`<http://www.microsoft.com/> The 'color' set to '#000100' renders the correct foreground color of an element's text content.
|
|
color-015 reference/color-015-ref Color set to hex with six digits with a green set to a nominal value, #009900 ahem http://www.w3.org/TR/CSS21/colors.html#propdef-color,http://www.w3.org/TR/CSS21/colors.html#colors ef5de5b3da0a3ae0eebe7db4cee6707808db37d0 `Microsoft`<http://www.microsoft.com/> The 'color' set to '#009900' renders the correct foreground color of an element's text content.
|
|
color-016 reference/color-016-ref Color set to hex with six digits with a green set to maximum minus one value, #00fe00 ahem http://www.w3.org/TR/CSS21/colors.html#propdef-color,http://www.w3.org/TR/CSS21/colors.html#colors a6deb09b6d2a751a01f8db3e24455683e7e06196 `Microsoft`<http://www.microsoft.com/> The 'color' set to '#00fe00' renders the correct foreground color of an element's text content.
|
|
color-017 reference/color-017-ref Color set to hex with six digits with a green set to the maximum value, #00ff00 ahem http://www.w3.org/TR/CSS21/colors.html#propdef-color,http://www.w3.org/TR/CSS21/colors.html#colors dd5d31e8eb32be35dd84c6bdf255cad76178e898 `Microsoft`<http://www.microsoft.com/> The 'color' set to '#00ff00' renders the correct foreground color of an element's text content.
|
|
color-018 reference/color-002-ref Color set to hex with six digits with a green set to the maximum plus one value, #00fg00 ahem,invalid http://www.w3.org/TR/CSS21/colors.html#propdef-color,http://www.w3.org/TR/CSS21/colors.html#colors 808de35023989aa32d5ff0c157ea47117f3e61d2 `Microsoft`<http://www.microsoft.com/> The 'color' set to '#00fg00' falls back to the initial value and renders the correct foreground color of an element's text content.
|
|
color-019 reference/color-019-ref Color set to hex with six digits with a blue set to minimum plus one value, #000001 ahem http://www.w3.org/TR/CSS21/colors.html#propdef-color,http://www.w3.org/TR/CSS21/colors.html#colors 93d6fbc43fc1b05e4f5abb4b2c859cdf6b9d21c5 `Microsoft`<http://www.microsoft.com/> The 'color' set to '#000001' renders the correct foreground color of an element's text content.
|
|
color-020 reference/color-020-ref Color set to hex with six digits with a blue set to a nominal value, #000099 ahem http://www.w3.org/TR/CSS21/colors.html#propdef-color,http://www.w3.org/TR/CSS21/colors.html#colors 0609825978c8c449ef9ba5a4297c8962587ddac9 `Microsoft`<http://www.microsoft.com/> The 'color' set to renders the correct foreground color of an element's text content.
|
|
color-021 reference/color-021-ref Color set to hex with six digits with a blue set to maximum minus one value, #0000fe ahem http://www.w3.org/TR/CSS21/colors.html#propdef-color,http://www.w3.org/TR/CSS21/colors.html#colors 5059c1f9f1136ebfca389ab1c45d5217cce07297 `Microsoft`<http://www.microsoft.com/> The 'color' set to '#0000fe' renders the correct foreground color of an element's text content.
|
|
color-022 reference/color-022-ref Color set to hex with six digits with a blue set to the maximum value, #0000ff ahem http://www.w3.org/TR/CSS21/colors.html#propdef-color,http://www.w3.org/TR/CSS21/colors.html#colors fbe53ac295d13655de36a0bdf92d6ccb47c69415 `Microsoft`<http://www.microsoft.com/> The 'color' set to '#0000ff' renders the correct foreground color of an element's text content.
|
|
color-023 reference/color-002-ref Color set to hex with six digits with a blue set to the maximum plus one value, #0000fg ahem,invalid http://www.w3.org/TR/CSS21/colors.html#propdef-color,http://www.w3.org/TR/CSS21/colors.html#colors 02f4d18ab72d40ae6edb4541ddece3c9b72fe6a9 `Microsoft`<http://www.microsoft.com/> The 'color' set to '#0000fg' falls back to the initial value and renders the correct foreground color of an element's text content.
|
|
color-024 reference/color-002-ref Color set to hex with 2 digits which is invalid and is equivalent to minimum minus one value for 3 digit hex ahem,invalid http://www.w3.org/TR/CSS21/colors.html#propdef-color,http://www.w3.org/TR/CSS21/colors.html#colors 7823c7bb95d6c5f23cc0bf1ce1e22a59f25cd4b5 `Microsoft`<http://www.microsoft.com/> The 'color' set to '#00' falls back to the initial value and renders the correct foreground color of an element's text content.
|
|
color-025 reference/color-002-ref Color set to hex with three digits with the minimum possible value #000 ahem http://www.w3.org/TR/CSS21/colors.html#propdef-color,http://www.w3.org/TR/CSS21/colors.html#colors ff2ab167252c56521f6e9fc48788a33889b1f609 `Microsoft`<http://www.microsoft.com/> The 'color' set to '#000' renders the correct foreground color of an element's text content.
|
|
color-026 reference/color-026-ref Color set to hex with three digits with the minimum plus one value, #111 ahem http://www.w3.org/TR/CSS21/colors.html#propdef-color,http://www.w3.org/TR/CSS21/colors.html#colors 7b825ce10a7675ab8f16818c2e79d2404b480512 `Microsoft`<http://www.microsoft.com/> The 'color' set to '#111' renders the correct foreground color of an element's text content.
|
|
color-027 reference/color-027-ref Color set to hex with three digits with a nominal value #999 ahem http://www.w3.org/TR/CSS21/colors.html#propdef-color,http://www.w3.org/TR/CSS21/colors.html#colors a542de99061f359b707f024339014d7b9161141a `Microsoft`<http://www.microsoft.com/> The 'color' set to '#999' renders the correct foreground color of an element's text content.
|
|
color-028 reference/color-028-ref Color set to hex with three digits with the maximum minus one value of #eee ahem http://www.w3.org/TR/CSS21/colors.html#propdef-color,http://www.w3.org/TR/CSS21/colors.html#colors 4daf0ee424e63cdf6311ee4b35727dbac95211d5 `Microsoft`<http://www.microsoft.com/> The 'color' set to '#eee' renders the correct foreground color of an element's text content.
|
|
color-029 reference/color-006-ref Color set to hex with three digits with the maximum value of #fff ahem http://www.w3.org/TR/CSS21/colors.html#propdef-color,http://www.w3.org/TR/CSS21/colors.html#colors 2c2a3cf3cb3893743290beb68b790ebd31428921 `Microsoft`<http://www.microsoft.com/> The 'color' set to '#fff' renders the correct foreground color of an element's text content.
|
|
color-030 reference/color-002-ref Color set to hex with three digits with the maximum plus one value of #1000 ahem,invalid http://www.w3.org/TR/CSS21/colors.html#propdef-color,http://www.w3.org/TR/CSS21/colors.html#colors 970637629fbdce21060359568d03b9eb53de27a9 `Microsoft`<http://www.microsoft.com/> The 'color' set to '#1000' falls back to the initial value and renders the correct foreground color of an element's text content.
|
|
color-031 reference/color-002-ref Color set to hex with three digits with the maximum plus one value of #ggg ahem,invalid http://www.w3.org/TR/CSS21/colors.html#propdef-color,http://www.w3.org/TR/CSS21/colors.html#colors 202e7a3f3026179fb1cd0ed999a590b01938da2c `Microsoft`<http://www.microsoft.com/> The 'color' set to '#ggg' falls back to the initial value and renders the correct foreground color of an element's text content.
|
|
color-032 reference/color-032-ref Color set to hex with three digits with a red set to minimum plus one value, #100 ahem http://www.w3.org/TR/CSS21/colors.html#propdef-color,http://www.w3.org/TR/CSS21/colors.html#colors feca826ade034e3f1796db8a745a47b50802ba2f `Microsoft`<http://www.microsoft.com/> The 'color' set to '#100' renders the correct foreground color of an element's text content.
|
|
color-033 reference/color-033-ref Color set to hex with three digits with a red set to a nominal value, #900 ahem http://www.w3.org/TR/CSS21/colors.html#propdef-color,http://www.w3.org/TR/CSS21/colors.html#colors 9e54046cea560494f07bb12354384896e1ef9505 `Microsoft`<http://www.microsoft.com/> The 'color' set to '#900' renders the correct foreground color of an element's text content.
|
|
color-034 reference/color-034-ref Color set to hex with three digits with a red set to maximum minus one value, #e00 ahem http://www.w3.org/TR/CSS21/colors.html#propdef-color,http://www.w3.org/TR/CSS21/colors.html#colors 96ea59e6a9eb805bd0bb0220e63d192df9625272 `Microsoft`<http://www.microsoft.com/> The 'color' set to '#e00' renders the correct foreground color of an element's text content.
|
|
color-035 reference/color-012-ref Color set to hex with three digits with a red set to the maximum value, #f00 ahem http://www.w3.org/TR/CSS21/colors.html#propdef-color,http://www.w3.org/TR/CSS21/colors.html#colors 584ebc631168b97ea18cfc2d2e5a55e422b2ded6 `Microsoft`<http://www.microsoft.com/> The 'color' set to '#f00' renders the correct foreground color of an element's text content.
|
|
color-036 reference/color-002-ref Color set to hex with three digits with a red set to the maximum plus one value, #g00 ahem,invalid http://www.w3.org/TR/CSS21/colors.html#propdef-color,http://www.w3.org/TR/CSS21/colors.html#colors 9a11011524784b13c6944a367dce4d0d382c9fef `Microsoft`<http://www.microsoft.com/> The 'color' set to '#g00' falls back to the initial value and renders the correct foreground color of an element's text content.
|
|
color-037 reference/color-037-ref Color set to hex with three digits with a green set to minimum plus one value, #010 ahem http://www.w3.org/TR/CSS21/colors.html#propdef-color,http://www.w3.org/TR/CSS21/colors.html#colors ed0da63ca5ee83e4ef19021a8794a0c8d501e78b `Microsoft`<http://www.microsoft.com/> The 'color' set to '#010' renders the correct foreground color of an element's text content.
|
|
color-038 reference/color-015-ref Color set to hex with three digits with a green set to a nominal value, #090 ahem http://www.w3.org/TR/CSS21/colors.html#propdef-color,http://www.w3.org/TR/CSS21/colors.html#colors a682ff3d579aa166a253881ee099481f49c46904 `Microsoft`<http://www.microsoft.com/> The 'color' set to '#090' renders the correct foreground color of an element's text content.
|
|
color-039 reference/color-039-ref Color set to hex with three digits with a green set to maximum minus one value, #0e0 ahem http://www.w3.org/TR/CSS21/colors.html#propdef-color,http://www.w3.org/TR/CSS21/colors.html#colors 4173d9a9807bdccd685720a8d27d0ea9f3fdd028 `Microsoft`<http://www.microsoft.com/> The 'color' set to '#0e0' renders the correct foreground color of an element's text content.
|
|
color-040 reference/color-017-ref Color set to hex with three digits with a green set to the maximum value, #0f0 ahem http://www.w3.org/TR/CSS21/colors.html#propdef-color,http://www.w3.org/TR/CSS21/colors.html#colors 17d774fadbed2dccafb1d7c8bfc6d665f18acc3a `Microsoft`<http://www.microsoft.com/> The 'color' set to '#0f0' renders the correct foreground color of an element's text content.
|
|
color-041 reference/color-002-ref Color set to hex with three digits with a green set to the maximum plus one value, #0g0 ahem,invalid http://www.w3.org/TR/CSS21/colors.html#propdef-color,http://www.w3.org/TR/CSS21/colors.html#colors 7eb24096aa926f0fdb0d94b7d68dd774f21ae10d `Microsoft`<http://www.microsoft.com/> The 'color' set to '#0g0' falls back to the initial value and renders the correct foreground color of an element's text content.
|
|
color-042 reference/color-042-ref Color set to hex with three digits with a blue set to minimum plus one value, #001 ahem http://www.w3.org/TR/CSS21/colors.html#propdef-color,http://www.w3.org/TR/CSS21/colors.html#colors f10c7a43409a435d7df6825633b918991956e5ca `Microsoft`<http://www.microsoft.com/> The 'color' set to '#001' renders the correct foreground color of an element's text content.
|
|
color-043 reference/color-020-ref Color set to hex with three digits with a blue set to a nominal value, #009 ahem http://www.w3.org/TR/CSS21/colors.html#propdef-color,http://www.w3.org/TR/CSS21/colors.html#colors 33ab791ab422f39203fdba9577e71da49537fe1b `Microsoft`<http://www.microsoft.com/> The 'color' set to '#009' renders the correct foreground color of an element's text content.
|
|
color-044 reference/color-044-ref Color set to hex with three digits with a blue set to maximum minus one value, #00e ahem http://www.w3.org/TR/CSS21/colors.html#propdef-color,http://www.w3.org/TR/CSS21/colors.html#colors 088ca6edb56f6679a75781b0c7794fcb946dab24 `Microsoft`<http://www.microsoft.com/> The 'color' set to '#00e' renders the correct foreground color of an element's text content.
|
|
color-045 reference/color-022-ref Color set to hex with three digits with a blue set to the maximum value, #00f ahem http://www.w3.org/TR/CSS21/colors.html#propdef-color,http://www.w3.org/TR/CSS21/colors.html#colors 655f7997f7fe42d21826092e240aeeb6cc033cba `Microsoft`<http://www.microsoft.com/> The 'color' set to '#00f' renders the correct foreground color of an element's text content.
|
|
color-046 reference/color-002-ref Color set to hex with three digits with a blue set to the maximum plus one value, #00g ahem,invalid http://www.w3.org/TR/CSS21/colors.html#propdef-color,http://www.w3.org/TR/CSS21/colors.html#colors 539156f8090306ed9829dc4192271b0b2a061385 `Microsoft`<http://www.microsoft.com/> The 'color' set to '#00g' falls back to the initial value and renders the correct foreground color of an element's text content.
|
|
color-047 reference/color-002-ref Color set to rgb() using percentages with the minimum minus one value, rgb(-1%, -1%, -1%) ahem,invalid http://www.w3.org/TR/CSS21/colors.html#propdef-color,http://www.w3.org/TR/CSS21/colors.html#colors a448e8564d930814b86a98c35480ad986d7605be `Microsoft`<http://www.microsoft.com/> The 'color' set to 'rgb(-1%, -1%, -1%)' truncates to a valid value and renders the correct foreground color of an element's text content.
|
|
color-048 reference/color-002-ref Color set to rgb() using percentages with the minimum value, rgb(0%, 0%, 0%) ahem http://www.w3.org/TR/CSS21/colors.html#propdef-color,http://www.w3.org/TR/CSS21/colors.html#colors a9299a54835d997ce4fe0ac48fe9bd2930a58c7c `Microsoft`<http://www.microsoft.com/> The 'color' set to 'rgb(0%, 0%, 0%)' renders the correct foreground color of an element's text content.
|
|
color-049 reference/color-049-ref Color set to rgb() using percentages with the minimum plus one value, rgb(1%, 1%, 1%) ahem http://www.w3.org/TR/CSS21/colors.html#propdef-color,http://www.w3.org/TR/CSS21/colors.html#colors 851b6bd5777706a021ff695b7ffeb33307dd9df2 `Microsoft`<http://www.microsoft.com/>,`Rebecca Hauck`<rhauck@adobe.com> The 'color' set to 'rgb(1%, 1%, 1%)' renders the correct foreground color of an element's text content.
|
|
color-050 reference/color-002-ref Color set to rgb() using percentages with the minimum value and minus sign, rgb(-0%, -0%, -0%) ahem http://www.w3.org/TR/CSS21/colors.html#propdef-color,http://www.w3.org/TR/CSS21/colors.html#colors 0db4bc1b0305529d2fff3d60be7103894d475aca `Microsoft`<http://www.microsoft.com/> The 'color' set to 'rgb(-0%, -0%, -0%)' renders the correct foreground color of an element's text content.
|
|
color-051 reference/color-002-ref Color set to rgb() using percentages with the minimum value and plus sign, rgb(+0%, +0%, +0%) ahem http://www.w3.org/TR/CSS21/colors.html#propdef-color,http://www.w3.org/TR/CSS21/colors.html#colors 4d3ab5ee4fa13a723b4cb91ced238e2aae72e8ed `Microsoft`<http://www.microsoft.com/> The 'color' set to 'rgb(+0%, +0%, +0%)' renders the correct foreground color of an element's text content.
|
|
color-052 reference/color-052-ref Color set to rgb() using percentages with a nominal value, rgb(50%, 50%, 50%) ahem http://www.w3.org/TR/CSS21/colors.html#propdef-color,http://www.w3.org/TR/CSS21/colors.html#colors 19541bf3b82df8fe27f650f95e516e1ed70c0af3 `Microsoft`<http://www.microsoft.com/>,`Rebecca Hauck`<rhauck@adobe.com> The 'color' set to 'rgb(50%, 50%, 50%)' renders the correct foreground color of an element's text content.
|
|
color-053 reference/color-052-ref Color set to rgb() using percentages with a nominal value and a plus sign, rgb(+50%, +50%, +50%) ahem http://www.w3.org/TR/CSS21/colors.html#propdef-color,http://www.w3.org/TR/CSS21/colors.html#colors 7a2eb0284ebdda3da8421d7de272dc8de8fc9536 `Microsoft`<http://www.microsoft.com/>,`Rebecca Hauck`<rhauck@adobe.com> The 'color' set to 'rgb(+50%, +50%, +50%)' renders the correct foreground color of an element's text content.
|
|
color-054 reference/color-054-ref Color set to rgb() using percentages with a maximum minus one value, rgb(99%, 99%, 99%) ahem http://www.w3.org/TR/CSS21/colors.html#propdef-color,http://www.w3.org/TR/CSS21/colors.html#colors fb4d9e9324ae39c25a3a0e468137e05068614cbd `Microsoft`<http://www.microsoft.com/>,`Rebecca Hauck`<rhauck@adobe.com> The 'color' set to 'rgb(99%, 99%, 99%)' renders the correct foreground color of an element's text content.
|
|
color-055 reference/color-006-ref Color set to rgb() using percentages with a maximum value, rgb(100%, 100%, 100%) ahem http://www.w3.org/TR/CSS21/colors.html#propdef-color,http://www.w3.org/TR/CSS21/colors.html#colors 29993bc55fdd3c7b518632ad032be4604d05a378 `Microsoft`<http://www.microsoft.com/> The 'color' set to 'rgb(100%, 100%, 100%)' renders the correct foreground color of an element's text content.
|
|
color-056 reference/color-006-ref Color set to rgb() using percentages with plus sign on each maximum value, rgb(+100%, +100%, +100%) ahem http://www.w3.org/TR/CSS21/colors.html#propdef-color,http://www.w3.org/TR/CSS21/colors.html#colors 79dc4af9117886d33ccd3d933b9b2e0dd70568ea `Microsoft`<http://www.microsoft.com/> The 'color' set to 'rgb(+100%, +100%, +100%)' renders the correct foreground color of an element's text content.
|
|
color-057 reference/color-006-ref Color set to rgb() using percentages with a maximum plus one value, rgb(101%, 101%, 101%) ahem,invalid http://www.w3.org/TR/CSS21/colors.html#propdef-color,http://www.w3.org/TR/CSS21/colors.html#colors 253d64a6247ad550f447209c6dcab0a2f46e9ce4 `Microsoft`<http://www.microsoft.com/> The 'color' set to 'rgb(101%, 101%, 101%)' truncates to a valid value and renders the correct foreground color of an element's text content.
|
|
color-058 reference/color-002-ref Color set to rgb() using integers with the minimum minus one value, rgb(-1, -1, -1) ahem,invalid http://www.w3.org/TR/CSS21/colors.html#propdef-color,http://www.w3.org/TR/CSS21/colors.html#colors ca7000309cdf06b2536b9f8a3ce1ea521fca9f2d `Microsoft`<http://www.microsoft.com/> The 'color' set to 'rgb(-1, -1, -1)' truncates to a valid value and renders the correct foreground color of an element's text content.
|
|
color-059 reference/color-002-ref Color set to rgb() using integers with the minimum value, rgb(0, 0, 0) ahem http://www.w3.org/TR/CSS21/colors.html#propdef-color,http://www.w3.org/TR/CSS21/colors.html#colors d2ed1d0bdd0b453976d1ad4917858c0d32f18549 `Microsoft`<http://www.microsoft.com/> The 'color' set to 'rgb(0, 0, 0)' renders the correct foreground color of an element's text content.
|
|
color-060 reference/color-003-ref Color set to rgb() using integers with the minimum plus one value, rgb(1, 1, 1) ahem http://www.w3.org/TR/CSS21/colors.html#propdef-color,http://www.w3.org/TR/CSS21/colors.html#colors b267f5c15844d26ba75fa676c365656b3882ab5d `Microsoft`<http://www.microsoft.com/> The 'color' set to 'rgb(1, 1, 1)' renders the correct foreground color of an element's text content.
|
|
color-061 reference/color-002-ref Color set to rgb() using integers with the minimum value and minus sign, rgb(-0, -0, -0) ahem http://www.w3.org/TR/CSS21/colors.html#propdef-color,http://www.w3.org/TR/CSS21/colors.html#colors 8fb7f4606b3390236206a01cecb2257ed744e29a `Microsoft`<http://www.microsoft.com/> The 'color' set to 'rgb(-0, -0, -0)' renders the correct foreground color of an element's text content.
|
|
color-062 reference/color-002-ref Color set to rgb() using integers with the minimum value and plus sign, rgb(+0, +0, +0) ahem http://www.w3.org/TR/CSS21/colors.html#propdef-color,http://www.w3.org/TR/CSS21/colors.html#colors 45197fc2297db920ade337a4505e81b799be3025 `Microsoft`<http://www.microsoft.com/> The 'color' set to 'rgb(+0, +0, +0)' renders the correct foreground color of an element's text content.
|
|
color-063 reference/color-063-ref Color set to rgb() using integers with a nominal value, rgb(128, 128, 128) ahem http://www.w3.org/TR/CSS21/colors.html#propdef-color,http://www.w3.org/TR/CSS21/colors.html#colors f7341c804a87e83fd3169fbc5358e6e37b8abbab `Microsoft`<http://www.microsoft.com/> The 'color' set to 'rgb(128, 128, 128)' renders the correct foreground color of an element's text content.
|
|
color-064 reference/color-063-ref Color set to rgb() using integers with a nominal value and a plus sign, rgb(+128, +128, +128) ahem http://www.w3.org/TR/CSS21/colors.html#propdef-color,http://www.w3.org/TR/CSS21/colors.html#colors b49bdaa605e393766a77a01c42784577a00b70ec `Microsoft`<http://www.microsoft.com/> The 'color' set to 'rgb(+128, +128, +128)' renders the correct foreground color of an element's text content.
|
|
color-065 reference/color-005-ref Color set to rgb() using integers with a maximum minus one value, rgb(254, 254, 254) ahem http://www.w3.org/TR/CSS21/colors.html#propdef-color,http://www.w3.org/TR/CSS21/colors.html#colors ba440cea034b75bacf89da905ffdfabfe8bf1126 `Microsoft`<http://www.microsoft.com/> The 'color' set to 'rgb(254, 254, 254)' renders the correct foreground color of an element's text content.
|
|
color-066 reference/color-006-ref Color set to rgb() using integers with a maximum value, rgb(255, 255, 255) ahem http://www.w3.org/TR/CSS21/colors.html#propdef-color,http://www.w3.org/TR/CSS21/colors.html#colors b0d6c961d2a2b1cbe1348a1fab2d642a1b89b8b1 `Microsoft`<http://www.microsoft.com/> The 'color' set to 'rgb(255, 255, 255)' renders the correct foreground color of an element's text content.
|
|
color-067 reference/color-006-ref Color set to rgb() using integers with a maximum value and a plus sign, rgb(+255, +255, +255) ahem http://www.w3.org/TR/CSS21/colors.html#propdef-color,http://www.w3.org/TR/CSS21/colors.html#colors e052d19b497dc1916f4e6273e7b1b45d64406004 `Microsoft`<http://www.microsoft.com/> The 'color' set to 'rgb(+255, +255, +255)' renders the correct foreground color of an element's text content.
|
|
color-068 reference/color-006-ref Color set to rgb() using integers with a maximum plus one value, rgb(256, 256, 256) ahem,invalid http://www.w3.org/TR/CSS21/colors.html#propdef-color,http://www.w3.org/TR/CSS21/colors.html#colors 8f74552fb05bf3440f42eba75b7c1be675884a6d `Microsoft`<http://www.microsoft.com/> The 'color' set to 'rgb(256, 256, 256)' truncates to a valid value and renders the correct foreground color of an element's text content.
|
|
color-069 reference/color-002-ref Color set to rgb() using percentages with red set to the minimum minus one value, rgb(-1%, 0%, 0%) ahem,invalid http://www.w3.org/TR/CSS21/colors.html#propdef-color,http://www.w3.org/TR/CSS21/colors.html#colors 3014c8f46bfd10fcac85e2495be28ca90fc917d8 `Microsoft`<http://www.microsoft.com/> The 'color' set to 'rgb(-1%, 0%, 0%)' truncates to a valid value and renders the correct foreground color of an element's text content.
|
|
color-070 reference/color-070-ref Color set to rgb() using percentages with red set to the minimum plus one value, rgb(1%, 0%, 0%) ahem http://www.w3.org/TR/CSS21/colors.html#propdef-color,http://www.w3.org/TR/CSS21/colors.html#colors cd095cc200147facf6c9f09862cde92a0360fd81 `Microsoft`<http://www.microsoft.com/>,`Rebecca Hauck`<rhauck@adobe.com> The 'color' set to 'rgb(1%, 0%, 0%)' renders the correct foreground color of an element's text content.
|
|
color-071 reference/color-002-ref Color set to rgb() using percentages with red set to the minimum value and minus sign, rgb(-0%, 0%, 0%) ahem http://www.w3.org/TR/CSS21/colors.html#propdef-color,http://www.w3.org/TR/CSS21/colors.html#colors 67478ceb402c1ae829f73432e7506da72f8fbdb8 `Microsoft`<http://www.microsoft.com/> The 'color' set to 'rgb(-0%, 0%, 0%)' renders the correct foreground color of an element's text content.
|
|
color-072 reference/color-002-ref Color set to rgb() using percentages with red set to the minimum value and plus sign, rgb(+0%, 0%, 0%) ahem http://www.w3.org/TR/CSS21/colors.html#propdef-color,http://www.w3.org/TR/CSS21/colors.html#colors ede4536b39b1e8c85ef48758c508feafcb467d6a `Microsoft`<http://www.microsoft.com/> The 'color' set to 'rgb(+0%, 0%, 0%)' renders the correct foreground color of an element's text content.
|
|
color-073 reference/color-073-ref Color set to rgb() using percentages with red set to a nominal value, rgb(50%, 0%, 0%) ahem http://www.w3.org/TR/CSS21/colors.html#propdef-color,http://www.w3.org/TR/CSS21/colors.html#colors 227354e5d145d0af7015e646a25abaa324402feb `Microsoft`<http://www.microsoft.com/>,`Rebecca Hauck`<rhauck@adobe.com> The 'color' set to 'rgb(50%, 0%, 0%)' renders the correct foreground color of an element's text content.
|
|
color-074 reference/color-073-ref Color set to rgb() using percentages with red set to a nominal value with a plus sign, rgb(+50%, 0%, 0%) ahem http://www.w3.org/TR/CSS21/colors.html#propdef-color,http://www.w3.org/TR/CSS21/colors.html#colors 114feb9fe83d833fe3a449c25d5774f63b4e58a1 `Microsoft`<http://www.microsoft.com/>,`Rebecca Hauck`<rhauck@adobe.com> The 'color' set to 'rgb(+50%, 0%, 0%)' renders the correct foreground color of an element's text content.
|
|
color-075 reference/color-075-ref Color set to rgb() using percentages with red set to a maximum minus one value, rgb(99%, 0%, 0%) ahem http://www.w3.org/TR/CSS21/colors.html#propdef-color,http://www.w3.org/TR/CSS21/colors.html#colors ec05117f66c1785a30032d4fc236d9b254746af0 `Microsoft`<http://www.microsoft.com/>,`Rebecca Hauck`<rhauck@adobe.com> The 'color' set to 'rgb(99%, 0%, 0%)' renders the correct foreground color of an element's text content.
|
|
color-076 reference/color-012-ref Color set to rgb() using percentages with red set to a maximum value, rgb(100%, 0%, 0%) ahem http://www.w3.org/TR/CSS21/colors.html#propdef-color,http://www.w3.org/TR/CSS21/colors.html#colors 28f483d6f9a7a787c17760b5516814a655b7a9d3 `Microsoft`<http://www.microsoft.com/> The 'color' set to 'rgb(100%, 0%, 0%)' renders the correct foreground color of an element's text content.
|
|
color-077 reference/color-012-ref Color set to rgb() using percentages with red set to a maximum value with a plus sign, rgb(+100%, 0%, 0%) ahem http://www.w3.org/TR/CSS21/colors.html#propdef-color,http://www.w3.org/TR/CSS21/colors.html#colors fcdc83b5d365bf60cd370f24519fc5a940eecf37 `Microsoft`<http://www.microsoft.com/> The 'color' set to 'rgb(+100%, 0%, 0%)' renders the correct foreground color of an element's text content.
|
|
color-078 reference/color-012-ref Color set to rgb() using percentages with red set to a maximum plus one value, rgb(101%, 0%, 0%) ahem,invalid http://www.w3.org/TR/CSS21/colors.html#propdef-color,http://www.w3.org/TR/CSS21/colors.html#colors d3f2afd0aab4fb51db95258e6c7b1f4ab370e6e0 `Microsoft`<http://www.microsoft.com/> The 'color' set to 'rgb(101%, 0%, 0%)' renders the correct foreground color of an element's text content.
|
|
color-079 reference/color-002-ref Color set to rgb() using integers with red set to the minimum minus one value, rgb(-1, 0, 0) ahem,invalid http://www.w3.org/TR/CSS21/colors.html#propdef-color,http://www.w3.org/TR/CSS21/colors.html#colors a56f53fb3f4a5b093c86f760c5048c2829294da6 `Microsoft`<http://www.microsoft.com/> The 'color' set to 'rgb(-1, 0, 0)' truncates to a valid value and renders the correct foreground color of an element's text content.
|
|
color-080 reference/color-009-ref Color set to rgb() using integers with red set to the minimum plus one value, rgb(1, 0, 0) ahem http://www.w3.org/TR/CSS21/colors.html#propdef-color,http://www.w3.org/TR/CSS21/colors.html#colors 216248689034b438c485401e2406998118e601f7 `Microsoft`<http://www.microsoft.com/> The 'color' set to 'rgb(1, 0, 0)' renders the correct foreground color of an element's text content.
|
|
color-081 reference/color-002-ref Color set to rgb() using integers with red set to the minimum value with a minus sign, rgb(-0, 0, 0) ahem http://www.w3.org/TR/CSS21/colors.html#propdef-color,http://www.w3.org/TR/CSS21/colors.html#colors 60995c6f772eddda52ee24451c9b7410cc03149a `Microsoft`<http://www.microsoft.com/> The 'color' set to 'rgb(-0, 0, 0)' renders the correct foreground color of an element's text content.
|
|
color-082 reference/color-002-ref Color set to rgb() using integers with red set to the minimum value with a plus sign, rgb(+0, 0, 0) ahem http://www.w3.org/TR/CSS21/colors.html#propdef-color,http://www.w3.org/TR/CSS21/colors.html#colors e3b8f606225621085837bd3e945e39bf63c7cb9c `Microsoft`<http://www.microsoft.com/> The 'color' set to 'rgb(+0, 0, 0)' renders the correct foreground color of an element's text content.
|
|
color-083 reference/color-083-ref Color set to rgb() using integers with red set to a nominal value, rgb(128, 0, 0) ahem http://www.w3.org/TR/CSS21/colors.html#propdef-color,http://www.w3.org/TR/CSS21/colors.html#colors 8ec869e30f926565b702d74f2e8babd7ae3074f0 `Microsoft`<http://www.microsoft.com/> The 'color' set to 'rgb(128, 0, 0)' renders the correct foreground color of an element's text content.
|
|
color-084 reference/color-083-ref Color set to rgb() using integers with red set to a nominal value with a plus sign, rgb(+128, 0, 0) ahem http://www.w3.org/TR/CSS21/colors.html#propdef-color,http://www.w3.org/TR/CSS21/colors.html#colors 0ad3120749e1284d12192c7452999501ed6c028b `Microsoft`<http://www.microsoft.com/> The 'color' set to 'rgb(+128, 0, 0)' renders the correct foreground color of an element's text content.
|
|
color-085 reference/color-011-ref Color set to rgb() using integers with red set to a maximum minus one value, rgb(254, 0, 0) ahem http://www.w3.org/TR/CSS21/colors.html#propdef-color,http://www.w3.org/TR/CSS21/colors.html#colors adab728bd916fbd3925dd0ed91a5d2363ce6d0bb `Microsoft`<http://www.microsoft.com/> The 'color' set to 'rgb(254, 0, 0)' renders the correct foreground color of an element's text content.
|
|
color-086 reference/color-012-ref Color set to rgb() using integers with red set to a maximum value, rgb(255, 0, 0) ahem http://www.w3.org/TR/CSS21/colors.html#propdef-color,http://www.w3.org/TR/CSS21/colors.html#colors 14a16df09d19293bade5c143f8a5eadd6b3eb28b `Microsoft`<http://www.microsoft.com/> The 'color' set to 'rgb(255, 0, 0)' renders the correct foreground color of an element's text content.
|
|
color-087 reference/color-012-ref Color set to rgb() using integers with red set to a maximum value with a plus sign, rgb(+255, 0, 0) ahem http://www.w3.org/TR/CSS21/colors.html#propdef-color,http://www.w3.org/TR/CSS21/colors.html#colors ef37b16d1d4c498823a6a2bc19eb2dd6583d48e6 `Microsoft`<http://www.microsoft.com/> The 'color' set to 'rgb(+255, 0, 0)' renders the correct foreground color of an element's text content.
|
|
color-088 reference/color-012-ref Color set to rgb() using integers with red set to a maximum plus one value, rgb(256, 0, 0) ahem,invalid http://www.w3.org/TR/CSS21/colors.html#propdef-color,http://www.w3.org/TR/CSS21/colors.html#colors f43715b85833ae0204153cb99017ce3391f50550 `Microsoft`<http://www.microsoft.com/> The 'color' set to 'rgb(256, 0, 0)' truncates to a valid value and renders the correct foreground color of an element's text content.
|
|
color-089 reference/color-002-ref Color set to rgb() using percentages with green set to the minimum minus one value, rgb(0%, -1%, 0%) ahem,invalid http://www.w3.org/TR/CSS21/colors.html#propdef-color,http://www.w3.org/TR/CSS21/colors.html#colors 0d2ed42ce4437df620ce81a1ac39c7e19df8d7c2 `Microsoft`<http://www.microsoft.com/> The 'color' set to 'rgb(0%, -1%, 0%)' truncates to a valid value and renders the correct foreground color of an element's text content.
|
|
color-090 reference/color-090-ref Color set to rgb() using percentages with green set to the minimum plus one value, rgb(0%, 1%, 0%) ahem http://www.w3.org/TR/CSS21/colors.html#propdef-color,http://www.w3.org/TR/CSS21/colors.html#colors d7755be8998fdeaa0cd06f867a9cffb0a0a1faa5 `Microsoft`<http://www.microsoft.com/>,`Rebecca Hauck`<rhauck@adobe.com> The 'color' set to 'rgb(0%, 1%, 0%)' renders the correct foreground color of an element's text content.
|
|
color-091 reference/color-002-ref Color set to rgb() using percentages with green set to the minimum value and minus sign, rgb(0%, -0%, 0%) ahem http://www.w3.org/TR/CSS21/colors.html#propdef-color,http://www.w3.org/TR/CSS21/colors.html#colors 7cca5aa7f52e0a96a537e7579196979f87c43ba9 `Microsoft`<http://www.microsoft.com/> The 'color' set to 'rgb(0%, -0%, 0%)' renders the correct foreground color of an element's text content. .
|
|
color-092 reference/color-002-ref Color set to rgb() using percentages with green set to the minimum value and plus sign, rgb(0%, +0%, 0%) ahem http://www.w3.org/TR/CSS21/colors.html#propdef-color,http://www.w3.org/TR/CSS21/colors.html#colors 1309a88e759b2a184fd41e192c652f21d2f43445 `Microsoft`<http://www.microsoft.com/> The 'color' set to 'rgb(0%, +0%, 0%)' renders the correct foreground color of an element's text content.
|
|
color-093 reference/color-093-ref Color set to rgb() using percentages with green set to a nominal value, rgb(0%, 50%, 0%) ahem http://www.w3.org/TR/CSS21/colors.html#propdef-color,http://www.w3.org/TR/CSS21/colors.html#colors 97b2390467031f0c83dfd8ba04797dfe8b67055d `Microsoft`<http://www.microsoft.com/>,`Rebecca Hauck`<rhauck@adobe.com> The 'color' set to 'rgb(0%, 50%, 0%) renders the correct foreground color of an element's text content.
|
|
color-094 reference/color-093-ref Color set to rgb() using percentages with green set to a nominal value with a plus sign, rgb(0%, +50%, 0%) ahem http://www.w3.org/TR/CSS21/colors.html#propdef-color,http://www.w3.org/TR/CSS21/colors.html#colors b51874f7b08db1507233b9ba2e6b7c217fe5876c `Microsoft`<http://www.microsoft.com/>,`Rebecca Hauck`<rhauck@adobe.com> The 'color' set to 'rgb(0%, +50%, 0%)' renders the correct foreground color of an element's text content.
|
|
color-095 reference/color-095-ref Color set to rgb() using percentages with green set to a maximum minus one value, rgb(0%, 99%, 0%) ahem http://www.w3.org/TR/CSS21/colors.html#propdef-color,http://www.w3.org/TR/CSS21/colors.html#colors ef373c8cdd737407f3cc2456b712dbf2850d2243 `Microsoft`<http://www.microsoft.com/>,`Rebecca Hauck`<rhauck@adobe.com> The 'color' set to 'rgb(0%, 99%, 0%)' renders the correct foreground color of an element's text content.
|
|
color-096 reference/color-017-ref Color set to rgb() using percentages with green set to a maximum value, rgb(0%, 100%, 0%) ahem http://www.w3.org/TR/CSS21/colors.html#propdef-color,http://www.w3.org/TR/CSS21/colors.html#colors 824ab3cd489846185cd6d48172a05ab808b46c0b `Microsoft`<http://www.microsoft.com/> The 'color' set to 'rgb(0%, 100%, 0%)' renders the correct foreground color of an element's text content.
|
|
color-097 reference/color-017-ref Color set to rgb() using percentages with green set to a maximum value with a plus sign, rgb(0%, +100%, 0%) ahem http://www.w3.org/TR/CSS21/colors.html#propdef-color,http://www.w3.org/TR/CSS21/colors.html#colors 5178cc0034f4b92a6ba945aa925aee7f392557c4 `Microsoft`<http://www.microsoft.com/> The 'color' set to 'rgb(0%, +100%, 0%)' renders the correct foreground color of an element's text content.
|
|
color-098 reference/color-017-ref Color set to rgb() using percentages with green set to a maximum plus one value, rgb(0%, 101%, 0%) ahem,invalid http://www.w3.org/TR/CSS21/colors.html#propdef-color,http://www.w3.org/TR/CSS21/colors.html#colors b4bcce203c53d753126d7c75c81b454144331a32 `Microsoft`<http://www.microsoft.com/> The 'color' set to 'rgb(0%, 101%, 0%)' truncates to a valid value and renders the correct foreground color of an element's text content.
|
|
color-099 reference/color-002-ref Color set to rgb() using integers with green set to the minimum minus one value, rgb(0, -1, 0) ahem,invalid http://www.w3.org/TR/CSS21/colors.html#propdef-color,http://www.w3.org/TR/CSS21/colors.html#colors b2a23a9cd0f5931b439bd933be1831313cec1b2a `Microsoft`<http://www.microsoft.com/> The 'color' set to 'rgb(-1, 0, 0)' truncates to a valid value and renders the correct foreground color of an element's text content.
|
|
color-100 reference/color-014-ref Color set to rgb() using integers with green set to the minimum plus one value, rgb(0, 1, 0) ahem http://www.w3.org/TR/CSS21/colors.html#propdef-color,http://www.w3.org/TR/CSS21/colors.html#colors bc1ff9ee1bcf1405bd2821f2db3a24136e439521 `Microsoft`<http://www.microsoft.com/> The 'color' set to 'rgb(0, 1, 0)' renders the correct foreground color of an element's text content.
|
|
color-101 reference/color-002-ref Color set to rgb() using integers with green set to the minimum value with a minus sign, rgb(0, -0, 0) ahem http://www.w3.org/TR/CSS21/colors.html#propdef-color,http://www.w3.org/TR/CSS21/colors.html#colors 155880e02208e8e0987d8bbf393ffb21b0f7922d `Microsoft`<http://www.microsoft.com/> The 'color' set to 'rgb(0, -0, 0)' renders the correct foreground color of an element's text content.
|
|
color-102 reference/color-002-ref Color set to rgb() using integers with green set to the minimum value with a plus sign, rgb(0, +0, 0) ahem http://www.w3.org/TR/CSS21/colors.html#propdef-color,http://www.w3.org/TR/CSS21/colors.html#colors 791d4ad59389c308e2b174a853e9a9ca64cf6499 `Microsoft`<http://www.microsoft.com/> The 'color' set to 'rgb(0, +0, 0)' renders the correct foreground color of an element's text content.
|
|
color-103 reference/color-103-ref Color set to rgb() using integers with green set to a nominal value, rgb(0, 128, 0) ahem http://www.w3.org/TR/CSS21/colors.html#propdef-color,http://www.w3.org/TR/CSS21/colors.html#colors 04d9ebe2e2a2049d5947dcff71052e2f0d0130b0 `Microsoft`<http://www.microsoft.com/> The 'color' set to 'rgb(0, 128, 0)' renders the correct foreground color of an element's text content.
|
|
color-104 reference/color-103-ref Color set to rgb() using integers with green set to a nominal value with a plus sign, rgb(0, +128, 0) ahem http://www.w3.org/TR/CSS21/colors.html#propdef-color,http://www.w3.org/TR/CSS21/colors.html#colors 9d5a0f44f646bb32b9350ddf44fd38f8420e1389 `Microsoft`<http://www.microsoft.com/> The 'color' set to 'rgb(0, +128, 0)' renders the correct foreground color of an element's text content.
|
|
color-105 reference/color-016-ref Color set to rgb() using integers with green set to a maximum minus one value, rgb(0, 254, 0) ahem http://www.w3.org/TR/CSS21/colors.html#propdef-color,http://www.w3.org/TR/CSS21/colors.html#colors bf0f7d3fb145eaae2a8b68d2622121fec0cfa92a `Microsoft`<http://www.microsoft.com/> The 'color' set to 'rgb(0, 254, 0)' renders the correct foreground color of an element's text content.
|
|
color-106 reference/color-017-ref Color set to rgb() using integers with green set to a maximum value, rgb(0, 255, 0) ahem http://www.w3.org/TR/CSS21/colors.html#propdef-color,http://www.w3.org/TR/CSS21/colors.html#colors c23854bf261d971b4ab3faadeaa420f52a0cddd5 `Microsoft`<http://www.microsoft.com/> The 'color' set to 'rgb(0, 255, 0)' renders the correct foreground color of an element's text content.
|
|
color-107 reference/color-017-ref Color set to rgb() using integers with green set to a maximum value with a plus sign, rgb(0, +255, 0) ahem http://www.w3.org/TR/CSS21/colors.html#propdef-color,http://www.w3.org/TR/CSS21/colors.html#colors 50597db183ecbaacd849ea933ed073fad8f50e61 `Microsoft`<http://www.microsoft.com/> The 'color' set to 'rgb(0, +255, 0)' renders the correct foreground color of an element's text content.
|
|
color-108 reference/color-017-ref Color set to rgb() using integers with green set to a maximum plus one value, rgb(0, 256 0) ahem,invalid http://www.w3.org/TR/CSS21/colors.html#propdef-color,http://www.w3.org/TR/CSS21/colors.html#colors ad0f96f06474ad5c470ceafcb3cfcc92831cca38 `Microsoft`<http://www.microsoft.com/> The 'color' set to 'rgb(0, 256, 0)' properly truncates to a valid value and renders the correct foreground color of an element's text content.
|
|
color-109 reference/color-002-ref Color set to rgb() using percentages with blue set to the minimum minus one value, rgb(0%, 0%, -1%) ahem,invalid http://www.w3.org/TR/CSS21/colors.html#propdef-color,http://www.w3.org/TR/CSS21/colors.html#colors e03a5ddcdefe763e250e0c683a1579e845cd8f5a `Microsoft`<http://www.microsoft.com/> The 'color' set to 'rgb(0%, 0%, -1%)' truncates to a valid value and renders the correct foreground color of an element's text content.
|
|
color-110 reference/color-110-ref Color set to rgb() using percentages with blue set to the minimum plus one value, rgb(0%, 0%, 1%) ahem http://www.w3.org/TR/CSS21/colors.html#propdef-color,http://www.w3.org/TR/CSS21/colors.html#colors a83559b889b07c94a23609d4249957b38e16db01 `Microsoft`<http://www.microsoft.com/>,`Rebecca Hauck`<rhauck@adobe.com> The 'color' set to 'rgb(0%, 0%, 1%)' renders the correct foreground color of an element's text content.
|
|
color-111 reference/color-002-ref Color set to rgb() using percentages with blue set to the minimum value and minus sign, rgb(0%, 0%, -0%) ahem http://www.w3.org/TR/CSS21/colors.html#propdef-color,http://www.w3.org/TR/CSS21/colors.html#colors 1de90c3104fd41f76e4b1cb1fe35b0c6082acc3a `Microsoft`<http://www.microsoft.com/> The 'color' set to 'rgb(0%, 0%, -0%)' renders the correct foreground color of an element's text content.
|
|
color-112 reference/color-002-ref Color set to rgb() using percentages with blue set to the minimum value and plus sign, rgb(0%, 0%, +0%) ahem http://www.w3.org/TR/CSS21/colors.html#propdef-color,http://www.w3.org/TR/CSS21/colors.html#colors 09c4b0029091f34802a522a7056e324ee353cd39 `Microsoft`<http://www.microsoft.com/> The 'color' set to 'rgb(0%, 0%, +0%)' renders the correct foreground color of an element's text content.
|
|
color-113 reference/color-113-ref Color set to rgb() using percentages with blue set to a nominal value, rgb(0%, 0%, 50%) ahem http://www.w3.org/TR/CSS21/colors.html#propdef-color,http://www.w3.org/TR/CSS21/colors.html#colors 68810b3ef8a8361fc2dc9faf3f309455d8c0ee55 `Microsoft`<http://www.microsoft.com/> The 'color' set to 'rgb(0%, 0%, 50%)' renders the correct foreground color of an element's text content.
|
|
color-114 reference/color-113-ref Color set to rgb() using percentages with blue set to a nominal value with a plus sign, rgb(0%, 0%, +50%) ahem http://www.w3.org/TR/CSS21/colors.html#propdef-color,http://www.w3.org/TR/CSS21/colors.html#colors 112bd06ac7cb158fb7c5d9412ba01b4e31d1c914 `Microsoft`<http://www.microsoft.com/> The 'color' set to 'rgb(0%, 0%, +50%)' renders the correct foreground color of an element's text content.
|
|
color-115 reference/color-115-ref Color set to rgb() using percentages with blue set to a maximum minus one value, rgb(0%, 0%, 99%) ahem http://www.w3.org/TR/CSS21/colors.html#propdef-color,http://www.w3.org/TR/CSS21/colors.html#colors 7b4ce5478eabb30a17f17a1926361a5efa7b1682 `Microsoft`<http://www.microsoft.com/>,`Rebecca Hauck`<rhauck@adobe.com> The 'color' set to 'rgb(0%, 0%, 99%)' renders the correct foreground color of an element's text content.
|
|
color-116 reference/color-022-ref Color set to rgb() using percentages with blue set to a maximum value, rgb(0%, 0%, 100%) ahem http://www.w3.org/TR/CSS21/colors.html#propdef-color,http://www.w3.org/TR/CSS21/colors.html#colors 6be0efcc91c07018465113b6616bf651c8c40d56 `Microsoft`<http://www.microsoft.com/> The 'color' set to 'rgb(0%, 0%, 100%)' renders the correct foreground color of an element's text content.
|
|
color-117 reference/color-022-ref Color set to rgb() using percentages with blue set to a maximum value with a plus sign, rgb(0%, 0%, +100%) ahem http://www.w3.org/TR/CSS21/colors.html#propdef-color,http://www.w3.org/TR/CSS21/colors.html#colors a9bb9d9e893635f1376525d2bc4a620a5c260508 `Microsoft`<http://www.microsoft.com/> The 'color' set to 'rgb(0%, 0%, +100%)' renders the correct foreground color of an element's text content.
|
|
color-118 reference/color-022-ref Color set to rgb() using percentages with blue set to a maximum plus one value, rgb(0%, 0%, 101%) ahem,invalid http://www.w3.org/TR/CSS21/colors.html#propdef-color,http://www.w3.org/TR/CSS21/colors.html#colors 0789eb5d457b742d2ad9e3491b118c19a630e7c8 `Microsoft`<http://www.microsoft.com/> The 'color' set to 'rgb(0%, 0%, 101%)' truncates to a valid value and renders the correct foreground color of an element's text content.
|
|
color-119 reference/color-002-ref Color set to rgb() using integers with blue set to the minimum minus one value, rgb(0, 0, -1) ahem,invalid http://www.w3.org/TR/CSS21/colors.html#propdef-color,http://www.w3.org/TR/CSS21/colors.html#colors e28f192ba676c0f1e6210f2f3971a1a6f4b4c77f `Microsoft`<http://www.microsoft.com/> The 'color' set to 'rgb(0, 0, -1)' truncates to a valid value and renders the correct foreground color of an element's text content.
|
|
color-120 reference/color-019-ref Color set to rgb() using integers with blue set to the minimum plus one value, rgb(0, 0, 1) ahem http://www.w3.org/TR/CSS21/colors.html#propdef-color,http://www.w3.org/TR/CSS21/colors.html#colors f737f4d8eee18ac739933ef61486a803365a2d4e `Microsoft`<http://www.microsoft.com/> The 'color' set to 'rgb(0, 0, 1)' renders the correct foreground color of an element's text content.
|
|
color-121 reference/color-002-ref Color set to rgb() using integers with blue set to the minimum value with a minus sign, rgb(0, 0, -0) ahem http://www.w3.org/TR/CSS21/colors.html#propdef-color,http://www.w3.org/TR/CSS21/colors.html#colors a74d577761be4e4fb7ea092de0b0035aec13677a `Microsoft`<http://www.microsoft.com/> The 'color' set to 'rgb(0, 0, -0)' renders the correct foreground color of an element's text content.
|
|
color-122 reference/color-002-ref Color set to rgb() using integers with blue set to the minimum value with a plus sign, rgb(0, 0, +0) ahem http://www.w3.org/TR/CSS21/colors.html#propdef-color,http://www.w3.org/TR/CSS21/colors.html#colors d27e99011a1cfe5e0e7b08370d0aa42093ec870c `Microsoft`<http://www.microsoft.com/> The 'color' set to 'rgb(0, 0, +0)' renders the correct foreground color of an element's text content.
|
|
color-123 reference/color-123-ref Color set to rgb() using integers with blue set to a nominal value, rgb(0, 0, 128) ahem http://www.w3.org/TR/CSS21/colors.html#propdef-color,http://www.w3.org/TR/CSS21/colors.html#colors 6ebcfd8eed60f63baa74d2945bcf876a84141913 `Microsoft`<http://www.microsoft.com/> The 'color' set to 'rgb(0, 0, 128)' renders the correct foreground color of an element's text content.
|
|
color-124 reference/color-123-ref Color set to rgb() using integers with blue set to a nominal value with a plus sign, rgb(0, 0, +128) ahem http://www.w3.org/TR/CSS21/colors.html#propdef-color,http://www.w3.org/TR/CSS21/colors.html#colors 385c2e06ebd3497f3bd21a527ba1e0562f3cbb2b `Microsoft`<http://www.microsoft.com/> The 'color' set to 'rgb(0, 0, +128)' renders the correct foreground color of an element's text content.
|
|
color-125 reference/color-021-ref Color set to rgb() using integers with blue set to a maximum minus one value, rgb(0, 0, 254) ahem http://www.w3.org/TR/CSS21/colors.html#propdef-color,http://www.w3.org/TR/CSS21/colors.html#colors 1367d30a3a68af92f9a18f70a47988c82b38de66 `Microsoft`<http://www.microsoft.com/> The 'color' set to 'rgb(0, 0, 254)' renders the correct foreground color of an element's text content.
|
|
color-126 reference/color-022-ref Color set to rgb() using integers with blue set to a maximum value, rgb(0, 0, 255) ahem http://www.w3.org/TR/CSS21/colors.html#propdef-color,http://www.w3.org/TR/CSS21/colors.html#colors fa964ea7283d7a1823b5dd420fd543d8dcfd307f `Microsoft`<http://www.microsoft.com/> The 'color' set to 'rgb(0, 0, 255)' renders the correct foreground color of an element's text content.
|
|
color-127 reference/color-022-ref Color set to rgb() using integers with blue set to a maximum value with a plus sign, rgb(0, 0, +255) ahem http://www.w3.org/TR/CSS21/colors.html#propdef-color,http://www.w3.org/TR/CSS21/colors.html#colors 18d20f4b0e1c0ef304ce4df433bf4a5c9c7d4107 `Microsoft`<http://www.microsoft.com/> The 'color' set to 'rgb(0, 0, +255)' renders the correct foreground color of an element's text content.
|
|
color-128 reference/color-022-ref Color set to rgb() using integers with blue set to a maximum plus one value, rgb(0, 0, 256) ahem,invalid http://www.w3.org/TR/CSS21/colors.html#propdef-color,http://www.w3.org/TR/CSS21/colors.html#colors 730bf92a9d043f839e0031d579fe2a40bc94d999 `Microsoft`<http://www.microsoft.com/> The 'color' set to 'rgb(0, 0, 256)' properly truncates to a valid value and renders the correct foreground color of an element's text content.
|
|
color-129 reference/color-129-ref Color set to aqua ahem http://www.w3.org/TR/CSS21/colors.html#propdef-color,http://www.w3.org/TR/CSS21/colors.html#colors ac8639d41cb31ccbda3a8d1962f0c1c1641dea9a `Microsoft`<http://www.microsoft.com/> The 'color' set to 'aqua' renders the correct foreground color of an element's text content.
|
|
color-130 reference/color-130-ref Color set to black ahem http://www.w3.org/TR/CSS21/colors.html#propdef-color,http://www.w3.org/TR/CSS21/colors.html#colors 4b10c432018370ce5f553d2efdf7b29274f9e05b `Microsoft`<http://www.microsoft.com/> The 'color' set to 'black' renders the correct foreground color of an element's text content.
|
|
color-131 reference/color-131-ref Color set to blue ahem http://www.w3.org/TR/CSS21/colors.html#propdef-color,http://www.w3.org/TR/CSS21/colors.html#colors 44e8cee1c7f4b09f8b9b74e8fb6a0d8f0d6255d7 `Microsoft`<http://www.microsoft.com/> The 'color' set to 'blue' renders the correct foreground color of an element's text content.
|
|
color-132 reference/color-132-ref Color set to fuchsia ahem http://www.w3.org/TR/CSS21/colors.html#propdef-color,http://www.w3.org/TR/CSS21/colors.html#colors 73f077e49e7fcbd07331608ceacbdfa2d23a1d53 `Microsoft`<http://www.microsoft.com/> The 'color' set to 'fuchsia' renders the correct foreground color of an element's text content.
|
|
color-133 reference/color-133-ref Color set to gray ahem http://www.w3.org/TR/CSS21/colors.html#propdef-color,http://www.w3.org/TR/CSS21/colors.html#colors 464a3a034a7f7d5fbdf7cd5796184d5e306e7a10 `Microsoft`<http://www.microsoft.com/> The 'color' set to 'gray' renders the correct foreground color of an element's text content.
|
|
color-134 reference/color-134-ref Color set to green ahem http://www.w3.org/TR/CSS21/colors.html#propdef-color,http://www.w3.org/TR/CSS21/colors.html#colors d972597e4d09f592a72cb46bfc8e4a442d13f435 `Microsoft`<http://www.microsoft.com/> The 'color' set to 'green' renders the correct foreground color of an element's text content.
|
|
color-135 reference/color-135-ref Color set to lime ahem http://www.w3.org/TR/CSS21/colors.html#propdef-color,http://www.w3.org/TR/CSS21/colors.html#colors 4f4f8182bc7d8bb744bf20c5fe7edfff2f2aed4a `Microsoft`<http://www.microsoft.com/> The 'color' set to 'lime' renders the correct foreground color of an element's text content.
|
|
color-136 reference/color-136-ref Color set to maroon ahem http://www.w3.org/TR/CSS21/colors.html#propdef-color,http://www.w3.org/TR/CSS21/colors.html#colors f901e0ad2d4a23c5c5336f243ecfe94d139778a4 `Microsoft`<http://www.microsoft.com/> The 'color' set to 'maroon' renders the correct foreground color of an element's text content.
|
|
color-137 reference/color-137-ref Color set to navy ahem http://www.w3.org/TR/CSS21/colors.html#propdef-color,http://www.w3.org/TR/CSS21/colors.html#colors 59dd000027b4fa2fe12d7cf92cf77fa6dfcd16b9 `Microsoft`<http://www.microsoft.com/> The 'color' set to 'navy' renders the correct foreground color of an element's text content.
|
|
color-138 reference/color-138-ref Color set to olive ahem http://www.w3.org/TR/CSS21/colors.html#propdef-color,http://www.w3.org/TR/CSS21/colors.html#colors b2e8b0e18849d19b95d5ba2caf5a6b8d20f32583 `Microsoft`<http://www.microsoft.com/> The 'color' set to 'olive' renders the correct foreground color of an element's text content.
|
|
color-139 reference/color-139-ref Color set to orange ahem http://www.w3.org/TR/CSS21/colors.html#propdef-color,http://www.w3.org/TR/CSS21/colors.html#colors 3f91b32b16be68d0af4277b6e3113159f0a99259 `Microsoft`<http://www.microsoft.com/> The 'color' set to 'orange' renders the correct foreground color of an element's text content.
|
|
color-140 reference/color-140-ref Color set to purple ahem http://www.w3.org/TR/CSS21/colors.html#propdef-color,http://www.w3.org/TR/CSS21/colors.html#colors 7fbcf744ca530a35832a97d038821a6554b0e864 `Microsoft`<http://www.microsoft.com/> The 'color' set to 'purple' renders the correct foreground color of an element's text content.
|
|
color-141 reference/color-141-ref Color set to red ahem http://www.w3.org/TR/CSS21/colors.html#propdef-color,http://www.w3.org/TR/CSS21/colors.html#colors 5685093aad9fef17affff7880c32b1a7dd788fb0 `Microsoft`<http://www.microsoft.com/> The 'color' set to 'red' renders the correct foreground color of an element's text content.
|
|
color-142 reference/color-142-ref Color set to silver ahem http://www.w3.org/TR/CSS21/colors.html#propdef-color,http://www.w3.org/TR/CSS21/colors.html#colors a4c38931bf11b74a179e3ca1787b53b8800f5c79 `Microsoft`<http://www.microsoft.com/> The 'color' set to 'silver' renders the correct foreground color of an element's text content.
|
|
color-143 reference/color-143-ref Color set to teal ahem http://www.w3.org/TR/CSS21/colors.html#propdef-color,http://www.w3.org/TR/CSS21/colors.html#colors 414b0956ca83b46f2f3423b0fb619d8b6bf129fc `Microsoft`<http://www.microsoft.com/> The 'color' set to 'teal' renders the correct foreground color of an element's text content.
|
|
color-144 reference/color-144-ref Color set to white ahem http://www.w3.org/TR/CSS21/colors.html#propdef-color,http://www.w3.org/TR/CSS21/colors.html#colors 9391a59c34b4350bbc3a32d966f4e2a53d7cea7e `Microsoft`<http://www.microsoft.com/> The 'color' set to 'white' renders the correct foreground color of an element's text content.
|
|
color-145 reference/color-145-ref Color set to yellow ahem http://www.w3.org/TR/CSS21/colors.html#propdef-color,http://www.w3.org/TR/CSS21/colors.html#colors 0a96111c897fc3b5009c9b5e5e298d7b4df59b81 `Microsoft`<http://www.microsoft.com/> The 'color' set to 'yellow' renders the correct foreground color of an element's text content.
|
|
color-174 reference/ref-filled-green-100px-square Color set to 'inherit' ahem http://www.w3.org/TR/CSS21/colors.html#propdef-color,http://www.w3.org/TR/CSS21/colors.html#colors cf8e59e3f0d8d8a201c51f1723f29b7cf3446622 `Microsoft`<http://www.microsoft.com/> The 'color' set to 'inherit' adopts the foreground color of an element's parent container.
|
|
color-175 reference/color-175-ref CSS Colours: Inheritance into tables. http://www.w3.org/TR/CSS21/colors.html#colors ab993187c66368689c45afc892af3859c364e5b1 `Ian Hickson`<mailto:ian@hixie.ch>
|
|
color-176 reference/ref-this-text-should-be-green Color Inheritance http://www.w3.org/TR/CSS21/colors.html#colors 10ff028311908cf2c19e707a9074d9fffedacaba `Ian Hickson`<mailto:ian@hixie.ch>
|
|
color-177 reference/color-175-ref CSS Colours: Inheritance into tables. http://www.w3.org/TR/CSS21/colors.html#colors d8105a71491a5f37ca9c34c93896625ee7417e71 `Ian Hickson`<mailto:ian@hixie.ch>
|
|
color-applies-to-001 reference/color-applies-to-001-ref Color applied to elements with 'display' set to 'table-row-group' http://www.w3.org/TR/CSS21/colors.html#propdef-color,http://www.w3.org/TR/CSS21/colors.html#colors 2f94f89589b6d5dd8d3a5d3fa531690234825530 `Microsoft`<http://www.microsoft.com/> The 'color' property applies to elements with 'display' set to 'table-row-group'.
|
|
color-applies-to-002 reference/color-applies-to-001-ref Color applied to elements with 'display' set to 'table-header-group' http://www.w3.org/TR/CSS21/colors.html#propdef-color,http://www.w3.org/TR/CSS21/colors.html#colors dc4373ce79f3f3ea568badad58f25a5882e87e8f `Microsoft`<http://www.microsoft.com/> The 'color' property applies to elements with 'display' set to 'table-header-group'.
|
|
color-applies-to-003 reference/color-applies-to-001-ref Color applied to elements with 'display' set to 'table-footer-group' http://www.w3.org/TR/CSS21/colors.html#propdef-color,http://www.w3.org/TR/CSS21/colors.html#colors 573f5026ca3289b67560c55ae2c64519de821cca `Microsoft`<http://www.microsoft.com/> The 'color' property applies to elements with 'display' set to 'table-footer-group'.
|
|
color-applies-to-004 reference/color-applies-to-001-ref Color applied to elements with 'display' set to 'table-row' http://www.w3.org/TR/CSS21/colors.html#propdef-color,http://www.w3.org/TR/CSS21/colors.html#colors 7e404dd1fcff38b6e3d200c3e8b187f181ed74de `Microsoft`<http://www.microsoft.com/> The 'color' property applies to elements with 'display' set to 'table-row'.
|
|
color-applies-to-005 reference/color-applies-to-005-ref Color applied to elements with 'display' set to 'table-column-group' http://www.w3.org/TR/CSS21/colors.html#propdef-color,http://www.w3.org/TR/CSS21/colors.html#colors f0dffe179b8cf87d449a404aa811140ec0c84608 `Microsoft`<http://www.microsoft.com/> The 'color' property does not apply to elements with 'display' set to 'table-column-group'.
|
|
color-applies-to-006 reference/color-applies-to-005-ref Color applied to elements with 'display' set to 'table-column' http://www.w3.org/TR/CSS21/colors.html#propdef-color,http://www.w3.org/TR/CSS21/colors.html#colors 073b28c0fea1ed3febff6856341483942a20d386 `Microsoft`<http://www.microsoft.com/> The 'color' property does not apply to elements with 'display' set to 'table-column'.
|
|
color-applies-to-007 reference/color-applies-to-001-ref Color applied to elements with 'display' set to 'table-cell' http://www.w3.org/TR/CSS21/colors.html#propdef-color,http://www.w3.org/TR/CSS21/colors.html#colors db036c462045bfe25370aa4fdc92a1621d82dff4 `Microsoft`<http://www.microsoft.com/> The 'color' property applies to elements with 'display' set to 'table-cell'.
|
|
color-applies-to-008 reference/color-applies-to-001-ref Color applied to elements with 'display' set to 'inline' http://www.w3.org/TR/CSS21/colors.html#propdef-color,http://www.w3.org/TR/CSS21/colors.html#colors 1fcb9336b59a70c0bb2766ed098dddb290ba1a95 `Microsoft`<http://www.microsoft.com/> The 'color' property applies to elements with 'display' set to 'inline'.
|
|
color-applies-to-009 reference/color-applies-to-001-ref Color applied to elements with 'display' set to 'block' http://www.w3.org/TR/CSS21/colors.html#propdef-color,http://www.w3.org/TR/CSS21/colors.html#colors 7d68e447bc79e714920e1427f6f56cbdf4b85be2 `Microsoft`<http://www.microsoft.com/> The 'color' property applies to elements with 'display' set to 'block'.
|
|
color-applies-to-010 Color applied to elements with 'display' set to 'list-item' http://www.w3.org/TR/CSS21/colors.html#propdef-color,http://www.w3.org/TR/CSS21/colors.html#colors 7b5ecf25b9594a7cfd05b893cbba6a9f57fa3954 `Microsoft`<http://www.microsoft.com/> The 'color' property applies to elements with 'display' set to 'list-item'.
|
|
color-applies-to-011 Color applied to elements with 'display' set to 'run-in' http://www.w3.org/TR/CSS21/colors.html#propdef-color,http://www.w3.org/TR/CSS21/colors.html#colors 3fc0ab6914e17cd43a5118a0a7009b72536b26c8 `Microsoft`<http://www.microsoft.com/> The 'color' property applies to elements with 'display' set to 'run-in'.
|
|
color-applies-to-012 reference/color-applies-to-001-ref Color applied to elements with 'display' set to 'inline-block' http://www.w3.org/TR/CSS21/colors.html#propdef-color,http://www.w3.org/TR/CSS21/colors.html#colors 3298fa5dd062ae256b7fc3083adf3acd721ae4c4 `Microsoft`<http://www.microsoft.com/> The 'color' property applies to elements with 'display' set to 'inline-block'.
|
|
color-applies-to-013 reference/color-applies-to-001-ref Color applied to elements with 'display' set to 'table' http://www.w3.org/TR/CSS21/colors.html#propdef-color,http://www.w3.org/TR/CSS21/colors.html#colors 38b680473c04a73dd86f1a096adc239e6133ca78 `Microsoft`<http://www.microsoft.com/> The 'color' property applies to elements with 'display' set to 'table'.
|
|
color-applies-to-014 reference/color-applies-to-001-ref Color applied to elements with 'display' set to 'inline-table' http://www.w3.org/TR/CSS21/colors.html#propdef-color,http://www.w3.org/TR/CSS21/colors.html#colors b1c28b2ab96c7e23199ad48757f3c4739d5305bd `Microsoft`<http://www.microsoft.com/> The 'color' property applies to elements with 'display' set to 'inline-table'.
|
|
color-applies-to-015 reference/color-applies-to-001-ref Color applied to elements with 'display' set to 'table-caption' http://www.w3.org/TR/CSS21/colors.html#propdef-color,http://www.w3.org/TR/CSS21/colors.html#colors a81613458710c9dbcf2f5e22e1f6aa66e0537def `Microsoft`<http://www.microsoft.com/> The 'color' property applies to elements with 'display' set to 'table-caption'.
|
|
colors-001 Parsing rgb color values with white space http://www.w3.org/TR/CSS21/syndata.html#color-units 35e62c6f4690a6c0aef66ea0a4d7c3ea6a062a28 `Microsoft`<http://www.microsoft.com/> White space is allowed in the color rgb declaration.
|
|
colors-002 Parsing invalid hexadecimal RGB units - white space in hexadecimal values invalid http://www.w3.org/TR/CSS21/syndata.html#color-units 8d423b830a1fd038c28a65ba8cc97f0bcb90fc5b `Microsoft`<http://www.microsoft.com/> White space is not allowed in a hexadecimal color assignment.
|
|
colors-003 Parsing invalid RGB functional notation - two values invalid http://www.w3.org/TR/CSS21/syndata.html#color-units b038f04accdd4577be8890f003f5f1f576de6ea4 `Microsoft`<http://www.microsoft.com/> An RGB value is invalid if it has only two values.
|
|
colors-004 Parsing invalid RGB functional notation - Percentages and Numbers invalid http://www.w3.org/TR/CSS21/syndata.html#color-units da0349df08b8aea6aac60901841a34e52722f2fc `Microsoft`<http://www.microsoft.com/> An RGB value is invalid if it has both percentages and number assignments.
|
|
colors-005 Clipping of RGB color values http://www.w3.org/TR/CSS21/syndata.html#color-units 3bafa5e1fab60225afe4b2e34a625704009b8104 `Microsoft`<http://www.microsoft.com/> Values outside the device gamut are clipped: the red, green, and blue values are changed to fall within the range supported by the device.
|
|
colors-006 Comparing color keywords and hex values http://www.w3.org/TR/CSS21/syndata.html#color-units c13c1101c45fe22f51d13f7b089dab1bb5959dad `Microsoft`<http://www.microsoft.com/> Color matching of keywords and hex values.
|
|
colors-007 reference/colors-007-ref Color keyword syntax invalid http://www.w3.org/TR/CSS21/syndata.html#color-units 3ac3896b8972955b969b7e9565ac0d14aa1ec1f7 `Germain Garand`<mailto:germain@ebooksfrance.org>,`Elika J. Etemad`<http://fantasai.inkedblade.net/contact>
|
|
column-background-001 Column background property http://www.w3.org/TR/CSS21/tables.html#columns 9cac04c0174b9fde18f07c7a31ad462f8a5beaec `Microsoft`<http://www.microsoft.com/> A background can be set on a table column.
|
|
column-background-002 Column-group background property http://www.w3.org/TR/CSS21/tables.html#columns 89f4cb55b4276c885e384ec922d64d516644a4b0 `Microsoft`<http://www.microsoft.com/> A background can be set on a table column group.
|
|
column-border-001 Column border property http://www.w3.org/TR/CSS21/tables.html#columns 8f29180f158bf4ecc0c932492a899a53e9ff6731 `Microsoft`<http://www.microsoft.com/> A border can be set on a table column.
|
|
column-border-002 Column-group border property http://www.w3.org/TR/CSS21/tables.html#columns a22f250d8fff7a52f0cc7c450869a8fdad9dffec `Microsoft`<http://www.microsoft.com/> A border can be set on a table column group.
|
|
column-horizontal-alignment-001 Horizontal alignment in a column 'text-align' set to 'left' http://www.w3.org/TR/CSS21/tables.html#column-alignment 635b39f7fdcaee6b9937fd769e93f5f6b6ddb2b9 `Microsoft`<http://www.microsoft.com/> The 'text-align' property horizontally aligns cell content.
|
|
column-horizontal-alignment-002 Horizontal alignment in a column 'text-align' set to 'right' http://www.w3.org/TR/CSS21/tables.html#column-alignment 786efa084f45cffeaa673e4285891c6ed030bcbe `Microsoft`<http://www.microsoft.com/> The 'text-align' property horizontally aligns cell content.
|
|
column-horizontal-alignment-003 Horizontal alignment in a column 'text-align' set to 'center' http://www.w3.org/TR/CSS21/tables.html#column-alignment 3c4439d7a3da86d1c25070dfa9a517652aef8c78 `Microsoft`<http://www.microsoft.com/> The 'text-align' property horizontally aligns cell content.
|
|
column-horizontal-alignment-004 Horizontal alignment in a column 'text-align' set to 'justify' http://www.w3.org/TR/CSS21/tables.html#column-alignment c13d29fa3dcf1686db58ab7a208a026db2985fdd `Microsoft`<http://www.microsoft.com/> The 'text-align' property horizontally aligns cell content.
|
|
column-horizontal-alignment-005 Horizontal alignment in a column 'text-align' set to 'inherit' ('center') http://www.w3.org/TR/CSS21/tables.html#column-alignment 7fcafa7818dc66f462cfb3b984f50d4dd3b374a6 `Microsoft`<http://www.microsoft.com/> The 'text-align' property horizontally aligns cell content.
|
|
column-visibility-001 Column visibility property http://www.w3.org/TR/CSS21/tables.html#columns 35f4ed03e326a73dc8006358e54a45e7068aab80 `Microsoft`<http://www.microsoft.com/> Visibility can be set on a table column.
|
|
column-visibility-002 Column group visibility property http://www.w3.org/TR/CSS21/tables.html#columns 4b368d6f51e56c9d1d0565bf6f2ff5cb9791b626 `Microsoft`<http://www.microsoft.com/> Visibility can be set on a table column group.
|
|
column-visibility-003 Spanning cell that intersects a 'visibility: collapse' column ahem http://www.w3.org/TR/CSS21/tables.html#dynamic-effects 4016785b166a977a07ba1e58b416666df1cfd7af `Microsoft`<http://www.microsoft.com/> Contents of a spanned cell which intersect with a collapsed column are clipped.
|
|
column-visibility-004 reference/column-visibility-004-ref Spanning cell that intersects a 'visibility: collapse' column ahem http://www.w3.org/TR/CSS21/tables.html#dynamic-effects a6de80065020129ca4f26fc14a481bcd3e4a2ff5 `Gérard Talbot`<http://www.gtalbot.org/BrowserBugsSection/css21testsuite/> Contents of a spanned cell which intersect with a collapsed column are clipped.
|
|
column-width-001 Column with 'width' property http://www.w3.org/TR/CSS21/tables.html#columns c658c64d426fc87d13ced2121f5e1904d5af8c75 `Microsoft`<http://www.microsoft.com/> Width can be set on a table column.
|
|
column-width-002 Column-group width property http://www.w3.org/TR/CSS21/tables.html#columns f275ad8749efdb86aebd900c2b6c836da64a75e1 `Microsoft`<http://www.microsoft.com/> Width can be set on a table column group.
|
|
columns-001 Properties that apply to columns http://www.w3.org/TR/CSS21/tables.html#columns 7eccc44a2ff03f96c1666abe6fab2f94973b51ef `Ian Hickson`<mailto:ian@hixie.ch>,`Elika J. Etemad`<http://fantasai.inkedblade.net/contact>
|
|
combinator-001 Descendant combinators and newlines http://www.w3.org/TR/CSS21/selector.html#adjacent-selectors 414e5b4188b1ffd45acb1fce6fb88a8d1b2d144d `Microsoft`<http://www.microsoft.com/> Newlines can appear between a descendent combinator and the simple selectors around it.
|
|
combinator-002 Sibling combinators and spaces http://www.w3.org/TR/CSS21/selector.html#adjacent-selectors 0b5ffb26a682837b84dbb8f700bfce9571030d66 `Microsoft`<http://www.microsoft.com/> Spaces can appear between a sibling combinator and its simple selectors.
|
|
combinator-003 Sibling combinators and newlines http://www.w3.org/TR/CSS21/selector.html#adjacent-selectors 783fb09960b139dfc89c2aa29370a973ad879275 `Microsoft`<http://www.microsoft.com/> Newlines can appear between a sibling combinator and the simple selectors around it.
|
|
combinator-004 Descendant combinators and spaces http://www.w3.org/TR/CSS21/selector.html#adjacent-selectors 30271d067ad03d6f76ee302160666af4090654c4 `Microsoft`<http://www.microsoft.com/> Spaces can appear between a descendant combinator and the simple selectors around it.
|
|
combining-characters-002 Combining characters and styling http://www.w3.org/TR/CSS21/text.html#ctrlchars c8cbff993164cff90fd4e3425166817b2d876958 `Microsoft`<http://www.microsoft.com/> The combined characters are styled as one character.
|
|
comments-001 Parsing comments within style tag http://www.w3.org/TR/CSS21/syndata.html#comments 9bf0a38fdcdd62d5a55e0f9398e03e5617a39ed2 `Microsoft`<http://www.microsoft.com/> Comments are allowed anywhere within a style tag declaration and are ignored.
|
|
comments-002 Nested comments invalid http://www.w3.org/TR/CSS21/syndata.html#comments 3ba5d253f44da8f167724e5af5d008f7ff537d09 `Microsoft`<http://www.microsoft.com/> Comments cannot be nested.
|
|
comments-003 HTML comments and CSS comments invalid http://www.w3.org/TR/CSS21/syndata.html#comments 5185b29027f655e6413d9f4d752f5fdd59030608 `Microsoft`<http://www.microsoft.com/> SGML comment delimiters do not delimit CSS comments.
|
|
comments-004 Parsing of invalid comments invalid http://www.w3.org/TR/CSS21/syndata.html#comments 4988c4ebf26191945f3af5165783437b48bab83e `Microsoft`<http://www.microsoft.com/> Comments that are invalid are ignored.
|
|
comments-005 Parsing of escaped "/" within a valid comment http://www.w3.org/TR/CSS21/syndata.html#comments ed6daa0442267f3153f4d2cb4fe87c3239b82295 `Microsoft`<http://www.microsoft.com/> A slash '/' escaped with a backslash will remove its special meaning.
|
|
comments-006 Parsing of escaped "*" within a valid comment invalid http://www.w3.org/TR/CSS21/syndata.html#comments 2e3c1ace388ec05564aa3ce68b6f7dd52b499e10 `Microsoft`<http://www.microsoft.com/> A star '*' escaped with a backslash will not remove its special meaning.
|
|
comments-007 Parsing of valid comment that is empty invalid http://www.w3.org/TR/CSS21/syndata.html#comments 15806d50346e0dfb22d627aceddb17be53f54f51 `Microsoft`<http://www.microsoft.com/> Empty comments do not affect parsing of rule.
|
|
comments-008 Parsing of escaped opening comment invalid http://www.w3.org/TR/CSS21/syndata.html#comments f632434c66d37026694b74d6bbea63b4f6997b03 `Microsoft`<http://www.microsoft.com/> Escaping a slash '/' for an opening comment makes the comment invalid.
|
|
comments-009 Parsing of invalid escaped "*" in open comment invalid http://www.w3.org/TR/CSS21/syndata.html#comments e8fcf621828de832d81f0f3641f30469d0c8aeeb `Microsoft`<http://www.microsoft.com/> Escaping a star '*' for an opening comment makes the comment invalid.
|
|
containing-block-001 reference/ref-filled-green-100px-square Containing block for relative positioned elements is nearest block-level ancestor http://www.w3.org/TR/CSS21/visudet.html#containing-block-details 9405dce2897a36954287ee6eaeb2de439b9bb533 `Microsoft`<http://www.microsoft.com/> If the element's position is 'relative', the containing block is formed by the content edge of the nearest block-level ancestor box.
|
|
containing-block-002 reference/ref-filled-green-100px-square Containing block for relative positioned elements is nearest table cell ancestor http://www.w3.org/TR/CSS21/visudet.html#containing-block-details d20a4389a23053cf757941e82bd2e9b1b2c62eac `Microsoft`<http://www.microsoft.com/> If the element's position is 'relative', the containing block is formed by the content edge of the nearest table cell ancestor box.
|
|
containing-block-003 reference/ref-filled-green-100px-square Containing block for relative positioned elements is nearest inline-block ancestor http://www.w3.org/TR/CSS21/visudet.html#containing-block-details c08667518288eebc74f275d2352ab5932cb7411e `Microsoft`<http://www.microsoft.com/> If the element's position is 'relative', the containing block is formed by the content edge of the nearest inline-block ancestor box.
|
|
containing-block-004 reference/ref-filled-green-100px-square Containing block for static positioned elements is nearest block-level ancestor http://www.w3.org/TR/CSS21/visudet.html#containing-block-details 87aafa4e9dd71053950ac56d8514861f63c88f95 `Microsoft`<http://www.microsoft.com/> If the element's position is 'static', the containing block is formed by the content edge of the nearest block-level ancestor box.
|
|
containing-block-005 reference/ref-filled-green-100px-square Containing block for static positioned elements is nearest table cell ancestor http://www.w3.org/TR/CSS21/visudet.html#containing-block-details 84f0f90c69e01b2672ecf3f8ff005962b4bbd3bf `Microsoft`<http://www.microsoft.com/> If the element's position is 'static', the containing block is formed by the content edge of the nearest table cell ancestor box.
|
|
containing-block-006 reference/ref-filled-green-100px-square Containing block for static positioned elements is nearest inline-block ancestor http://www.w3.org/TR/CSS21/visudet.html#containing-block-details ae81a2950c5c4a5e6b91e766db73913d457d480f `Microsoft`<http://www.microsoft.com/> If the element's position is 'static', the containing block is formed by the content edge of the nearest inline-block ancestor box.
|
|
containing-block-007 reference/containing-block-007-ref Initial containing block for fixed positioned elements http://www.w3.org/TR/CSS21/visudet.html#containing-block-details 72d2d9e554c9ed3028bb6419dc85814c5d99f848 `Microsoft`<http://www.microsoft.com/> The containing block is established by the viewport when an element uses fixed positioning.
|
|
containing-block-008 reference/containing-block-008-ref Containing block for absolute positioned elements is nearest positioned (absolute) ancestor http://www.w3.org/TR/CSS21/visudet.html#containing-block-details 439513776814729b11624486c3cf8dce7b12f8aa `Microsoft`<http://www.microsoft.com/> If the element has 'position: absolute', the containing block is established by the nearest positioned ancestor.
|
|
containing-block-009 reference/containing-block-009-ref Containing block for absolute positioned elements is nearest positioned (relative) ancestor http://www.w3.org/TR/CSS21/visudet.html#containing-block-details 817880847603fd43501074061644fe6f4009c995 `Microsoft`<http://www.microsoft.com/> If the element has 'position: absolute', the containing block is established by the nearest positioned ancestor.
|
|
containing-block-010 reference/containing-block-008-ref Containing block for absolute positioned elements is nearest positioned (fixed) ancestor http://www.w3.org/TR/CSS21/visudet.html#containing-block-details efc806ff96f29bf1b7c3f86b99e09d2473f7af9a `Microsoft`<http://www.microsoft.com/> If the element has 'position: absolute', the containing block is established by the nearest positioned ancestor.
|
|
containing-block-011 Containing Blocks - Inline-level elements position based on left-to-right direction and parent element is relative http://www.w3.org/TR/CSS21/visudet.html#containing-block-details 1fe399dafcea424898b2714e600fb93af9b3a588 `Microsoft`<http://www.microsoft.com/> If the ancestor is inline-level, positioned absolute, and direction is left-to-right, the top/left of the containing block determines the top/left padding edges of the first box generated by the ancestor.
|
|
containing-block-013 Containing Blocks - Inline-level elements position based on left-to-right direction and parent element is absolute http://www.w3.org/TR/CSS21/visudet.html#containing-block-details 12a5fd2f8ae24c882597b6340824ebf81e584d7c `Microsoft`<http://www.microsoft.com/> If the ancestor is inline-level, positioned absolute, and direction is left-to-right, the top/left of the containing block determines the top/left padding edges of the first box generated by the ancestor.
|
|
containing-block-015 Containing Blocks - Inline-level elements position based on left-to-right direction and parent element is fixed http://www.w3.org/TR/CSS21/visudet.html#containing-block-details 27f6760f5e61ebe80023f55db67379dc1aa67fa9 `Microsoft`<http://www.microsoft.com/> If the ancestor is inline-level, positioned absolute, and direction is left-to-right, the top/left of the containing block determines the top/left padding edges of the first box generated by the ancestor.
|
|
containing-block-017 Containing Blocks - Block-level elements position based on left-to-right direction and parent element is relative dom,interact http://www.w3.org/TR/CSS21/visudet.html#containing-block-details d0e7cb0c7b35d496bc8c3b431e25e5d4a4bf6b6c `Microsoft`<http://www.microsoft.com/>,`Alan Gresley`<alan{at}css-class.com>,`Elika J. Etemad`<http://fantasai.inkedblade.net/contact> The containing block of an absolutely positioned block-level element is formed by the padding edge of its nearest (closest) positioned ancestor element.
|
|
containing-block-018 Containing Blocks - Block-level elements position based on right-to-left direction and parent element is relative dom,interact http://www.w3.org/TR/CSS21/visudet.html#containing-block-details 07ebac853d330c5d22ce00c4fbfbb0d13453c926 `Microsoft`<http://www.microsoft.com/>,`Alan Gresley`<alan{at}css-class.com>,`Elika J. Etemad`<http://fantasai.inkedblade.net/contact> The containing block of an absolutely positioned block-level element is formed by the padding edge of its nearest (closest) positioned ancestor element.
|
|
containing-block-019 reference/containing-block-019-ref Containing Blocks - Block-level elements position based on left-to-right direction and parent element is absolute http://www.w3.org/TR/CSS21/visudet.html#containing-block-details 6ba5891f1df1137b218eab5aa77ad8ac55e7220c `Microsoft`<http://www.microsoft.com/> When the nearest (closest within document containment hierarchy) positioned ancestor of an absolutely positioned element is a block-level element, then the containing block of such absolutely positioned element is formed by the padding edge of such nearest positioned ancestor.
|
|
containing-block-020 reference/containing-block-020-ref Containing Blocks - Block-level elements position based on right-to-left direction and parent element is absolute http://www.w3.org/TR/CSS21/visudet.html#containing-block-details 68b8f6968edb98fa20b6891aead2b8a1aaa75e56 `Microsoft`<http://www.microsoft.com/> When the nearest (closest within document containment hierarchy) positioned ancestor of an absolutely positioned element is a block-level element, then the containing block of such absolutely positioned element is formed by the padding edge of such nearest (closest) positioned ancestor.
|
|
containing-block-021 reference/containing-block-019-ref Containing Blocks - Block-level elements position based on left-to-right direction and parent element is fixed http://www.w3.org/TR/CSS21/visudet.html#containing-block-details 6edc4eb9aa1c4627b16e922a8802a3d84e7d3321 `Microsoft`<http://www.microsoft.com/> When the nearest (closest within document containment hierarchy) positioned ancestor of an absolutely positioned element is a block-level element, then the containing block of such absolutely positioned element is formed by the padding edge of such nearest positioned ancestor.
|
|
containing-block-022 reference/containing-block-020-ref Containing Blocks - Block-level elements position based on right-to-left direction and parent element is fixed http://www.w3.org/TR/CSS21/visudet.html#containing-block-details a62f15133787b1b3ec8f89d62ed004af51bcf07b `Microsoft`<http://www.microsoft.com/> When the nearest (closest within document containment hierarchy) positioned ancestor of an absolutely positioned element is a block-level element, then the containing block of such absolutely positioned element is formed by the padding edge of such nearest positioned ancestor.
|
|
containing-block-023 reference/containing-block-023-ref Containing Blocks - Fall back to Initial containing block http://www.w3.org/TR/CSS21/visudet.html#containing-block-details 334fa499acd1662ac46c82076dc9001dd232fd81 `Microsoft`<http://www.microsoft.com/> When there are no positioned ancestors, then the initial containing block is used.
|
|
containing-block-024 Containing block and absolutely positioned element in paged media paged http://www.w3.org/TR/CSS21/visudet.html#containing-block-details 228b1f5ab01f4eed891f33e173c5f0df803584cf `Microsoft`<http://www.microsoft.com/> An absolutely positioned element ignores page breaks in paged media.
|
|
containing-block-025 Containing block and absolutely positioned element in paged media positioned off first page may,paged http://www.w3.org/TR/CSS21/visudet.html#containing-block-details 8fbcf51c60e1c25049a072f475470a05dbc8dc9c `Microsoft`<http://www.microsoft.com/> An absolutely positioned element positioned beyond the boundaries of the page being laid out can be omitted, rendered on the current page or on a following page.
|
|
containing-block-026 reference/ref-filled-green-100px-square Element position based on containing block http://www.w3.org/TR/CSS21/visuren.html#containing-block 683c9567c22d8a4978d4831b09e1d32eddd85a33 `Microsoft`<http://www.microsoft.com/> An element's position is based on the position of its containing block.
|
|
containing-block-027 reference/containing-block-027-ref Content is not confined by containing blocks may http://www.w3.org/TR/CSS21/visuren.html#containing-block 6a6fe17d175ef29b8918a697b5b4570cc2782d78 `Microsoft`<http://www.microsoft.com/> Content may overflow containing blocks.
|
|
containing-block-028 reference/containing-block-028-ref Principal block box establishes the containing block http://www.w3.org/TR/CSS21/visuren.html#block-boxes a4a21128bfa6932bcd1493cf6b8365f9de85657a `Microsoft`<http://www.microsoft.com/> Principal block boxes establish a containing block for descendant boxes.
|
|
containing-block-029 reference/containing-block-029-ref Principal block box establishes the containing block for generated content http://www.w3.org/TR/CSS21/visuren.html#block-boxes 67619a13060b3a4acd15c2e8d849cc4d19e77077 `Microsoft`<http://www.microsoft.com/> Principal block boxes establish a containing block for generated content.
|
|
containing-block-030 reference/containing-block-030-ref Content is not confined by containing blocks may http://www.w3.org/TR/CSS21/visuren.html#containing-block 962e0c6fe3869017e59895514c2e6092f0ccc17a `Gérard Talbot`<http://www.gtalbot.org/BrowserBugsSection/css21testsuite/> Content may overflow containing blocks.
|
|
content-001 Content with the value of 'none' http://www.w3.org/TR/CSS21/generate.html#propdef-content,http://www.w3.org/TR/CSS21/generate.html#content 54f0b2b07df271c6c17da6a543255c2d2409bf1b `Microsoft`<http://www.microsoft.com/> The 'content' property properly handles a value of 'none'.
|
|
content-002 Content with the value of 'normal' http://www.w3.org/TR/CSS21/generate.html#propdef-content,http://www.w3.org/TR/CSS21/generate.html#content 8cae11652d77021dd6e3264bc2ae1eb246ad727f `Microsoft`<http://www.microsoft.com/> The 'content' property properly handles a value of 'normal'.
|
|
content-003 Content with a string as the value http://www.w3.org/TR/CSS21/generate.html#propdef-content,http://www.w3.org/TR/CSS21/generate.html#content c5c7a409389625ac8f6c079b7e7fd275b520e743 `Microsoft`<http://www.microsoft.com/> The 'content' property properly handles a string as a value.
|
|
content-004 Content with a url() to an image as a value image http://www.w3.org/TR/CSS21/generate.html#propdef-content,http://www.w3.org/TR/CSS21/generate.html#content 18bf9f1d2d6dc93267102b92ff27e92def861a77 `Microsoft`<http://www.microsoft.com/> The 'content' property properly handles the 'url()' function as a value.
|
|
content-005 Content with a 'counter()' function as a value http://www.w3.org/TR/CSS21/generate.html#propdef-content,http://www.w3.org/TR/CSS21/generate.html#content f1258d8da204afd47c1652adf2afd1133d92e11a `Microsoft`<http://www.microsoft.com/> The 'content' property properly handles a 'counter()' function as a value.
|
|
content-006 Content using a 'counter()' function with a list style set to 'disc' http://www.w3.org/TR/CSS21/generate.html#propdef-content,http://www.w3.org/TR/CSS21/generate.html#content ad92219710123bb1738859c8c166a5a03a52847e `Microsoft`<http://www.microsoft.com/> The 'content' property properly handles a 'counter()' function with a list-style.
|
|
content-007 Content using a 'counter()' function with a list style set to 'circle' http://www.w3.org/TR/CSS21/generate.html#propdef-content,http://www.w3.org/TR/CSS21/generate.html#content 31d40d7d43fa930d88f94f08a528b0a52e5682e2 `Microsoft`<http://www.microsoft.com/> The 'content' property properly handles a 'counter()' function with a list-style.
|
|
content-008 Content using a 'counter()' function with a list style set to 'square' http://www.w3.org/TR/CSS21/generate.html#propdef-content,http://www.w3.org/TR/CSS21/generate.html#content 2acf4470013c29ef66a13c356d62c120a00ff6df `Microsoft`<http://www.microsoft.com/> The 'content' property properly handles a 'counter()' function with a list-style.
|
|
content-009 Content using a 'counter()' function with a list style set to 'decimal' http://www.w3.org/TR/CSS21/generate.html#propdef-content,http://www.w3.org/TR/CSS21/generate.html#content 326ab5b1b626d8f4a60ae25fcfc5c94fc6e50973 `Microsoft`<http://www.microsoft.com/> The 'content' property properly handles a 'counter()' function with a list-style.
|
|
content-010 Content using a 'counter()' function with a list style set to 'decimal-leading-zero' http://www.w3.org/TR/CSS21/generate.html#propdef-content,http://www.w3.org/TR/CSS21/generate.html#content c4d55989eb026d1e67b5f2aecd39c30a33e9696a `Microsoft`<http://www.microsoft.com/> The 'content' property properly handles a 'counter()' function with a list-style.
|
|
content-011 Content using a 'counter()' function with a list style set to 'lower-roman' http://www.w3.org/TR/CSS21/generate.html#propdef-content,http://www.w3.org/TR/CSS21/generate.html#content 98d8a4247a06bf611a5b6835fa18bf1e19e28663 `Microsoft`<http://www.microsoft.com/> The 'content' property properly handles a 'counter()' function with a list-style.
|
|
content-012 Content using a 'counter()' function with a list style set to 'upper-roman' http://www.w3.org/TR/CSS21/generate.html#propdef-content,http://www.w3.org/TR/CSS21/generate.html#content 3fa8c666f95b93ba4c6655a5724e8ac825932c7a `Microsoft`<http://www.microsoft.com/> The 'content' property properly handles a 'counter()' function with a list-style.
|
|
content-013 Content using a 'counter()' function with a list style set to 'lower-greek' http://www.w3.org/TR/CSS21/generate.html#propdef-content,http://www.w3.org/TR/CSS21/generate.html#content 2425fab0e16ae4872ca7d228c7bcb4e500d6a3aa `Microsoft`<http://www.microsoft.com/> The 'content' property properly handles a 'counter()' function with a list-style.
|
|
content-014 Content using a 'counter()' function with a list style set to 'lower-latin' http://www.w3.org/TR/CSS21/generate.html#propdef-content,http://www.w3.org/TR/CSS21/generate.html#content b3eb6fe04f7d448920041ef0778db1f039068bbd `Microsoft`<http://www.microsoft.com/> The 'content' property properly handles a 'counter()' function with a list-style.
|
|
content-015 Content using a 'counter()' function with a list style set to 'upper-latin' http://www.w3.org/TR/CSS21/generate.html#propdef-content,http://www.w3.org/TR/CSS21/generate.html#content 6c8fe3b9756e30bfb31f74dd35b0d4a564055e6c `Microsoft`<http://www.microsoft.com/> The 'content' property properly handles a 'counter()' function with a list-style.
|
|
content-016 Content using a 'counter()' function with a list style set to 'armenian' http://www.w3.org/TR/CSS21/generate.html#propdef-content,http://www.w3.org/TR/CSS21/generate.html#content d413f89de3e548e3cd5b3daeb6ff99929b85e9cc `Microsoft`<http://www.microsoft.com/> The 'content' property properly handles a 'counter()' function with a list-style.
|
|
content-017 Content using a 'counter()' function with a list style set to 'georgian' http://www.w3.org/TR/CSS21/generate.html#propdef-content,http://www.w3.org/TR/CSS21/generate.html#content cd145913997befc6946053b1963b03bb84effaf2 `Microsoft`<http://www.microsoft.com/> The 'content' property properly handles a 'counter()' function with a list-style.
|
|
content-018 Content using a 'counter()' function with a list style set to 'lower-alpha' http://www.w3.org/TR/CSS21/generate.html#propdef-content,http://www.w3.org/TR/CSS21/generate.html#content 4a756b32050aab3e84cc5725f3f044dbf799642f `Microsoft`<http://www.microsoft.com/> The 'content' property properly handles a 'counter()' function with a list-style.
|
|
content-019 Content using a 'counter()' function with a list style set to 'upper-alpha' http://www.w3.org/TR/CSS21/generate.html#propdef-content,http://www.w3.org/TR/CSS21/generate.html#content 7e05f01bdd77e0e5a7cc0dfd5d06cc7b7812bf64 `Microsoft`<http://www.microsoft.com/> The 'content' property properly handles a 'counter()' function with a list-style.
|
|
content-020 Content using a 'counter()' function with a list style set to 'none' http://www.w3.org/TR/CSS21/generate.html#propdef-content,http://www.w3.org/TR/CSS21/generate.html#content e277d6ed72fcb830567fc99628feaaddf8b11e54 `Microsoft`<http://www.microsoft.com/> The 'content' property properly handles a 'counter()' function with a list-style.
|
|
content-021 Content using a 'counters()' function with a string value http://www.w3.org/TR/CSS21/generate.html#propdef-content,http://www.w3.org/TR/CSS21/generate.html#content fa060b339906fc6af943c44faa18fb358bc96978 `Microsoft`<http://www.microsoft.com/> The 'content' property properly handles a 'counters()' function with a string value.
|
|
content-022 Content using a 'counters()' function with a string and a list style set to 'disc' http://www.w3.org/TR/CSS21/generate.html#propdef-content,http://www.w3.org/TR/CSS21/generate.html#content 96847e5727a180b2a5d4e2dcd5c07d048965d3a7 `Microsoft`<http://www.microsoft.com/> The 'content' property properly handles a 'counters()' function with a string and a list style.
|
|
content-023 Content using a 'counters()' function with a string and a list style set to 'circle' http://www.w3.org/TR/CSS21/generate.html#propdef-content,http://www.w3.org/TR/CSS21/generate.html#content 9e015c48dbc5b03c40b8c95837672c27a3c60ed3 `Microsoft`<http://www.microsoft.com/> The 'content' property properly handles a 'counters()' function with a string and a list style.
|
|
content-024 Content using a 'counters()' function with a string and a list style set to 'square' http://www.w3.org/TR/CSS21/generate.html#propdef-content,http://www.w3.org/TR/CSS21/generate.html#content f072d1ff7af0d21114bed47ebd5b67bb6862f404 `Microsoft`<http://www.microsoft.com/> The 'content' property properly handles a 'counters()' function with a string and a list style.
|
|
content-025 Content using a 'counters()' function with a string and a list style set to 'decimal' http://www.w3.org/TR/CSS21/generate.html#propdef-content,http://www.w3.org/TR/CSS21/generate.html#content 1173659dd8704ec7bd15faecfd3f66db9d4df8b4 `Microsoft`<http://www.microsoft.com/> The 'content' property properly handles a 'counters()' function with a string and a list style.
|
|
content-026 Content using a 'counters()' function with a string and a list style set to 'decimal-leading-zero' http://www.w3.org/TR/CSS21/generate.html#propdef-content,http://www.w3.org/TR/CSS21/generate.html#content a41623e91485de905fe3eee2b03e12dd3d7b87f4 `Microsoft`<http://www.microsoft.com/> The 'content' property properly handles a 'counters()' function with a string and a list style.
|
|
content-027 Content using a 'counters()' function with a string and a list style set to 'lower-roman' http://www.w3.org/TR/CSS21/generate.html#propdef-content,http://www.w3.org/TR/CSS21/generate.html#content 9f4d94d79cb559ec864c754032e05da3a8b98417 `Microsoft`<http://www.microsoft.com/> The 'content' property properly handles a 'counters()' function with a string and a list style.
|
|
content-028 Content using a 'counters()' function with a string and a list style set to 'upper-roman' http://www.w3.org/TR/CSS21/generate.html#propdef-content,http://www.w3.org/TR/CSS21/generate.html#content 46235f6116f226a5bd0daef26c647c37a5a44e9c `Microsoft`<http://www.microsoft.com/> The 'content' property properly handles a 'counters()' function with a string and a list style.
|
|
content-029 Content using a 'counters()' function with a string and a list style set to 'lower-greek' http://www.w3.org/TR/CSS21/generate.html#propdef-content,http://www.w3.org/TR/CSS21/generate.html#content 1ce46dab7ca2e2c3d0dd6c34b681aca160022493 `Microsoft`<http://www.microsoft.com/> The 'content' property properly handles a 'counters()' function with a string and a list style.
|
|
content-030 Content using a 'counters()' function with a string and a list style set to 'lower-latin' http://www.w3.org/TR/CSS21/generate.html#propdef-content,http://www.w3.org/TR/CSS21/generate.html#content 1b136078afbe77b4d509f380d162bb23f94bd9a7 `Microsoft`<http://www.microsoft.com/> The 'content' property properly handles a 'counters()' function with a string and a list style.
|
|
content-031 Content using a 'counters()' function with a string and a list style set to 'upper-latin' http://www.w3.org/TR/CSS21/generate.html#propdef-content,http://www.w3.org/TR/CSS21/generate.html#content ddb3584613981e4ad4afeec952020935c5360d62 `Microsoft`<http://www.microsoft.com/> The 'content' property properly handles a 'counters()' function with a string and a list style.
|
|
content-032 Content using a 'counters()' function with a string and a list style set to 'armenian' http://www.w3.org/TR/CSS21/generate.html#propdef-content,http://www.w3.org/TR/CSS21/generate.html#content 48869a9014110e2f9227570f53d8a986f58fcd67 `Microsoft`<http://www.microsoft.com/> The 'content' property properly handles a 'counters()' function with a string and a list style.
|
|
content-033 Content using a 'counters()' function with a string and a list style set to 'georgian' http://www.w3.org/TR/CSS21/generate.html#propdef-content,http://www.w3.org/TR/CSS21/generate.html#content ad03de4891b19bff569067e04ef17e593aa719e1 `Microsoft`<http://www.microsoft.com/> The 'content' property properly handles a 'counters()' function with a string and a list style.
|
|
content-034 Content using a 'counters()' function with a string and a list style set to 'lower-alpha' http://www.w3.org/TR/CSS21/generate.html#propdef-content,http://www.w3.org/TR/CSS21/generate.html#content 0518ee27fb09022fe08e20b2fb88402c1330c1e4 `Microsoft`<http://www.microsoft.com/> The 'content' property properly handles a 'counters()' function with a string and a list style.
|
|
content-035 Content using a 'counters()' function with a string and a list style set to 'upper-alpha' http://www.w3.org/TR/CSS21/generate.html#propdef-content,http://www.w3.org/TR/CSS21/generate.html#content c68d4c59092fdd40a255666d9e16e6d4654a9bcd `Microsoft`<http://www.microsoft.com/> The 'content' property properly handles a 'counters()' function with a string and a list style.
|
|
content-036 Content using a 'counters()' function with a string and a list style set to 'none' http://www.w3.org/TR/CSS21/generate.html#propdef-content,http://www.w3.org/TR/CSS21/generate.html#content 821a5915ea5efd082bb946e072d91f0f0600a3f3 `Microsoft`<http://www.microsoft.com/> The 'content' property properly handles a 'counters()' function with a string and a list style.
|
|
content-037 Content with a 'attr()' function as a value selecting 'abbr' http://www.w3.org/TR/CSS21/generate.html#propdef-content,http://www.w3.org/TR/CSS21/generate.html#content 4f8529c2dbc602ec5630b883bf09c36eb1d2a34e `Microsoft`<http://www.microsoft.com/> The 'content' property correctly handles the 'attr()' function when calling the attribute 'abbr'.
|
|
content-038 Content with a 'attr()' function as a value selecting 'accept-charset' http://www.w3.org/TR/CSS21/generate.html#propdef-content,http://www.w3.org/TR/CSS21/generate.html#content f0a7a8939570fba0c88bccf8ae810cea1da5a657 `Microsoft`<http://www.microsoft.com/> The 'content' property correctly handles the 'attr()' function when calling the attribute 'accept-charset'.
|
|
content-039 Content with a 'attr()' function as a value selecting 'accept' http://www.w3.org/TR/CSS21/generate.html#propdef-content,http://www.w3.org/TR/CSS21/generate.html#content 7b4643aa47c831769ce7c2075b19f903bae5aef6 `Microsoft`<http://www.microsoft.com/> The 'content' property correctly handles the 'attr()' function when calling the attribute 'accept'.
|
|
content-040 Content with a 'attr()' function as a value selecting 'accesskey' http://www.w3.org/TR/CSS21/generate.html#propdef-content,http://www.w3.org/TR/CSS21/generate.html#content a6bc7e4bf4e8557623e2cbeade80507da9dde6de `Microsoft`<http://www.microsoft.com/> The 'content' property correctly handles the 'attr()' function when calling the attribute 'accesskey'.
|
|
content-041 Content with a 'attr()' function as a value selecting 'action' http://www.w3.org/TR/CSS21/generate.html#propdef-content,http://www.w3.org/TR/CSS21/generate.html#content f3e0e26f4c84b70d6443c8569dd56f8e81e0a288 `Microsoft`<http://www.microsoft.com/> The 'content' property correctly handles the 'attr()' function when calling the attribute 'action'.
|
|
content-042 Content with a 'attr()' function as a value selecting 'align' http://www.w3.org/TR/CSS21/generate.html#propdef-content,http://www.w3.org/TR/CSS21/generate.html#content 319461152313b96f693c1c37a73161f4c9340e0b `Microsoft`<http://www.microsoft.com/> The 'content' property correctly handles the 'attr()' function when calling the attribute 'align'.
|
|
content-043 Content with a 'attr()' function as a value selecting 'alink' http://www.w3.org/TR/CSS21/generate.html#propdef-content,http://www.w3.org/TR/CSS21/generate.html#content da8121dae30d717bc276e04fecf1bdd3635ca353 `Microsoft`<http://www.microsoft.com/> The 'content' property correctly handles the 'attr()' function when calling the attribute 'alink'.
|
|
content-046 Content with a 'attr()' function as a value selecting 'axis' http://www.w3.org/TR/CSS21/generate.html#propdef-content,http://www.w3.org/TR/CSS21/generate.html#content 69fba3d7139a43d7bc01ac6d6a08cce51c79df11 `Microsoft`<http://www.microsoft.com/> The 'content' property correctly handles the 'attr()' function when calling the attribute 'axis'.
|
|
content-047 Content with a 'attr()' function as a value selecting 'background' http://www.w3.org/TR/CSS21/generate.html#propdef-content,http://www.w3.org/TR/CSS21/generate.html#content 6338d48a4fffbba695fd9c0f4993359e8ff5e6b5 `Microsoft`<http://www.microsoft.com/> The 'content' property correctly handles the 'attr()' function when calling the attribute 'background'.
|
|
content-048 Content with a 'attr()' function as a value selecting 'bgcolor' http://www.w3.org/TR/CSS21/generate.html#propdef-content,http://www.w3.org/TR/CSS21/generate.html#content b9ca83603f0247326cd6c1e3a8b3f5479f98efa2 `Microsoft`<http://www.microsoft.com/> The 'content' property correctly handles the 'attr()' function when calling the attribute 'bgcolor'.
|
|
content-049 Content with a 'attr()' function as a value selecting 'border' http://www.w3.org/TR/CSS21/generate.html#propdef-content,http://www.w3.org/TR/CSS21/generate.html#content 490f95b63226d6a3683b5aa70e9defa6aa23ce08 `Microsoft`<http://www.microsoft.com/> The 'content' property correctly handles the 'attr()' function when calling the attribute 'border'.
|
|
content-050 Content with a 'attr()' function as a value selecting 'cellpadding' http://www.w3.org/TR/CSS21/generate.html#propdef-content,http://www.w3.org/TR/CSS21/generate.html#content 404e801d2e1c19749c83ca238c5c1f0a05f93eeb `Microsoft`<http://www.microsoft.com/> The 'content' property correctly handles the 'attr()' function when calling the attribute 'cellpadding'.
|
|
content-051 Content with a 'attr()' function as a value selecting 'cellspacing' http://www.w3.org/TR/CSS21/generate.html#propdef-content,http://www.w3.org/TR/CSS21/generate.html#content b191e5fc7ef4ac6da2ae744a1dee063c98c1f6a5 `Microsoft`<http://www.microsoft.com/> The 'content' property correctly handles the 'attr()' function when calling the attribute 'cellspacing'.
|
|
content-052 Content with a 'attr()' function as a value selecting 'char' http://www.w3.org/TR/CSS21/generate.html#propdef-content,http://www.w3.org/TR/CSS21/generate.html#content 93172a667f8b257440b30db909ae61f1b7d2e32c `Microsoft`<http://www.microsoft.com/> The 'content' property correctly handles the 'attr()' function when calling the attribute 'char'.
|
|
content-053 Content with a 'attr()' function as a value selecting 'charoff' http://www.w3.org/TR/CSS21/generate.html#propdef-content,http://www.w3.org/TR/CSS21/generate.html#content 74efa63e5aa622263c40d7a0e90dc70a241fd55a `Microsoft`<http://www.microsoft.com/> The 'content' property correctly handles the 'attr()' function when calling the attribute 'charoff'.
|
|
content-054 Content with a 'attr()' function as a value selecting 'charset' http://www.w3.org/TR/CSS21/generate.html#propdef-content,http://www.w3.org/TR/CSS21/generate.html#content 8c5d8989ac15d9ff3063eb6ea42a05b35c657f0b `Microsoft`<http://www.microsoft.com/> The 'content' property correctly handles the 'attr()' function when calling the attribute 'charset'.
|
|
content-056 Content with a 'attr()' function as a value selecting 'cite' http://www.w3.org/TR/CSS21/generate.html#propdef-content,http://www.w3.org/TR/CSS21/generate.html#content 5add38ce9d1da28e53402589b8b3475473768d9e `Microsoft`<http://www.microsoft.com/> The 'content' property correctly handles the 'attr()' function when calling the attribute 'cite'.
|
|
content-057 Content with a 'attr()' function as a value selecting 'class' http://www.w3.org/TR/CSS21/generate.html#propdef-content,http://www.w3.org/TR/CSS21/generate.html#content 725bc949d75ec503d673ba07589935e5219f1a9a `Microsoft`<http://www.microsoft.com/> The 'content' property properly handles the 'attr()' function when calling the attribute 'class'.
|
|
content-063 Content with a 'attr()' function as a value selecting 'color' http://www.w3.org/TR/CSS21/generate.html#propdef-content,http://www.w3.org/TR/CSS21/generate.html#content 13a41c536d8a39d5d5a61fb8d9694050c9909896 `Microsoft`<http://www.microsoft.com/> The 'content' property correctly handles the 'attr()' function when calling the attribute 'color'.
|
|
content-065 Content with a 'attr()' function as a value selecting 'colspan' http://www.w3.org/TR/CSS21/generate.html#propdef-content,http://www.w3.org/TR/CSS21/generate.html#content 2be1032eca9a820724e9b04f45200c97972864ab `Microsoft`<http://www.microsoft.com/> The 'content' property correctly handles the 'attr()' function when calling the attribute 'colspan'.
|
|
content-066 Content with a 'attr()' function as a value selecting 'compact' HTMLonly http://www.w3.org/TR/CSS21/generate.html#propdef-content,http://www.w3.org/TR/CSS21/generate.html#content 18cf9eb941f29a757d4ff4e078cff9b58e441cd1 `Microsoft`<http://www.microsoft.com/> The 'content' property correctly handles the 'attr()' function when calling the attribute 'compact'.
|
|
content-067 Content with a 'attr()' function as a value selecting 'content' http://www.w3.org/TR/CSS21/generate.html#propdef-content,http://www.w3.org/TR/CSS21/generate.html#content bb9412e86e79a06940379f0ae46100345aefca10 `Microsoft`<http://www.microsoft.com/> The 'content' property correctly handles the 'attr()' function when calling the attribute 'content'.
|
|
content-068 Content with a 'attr()' function as a value selecting 'coords' http://www.w3.org/TR/CSS21/generate.html#propdef-content,http://www.w3.org/TR/CSS21/generate.html#content 48933e6cf9737a7016bb83e53840d10c9d0bd2ad `Microsoft`<http://www.microsoft.com/> The 'content' property correctly handles the 'attr()' function when calling the attribute 'coords'.
|
|
content-070 Content with a 'attr()' function as a value selecting 'datetime' http://www.w3.org/TR/CSS21/generate.html#propdef-content,http://www.w3.org/TR/CSS21/generate.html#content d7f43ca7f56aeea9b174a5da44f47439ecf2b185 `Microsoft`<http://www.microsoft.com/> The 'content' property correctly handles the 'attr()' function when calling the attribute 'datetime'.
|
|
content-072 Content with a 'attr()' function as a value selecting 'defer' http://www.w3.org/TR/CSS21/generate.html#propdef-content,http://www.w3.org/TR/CSS21/generate.html#content 4548ce862b9e95c2b1c648f058f00537b157a704 `Microsoft`<http://www.microsoft.com/> The 'content' property correctly handles the 'attr()' function when calling the attribute 'defer'.
|
|
content-073 Content with a 'attr()' function as a value selecting 'dir' http://www.w3.org/TR/CSS21/generate.html#propdef-content,http://www.w3.org/TR/CSS21/generate.html#content b3fd938e3c4cf141459ac40d3775776bd67d512d `Microsoft`<http://www.microsoft.com/> The 'content' property properly handles the 'attr()' function when calling the attribute 'dir'.
|
|
content-075 Content with a 'attr()' function as a value selecting 'enctype' http://www.w3.org/TR/CSS21/generate.html#propdef-content,http://www.w3.org/TR/CSS21/generate.html#content a04f16ebfa01c9ff3166f10f37aa895251aca425 `Microsoft`<http://www.microsoft.com/> The 'content' property properly handles the 'attr()' function when calling the attribute 'enctype'.
|
|
content-076 Content with a 'attr()' function as a value selecting 'face' http://www.w3.org/TR/CSS21/generate.html#propdef-content,http://www.w3.org/TR/CSS21/generate.html#content 07227a2156f55aeff2ee0c3fe8b1e1dc39bff45a `Microsoft`<http://www.microsoft.com/> The 'content' property properly handles the 'attr()' function when calling the attribute 'face'.
|
|
content-077 Content with a 'attr()' function as a value selecting 'for' http://www.w3.org/TR/CSS21/generate.html#propdef-content,http://www.w3.org/TR/CSS21/generate.html#content df7c426b5cdbf3a0a1a92fa56ee2d2b66a5998a4 `Microsoft`<http://www.microsoft.com/> The 'content' property properly handles the 'attr()' function when calling the attribute 'for'.
|
|
content-078 Content with a 'attr()' function as a value selecting 'frame' http://www.w3.org/TR/CSS21/generate.html#propdef-content,http://www.w3.org/TR/CSS21/generate.html#content dabc18dcdf0c71fa2be5189ce2e379702fb929c2 `Microsoft`<http://www.microsoft.com/> The 'content' property properly handles the 'attr()' function when calling the attribute 'frame'.
|
|
content-080 Content with a 'attr()' function as a value selecting 'headers' http://www.w3.org/TR/CSS21/generate.html#propdef-content,http://www.w3.org/TR/CSS21/generate.html#content f34988041665f866c85cf124dfd3d77160743cef `Microsoft`<http://www.microsoft.com/> The 'content' property properly handles the 'attr()' function when calling the attribute 'headers'.
|
|
content-081 Content with a 'attr()' function as a value selecting 'height' HTMLonly http://www.w3.org/TR/CSS21/generate.html#propdef-content,http://www.w3.org/TR/CSS21/generate.html#content 3adc8987741f17edea38b2023d6981c3200df21b `Microsoft`<http://www.microsoft.com/> The 'content' property properly handles the 'attr()' function when calling the attribute 'height'.
|
|
content-082 Content with a 'attr()' function as a value selecting 'href' http://www.w3.org/TR/CSS21/generate.html#propdef-content,http://www.w3.org/TR/CSS21/generate.html#content 054c8c0d970a6658f795b52ef0e94322ec752a7b `Microsoft`<http://www.microsoft.com/> The 'content' property properly handles the 'attr()' function when calling the attribute 'href'.
|
|
content-083 Content with a 'attr()' function as a value selecting 'hreflang' http://www.w3.org/TR/CSS21/generate.html#propdef-content,http://www.w3.org/TR/CSS21/generate.html#content d5a8f8d660478a46579e66e361b1edf6dce81f65 `Microsoft`<http://www.microsoft.com/> The 'content' property properly handles the 'attr()' function when calling the attribute 'hreflang'.
|
|
content-085 Content with a 'attr()' function as a value selecting 'http-equiv' http://www.w3.org/TR/CSS21/generate.html#propdef-content,http://www.w3.org/TR/CSS21/generate.html#content a3c13cba5c24135d12f22ae7165d10e9a9cc9a62 `Microsoft`<http://www.microsoft.com/> The 'content' property correctly handles the 'attr()' function when calling the attribute 'http-equiv'.
|
|
content-086 Content with a 'attr()' function as a value selecting 'id' http://www.w3.org/TR/CSS21/generate.html#propdef-content,http://www.w3.org/TR/CSS21/generate.html#content d1a22d4057550906cce01bf765d405e4fb6c1773 `Microsoft`<http://www.microsoft.com/> The 'content' property properly handles the 'attr()' function when calling the attribute 'id'.
|
|
content-089 Content with a 'attr()' function as a value selecting 'lang' http://www.w3.org/TR/CSS21/generate.html#propdef-content,http://www.w3.org/TR/CSS21/generate.html#content c82e54036d06eaf144be92bc7a7bc065b8690068 `Microsoft`<http://www.microsoft.com/> The 'content' property properly handles the 'attr()' function when calling the attribute 'lang'.
|
|
content-090 Content with a 'attr()' function as a value selecting 'language' HTMLonly http://www.w3.org/TR/CSS21/generate.html#propdef-content,http://www.w3.org/TR/CSS21/generate.html#content eff5e3139fbe8f0f8582f789f70e48e8f0ab0188 `Microsoft`<http://www.microsoft.com/> The 'content' property properly handles the 'attr()' function when calling the attribute 'language'.
|
|
content-091 Content with a 'attr()' function as a value selecting 'link' HTMLonly http://www.w3.org/TR/CSS21/generate.html#propdef-content,http://www.w3.org/TR/CSS21/generate.html#content b5519a672b1dce7e900d10fe14af231c3520be04 `Microsoft`<http://www.microsoft.com/> The 'content' property properly handles the 'attr()' function when calling the attribute 'link'.
|
|
content-096 Content with a 'attr()' function as a value selecting 'media' http://www.w3.org/TR/CSS21/generate.html#propdef-content,http://www.w3.org/TR/CSS21/generate.html#content 2e5d011bcde0cfb01280a4ec7a23dab9c8359ec2 `Microsoft`<http://www.microsoft.com/> The 'content' property properly handles the 'attr()' function when calling the attribute 'media'.
|
|
content-097 Content with a 'attr()' function as a value selecting 'method' http://www.w3.org/TR/CSS21/generate.html#propdef-content,http://www.w3.org/TR/CSS21/generate.html#content 2cf275a6453302ea753c9a620b5adb6616c7543d `Microsoft`<http://www.microsoft.com/> The 'content' property properly handles the 'attr()' function when calling the attribute 'method'.
|
|
content-099 Content with a 'attr()' function as a value selecting 'name' http://www.w3.org/TR/CSS21/generate.html#propdef-content,http://www.w3.org/TR/CSS21/generate.html#content e2e85a5dceb74974cef5fc8c4cbf84710361b743 `Microsoft`<http://www.microsoft.com/> The 'content' property properly handles the 'attr()' function when calling the attribute 'name'.
|
|
content-100 Content with a 'attr()' function as a value selecting 'nohref' http://www.w3.org/TR/CSS21/generate.html#propdef-content,http://www.w3.org/TR/CSS21/generate.html#content c1537ac64322e45f1e402b5ce3a9c0f9267dd821 `Microsoft`<http://www.microsoft.com/> The 'content' property properly handles the 'attr()' function when calling the attribute 'nohref'.
|
|
content-103 Content with a 'attr()' function as a value selecting 'nowrap' http://www.w3.org/TR/CSS21/generate.html#propdef-content,http://www.w3.org/TR/CSS21/generate.html#content 156354880e327ab349e1c2f03e5d677afd158973 `Microsoft`<http://www.microsoft.com/> The 'content' property properly handles the 'attr()' function when calling the attribute 'nowrap'.
|
|
content-105 Content with a 'attr()' function as a value selecting 'onblur' dom http://www.w3.org/TR/CSS21/generate.html#propdef-content,http://www.w3.org/TR/CSS21/generate.html#content 00c40f9fb924be3dda4835aa59899f24c5c96a34 `Microsoft`<http://www.microsoft.com/> The 'content' property properly handles the 'attr()' function when calling the attribute 'onblur'.
|
|
content-107 Content with a 'attr()' function as a value selecting 'onclick' dom http://www.w3.org/TR/CSS21/generate.html#propdef-content,http://www.w3.org/TR/CSS21/generate.html#content 946568ef704666f754b3f6e65b402a06bf58b4ac `Microsoft`<http://www.microsoft.com/> The 'content' property properly handles the 'attr()' function when calling the attribute 'onclick'.
|
|
content-108 Content with a 'attr()' function as a value selecting 'ondblclick' dom http://www.w3.org/TR/CSS21/generate.html#propdef-content,http://www.w3.org/TR/CSS21/generate.html#content 52f99b9cf51ee7feefa2b25831a3e8a5fb4cbd2a `Microsoft`<http://www.microsoft.com/> The 'content' property properly handles the 'attr()' function when calling the attribute 'ondblclick'.
|
|
content-109 Content with a 'attr()' function as a value selecting 'onfocus' dom http://www.w3.org/TR/CSS21/generate.html#propdef-content,http://www.w3.org/TR/CSS21/generate.html#content 0c3b78a63e5f8860b58ab057be5e842135ce0be8 `Microsoft`<http://www.microsoft.com/> The 'content' property properly handles the 'attr()' function when calling the attribute 'onfocus'.
|
|
content-110 Content with a 'attr()' function as a value selecting 'onkeydown' dom http://www.w3.org/TR/CSS21/generate.html#propdef-content,http://www.w3.org/TR/CSS21/generate.html#content 71bc9d66ecd16cd27a4ca93ad0436afaf296c618 `Microsoft`<http://www.microsoft.com/> The 'content' property properly handles the 'attr()' function when calling the attribute 'onkeydown'.
|
|
content-111 Content with a 'attr()' function as a value selecting 'onkeypress' dom http://www.w3.org/TR/CSS21/generate.html#propdef-content,http://www.w3.org/TR/CSS21/generate.html#content 0566d5b614fcb7ad105c74d3ea637b704a9228cc `Microsoft`<http://www.microsoft.com/> The 'content' property properly handles the 'attr()' function when calling the attribute 'onkeypress'.
|
|
content-112 Content with a 'attr()' function as a value selecting 'onkeyup' dom http://www.w3.org/TR/CSS21/generate.html#propdef-content,http://www.w3.org/TR/CSS21/generate.html#content a02bddcf6913f33df85879ad39e252b670aa81f2 `Microsoft`<http://www.microsoft.com/> The 'content' property properly handles the 'attr()' function when calling the attribute 'onkeyup'.
|
|
content-113 Content with a 'attr()' function as a value selecting 'onload' dom http://www.w3.org/TR/CSS21/generate.html#propdef-content,http://www.w3.org/TR/CSS21/generate.html#content 0e86e9b05d3171442856fcf9755c9e94892d201a `Microsoft`<http://www.microsoft.com/> The 'content' property properly handles the 'attr()' function when calling the attribute 'onload'.
|
|
content-114 Content with a 'attr()' function as a value selecting 'onmousedown' dom http://www.w3.org/TR/CSS21/generate.html#propdef-content,http://www.w3.org/TR/CSS21/generate.html#content 9093f08a7508815734b0a825f0f0ec5be50c1f46 `Microsoft`<http://www.microsoft.com/> The 'content' property properly handles the 'attr()' function when calling the attribute 'onmousedown'.
|
|
content-115 Content with a 'attr()' function as a value selecting 'onmousemove' dom http://www.w3.org/TR/CSS21/generate.html#propdef-content,http://www.w3.org/TR/CSS21/generate.html#content 6276b9070697eb5888ee8f51fe46d25ab212507e `Microsoft`<http://www.microsoft.com/> The 'content' property properly handles the 'attr()' function when calling the attribute 'onmousemove'.
|
|
content-116 Content with a 'attr()' function as a value selecting 'onmouseout' dom http://www.w3.org/TR/CSS21/generate.html#propdef-content,http://www.w3.org/TR/CSS21/generate.html#content 5effd7f794a7a936371ceade09f985ff24167649 `Microsoft`<http://www.microsoft.com/> The 'content' property properly handles the 'attr()' function when calling the attribute 'onmouseout'.
|
|
content-117 Content with a 'attr()' function as a value selecting 'onmouseover' dom http://www.w3.org/TR/CSS21/generate.html#propdef-content,http://www.w3.org/TR/CSS21/generate.html#content 0a5e3f119bfae465693efa4baee84f1af606d9f6 `Microsoft`<http://www.microsoft.com/> The 'content' property properly handles the 'attr()' function when calling the attribute 'onmouseover'.
|
|
content-118 Content with a 'attr()' function as a value selecting 'onmouseup' dom http://www.w3.org/TR/CSS21/generate.html#propdef-content,http://www.w3.org/TR/CSS21/generate.html#content 41bec470ee4228b742c58b73a2555227b577ee89 `Microsoft`<http://www.microsoft.com/> The 'content' property properly handles the 'attr()' function when calling the attribute 'onmouseup'.
|
|
content-119 Content with a 'attr()' function as a value selecting 'onreset' dom http://www.w3.org/TR/CSS21/generate.html#propdef-content,http://www.w3.org/TR/CSS21/generate.html#content acb70d332aa1e5a8fc7138509eea044c333afda9 `Microsoft`<http://www.microsoft.com/> The 'content' property properly handles the 'attr()' function when calling the attribute 'onreset'.
|
|
content-121 Content with a 'attr()' function as a value selecting 'onsubmit' dom http://www.w3.org/TR/CSS21/generate.html#propdef-content,http://www.w3.org/TR/CSS21/generate.html#content f05f95ba46e3c7fe3cab28079c367ee8ad438707 `Microsoft`<http://www.microsoft.com/> The 'content' property properly handles the 'attr()' function when calling the attribute 'onsubmit'.
|
|
content-122 Content with a 'attr()' function as a value selecting 'onunload' dom http://www.w3.org/TR/CSS21/generate.html#propdef-content,http://www.w3.org/TR/CSS21/generate.html#content c727428808cf3a0670613a822fac9b0d6ff599af `Microsoft`<http://www.microsoft.com/> The 'content' property properly handles the 'attr()' function when calling the attribute 'onunload'.
|
|
content-123 Content with a 'attr()' function as a value selecting 'profile' http://www.w3.org/TR/CSS21/generate.html#propdef-content,http://www.w3.org/TR/CSS21/generate.html#content 1645b89d077f30b388ad47737d22563dbd31df74 `Microsoft`<http://www.microsoft.com/> The 'content' property properly handles the 'attr()' function when calling the attribute 'profile'.
|
|
content-126 Content with a 'attr()' function as a value selecting 'rel' http://www.w3.org/TR/CSS21/generate.html#propdef-content,http://www.w3.org/TR/CSS21/generate.html#content 38c6fa07b5493d4044e015f64c113f509e42fa1c `Microsoft`<http://www.microsoft.com/> The 'content' property properly handles the 'attr()' function when calling the attribute 'rel'.
|
|
content-127 Content with a 'attr()' function as a value selecting 'rev' http://www.w3.org/TR/CSS21/generate.html#propdef-content,http://www.w3.org/TR/CSS21/generate.html#content d42b22e269e32a5a05f96a5d1e0ceb493147c833 `Microsoft`<http://www.microsoft.com/> The 'content' property properly handles the 'attr()' function when calling the attribute 'rev'.
|
|
content-129 Content with a 'attr()' function as a value selecting 'rowspan' http://www.w3.org/TR/CSS21/generate.html#propdef-content,http://www.w3.org/TR/CSS21/generate.html#content 91988dc4f388cec50d4c3ac67584d6cef18c206f `Microsoft`<http://www.microsoft.com/> The 'content' property properly handles the 'attr()' function when calling the attribute 'rowspan'.
|
|
content-130 Content with a 'attr()' function as a value selecting 'rules' http://www.w3.org/TR/CSS21/generate.html#propdef-content,http://www.w3.org/TR/CSS21/generate.html#content cc8e424fa793ee006b98fd554efca26391426fa6 `Microsoft`<http://www.microsoft.com/> The 'content' property properly handles the 'attr()' function when calling the attribute 'rules'.
|
|
content-131 Content with a 'attr()' function as a value selecting 'scheme' http://www.w3.org/TR/CSS21/generate.html#propdef-content,http://www.w3.org/TR/CSS21/generate.html#content dd0e91d3038dfa3b5ecef2868a8dd123c6a22c83 `Microsoft`<http://www.microsoft.com/> The 'content' property properly handles the 'attr()' function when calling the attribute 'scheme'.
|
|
content-132 Content with a 'attr()' function as a value selecting 'scope' http://www.w3.org/TR/CSS21/generate.html#propdef-content,http://www.w3.org/TR/CSS21/generate.html#content 96ce7b6b2de713132c8d4249f799efc8ae921b59 `Microsoft`<http://www.microsoft.com/> The 'content' property properly handles the 'attr()' function when calling the attribute 'scope'.
|
|
content-135 Content with a 'attr()' function as a value selecting 'shape' http://www.w3.org/TR/CSS21/generate.html#propdef-content,http://www.w3.org/TR/CSS21/generate.html#content 3939e0899b7f80ee7ebadfb90e625448dc280432 `Microsoft`<http://www.microsoft.com/> The 'content' property properly handles the 'attr()' function when calling the attribute 'shape'.
|
|
content-136 Content with a 'attr()' function as a value selecting 'size' http://www.w3.org/TR/CSS21/generate.html#propdef-content,http://www.w3.org/TR/CSS21/generate.html#content d586e93515ddeba506a131ed0322fde2b38ace41 `Microsoft`<http://www.microsoft.com/> The 'content' property properly handles the 'attr()' function when calling the attribute 'size'.
|
|
content-138 Content with a 'attr()' function as a value selecting 'src' http://www.w3.org/TR/CSS21/generate.html#propdef-content,http://www.w3.org/TR/CSS21/generate.html#content 02e156fe0979be492221f10a0b3724b51a6cb11b `Microsoft`<http://www.microsoft.com/> The 'content' property properly handles the 'attr()' function when calling the attribute 'src'.
|
|
content-140 Content with a 'attr()' function as a value selecting 'start' http://www.w3.org/TR/CSS21/generate.html#propdef-content,http://www.w3.org/TR/CSS21/generate.html#content 496b3586203988c8c12829d94ec136d5681a86eb `Microsoft`<http://www.microsoft.com/> The 'content' property properly handles the 'attr()' function when calling the attribute 'start'.
|
|
content-141 Content with a 'attr()' function as a value selecting 'style' http://www.w3.org/TR/CSS21/generate.html#propdef-content,http://www.w3.org/TR/CSS21/generate.html#content cdda5d1f21fe81d16c18edc470754744541c51ee `Microsoft`<http://www.microsoft.com/> The 'content' property properly handles the 'attr()' function when calling the attribute 'style'.
|
|
content-142 Content with a 'attr()' function as a value selecting 'summary' http://www.w3.org/TR/CSS21/generate.html#propdef-content,http://www.w3.org/TR/CSS21/generate.html#content 782df29012d794cb2a880d850f1bd8dd8e83330d `Microsoft`<http://www.microsoft.com/> The 'content' property properly handles the 'attr()' function when calling the attribute 'summary'.
|
|
content-143 Content with a 'attr()' function as a value selecting 'tabindex' http://www.w3.org/TR/CSS21/generate.html#propdef-content,http://www.w3.org/TR/CSS21/generate.html#content f8afca54da061c2eda991b23392ae9f624293a71 `Microsoft`<http://www.microsoft.com/> The 'content' property properly handles the 'attr()' function when calling the attribute 'tabindex'.
|
|
content-144 Content with a 'attr()' function as a value selecting 'target' http://www.w3.org/TR/CSS21/generate.html#propdef-content,http://www.w3.org/TR/CSS21/generate.html#content b285fab73dc16980f224df8e88bb1193f4be9d2d `Microsoft`<http://www.microsoft.com/> The 'content' property properly handles the 'attr()' function when calling the attribute 'target'.
|
|
content-145 Content with a 'attr()' function as a value selecting 'text' http://www.w3.org/TR/CSS21/generate.html#propdef-content,http://www.w3.org/TR/CSS21/generate.html#content 50c6351a11af9b777b043fe85e590a3fa6e024de `Microsoft`<http://www.microsoft.com/> The 'content' property properly handles the 'attr()' function when calling the attribute 'text'.
|
|
content-146 Content with a 'attr()' function as a value selecting 'title' http://www.w3.org/TR/CSS21/generate.html#propdef-content,http://www.w3.org/TR/CSS21/generate.html#content 683a45095c05f4c05e7241d3c9c2b994de083ba5 `Microsoft`<http://www.microsoft.com/> The 'content' property properly handles the 'attr()' function when calling the attribute 'title'.
|
|
content-147 Content with a 'attr()' function as a value selecting 'type' http://www.w3.org/TR/CSS21/generate.html#propdef-content,http://www.w3.org/TR/CSS21/generate.html#content ffa51a1202e3b8d15bd6d5687ba8bffafc3878c1 `Microsoft`<http://www.microsoft.com/> The 'content' property properly handles the 'attr()' function when calling the attribute 'type'.
|
|
content-149 Content with a 'attr()' function as a value selecting 'valign' HTMLonly http://www.w3.org/TR/CSS21/generate.html#propdef-content,http://www.w3.org/TR/CSS21/generate.html#content 2336ad9456d04d7e010f2df87f26fc5437f9178e `Microsoft`<http://www.microsoft.com/> The 'content' property properly handles the 'attr()' function when calling the attribute 'valign'.
|
|
content-150 Content with a 'attr()' function as a value selecting 'value' http://www.w3.org/TR/CSS21/generate.html#propdef-content,http://www.w3.org/TR/CSS21/generate.html#content efab3a05b4e22835f52529ca11037d8b9e1c658e `Microsoft`<http://www.microsoft.com/> The 'content' property properly handles the 'attr()' function when calling the attribute 'value'.
|
|
content-151 Content with a 'attr()' function as a value selecting 'valuetype' http://www.w3.org/TR/CSS21/generate.html#propdef-content,http://www.w3.org/TR/CSS21/generate.html#content 96ad0422efcac4d4902761dc7c13d2bca8953a0b `Microsoft`<http://www.microsoft.com/> The 'content' property properly handles the 'attr()' function when calling the attribute 'valuetype'.
|
|
content-152 Content with a 'attr()' function as a value selecting 'version' http://www.w3.org/TR/CSS21/generate.html#propdef-content,http://www.w3.org/TR/CSS21/generate.html#content 15d24042d20a0976531adbad095f6286edb0c528 `Microsoft`<http://www.microsoft.com/> The 'content' property properly handles the 'attr()' function when calling the attribute 'version'.
|
|
content-153 Content with a 'attr()' function as a value selecting 'vlink' HTMLonly http://www.w3.org/TR/CSS21/generate.html#propdef-content,http://www.w3.org/TR/CSS21/generate.html#content a70061edb16dea6f917ccd779e142055b92c6a70 `Microsoft`<http://www.microsoft.com/> The 'content' property properly handles the 'attr()' function when calling the attribute 'vlink'.
|
|
content-155 Content with a 'attr()' function as a value selecting 'width' http://www.w3.org/TR/CSS21/generate.html#propdef-content,http://www.w3.org/TR/CSS21/generate.html#content b41cecaff7404ee85bc30fe8daf3bb862c130f21 `Microsoft`<http://www.microsoft.com/> The 'content' property properly handles the 'attr()' function when calling the attribute 'width'.
|
|
content-156 Content with the value of 'open-quote' http://www.w3.org/TR/CSS21/generate.html#propdef-content,http://www.w3.org/TR/CSS21/generate.html#content ecb4562e417a44bd795081abc5f41338847c0628 `Microsoft`<http://www.microsoft.com/> The 'content' property properly handles an 'open-quote' value.
|
|
content-157 Content with the value of 'close-quote' http://www.w3.org/TR/CSS21/generate.html#propdef-content,http://www.w3.org/TR/CSS21/generate.html#content f85b380694a490f4ff18cfa4a45b5675dd453bfd `Microsoft`<http://www.microsoft.com/> The 'content' property properly handles a 'close-quote' value.
|
|
content-158 Content with the value of 'no-open-quote' http://www.w3.org/TR/CSS21/generate.html#propdef-content,http://www.w3.org/TR/CSS21/generate.html#content 4ff0f3a1ee55e48f78c1311c0618cd29eec3f20c `Microsoft`<http://www.microsoft.com/> The 'content' property properly handles a 'no-open-quote' value.
|
|
content-159 Content with the value of 'no-close-quote' http://www.w3.org/TR/CSS21/generate.html#propdef-content,http://www.w3.org/TR/CSS21/generate.html#content 346a3628a5ed4f69255119744771a83aa56aeb46 `Microsoft`<http://www.microsoft.com/> The 'content' property properly handles a 'no-close-quote' value.
|
|
content-160 Content with the value of 'inherit' http://www.w3.org/TR/CSS21/generate.html#propdef-content,http://www.w3.org/TR/CSS21/generate.html#content 0df9d91e06178c2a7a90d5328ae8833b4f8ac8f5 `Microsoft`<http://www.microsoft.com/> The 'content' property correctly handles an 'inherit' value.
|
|
content-171 reference/content-171-ref Generated Content: Simple \A http://www.w3.org/TR/CSS21/generate.html#content e484996e019e3d29ed510918b9bd34ec2ffcdc4a `Ian Hickson`<mailto:ian@hixie.ch>
|
|
content-172 reference/content-172-ref Generated Content: \A and white-space http://www.w3.org/TR/CSS21/generate.html#content ebd2e60a8b4b2e1293b67e05720a6f1a7c1b14cc `Ian Hickson`<mailto:ian@hixie.ch>
|
|
content-173 reference/content-173-ref Generated Content: Nasty parsing and generated content test http://www.w3.org/TR/CSS21/generate.html#content c0a81b4bf9a57335040006b9b1de6970172c37cc `Ian Hickson`<mailto:ian@hixie.ch>
|
|
content-174 reference/content-174-ref Generated Content: \A and white-space http://www.w3.org/TR/CSS21/generate.html#content 21a729c88eaac58a017353dd94b7d5861f4e5c11 `Ian Hickson`<mailto:ian@hixie.ch>
|
|
content-175 reference/content-175-ref Generated Content: \A and white-space http://www.w3.org/TR/CSS21/generate.html#content 7d5819144bac60afef1da182141ac0cd8f1d6160 `Ian Hickson`<mailto:ian@hixie.ch>
|
|
content-177 reference/content-177-ref Generated Content: Entities http://www.w3.org/TR/CSS21/generate.html#content 7d5ab7bec30f453a9bda91b7ebdb44a9855ba73f `Ian Hickson`<mailto:ian@hixie.ch>
|
|
content-178 Generated Content and :hover interact http://www.w3.org/TR/CSS21/generate.html#content 675e24e72228e46eb73af78f44e36882d45957b4 `Ian Hickson`<mailto:ian@hixie.ch>
|
|
content-applies-to-001 Content property works only with :before and :after http://www.w3.org/TR/CSS21/generate.html#content 0a7b1ab9d36c05a3a846ddbb83630d2c7d472446 `Microsoft`<http://www.microsoft.com/> Content property only works in conjunction with the :before and :after pseudo-elements.
|
|
content-attr-001 Content property missing attr(x) http://www.w3.org/TR/CSS21/generate.html#content a0172362ab7646f9bc95c6a72f8e802b0be15661 `Microsoft`<http://www.microsoft.com/> If attribute (x) does not exist then an empty string is returned for the attr(x) value.
|
|
content-attr-002 Generated Content from Attributes http://www.w3.org/TR/CSS21/generate.html#content 3e946aa0feecdff07e2b1eb05d7ac1035d5bd7e7 `Ian Hickson`<mailto:ian@hixie.ch>
|
|
content-attr-case-001 Content property attr(x) case sensitivity HTMLonly http://www.w3.org/TR/CSS21/generate.html#content 931b842f10ec40ae8fbd9b273ae7247d1596ff48 `Microsoft`<http://www.microsoft.com/> The attr(x) function selects the attribute even when case does not match.
|
|
content-attr-case-002 content attr(x) case sensitivity nonHTML http://www.w3.org/TR/CSS21/generate.html#content 8f51b48e369494bfb30ac28c19acfd57462413e2 `Microsoft`<http://www.microsoft.com/> Verify in XHTML that attr(x) does not select the attribute when the case does not match
|
|
content-auto-reset-001 Content property on out of scope counter http://www.w3.org/TR/CSS21/generate.html#content 073f16d82ce968e2b8068bfa814e1766852b4f2b `Microsoft`<http://www.microsoft.com/> If content refers to a counter that is not in scope, it is assumed that a counter-reset has occurred and the counter is reset to zero.
|
|
content-counter-000 content: counter(c) http://www.w3.org/TR/CSS21/generate.html#propdef-content,http://www.w3.org/TR/CSS21/syndata.html#counter,http://www.w3.org/TR/CSS21/generate.html#counter-styles 6ff4653f5730ac9088be78dcf2d4c261d64ef54f `L. David Baron`<http://dbaron.org/>
|
|
content-counter-001 content: counter(c, none) http://www.w3.org/TR/CSS21/generate.html#propdef-content,http://www.w3.org/TR/CSS21/syndata.html#counter,http://www.w3.org/TR/CSS21/generate.html#counter-styles 2d4000d7dfee00f305de20e4dba071b31b71b5fc `L. David Baron`<http://dbaron.org/>
|
|
content-counter-002 content: counter(c, disc) http://www.w3.org/TR/CSS21/generate.html#propdef-content,http://www.w3.org/TR/CSS21/syndata.html#counter,http://www.w3.org/TR/CSS21/generate.html#counter-styles 076d4cdf37485dd8628c748975e09d29db73ab60 `L. David Baron`<http://dbaron.org/>
|
|
content-counter-003 content: counter(c, circle) http://www.w3.org/TR/CSS21/generate.html#propdef-content,http://www.w3.org/TR/CSS21/syndata.html#counter,http://www.w3.org/TR/CSS21/generate.html#counter-styles bab024d65a02120fa6cd0aa09637a10ed5aee69e `L. David Baron`<http://dbaron.org/>
|
|
content-counter-004 content: counter(c, square) http://www.w3.org/TR/CSS21/generate.html#propdef-content,http://www.w3.org/TR/CSS21/syndata.html#counter,http://www.w3.org/TR/CSS21/generate.html#counter-styles daee752433971aed31e44b1efcfa832ac4e2afc4 `L. David Baron`<http://dbaron.org/>
|
|
content-counter-005 content: counter(c, decimal) http://www.w3.org/TR/CSS21/generate.html#propdef-content,http://www.w3.org/TR/CSS21/syndata.html#counter,http://www.w3.org/TR/CSS21/generate.html#counter-styles 80b6192bb1de6e73df8f3912da8482454ae76435 `L. David Baron`<http://dbaron.org/>
|
|
content-counter-006 content: counter(c, decimal-leading-zero) http://www.w3.org/TR/CSS21/generate.html#propdef-content,http://www.w3.org/TR/CSS21/syndata.html#counter,http://www.w3.org/TR/CSS21/generate.html#counter-styles 1964bbae7185f2d0893a673a7e55dedf3275c27a `L. David Baron`<http://dbaron.org/>
|
|
content-counter-007 content: counter(c, lower-roman) http://www.w3.org/TR/CSS21/generate.html#propdef-content,http://www.w3.org/TR/CSS21/syndata.html#counter,http://www.w3.org/TR/CSS21/generate.html#counter-styles 40cd168e5c3c4e17f8f71ae08002ef801fdbe4e2 `L. David Baron`<http://dbaron.org/>
|
|
content-counter-008 content: counter(c, upper-roman) http://www.w3.org/TR/CSS21/generate.html#propdef-content,http://www.w3.org/TR/CSS21/syndata.html#counter,http://www.w3.org/TR/CSS21/generate.html#counter-styles dc4663bd553f4783fc026a11a47549a23195672f `L. David Baron`<http://dbaron.org/>
|
|
content-counter-009 content: counter(c, georgian) http://www.w3.org/TR/CSS21/generate.html#propdef-content,http://www.w3.org/TR/CSS21/syndata.html#counter,http://www.w3.org/TR/CSS21/generate.html#counter-styles 45b5456dec98668404d7f75e294c68b7c3c7d3a7 `L. David Baron`<http://dbaron.org/>
|
|
content-counter-010 content: counter(c, armenian) http://www.w3.org/TR/CSS21/generate.html#propdef-content,http://www.w3.org/TR/CSS21/syndata.html#counter,http://www.w3.org/TR/CSS21/generate.html#counter-styles 85f277369296d43b2a97462aaad3afad419a75c5 `L. David Baron`<http://dbaron.org/>
|
|
content-counter-011 content: counter(c, lower-latin) http://www.w3.org/TR/CSS21/generate.html#propdef-content,http://www.w3.org/TR/CSS21/syndata.html#counter,http://www.w3.org/TR/CSS21/generate.html#counter-styles 38f78d3a02140698f9f36e4e66caf7a8a114924c `L. David Baron`<http://dbaron.org/>
|
|
content-counter-012 content: counter(c, lower-alpha) http://www.w3.org/TR/CSS21/generate.html#propdef-content,http://www.w3.org/TR/CSS21/syndata.html#counter,http://www.w3.org/TR/CSS21/generate.html#counter-styles 262223d39bfdca89c0b2a5a0b6c4ff960340c04b `L. David Baron`<http://dbaron.org/>
|
|
content-counter-013 content: counter(c, upper-latin) http://www.w3.org/TR/CSS21/generate.html#propdef-content,http://www.w3.org/TR/CSS21/syndata.html#counter,http://www.w3.org/TR/CSS21/generate.html#counter-styles 37fa19ffd8d1749fe27d9ca830478de18961e360 `L. David Baron`<http://dbaron.org/>
|
|
content-counter-014 content: counter(c, upper-alpha) http://www.w3.org/TR/CSS21/generate.html#propdef-content,http://www.w3.org/TR/CSS21/syndata.html#counter,http://www.w3.org/TR/CSS21/generate.html#counter-styles 6b618722cc4059245802209a49507d6ab259a897 `L. David Baron`<http://dbaron.org/>
|
|
content-counter-015 content: counter(c, lower-greek) http://www.w3.org/TR/CSS21/generate.html#propdef-content,http://www.w3.org/TR/CSS21/syndata.html#counter,http://www.w3.org/TR/CSS21/generate.html#counter-styles 17c57dc225d1487501f391947de26e30784f174b `L. David Baron`<http://dbaron.org/>
|
|
content-counter-016 content: counter() error cases invalid http://www.w3.org/TR/CSS21/generate.html#propdef-content,http://www.w3.org/TR/CSS21/syndata.html#counter,http://www.w3.org/TR/CSS21/generate.html#counter-styles 0e8097ae6a831474b897f3d1bfe3ac6fe8a71a4f `L. David Baron`<http://dbaron.org/>
|
|
content-counters-000 content: counters(c, ".") http://www.w3.org/TR/CSS21/generate.html#propdef-content,http://www.w3.org/TR/CSS21/syndata.html#counter,http://www.w3.org/TR/CSS21/generate.html#counter-styles 37f716a432f241d959844929de83b20c6c90dffc `L. David Baron`<http://dbaron.org/>
|
|
content-counters-001 content: counters(c, ".", none) http://www.w3.org/TR/CSS21/generate.html#propdef-content,http://www.w3.org/TR/CSS21/syndata.html#counter,http://www.w3.org/TR/CSS21/generate.html#counter-styles 946807cce0df4e9aa9179fde59d2862b5be752bd `L. David Baron`<http://dbaron.org/>
|
|
content-counters-002 content: counters(c, ".", disc) http://www.w3.org/TR/CSS21/generate.html#propdef-content,http://www.w3.org/TR/CSS21/syndata.html#counter,http://www.w3.org/TR/CSS21/generate.html#counter-styles e2cf3dd87e01d47399d1eba04aecff1215a4c345 `L. David Baron`<http://dbaron.org/>
|
|
content-counters-003 content: counters(c, ".", circle) http://www.w3.org/TR/CSS21/generate.html#propdef-content,http://www.w3.org/TR/CSS21/syndata.html#counter,http://www.w3.org/TR/CSS21/generate.html#counter-styles c85f4d55104764f7e7feeb733c6ae1bad812fa22 `L. David Baron`<http://dbaron.org/>
|
|
content-counters-004 content: counters(c, ".", square) http://www.w3.org/TR/CSS21/generate.html#propdef-content,http://www.w3.org/TR/CSS21/syndata.html#counter,http://www.w3.org/TR/CSS21/generate.html#counter-styles d86e34fd393e42094c4b0e45b10cd7b746171a54 `L. David Baron`<http://dbaron.org/>
|
|
content-counters-005 content: counters(c, ".", decimal) http://www.w3.org/TR/CSS21/generate.html#propdef-content,http://www.w3.org/TR/CSS21/syndata.html#counter,http://www.w3.org/TR/CSS21/generate.html#counter-styles b57ac34ae1601d31de08f2d943e4b0304ebaca99 `L. David Baron`<http://dbaron.org/>
|
|
content-counters-006 content: counters(c, ".", decimal-leading-zero) http://www.w3.org/TR/CSS21/generate.html#propdef-content,http://www.w3.org/TR/CSS21/syndata.html#counter,http://www.w3.org/TR/CSS21/generate.html#counter-styles 01108e53f0332f397a146b8af948669b6f953f9c `L. David Baron`<http://dbaron.org/>
|
|
content-counters-007 content: counters(c, ".", lower-roman) http://www.w3.org/TR/CSS21/generate.html#propdef-content,http://www.w3.org/TR/CSS21/syndata.html#counter,http://www.w3.org/TR/CSS21/generate.html#counter-styles 94ccfdead35a83de86f011edba5d5173d3458157 `L. David Baron`<http://dbaron.org/>
|
|
content-counters-008 content: counters(c, ".", upper-roman) http://www.w3.org/TR/CSS21/generate.html#propdef-content,http://www.w3.org/TR/CSS21/syndata.html#counter,http://www.w3.org/TR/CSS21/generate.html#counter-styles 6bac3ae03faf9f404540cf7bda47c621ce9af7f8 `L. David Baron`<http://dbaron.org/>
|
|
content-counters-009 content: counters(c, ".", georgian) http://www.w3.org/TR/CSS21/generate.html#propdef-content,http://www.w3.org/TR/CSS21/syndata.html#counter,http://www.w3.org/TR/CSS21/generate.html#counter-styles ee48dc93393e43dd5fc1536e54913200d91ded5d `L. David Baron`<http://dbaron.org/>
|
|
content-counters-010 content: counters(c, ".", armenian) http://www.w3.org/TR/CSS21/generate.html#propdef-content,http://www.w3.org/TR/CSS21/syndata.html#counter,http://www.w3.org/TR/CSS21/generate.html#counter-styles bbc6dce9ff9df8ee8ea7229b00abf15239b11b4d `L. David Baron`<http://dbaron.org/>
|
|
content-counters-011 content: counters(c, ".", lower-latin) http://www.w3.org/TR/CSS21/generate.html#propdef-content,http://www.w3.org/TR/CSS21/syndata.html#counter,http://www.w3.org/TR/CSS21/generate.html#counter-styles 4c43f700960869248c7fe81b2775d0aca6c06cc1 `L. David Baron`<http://dbaron.org/>
|
|
content-counters-012 content: counters(c, ".", lower-alpha) http://www.w3.org/TR/CSS21/generate.html#propdef-content,http://www.w3.org/TR/CSS21/syndata.html#counter,http://www.w3.org/TR/CSS21/generate.html#counter-styles 26bd4636f85e43140ced5e92e9ebd554b4d0f473 `L. David Baron`<http://dbaron.org/>
|
|
content-counters-013 content: counters(c, ".", upper-latin) http://www.w3.org/TR/CSS21/generate.html#propdef-content,http://www.w3.org/TR/CSS21/syndata.html#counter,http://www.w3.org/TR/CSS21/generate.html#counter-styles 4f250676a5f64e176c735036dec3c9c6ca225e8d `L. David Baron`<http://dbaron.org/>
|
|
content-counters-014 content: counters(c, ".", upper-alpha) http://www.w3.org/TR/CSS21/generate.html#propdef-content,http://www.w3.org/TR/CSS21/syndata.html#counter,http://www.w3.org/TR/CSS21/generate.html#counter-styles 78a5f263fccab0eb4f50c45d7e5e10f6c2f14e81 `L. David Baron`<http://dbaron.org/>
|
|
content-counters-015 content: counters(c, ".", lower-greek) http://www.w3.org/TR/CSS21/generate.html#propdef-content,http://www.w3.org/TR/CSS21/syndata.html#counter,http://www.w3.org/TR/CSS21/generate.html#counter-styles 89b623eb9a300a7cdb0d2550c76fbcc0b9b6b015 `L. David Baron`<http://dbaron.org/>
|
|
content-counters-016 content: counters() string argument http://www.w3.org/TR/CSS21/generate.html#propdef-content,http://www.w3.org/TR/CSS21/syndata.html#counter,http://www.w3.org/TR/CSS21/generate.html#counter-styles 8a041e883e06a9f7d449e78d0ad74e871f05f460 `L. David Baron`<http://dbaron.org/>
|
|
content-counters-017 content: counters() string argument http://www.w3.org/TR/CSS21/generate.html#propdef-content,http://www.w3.org/TR/CSS21/syndata.html#counter,http://www.w3.org/TR/CSS21/generate.html#counter-styles 8ee8101890c572a67d83109f8888ee6ead2a7a11 `L. David Baron`<http://dbaron.org/>
|
|
content-counters-018 content: counters() error cases invalid http://www.w3.org/TR/CSS21/generate.html#propdef-content,http://www.w3.org/TR/CSS21/syndata.html#counter,http://www.w3.org/TR/CSS21/generate.html#counter-styles 7ebc36bcb3ce13ea5c7a302ee0f9223b63ce5f6d `L. David Baron`<http://dbaron.org/>
|
|
content-inherit-001 CSS inheritance: content http://www.w3.org/TR/CSS21/generate.html#content 0132da54d690965b7a7351def8d7590f84163114 `Ian Hickson`<mailto:ian@hixie.ch>
|
|
content-inherit-002 reference/content-inherit-002-ref CSS inheritance: content with tables http://www.w3.org/TR/CSS21/generate.html#content b6b042df531374236f9bc0067496667c5e45038c `Ian Hickson`<mailto:ian@hixie.ch>
|
|
content-newline-001 Content property \A creates newline http://www.w3.org/TR/CSS21/generate.html#content 1ba88d62fa00bed7b19362811b21dcc9ca2d346a `Microsoft`<http://www.microsoft.com/> A '\A' creates a newline for strings in the content property.
|
|
content-type-000 reference/content-type-000-ref text/css content type http http://www.w3.org/TR/CSS21/conform.html#text-css 1f676bb90b545c37a81466c52772abf46bab8791 `Gérard Talbot`<http://www.gtalbot.org/BrowserBugsSection/css21testsuite/>,`David Hammond`<http://www.webdevout.net/contact> A stylesheet sent as text/plain should not be interpreted by user agents as CSS. It should instead be ignored.
|
|
content-type-001 reference/content-type-000-ref text/css content type http http://www.w3.org/TR/CSS21/conform.html#text-css 323e127871ac7ea684fb352dded19031c1b9c8b1 `Gérard Talbot`<http://www.gtalbot.org/BrowserBugsSection/css21testsuite/>,`Daniel Schattenkirchner`<crazy-daniel{at}gmx.de> A stylesheet sent as text/plain should not be interpreted by user agents as CSS. It should instead be ignored.
|
|
content-uri-001 Content property with missing image image http://www.w3.org/TR/CSS21/generate.html#content ae1ec88b1b6c782c36f1f1715e12b8f378f248b3 `Microsoft`<http://www.microsoft.com/> When the URI resource cannot be displayed the user agent needs to leave it out or display some indication that the resource cannot be displayed.
|
|
content-white-space-001 Content property and white-space: pre-line http://www.w3.org/TR/CSS21/generate.html#content 8729f4b3815b834fd972e3c7c2fcc9d8e6eb8574 `Microsoft`<http://www.microsoft.com/> 'white-space: pre-line' applies to generated string content.
|
|
content-white-space-002 Content property and white-space: pre http://www.w3.org/TR/CSS21/generate.html#content 6d1614a864867a18657587a76193169babf2d8a5 `Elika J. Etemad`<http://fantasai.inkedblade.net/contact>,`Microsoft`<http://www.microsoft.com/> 'white-space: pre' applies to generated string content.
|
|
content-white-space-003 Content property and white-space: nowrap http://www.w3.org/TR/CSS21/generate.html#content 62fb8054cc466b47fc436ee7fd35c5bb5828c8cc `Elika J. Etemad`<http://fantasai.inkedblade.net/contact>,`Microsoft`<http://www.microsoft.com/> 'white-space: nowrap' applies to generated string content.
|
|
content-white-space-004 Content property and white-space: nowrap http://www.w3.org/TR/CSS21/generate.html#content 985d2b077592ab7e423e726b15d9784e9dc207f3 `Elika J. Etemad`<http://fantasai.inkedblade.net/contact>,`Microsoft`<http://www.microsoft.com/> 'white-space: normal' applies to generated string content.
|
|
control-characters-002 Control Characters http://www.w3.org/TR/CSS21/text.html#spacing-props c7713c650b5c7708c47505b3bfc15b077239a3da `Microsoft`<http://www.microsoft.com/> Handling and processing of control characters.
|
|
core-syntax-001 Nested blocks in unexpected places http://www.w3.org/TR/CSS21/syndata.html#parsing-errors 942e0b3950668dd1a7d9b5958e66412e59ecafbb `Ian Hickson`<mailto:ian@hixie.ch>
|
|
core-syntax-002 Nested blocks in unexpected places http://www.w3.org/TR/CSS21/syndata.html#parsing-errors 8a4cb98dfcc595f7f764192ce62c871d9c94cfbb `Ian Hickson`<mailto:ian@hixie.ch>
|
|
core-syntax-003 Nested blocks in unexpected places (with no whitespace) http://www.w3.org/TR/CSS21/syndata.html#parsing-errors 873f4b9f5d257aafffa6611d61180c93b0a50a05 `Ian Hickson`<mailto:ian@hixie.ch>
|
|
core-syntax-004 Nested blocks in unexpected places (with no whitespace) http://www.w3.org/TR/CSS21/syndata.html#parsing-errors e08cc6233aa06515f7f866ee87d3a7302e5ddde5 `Ian Hickson`<mailto:ian@hixie.ch>
|
|
core-syntax-006 Parsing invalid '!' declarations http://www.w3.org/TR/CSS21/syndata.html#parsing-errors 74a3f7993987f38e3f549eda06832ce2cc9c7e50 `Ian Hickson`<mailto:ian@hixie.ch>
|
|
core-syntax-007 Parsing invalid '!' declarations http://www.w3.org/TR/CSS21/syndata.html#parsing-errors 04bc57ca78dcf7216a85a7a7d605023c64c1ea39 `Ian Hickson`<mailto:ian@hixie.ch>
|
|
core-syntax-008 Parsing invalid '!' declarations http://www.w3.org/TR/CSS21/syndata.html#parsing-errors 03b0d944a77bd154356494ff6c3aedc8b24adc0d `Ian Hickson`<mailto:ian@hixie.ch>
|
|
core-syntax-009 Syntactic White Space http://www.w3.org/TR/CSS21/syndata.html#tokenization 839e7f814148a1dd8388f46a03e83ff5d92d4b53 `Elika J. Etemad`<http://fantasai.inkedblade.net/> Only the characters U+0020, U+0009, U+000A, U+000D, and U+000C are considered white space.
|
|
counter-increment-000 dynamic changes to 'counter-increment' dom http://www.w3.org/TR/CSS21/generate.html#counters,http://www.w3.org/TR/CSS21/generate.html#propdef-content,http://www.w3.org/TR/CSS21/syndata.html#counter 98bf04bbbc1c567e751a0ff86f3d02e2a8bbb538 `L. David Baron`<http://dbaron.org/>
|
|
counter-increment-001 dynamic changes to 'counter-increment' dom http://www.w3.org/TR/CSS21/generate.html#counters,http://www.w3.org/TR/CSS21/generate.html#propdef-content,http://www.w3.org/TR/CSS21/syndata.html#counter ff216513d622f9b04a7824cc4a717966264e4bd1 `L. David Baron`<http://dbaron.org/>
|
|
counter-increment-002 dynamic changes to 'counter-increment' dom http://www.w3.org/TR/CSS21/generate.html#counters,http://www.w3.org/TR/CSS21/generate.html#propdef-content,http://www.w3.org/TR/CSS21/syndata.html#counter e1d9df2b37993e35b47dc27460508fa47973218f `L. David Baron`<http://dbaron.org/>
|
|
counter-increment-003 Counter-increment with an identifier and a number set to the minimum value, ident -2147483648 32bit,may http://www.w3.org/TR/CSS21/generate.html#propdef-counter-increment,http://www.w3.org/TR/CSS21/generate.html#counters 44143ba8e518a7fce455b56f3bf4dd2f100f0285 `Microsoft`<http://www.microsoft.com/> The 'counter-increment' property with an identifier and an integer value equivalent to the minimum value.
|
|
counter-increment-004 Counter-increment with an identifier and a number set to the minimum plus one value, ident -2147483647 32bit,may http://www.w3.org/TR/CSS21/generate.html#propdef-counter-increment,http://www.w3.org/TR/CSS21/generate.html#counters 49861f2f8bfea1b89d34a3f3293b564a90fb454b `Microsoft`<http://www.microsoft.com/> The 'counter-increment' property with an identifier and an integer value equivalent to the minimum plus one value.
|
|
counter-increment-005 Counter-increment with an identifier and a number set to negative zero, ident -0 http://www.w3.org/TR/CSS21/generate.html#propdef-counter-increment,http://www.w3.org/TR/CSS21/generate.html#counters f0530f2610ff1ebd86e249e504f6fbf89cc0f62c `Microsoft`<http://www.microsoft.com/> The 'counter-increment' property with an identifier and an integer value set to negative zero.
|
|
counter-increment-006 Counter-increment with an identifier and a number set to zero, ident 0 http://www.w3.org/TR/CSS21/generate.html#propdef-counter-increment,http://www.w3.org/TR/CSS21/generate.html#counters 55f0471defb42d001fa0f3a322f035c4db4f60ba `Microsoft`<http://www.microsoft.com/> The 'counter-increment' property with an identifier and an integer value set to zero.
|
|
counter-increment-007 Counter-increment with an identifier and a number set to positive zero, ident +0 http://www.w3.org/TR/CSS21/generate.html#propdef-counter-increment,http://www.w3.org/TR/CSS21/generate.html#counters 4ea2efcc953fabbdda742386fc957b0f1250a00c `Microsoft`<http://www.microsoft.com/> The 'counter-increment' property with an identifier and an integer value set to positive zero.
|
|
counter-increment-008 Counter-increment with an identifier and a number set to nominal value, ident 10 http://www.w3.org/TR/CSS21/generate.html#propdef-counter-increment,http://www.w3.org/TR/CSS21/generate.html#counters 815497b785d01b063165f8ca0ba1e5292968870b `Microsoft`<http://www.microsoft.com/> The 'counter-increment' property with an identifier and an integer value.
|
|
counter-increment-009 Counter-increment with an identifier and a number set to a positive nominal value, ident +10 http://www.w3.org/TR/CSS21/generate.html#propdef-counter-increment,http://www.w3.org/TR/CSS21/generate.html#counters d91661fcc5b1c02cb85ecf2b5784935054bfd33c `Microsoft`<http://www.microsoft.com/> The 'counter-increment' property with an identifier and a positive integer value.
|
|
counter-increment-010 Counter-increment with an identifier and a number equivalent to the maximum minus one value, ident 2147483646 32bit,may http://www.w3.org/TR/CSS21/generate.html#propdef-counter-increment,http://www.w3.org/TR/CSS21/generate.html#counters 6abbf4dbcf64f6f2e1368952af8408c64a3bda47 `Microsoft`<http://www.microsoft.com/> The 'counter-increment' property with an identifier and an integer value equivalent to the maximum minus one value.
|
|
counter-increment-011 Counter-increment with an identifier and a number equivalent to the maximum value, ident 2147483647 32bit,may http://www.w3.org/TR/CSS21/generate.html#propdef-counter-increment,http://www.w3.org/TR/CSS21/generate.html#counters 5e3a42e3d329a8c9531162a498b14345a4f90d04 `Microsoft`<http://www.microsoft.com/> The 'counter-increment' property with an identifier and an integer value equivalent to the maximum value.
|
|
counter-increment-012 Counter-increment with an identifier and a number equivalent to the maximum value with a plus sign, ident +2147483647 32bit,may http://www.w3.org/TR/CSS21/generate.html#propdef-counter-increment,http://www.w3.org/TR/CSS21/generate.html#counters 7addca8698caddba0304f5b2b217f6a3e1ef12a2 `Microsoft`<http://www.microsoft.com/> The 'counter-increment' property with an identifier and an integer value equivalent to the maximum value with a plus sign.
|
|
counter-increment-013 Counter-increment with an identifier and a number equivalent to the maximum plus one value, ident 2147483648 32bit,may http://www.w3.org/TR/CSS21/generate.html#propdef-counter-increment,http://www.w3.org/TR/CSS21/generate.html#counters 8f75fb5bb74ab4e60d5c48bfe3d6f637a4e4dd0d `Microsoft`<http://www.microsoft.com/> The 'counter-increment' property with an identifier and an integer value equivalent to the maximum plus one value.
|
|
counter-increment-014 Counter-increment with only an identifier, grouped twice http://www.w3.org/TR/CSS21/generate.html#propdef-counter-increment,http://www.w3.org/TR/CSS21/generate.html#counters ba53d1b8bcf8647a9d4ac9457f238b087c5c4874 `Microsoft`<http://www.microsoft.com/> The 'counter-increment' property with only an identifier, grouped twice.
|
|
counter-increment-015 Counter-increment with an identifier and a number set to the minimum minus one value, ident -2147483649, grouped twice 32bit,may http://www.w3.org/TR/CSS21/generate.html#propdef-counter-increment,http://www.w3.org/TR/CSS21/generate.html#counters 0108e33f6d0f0a7a2cb6723a84fc523930208b59 `Microsoft`<http://www.microsoft.com/> The 'counter-increment' property with an identifier and an integer value equivalent to the minimum minus one value, grouped twice.
|
|
counter-increment-016 Counter-increment with an identifier and a number set to the minimum value, ident -2147483648, grouped twice 32bit,may http://www.w3.org/TR/CSS21/generate.html#propdef-counter-increment,http://www.w3.org/TR/CSS21/generate.html#counters 91a9c8fe37e5a2b22bc9f5dace2a20184b5234f8 `Microsoft`<http://www.microsoft.com/> The 'counter-increment' property with an identifier and an integer value equivalent to the minimum value, grouped twice.
|
|
counter-increment-017 Counter-increment with an identifier and a number set to the minimum plus one value, ident -2147483647, grouped twice 32bit,may http://www.w3.org/TR/CSS21/generate.html#propdef-counter-increment,http://www.w3.org/TR/CSS21/generate.html#counters a9ec92fd59c0bb1f4e48c2af00cf983679d08572 `Microsoft`<http://www.microsoft.com/> The 'counter-increment' property with an identifier and an integer value equivalent to the minimum plus one value, grouped twice.
|
|
counter-increment-018 Counter-increment with an identifier and a number set to negative zero, ident -0, grouped twice http://www.w3.org/TR/CSS21/generate.html#propdef-counter-increment,http://www.w3.org/TR/CSS21/generate.html#counters 191354f0e41a4ef4c8113a10ba156364d1a930f4 `Microsoft`<http://www.microsoft.com/> The 'counter-increment' property with an identifier and an integer value set to negative zero, grouped twice.
|
|
counter-increment-019 Counter-increment with an identifier and a number set to zero, ident 0, grouped twice http://www.w3.org/TR/CSS21/generate.html#propdef-counter-increment,http://www.w3.org/TR/CSS21/generate.html#counters 5fdd0f0ac77096346624a03c00f85a0b96130bd3 `Microsoft`<http://www.microsoft.com/> The 'counter-increment' property with an identifier and an integer value set to zero, grouped twice.
|
|
counter-increment-020 Counter-increment with an identifier and a number set to positive zero, ident +0, grouped twice http://www.w3.org/TR/CSS21/generate.html#propdef-counter-increment,http://www.w3.org/TR/CSS21/generate.html#counters 2e14af09d49f0c5dac254fe18056ee1641320c22 `Microsoft`<http://www.microsoft.com/> The 'counter-increment' property with an identifier and an integer value set to positive zero, grouped twice.
|
|
counter-increment-021 Counter-increment with an identifier and a number set to nominal value, ident 10, grouped twice http://www.w3.org/TR/CSS21/generate.html#propdef-counter-increment,http://www.w3.org/TR/CSS21/generate.html#counters 619d498c9f5247456e5ba723477261be6ccc9664 `Microsoft`<http://www.microsoft.com/> The 'counter-increment' property with an identifier and an integer value, grouped twice.
|
|
counter-increment-022 Counter-increment with an identifier and a number set to a positive nominal value, ident +10, grouped twice http://www.w3.org/TR/CSS21/generate.html#propdef-counter-increment,http://www.w3.org/TR/CSS21/generate.html#counters 1696a9345d3f70931ba64f0beb9d6121063edaee `Microsoft`<http://www.microsoft.com/> The 'counter-increment' property with an identifier and a positive integer value, grouped twice.
|
|
counter-increment-023 Counter-increment with an identifier and a number equivalent to the maximum minus one value, ident 2147483646, grouped twice 32bit,may http://www.w3.org/TR/CSS21/generate.html#propdef-counter-increment,http://www.w3.org/TR/CSS21/generate.html#counters 3fb38477b62a1b657698f1529eb56a3c9b685163 `Microsoft`<http://www.microsoft.com/> The 'counter-increment' property with an identifier and an integer value equivalent to the maximum minus one value, grouped twice.
|
|
counter-increment-024 Counter-increment with an identifier and a number equivalent to the maximum value, ident 2147483647, grouped twice 32bit,may http://www.w3.org/TR/CSS21/generate.html#propdef-counter-increment,http://www.w3.org/TR/CSS21/generate.html#counters 5dc2c488e6c8e4b03eff992593e0aad51e0fab09 `Microsoft`<http://www.microsoft.com/> The 'counter-increment' property with an identifier and an integer value equivalent to the maximum value, grouped twice.
|
|
counter-increment-025 Counter-increment with an identifier and a number equivalent to the maximum value with a plus sign, ident +2147483647, grouped twice 32bit,may http://www.w3.org/TR/CSS21/generate.html#propdef-counter-increment,http://www.w3.org/TR/CSS21/generate.html#counters 1ba142eb44f1b74ccec88836cd1fb3ae7c662bb8 `Microsoft`<http://www.microsoft.com/> The 'counter-increment' property with an identifier and an integer value equivalent to the maximum value with a plus sign, grouped twice.
|
|
counter-increment-026 Counter-increment with an identifier and a number equivalent to the maximum plus one value, ident 2147483648, grouped twice 32bit,may http://www.w3.org/TR/CSS21/generate.html#propdef-counter-increment,http://www.w3.org/TR/CSS21/generate.html#counters 1dbd9354aa7346acb8a9d69fd2c41eee7c1337b6 `Microsoft`<http://www.microsoft.com/> The 'counter-increment' property with an identifier and an integer value equivalent to the maximum plus one value, grouped twice.
|
|
counter-increment-027 Counter-increment with only an identifier, grouped three times http://www.w3.org/TR/CSS21/generate.html#propdef-counter-increment,http://www.w3.org/TR/CSS21/generate.html#counters fbd5dd313db3e1a6ad37b64a2e7826d510b38502 `Microsoft`<http://www.microsoft.com/> The 'counter-increment' property with only an identifier, grouped three times.
|
|
counter-increment-028 Counter-increment with an identifier and a number set to the minimum minus one value, ident -2147483649, grouped three times 32bit,may http://www.w3.org/TR/CSS21/generate.html#propdef-counter-increment,http://www.w3.org/TR/CSS21/generate.html#counters 35a1a6b035211b37fdff263a74a270e10af95ab2 `Microsoft`<http://www.microsoft.com/> The 'counter-increment' property with an identifier and an integer value equivalent to the minimum minus one value, grouped three times.
|
|
counter-increment-029 Counter-increment with an identifier and a number set to the minimum value, ident -2147483648, grouped three times 32bit,may http://www.w3.org/TR/CSS21/generate.html#propdef-counter-increment,http://www.w3.org/TR/CSS21/generate.html#counters 1eea37734b0765198ba33325be821896c4db5db4 `Microsoft`<http://www.microsoft.com/> The 'counter-increment' property with an identifier and an integer value equivalent to the minimum value, grouped three times.
|
|
counter-increment-030 Counter-increment with an identifier and a number set to the minimum minus one value, ident -2147483647, grouped three times 32bit,may http://www.w3.org/TR/CSS21/generate.html#propdef-counter-increment,http://www.w3.org/TR/CSS21/generate.html#counters 1506f611ca310f696c1367bb94be2f43fc589e7d `Microsoft`<http://www.microsoft.com/> The 'counter-increment' property with an identifier and an integer value equivalent to the minimum value, grouped three times.
|
|
counter-increment-031 Counter-increment with an identifier and a number set to negative zero, ident -0, grouped three times http://www.w3.org/TR/CSS21/generate.html#propdef-counter-increment,http://www.w3.org/TR/CSS21/generate.html#counters 340af928d8b937b83f864d11dfb76cfd8140bdcd `Microsoft`<http://www.microsoft.com/> The 'counter-increment' property with an identifier and an integer value set to negative zero, grouped three times.
|
|
counter-increment-032 Counter-increment with an identifier and a number set to zero, ident 0, grouped three times http://www.w3.org/TR/CSS21/generate.html#propdef-counter-increment,http://www.w3.org/TR/CSS21/generate.html#counters 09ae2c473a50172b43a84a628de7c137f37e208a `Microsoft`<http://www.microsoft.com/> The 'counter-increment' property with an identifier and an integer value set to zero, grouped three times.
|
|
counter-increment-033 Counter-increment with an identifier and a number set to positive zero, ident +0, grouped three times http://www.w3.org/TR/CSS21/generate.html#propdef-counter-increment,http://www.w3.org/TR/CSS21/generate.html#counters 8a1c10bfc9f278a8ac9f33b15d49377e32a03a05 `Microsoft`<http://www.microsoft.com/> The 'counter-increment' property with an identifier and an integer value set to positive zero, grouped three times.
|
|
counter-increment-034 Counter-increment with an identifier and a number set to nominal value, ident 10, grouped three times http://www.w3.org/TR/CSS21/generate.html#propdef-counter-increment,http://www.w3.org/TR/CSS21/generate.html#counters 40d93acb89b2563f319f86cf4009540368ee6c0f `Microsoft`<http://www.microsoft.com/> The 'counter-increment' property with an identifier and an integer value, grouped three times.
|
|
counter-increment-035 Counter-increment with an identifier and a number set to a positive nominal value, ident +10, grouped three times http://www.w3.org/TR/CSS21/generate.html#propdef-counter-increment,http://www.w3.org/TR/CSS21/generate.html#counters dcb5c0485d5f98802c4cb23a97c74bf75062863b `Microsoft`<http://www.microsoft.com/> The 'counter-increment' property with an identifier and a positive integer value, grouped three times.
|
|
counter-increment-036 Counter-increment with an identifier and a number equivalent to the maximum minus one value, ident 2147483646, grouped three times 32bit,may http://www.w3.org/TR/CSS21/generate.html#propdef-counter-increment,http://www.w3.org/TR/CSS21/generate.html#counters bb8b9fe732afcadda595dd00cf92e17540261e6d `Microsoft`<http://www.microsoft.com/> The 'counter-increment' property with an identifier and an integer value equivalent to the maximum minus one value, grouped three times.
|
|
counter-increment-037 Counter-increment with an identifier and a number equivalent to the maximum value, ident 2147483647, grouped three times 32bit,may http://www.w3.org/TR/CSS21/generate.html#propdef-counter-increment,http://www.w3.org/TR/CSS21/generate.html#counters 97eb4ec208ae41159c0cc98727ac285406edf18d `Microsoft`<http://www.microsoft.com/> The 'counter-increment' property with an identifier and an integer value equivalent to the maximum value, grouped three times.
|
|
counter-increment-038 Counter-increment with an identifier and a number equivalent to the maximum value with a plus sign, ident +2147483647, grouped three times 32bit,may http://www.w3.org/TR/CSS21/generate.html#propdef-counter-increment,http://www.w3.org/TR/CSS21/generate.html#counters 0256436609f8d49030c68958464038490c8ff0c1 `Microsoft`<http://www.microsoft.com/> The 'counter-increment' property with an identifier and an integer value equivalent to the maximum value with a plus sign, grouped three times.
|
|
counter-increment-039 Counter-increment with an identifier and a number equivalent to the maximum plus one value, ident 2147483648, grouped three times 32bit,may http://www.w3.org/TR/CSS21/generate.html#propdef-counter-increment,http://www.w3.org/TR/CSS21/generate.html#counters cd0d71e4cbab32beff9b809bf3b9f5c4bd413c0d `Microsoft`<http://www.microsoft.com/> The 'counter-increment' property with an identifier and an integer value equivalent to the maximum plus one value, grouped three times.
|
|
counter-increment-040 Counter-increment with only an identifier, grouped thirty-two times http://www.w3.org/TR/CSS21/generate.html#propdef-counter-increment,http://www.w3.org/TR/CSS21/generate.html#counters 4c6c7b96ed765cfd07c76577239b67930ec79544 `Microsoft`<http://www.microsoft.com/> The 'counter-increment' property with only an identifier, grouped thirty-two times.
|
|
counter-increment-041 Counter-increment with an identifier and a number set to the minimum minus one value, ident -2147483649, grouped thirty-two times 32bit,may http://www.w3.org/TR/CSS21/generate.html#propdef-counter-increment,http://www.w3.org/TR/CSS21/generate.html#counters 870cc9208ff81bf0ba6098c0e02eddcada2cb952 `Microsoft`<http://www.microsoft.com/> The 'counter-increment' property with an identifier and an integer value equivalent to the minimum minus one value, grouped thirty-two times.
|
|
counter-increment-042 Counter-increment with an identifier and a number set to the minimum value, ident -2147483648, grouped thirty-two times 32bit,may http://www.w3.org/TR/CSS21/generate.html#propdef-counter-increment,http://www.w3.org/TR/CSS21/generate.html#counters 3d78ab705149febba1bfb3a492f3ab07f9ce358a `Microsoft`<http://www.microsoft.com/> The 'counter-increment' property with an identifier and an integer value equivalent to the minimum value, grouped thirty-two times.
|
|
counter-increment-043 Counter-increment with an identifier and a number set to the minimum minus one value, ident -2147483647, grouped thirty-two times 32bit,may http://www.w3.org/TR/CSS21/generate.html#propdef-counter-increment,http://www.w3.org/TR/CSS21/generate.html#counters 8e91ab80cc7ca681a6927f2107df86d4610b0491 `Microsoft`<http://www.microsoft.com/> The 'counter-increment' property with an identifier and an integer value equivalent to the minimum value, grouped thirty-two times.
|
|
counter-increment-044 Counter-increment with an identifier and a number set to negative zero, ident -0, grouped thirty-two times http://www.w3.org/TR/CSS21/generate.html#propdef-counter-increment,http://www.w3.org/TR/CSS21/generate.html#counters 833806db059649cc112949c284627f0a8fadf188 `Microsoft`<http://www.microsoft.com/> The 'counter-increment' property with an identifier and an integer value set to negative zero, grouped thirty-two times.
|
|
counter-increment-045 Counter-increment with an identifier and a number set to zero, ident 0, grouped thirty-two times http://www.w3.org/TR/CSS21/generate.html#propdef-counter-increment,http://www.w3.org/TR/CSS21/generate.html#counters 85b85b1acf1bc5c582a4d3cfbb3de71821bb7a4a `Microsoft`<http://www.microsoft.com/> The 'counter-increment' property with an identifier and an integer value set to zero, grouped thirty-two times.
|
|
counter-increment-046 Counter-increment with an identifier and a number set to positive zero, ident +0, grouped thirty-two times http://www.w3.org/TR/CSS21/generate.html#propdef-counter-increment,http://www.w3.org/TR/CSS21/generate.html#counters f28c981643cddfe334f4de8f0e748200ecd8da9d `Microsoft`<http://www.microsoft.com/> The 'counter-increment' property with an identifier and an integer value set to positive zero, grouped thirty-two times.
|
|
counter-increment-047 Counter-increment with an identifier and a number set to nominal value, ident 10, grouped thirty-two times http://www.w3.org/TR/CSS21/generate.html#propdef-counter-increment,http://www.w3.org/TR/CSS21/generate.html#counters 52c30883286861e3e6043c310ebc0641ce615257 `Microsoft`<http://www.microsoft.com/> The 'counter-increment' property with an identifier and an integer value, grouped thirty-two times.
|
|
counter-increment-048 Counter-increment with an identifier and a number set to a positive nominal value, ident +10, grouped thirty-two times http://www.w3.org/TR/CSS21/generate.html#propdef-counter-increment,http://www.w3.org/TR/CSS21/generate.html#counters c9154121b8df82a966849e8cadfe86d124808482 `Microsoft`<http://www.microsoft.com/> The 'counter-increment' property with an identifier and a positive integer value, grouped thirty-two times.
|
|
counter-increment-049 Counter-increment with an identifier and a number equivalent to the maximum minus one value, ident 2147483646, grouped thirty-two times 32bit,may http://www.w3.org/TR/CSS21/generate.html#propdef-counter-increment,http://www.w3.org/TR/CSS21/generate.html#counters 712861ca4ebfc7f5a4c415d0e313c53a3a249ac2 `Microsoft`<http://www.microsoft.com/> The 'counter-increment' property with an identifier and an integer value equivalent to the maximum minus one value, grouped thirty-two times.
|
|
counter-increment-050 Counter-increment with an identifier and a number equivalent to the maximum value, ident 2147483647, grouped thirty-two times 32bit,may http://www.w3.org/TR/CSS21/generate.html#propdef-counter-increment,http://www.w3.org/TR/CSS21/generate.html#counters 32c9ba801960e8e30bd30830e5058e2b3c907aa9 `Microsoft`<http://www.microsoft.com/> The 'counter-increment' property with an identifier and an integer value equivalent to the maximum value, grouped thirty-two times.
|
|
counter-increment-051 Counter-increment with an identifier and a number equivalent to the maximum value with a plus sign, ident +2147483647, grouped thirty-two times 32bit,may http://www.w3.org/TR/CSS21/generate.html#propdef-counter-increment,http://www.w3.org/TR/CSS21/generate.html#counters 9266c0bfd07abc3a3e1c29eac0d12ad0c2d0c4ca `Microsoft`<http://www.microsoft.com/> The 'counter-increment' property with an identifier and an integer value equivalent to the maximum value with a plus sign, grouped thirty-two times.
|
|
counter-increment-052 Counter-increment with an identifier and a number equivalent to the maximum plus one value, ident 2147483648, grouped thirty-two times 32bit,may http://www.w3.org/TR/CSS21/generate.html#propdef-counter-increment,http://www.w3.org/TR/CSS21/generate.html#counters 2be2a5dd86a782ee26b4dc8c07136373077f106a `Microsoft`<http://www.microsoft.com/> The 'counter-increment' property with an identifier and an integer value equivalent to the maximum plus one value, grouped thirty-two times.
|
|
counter-increment-053 Counter-increment with the value 'none' http://www.w3.org/TR/CSS21/generate.html#propdef-counter-increment,http://www.w3.org/TR/CSS21/generate.html#counters 3e7bc41b54cb587513698aeda67dfab3e72ca851 `Microsoft`<http://www.microsoft.com/> The counter-increment set to 'none' does not increment counter.
|
|
counter-increment-054 Counter-increment with a value of inherit http://www.w3.org/TR/CSS21/generate.html#propdef-counter-increment,http://www.w3.org/TR/CSS21/generate.html#counters 065580206b8c94c31878e87792190fa38f127caa `Microsoft`<http://www.microsoft.com/> The counter-increment with the value inherit specified.
|
|
counter-increment-055 Counter-increment with only an identifier http://www.w3.org/TR/CSS21/generate.html#propdef-counter-increment,http://www.w3.org/TR/CSS21/generate.html#counters f030b8cd9b189db4bd701c02ea0cba6f254d3bf2 `Microsoft`<http://www.microsoft.com/> The 'counter-increment' property with only an identifier.
|
|
counter-increment-056 Counter-increment with an identifier and a number set to the minimum minus one value, ident -2147483649 32bit,may http://www.w3.org/TR/CSS21/generate.html#propdef-counter-increment,http://www.w3.org/TR/CSS21/generate.html#counters 83d965cd7943e7b04fc5d15ea604f52cd0be3889 `Microsoft`<http://www.microsoft.com/> The 'counter-increment' property with an identifier and an integer value equivalent to the minimum minus one value.
|
|
counter-increment-applies-to-001 Counter-increment applied to elements with 'display' set to 'table-row-group' http://www.w3.org/TR/CSS21/generate.html#propdef-counter-increment,http://www.w3.org/TR/CSS21/generate.html#counters 834e68b13c897199fb36fe3960e738ddc45f1ee8 `Microsoft`<http://www.microsoft.com/> The 'counter-increment' property applies to elements with a 'display' set to 'table-row-group'.
|
|
counter-increment-applies-to-002 Counter-increment applied to elements with 'display' set to 'table-header-group' http://www.w3.org/TR/CSS21/generate.html#propdef-counter-increment,http://www.w3.org/TR/CSS21/generate.html#counters 7d51d8116d28ecd8758495fba3140ceee2e7162c `Microsoft`<http://www.microsoft.com/> The 'counter-increment' property applies to elements with a 'display' set to 'table-header-group'.
|
|
counter-increment-applies-to-003 Counter-increment applied to elements with 'display' set to 'table-footer-group' http://www.w3.org/TR/CSS21/generate.html#propdef-counter-increment,http://www.w3.org/TR/CSS21/generate.html#counters 293e1e47c0d534db9c54de406a3c4b239e2fb904 `Microsoft`<http://www.microsoft.com/> The 'counter-increment' property applies to elements with a 'display' set to 'table-footer-group'.
|
|
counter-increment-applies-to-004 Counter-increment applied to elements with display table-row http://www.w3.org/TR/CSS21/generate.html#propdef-counter-increment,http://www.w3.org/TR/CSS21/generate.html#counters 6f0b3faa2b2f856ce9bcca5980ce7640011002e4 `Microsoft`<http://www.microsoft.com/> The 'counter-increment' property applies to elements with a display of table-row.
|
|
counter-increment-applies-to-005 Counter-increment applied to elements with 'display' set to 'table-column-group' http://www.w3.org/TR/CSS21/generate.html#propdef-counter-increment,http://www.w3.org/TR/CSS21/generate.html#counters e36596ff0f626080713e3a6efa3d21ceacb330e8 `Microsoft`<http://www.microsoft.com/> The 'counter-increment' property applies to elements with a 'display' set to 'table-column-group'.
|
|
counter-increment-applies-to-006 Counter-increment applied to elements with 'display' set to 'table-column' http://www.w3.org/TR/CSS21/generate.html#propdef-counter-increment,http://www.w3.org/TR/CSS21/generate.html#counters 75e68f3947e5a0c13e1f72f63ef31cd516a35997 `Microsoft`<http://www.microsoft.com/> The 'counter-increment' property applies to elements with a 'display' set to 'table-column'.
|
|
counter-increment-applies-to-007 Counter-increment applied to elements with 'display' set to 'table-cell' http://www.w3.org/TR/CSS21/generate.html#propdef-counter-increment,http://www.w3.org/TR/CSS21/generate.html#counters 57321d4eeb538448f84aa2dbb1f049cb131698b5 `Microsoft`<http://www.microsoft.com/> The 'counter-increment' property applies to elements with a 'display' of 'table-cell'.
|
|
counter-increment-applies-to-008 Counter-increment applied to elements with 'display' set to 'inline' http://www.w3.org/TR/CSS21/generate.html#propdef-counter-increment,http://www.w3.org/TR/CSS21/generate.html#counters 0b9f2933fd16732ce0da926fb3d6a91c8567770f `Microsoft`<http://www.microsoft.com/> The 'counter-increment' property applies to elements with a 'display' set to 'inline'.
|
|
counter-increment-applies-to-009 Counter-increment applied to elements with 'display' set to 'block' http://www.w3.org/TR/CSS21/generate.html#propdef-counter-increment,http://www.w3.org/TR/CSS21/generate.html#counters 235ae3102a5c75454b7d9b2e3c92b0f7732447a6 `Microsoft`<http://www.microsoft.com/> The 'counter-increment' property applies to elements with a 'display' set to 'block'.
|
|
counter-increment-applies-to-010 Counter-increment applied to elements with 'display' set to 'list-item' http://www.w3.org/TR/CSS21/generate.html#propdef-counter-increment,http://www.w3.org/TR/CSS21/generate.html#counters d64c9afd121839ff4ed96c05b9c3c9423a715d97 `Microsoft`<http://www.microsoft.com/> The 'counter-increment' property applies to elements with a 'display' set to 'list-item'.
|
|
counter-increment-applies-to-011 Counter-increment applied to elements with 'display' set to 'run-in' http://www.w3.org/TR/CSS21/generate.html#propdef-counter-increment,http://www.w3.org/TR/CSS21/generate.html#counters ac00853727e426fa79cfc0ae424d1835883b9216 `Microsoft`<http://www.microsoft.com/> The 'counter-increment' property applies to elements with a 'display' set to 'run-in'.
|
|
counter-increment-applies-to-012 Counter-increment applied to elements with 'display' set to 'inline-block' http://www.w3.org/TR/CSS21/generate.html#propdef-counter-increment,http://www.w3.org/TR/CSS21/generate.html#counters 36e1c8ee729b2995ed8783f2196c38011b250481 `Microsoft`<http://www.microsoft.com/> The 'counter-increment' property applies to elements with a 'display' set to 'inline-block'.
|
|
counter-increment-applies-to-013 Counter-increment applied to elements with display table http://www.w3.org/TR/CSS21/generate.html#propdef-counter-increment,http://www.w3.org/TR/CSS21/generate.html#counters f1ba0c8602aa9a2a31bc8d7c344953fbc211e7d8 `Microsoft`<http://www.microsoft.com/> The 'counter-increment' property applies to elements with a display of table.
|
|
counter-increment-applies-to-014 Counter-increment applied to elements with display inline-table http://www.w3.org/TR/CSS21/generate.html#propdef-counter-increment,http://www.w3.org/TR/CSS21/generate.html#counters 87b1b52ecd3d1f1a715662ec0cdefeaf86f4475e `Microsoft`<http://www.microsoft.com/> The 'counter-increment' property applies to elements with a display of inline-table.
|
|
counter-increment-applies-to-015 Counter-increment applied to elements with display table-caption http://www.w3.org/TR/CSS21/generate.html#propdef-counter-increment,http://www.w3.org/TR/CSS21/generate.html#counters fa7cae26f11c397d0d62d038315668c974f04176 `Microsoft`<http://www.microsoft.com/> The 'counter-increment' property applies to elements with a display of table-caption.
|
|
counter-increment-auto-reset-001 Counter-increment on out of scope counter http://www.w3.org/TR/CSS21/generate.html#content b24f32d848762f787d342fcbf03e5545a0b9ac5b `Microsoft`<http://www.microsoft.com/> If a counter-increment refers to counter that is not in scope it assumes that a counter-reset has occurred and resets back to zero.
|
|
counter-increment-display-001 Counter-increment only on 'display: none' element http://www.w3.org/TR/CSS21/generate.html#content 293ddf962297e27119a07719eefcd48b6db626a1 `Microsoft`<http://www.microsoft.com/> An element that is set to 'display: none' does not increment or create a counter.
|
|
counter-increment-display-002 Counter-increment on 'display: none' element http://www.w3.org/TR/CSS21/generate.html#content 1c3c69a26534be1c8eaf900212785410fb172ab9 `Microsoft`<http://www.microsoft.com/> An element that is set to 'display: none' does not increment counters.
|
|
counter-increment-display-003 Counter-increment on pseudo-element and 'display: none' on element http://www.w3.org/TR/CSS21/generate.html#content 23a7e5d1aeb53541a7bdf38d4c3ab7e2669cf6ad `Microsoft`<http://www.microsoft.com/> An element that is set to 'display: none' does not increment counters when increment is on the pseudo-element.
|
|
counter-increment-display-004 Counter-increment on pseudo-element, 'display: none' on element and parent with counter-reset http://www.w3.org/TR/CSS21/generate.html#content c361132025b91244ec502e992da092b7fbbe728a `Microsoft`<http://www.microsoft.com/> An element that is set to 'display: none' does not increment counters when increment is on the pseudo-element.
|
|
counter-increment-multiple-001 Multiple counter-increment before counter use http://www.w3.org/TR/CSS21/generate.html#content 729ec8b5682bd65a14f798a456f3773fb16baccf `Microsoft`<http://www.microsoft.com/> If multiple increments are specified on the same counter then all of them occur in the order specified.
|
|
counter-increment-not-generated-001 Counter-increment on pseudo-element that is not generated http://www.w3.org/TR/CSS21/generate.html#content 0bf00f766e0df07d48a3f29e8e99d976a2f4218b `Microsoft`<http://www.microsoft.com/> Pseudo-elements that are not generated do not increment counters.
|
|
counter-increment-visibility-001 Counter-increment only on 'visibility: hidden' element http://www.w3.org/TR/CSS21/generate.html#content ef652e9d4df77399782aefc1d6af4c3639ffb7ff `Microsoft`<http://www.microsoft.com/> An element that is set to 'visibility: hidden' does increment and can create a counter.
|
|
counter-increment-visibility-002 Counter-increment on 'visibility: hidden' element http://www.w3.org/TR/CSS21/generate.html#content b222388bfa3ff5e75fe786e0c736cdb9336c176c `Microsoft`<http://www.microsoft.com/> An element that is set to 'visibility: hidden' does increment counters.
|
|
counter-increment-visibility-003 Counter-increment on pseudo-element and 'visibility: hidden' on element http://www.w3.org/TR/CSS21/generate.html#content 3f384753079b5a1267f8cfdb4fd82a5f4b1dcb5f `Microsoft`<http://www.microsoft.com/> An element that is set to 'visibility: hidden' does increment counters when increment is on the pseudo-element.
|
|
counter-increment-visibility-004 Counter-increment on pseudo-element, 'visibility: hidden' on element and parent with counter-reset http://www.w3.org/TR/CSS21/generate.html#content 87b7c2096f60a7706e3c3cf8696dbf8fe227ea69 `Microsoft`<http://www.microsoft.com/> An element that is set to 'visibility: hidden' does increment counters when increment is on the pseudo-element.
|
|
counter-reset-000 dynamic changes to 'counter-increment' dom http://www.w3.org/TR/CSS21/generate.html#counters,http://www.w3.org/TR/CSS21/generate.html#propdef-content,http://www.w3.org/TR/CSS21/syndata.html#counter 38b8e2bfe1f9ec761de72131bcbf44b8a5e9fa6f `L. David Baron`<http://dbaron.org/>
|
|
counter-reset-001 dynamic changes to 'counter-increment' dom http://www.w3.org/TR/CSS21/generate.html#counters,http://www.w3.org/TR/CSS21/generate.html#propdef-content,http://www.w3.org/TR/CSS21/syndata.html#counter a2932362f8794e18a7aaefa7b29a5273033a2ef6 `L. David Baron`<http://dbaron.org/>
|
|
counter-reset-002 dynamic changes to 'counter-increment' dom http://www.w3.org/TR/CSS21/generate.html#counters,http://www.w3.org/TR/CSS21/generate.html#propdef-content,http://www.w3.org/TR/CSS21/syndata.html#counter 4235871b261a20df2609ed9f192758740fc42ef4 `L. David Baron`<http://dbaron.org/>
|
|
counter-reset-003 Counter-reset with an identifier and a number set to the minimum value, ident -2147483648 32bit,may http://www.w3.org/TR/CSS21/generate.html#propdef-counter-reset,http://www.w3.org/TR/CSS21/generate.html#counters 3d75762f48475eeaacd12341f0ae3fb5b789b8e5 `Microsoft`<http://www.microsoft.com/> The 'counter-reset' property with an identifier and an integer value equivalent to the minimum value.
|
|
counter-reset-004 Counter-reset with an identifier and a number set to the minimum plus one value, ident -2147483647 32bit,may http://www.w3.org/TR/CSS21/generate.html#propdef-counter-reset,http://www.w3.org/TR/CSS21/generate.html#counters ea6c38fb1ede5fe14c68c19f843b3eb15c2af322 `Microsoft`<http://www.microsoft.com/> The 'counter-reset' property with an identifier and an integer value equivalent to the minimum plus one value.
|
|
counter-reset-005 Counter-reset with an identifier and a number set to negative zero, ident -0 http://www.w3.org/TR/CSS21/generate.html#propdef-counter-reset,http://www.w3.org/TR/CSS21/generate.html#counters c137066fab7fc6a8da66cd163534066b20fd1ea1 `Microsoft`<http://www.microsoft.com/> The 'counter-reset' property with an identifier and an integer value set to negative zero.
|
|
counter-reset-006 Counter-reset with an identifier and a number set to zero, ident 0 http://www.w3.org/TR/CSS21/generate.html#propdef-counter-reset,http://www.w3.org/TR/CSS21/generate.html#counters 3a2effb0c76f9a114a666591effd60576539f90b `Microsoft`<http://www.microsoft.com/> The 'counter-reset' property with an identifier and an integer value set to zero.
|
|
counter-reset-007 Counter-reset with an identifier and a number set to positive zero, ident +0 http://www.w3.org/TR/CSS21/generate.html#propdef-counter-reset,http://www.w3.org/TR/CSS21/generate.html#counters 08e23f7b6bc05c63072f0e0fe8744381e086876b `Microsoft`<http://www.microsoft.com/> The 'counter-reset' property with an identifier and an integer value set to positive zero.
|
|
counter-reset-008 Counter-reset with an identifier and a number set to nominal value, ident 10 http://www.w3.org/TR/CSS21/generate.html#propdef-counter-reset,http://www.w3.org/TR/CSS21/generate.html#counters 555380f95be363c722c93fdf751d92007c62953c `Microsoft`<http://www.microsoft.com/> The 'counter-reset' property with an identifier and an integer value.
|
|
counter-reset-009 Counter-reset with an identifier and a number set to a positive nominal value, ident +10 http://www.w3.org/TR/CSS21/generate.html#propdef-counter-reset,http://www.w3.org/TR/CSS21/generate.html#counters c6f895395c7dfd61153e831ca078dfacd1a077d1 `Microsoft`<http://www.microsoft.com/> The 'counter-reset' property with an identifier and a positive integer value.
|
|
counter-reset-010 Counter-reset with an identifier and a number equivalent to the maximum minus one value, ident 2147483646 32bit,may http://www.w3.org/TR/CSS21/generate.html#propdef-counter-reset,http://www.w3.org/TR/CSS21/generate.html#counters 463d34785dd973de8c04665fb4f4f790f6dc8094 `Microsoft`<http://www.microsoft.com/> The 'counter-reset' property with an identifier and an integer value equivalent to the maximum minus one value.
|
|
counter-reset-011 Counter-reset with an identifier and a number equivalent to the maximum value, ident 2147483647 32bit,may http://www.w3.org/TR/CSS21/generate.html#propdef-counter-reset,http://www.w3.org/TR/CSS21/generate.html#counters 69ef310e6f86f052cf58b13079d943bab8471b9f `Microsoft`<http://www.microsoft.com/> The 'counter-reset' property with an identifier and an integer value equivalent to the maximum value.
|
|
counter-reset-012 Counter-reset with an identifier and a number equivalent to the maximum value with a plus sign, ident +2147483647 32bit,may http://www.w3.org/TR/CSS21/generate.html#propdef-counter-reset,http://www.w3.org/TR/CSS21/generate.html#counters fb61f98fc7bda355c9f6913887081f0dacc100e3 `Microsoft`<http://www.microsoft.com/> The 'counter-reset' property with an identifier and an integer value equivalent to the maximum value with a plus sign.
|
|
counter-reset-013 Counter-reset with an identifier and a number equivalent to the maximum plus one value, ident 2147483648 32bit,may http://www.w3.org/TR/CSS21/generate.html#propdef-counter-reset,http://www.w3.org/TR/CSS21/generate.html#counters 6bf2d10c12b82b83cd4428e2d35fa3c60b3a79e2 `Microsoft`<http://www.microsoft.com/> The 'counter-reset' property with an identifier and an integer value equivalent to the maximum plus one value.
|
|
counter-reset-014 Counter-reset with only an identifier, grouped twice http://www.w3.org/TR/CSS21/generate.html#propdef-counter-reset,http://www.w3.org/TR/CSS21/generate.html#counters 659fb6985b37d00294e7a6255f1b6f62b19b9c33 `Microsoft`<http://www.microsoft.com/> The 'counter-reset' property with only an identifier, grouped twice.
|
|
counter-reset-015 Counter-reset with an identifier and a number set to the minimum minus one value, ident -2147483649, grouped twice 32bit,may http://www.w3.org/TR/CSS21/generate.html#propdef-counter-reset,http://www.w3.org/TR/CSS21/generate.html#counters af8c3cd82b5b8e8c2c53987ba7ba0f0ac155e944 `Microsoft`<http://www.microsoft.com/> The 'counter-reset' property with an identifier and an integer value equivalent to the minimum minus one value, grouped twice.
|
|
counter-reset-016 Counter-reset with an identifier and a number set to the minimum value, ident -2147483648, grouped twice 32bit,may http://www.w3.org/TR/CSS21/generate.html#propdef-counter-reset,http://www.w3.org/TR/CSS21/generate.html#counters 89327cc8a86b3d0dc8a1f41aa3375a23324489d3 `Microsoft`<http://www.microsoft.com/> The 'counter-reset' property with an identifier and an integer value equivalent to the minimum value, grouped twice.
|
|
counter-reset-017 Counter-reset with an identifier and a number set to the minimum minus one value, ident -2147483647, grouped twice 32bit,may http://www.w3.org/TR/CSS21/generate.html#propdef-counter-reset,http://www.w3.org/TR/CSS21/generate.html#counters 899b7acf9dc8058950c41179d6b20f1cd0fcbc36 `Microsoft`<http://www.microsoft.com/> The 'counter-reset' property with an identifier and an integer value equivalent to the minimum value, grouped twice.
|
|
counter-reset-018 Counter-reset with an identifier and a number set to negative zero, ident -0, grouped twice http://www.w3.org/TR/CSS21/generate.html#propdef-counter-reset,http://www.w3.org/TR/CSS21/generate.html#counters f76aa695ba9153c7d119a64bd44e2865cd8fcf41 `Microsoft`<http://www.microsoft.com/> The 'counter-reset' property with an identifier and an integer value set to negative zero, grouped twice.
|
|
counter-reset-019 Counter-reset with an identifier and a number set to zero, ident 0, grouped twice http://www.w3.org/TR/CSS21/generate.html#propdef-counter-reset,http://www.w3.org/TR/CSS21/generate.html#counters 14ebf4457a67709083c7b85c93de8af77d5ab808 `Microsoft`<http://www.microsoft.com/> The 'counter-reset' property with an identifier and an integer value set to zero, grouped twice.
|
|
counter-reset-020 Counter-reset with an identifier and a number set to positive zero, ident +0, grouped twice http://www.w3.org/TR/CSS21/generate.html#propdef-counter-reset,http://www.w3.org/TR/CSS21/generate.html#counters b1d9bd4c621d158280966ef6f647c2559b95d07b `Microsoft`<http://www.microsoft.com/> The 'counter-reset' property with an identifier and an integer value set to positive zero, grouped twice.
|
|
counter-reset-021 Counter-reset with an identifier and a number set to nominal value, ident 10, grouped twice http://www.w3.org/TR/CSS21/generate.html#propdef-counter-reset,http://www.w3.org/TR/CSS21/generate.html#counters b075bdf56bab4f0405c1af564c3e986ca5595941 `Microsoft`<http://www.microsoft.com/> The 'counter-reset' property with an identifier and an integer value, grouped twice.
|
|
counter-reset-022 Counter-reset with an identifier and a number set to a positive nominal value, ident +10, grouped twice http://www.w3.org/TR/CSS21/generate.html#propdef-counter-reset,http://www.w3.org/TR/CSS21/generate.html#counters 32146990043e28b4f2b4a63a511e9124a8cbb599 `Microsoft`<http://www.microsoft.com/> The 'counter-reset' property with an identifier and a positive integer value, grouped twice.
|
|
counter-reset-023 Counter-reset with an identifier and a number equivalent to the maximum minus one value, ident 2147483646, grouped twice 32bit,may http://www.w3.org/TR/CSS21/generate.html#propdef-counter-reset,http://www.w3.org/TR/CSS21/generate.html#counters cb1d05982ca6182744db283728d3d42f0a69fa66 `Microsoft`<http://www.microsoft.com/> The 'counter-reset' property with an identifier and an integer value equivalent to the maximum minus one value, grouped twice.
|
|
counter-reset-024 Counter-reset with and identifier and a number equivalent to the maximum value, ident 2147483647, grouped twice 32bit,may http://www.w3.org/TR/CSS21/generate.html#propdef-counter-reset,http://www.w3.org/TR/CSS21/generate.html#counters 45ed2fa2d09ba542f544473841d669237cb8662e `Microsoft`<http://www.microsoft.com/> The 'counter-reset' property with an identifier and an integer value equivalent to the maximum value, grouped twice.
|
|
counter-reset-025 Counter-reset with an identifier and a number equivalent to the maximum value with a plus sign, ident +2147483647, grouped twice 32bit,may http://www.w3.org/TR/CSS21/generate.html#propdef-counter-reset,http://www.w3.org/TR/CSS21/generate.html#counters 486df2d1c161bb295682678f0f95afa981338862 `Microsoft`<http://www.microsoft.com/> The 'counter-reset' property with an identifier and an integer value equivalent to the maximum value with a plus sign, grouped twice.
|
|
counter-reset-026 Counter-reset with an identifier and a number equivalent to the maximum plus one value, ident 2147483648, grouped twice 32bit,may http://www.w3.org/TR/CSS21/generate.html#propdef-counter-reset,http://www.w3.org/TR/CSS21/generate.html#counters 4c9df44ed42d759ec001d81db3064fc4dcfd7113 `Microsoft`<http://www.microsoft.com/> The 'counter-reset' property with an identifier and an integer value equivalent to the maximum plus one value, grouped twice.
|
|
counter-reset-027 Counter-reset with only an identifier, grouped three times http://www.w3.org/TR/CSS21/generate.html#propdef-counter-reset,http://www.w3.org/TR/CSS21/generate.html#counters eea7b7f695553f48629c41eca89f48b01b1fa827 `Microsoft`<http://www.microsoft.com/> The 'counter-reset' property with only an identifier, grouped three times.
|
|
counter-reset-028 Counter-reset with an identifier and a number set to the minimum minus one value, ident -2147483649, grouped three times 32bit,may http://www.w3.org/TR/CSS21/generate.html#propdef-counter-reset,http://www.w3.org/TR/CSS21/generate.html#counters 55db70e863281cd3f3988cf6b3d12835d1b46899 `Microsoft`<http://www.microsoft.com/> The 'counter-reset' property with an identifier and an integer value equivalent to the minimum minus one value, grouped three times.
|
|
counter-reset-029 Counter-reset with an identifier and a number set to the minimum value, ident -2147483648, grouped three times 32bit,may http://www.w3.org/TR/CSS21/generate.html#propdef-counter-reset,http://www.w3.org/TR/CSS21/generate.html#counters 9d05894e8cb945001dc63d830c93fa632c12fbec `Microsoft`<http://www.microsoft.com/> The 'counter-reset' property with an identifier and an integer value equivalent to the minimum value, grouped three times.
|
|
counter-reset-030 Counter-reset with an identifier and a number set to the minimum minus one value, ident -2147483647, grouped three times 32bit,may http://www.w3.org/TR/CSS21/generate.html#propdef-counter-reset,http://www.w3.org/TR/CSS21/generate.html#counters 8707401aa28ee8ef0f38dac1088a0c26c0445542 `Microsoft`<http://www.microsoft.com/> The 'counter-reset' property with an identifier and an integer value equivalent to the minimum value, grouped three times.
|
|
counter-reset-031 Counter-reset with an identifier and a number set to negative zero, ident -0, grouped three times http://www.w3.org/TR/CSS21/generate.html#propdef-counter-reset,http://www.w3.org/TR/CSS21/generate.html#counters 680ae65447a9a3152b3b2df6b4d4d90c0889f119 `Microsoft`<http://www.microsoft.com/> The 'counter-reset' property with an identifier and an integer value set to negative zero, grouped three times.
|
|
counter-reset-032 Counter-reset with an identifier and a number set to zero, ident 0, grouped three times http://www.w3.org/TR/CSS21/generate.html#propdef-counter-reset,http://www.w3.org/TR/CSS21/generate.html#counters f70833bfc2599bec16fa2504721c66b154ee41f2 `Microsoft`<http://www.microsoft.com/> The 'counter-reset' property with an identifier and an integer value set to zero, grouped three times.
|
|
counter-reset-033 Counter-reset with an identifier and a number set to positive zero, ident +0, grouped three times http://www.w3.org/TR/CSS21/generate.html#propdef-counter-reset,http://www.w3.org/TR/CSS21/generate.html#counters e8321115e67107f01d2ec723445e73ecef960793 `Microsoft`<http://www.microsoft.com/> The 'counter-reset' property with an identifier and an integer value set to positive zero, grouped three times.
|
|
counter-reset-034 Counter-reset with an identifier and a number set to nominal value, ident 10, grouped three times http://www.w3.org/TR/CSS21/generate.html#propdef-counter-reset,http://www.w3.org/TR/CSS21/generate.html#counters 63599fb743cd1771d1404ee0af8b4805f9b24e71 `Microsoft`<http://www.microsoft.com/> The 'counter-reset' property with an identifier and an integer value, grouped three times.
|
|
counter-reset-035 Counter-reset with an identifier and a number set to a positive nominal value, ident +10, grouped three times http://www.w3.org/TR/CSS21/generate.html#propdef-counter-reset,http://www.w3.org/TR/CSS21/generate.html#counters b13587a9ad541807205a8d9c0d7a92cc93e999e1 `Microsoft`<http://www.microsoft.com/> The 'counter-reset' property with an identifier and a positive integer value, grouped three times.
|
|
counter-reset-036 Counter-reset with an identifier and a number equivalent to the maximum minus one value, ident 2147483646, grouped three times 32bit,may http://www.w3.org/TR/CSS21/generate.html#propdef-counter-reset,http://www.w3.org/TR/CSS21/generate.html#counters 5697e5f4ca8373ea7e9693d6aaba4d302a2f590e `Microsoft`<http://www.microsoft.com/> The 'counter-reset' property with an identifier and an integer value equivalent to the maximum minus one value, grouped three times.
|
|
counter-reset-037 Counter-reset with an identifier and a number equivalent to the maximum value, ident 2147483647, grouped three times 32bit,may http://www.w3.org/TR/CSS21/generate.html#propdef-counter-reset,http://www.w3.org/TR/CSS21/generate.html#counters ad510733d9c200914c8e20a1c98bb7ff0a22dd67 `Microsoft`<http://www.microsoft.com/> The 'counter-reset' property with an identifier and an integer value equivalent to the maximum value, grouped three times.
|
|
counter-reset-038 Counter-reset with an identifier and a number equivalent to the maximum value with a plus sign, ident +2147483647, grouped three times 32bit,may http://www.w3.org/TR/CSS21/generate.html#propdef-counter-reset,http://www.w3.org/TR/CSS21/generate.html#counters 7356e6e8933eb2a931717e09b8d4921090cedb42 `Microsoft`<http://www.microsoft.com/> The 'counter-reset' property with an identifier and an integer value equivalent to the maximum value with a plus sign, grouped three times.
|
|
counter-reset-039 Counter-reset with an identifier and a number equivalent to the maximum plus one value, ident 2147483648, grouped three times 32bit,may http://www.w3.org/TR/CSS21/generate.html#propdef-counter-reset,http://www.w3.org/TR/CSS21/generate.html#counters ffcaf0569a3e065387898c7f248c013026067d80 `Microsoft`<http://www.microsoft.com/> The 'counter-reset' property with an identifier and an integer value equivalent to the maximum plus one value, grouped three times.
|
|
counter-reset-040 Counter-reset with only an identifier, grouped thirty-two times http://www.w3.org/TR/CSS21/generate.html#propdef-counter-reset,http://www.w3.org/TR/CSS21/generate.html#counters 245dcae8162bafa9491f027485214b4f12df63a3 `Microsoft`<http://www.microsoft.com/> The 'counter-reset' property with only an identifier, grouped thirty-two times.
|
|
counter-reset-041 Counter-reset with an identifier and a number set to the minimum minus one value, ident -2147483649, grouped thirty-two times 32bit,may http://www.w3.org/TR/CSS21/generate.html#propdef-counter-reset,http://www.w3.org/TR/CSS21/generate.html#counters 6bf6fc013115e22f8365326dc71e6cca2b0ba753 `Microsoft`<http://www.microsoft.com/> The 'counter-reset' property with an identifier and an integer value equivalent to the minimum minus one value, grouped thirty-two times.
|
|
counter-reset-042 Counter-reset with an identifier and a number set to the minimum value, ident -2147483648, grouped thirty-two times 32bit,may http://www.w3.org/TR/CSS21/generate.html#propdef-counter-reset,http://www.w3.org/TR/CSS21/generate.html#counters 428ea293544f20aef406fe446f2f22893fee3a7e `Microsoft`<http://www.microsoft.com/> The 'counter-reset' property with an identifier and an integer value equivalent to the minimum value, grouped thirty-two times.
|
|
counter-reset-043 Counter-reset with an identifier and a number set to the minimum minus one value, ident -2147483647, grouped thirty-two times 32bit,may http://www.w3.org/TR/CSS21/generate.html#propdef-counter-reset,http://www.w3.org/TR/CSS21/generate.html#counters 5880fc61092ac0762d6e1439eaa44f38eabf76e3 `Microsoft`<http://www.microsoft.com/> The 'counter-reset' property with an identifier and an integer value equivalent to the minimum value, grouped thirty-two times.
|
|
counter-reset-044 Counter-reset with an identifier and a number set to negative zero, ident -0, grouped thirty-two times http://www.w3.org/TR/CSS21/generate.html#propdef-counter-reset,http://www.w3.org/TR/CSS21/generate.html#counters e79e3216c0112954d38657edac6fc0db2d1bf1a0 `Microsoft`<http://www.microsoft.com/> The 'counter-reset' property with an identifier and an integer value set to negative zero, grouped thirty-two times.
|
|
counter-reset-045 Counter-reset with an identifier and a number set to zero, ident 0, grouped thirty-two times http://www.w3.org/TR/CSS21/generate.html#propdef-counter-reset,http://www.w3.org/TR/CSS21/generate.html#counters 212f36e9326653133e7c5f0a95f58c194073b9d1 `Microsoft`<http://www.microsoft.com/> The 'counter-reset' property with an identifier and an integer value set to zero, grouped thirty-two times.
|
|
counter-reset-046 Counter-reset with an identifier and a number set to positive zero, ident +0, grouped thirty-two times http://www.w3.org/TR/CSS21/generate.html#propdef-counter-reset,http://www.w3.org/TR/CSS21/generate.html#counters d3a985504ebd5e993acfe3578bb8a4d8e2e0a3c0 `Microsoft`<http://www.microsoft.com/> The 'counter-reset' property with an identifier and an integer value set to positive zero, grouped thirty-two times.
|
|
counter-reset-047 Counter-reset with an identifier and a number set to nominal value, ident 10, grouped thirty-two times http://www.w3.org/TR/CSS21/generate.html#propdef-counter-reset,http://www.w3.org/TR/CSS21/generate.html#counters ac8d1c75c67c6f5c34693507fb3aa83226e59b92 `Microsoft`<http://www.microsoft.com/> The 'counter-reset' property with an identifier and an integer value, grouped thirty-two times.
|
|
counter-reset-048 Counter-reset with an identifier and a number set to a positive nominal value, ident +10, grouped thirty-two times http://www.w3.org/TR/CSS21/generate.html#propdef-counter-reset,http://www.w3.org/TR/CSS21/generate.html#counters c52bcee4472a1e54e3ecafedcb756cc8d3e1b468 `Microsoft`<http://www.microsoft.com/> The 'counter-reset' property with an identifier and a positive integer value, grouped thirty-two times.
|
|
counter-reset-049 Counter-reset with an identifier and a number equivalent to the maximum minus one value, ident 2147483646, grouped thirty-two times 32bit,may http://www.w3.org/TR/CSS21/generate.html#propdef-counter-reset,http://www.w3.org/TR/CSS21/generate.html#counters 479e2ba2910dc39155c5746a2ec3448cdce7fc60 `Microsoft`<http://www.microsoft.com/> The 'counter-reset' property with an identifier and an integer value equivalent to the maximum minus one value, grouped thirty-two times.
|
|
counter-reset-050 Counter-reset with an identifier and a number equivalent to the maximum value, ident 2147483647, grouped thirty-two times 32bit,may http://www.w3.org/TR/CSS21/generate.html#propdef-counter-reset,http://www.w3.org/TR/CSS21/generate.html#counters be2ad7fd903fa08a26e806b1b6385242c9f666c4 `Microsoft`<http://www.microsoft.com/> The 'counter-reset' property with an identifier and an integer value equivalent to the maximum value, grouped thirty-two times.
|
|
counter-reset-051 Counter-reset with an identifier and a number equivalent to the maximum value with a plus sign, ident +2147483647, grouped thirty-two times 32bit,may http://www.w3.org/TR/CSS21/generate.html#propdef-counter-reset,http://www.w3.org/TR/CSS21/generate.html#counters f3b9be36bb2bdda3dc494550a8b840d76f982a42 `Microsoft`<http://www.microsoft.com/> The 'counter-reset' property with an identifier and an integer value equivalent to the maximum value with a plus sign, grouped thirty-two times.
|
|
counter-reset-052 Counter-reset with an identifier and a number equivalent to the maximum plus one value, ident 2147483648, grouped thirty-two times 32bit,may http://www.w3.org/TR/CSS21/generate.html#propdef-counter-reset,http://www.w3.org/TR/CSS21/generate.html#counters 64877c6d3e0ff8cb2128811755948b8e16c06329 `Microsoft`<http://www.microsoft.com/> The 'counter-reset' property with an identifier and an integer value equivalent to the maximum plus one value, grouped thirty-two times.
|
|
counter-reset-053 Counter-reset with the value 'none' http://www.w3.org/TR/CSS21/generate.html#propdef-counter-reset,http://www.w3.org/TR/CSS21/generate.html#counters f381b066bec67444d51ca2dedae8fecdfad1150c `Microsoft`<http://www.microsoft.com/> The counter-reset set to 'none'.
|
|
counter-reset-054 Counter-reset with a value of inherit http://www.w3.org/TR/CSS21/generate.html#propdef-counter-reset,http://www.w3.org/TR/CSS21/generate.html#counters 097f0f7b633022a2887c8819bd3150cfc0dbb723 `Microsoft`<http://www.microsoft.com/> The counter-reset with the value inherit specified.
|
|
counter-reset-055 Counter-reset with only an identifier http://www.w3.org/TR/CSS21/generate.html#propdef-counter-reset,http://www.w3.org/TR/CSS21/generate.html#counters e0c1a2171f1599fb2a81fe224f2cef42aaa8014a `Microsoft`<http://www.microsoft.com/> The 'counter-reset' property with only an identifier.
|
|
counter-reset-056 Counter-reset with an identifier and a number set to the minimum minus one value, ident -2147483649 32bit,may http://www.w3.org/TR/CSS21/generate.html#propdef-counter-reset,http://www.w3.org/TR/CSS21/generate.html#counters 728ef4224c13ef536af7b0a7e412f7e58f458fae `Microsoft`<http://www.microsoft.com/> The 'counter-reset' property with an identifier and an integer value equivalent to the minimum minus one value.
|
|
counter-reset-applies-to-001 Counter-reset applied to elements with 'display' set to 'table-row-group' http://www.w3.org/TR/CSS21/generate.html#propdef-counter-reset,http://www.w3.org/TR/CSS21/generate.html#counters 8876ba6bea8cded8bea5f574f559bdd446fe45a6 `Microsoft`<http://www.microsoft.com/> The 'counter-reset' property applies to elements with a 'display' set to 'table-row-group'.
|
|
counter-reset-applies-to-002 Counter-reset applied to elements with 'display' set to 'table-header-group' http://www.w3.org/TR/CSS21/generate.html#propdef-counter-reset,http://www.w3.org/TR/CSS21/generate.html#counters 018102bf87392543f93b81d103b066b7c42c4216 `Microsoft`<http://www.microsoft.com/> The 'counter-reset' property applies to elements with a 'display' set to 'table-header-group'.
|
|
counter-reset-applies-to-003 Counter-reset applied to elements with 'display' set to 'table-footer-group' http://www.w3.org/TR/CSS21/generate.html#propdef-counter-reset,http://www.w3.org/TR/CSS21/generate.html#counters c9aa325f2e918af8ec3f9d4210299080be11f2d5 `Microsoft`<http://www.microsoft.com/> The 'counter-reset' property applies to elements with a 'display' set to 'table-footer-group'.
|
|
counter-reset-applies-to-004 Counter-reset applied to elements with display table-row http://www.w3.org/TR/CSS21/generate.html#propdef-counter-reset,http://www.w3.org/TR/CSS21/generate.html#counters a719eb732c36ba212fd9e0e43747ee02891ab7b7 `Microsoft`<http://www.microsoft.com/> The 'counter-reset' property applies to elements with a display of table-row.
|
|
counter-reset-applies-to-005 Counter-reset applied to elements with 'display' set to 'table-column-group' http://www.w3.org/TR/CSS21/generate.html#propdef-counter-reset,http://www.w3.org/TR/CSS21/generate.html#counters 94cb45902ec4f0f33c89fb56705e5c8fa6d861e8 `Microsoft`<http://www.microsoft.com/> The 'counter-reset' property applies to elements with a 'display' set to 'table-column-group'.
|
|
counter-reset-applies-to-006 Counter-reset applied to elements with 'display' set to 'table-column' http://www.w3.org/TR/CSS21/generate.html#propdef-counter-reset,http://www.w3.org/TR/CSS21/generate.html#counters ac4b5a6d5b3307a12efe4a5462ad81520cd0263e `Microsoft`<http://www.microsoft.com/> The 'counter-reset' property applies to elements with a 'display' set to 'table-column'.
|
|
counter-reset-applies-to-007 Counter-reset applied to elements with 'display' set to 'table-cell' http://www.w3.org/TR/CSS21/generate.html#propdef-counter-reset,http://www.w3.org/TR/CSS21/generate.html#counters 1d6fa20b0f49b865cf9d6e743e7b315fd3421f38 `Microsoft`<http://www.microsoft.com/> The 'counter-reset' property applies to elements with a 'display' of 'table-cell'.
|
|
counter-reset-applies-to-008 Counter-reset applied to elements with 'display' set to 'inline' http://www.w3.org/TR/CSS21/generate.html#propdef-counter-reset,http://www.w3.org/TR/CSS21/generate.html#counters c5a616e590545dd22b38bcf021e060c06ddbd052 `Microsoft`<http://www.microsoft.com/> The 'counter-reset' property applies to elements with a 'display' set to 'inline'.
|
|
counter-reset-applies-to-009 Counter-reset applied to elements with 'display' set to 'block' http://www.w3.org/TR/CSS21/generate.html#propdef-counter-reset,http://www.w3.org/TR/CSS21/generate.html#counters 37809c3bc0bf7f84f7fea0229016cd59572e294a `Microsoft`<http://www.microsoft.com/> The 'counter-reset' property applies to elements with a 'display' set to 'block'.
|
|
counter-reset-applies-to-010 Counter-reset applied to elements with 'display' set to 'list-item' http://www.w3.org/TR/CSS21/generate.html#propdef-counter-reset,http://www.w3.org/TR/CSS21/generate.html#counters a7375139900c5e258146e4d64c501ce222022f13 `Microsoft`<http://www.microsoft.com/> The 'counter-reset' property applies to elements with a 'display' set to 'list-item'.
|
|
counter-reset-applies-to-011 Counter-reset applied to elements with 'display' set to 'run-in' http://www.w3.org/TR/CSS21/generate.html#propdef-counter-reset,http://www.w3.org/TR/CSS21/generate.html#counters 533e69067ba7feab1ede724b45988dcc49565187 `Microsoft`<http://www.microsoft.com/> The 'counter-reset' property applies to elements with a 'display' set to 'run-in'.
|
|
counter-reset-applies-to-012 Counter-reset applied to elements with 'display' set to 'inline-block' http://www.w3.org/TR/CSS21/generate.html#propdef-counter-reset,http://www.w3.org/TR/CSS21/generate.html#counters 3be3484c57efe736d827c823b357d21dd3559fea `Microsoft`<http://www.microsoft.com/> The 'counter-reset' property applies to elements with a 'display' set to 'inline-block'.
|
|
counter-reset-applies-to-013 Counter-reset applied to elements with display table http://www.w3.org/TR/CSS21/generate.html#propdef-counter-reset,http://www.w3.org/TR/CSS21/generate.html#counters 6c51fdadcf7501b90f1a8cc63366b488870d1e88 `Microsoft`<http://www.microsoft.com/> The 'counter-reset' property applies to elements with a display of table.
|
|
counter-reset-applies-to-014 Counter-reset applied to elements with display inline-table http://www.w3.org/TR/CSS21/generate.html#propdef-counter-reset,http://www.w3.org/TR/CSS21/generate.html#counters 2f31482eddfd211c4a929c9c45b3aef8d7100cfc `Microsoft`<http://www.microsoft.com/> The 'counter-reset' property applies to elements with a display of inline-table.
|
|
counter-reset-applies-to-015 Counter-reset applied to elements with display table-caption http://www.w3.org/TR/CSS21/generate.html#propdef-counter-reset,http://www.w3.org/TR/CSS21/generate.html#counters ef8153931581a96c9b441b48d8eea1a678c8a619 `Microsoft`<http://www.microsoft.com/> The 'counter-reset' property applies to elements with a display of table-caption.
|
|
counter-reset-display-001 Counter-reset on 'display: none' element http://www.w3.org/TR/CSS21/generate.html#content 979cc996ec0717905d61ab051c8d668217e9384e `Microsoft`<http://www.microsoft.com/> An element that is set to 'display: none' does not reset counters.
|
|
counter-reset-increment-001 Counter-reset before 'counter-increment' before 'counter' use http://www.w3.org/TR/CSS21/generate.html#content 87a5eea03b9e4d81cb201cb89b0341df6d0d4aca `Microsoft`<http://www.microsoft.com/> When both reset and increment are present that the reset occurs first and the increment second.
|
|
counter-reset-increment-002 reference/counter-reset-increment-002-ref counter-reset - negative value with positive counter-increment http://www.w3.org/TR/CSS21/generate.html#counters,http://www.w3.org/TR/CSS21/generate.html#list-style bd6f641d801002806a098447a947467a309da59f `Gérard Talbot`<http://www.gtalbot.org/BrowserBugsSection/css21testsuite/> A positive counter-increment can apply to a counter-reset that is negative.
|
|
counter-reset-multiple-001 Multiple 'counter-reset' before 'counter' use http://www.w3.org/TR/CSS21/generate.html#content c9db5d1d9cef7e931c927d2c55c90141538c3d41 `Microsoft`<http://www.microsoft.com/> If multiple resets are specified on the same 'counter' then all of them occur in the order specified.
|
|
counter-reset-not-generated-001 Counter-reset on pseudo-element that is not generated http://www.w3.org/TR/CSS21/generate.html#content 6a127087f9f8e23315d64a2ba4825cd7a16e4a2a `Microsoft`<http://www.microsoft.com/> Pseudo-elements that are not generated do not reset counters.
|
|
counter-reset-sibling-001 Counter-reset on later siblings http://www.w3.org/TR/CSS21/generate.html#scope 66345146613b01479d3e2fc77d57f0463fa8a5b9 `Microsoft`<http://www.microsoft.com/> Setting 'counter-reset' on later siblings does not have an effect on previous counters.
|
|
counter-reset-visibility-001 Counter-reset on visibility: hidden element http://www.w3.org/TR/CSS21/generate.html#content 1cab5174ffa04bd5d112e94f17489e418464073d `Microsoft`<http://www.microsoft.com/> Elements that are set to 'visibility: hidden' reset counters.
|
|
counters-001 Parsing counter functions with just the identifier http://www.w3.org/TR/CSS21/syndata.html 6113e3ff9dd80acb041d2da3dfcd9e31037cb675 `Microsoft`<http://www.microsoft.com/> Counters can be referred to using only the identifier.
|
|
counters-002 Parsing invalid counter functions - Too many arguments invalid http://www.w3.org/TR/CSS21/syndata.html c7005412d9783c783301d1e2a5bee094f70e904d `Microsoft`<http://www.microsoft.com/> A counter is invalid if it has too many arguments.
|
|
counters-003 Parsing counter() function with no white space http://www.w3.org/TR/CSS21/syndata.html#parsing-errors a9652d5d44b11fff426413a138b9f7565805eca3 `Microsoft`<http://www.microsoft.com/> The counter function can be parsed with no white space separating the function values.
|
|
counters-004 Parsing counters() function with no white space and two function values http://www.w3.org/TR/CSS21/syndata.html#parsing-errors ca6b735e6c15b5fc114953b4d5d0bebeb5c8d2af `Microsoft`<http://www.microsoft.com/> The counters function can be parsed with no white space separating the two function values.
|
|
counters-005 Parsing counters() function with no white space and three function values http://www.w3.org/TR/CSS21/syndata.html#parsing-errors a161572ada1da0d5d4cca30acbf07dde32431290 `Microsoft`<http://www.microsoft.com/> The counters function can be parsed with no white space separating the three function values.
|
|
counters-006 Parsing counter() function with white space http://www.w3.org/TR/CSS21/syndata.html#parsing-errors 10077d6c77ffff9afde9bcc8a6adf7a72648e973 `Microsoft`<http://www.microsoft.com/> The counter function can be parsed with white space separating the function value.
|
|
counters-007 Parsing counter() function with white space and two function values http://www.w3.org/TR/CSS21/syndata.html#parsing-errors ba41778ba917abc0cdbf4c14263f482adb2aa79a `Microsoft`<http://www.microsoft.com/> The counter function can be parsed with white space separating the two function values.
|
|
counters-008 Parsing counters() function with white space and two function values http://www.w3.org/TR/CSS21/syndata.html#parsing-errors 516cb34d33ff0cea02072a06ffad392d8daca7a4 `Microsoft`<http://www.microsoft.com/> The counters function can be parsed with white space separating the two function values.
|
|
counters-009 Parsing counters() function with white space and three function values http://www.w3.org/TR/CSS21/syndata.html#parsing-errors fc91b50078a544326b295f6821be28341c348f5b `Microsoft`<http://www.microsoft.com/> The counters function can be parsed with white space separating the three function values.
|
|
counters-010 Parsing counters() functions http://www.w3.org/TR/CSS21/syndata.html#parsing-errors 60ba9f330132aca869796db6f27fbccad2f0b16d `Microsoft`<http://www.microsoft.com/> To refer to a sequence of nested counters of the same name, the notation is 'counters(identifier, string)' or 'counters(identifier, string, list-style-type)'.
|
|
counters-hidden-000 Counter properties on 'content: none' pseudo-elements http://www.w3.org/TR/CSS21/generate.html#undisplayed-counters,http://www.w3.org/TR/CSS21/generate.html#counters,http://www.w3.org/TR/CSS21/generate.html#propdef-content,http://www.w3.org/TR/CSS21/syndata.html#counter bd9d69c668a4c34ef908773dec75e9d9b23217bc `L. David Baron`<http://dbaron.org/>
|
|
counters-hidden-001 Counter properties on 'display: none' elements http://www.w3.org/TR/CSS21/generate.html#undisplayed-counters,http://www.w3.org/TR/CSS21/generate.html#counters,http://www.w3.org/TR/CSS21/generate.html#propdef-content,http://www.w3.org/TR/CSS21/syndata.html#counter 90badbb3c30aeb489a7b10f814c475f19a44873b `L. David Baron`<http://dbaron.org/>
|
|
counters-hidden-002 Counter properties on 'visibility: hidden' elements http://www.w3.org/TR/CSS21/generate.html#undisplayed-counters,http://www.w3.org/TR/CSS21/generate.html#counters,http://www.w3.org/TR/CSS21/generate.html#propdef-content,http://www.w3.org/TR/CSS21/syndata.html#counter f0698e4fc74ee3f1a97a54f165dcb59fdbfc3f3b `L. David Baron`<http://dbaron.org/>
|
|
counters-multi-000 Multiple resets for same counter http://www.w3.org/TR/CSS21/generate.html#counters,http://www.w3.org/TR/CSS21/generate.html#propdef-content,http://www.w3.org/TR/CSS21/syndata.html#counter 341434b10c3ecdf1f45fb0c60a335f1adddc9432 `L. David Baron`<http://dbaron.org/>
|
|
counters-multi-001 Multiple increments and resets http://www.w3.org/TR/CSS21/generate.html#counters,http://www.w3.org/TR/CSS21/generate.html#propdef-content,http://www.w3.org/TR/CSS21/syndata.html#counter ad582c216660bf53e38c232420a4d841fb267501 `L. David Baron`<http://dbaron.org/>
|
|
counters-order-000 Order of 'counter-reset', 'counter-increment', and counter use, including pseudo-elements http://www.w3.org/TR/CSS21/generate.html#counters,http://www.w3.org/TR/CSS21/generate.html#propdef-content,http://www.w3.org/TR/CSS21/syndata.html#counter 49245abe9fe2791c47c88d08ebf8fd8e1fc1b8c6 `L. David Baron`<http://dbaron.org/>
|
|
counters-order-001 Order of counters in out-of-flow content http://www.w3.org/TR/CSS21/generate.html#counters,http://www.w3.org/TR/CSS21/generate.html#propdef-content,http://www.w3.org/TR/CSS21/syndata.html#counter 76dc1cd3a4026bb696633ba8c5e654de8529c8c0 `L. David Baron`<http://dbaron.org/>
|
|
counters-root-000 counters on the root element http://www.w3.org/TR/CSS21/generate.html#counters,http://www.w3.org/TR/CSS21/generate.html#propdef-content,http://www.w3.org/TR/CSS21/syndata.html#counter 603c1a8058b1fcaa5c5c7959311add607bfd7d37 `L. David Baron`<http://dbaron.org/>
|
|
counters-scope-000 Counter scope http://www.w3.org/TR/CSS21/generate.html#scope,http://www.w3.org/TR/CSS21/generate.html#counters,http://www.w3.org/TR/CSS21/generate.html#propdef-content,http://www.w3.org/TR/CSS21/syndata.html#counter c53381f07479d4c3494628857dc7d0d6ca65a11a `L. David Baron`<http://dbaron.org/>
|
|
counters-scope-001 Counter scope and nesting on elements http://www.w3.org/TR/CSS21/generate.html#scope,http://www.w3.org/TR/CSS21/generate.html#counters,http://www.w3.org/TR/CSS21/generate.html#propdef-content,http://www.w3.org/TR/CSS21/syndata.html#counter 6859a0b22cc76cd5e932d9f0f383685fef581277 `L. David Baron`<http://dbaron.org/>
|
|
counters-scope-002 Counter scope and nesting on :before http://www.w3.org/TR/CSS21/generate.html#scope,http://www.w3.org/TR/CSS21/generate.html#counters,http://www.w3.org/TR/CSS21/generate.html#propdef-content,http://www.w3.org/TR/CSS21/syndata.html#counter ea5ba02d46e4b275c21bfa1f1e96bf4f92cf5513 `L. David Baron`<http://dbaron.org/>
|
|
counters-scope-003 Counter scope and nesting on :after http://www.w3.org/TR/CSS21/generate.html#scope,http://www.w3.org/TR/CSS21/generate.html#counters,http://www.w3.org/TR/CSS21/generate.html#propdef-content,http://www.w3.org/TR/CSS21/syndata.html#counter 311a39bfaa2e4e555f8602169673fc120981db1c `L. David Baron`<http://dbaron.org/>
|
|
counters-scope-004 Counter scope and nesting http://www.w3.org/TR/CSS21/generate.html#scope,http://www.w3.org/TR/CSS21/generate.html#counters,http://www.w3.org/TR/CSS21/generate.html#propdef-content,http://www.w3.org/TR/CSS21/syndata.html#counter 3f7d92d2f86c1b29221c84de8846cbc447964a22 `L. David Baron`<http://dbaron.org/>
|
|
counters-scope-implied-000 Implied counter scopes with no 'counter-increment' or 'counter-reset' http://www.w3.org/TR/CSS21/generate.html#counters,http://www.w3.org/TR/CSS21/generate.html#propdef-content,http://www.w3.org/TR/CSS21/syndata.html#counter 42b7020c476721e4c52264762cb72af8d7b5bc1c `L. David Baron`<http://dbaron.org/>
|
|
counters-scope-implied-001 Implied counter scopes by counter use http://www.w3.org/TR/CSS21/generate.html#counters,http://www.w3.org/TR/CSS21/generate.html#propdef-content,http://www.w3.org/TR/CSS21/syndata.html#counter cbde4cca03b63d5ded8170793b471a974bcc6355 `L. David Baron`<http://dbaron.org/>
|
|
counters-scope-implied-002 Implied counter scopes by 'counter-increment' http://www.w3.org/TR/CSS21/generate.html#counters,http://www.w3.org/TR/CSS21/generate.html#propdef-content,http://www.w3.org/TR/CSS21/syndata.html#counter 4040e03b54346661bbe74568348067942bffb368 `L. David Baron`<http://dbaron.org/>
|
|
cursor-001 Cursor using the 'url()' function image,interact http://www.w3.org/TR/CSS21/ui.html#propdef-cursor,http://www.w3.org/TR/CSS21/ui.html#cursor-props ffecc6919bb3d002ac43fc910bf23f2a9154caf2 `Microsoft`<http://www.microsoft.com/> Cursor 'uri' results in the cursor that is specified by the URI.
|
|
cursor-002 Cursor set to 'auto' interact http://www.w3.org/TR/CSS21/ui.html#propdef-cursor,http://www.w3.org/TR/CSS21/ui.html#cursor-props 2d84090aa0806b32d4499b69f0cdf8aae04624aa `Microsoft`<http://www.microsoft.com/> Cursor 'auto' results in a cursor that is determined by the user agent according to the context.
|
|
cursor-003 Cursor set to 'crosshair' interact http://www.w3.org/TR/CSS21/ui.html#propdef-cursor,http://www.w3.org/TR/CSS21/ui.html#cursor-props 651dc8666a19eeb1b903b7b206cc9f27136f7cfb `Microsoft`<http://www.microsoft.com/> Cursor 'crosshair' results in a crosshair cursor resembling a '+' sign.
|
|
cursor-004 Cursor set to 'default' interact http://www.w3.org/TR/CSS21/ui.html#propdef-cursor,http://www.w3.org/TR/CSS21/ui.html#cursor-props f5474b1d92010fd424009c59feaeff06bf825fc6 `Microsoft`<http://www.microsoft.com/> Cursor 'default' results in the default cursor.
|
|
cursor-005 Cursor set to 'pointer' interact http://www.w3.org/TR/CSS21/ui.html#propdef-cursor,http://www.w3.org/TR/CSS21/ui.html#cursor-props 7925e0d9ac1c262134a00daa3f03ffda75c29078 `Microsoft`<http://www.microsoft.com/> Cursor 'pointer' results in a cursor that indicates a link.
|
|
cursor-006 Cursor set to 'move' interact http://www.w3.org/TR/CSS21/ui.html#propdef-cursor,http://www.w3.org/TR/CSS21/ui.html#cursor-props 88edbea584815860ded8c49646bc5e2f3effc6d2 `Microsoft`<http://www.microsoft.com/> Cursor 'move' results in a cursor that indicates an element can be moved.
|
|
cursor-007 Cursor set to 'e-resize' interact http://www.w3.org/TR/CSS21/ui.html#propdef-cursor,http://www.w3.org/TR/CSS21/ui.html#cursor-props 8547726ad2b843e663a70761ab6892e2e71ea09a `Microsoft`<http://www.microsoft.com/> Cursor 'e-resize' results in a cursor that indicates the east edge of an element can be moved.
|
|
cursor-008 Cursor set to 'ne-resize' interact http://www.w3.org/TR/CSS21/ui.html#propdef-cursor,http://www.w3.org/TR/CSS21/ui.html#cursor-props 1f4a461145e10e01777f590eab9043eb2671b8ce `Microsoft`<http://www.microsoft.com/> Cursor 'ne-resize' results in a cursor that indicates the north-east corner of an element can be moved.
|
|
cursor-009 Cursor set to 'nw-resize' interact http://www.w3.org/TR/CSS21/ui.html#propdef-cursor,http://www.w3.org/TR/CSS21/ui.html#cursor-props af65708a204b878795a82f73d501dd05645e368a `Microsoft`<http://www.microsoft.com/> Cursor 'nw-resize' results in a cursor that indicates the north-west corner of an element can be moved.
|
|
cursor-010 Cursor set to 'n-resize' interact http://www.w3.org/TR/CSS21/ui.html#propdef-cursor,http://www.w3.org/TR/CSS21/ui.html#cursor-props cb52708432caad0bffbf62476875fed8d8d8310b `Microsoft`<http://www.microsoft.com/> Cursor 'n-resize' results in a cursor that indicates the north edge of an element can be moved.
|
|
cursor-011 Cursor set to 'se-resize' interact http://www.w3.org/TR/CSS21/ui.html#propdef-cursor,http://www.w3.org/TR/CSS21/ui.html#cursor-props 7edd2fdfadb6357339884a5e621c7b9beee5fc48 `Microsoft`<http://www.microsoft.com/> Cursor 'se-resize' results in a cursor that indicates the south-east corner of an element can be moved.
|
|
cursor-012 Cursor set to 'sw-resize' interact http://www.w3.org/TR/CSS21/ui.html#propdef-cursor,http://www.w3.org/TR/CSS21/ui.html#cursor-props 932f46ae9bdf4c977b3de1cfc1bbd1a9d0b192ca `Microsoft`<http://www.microsoft.com/> Cursor 'sw-resize' results in a cursor that indicates the south-west corner of an element can be moved.
|
|
cursor-013 Cursor set to 's-resize' interact http://www.w3.org/TR/CSS21/ui.html#propdef-cursor,http://www.w3.org/TR/CSS21/ui.html#cursor-props 8aa6ee296e0951c7941481e0fedcc43335121198 `Microsoft`<http://www.microsoft.com/> Cursor 's-resize' results in a cursor that indicates the south edge of an element can be moved.
|
|
cursor-014 Cursor set to 'w-resize' interact http://www.w3.org/TR/CSS21/ui.html#propdef-cursor,http://www.w3.org/TR/CSS21/ui.html#cursor-props 3c85b7c39a20051c4cad14b68a207eae23558edb `Microsoft`<http://www.microsoft.com/> Cursor 'w-resize' results in a cursor that indicates the west edge of an element can be moved.
|
|
cursor-015 Cursor set to 'text' interact http://www.w3.org/TR/CSS21/ui.html#propdef-cursor,http://www.w3.org/TR/CSS21/ui.html#cursor-props f89be1fa96b80b4f663a4a7a109023655539ffa0 `Microsoft`<http://www.microsoft.com/> Cursor 'text' results in a cursor that indicates user can select or input text.
|
|
cursor-016 Cursor set to 'wait' interact http://www.w3.org/TR/CSS21/ui.html#propdef-cursor,http://www.w3.org/TR/CSS21/ui.html#cursor-props 8e8c3e1f796a1c1414d4ee77de2461bdf9812fee `Microsoft`<http://www.microsoft.com/> Cursor 'wait' results in a cursor that indicates the page is busy and user needs to wait.
|
|
cursor-017 Cursor set to 'help' interact http://www.w3.org/TR/CSS21/ui.html#propdef-cursor,http://www.w3.org/TR/CSS21/ui.html#cursor-props cd7b21b1300138a6f0335c4c1fc11ff827d166e3 `Microsoft`<http://www.microsoft.com/> Cursor 'help' results in a cursor that indicates help information is available.
|
|
cursor-018 Cursor set to 'progress' interact http://www.w3.org/TR/CSS21/ui.html#propdef-cursor,http://www.w3.org/TR/CSS21/ui.html#cursor-props 1e5b104346d8e0d993eec21fa84688bbb66dfb3b `Microsoft`<http://www.microsoft.com/> Cursor 'progress' results in a cursor that indicates something is in progression.
|
|
cursor-019 Cursor set to 'inherit' interact http://www.w3.org/TR/CSS21/ui.html#propdef-cursor,http://www.w3.org/TR/CSS21/ui.html#cursor-props e33e2b333d50eb8886d276094a48eddc63fd83bf `Microsoft`<http://www.microsoft.com/> Cursor 'inherit' results in the same cursor value as the parent element has.
|
|
cursor-020 cursor - <uri> value interact http://www.w3.org/TR/CSS21/ui.html#cursor-props 3f44d371b34bc9b26608235be05b2d3066901337 `Gérard Talbot`<http://www.gtalbot.org/BrowserBugsSection/css21testsuite/> If the user agent cannot handle an user-defined cursor, it must use the generic cursor at the end of the list. The auto value should make UA determine the cursor to display based on the current context.
|
|
cursor-021 cursor - <uri> value interact,invalid http://www.w3.org/TR/CSS21/ui.html#cursor-props 3fe73ec480429b6e2a6d9b108f802cea94b02c70 `Gérard Talbot`<http://www.gtalbot.org/BrowserBugsSection/css21testsuite/> When an user-defined cursor is provided, a generic cursor value must be provided at the end of the list.
|
|
cursor-022 cursor - set to an invalid value interact,invalid http://www.w3.org/TR/CSS21/ui.html#cursor-props,http://www.w3.org/TR/CSS21/syndata.html#parsing-errors,http://www.w3.org/TR/CSS21/syndata.html#rule-sets 507a2cc52502ebc4b39a9b5918827be000c53e50 `Gérard Talbot`<http://www.gtalbot.org/BrowserBugsSection/css21testsuite/>,`Daniel Schattenkirchner`<crazy-daniel{at}gmx.de> The property 'cursor', when set to an invalid value or an illegal value, must be ignored. Then, instead, the cursor to display should be based on the current context.
|
|
cursor-023 PNG or GIF cursor image,interact http://www.w3.org/TR/CSS21/ui.html#cursor-props e6cfac06f5c18bae3ea34662dcebdf0b142a25dd `Ian Hickson`<mailto:ian@hixie.ch>
|
|
cursor-024 animated GIF cursor animated,image,interact,may http://www.w3.org/TR/CSS21/ui.html#cursor-props aa54f7ca5c27548ff8ffb34d56af4eb469ca7d41 `Ian Hickson`<mailto:ian@hixie.ch>
|
|
cursor-applies-to-001 Cursor applied to element with 'display' set to 'table-row-group' interact http://www.w3.org/TR/CSS21/ui.html#propdef-cursor,http://www.w3.org/TR/CSS21/ui.html#cursor-props 0e11120f6cc9d2f46da4584f0b80742d2f5956f0 `Microsoft`<http://www.microsoft.com/> The 'cursor' property applies to elements with a display of table-row-group.
|
|
cursor-applies-to-002 Cursor applied to element with 'display' set to 'table-header-group' interact http://www.w3.org/TR/CSS21/ui.html#propdef-cursor,http://www.w3.org/TR/CSS21/ui.html#cursor-props a37374ed2913d83eda63fbe9b98699e5a3d4c746 `Microsoft`<http://www.microsoft.com/> The 'cursor' property applies to elements with a display of table-header-group.
|
|
cursor-applies-to-003 Cursor applied to element with 'display' set to 'table-footer-group' interact http://www.w3.org/TR/CSS21/ui.html#propdef-cursor,http://www.w3.org/TR/CSS21/ui.html#cursor-props 9ffda65845184ae563f3ca4d13e76b98f71fd11b `Microsoft`<http://www.microsoft.com/> The 'cursor' property applies to elements with a display of table-footer-group.
|
|
cursor-applies-to-004 Cursor applied to element with 'display' set to 'table-row' interact http://www.w3.org/TR/CSS21/ui.html#propdef-cursor,http://www.w3.org/TR/CSS21/ui.html#cursor-props 7d04eecb77bd5089115101106ec72f4c68ff473b `Microsoft`<http://www.microsoft.com/> The 'cursor' property applies to elements with a display of table-row.
|
|
cursor-applies-to-005 Cursor applied to element with 'display' set to 'table-column-group' interact http://www.w3.org/TR/CSS21/ui.html#propdef-cursor,http://www.w3.org/TR/CSS21/ui.html#cursor-props e480fb34c7d9c42a508e1cd071229a02441fa82a `Microsoft`<http://www.microsoft.com/> The 'cursor' property does not apply to elements with a display of table-column-group.
|
|
cursor-applies-to-006 Cursor applied to element with 'display' set to 'table-column' interact http://www.w3.org/TR/CSS21/ui.html#propdef-cursor,http://www.w3.org/TR/CSS21/ui.html#cursor-props 1ae0578842c014dbf2969410ce7488cad02c71a9 `Microsoft`<http://www.microsoft.com/> The 'cursor' property does not apply to elements with a display of table-column.
|
|
cursor-applies-to-007 Cursor applied to element with 'display' set to 'table-cell' interact http://www.w3.org/TR/CSS21/ui.html#propdef-cursor,http://www.w3.org/TR/CSS21/ui.html#cursor-props 8bcbc638b7c4e79ad3251c59264330dd68bb372a `Microsoft`<http://www.microsoft.com/> The 'cursor' property applies to elements with a display of table-cell.
|
|
cursor-applies-to-008 Cursor applied to element with 'display' set to 'inline' interact http://www.w3.org/TR/CSS21/ui.html#propdef-cursor,http://www.w3.org/TR/CSS21/ui.html#cursor-props ab358949760eff8f108a74dfdf21e03fdd3a2fbc `Microsoft`<http://www.microsoft.com/> The 'cursor' property applies to elements with a display of inline.
|
|
cursor-applies-to-009 Cursor applied to element with 'display' set to 'block' interact http://www.w3.org/TR/CSS21/ui.html#propdef-cursor,http://www.w3.org/TR/CSS21/ui.html#cursor-props e413618414b9d13ce5849776be75892963bb7e84 `Microsoft`<http://www.microsoft.com/> The 'cursor' property applies to elements with a display of block.
|
|
cursor-applies-to-010 Cursor applied to element with 'display' set to 'list-item' interact http://www.w3.org/TR/CSS21/ui.html#propdef-cursor,http://www.w3.org/TR/CSS21/ui.html#cursor-props c50ffce440ed0a7a9491eb24e27735eb253999c7 `Microsoft`<http://www.microsoft.com/> The 'cursor' property applies to elements with a 'display' set to 'list-item'.
|
|
cursor-applies-to-011 Cursor applied to element with 'display' set to 'run-in' interact http://www.w3.org/TR/CSS21/ui.html#propdef-cursor,http://www.w3.org/TR/CSS21/ui.html#cursor-props 3dee2a0119f2a9a66c2710fd896571ff67659d81 `Microsoft`<http://www.microsoft.com/> The 'cursor' property applies to elements with a display of run-in.
|
|
cursor-applies-to-012 Cursor applied to element with 'display' set to 'inline-block' interact http://www.w3.org/TR/CSS21/ui.html#propdef-cursor,http://www.w3.org/TR/CSS21/ui.html#cursor-props f6c8f3599cb40126eff00ca7148883d111f6e71b `Microsoft`<http://www.microsoft.com/> The 'cursor' property applies to elements with a display of inline-block.
|
|
cursor-applies-to-013 Cursor applied to element with 'display' set to 'table' interact http://www.w3.org/TR/CSS21/ui.html#propdef-cursor,http://www.w3.org/TR/CSS21/ui.html#cursor-props 794c1398d00ac4496ac7d7e233e18ed6274b7c8f `Microsoft`<http://www.microsoft.com/> The 'cursor' property applies to elements with a display of table.
|
|
cursor-applies-to-014 Cursor applied to element with 'display' set to 'inline-table' interact http://www.w3.org/TR/CSS21/ui.html#propdef-cursor,http://www.w3.org/TR/CSS21/ui.html#cursor-props 20a91b74d02b0fb2f0b7488ef3c32707138ef030 `Microsoft`<http://www.microsoft.com/> The 'cursor' property applies to elements with a display of inline-table.
|
|
cursor-applies-to-015 Cursor applied to element with 'display' set to 'table-caption' interact http://www.w3.org/TR/CSS21/ui.html#propdef-cursor,http://www.w3.org/TR/CSS21/ui.html#cursor-props dcd311a14091d2d4267633b129c39928420a1834 `Microsoft`<http://www.microsoft.com/> The 'cursor' property applies to elements with a display of table-caption.
|
|
cursor-fallback-001 Cursor specified with missing image for the url() interact http://www.w3.org/TR/CSS21/ui.html#cursor-props 285af2c01ce1400a77e235202cf08c34c44fdcef `Microsoft`<http://www.microsoft.com/> When a specified URL cursor doesn't exist, the next specified cursor is used.
|
|
cursor-url-001 Url cursor image,interact http://www.w3.org/TR/CSS21/ui.html#cursor-props 3705850ba353dd5b1121eb4e57ece0b6e868c37f `Microsoft`<http://www.microsoft.com/> URI cursor is applied correctly.
|
|
data-alignment-001 Aligning Table Data (cell data is vertically aligned) http://www.w3.org/TR/CSS21/tables.html#tables-intro 962cf4c7fa268bbdbb2dc59c90ceb50c0de27c7e `Microsoft`<http://www.microsoft.com/> Cell data can be vertically aligned.
|
|
data-alignment-002 Aligning Table Data (cell data is horizontally aligned) http://www.w3.org/TR/CSS21/tables.html#tables-intro 48e0f7e3d9d0904667a796905f3e14f029069e4e `Microsoft`<http://www.microsoft.com/> Cell data can be horizontally aligned.
|
|
data-alignment-003 Aligning Table Data (row data is aligned) http://www.w3.org/TR/CSS21/tables.html#tables-intro 1a48d3387129d1a110ed012c79bb4fbbb19356f2 `Microsoft`<http://www.microsoft.com/> Cell data in a row can be horizontally and vertically aligned.
|
|
data-alignment-004 Aligning Table Data (column data is aligned) http://www.w3.org/TR/CSS21/tables.html#tables-intro 44a7310baace02501053a401a43a15af6dc56c07 `Microsoft`<http://www.microsoft.com/> Alignment of cell data in a column is achieved by specifying alignment properties on the cells themselves, and not on the column element directly.
|
|
declaration-001 malformed declaration missing ':', value, part 1 invalid http://www.w3.org/TR/CSS21/syndata.html#parsing-errors 095c86373e6d5d590c0a6375c4985fae6643b580 `Boris Zbarsky`<mailto:bzbarsky@mit.edu>
|
|
declaration-002 malformed declaration missing ':', value, part 2 invalid http://www.w3.org/TR/CSS21/syndata.html#parsing-errors adfb129e5f9603546eed178060d6291b0bb46fc8 `Boris Zbarsky`<mailto:bzbarsky@mit.edu>
|
|
declaration-003 malformed declaration missing value, part 1 invalid http://www.w3.org/TR/CSS21/syndata.html#parsing-errors 3467772ab02d8cf4f6e8db92d67f78a45c5a08ed `Boris Zbarsky`<mailto:bzbarsky@mit.edu>
|
|
declaration-004 malformed declaration missing value, part 2 invalid http://www.w3.org/TR/CSS21/syndata.html#parsing-errors 5f903bc94910a17cf54455d842220d5576e517d3 `Boris Zbarsky`<mailto:bzbarsky@mit.edu>
|
|
declaration-005 malformed declaration: unexpected tokens { }, part 1 invalid http://www.w3.org/TR/CSS21/syndata.html#parsing-errors 95db203b752dcabadbd37613cef6197d35df06e8 `Boris Zbarsky`<mailto:bzbarsky@mit.edu>
|
|
declaration-006 malformed declaration: unexpected tokens { }, part 2 invalid http://www.w3.org/TR/CSS21/syndata.html#parsing-errors 3b453f15b1e5032f219e2f01634dd45ef92db5a7 `Boris Zbarsky`<mailto:bzbarsky@mit.edu>
|
|
declaration-whitespace-001 Parsing white space in style declaration http://www.w3.org/TR/CSS21/syndata.html#declaration 9c6e3ed4416745857caf64889a644d86d5b84fb9 `Microsoft`<http://www.microsoft.com/> Various white space are allowed anywhere within the declaration and are ignored.
|
|
declarations-009 Ignoring at-rules inside declaration blocks invalid http://www.w3.org/TR/CSS21/syndata.html#parsing-errors 8658b351e7b0b401d301940dfe5d6599e1e7fd00 `Elika J. Etemad`<http://fantasai.inkedblade.net/contact> At-rules inside declaration blocks are parsed as malformed declarations.
|
|
default-attribute-selector-001 reference/ref-filled-green-100px-square attribute selector - Default attribute values in DTDs http://www.w3.org/TR/CSS21/selector.html#default-attrs,http://www.w3.org/TR/CSS21/selector.html#matching-attrs 88e74e354d85ae30af28b990fe3e0731a24a9f9e `Gérard Talbot`<http://www.gtalbot.org/BrowserBugsSection/css21testsuite/> Default attribute values may be declared in an external resource such as a DTD. In such case, the default attributes may or may not appear in the document tree. When default attributes appear in the document tree, then their correspondent default values must be included.
|
|
default-attribute-selector-002 reference/ref-filled-green-100px-square attribute selector - Default attribute values in DTDs http://www.w3.org/TR/CSS21/selector.html#default-attrs,http://www.w3.org/TR/CSS21/selector.html#matching-attrs 511e185ad1b86f7540f3b1e4f1047e6648caf72e `Gérard Talbot`<http://www.gtalbot.org/BrowserBugsSection/css21testsuite/> Default attribute values may be declared in an external resource such as a DTD. In such case, the default attributes may or may not appear in the document tree. When default attributes appear in the document tree, then their correspondent default values must be included.
|
|
default-attribute-selector-003 reference/ref-filled-green-100px-square attribute selector - Default attribute values in DTDs http://www.w3.org/TR/CSS21/selector.html#default-attrs,http://www.w3.org/TR/CSS21/selector.html#matching-attrs 9f891d5c9db9d28c99085a8ed0aae3f5eb97b327 `Gérard Talbot`<http://www.gtalbot.org/BrowserBugsSection/css21testsuite/> Default attribute values may be declared in an external resource such as a DTD. In such case, the default attributes may or may not appear in the document tree. When default attributes appear in the document tree, then their correspondent default values must be included.
|
|
default-attribute-selector-004 reference/ref-filled-green-100px-square attribute selector - Default attribute values in DTDs http://www.w3.org/TR/CSS21/selector.html#default-attrs,http://www.w3.org/TR/CSS21/selector.html#matching-attrs 257b3722c751f5bce1730f732b4ab9674848965d `Gérard Talbot`<http://www.gtalbot.org/BrowserBugsSection/css21testsuite/> Default attribute values may be declared in an external resource such as a DTD. In such case, the default attributes may or may not appear in the document tree. When default attributes appear in the document tree, then their correspondent default values must be included.
|
|
default-attribute-selector-005 attribute selector - Default attribute values in DTDs http://www.w3.org/TR/CSS21/selector.html#default-attrs,http://www.w3.org/TR/CSS21/selector.html#matching-attrs e555c83b2a4bc50b8b6ad0a0f8a5b617433fe9d5 `Gérard Talbot`<http://www.gtalbot.org/BrowserBugsSection/css21testsuite/> Default attribute values may be declared in an external resource such as a DTD. In such case, the default attributes may or may not appear in the document tree. When default attributes appear in the document tree, then their correspondent default values must be included.
|
|
default-attribute-selector-006 attribute selector - Default attribute values in DTDs http://www.w3.org/TR/CSS21/selector.html#default-attrs,http://www.w3.org/TR/CSS21/selector.html#matching-attrs 75f99b69531727a4bddad2afc62d6523a367a83d `Gérard Talbot`<http://www.gtalbot.org/BrowserBugsSection/css21testsuite/> Default attribute values may be declared in an external resource such as a DTD. In such case, the default attributes may or may not appear in the document tree. When default attributes appear in the document tree, then their correspondent default values must be included.
|
|
default-attribute-selector-007 attribute selector - Default attribute values in DTDs http://www.w3.org/TR/CSS21/selector.html#default-attrs,http://www.w3.org/TR/CSS21/selector.html#matching-attrs e4483efd2b3713fef750bb131a28298139488fb6 `Gérard Talbot`<http://www.gtalbot.org/BrowserBugsSection/css21testsuite/> Default attribute values may be declared in an external resource such as a DTD. In such case, the default attributes may or may not appear in the document tree. When default attributes appear in the document tree, then their correspondent default values must be included.
|
|
default-attribute-selector-008 attribute selector - Default attribute values in DTDs http://www.w3.org/TR/CSS21/selector.html#default-attrs,http://www.w3.org/TR/CSS21/selector.html#matching-attrs 56c5410be495f043edcee6cbeda9395245fbbf37 `Gérard Talbot`<http://www.gtalbot.org/BrowserBugsSection/css21testsuite/> Default attribute values may be declared in an external resource such as a DTD. In such case, the default attributes may or may not appear in the document tree. When default attributes appear in the document tree, then their correspondent default values must be included.
|
|
default-stylesheet-001 Overriding the user agent default style sheet ahem http://www.w3.org/TR/CSS21/cascade.html#cascade 4e6d643a65f3c3e01c5873ccece5508d85ef4fbe `Microsoft`<http://www.microsoft.com/> User agent default style sheet settings can be overridden.
|
|
delete-block-in-inlines-beginning-001 reference/delete-block-in-inlines-beginning-001-ref Delete a block-level element inside a block whose children are otherwise all inline at its beginning ahem,dom http://www.w3.org/TR/CSS21/visuren.html#anonymous-block-level 3d4ba4b5e7211182797416cf2ecac5946be20ace `Gérard Talbot`<http://www.gtalbot.org/BrowserBugsSection/css21testsuite/>
|
|
delete-block-in-inlines-end-001 reference/delete-block-in-inlines-beginning-001-ref Delete a block-level element inside a block whose children are otherwise all inline at its end ahem,dom http://www.w3.org/TR/CSS21/visuren.html#anonymous-block-level 08b57981a9fa991cba66fc733fe39804fe27c16e `Gérard Talbot`<http://www.gtalbot.org/BrowserBugsSection/css21testsuite/>
|
|
delete-block-in-inlines-middle-001 reference/delete-block-in-inlines-beginning-001-ref Delete a block-level element inside a block whose children are otherwise all inline at its middle ahem,dom http://www.w3.org/TR/CSS21/visuren.html#anonymous-block-level 86c75aec7a65b3ab5b320e8ef417fc9a1234b4bf `Gérard Talbot`<http://www.gtalbot.org/BrowserBugsSection/css21testsuite/>
|
|
delete-inline-in-blocks-beginning-001 reference/delete-inline-in-blocks-beginning-001-ref Delete an inline-level element inside a block whose children are otherwise all block-level, located at its beginning ahem,dom http://www.w3.org/TR/CSS21/visuren.html#anonymous-block-level d54b7338746339b54aa98ccf5b57e6d6ec0e313e `Gérard Talbot`<http://www.gtalbot.org/BrowserBugsSection/css21testsuite/>
|
|
delete-inline-in-blocks-end-001 reference/delete-inline-in-blocks-beginning-001-ref Delete an inline-level element inside a block whose children are otherwise all block-level, located at its end ahem,dom http://www.w3.org/TR/CSS21/visuren.html#anonymous-block-level fa067f0b06cabc0d47f8d4b6fb7be1272d562d30 `Gérard Talbot`<http://www.gtalbot.org/BrowserBugsSection/css21testsuite/>
|
|
delete-inline-in-blocks-middle-001 reference/delete-inline-in-blocks-beginning-001-ref Delete an inline-level element inside a block whose children are otherwise all block-level, located in its middle ahem,dom http://www.w3.org/TR/CSS21/visuren.html#anonymous-block-level 0d32afed510bd7f4b37d7a77ed31b7f7f76e0b65 `Gérard Talbot`<http://www.gtalbot.org/BrowserBugsSection/css21testsuite/>
|
|
delete-inline-in-blocks-middle-002 reference/delete-inline-in-blocks-middle-002-ref Delete an inline-level element inside a block whose children are otherwise all block-level, located in its middle ahem,dom http://www.w3.org/TR/CSS21/visuren.html#anonymous-block-level 7fef63ee00f00164464651bda34db56c381dffa0 `Gérard Talbot`<http://www.gtalbot.org/BrowserBugsSection/css21testsuite/>
|
|
delete-inline-in-blocks-middle-003 reference/delete-inline-in-blocks-middle-002-ref Delete an inline-level element inside a block whose children are otherwise all block-level, located in its middle ahem,dom http://www.w3.org/TR/CSS21/visuren.html#anonymous-block-level 2f696ce928cb3eabcae98ba31ef356eba2a416af `Gérard Talbot`<http://www.gtalbot.org/BrowserBugsSection/css21testsuite/>
|
|
descendant-display-none-001 reference/ref-if-there-is-no-red Descendant elements and 'display: none' http://www.w3.org/TR/CSS21/visuren.html#propdef-display,http://www.w3.org/TR/CSS21/visuren.html#display-prop ec97525599ffd2239e713c90a5c47745ed92aeea `Microsoft`<http://www.microsoft.com/> Descendant elements do not get generated when parent is 'display: none'.
|
|
descendant-display-override-001 reference/ref-if-there-is-no-red Overriding display none from parent http://www.w3.org/TR/CSS21/visuren.html#propdef-display,http://www.w3.org/TR/CSS21/visuren.html#display-prop 8fee66e5f24c59663c0e11abf0be2d2ddd66a2cf `Microsoft`<http://www.microsoft.com/> Descendant elements cannot override the parent's setting of the 'display' property when set to 'none'.
|
|
descendant-selector-000 Selectors: Descendant selectors http://www.w3.org/TR/CSS21/selector.html#descendant-selectors c106ca2b043e503ac9c245fe10c895aff0905c1d `Gabriele Romanato`<mailto:gabriele.romanato@gmail.com> Browsers should apply each rule to the descendant elements
|
|
descendant-selector-001 Selectors: Descendant selectors and universal selector http://www.w3.org/TR/CSS21/selector.html#descendant-selectors e6cf0481f3fb02dbbadfe3d50da98453f2c2c4ee `Gabriele Romanato`<mailto:gabriele.romanato@gmail.com> Browsers should apply each rule to the descendant elements
|
|
descendent-selector-001 Descendent selector does not apply to parent element http://www.w3.org/TR/CSS21/selector.html#descendant-selectors b6d44fa70c16468a7b15d1579ebd95fef3afe24d `Microsoft`<http://www.microsoft.com/> Descendent selectors are applied only to descendents.
|
|
descendent-selector-002 Descendent selector http://www.w3.org/TR/CSS21/selector.html#descendant-selectors 88cb1c03462749e54e1ec76a3b47cc8d7d4c9882 `Microsoft`<http://www.microsoft.com/> Descendent selectors are applied only to descendents.
|
|
descendent-selector-003 Descendent selector with additional element between http://www.w3.org/TR/CSS21/selector.html#descendant-selectors 8bf8e02dd855d18afae385e0d4d5fe0d1ac8d294 `Microsoft`<http://www.microsoft.com/> Descendent selectors are applied to descendents even if additional elements separate parent and subject of selector.
|
|
descendent-selector-004 Descendent selector with incorrect parent element http://www.w3.org/TR/CSS21/selector.html#descendant-selectors 73766503b0964b343d3f36cb4c645673b4a560e1 `Microsoft`<http://www.microsoft.com/> Descendent selectors are applied only to descendents where the parent element matches.
|
|
descendent-selector-005 Grandchild selection with no children http://www.w3.org/TR/CSS21/selector.html#descendant-selectors 499c4b73e4734ff29668b1faef60a933298043a3 `Microsoft`<http://www.microsoft.com/> Grandchild selection is applied only to elements which have grandchildren.
|
|
descendent-selector-006 Grandchild selection with no grandchildren http://www.w3.org/TR/CSS21/selector.html#descendant-selectors 33b12d03a89a2449d04aaf80331f6c67b05a9ca9 `Microsoft`<http://www.microsoft.com/> Grandchild selection is applied only to elements which have grandchildren.
|
|
descendent-selector-007 Grandchild selection http://www.w3.org/TR/CSS21/selector.html#descendant-selectors 9b3284e0cb3a8833f6a10c90716f9b6856caecbb `Microsoft`<http://www.microsoft.com/> Grandchild selection is applied only to elements which are grandchildren.
|
|
descendent-selector-008 Descendent selector with ID attribute does not match elements without the ID attribute http://www.w3.org/TR/CSS21/selector.html#descendant-selectors 19b5c529fefa7740ee50680d2587f5b0c0a28ac7 `Microsoft`<http://www.microsoft.com/> Descendent selector with attribute applies only to applicable elements.
|
|
descendent-selector-009 Descendent selector with ID attribute http://www.w3.org/TR/CSS21/selector.html#descendant-selectors 415d77c4a17c0b71454887306265e45b749c96e3 `Microsoft`<http://www.microsoft.com/> Descendent selector with attribute applies only to applicable elements.
|
|
descendent-selector-010 Descendent selector and tabs http://www.w3.org/TR/CSS21/selector.html#descendant-selectors 60cbf144f2dcf3684c56d2a331a364665fe2d85e `Microsoft`<http://www.microsoft.com/> A descendant selector can be separated by a tab.
|
|
descendent-selector-011 Descendent selector and newlines http://www.w3.org/TR/CSS21/selector.html#descendant-selectors fdea727ce236ad65a84836337de518100b64fd37 `Microsoft`<http://www.microsoft.com/> A descendant selector can be separated by a newline.
|
|
direction-001 reference/direction-001-ref Direction set to 'ltr' http://www.w3.org/TR/CSS21/visuren.html#propdef-direction,http://www.w3.org/TR/CSS21/visuren.html#direction 1d59ba9fa0249bf8ecfb68fb27b5a7895a1b9f50 `Microsoft`<http://www.microsoft.com/> The 'direction' property set to 'ltr' sets the direction of an element to left-to-right.
|
|
direction-002 reference/direction-002-ref Direction set to 'rtl' http://www.w3.org/TR/CSS21/visuren.html#propdef-direction,http://www.w3.org/TR/CSS21/visuren.html#direction 0d464ea93126f78123917a253b96d22efc01d058 `Microsoft`<http://www.microsoft.com/> The 'direction' property set to 'rtl' sets the direction of an element to right-to-left.
|
|
direction-003 reference/direction-002-ref Direction set to 'inherit' sets a value that is inherited from parent element http://www.w3.org/TR/CSS21/visuren.html#propdef-direction,http://www.w3.org/TR/CSS21/visuren.html#direction c4021b02b2e402ce5aa6f118b3db2ed91b918de9 `Microsoft`<http://www.microsoft.com/> The 'direction' property set to 'inherit' sets a direction value to the same as the parent element.
|
|
direction-applies-to-001 reference/direction-applies-to-001-ref Direction applied to element with 'display' set to 'table-row-group' ahem http://www.w3.org/TR/CSS21/visuren.html#propdef-direction,http://www.w3.org/TR/CSS21/visuren.html#direction 1d8bf5407ae1fb94b20ddbeb260de5f5b451d715 `Microsoft`<http://www.microsoft.com/> The 'direction' property does not apply to elements with a display of 'table-row-group'.
|
|
direction-applies-to-002 reference/direction-applies-to-001-ref Direction applied to element with 'display' set to 'table-header-group' ahem http://www.w3.org/TR/CSS21/visuren.html#propdef-direction,http://www.w3.org/TR/CSS21/visuren.html#direction 4e2734b19e66c29cced7b555f40e5eba7e0e0c2d `Microsoft`<http://www.microsoft.com/> The 'direction' property does not apply to elements with a display of 'table-header-group'.
|
|
direction-applies-to-003 reference/direction-applies-to-001-ref Direction applied to element with 'display' set to 'table-footer-group' ahem http://www.w3.org/TR/CSS21/visuren.html#propdef-direction,http://www.w3.org/TR/CSS21/visuren.html#direction 3140f4620410698285daacd84aef5d81240eca8e `Microsoft`<http://www.microsoft.com/> The 'direction' property does not apply to elements with a display of 'table-footer-group'.
|
|
direction-applies-to-004 reference/direction-applies-to-001-ref Direction applied to element with 'display' set to 'table-row' ahem http://www.w3.org/TR/CSS21/visuren.html#propdef-direction,http://www.w3.org/TR/CSS21/visuren.html#direction 531d9dbaeea7913a1fdaa7680f6df2a936ac7be6 `Microsoft`<http://www.microsoft.com/> The 'direction' property does not apply to elements with a display of 'table-row'.
|
|
direction-applies-to-005 reference/direction-applies-to-001-ref Direction applied to element with 'display' set to 'table-column-group' ahem http://www.w3.org/TR/CSS21/visuren.html#propdef-direction,http://www.w3.org/TR/CSS21/visuren.html#direction a47f7de49b3841ccb75593b109a4583ae44ec405 `Microsoft`<http://www.microsoft.com/> The 'direction' property does not apply to elements with a display of 'table-column-group'.
|
|
direction-applies-to-006 reference/direction-applies-to-001-ref Direction applied to element with 'display' set to 'table-column' ahem http://www.w3.org/TR/CSS21/visuren.html#propdef-direction,http://www.w3.org/TR/CSS21/visuren.html#direction 1e92bf25a8d2561fa223fbd9f51afad08025e366 `Microsoft`<http://www.microsoft.com/> The 'direction' property does not apply to elements with a display of 'table-column'.
|
|
direction-applies-to-007 reference/direction-applies-to-007-ref Direction applied to element with 'display' set to 'table-cell' ahem http://www.w3.org/TR/CSS21/visuren.html#propdef-direction,http://www.w3.org/TR/CSS21/visuren.html#direction 64d1ee804ad93833cbf66176ce115ca465a7d693 `Microsoft`<http://www.microsoft.com/> The 'direction' property applies to elements with a display of 'table-cell'.
|
|
direction-applies-to-008 reference/direction-applies-to-008-ref Direction applied to element with 'display' set to inline http://www.w3.org/TR/CSS21/visuren.html#propdef-direction,http://www.w3.org/TR/CSS21/visuren.html#direction 6c61022e8e250dceb75687903fa3a748daa2fd6d `Microsoft`<http://www.microsoft.com/> The 'direction' property applies to elements with a display of inline as it can set the direction of embeddings and overrides.
|
|
direction-applies-to-009 reference/direction-applies-to-007-ref Direction applied to element with 'display' set to block ahem http://www.w3.org/TR/CSS21/visuren.html#propdef-direction,http://www.w3.org/TR/CSS21/visuren.html#direction 9c304c6956573db4e09fa0f66634bf1419a81219 `Microsoft`<http://www.microsoft.com/> The 'direction' property applies to elements with a display of block.
|
|
direction-applies-to-010 Direction applied to element with 'display' set to list-item ahem http://www.w3.org/TR/CSS21/visuren.html#propdef-direction,http://www.w3.org/TR/CSS21/visuren.html#direction d311f3ba360374c7d67bee37c906d39fd08eff9f `Microsoft`<http://www.microsoft.com/> The 'direction' property applies to elements with a display of list-item.
|
|
direction-applies-to-011 Direction applied to element with 'display' set to run-in ahem http://www.w3.org/TR/CSS21/visuren.html#propdef-direction,http://www.w3.org/TR/CSS21/visuren.html#direction d206ba4548ac29dcf6319e32a0bb99d08aa3800b `Microsoft`<http://www.microsoft.com/> The 'direction' property applies to elements with a display of run-in.
|
|
direction-applies-to-012 reference/direction-applies-to-007-ref Direction applied to element with 'display' set to inline-block ahem http://www.w3.org/TR/CSS21/visuren.html#propdef-direction,http://www.w3.org/TR/CSS21/visuren.html#direction 362e4de2e3972aef1150352f13f43bda90b5a6af `Microsoft`<http://www.microsoft.com/> The 'direction' property applies to elements with a display of inline-block.
|
|
direction-applies-to-013 reference/direction-applies-to-007-ref Direction applied to element with 'display' set to 'table' ahem http://www.w3.org/TR/CSS21/visuren.html#propdef-direction,http://www.w3.org/TR/CSS21/visuren.html#direction 88494d47b08060e352afab451f09cea23e935498 `Microsoft`<http://www.microsoft.com/> The 'direction' property can apply to elements with a display of 'table' as it specifies the direction of table column layout.
|
|
direction-applies-to-014 reference/direction-applies-to-007-ref Direction applied to element with 'display' set to 'inline-table' ahem http://www.w3.org/TR/CSS21/visuren.html#propdef-direction,http://www.w3.org/TR/CSS21/visuren.html#direction c480ba912df8ad45b29e4fe450c3140b82845436 `Microsoft`<http://www.microsoft.com/> The 'direction' property can apply to elements with a display of 'inline-table' as it specifies the direction of table column layout.
|
|
direction-applies-to-015 reference/direction-applies-to-007-ref Direction applied to element with 'display' set to 'table-caption' ahem http://www.w3.org/TR/CSS21/visuren.html#propdef-direction,http://www.w3.org/TR/CSS21/visuren.html#direction 128391702caf9da7dd1dc5048c6b9575969e784e `Microsoft`<http://www.microsoft.com/> The 'direction' property applies to elements with a display of 'table-caption'.
|
|
direction-unicode-bidi-001 default context, direction rtl, unicode-bidi embed http://www.w3.org/TR/CSS21/visuren.html#direction 7d072966117fd0d3f437db137514ffa4a814e164 `Richard Ishida`<http://rishida.net> In the default context, if direction:rtl and unicode-bidi:embed are applied to an inline element containing mixed direction text, the text in that element will be displayed correctly.
|
|
direction-unicode-bidi-002 default context, direction rtl, unicode-bidi none http://www.w3.org/TR/CSS21/visuren.html#direction 632e99066faf779d007a17238a379197a74d360b `Richard Ishida`<http://rishida.net> In the default context, if direction:rtl alone is applied to an inline element containing mixed direction text, the different directional runs in that element will not be in the correct order.
|
|
direction-unicode-bidi-003 ltr context, direction rtl, unicode-bidi embed http://www.w3.org/TR/CSS21/visuren.html#direction 4b25bdc037186785fcdf5d64575a9747e22331a9 `Richard Ishida`<http://rishida.net> In a LTR context, if direction:rtl and unicode-bidi:embed are applied to an inline element containing mixed direction text, the text in that element will be displayed correctly.
|
|
direction-unicode-bidi-004 ltr context, direction rtl, unicode-bidi none http://www.w3.org/TR/CSS21/visuren.html#direction 8c20502fe3beea2314b7ed8b2c78d1f921c55c27 `Richard Ishida`<http://rishida.net> In a LTR context, if direction:rtl alone is applied to an inline element containing mixed direction text, the different directional runs in that element will not be in the correct order.
|
|
direction-unicode-bidi-005 rtl context, direction ltr, unicode-bidi embed http://www.w3.org/TR/CSS21/visuren.html#direction 43154fdc02fa38621c34d6700bf806250d7ff6dd `Richard Ishida`<http://rishida.net> In a RTL context, if direction:ltr and unicode-bidi:embed are applied to a LTR inline element containing mixed direction text, the text in that element will be displayed correctly.
|
|
direction-unicode-bidi-006 rtl context, direction ltr, unicode-bidi none http://www.w3.org/TR/CSS21/visuren.html#direction be372f9a8feba9c8fd5c7263dec0a4e5d254a0f0 `Richard Ishida`<http://rishida.net> In a RTL context, if direction:ltr alone is applied to a LTR inline element containing mixed direction text, the different directional runs in that element will not be in the correct order.
|
|
direction-unicode-bidi-007 direction of a ltr tspan http://www.w3.org/TR/CSS21/visuren.html#direction b95dff596f06f184f91a427c469c9ae5be19ab04 `Richard Ishida`<http://rishida.net> In a RTL context, if direction:ltr and unicode-bidi:embed are applied to an inline element containing mixed direction text, the the inline element will interact with surrounding ltr text as a LTR directional run.
|
|
direction-unicode-bidi-008 direction of a rtl tspan http://www.w3.org/TR/CSS21/visuren.html#direction 7f5d022147eddd1e59e94100fff8ff565ebcc9b0 `Richard Ishida`<http://rishida.net> In a LTR context, if direction:rtl and unicode-bidi:embed are applied to an inline element containing mixed direction text, the the inline element will interact with surrounding rtl text as a RTL directional run.
|
|
direction-unicode-bidi-009 on element, direction ltr, unicode-bidi none http://www.w3.org/TR/CSS21/visuren.html#direction f6d70784d5e99cbd5d4320d3449e717c14b2051a `Richard Ishida`<http://rishida.net> direction:ltr alone on a block element will cause the text to be left-aligned, directional runs to be arranged LTR (but the words should look correct within each run), and punctuation should be treated as LTR.
|
|
direction-unicode-bidi-010 on element, direction rtl, unicode-bidi none http://www.w3.org/TR/CSS21/visuren.html#direction 9e31d122ea7f2ea2f1320b9cbafa2de1bbca1fd0 `Richard Ishida`<http://rishida.net> direction:rtl alone on a block element will cause the text to be right-aligned, directional runs to be arranged RTL (but the words should look correct within each run), and punctuation should be treated as RTL.
|
|
direction-unicode-bidi-011 inherited, direction ltr, unicode-bidi none http://www.w3.org/TR/CSS21/visuren.html#direction a5394ba5212cfb3527c71899bd926b50865a2815 `Richard Ishida`<http://rishida.net> direction:ltr on a container element will be inherited by an embedded block element.
|
|
direction-unicode-bidi-012 inherited, direction rtl, unicode-bidi none http://www.w3.org/TR/CSS21/visuren.html#direction c033e44a4613856ea1a205351927471ec3b8f3ad `Richard Ishida`<http://rishida.net> direction:rtl on a container element will be inherited by an embedded block element.
|
|
direction-unicode-bidi-013 default context, direction none, unicode-bidi override http://www.w3.org/TR/CSS21/visuren.html#direction eb1373979d7daa39daf746d6066feb1d296609e3 `Richard Ishida`<http://rishida.net> In the default context, if unicode-bidi:bidi-override and no direction are applied to an inline element containing mixed direction text, the characters in that element will be displayed in backing-store order from left to right.
|
|
direction-unicode-bidi-014 default context, direction ltr, unicode-bidi override http://www.w3.org/TR/CSS21/visuren.html#direction 57d200501ef68bd6639d029deda19b9a5d9b7785 `Richard Ishida`<http://rishida.net> In the default context, if direction:ltr and unicode-bidi:bidi-override are applied to an inline element containing mixed direction text, the characters in that element will be displayed in backing-store order from left to right.
|
|
direction-unicode-bidi-015 default context, direction rtl, unicode-bidi override http://www.w3.org/TR/CSS21/visuren.html#direction 2d9407b111ebe32342234cdf89945305b379dcdf `Richard Ishida`<http://rishida.net> In the default context, if unicode-bidi:bidi-override and direction:rtl are applied to an inline element containing mixed direction text, the characters in that element will be displayed in reverse backing-store order from left to right.
|
|
direction-unicode-bidi-016 ltr context, direction none, unicode-bidi override http://www.w3.org/TR/CSS21/visuren.html#direction b5add6dc62d51cffafe7c37a48b2c0a20674c89b `Richard Ishida`<http://rishida.net> In a LTR context, if unicode-bidi:bidi-override and no direction are applied to an inline element containing mixed direction text, the characters in that element will be displayed in backing-store order from left to right.
|
|
direction-unicode-bidi-017 ltr context, direction ltr, unicode-bidi override http://www.w3.org/TR/CSS21/visuren.html#direction 770599647ec572e9e6c825982344e759c4829a3a `Richard Ishida`<http://rishida.net> In a LTR context, if direction:ltr and unicode-bidi:bidi-override are applied to an inline element containing mixed direction text, the characters in that element will be displayed in backing-store order from left to right.
|
|
direction-unicode-bidi-018 ltr context, direction rtl, unicode-bidi override http://www.w3.org/TR/CSS21/visuren.html#direction 53e3d54da66237617df58b5e865b23b5e7d633bc `Richard Ishida`<http://rishida.net> In a LTR context, if unicode-bidi:bidi-override and direction:rtl are applied to an inline element containing mixed direction text, the characters in that element will be displayed in reverse backing-store order from left to right.
|
|
direction-unicode-bidi-019 rtl context, direction none, unicode-bidi override http://www.w3.org/TR/CSS21/visuren.html#direction 28b3bf571304ca595bf5c9c2848ebd1632d529ae `Richard Ishida`<http://rishida.net> In a RTL context, if unicode-bidi:bidi-override and no direction are applied to a LTR inline element containing mixed direction text, the characters in that element will be displayed in backing-store order from right to left.
|
|
direction-unicode-bidi-020 rtl context, direction ltr, unicode-bidi override http://www.w3.org/TR/CSS21/visuren.html#direction 3ede24c97abdf6e5e0c8afc6bd954672b4f0aa43 `Richard Ishida`<http://rishida.net> In a RTL context, if direction:ltr and unicode-bidi:bidi-override are applied to a LTR inline element containing mixed direction text, the characters in that element will be displayed in reverse backing-store order from right to left.
|
|
direction-unicode-bidi-021 rtl context, direction rtl, unicode-bidi override http://www.w3.org/TR/CSS21/visuren.html#direction 29d51b90ad55c1f082f65d2d5ed43190e5d5d562 `Richard Ishida`<http://rishida.net> In a RTL context, if unicode-bidi:bidi-override and direction:rtl are applied to a LTR inline element containing mixed direction text, the characters in that element will be displayed in backing-store order from right to left.
|
|
direction-unicode-bidi-022 on element, direction ltr, unicode-bidi override http://www.w3.org/TR/CSS21/visuren.html#direction 635597f90c7e248362e713f44928627301a68ad3 `Richard Ishida`<http://rishida.net> direction:ltr and unicode-bidi:bidi-override on a block element will cause the text to be left-aligned, and all text to be displayed in backing-store order from left to right.
|
|
direction-unicode-bidi-023 on element, direction rtl, unicode-bidi override http://www.w3.org/TR/CSS21/visuren.html#direction 0556108d8ef47e819dad7855d7c39bfaa6fadbaa `Richard Ishida`<http://rishida.net> direction:rtl and unicode-bidi:bidi-override on a block element will cause the text to be right-aligned, and all text to be displayed in backing-store order from right to left.
|
|
direction-unicode-bidi-024 inherited, direction ltr, unicode-bidi override http://www.w3.org/TR/CSS21/visuren.html#direction 6d4e5627b36137875d893f0511ee05f354107e35 `Richard Ishida`<http://rishida.net> When direction:ltr and unicode-bidi:bidi-override is set on a block element, the override will not be inherited by a child block element, but the direction will.
|
|
direction-unicode-bidi-025 inherited, direction rtl, unicode-bidi override http://www.w3.org/TR/CSS21/visuren.html#direction 1d93954d51185f4fcdbce56f6efc7ceea1103475 `Richard Ishida`<http://rishida.net> When direction:rtl and unicode-bidi:bidi-override is set on a block element, the override will not be inherited by a child block element, but the direction will.
|
|
direction-unicode-bidi-026 right to left block http://www.w3.org/TR/CSS21/visuren.html#direction 19b43a8b692f638c97bcef254a35209330957adc `Richard Ishida`<http://rishida.net> When direction:ltr and unicode-bidi:bidi-override is set on a block element containing block and inline elements, only the direction of the inline text will be overridden.
|
|
direction-unicode-bidi-027 left to right block http://www.w3.org/TR/CSS21/visuren.html#direction 3787e2e3e1c9b303fcd1940e0603b26e19019b45 `Richard Ishida`<http://rishida.net> When direction:rtl and unicode-bidi:bidi-override is set on a block element containing block and inline elements, only the direction of the inline text will be overridden.
|
|
direction-unicode-bidi-028 inner block converted to inline http://www.w3.org/TR/CSS21/visuren.html#direction a96077f3ba213c47bc13aba2099090e492ca2da9 `Richard Ishida`<http://rishida.net> When direction:rtl and unicode-bidi:bidi-override is set on a block element containing block and inline elements, and CSS is used to change the block element to an inline element, the direction of all the text will be overridden.
|
|
display-001 reference/display-001-ref Display set to 'inline' http://www.w3.org/TR/CSS21/visuren.html#propdef-display,http://www.w3.org/TR/CSS21/visuren.html#display-prop 948355566017e78b2d23abf28162c4b23e0071ba `Microsoft`<http://www.microsoft.com/> The property 'display' set to 'inline' behaves in layout as an inline element.
|
|
display-002 reference/display-002-ref Display set to 'block' http://www.w3.org/TR/CSS21/visuren.html#propdef-display,http://www.w3.org/TR/CSS21/visuren.html#display-prop 6040cc310dd8866239f690ae0f5fed08a2598236 `Microsoft`<http://www.microsoft.com/> The property 'display' set to 'block' behaves in layout as a block.
|
|
display-003 Display set to 'list-item' http://www.w3.org/TR/CSS21/visuren.html#propdef-display,http://www.w3.org/TR/CSS21/visuren.html#display-prop f490ab13d0bb6b840dead00332fcb5ee84b2e45e `Microsoft`<http://www.microsoft.com/> The property 'display' set to 'list-item' behaves in layout as a list item block.
|
|
display-004 Display set to 'run-in' http://www.w3.org/TR/CSS21/visuren.html#propdef-display,http://www.w3.org/TR/CSS21/visuren.html#display-prop df74f57501ab6638f8157730855c4bf8ae683a07 `Microsoft`<http://www.microsoft.com/> The property 'display' set to 'run-in' behaves in layout as a run-in block.
|
|
display-005 reference/display-001-ref Display set to 'inline-block' http://www.w3.org/TR/CSS21/visuren.html#propdef-display,http://www.w3.org/TR/CSS21/visuren.html#display-prop 284cdf42d88427cce416a05ac1cc4f474fd36d86 `Microsoft`<http://www.microsoft.com/> The property 'display' set to 'inline-block' is formatted in layout as an inline-level element: it creates a new block formatting context for its descendants but it is laid out, flowed as an inline-level element. An inline-block does not begin on a new line and does not require to begin on a new line.
|
|
display-006 reference/display-001-ref Display set to 'table' http://www.w3.org/TR/CSS21/visuren.html#propdef-display,http://www.w3.org/TR/CSS21/visuren.html#display-prop 00ccd192372e49520b64f49ada2a2dbf5128d9ed `Microsoft`<http://www.microsoft.com/> The property 'display' set to 'table' behaves in layout as a table.
|
|
display-007 reference/display-001-ref Display set to 'inline-table' http://www.w3.org/TR/CSS21/visuren.html#propdef-display,http://www.w3.org/TR/CSS21/visuren.html#display-prop 8a8cc1a8b8ddb109f660cb52306c868e299f45a1 `Microsoft`<http://www.microsoft.com/> The property 'display' set to 'inline-table' behaves in layout as an inline table.
|
|
display-008 reference/display-008-ref Display set to 'table-row-group' http://www.w3.org/TR/CSS21/visuren.html#propdef-display,http://www.w3.org/TR/CSS21/visuren.html#display-prop 8b6af5c9488ddd1c7c783d87cbef465ce2e411db `Microsoft`<http://www.microsoft.com/> The property 'display' set to 'table-row-group' behaves in layout as a table row group.
|
|
display-009 reference/display-008-ref Display set to 'table-header-group' http://www.w3.org/TR/CSS21/visuren.html#propdef-display,http://www.w3.org/TR/CSS21/visuren.html#display-prop 2bf654d6f2cd60846cb0365238bc1fcadf37d81d `Microsoft`<http://www.microsoft.com/> The property 'display' set to 'table-header-group' behaves in layout as a table header group.
|
|
display-010 reference/display-010-ref Display set to 'table-footer-group' http://www.w3.org/TR/CSS21/visuren.html#propdef-display,http://www.w3.org/TR/CSS21/visuren.html#display-prop 211eed620ec2dcc2336f592faa1ef6b1b110c90b `Microsoft`<http://www.microsoft.com/> The property 'display' set to 'table-footer-group' behaves in layout as a table footer group.
|
|
display-011 reference/display-002-ref Display set to 'table-row' http://www.w3.org/TR/CSS21/visuren.html#propdef-display,http://www.w3.org/TR/CSS21/visuren.html#display-prop 3845d9dd9838a1fd184f983d41b76ac63aac05a5 `Microsoft`<http://www.microsoft.com/> The property 'display' set to 'table-row' behaves in layout as a table row.
|
|
display-012 reference/display-012-ref Display set to 'table-column-group' http://www.w3.org/TR/CSS21/visuren.html#propdef-display,http://www.w3.org/TR/CSS21/visuren.html#display-prop bf6b3c1005f81269b369b1364bd05f87b605e4dd `Microsoft`<http://www.microsoft.com/> The property 'display' set to 'table-column-group' behaves in layout as a table column group.
|
|
display-013 reference/display-012-ref Display set to 'table-column' http://www.w3.org/TR/CSS21/visuren.html#propdef-display,http://www.w3.org/TR/CSS21/visuren.html#display-prop 48d9d7d2ab6c6c8939b22e21e63b98f0a097764d `Microsoft`<http://www.microsoft.com/> The property 'display' set to 'table-column' behaves in layout as a table column.
|
|
display-014 reference/display-001-ref Display set to 'table-cell' http://www.w3.org/TR/CSS21/visuren.html#propdef-display,http://www.w3.org/TR/CSS21/visuren.html#display-prop 158dc8ff3fa7b7f41995fe18da3d6324516ec8a4 `Microsoft`<http://www.microsoft.com/> The property 'display' set to 'table-cell' behaves in layout as a table cell.
|
|
display-015 reference/display-002-ref Display set to 'table-caption' http://www.w3.org/TR/CSS21/visuren.html#propdef-display,http://www.w3.org/TR/CSS21/visuren.html#display-prop 58862c891a93d93dc65ab9f5f665dab6acff5615 `Microsoft`<http://www.microsoft.com/> The property 'display' set to 'table-caption' behaves in layout as a table caption.
|
|
display-016 reference/ref-if-there-is-no-red Display set to 'none' http://www.w3.org/TR/CSS21/visuren.html#propdef-display,http://www.w3.org/TR/CSS21/visuren.html#display-prop 61f8ff2aeb8f232d999f9cc7aaff57c7e05c6f0c `Microsoft`<http://www.microsoft.com/> The property 'display' set to 'none' has no layout.
|
|
display-017 reference/display-002-ref Display set to 'inherit' http://www.w3.org/TR/CSS21/visuren.html#propdef-display,http://www.w3.org/TR/CSS21/visuren.html#display-prop 08e19be23c86117938e432f85b38aba8dd1c829a `Microsoft`<http://www.microsoft.com/> The property 'display' set to 'inherit' can inherit its layout behavior from a parent container.
|
|
display-018 reference/display-018-ref display - sub-table elements with 'display' set to 'inline' http://www.w3.org/TR/CSS21/visuren.html#display-prop b61379802f96e6bee714064fb7d8de79d5d8a49b `Gérard Talbot`<http://www.gtalbot.org/BrowserBugsSection/css21testsuite/>,`Daniel Schattenkirchner`<crazy-daniel{at}gmx.de> When an element with its property 'display' set to 'inline', then it makes its box laid out horizontally, beginning at the top of its containing block without beginning on a new line and without requiring to begin on a new line. Elements with 'display' set to 'inline' are laid out horizontally, one after the other, in the line box.
|
|
display-applies-to-001 Applying the property 'display' set to 'inline' to the 'a' element http://www.w3.org/TR/CSS21/visuren.html#propdef-display,http://www.w3.org/TR/CSS21/visuren.html#display-prop 6f6a2baeca058a4f3057592a0a9703b728c894ef `Microsoft`<http://www.microsoft.com/> Display set to 'inline' applies the correct rendering behavior for the 'a' element.
|
|
display-applies-to-002 Applying the property 'display' set to 'inline' to the 'abbr' element http://www.w3.org/TR/CSS21/visuren.html#propdef-display,http://www.w3.org/TR/CSS21/visuren.html#display-prop b6a30c8c29568413b3cff6d94c5c34c4fb77fa96 `Microsoft`<http://www.microsoft.com/> Display set to 'inline' applies the correct rendering behavior for the 'abbr' element.
|
|
display-change-001 reference/display-change-001-ref Updating layout on display changes ahem,dom http://www.w3.org/TR/CSS21/visuren.html#display-prop 033925b1fb417905dbf85c0cccd7fc86c87c8bc8 `Boris Zbarsky`<mailto:bzbarsky@mit.edu>
|
|
display-initial-001 Display initial value http://www.w3.org/TR/CSS21/visuren.html#display-prop 80aa744b972094515a6e4456b0debb1cf5fb1157 `Microsoft`<http://www.microsoft.com/> The initial display value for all elements is 'inline'.
|
|
display-none-001 reference/ref-if-there-is-no-red Display set to 'none' does not generate a box even with 'position' set to 'absolute' http://www.w3.org/TR/CSS21/visuren.html#dis-pos-flo 49c2778bd57779c8eb14f03bdfc9d38968608a65 `Microsoft`<http://www.microsoft.com/> Elements set to 'display: none' do not render even if element is positioned absolute.
|
|
display-none-002 reference/ref-if-there-is-no-red Display set to 'none' does not generate a box even with 'position' set to 'fixed' http://www.w3.org/TR/CSS21/visuren.html#dis-pos-flo 4b99b317f0982adde929d36d9109ddf6f6f48be8 `Microsoft`<http://www.microsoft.com/> Elements set to 'display: none' do not render even if element is positioned fixed.
|
|
display-none-003 reference/ref-if-there-is-no-red Display set to 'none' does not generate a box even when element is floated http://www.w3.org/TR/CSS21/visuren.html#dis-pos-flo a25597d2136e868147e375c15f3472a9149ce3e1 `Microsoft`<http://www.microsoft.com/> Elements set to 'display: none' do not render even if element is floated.
|
|
dom-hover-001 Effect of DOM mutations on :hover matching dom,interact http://www.w3.org/TR/CSS21/selector.html#dynamic-pseudo-classes 7ea84d23d109562b216cb7718b033e957143f376 `Boris Zbarsky`<mailto:bzbarsky@mit.edu>
|
|
dom-hover-002 Effect of DOM mutations on :hover matching dom,interact http://www.w3.org/TR/CSS21/selector.html#dynamic-pseudo-classes 3cb10465cc041d5441559aee3c78e62cd8a360e7 `Boris Zbarsky`<mailto:bzbarsky@mit.edu>
|
|
double-border-width-001 Double lines border style does not change border width http://www.w3.org/TR/CSS21/box.html#border-style-properties 017eba37aafb89d0068237a8c1a47862461b033e `Microsoft`<http://www.microsoft.com/> The 'double' 'border-style' does not change the size of the border width. The sum of the two lines and the space need to equal the border width.
|
|
dynamic-pseudo-classes-000 Selectors: The dynamic pseudo-classes: :hover on links interact http://www.w3.org/TR/CSS21/selector.html#dynamic-pseudo-classes 8f3c2c0daa8e38b4fabfde2539e7dbd3c358d756 `Gabriele Romanato`<mailto:gabriele.romanato@gmail.com> Browsers should honour the change of state in the elements
|
|
dynamic-pseudo-classes-001 Selectors: The dynamic pseudo-classes: :hover on different elements interact http://www.w3.org/TR/CSS21/selector.html#dynamic-pseudo-classes 40608841619742df7534b7b89764da1065b6c30d `Gabriele Romanato`<mailto:gabriele.romanato@gmail.com> Browsers should honour the change of state in the elements
|
|
dynamic-pseudo-classes-002 Selectors: The dynamic pseudo-classes: :active interact http://www.w3.org/TR/CSS21/selector.html#dynamic-pseudo-classes 4b461791e733d6a7d916755a7a3ef9b2f57e2486 `Gabriele Romanato`<mailto:gabriele.romanato@gmail.com> Browsers should honour the change of state in the elements
|
|
dynamic-pseudo-classes-003 Selectors: The dynamic pseudo-classes: :focus interact http://www.w3.org/TR/CSS21/selector.html#dynamic-pseudo-classes 7df392937fb47490b4891c295ab1fbfba3bdf0c3 `Gabriele Romanato`<mailto:gabriele.romanato@gmail.com> Browsers should honour the change of state in the elements
|
|
dynamic-sibling-combinator-001 Testing dynamic changes and the '+' combinator dom http://www.w3.org/TR/CSS21/selector.html#adjacent-selectors,http://www.w3.org/TR/CSS21/selector.html#attribute-selectors dcb9bdf2edfeef9bd955a92909a4c41dbd1d4cd3 `Boris Zbarsky`<mailto:bzbarsky@mit.edu> Dynamically changing an attribute should cause selectors using '+' to match as needed.
|
|
dynamic-top-change-001 reference/dynamic-top-change-001-ref Inheriting 'top' changes from relpos grandparent dom http://www.w3.org/TR/CSS21/cascade.html#value-def-inherit,http://www.w3.org/TR/CSS21/visuren.html#position-props,http://www.w3.org/TR/CSS21/visuren.html#propdef-position 790837722013c8c796b5ce3a293a4fb6913afeda `Boris Zbarsky`<mailto:bzbarsky@mit.edu> The position of a positioned element which inherits its 'top' value from its relatively positioned grandparent changes when the grandparent's 'top' value is changed.
|
|
dynamic-top-change-002 reference/dynamic-top-change-002-ref Inheriting 'top' changes from parent table-row through anonymous table boxes dom http://www.w3.org/TR/CSS21/cascade.html#value-def-inherit,http://www.w3.org/TR/CSS21/visuren.html#position-props,http://www.w3.org/TR/CSS21/visuren.html#propdef-position 5c3212697552ab2cde5549530d16826690dd41cf `Boris Zbarsky`<mailto:bzbarsky@mit.edu> The position of a positioned element which inherits its 'top' value from its parent changes when the parent's 'top' value is changed even if the parent is display:table-row.
|
|
dynamic-top-change-003 reference/dynamic-top-change-002-ref Inheriting 'top' changes from parent table through anonymous table boxes dom http://www.w3.org/TR/CSS21/cascade.html#value-def-inherit,http://www.w3.org/TR/CSS21/visuren.html#position-props,http://www.w3.org/TR/CSS21/visuren.html#propdef-position 8abfc64640781c84b91ae9aeba90754aab3afcae `Boris Zbarsky`<mailto:bzbarsky@mit.edu> The position of a positioned element which inherits its 'top' value from its parent changes when the parent's 'top' value is changed even if the parent is display:table.
|
|
dynamic-top-change-004 reference/dynamic-top-change-002-ref Inheriting 'top' changes from abspos parent dom http://www.w3.org/TR/CSS21/cascade.html#value-def-inherit,http://www.w3.org/TR/CSS21/visuren.html#position-props,http://www.w3.org/TR/CSS21/visuren.html#propdef-position b41f196806c6f68b2f5847b2a150fa7ca7edd131 `Boris Zbarsky`<mailto:bzbarsky@mit.edu> The position of a positioned element which inherits its 'top' value from its parent changes when the parent's 'top' value is changed.
|
|
dynamic-top-change-005 Inheriting 'top' changes from abspos grandparent combo,dom http://www.w3.org/TR/CSS21/cascade.html#value-def-inherit,http://www.w3.org/TR/CSS21/visuren.html#position-props,http://www.w3.org/TR/CSS21/visuren.html#propdef-position 511326b4b9ab51eef777b8458366e83215d2530f `Boris Zbarsky`<mailto:bzbarsky@mit.edu> The position of a positioned element which inherits its 'top' value from its relatively positioned parent changes when the parent's 'top' value is changed.
|
|
dynamic-top-change-005a Inheriting 'top' changes from abspos grandparent (variant: block parent) dom http://www.w3.org/TR/CSS21/cascade.html#value-def-inherit,http://www.w3.org/TR/CSS21/visuren.html#position-props,http://www.w3.org/TR/CSS21/visuren.html#propdef-position 193d0bd96f5970cf4624bf0eac7513133111d15d `Boris Zbarsky`<mailto:bzbarsky@mit.edu>,`L. David Baron`<http://dbaron.org/> The position of a positioned element which inherits its 'top' value from its relatively positioned parent changes when the parent's 'top' value is changed.
|
|
dynamic-top-change-005b Inheriting 'top' changes from abspos grandparent (non-dynamic variant) dom http://www.w3.org/TR/CSS21/cascade.html#value-def-inherit,http://www.w3.org/TR/CSS21/visuren.html#position-props,http://www.w3.org/TR/CSS21/visuren.html#propdef-position 9c9b6477d63cde403675e13f4e23e6caeb62c984 `Boris Zbarsky`<mailto:bzbarsky@mit.edu>,`L. David Baron`<http://dbaron.org/> The position of a positioned element which inherits its 'top' value from its relatively positioned parent changes when the parent's 'top' value is changed.
|
|
empty-cell-visibility-hidden-001 Cell with hidden visibility content as an empty cell http://www.w3.org/TR/CSS21/tables.html#empty-cells bf5a1542848a47f4cec5018e9d589edd6008cb46 `Microsoft`<http://www.microsoft.com/> A cell with 'visibility: hidden' is considered an empty cell.
|
|
empty-cells-001 Empty-cells set to 'show' http://www.w3.org/TR/CSS21/tables.html#propdef-empty-cells,http://www.w3.org/TR/CSS21/tables.html#empty-cells 9522df7b69bbe2c25ae5dbb5e8938beb7ef7857f `Microsoft`<http://www.microsoft.com/> An 'empty-cells' value of 'show' allows cells without content to have visible backgrounds and borders.
|
|
empty-cells-002 Empty-cells set to 'hide' http://www.w3.org/TR/CSS21/tables.html#propdef-empty-cells,http://www.w3.org/TR/CSS21/tables.html#empty-cells d69af1018570de377fc09da6c97671f739c9c829 `Microsoft`<http://www.microsoft.com/> An 'empty-cells' value of 'hide' prevents cells without content from having visible backgrounds and borders.
|
|
empty-cells-003 Empty-cells set to inherit http://www.w3.org/TR/CSS21/tables.html#propdef-empty-cells,http://www.w3.org/TR/CSS21/tables.html#empty-cells 0dc1ae199c355cbe03ffcbe9237076178735209c `Microsoft`<http://www.microsoft.com/> A cell can inherit its empty-cells behavior from its row parent container.
|
|
empty-cells-004 CSS table model: empty-cells: Text http://www.w3.org/TR/CSS21/tables.html#empty-cells dddaf4ea24dcd13fb57207bdfa012a75b03045e5 `Ian Hickson`<mailto:ian@hixie.ch>
|
|
empty-cells-005 CSS table model: empty-cells: NBSPs http://www.w3.org/TR/CSS21/tables.html#empty-cells 365d164896181c77fde4d50d13f18190e9e5e073 `Ian Hickson`<mailto:ian@hixie.ch>
|
|
empty-cells-006 CSS table model: empty-cells: white-space pre http://www.w3.org/TR/CSS21/tables.html#empty-cells 80ac8b3d092ee074ca6d54179661eaaf2fbc10e2 `Ian Hickson`<mailto:ian@hixie.ch>
|
|
empty-cells-007 CSS table model: empty-cells: zero-height images http://www.w3.org/TR/CSS21/tables.html#empty-cells 43ac4845820d005d799d999162ad972b79c531ce `Ian Hickson`<mailto:ian@hixie.ch>
|
|
empty-cells-008 CSS table model: empty-cells: zero-height inline images http://www.w3.org/TR/CSS21/tables.html#empty-cells b7f7ab25407df26a008d133bd5d2fbe48bcc5bdb `Ian Hickson`<mailto:ian@hixie.ch>
|
|
empty-cells-009 CSS table model: empty-cells: inlines http://www.w3.org/TR/CSS21/tables.html#empty-cells 6f8234014205eb9c4cea79c3923c39f3ee35a9d9 `Ian Hickson`<mailto:ian@hixie.ch>
|
|
empty-cells-010 CSS table model: empty-cells: block http://www.w3.org/TR/CSS21/tables.html#empty-cells 916fe8b215715c4e3f09df89db6f5c843e6b1b53 `Ian Hickson`<mailto:ian@hixie.ch>
|
|
empty-cells-011 CSS table model: empty-cells: block with margins http://www.w3.org/TR/CSS21/tables.html#empty-cells 0550809b13c6166526860a919e7a709fe689b8a9 `Ian Hickson`<mailto:ian@hixie.ch>
|
|
empty-cells-012 CSS table model: empty-cells: block with padding http://www.w3.org/TR/CSS21/tables.html#empty-cells 794837273d69bddd60495263d09ddbec001726da `Ian Hickson`<mailto:ian@hixie.ch>
|
|
empty-cells-013 CSS table model: empty-cells: block with borders http://www.w3.org/TR/CSS21/tables.html#empty-cells 0dfaf4146b1b05d666882aa2d1b20563001c60b1 `Ian Hickson`<mailto:ian@hixie.ch>
|
|
empty-cells-014 CSS table model: empty-cells: white-space normal http://www.w3.org/TR/CSS21/tables.html#empty-cells 3746fc54bf40a4809e0b500dc11e532d645c3aff `Ian Hickson`<mailto:ian@hixie.ch>
|
|
empty-cells-applies-to-001 Empty-cells and 'display: inline' elements http://www.w3.org/TR/CSS21/tables.html#propdef-empty-cells,http://www.w3.org/TR/CSS21/tables.html#empty-cells f73ab6d3937c5d196e05379a1cfd010e0e46d6c4 `Microsoft`<http://www.microsoft.com/> Empty-cells does not apply to 'display: inline' elements.
|
|
empty-cells-applies-to-002 Empty-cells and 'display: block' elements http://www.w3.org/TR/CSS21/tables.html#propdef-empty-cells,http://www.w3.org/TR/CSS21/tables.html#empty-cells 33862bbb388d4f9b4a9c1f8ad8eeb0e076bf4703 `Microsoft`<http://www.microsoft.com/> Empty-cells does not apply to 'display: block' elements.
|
|
empty-cells-applies-to-003 Empty-cells and 'display: list-item' elements http://www.w3.org/TR/CSS21/tables.html#propdef-empty-cells,http://www.w3.org/TR/CSS21/tables.html#empty-cells 473e7fe29cedba403abdff639ae6bc038ea96970 `Microsoft`<http://www.microsoft.com/> Empty-cells does not apply to 'display: list-item' elements.
|
|
empty-cells-applies-to-004 Empty-cells and 'display: run-in' elements http://www.w3.org/TR/CSS21/tables.html#propdef-empty-cells,http://www.w3.org/TR/CSS21/tables.html#empty-cells a39b160e16419b1a6a77ab3b5ad9b563c5639687 `Microsoft`<http://www.microsoft.com/> Empty-cells does not apply to 'display: run-in' elements.
|
|
empty-cells-applies-to-005 Empty-cells and 'display: inline-block' elements http://www.w3.org/TR/CSS21/tables.html#propdef-empty-cells,http://www.w3.org/TR/CSS21/tables.html#empty-cells 7e3feb2c930b3642dbfe8e58699a607485a8df04 `Microsoft`<http://www.microsoft.com/> Empty-cells does not apply to 'display: inline-block' elements.
|
|
empty-cells-applies-to-006 Empty-cells and 'display: table' elements http://www.w3.org/TR/CSS21/tables.html#propdef-empty-cells,http://www.w3.org/TR/CSS21/tables.html#empty-cells 7caadb4eefe72a9c0613258ba9a70a4d98515a7d `Microsoft`<http://www.microsoft.com/> Empty-cells does not apply to 'display: table' elements.
|
|
empty-cells-applies-to-007 Empty-cells and 'display: inline-table' elements http://www.w3.org/TR/CSS21/tables.html#propdef-empty-cells,http://www.w3.org/TR/CSS21/tables.html#empty-cells d88c130ead9b09ce9b10f74708befe87d4b64491 `Microsoft`<http://www.microsoft.com/> Empty-cells does not apply to 'display: inline-table' elements.
|
|
empty-cells-applies-to-008 Empty-cells and 'display: table-row-group' elements http://www.w3.org/TR/CSS21/tables.html#propdef-empty-cells,http://www.w3.org/TR/CSS21/tables.html#empty-cells 43972ec4173f8a3c8ec77409ad1a7d590e07aa43 `Microsoft`<http://www.microsoft.com/> Empty-cells does not apply to 'display: table-row-group' elements.
|
|
empty-cells-applies-to-009 Empty-cells and 'display: table-header-group' elements http://www.w3.org/TR/CSS21/tables.html#propdef-empty-cells,http://www.w3.org/TR/CSS21/tables.html#empty-cells 601372110a03019961bc5840dea1e68f63291538 `Microsoft`<http://www.microsoft.com/> Empty-cells does not apply to 'display: table-header-group' elements.
|
|
empty-cells-applies-to-010 Empty-cells and 'display: table-footer-group' elements http://www.w3.org/TR/CSS21/tables.html#propdef-empty-cells,http://www.w3.org/TR/CSS21/tables.html#empty-cells 8c4f1c5f3bd73ff0a9ed72b8ecf5984b6049694c `Microsoft`<http://www.microsoft.com/> Empty-cells does not apply to 'display: table-footer-group' elements.
|
|
empty-cells-applies-to-011 Empty-cells and 'display: table-row' elements http://www.w3.org/TR/CSS21/tables.html#propdef-empty-cells,http://www.w3.org/TR/CSS21/tables.html#empty-cells de81cf0b6692ee92c0cdf61f46b5f24b99aa9272 `Microsoft`<http://www.microsoft.com/> Empty-cells does not apply to 'display: table-row' elements.
|
|
empty-cells-applies-to-012 Empty-cells and 'display: table-column' elements http://www.w3.org/TR/CSS21/tables.html#propdef-empty-cells,http://www.w3.org/TR/CSS21/tables.html#empty-cells b59f533c8f519361fe8b9fa823fb726abba1f7f4 `Microsoft`<http://www.microsoft.com/> Empty-cells does not apply to 'display: table-column' elements.
|
|
empty-cells-applies-to-013 Empty-cells and 'display: table-column-group' elements http://www.w3.org/TR/CSS21/tables.html#propdef-empty-cells,http://www.w3.org/TR/CSS21/tables.html#empty-cells 53248287e7b7e369175e8535aa65f1f6d6c1c628 `Microsoft`<http://www.microsoft.com/> Empty-cells does not apply to 'display: table-column-group' elements.
|
|
empty-cells-applies-to-014 Empty-cells and 'display: table-cell' elements http://www.w3.org/TR/CSS21/tables.html#propdef-empty-cells,http://www.w3.org/TR/CSS21/tables.html#empty-cells ab163c8f783455de4e183a6d085204b755fd443f `Microsoft`<http://www.microsoft.com/> Empty-cells applies to 'display: table-cell' elements.
|
|
empty-cells-applies-to-015 Empty-cells and 'display: table-caption' elements http://www.w3.org/TR/CSS21/tables.html#propdef-empty-cells,http://www.w3.org/TR/CSS21/tables.html#empty-cells bee1bb4597728e9e043dbac8ec2fff6c123d4148 `Microsoft`<http://www.microsoft.com/> Empty-cells does not apply to 'display: table-caption' elements.
|
|
empty-cells-applies-to-016 Empty-cells and 'display: none' elements http://www.w3.org/TR/CSS21/tables.html#propdef-empty-cells,http://www.w3.org/TR/CSS21/tables.html#empty-cells ab79af4feb4f59ff92dbde97953b85a010be66e6 `Microsoft`<http://www.microsoft.com/> Empty-cells does not apply to 'display: none' elements.
|
|
empty-cells-applies-to-017 Empty-cells and 'display: inherit' elements http://www.w3.org/TR/CSS21/tables.html#propdef-empty-cells,http://www.w3.org/TR/CSS21/tables.html#empty-cells 7b4d0868b94f7edcad5bb14bbb9453aada5e4370 `Microsoft`<http://www.microsoft.com/> Empty-cells does not apply to 'display: inherit' elements which do not inherit the value of 'table-cell'.
|
|
empty-cells-exceptions-001 Cells containing floating content are not considered empty http://www.w3.org/TR/CSS21/tables.html#empty-cells 8c9a13ee2e13ef227c1fb6e75456dc1fbecc8657 `Microsoft`<http://www.microsoft.com/> Cells that contain floating content, including empty elements, are not considered to be empty cells. The table under test actually contains two tests. The first cell tests floating content, and the second cell tests a floating empty element.
|
|
empty-cells-exceptions-002 Cells containing empty element in-flow content are not considered empty http://www.w3.org/TR/CSS21/tables.html#empty-cells eac66306505378c1ad247b49b155dafdcf43d009 `Microsoft`<http://www.microsoft.com/> Cells that contain in-flow content (including empty elements) are not considered to be empty cells. The table under test really contains two tests--the first cell tests in-flow content, the second cell tests an empty in-flow element.
|
|
empty-cells-exceptions-003 Cells with collapsed white space content are considered empty http://www.w3.org/TR/CSS21/tables.html#empty-cells 924d18bbb5b18fa6a0da961bcd8e6830b12843a4 `Microsoft`<http://www.microsoft.com/> Cells that contain in-flow content of white space which has been collapsed away by the 'white-space' property are considered to be empty cells.
|
|
empty-cells-exceptions-004 Cells with non-collapsed white space content are not considered empty http://www.w3.org/TR/CSS21/tables.html#empty-cells 81e363607642ee76cd3d291949b43672f90d5191 `Microsoft`<http://www.microsoft.com/> Cells which contain in-flow content of white space which has not been collapsed away by the 'white-space' property are not considered to be empty cells.
|
|
empty-cells-in-collapsed-border-model-001 Empty cells property in the collapsed borders model http://www.w3.org/TR/CSS21/tables.html#empty-cells 2b153b246b2e435075f608e7f66261d0b24f29bb `Microsoft`<http://www.microsoft.com/> The empty-cells property does not apply to tables with collapsed borders.
|
|
empty-cells-inherited-001 Empty-cells is inherited by default http://www.w3.org/TR/CSS21/tables.html#propdef-empty-cells,http://www.w3.org/TR/CSS21/tables.html#empty-cells 23117c457f22ad1e680f2c26a63d0f373cc5135e `Microsoft`<http://www.microsoft.com/> Empty-cells is inherited by default.
|
|
empty-cells-initial-001 Initial value of empty-cells http://www.w3.org/TR/CSS21/tables.html#propdef-empty-cells,http://www.w3.org/TR/CSS21/tables.html#empty-cells 58584e11fb55bc23aec241f6e45869df704b653f `Microsoft`<http://www.microsoft.com/> The initial value of empty-cells is 'show'.
|
|
empty-inline-001 reference/ref-if-there-is-no-red Empty inline elements http://www.w3.org/TR/CSS21/visuren.html#inline-formatting 83a4b73ce97f1a826cb114e0b0d6ec49bc7cb42f `Microsoft`<http://www.microsoft.com/> Empty inline elements create a zero-height line box.
|
|
empty-inline-002 reference/empty-inline-002-ref Empty line box influence ahem http://www.w3.org/TR/CSS21/visudet.html#propdef-line-height,http://www.w3.org/TR/CSS21/visudet.html#leading 43984915c10c41a7344d1d2aa2396d57c006a90a `Microsoft`<http://www.microsoft.com/> Empty inline elements still influence calculation just like elements with content.
|
|
empty-inline-003 reference/empty-inline-003-ref Line height calculations - Empty inline elements influence http://www.w3.org/TR/CSS21/visudet.html#line-height ff46f75b3b15a777c9a6a6ca85d74d098d0798a4 `Gérard Talbot`<http://www.gtalbot.org/BrowserBugsSection/css21testsuite/>,`Bruno Fassino`<fassino[at]gmail.com> The line-height of an empty inline element influences the height of a line containing it with some other content
|
|
eof-001 Parsing unexpected end of declaration block invalid http://www.w3.org/TR/CSS21/syndata.html#parsing-errors ac47afa4f1ac25aefb3a712dd6198fd1f5c096ee `Microsoft`<http://www.microsoft.com/> The parser implicitly terminates the block and applies the styles if the declaration block is not terminated.
|
|
eof-002 Parsing unexpected end of function invalid http://www.w3.org/TR/CSS21/syndata.html#parsing-errors 62eb6d02cda03c507166a7de5c5991720ded5e41 `Microsoft`<http://www.microsoft.com/> User agents close all open parentheses at the end of the style sheet.
|
|
eof-003 Parsing unexpected end of string invalid http://www.w3.org/TR/CSS21/syndata.html#parsing-errors 5eaca39bdf9e69bb238c3f9e8eb90a41fbe14a37 `Microsoft`<http://www.microsoft.com/> Close all open strings at the end of the style sheet.
|
|
eof-004 Parsing unexpected end of @media block invalid http://www.w3.org/TR/CSS21/syndata.html#parsing-errors 4d189286c9a0ac3967eceb2252bee84192e7a473 `Microsoft`<http://www.microsoft.com/> User agents close all open blocks at the end of the style sheet.
|
|
eof-005 Parsing unexpected end of @import invalid http://www.w3.org/TR/CSS21/syndata.html#parsing-errors d725a85531fe35882f66cc8091e1e32bd12d33c3 `Microsoft`<http://www.microsoft.com/> User agents close all open rules at the end of the style sheet.
|
|
eof-006 Parsing unexpected end of @import with closed quote invalid http://www.w3.org/TR/CSS21/syndata.html#parsing-errors 63bc9cfb1eb3189bda907e3075b761533b162927 `Microsoft`<http://www.microsoft.com/> User agents close all open quotes at the end of the style sheet.
|
|
eof-007 Parsing unexpected end of shorthand rule invalid http://www.w3.org/TR/CSS21/syndata.html#parsing-errors c68f7c366aeeceab4de9cf8a3a0ff3bc68cde96a `Microsoft`<http://www.microsoft.com/> User agents close all open rules at the end of the style sheet.
|
|
escaped-ident-001 Parsing escaped identifiers as selectors, property and value http://www.w3.org/TR/CSS21/syndata.html#characters 48fb93665780f88903d81394930930e4b37e9cff `Microsoft`<http://www.microsoft.com/> Escaped identifiers are parsed and applied.
|
|
escaped-ident-002 Parsing escaped special CSS characters http://www.w3.org/TR/CSS21/syndata.html#characters 67736d90061342541e19326b127f8fdfa1a650f2 `Microsoft`<http://www.microsoft.com/> Escaped special CSS characters are no longer meaningful.
|
|
escaped-ident-003 Parsing escaped newlines within identifiers invalid http://www.w3.org/TR/CSS21/syndata.html#characters d2144d9c2ff45c8e34c7e59b21072f5ef80bb430 `Microsoft`<http://www.microsoft.com/> Newlines cannot be escaped within identifiers.
|
|
escaped-ident-004 Parsing escaped chars in the range of 0-9a-f http://www.w3.org/TR/CSS21/syndata.html#characters d3f5d7c415014da0ec6ea9ad22d6aa07ca0f46a9 `Microsoft`<http://www.microsoft.com/> The {unicode} chars are not treated like {escape} chars.
|
|
escaped-ident-char-001 Parsing escaped characters as selector and property http://www.w3.org/TR/CSS21/syndata.html#characters 9d31a6f79cb62d54cc09083deffc0e219612e7ac `Microsoft`<http://www.microsoft.com/> Escaped characters are treated as normal characters.
|
|
escaped-ident-spaces-001 Parsing escaped identifiers with spaces http://www.w3.org/TR/CSS21/syndata.html#characters ef09ed49f4ec3523aa6fda28946c718112142a9c `Microsoft`<http://www.microsoft.com/> Escaped identifiers are parsed and spaces between them are ignored.
|
|
escaped-ident-spaces-002 Termination of escaped character sequences with white space http://www.w3.org/TR/CSS21/syndata.html#characters 66b01cd50e738b5e349eacb35d5fa21e9ac4f2c1 `Microsoft`<http://www.microsoft.com/> Escaped character sequences are terminated by white space.
|
|
escaped-ident-spaces-003 Termination of escaped character sequences with six digits http://www.w3.org/TR/CSS21/syndata.html#characters 3c943823ac07b0b6128a00a4030e7570e66f9b84 `Microsoft`<http://www.microsoft.com/> Escaped character sequences are terminated by exactly six hex digits.
|
|
escaped-ident-spaces-004 Termination of escaped character sequences with six digits and white space http://www.w3.org/TR/CSS21/syndata.html#characters 8caa09923a9bb3f9f4d1f370a66cfa41b3dd5486 `Microsoft`<http://www.microsoft.com/> Escaped character sequences are terminated by exactly six hex digits and white space.
|
|
escaped-ident-spaces-005 Termination of escaped character sequences with less than 6 digits and white space http://www.w3.org/TR/CSS21/syndata.html#characters 6d817a3b96ac9409547eb9efa79e6fd0e80b2ce1 `Microsoft`<http://www.microsoft.com/> Escaped character sequences are terminated by white space.
|
|
escaped-ident-spaces-006 Termination of escaped character sequences with two digits terminated by white space http://www.w3.org/TR/CSS21/syndata.html#characters e8b5f3f2eef9e8ee257e8f1a34dffce174bc034c `Microsoft`<http://www.microsoft.com/> Escaped character sequences (two hex digits) are terminated by white space.
|
|
escaped-ident-spaces-007 Termination of escaped character sequences with less than six digits terminated by linefeeds and tabs http://www.w3.org/TR/CSS21/syndata.html#characters 62d36cfc8eee6471e6aa4c74d8e5077e2b5af98f `Microsoft`<http://www.microsoft.com/> Escaped character sequences (less than six hex digits) are terminated by white space, tabs and linefeeds.
|
|
escaped-newline-001 Parsing strings with escaped newlines http://www.w3.org/TR/CSS21/syndata.html#strings a368ccece9c652696c5c144c1aa0fecb29927f9b `Microsoft`<http://www.microsoft.com/> Strings with escaped newlines are treated as a single whole string.
|
|
escapes-000 Escaped Newline in String http://www.w3.org/TR/CSS21/syndata.html#characters 950750c0a62615691fbccbe9817c3837801f1e5d `L. David Baron`<http://dbaron.org/>
|
|
escapes-001 Escaped Quote Marks in String http://www.w3.org/TR/CSS21/syndata.html#characters d5ceb1f6427ee387f1149363c021778253f4af4b `L. David Baron`<http://dbaron.org/>
|
|
escapes-002 Invalid Punctuation Escapes http://www.w3.org/TR/CSS21/syndata.html#characters 19d446880071eac7f3a283faaa8b2be4ed6c00bb `L. David Baron`<http://dbaron.org/>
|
|
escapes-003 Class and Keyword Letter Escapes http://www.w3.org/TR/CSS21/syndata.html#characters a44df61ff5ec58a376a57f02e7d5ec3f31e21097 `L. David Baron`<http://dbaron.org/>
|
|
escapes-004 Unicode Escapes http://www.w3.org/TR/CSS21/syndata.html#characters 2044a1591ec93198c3629aba577bb6be3440f6f4 `L. David Baron`<http://dbaron.org/>
|
|
escapes-005 Unicode Escapes and Case Insensitivity http://www.w3.org/TR/CSS21/syndata.html#characters 81d4490ba64d770fcfa0b8c5559791579bd828c6 `L. David Baron`<http://dbaron.org/>
|
|
escapes-006 Incorrect Letter Escape (Class Selector) http://www.w3.org/TR/CSS21/syndata.html#characters 80c6ff44e60b689371740f7fba2f3e72eedb4f8f `L. David Baron`<http://dbaron.org/>
|
|
escapes-007 Space-terminated Unicode Escapes http://www.w3.org/TR/CSS21/syndata.html#characters 5ca266b170e970cc8ea0660566604f2e61902d8f `L. David Baron`<http://dbaron.org/>
|
|
escapes-008 Invalid Space-terminated Character Escapes invalid http://www.w3.org/TR/CSS21/syndata.html#characters 3c8fc7a7952f1171c4eed730d7f5d1ba1216245a `L. David Baron`<http://dbaron.org/>
|
|
escapes-009 Characters and case: Escaping a character inside a keyword invalid http://www.w3.org/TR/CSS21/syndata.html#characters 89b902b38bab3b08e1cb17ea3b6dca6723266935 `Gabriele Romanato`<mailto:gabriele.romanato@gmail.com> Browsers should be able to ignore the keyword
|
|
escapes-010 Unicode-escaped Braces invalid http://www.w3.org/TR/CSS21/syndata.html#characters 1ddd0a4a4728e568964eca1de5d6352750123bbb `Gabriele Romanato`<mailto:gabriele.romanato@gmail.com> Unicode escapes cannot substitute for '{' or '}' in CSS syntax.
|
|
escapes-011 CSS Parsing: Escaped keywords http://www.w3.org/TR/CSS21/syndata.html#rule-sets 975b36ea9fd479b417f9f0c4043060cdf8997cbc `Ian Hickson`<mailto:ian@hixie.ch>
|
|
escapes-012 CSS Parsing: Escaped keywords http://www.w3.org/TR/CSS21/syndata.html#characters 97948177ce7772c8da43f42ce82b4bf486d72246 `Ian Hickson`<mailto:ian@hixie.ch>
|
|
escapes-013 Escaping and spaces with classes http://www.w3.org/TR/CSS21/syndata.html#rule-sets 1cbdd257d40a391f8f01042a67c39d5b7e035640 `Ian Hickson`<mailto:ian@hixie.ch>
|
|
escapes-014 Escaping and spaces with declarations http://www.w3.org/TR/CSS21/syndata.html#rule-sets ce2455f035a28eb71da0e971b3b040211ec1b035 `Ian Hickson`<mailto:ian@hixie.ch>
|
|
escapes-015 reference/ref-if-there-is-no-red Escape of non-printable characters within declarations, applying to property values invalid http://www.w3.org/TR/CSS21/syndata.html#rule-sets bb02c8dd729b3f9f049efe308d7b4919ff5ce68d `Gérard Talbot`<http://www.gtalbot.org/BrowserBugsSection/css21testsuite/> red is a reserved (color name) keyword while red\9 is not a reserved keyword. red\9 is made of red with an escaped horizontal tab. That is why the parsing of the declaration should fail. Same thing with the other 23 tests (see test escapes-016).
|
|
escapes-016 reference/ref-if-there-is-no-red Escape of non-printable characters within declarations, applying to property values invalid http://www.w3.org/TR/CSS21/syndata.html#rule-sets b0598aa61a40521b50a1affc0d0aad59ec12a8fe `Gérard Talbot`<http://www.gtalbot.org/BrowserBugsSection/css21testsuite/> red is a reserved (color name) keyword while red\9 is not a reserved keyword. red\9 is made of red with an escaped horizontal tab. That is why the parsing of the declaration should fail. Same thing with the other 23 tests (see test escapes-015).
|
|
events-006 transitionend event for pseudo elements dom,script http://www.w3.org/TR/css3-transitions/#transition-events,http://www.w3.org/TR/CSS21/generate.html#before-after-content,http://www.w3.org/TR/css3-content/ 8f08a369570e84a89e5aa2c51b27fe7a7cd5628a `Rodney Rehm`<http://rodneyrehm.de/en/> Test checks that TransitionEnd events are fired for pseudo-elements
|
|
extract-ordered-lists-in-regions-explicit-counters-002 reference/extract-ordered-lists-in-regions-explicit-counters-002-ref flow-into on ordered lists that use multiple CSS counters and ::before for list numbering http://www.w3.org/TR/css3-regions/#properties,http://www.w3.org/TR/css3-regions/#the-flow-into-property,http://www.w3.org/TR/CSS21/generate.html#propdef-counter-reset,http://www.w3.org/TR/CSS21/generate.html#propdef-counter-increment 259d2f80cae77ffdf0e96c0f381cddaa5cfc9ee6 `Mihai Balan`<mibalan@adobe.com> The flow-into property can be applied to ordered lists. List items numbered using a single counter in nested scopes and extracted in a named flow should render in regions just as without regions.
|
|
extract-ordered-lists-in-regions-explicit-counters-003 reference/extract-ordered-lists-in-regions-explicit-counters-003-ref flow-into on list items from lists that use a single CSS counter with nested scopes and ::before for list numbering http://www.w3.org/TR/css3-regions/#properties,http://www.w3.org/TR/css3-regions/#the-flow-into-property,http://www.w3.org/TR/CSS21/generate.html#propdef-counter-reset,http://www.w3.org/TR/CSS21/generate.html#propdef-counter-increment 8769a99c828a956b07630b2adc4851aead533fc8 `Mihai Balan`<mibalan@adobe.com> The flow-into property can be applied to ordered lists. Extracting parts of a list numbered using a single counter in nested scopes should render in regions just as without regions.
|
|
extract-ordered-lists-in-regions-explicit-counters-004 reference/extract-ordered-lists-in-regions-explicit-counters-004-ref flow-into on list items from lists that use multiple CSS counters with nested scopes and ::before for list numbering http://www.w3.org/TR/css3-regions/#properties,http://www.w3.org/TR/css3-regions/#the-flow-into-property,http://www.w3.org/TR/CSS21/generate.html#propdef-counter-reset,http://www.w3.org/TR/CSS21/generate.html#propdef-counter-increment 32be1a288d8b51ddd9dd002b98f8b78549f98748 `Mihai Balan`<mibalan@adobe.com> The flow-into property can be applied to ordered lists. List items numbered using multiple counters and extracted in a named flow should render in regions just as without regions.
|
|
extract-ordered-lists-in-regions-explicit-counters-005 reference/extract-ordered-lists-in-regions-explicit-counters-005-ref flow-into on list items from lists that use multiple CSS counters with nested scopes and ::after for list numbering http://www.w3.org/TR/css3-regions/#properties,http://www.w3.org/TR/css3-regions/#the-flow-into-property,http://www.w3.org/TR/CSS21/generate.html#propdef-counter-reset,http://www.w3.org/TR/CSS21/generate.html#propdef-counter-increment 9391f97afbfb3a0614efea0c86a9a4834fab67c6 `Mihai Balan`<mibalan@adobe.com> The flow-into property can be applied to ordered lists. List items numbered using multiple counters displayed in the ::after pseudo-element and extracted in a named flow should render in regions just as without regions.
|
|
first-child-000 Selectors: The :first-child pseudo-class http://www.w3.org/TR/CSS21/selector.html#first-child 3d9bd630ab01f4de229da64a206f92d19245db8d `Gabriele Romanato`<mailto:gabriele.romanato@gmail.com> Browsers should apply each rule to the element which is the first child of its parent
|
|
first-child-001 Selectors: The :first-child pseudo-class with the universal selector http://www.w3.org/TR/CSS21/selector.html#first-child b7a9ebe7be0572afc8de52d1175571154e89f63d `Gabriele Romanato`<mailto:gabriele.romanato@gmail.com> Browsers should apply each rule to the element which is the first child of its parent
|
|
first-child-selector-001 First-child pseudo-class http://www.w3.org/TR/CSS21/selector.html#first-child c332d57858871d1385245cd37f8e2abcfb93d3f0 `Microsoft`<http://www.microsoft.com/> First-child pseudo-class matches only the first element of its type.
|
|
first-child-selector-002 First-child pseudo-class with text node http://www.w3.org/TR/CSS21/selector.html#first-child f8bec12649b8c5d928fd9ea8d3e7954a87e1e143 `Microsoft`<http://www.microsoft.com/> First-child pseudo-class matches only the first element of its type ignoring text nodes.
|
|
first-child-selector-003 CSS: 1 simple test of :first-child http://www.w3.org/TR/CSS21/selector.html#first-child ed761461feffa5cdef5512b269232d8b67d2c5b5 `Ian Hickson`<mailto:ian@hixie.ch>
|
|
first-letter-000 Selectors: The :first-letter pseudo-element http://www.w3.org/TR/CSS21/selector.html#first-letter 95c0b2e71af519c973e65deba5067120d36425cb `Gabriele Romanato`<mailto:gabriele.romanato@gmail.com> Browsers should apply the rule only to the first letter of a block-level element
|
|
first-letter-001 reference/first-letter-001-ref :first-letter http://www.w3.org/TR/CSS21/selector.html#first-letter bb2237950656ebc45b5637e98e309e2708471f6f `Boris Zbarsky`<mailto:bzbarsky@mit.edu>,`Mozilla Corporation`<http://mozilla.com/>
|
|
first-letter-dynamic-001 reference/first-letter-dynamic-001-ref :first-letter dom http://www.w3.org/TR/CSS21/selector.html#first-letter e5ec21fbd209fb53920deb15a81ff74c30fa0189 `Boris Zbarsky`<mailto:bzbarsky@mit.edu>,`Mozilla Corporation`<http://mozilla.com/>
|
|
first-letter-dynamic-002 reference/first-letter-dynamic-002-ref :first-letter dom http://www.w3.org/TR/CSS21/selector.html#first-letter 3681d9b8cb21861494a6cd8ce846cf454299bec9 `Boris Zbarsky`<mailto:bzbarsky@mit.edu>,`Mozilla Corporation`<http://mozilla.com/>
|
|
first-letter-dynamic-003a reference/first-letter-dynamic-003-ref :first-letter dom http://www.w3.org/TR/CSS21/selector.html#first-letter 2d058c472404275d7a8dda78006ce32027a2b4c8 `Boris Zbarsky`<mailto:bzbarsky@mit.edu>,`Mozilla Corporation`<http://mozilla.com/>
|
|
first-letter-dynamic-003b reference/first-letter-dynamic-003-ref :first-letter dom http://www.w3.org/TR/CSS21/selector.html#first-letter bed39f9c51a08361544dca50c7363f274af79266 `Boris Zbarsky`<mailto:bzbarsky@mit.edu>,`Mozilla Corporation`<http://mozilla.com/>
|
|
first-letter-inherit-001 reference/first-letter-inherit-001-ref :first-letter http://www.w3.org/TR/CSS21/selector.html#first-letter 623bc32d50f76c3ef9e2c878d8873792ecfa894d `Boris Zbarsky`<mailto:bzbarsky@mit.edu>,`Mozilla Corporation`<http://mozilla.com/>
|
|
first-letter-nested-001 reference/first-letter-nested-001-ref :first-letter http://www.w3.org/TR/CSS21/selector.html#first-letter 0c4c4114c6aa9d21758b68b0939af3bb48e7dd7c `Boris Zbarsky`<mailto:bzbarsky@mit.edu>,`Mozilla Corporation`<http://mozilla.com/>
|
|
first-letter-nested-002 reference/first-letter-nested-001-ref :first-letter dom http://www.w3.org/TR/CSS21/selector.html#first-letter b1dfe023ae020e6a49fcdbf5852e67829db25aad `Boris Zbarsky`<mailto:bzbarsky@mit.edu>,`Mozilla Corporation`<http://mozilla.com/>
|
|
first-letter-nested-003 reference/first-letter-nested-001-ref :first-letter dom http://www.w3.org/TR/CSS21/selector.html#first-letter e0045eb706de42c428ee159ece2fe729c4728757 `Boris Zbarsky`<mailto:bzbarsky@mit.edu>,`Mozilla Corporation`<http://mozilla.com/>
|
|
first-letter-nested-004 reference/first-letter-nested-001-ref :first-letter dom http://www.w3.org/TR/CSS21/selector.html#first-letter 3e10f9423a219ba74ce07fd41a047a6c95bf6f8e `Boris Zbarsky`<mailto:bzbarsky@mit.edu>,`Mozilla Corporation`<http://mozilla.com/>
|
|
first-letter-nested-005 reference/first-letter-nested-001-ref :first-letter dom http://www.w3.org/TR/CSS21/selector.html#first-letter ba42aa960e5bb21f0413473eb67889130f496f57 `Boris Zbarsky`<mailto:bzbarsky@mit.edu>,`Mozilla Corporation`<http://mozilla.com/>
|
|
first-letter-nested-006 reference/first-letter-nested-001-ref :first-letter http://www.w3.org/TR/CSS21/syndata.html#charset 3d35918079d47c2f4989ef29f2e4f84f35d7667e `Boris Zbarsky`<mailto:bzbarsky@mit.edu>,`Mozilla Corporation`<http://mozilla.com/>
|
|
first-letter-nested-007 reference/first-letter-nested-001-ref :first-letter http://www.w3.org/TR/CSS21/selector.html#first-letter e4c056a79f875f2f8566d686ddca679f76490b94 `Simon Montagu`<http://smontagu.org/>,`Mozilla Corporation`<http://mozilla.com/>
|
|
first-letter-punctuation-001 First-letter with the 'right parenthesis' punctuation character http://www.w3.org/TR/CSS21/selector.html#first-letter d88a5e854a088e268badf8d48ab0e7343975d7a4 `Microsoft`<http://www.microsoft.com/> Punctuation characters defined in Unicode [UNICODE] in (Ps),(Pe),(Pi),(Pf) and (Po) punctuation classes that precede or follow the first letter are included in first-letter selection - 'right parenthesis'.
|
|
first-letter-punctuation-002 First-letter with the 'right square bracket' punctuation character http://www.w3.org/TR/CSS21/selector.html#first-letter e17ae622e66dc9bb5701a25a15935499f50d2f3c `Microsoft`<http://www.microsoft.com/> Punctuation characters defined in Unicode [UNICODE] in (Ps),(Pe),(Pi),(Pf) and (Po) punctuation classes that precede or follow the first letter are included in first-letter selection - 'right square bracket'.
|
|
first-letter-punctuation-003 First-letter with the 'right curly bracket' punctuation character http://www.w3.org/TR/CSS21/selector.html#first-letter 8e7fefc33699c36b7fb3bfe9f17fd132a8103c4a `Microsoft`<http://www.microsoft.com/> Punctuation characters defined in Unicode [UNICODE] in (Ps),(Pe),(Pi),(Pf) and (Po) punctuation classes that precede or follow the first letter are included in first-letter selection - 'right curly bracket'.
|
|
first-letter-punctuation-004 First-letter with the 'tibetan mark gug rtags gyas' punctuation character http://www.w3.org/TR/CSS21/selector.html#first-letter 2057ba852c321c0aa416630db56a90c9133465c8 `Microsoft`<http://www.microsoft.com/> Punctuation characters defined in Unicode [UNICODE] in (Ps),(Pe),(Pi),(Pf) and (Po) punctuation classes that precede or follow the first letter are included in first-letter selection - 'tibetan mark gug rtags gyas'.
|
|
first-letter-punctuation-005 First-letter with the 'tibetan mark ang khang gyas' punctuation character http://www.w3.org/TR/CSS21/selector.html#first-letter 96b62ec08be723a1c18233f06341de21c911f3b0 `Microsoft`<http://www.microsoft.com/> Punctuation characters defined in Unicode [UNICODE] in (Ps),(Pe),(Pi),(Pf) and (Po) punctuation classes that precede or follow the first letter are included in first-letter selection - 'tibetan mark ang khang gyas'.
|
|
first-letter-punctuation-006 First-letter with the 'ogham reversed feather mark' punctuation character http://www.w3.org/TR/CSS21/selector.html#first-letter 5c1bfa60335b5c57a142777019b6ef028468327c `Microsoft`<http://www.microsoft.com/> Punctuation characters defined in Unicode [UNICODE] in (Ps),(Pe),(Pi),(Pf) and (Po) punctuation classes that precede or follow the first letter are included in first-letter selection - 'ogham reversed feather mark'.
|
|
first-letter-punctuation-007 First-letter with the 'right square bracket with quill' punctuation character http://www.w3.org/TR/CSS21/selector.html#first-letter b2c0f356860c08c8d58979a5764cd862343e98b1 `Microsoft`<http://www.microsoft.com/> Punctuation characters defined in Unicode [UNICODE] in (Ps),(Pe),(Pi),(Pf) and (Po) punctuation classes that precede or follow the first letter are included in first-letter selection - 'right square bracket with quill'.
|
|
first-letter-punctuation-008 First-letter with the 'superscript right parenthesis' punctuation character http://www.w3.org/TR/CSS21/selector.html#first-letter eb74ed89e6ef5ef85bf5d66d753fd1a4ffd102da `Microsoft`<http://www.microsoft.com/> Punctuation characters defined in Unicode [UNICODE] in (Ps),(Pe),(Pi),(Pf) and (Po) punctuation classes that precede or follow the first letter are included in first-letter selection - 'superscript right parenthesis'.
|
|
first-letter-punctuation-009 First-letter with the 'subscript right parenthesis' punctuation character http://www.w3.org/TR/CSS21/selector.html#first-letter c4408ddb5a8f2341b99c8628e31a51177be2950b `Microsoft`<http://www.microsoft.com/> Punctuation characters defined in Unicode [UNICODE] in (Ps),(Pe),(Pi),(Pf) and (Po) punctuation classes that precede or follow the first letter are included in first-letter selection - 'subscript right parenthesis'.
|
|
first-letter-punctuation-010 First-letter with the 'right-pointing angle bracket' punctuation character http://www.w3.org/TR/CSS21/selector.html#first-letter 1b40b3b5b22a1617d1586418a899db0dab39047d `Microsoft`<http://www.microsoft.com/> Punctuation characters defined in Unicode [UNICODE] in (Ps),(Pe),(Pi),(Pf) and (Po) punctuation classes that precede or follow the first letter are included in first-letter selection - 'right-pointing angle bracket'.
|
|
first-letter-punctuation-012 First-letter with the 'medium right parenthesis ornament' punctuation character http://www.w3.org/TR/CSS21/selector.html#first-letter b3d970e41a8adbe9eef12d4386170961292bb8a1 `Microsoft`<http://www.microsoft.com/> Punctuation characters defined in Unicode [UNICODE] in (Ps),(Pe),(Pi),(Pf) and (Po) punctuation classes that precede or follow the first letter are included in first-letter selection - 'medium right parenthesis ornament'.
|
|
first-letter-punctuation-013 First-letter with the 'medium flattened right parenthesis ornament' punctuation character http://www.w3.org/TR/CSS21/selector.html#first-letter a412171b3188199f0984422be480a1ba03e178ba `Microsoft`<http://www.microsoft.com/> Punctuation characters defined in Unicode [UNICODE] in (Ps),(Pe),(Pi),(Pf) and (Po) punctuation classes that precede or follow the first letter are included in first-letter selection - 'medium flattened right parenthesis ornament'.
|
|
first-letter-punctuation-014 First-letter with the 'medium right-pointing angle bracket ornament' punctuation character http://www.w3.org/TR/CSS21/selector.html#first-letter f2c4e01f32ee5634ca9a3b35d450480ce53e338e `Microsoft`<http://www.microsoft.com/> Punctuation characters defined in Unicode [UNICODE] in (Ps),(Pe),(Pi),(Pf) and (Po) punctuation classes that precede or follow the first letter are included in first-letter selection - 'medium right-pointing angle bracket ornament'.
|
|
first-letter-punctuation-015 First-letter with the 'heavy right-pointing angle quotation mark ornament' punctuation character http://www.w3.org/TR/CSS21/selector.html#first-letter d10ef9f60c036b415e8fb9770c812cc58ffb6b08 `Microsoft`<http://www.microsoft.com/> Punctuation characters defined in Unicode [UNICODE] in (Ps),(Pe),(Pi),(Pf) and (Po) punctuation classes that precede or follow the first letter are included in first-letter selection - 'heavy right-pointing angle quotation mark ornament'.
|
|
first-letter-punctuation-016 First-letter with the 'heavy right-pointing angle bracket ornament' punctuation character http://www.w3.org/TR/CSS21/selector.html#first-letter a6fd8577132c2c960e1ff3570b539ad50f122e03 `Microsoft`<http://www.microsoft.com/> Punctuation characters defined in Unicode [UNICODE] in (Ps),(Pe),(Pi),(Pf) and (Po) punctuation classes that precede or follow the first letter are included in first-letter selection - 'heavy right-pointing angle bracket ornament'.
|
|
first-letter-punctuation-017 First-letter with the 'light right tortoise shell bracket ornament' punctuation character http://www.w3.org/TR/CSS21/selector.html#first-letter b139f779921430e685f84e20e6e9634609b2c7a0 `Microsoft`<http://www.microsoft.com/> Punctuation characters defined in Unicode [UNICODE] in (Ps),(Pe),(Pi),(Pf) and (Po) punctuation classes that precede or follow the first letter are included in first-letter selection - 'light right tortoise shell bracket ornament'.
|
|
first-letter-punctuation-018 First-letter with the 'medium right curly bracket ornament' punctuation character http://www.w3.org/TR/CSS21/selector.html#first-letter 17e05ff3b8aba02f02e9ed4f70d2532d5ed8fa10 `Microsoft`<http://www.microsoft.com/> Punctuation characters defined in Unicode [UNICODE] in (Ps),(Pe),(Pi),(Pf) and (Po) punctuation classes that precede or follow the first letter are included in first-letter selection - 'medium right curly bracket ornament'.
|
|
first-letter-punctuation-019 First-letter with the 'right s-shaped bag delimiter' punctuation character http://www.w3.org/TR/CSS21/selector.html#first-letter 13e768df03e357da41672b2790ff0846dc298c12 `Microsoft`<http://www.microsoft.com/> Punctuation characters defined in Unicode [UNICODE] in (Ps),(Pe),(Pi),(Pf) and (Po) punctuation classes that precede or follow the first letter are included in first-letter selection - 'right s-shaped bag delimiter'.
|
|
first-letter-punctuation-020 First-letter with the 'mathematical right white square bracket' punctuation character http://www.w3.org/TR/CSS21/selector.html#first-letter db55f5d717d1af968f973dfa2ee252134ffe024d `Microsoft`<http://www.microsoft.com/> Punctuation characters defined in Unicode [UNICODE] in (Ps),(Pe),(Pi),(Pf) and (Po) punctuation classes that precede or follow the first letter are included in first-letter selection - 'mathematical right white square bracket'.
|
|
first-letter-punctuation-021 First-letter with the 'mathematical right angle bracket' punctuation character http://www.w3.org/TR/CSS21/selector.html#first-letter de70a2bf82c9526ad5966484d02cabd38732f203 `Microsoft`<http://www.microsoft.com/> Punctuation characters defined in Unicode [UNICODE] in (Ps),(Pe),(Pi),(Pf) and (Po) punctuation classes that precede or follow the first letter are included in first-letter selection - 'mathematical right angle bracket'.
|
|
first-letter-punctuation-022 First-letter with the 'mathematical right double angle bracket' punctuation character http://www.w3.org/TR/CSS21/selector.html#first-letter 4267b2de4a689642b406e5832560116a621bf1d6 `Microsoft`<http://www.microsoft.com/> Punctuation characters defined in Unicode [UNICODE] in (Ps),(Pe),(Pi),(Pf) and (Po) punctuation classes that precede or follow the first letter are included in first-letter selection - 'mathematical right double angle bracket'.
|
|
first-letter-punctuation-023 First-letter with the 'right white curly bracket' punctuation character http://www.w3.org/TR/CSS21/selector.html#first-letter bd4574499bd66576d742483949f07d58dad887c3 `Microsoft`<http://www.microsoft.com/> Punctuation characters defined in Unicode [UNICODE] in (Ps),(Pe),(Pi),(Pf) and (Po) punctuation classes that precede or follow the first letter are included in first-letter selection - 'right white curly bracket'.
|
|
first-letter-punctuation-024 First-letter with the 'right white parenthesis' punctuation character http://www.w3.org/TR/CSS21/selector.html#first-letter f1bb5504ddce2ef25043d7d438fba86db978ecfa `Microsoft`<http://www.microsoft.com/> Punctuation characters defined in Unicode [UNICODE] in (Ps),(Pe),(Pi),(Pf) and (Po) punctuation classes that precede or follow the first letter are included in first-letter selection - 'right white parenthesis'.
|
|
first-letter-punctuation-025 First-letter with the 'z notation right image bracket' punctuation character http://www.w3.org/TR/CSS21/selector.html#first-letter 8cd75ffc8a9a705c3ea9479886bf539076ed3d01 `Microsoft`<http://www.microsoft.com/> Punctuation characters defined in Unicode [UNICODE] in (Ps),(Pe),(Pi),(Pf) and (Po) punctuation classes that precede or follow the first letter are included in first-letter selection - 'z notation right image bracket'.
|
|
first-letter-punctuation-026 First-letter with the 'z notation right binding bracket' punctuation character http://www.w3.org/TR/CSS21/selector.html#first-letter fa37f1a60d6720ba6dc8883e1fa08350eb4064ab `Microsoft`<http://www.microsoft.com/> Punctuation characters defined in Unicode [UNICODE] in (Ps),(Pe),(Pi),(Pf) and (Po) punctuation classes that precede or follow the first letter are included in first-letter selection - 'z notation right binding bracket'.
|
|
first-letter-punctuation-027 First-letter with the 'right square bracket with underbar' punctuation character http://www.w3.org/TR/CSS21/selector.html#first-letter e3f74fdfbc105d114e25bb2449acd8be5fb9e6a1 `Microsoft`<http://www.microsoft.com/> Punctuation characters defined in Unicode [UNICODE] in (Ps),(Pe),(Pi),(Pf) and (Po) punctuation classes that precede or follow the first letter are included in first-letter selection - 'right square bracket with underbar'.
|
|
first-letter-punctuation-028 First-letter with the 'right square bracket with tick in bottom corner' punctuation character http://www.w3.org/TR/CSS21/selector.html#first-letter 1d86977428d9179aa408f5d458f1fbbf81d604f6 `Microsoft`<http://www.microsoft.com/> Punctuation characters defined in Unicode [UNICODE] in (Ps),(Pe),(Pi),(Pf) and (Po) punctuation classes that precede or follow the first letter are included in first-letter selection - 'right square bracket with tick in bottom corner'.
|
|
first-letter-punctuation-029 First-letter with the 'right square bracket with tick in top corner' punctuation character http://www.w3.org/TR/CSS21/selector.html#first-letter 8c65fae7ec694b40ff0535d9bef9e7374a8d86e8 `Microsoft`<http://www.microsoft.com/> Punctuation characters defined in Unicode [UNICODE] in (Ps),(Pe),(Pi),(Pf) and (Po) punctuation classes that precede or follow the first letter are included in first-letter selection - 'right square bracket with tick in top corner'.
|
|
first-letter-punctuation-030 First-letter with the 'right angle bracket with dot' punctuation character http://www.w3.org/TR/CSS21/selector.html#first-letter df0b4aee56192233ac465eea81bd2bcdad9ee217 `Microsoft`<http://www.microsoft.com/> Punctuation characters defined in Unicode [UNICODE] in (Ps),(Pe),(Pi),(Pf) and (Po) punctuation classes that precede or follow the first letter are included in first-letter selection - 'right angle bracket with dot'.
|
|
first-letter-punctuation-031 First-letter with the 'right arc greater-than bracket' punctuation character http://www.w3.org/TR/CSS21/selector.html#first-letter fb5cd46f400886c8322eecb19c4e7e9ef2f01628 `Microsoft`<http://www.microsoft.com/> Punctuation characters defined in Unicode [UNICODE] in (Ps),(Pe),(Pi),(Pf) and (Po) punctuation classes that precede or follow the first letter are included in first-letter selection - 'right arc greater-than bracket'.
|
|
first-letter-punctuation-032 First-letter with the 'double right arc less-than bracket' punctuation character http://www.w3.org/TR/CSS21/selector.html#first-letter 5c83126a69a2a906e889ed12e0c5613090c292b0 `Microsoft`<http://www.microsoft.com/> Punctuation characters defined in Unicode [UNICODE] in (Ps),(Pe),(Pi),(Pf) and (Po) punctuation classes that precede or follow the first letter are included in first-letter selection - 'double right arc less-than bracket'.
|
|
first-letter-punctuation-033 First-letter with the 'right black tortoise shell bracket' punctuation character http://www.w3.org/TR/CSS21/selector.html#first-letter 3dc813f8ade2f4d2b9e1b99393b90c638fea2be8 `Microsoft`<http://www.microsoft.com/> Punctuation characters defined in Unicode [UNICODE] in (Ps),(Pe),(Pi),(Pf) and (Po) punctuation classes that precede or follow the first letter are included in first-letter selection - 'right black tortoise shell bracket'.
|
|
first-letter-punctuation-034 First-letter with the 'right wiggly fence' punctuation character http://www.w3.org/TR/CSS21/selector.html#first-letter 28281607226c44511e4fe5234b2663c0fb591938 `Microsoft`<http://www.microsoft.com/> Punctuation characters defined in Unicode [UNICODE] in (Ps),(Pe),(Pi),(Pf) and (Po) punctuation classes that precede or follow the first letter are included in first-letter selection - 'right wiggly fence'.
|
|
first-letter-punctuation-035 First-letter with the 'right double wiggly fence' punctuation character http://www.w3.org/TR/CSS21/selector.html#first-letter 02797fab5bbc886e43594465017bbbe8a90160ba `Microsoft`<http://www.microsoft.com/> Punctuation characters defined in Unicode [UNICODE] in (Ps),(Pe),(Pi),(Pf) and (Po) punctuation classes that precede or follow the first letter are included in first-letter selection - 'right double wiggly fence'.
|
|
first-letter-punctuation-036 First-letter with the 'right-pointing curved angle bracket' punctuation character http://www.w3.org/TR/CSS21/selector.html#first-letter dfe688fbd0b23de7e0cc9e360c600afa0103252d `Microsoft`<http://www.microsoft.com/> Punctuation characters defined in Unicode [UNICODE] in (Ps),(Pe),(Pi),(Pf) and (Po) punctuation classes that precede or follow the first letter are included in first-letter selection - 'right-pointing curved angle bracket'.
|
|
first-letter-punctuation-037 First-letter with the 'right angle bracket' punctuation character http://www.w3.org/TR/CSS21/selector.html#first-letter 30a0aa772b806f8af69ab4eeb68d178f272afe75 `Microsoft`<http://www.microsoft.com/> Punctuation characters defined in Unicode [UNICODE] in (Ps),(Pe),(Pi),(Pf) and (Po) punctuation classes that precede or follow the first letter are included in first-letter selection - 'right angle bracket'.
|
|
first-letter-punctuation-038 First-letter with the 'right double angle bracket' punctuation character http://www.w3.org/TR/CSS21/selector.html#first-letter 294f7494bb400769909ed07e0930d8cc4bbb3ca5 `Microsoft`<http://www.microsoft.com/> Punctuation characters defined in Unicode [UNICODE] in (Ps),(Pe),(Pi),(Pf) and (Po) punctuation classes that precede or follow the first letter are included in first-letter selection - 'right double angle bracket'.
|
|
first-letter-punctuation-039 First-letter with the 'right corner bracket' punctuation character http://www.w3.org/TR/CSS21/selector.html#first-letter 2f74b5d797979f3ab7e5ab4c33a981a9ca16af8d `Microsoft`<http://www.microsoft.com/> Punctuation characters defined in Unicode [UNICODE] in (Ps),(Pe),(Pi),(Pf) and (Po) punctuation classes that precede or follow the first letter are included in first-letter selection - 'right corner bracket'.
|
|
first-letter-punctuation-040 First-letter with the 'right white corner bracket' punctuation character http://www.w3.org/TR/CSS21/selector.html#first-letter 571e5cf1e65d8ec04922bce524f18b3789ad8a25 `Microsoft`<http://www.microsoft.com/> Punctuation characters defined in Unicode [UNICODE] in (Ps),(Pe),(Pi),(Pf) and (Po) punctuation classes that precede or follow the first letter are included in first-letter selection - 'right white corner bracket'.
|
|
first-letter-punctuation-041 First-letter with the 'right black lenticular bracket' punctuation character http://www.w3.org/TR/CSS21/selector.html#first-letter f289ae4fec83546d4c85bc1dc3b01dff18210a17 `Microsoft`<http://www.microsoft.com/> Punctuation characters defined in Unicode [UNICODE] in (Ps),(Pe),(Pi),(Pf) and (Po) punctuation classes that precede or follow the first letter are included in first-letter selection - 'right black lenticular bracket'.
|
|
first-letter-punctuation-042 First-letter with the 'right tortoise shell bracket' punctuation character http://www.w3.org/TR/CSS21/selector.html#first-letter 3c1407ff1fc6e2bebc8eba7f74b8eaef8f47d5dc `Microsoft`<http://www.microsoft.com/> Punctuation characters defined in Unicode [UNICODE] in (Ps),(Pe),(Pi),(Pf) and (Po) punctuation classes that precede or follow the first letter are included in first-letter selection - 'right tortoise shell bracket'.
|
|
first-letter-punctuation-043 First-letter with the 'right white lenticular bracket' punctuation character http://www.w3.org/TR/CSS21/selector.html#first-letter eaf8b9eae26e9c5d99d931c926dcb753c1dec9ce `Microsoft`<http://www.microsoft.com/> Punctuation characters defined in Unicode [UNICODE] in (Ps),(Pe),(Pi),(Pf) and (Po) punctuation classes that precede or follow the first letter are included in first-letter selection - 'right white lenticular bracket'.
|
|
first-letter-punctuation-044 First-letter with the 'right white tortoise shell bracket' punctuation character http://www.w3.org/TR/CSS21/selector.html#first-letter 0038586e8bb1b92e2ffc22ea37529974cf36e75a `Microsoft`<http://www.microsoft.com/> Punctuation characters defined in Unicode [UNICODE] in (Ps),(Pe),(Pi),(Pf) and (Po) punctuation classes that precede or follow the first letter are included in first-letter selection - 'right white tortoise shell bracket'.
|
|
first-letter-punctuation-045 First-letter with the 'right white square bracket' punctuation character http://www.w3.org/TR/CSS21/selector.html#first-letter d902861ff5a25386c07ab03139d3af45cd1ade20 `Microsoft`<http://www.microsoft.com/> Punctuation characters defined in Unicode [UNICODE] in (Ps),(Pe),(Pi),(Pf) and (Po) punctuation classes that precede or follow the first letter are included in first-letter selection - 'right white square bracket'.
|
|
first-letter-punctuation-046 First-letter with the 'double prime quotation mark' punctuation character http://www.w3.org/TR/CSS21/selector.html#first-letter b22c1c6a036e769d48c70239ec98193b8c50c9f7 `Microsoft`<http://www.microsoft.com/> Punctuation characters defined in Unicode [UNICODE] in (Ps),(Pe),(Pi),(Pf) and (Po) punctuation classes that precede or follow the first letter are included in first-letter selection - 'double prime quotation mark'.
|
|
first-letter-punctuation-047 First-letter with the 'low double prime quotation mark' punctuation character http://www.w3.org/TR/CSS21/selector.html#first-letter 936b61efb611d0699ab1a73efbb64b9fdd79e88c `Microsoft`<http://www.microsoft.com/> Punctuation characters defined in Unicode [UNICODE] in (Ps),(Pe),(Pi),(Pf) and (Po) punctuation classes that precede or follow the first letter are included in first-letter selection - 'low double prime quotation mark'.
|
|
first-letter-punctuation-048 First-letter with the 'ornate right parenthesis' punctuation character http://www.w3.org/TR/CSS21/selector.html#first-letter 53ef497138b4526ab281ba05849fe7045906acb8 `Microsoft`<http://www.microsoft.com/> Punctuation characters defined in Unicode [UNICODE] in (Ps),(Pe),(Pi),(Pf) and (Po) punctuation classes that precede or follow the first letter are included in first-letter selection - 'ornate right parenthesis'.
|
|
first-letter-punctuation-049 First-letter with the 'presentation form for vertical right white lenticular bracket' punctuation character http://www.w3.org/TR/CSS21/selector.html#first-letter 3ebc5b3b0773254745eb51c3b1160b6d0c6d241e `Microsoft`<http://www.microsoft.com/> Punctuation characters defined in Unicode [UNICODE] in (Ps),(Pe),(Pi),(Pf) and (Po) punctuation classes that precede or follow the first letter are included in first-letter selection - 'presentation form for vertical right white lenticular bracket'.
|
|
first-letter-punctuation-050 First-letter with the 'presentation form for vertical right parenthesis' punctuation character http://www.w3.org/TR/CSS21/selector.html#first-letter f624b378f2d09febb0dee1e658046e1908493f0e `Microsoft`<http://www.microsoft.com/> Punctuation characters defined in Unicode [UNICODE] in (Ps),(Pe),(Pi),(Pf) and (Po) punctuation classes that precede or follow the first letter are included in first-letter selection - 'presentation form for vertical right parenthesis'.
|
|
first-letter-punctuation-051 First-letter with the 'presentation form for vertical right curly bracket' punctuation character http://www.w3.org/TR/CSS21/selector.html#first-letter 99158cf4ddabaf7704345c2ea1942d94465fe50f `Microsoft`<http://www.microsoft.com/> Punctuation characters defined in Unicode [UNICODE] in (Ps),(Pe),(Pi),(Pf) and (Po) punctuation classes that precede or follow the first letter are included in first-letter selection - 'presentation form for vertical right curly bracket'.
|
|
first-letter-punctuation-052 First-letter with the 'presentation form for vertical right tortoise shell bracket' punctuation character http://www.w3.org/TR/CSS21/selector.html#first-letter eb6023e837a33fcd5a1df695baaced8e1204bcb2 `Microsoft`<http://www.microsoft.com/> Punctuation characters defined in Unicode [UNICODE] in (Ps),(Pe),(Pi),(Pf) and (Po) punctuation classes that precede or follow the first letter are included in first-letter selection - 'presentation form for vertical right tortoise shell bracket'.
|
|
first-letter-punctuation-053 First-letter with the 'presentation form for vertical right black lenticular bracket' punctuation character http://www.w3.org/TR/CSS21/selector.html#first-letter 8a20521d02534413ef5bd287fc7fb2b0057a8950 `Microsoft`<http://www.microsoft.com/> Punctuation characters defined in Unicode [UNICODE] in (Ps),(Pe),(Pi),(Pf) and (Po) punctuation classes that precede or follow the first letter are included in first-letter selection - 'presentation form for vertical right black lenticular bracket'.
|
|
first-letter-punctuation-054 First-letter with the 'presentation form for vertical right double angle bracket' punctuation character http://www.w3.org/TR/CSS21/selector.html#first-letter 3cc67c48296a40b5db3f5da05ab37b8043a314e7 `Microsoft`<http://www.microsoft.com/> Punctuation characters defined in Unicode [UNICODE] in (Ps),(Pe),(Pi),(Pf) and (Po) punctuation classes that precede or follow the first letter are included in first-letter selection - 'presentation form for vertical right double angle bracket'.
|
|
first-letter-punctuation-055 First-letter with the 'presentation form for vertical right angle bracket' punctuation character http://www.w3.org/TR/CSS21/selector.html#first-letter 7ee9b0479fa8491ada55217d1efa0e836ef0ed32 `Microsoft`<http://www.microsoft.com/> Punctuation characters defined in Unicode [UNICODE] in (Ps),(Pe),(Pi),(Pf) and (Po) punctuation classes that precede or follow the first letter are included in first-letter selection - 'presentation form for vertical right angle bracket'.
|
|
first-letter-punctuation-056 First-letter with the 'presentation form for vertical right corner bracket' punctuation character http://www.w3.org/TR/CSS21/selector.html#first-letter 3150b2e0bb48c75ada99c739bd55ad17a94767a1 `Microsoft`<http://www.microsoft.com/> Punctuation characters defined in Unicode [UNICODE] in (Ps),(Pe),(Pi),(Pf) and (Po) punctuation classes that precede or follow the first letter are included in first-letter selection - 'presentation form for vertical right corner bracket'.
|
|
first-letter-punctuation-057 First-letter with the 'presentation form for vertical right white corner bracket' punctuation character http://www.w3.org/TR/CSS21/selector.html#first-letter c56082f4a78c0e4cdddf468f3f8f5c53245ed5ae `Microsoft`<http://www.microsoft.com/> Punctuation characters defined in Unicode [UNICODE] in (Ps),(Pe),(Pi),(Pf) and (Po) punctuation classes that precede or follow the first letter are included in first-letter selection - 'presentation form for vertical right white corner bracket'.
|
|
first-letter-punctuation-058 First-letter with the 'presentation form for vertical right square bracket' punctuation character http://www.w3.org/TR/CSS21/selector.html#first-letter 2c16a87b99d7d104507a5cc7fe025d4879a3d40c `Microsoft`<http://www.microsoft.com/> Punctuation characters defined in Unicode [UNICODE] in (Ps),(Pe),(Pi),(Pf) and (Po) punctuation classes that precede or follow the first letter are included in first-letter selection - 'presentation form for vertical right square bracket'.
|
|
first-letter-punctuation-059 First-letter with the 'small right parenthesis' punctuation character http://www.w3.org/TR/CSS21/selector.html#first-letter ae06f7f7ff7c59d78e020be7876eafa2e79063e0 `Microsoft`<http://www.microsoft.com/> Punctuation characters defined in Unicode [UNICODE] in (Ps),(Pe),(Pi),(Pf) and (Po) punctuation classes that precede or follow the first letter are included in first-letter selection - 'small right parenthesis'.
|
|
first-letter-punctuation-060 First-letter with the 'small right curly bracket' punctuation character http://www.w3.org/TR/CSS21/selector.html#first-letter 72ce3d811660634adde7352b6ef91f59809d7500 `Microsoft`<http://www.microsoft.com/> Punctuation characters defined in Unicode [UNICODE] in (Ps),(Pe),(Pi),(Pf) and (Po) punctuation classes that precede or follow the first letter are included in first-letter selection - 'small right curly bracket'.
|
|
first-letter-punctuation-061 First-letter with the 'small right tortoise shell bracket' punctuation character http://www.w3.org/TR/CSS21/selector.html#first-letter 1cf907bfe293dbb8472791574f97e92f328e6c02 `Microsoft`<http://www.microsoft.com/> Punctuation characters defined in Unicode [UNICODE] in (Ps),(Pe),(Pi),(Pf) and (Po) punctuation classes that precede or follow the first letter are included in first-letter selection - 'small right tortoise shell bracket'.
|
|
first-letter-punctuation-062 First-letter with the 'fullwidth right parenthesis' punctuation character http://www.w3.org/TR/CSS21/selector.html#first-letter d13df074f150e18215a753d76a36d4aebf029bb8 `Microsoft`<http://www.microsoft.com/> Punctuation characters defined in Unicode [UNICODE] in (Ps),(Pe),(Pi),(Pf) and (Po) punctuation classes that precede or follow the first letter are included in first-letter selection - 'fullwidth right parenthesis'.
|
|
first-letter-punctuation-063 First-letter with the 'fullwidth right square bracket' punctuation character http://www.w3.org/TR/CSS21/selector.html#first-letter 74728fb2fc941d325eac79942a997975a53160a0 `Microsoft`<http://www.microsoft.com/> Punctuation characters defined in Unicode [UNICODE] in (Ps),(Pe),(Pi),(Pf) and (Po) punctuation classes that precede or follow the first letter are included in first-letter selection - 'fullwidth right square bracket'.
|
|
first-letter-punctuation-064 First-letter with the 'fullwidth right curly bracket' punctuation character http://www.w3.org/TR/CSS21/selector.html#first-letter a7c72bec9ab34e9209eb72d0ae230db25c586828 `Microsoft`<http://www.microsoft.com/> Punctuation characters defined in Unicode [UNICODE] in (Ps),(Pe),(Pi),(Pf) and (Po) punctuation classes that precede or follow the first letter are included in first-letter selection - 'fullwidth right curly bracket'.
|
|
first-letter-punctuation-065 First-letter with the 'fullwidth right white parenthesis' punctuation character http://www.w3.org/TR/CSS21/selector.html#first-letter 5ffdc0c58e6b8387c32154da0022eb2775e61cc2 `Microsoft`<http://www.microsoft.com/> Punctuation characters defined in Unicode [UNICODE] in (Ps),(Pe),(Pi),(Pf) and (Po) punctuation classes that precede or follow the first letter are included in first-letter selection - 'fullwidth right white parenthesis'.
|
|
first-letter-punctuation-066 First-letter with the 'halfwidth right corner bracket' punctuation character http://www.w3.org/TR/CSS21/selector.html#first-letter ccf5f49ebcc32d2615db4871af762aeef300958f `Microsoft`<http://www.microsoft.com/> Punctuation characters defined in Unicode [UNICODE] in (Ps),(Pe),(Pi),(Pf) and (Po) punctuation classes that precede or follow the first letter are included in first-letter selection - 'halfwidth right corner bracket'.
|
|
first-letter-punctuation-067 First-letter with the 'right-pointing double angle quotation mark' punctuation character http://www.w3.org/TR/CSS21/selector.html#first-letter 3d67a367612b0e61ec6ed6853618f9e40d2f9bf1 `Microsoft`<http://www.microsoft.com/> Punctuation characters defined in Unicode [UNICODE] in (Ps),(Pe),(Pi),(Pf) and (Po) punctuation classes that precede or follow the first letter are included in first-letter selection - 'right-pointing double angle quotation mark'.
|
|
first-letter-punctuation-068 First-letter with the 'right single quotation mark' punctuation character http://www.w3.org/TR/CSS21/selector.html#first-letter bfc4b7031c5e853b047cc415cd5df5f474bec0ec `Microsoft`<http://www.microsoft.com/> Punctuation characters defined in Unicode [UNICODE] in (Ps),(Pe),(Pi),(Pf) and (Po) punctuation classes that precede or follow the first letter are included in first-letter selection - 'right single quotation mark'.
|
|
first-letter-punctuation-069 First-letter with the 'right double quotation mark' punctuation character http://www.w3.org/TR/CSS21/selector.html#first-letter 8b91805a48f00ec2957a21d2641dd6a3024ebd8c `Microsoft`<http://www.microsoft.com/> Punctuation characters defined in Unicode [UNICODE] in (Ps),(Pe),(Pi),(Pf) and (Po) punctuation classes that precede or follow the first letter are included in first-letter selection - 'right double quotation mark'.
|
|
first-letter-punctuation-070 First-letter with the 'single right-pointing angle quotation mark' punctuation character http://www.w3.org/TR/CSS21/selector.html#first-letter 0ac16ef2770f436fad897b3f0fbd5ea3975a8499 `Microsoft`<http://www.microsoft.com/> Punctuation characters defined in Unicode [UNICODE] in (Ps),(Pe),(Pi),(Pf) and (Po) punctuation classes that precede or follow the first letter are included in first-letter selection - 'single right-pointing angle quotation mark'.
|
|
first-letter-punctuation-071 First-letter with the 'right substitution bracket' punctuation character http://www.w3.org/TR/CSS21/selector.html#first-letter f23728452edfceac01e6225150ee49fedd012762 `Microsoft`<http://www.microsoft.com/> Punctuation characters defined in Unicode [UNICODE] in (Ps),(Pe),(Pi),(Pf) and (Po) punctuation classes that precede or follow the first letter are included in first-letter selection - 'right substitution bracket'.
|
|
first-letter-punctuation-072 First-letter with the 'right dotted substitution bracket' punctuation character http://www.w3.org/TR/CSS21/selector.html#first-letter 4ec848f78410879153cfe127f7db4158c22826c2 `Microsoft`<http://www.microsoft.com/> Punctuation characters defined in Unicode [UNICODE] in (Ps),(Pe),(Pi),(Pf) and (Po) punctuation classes that precede or follow the first letter are included in first-letter selection - 'right dotted substitution bracket'.
|
|
first-letter-punctuation-073 First-letter with the 'right transposition bracket' punctuation character http://www.w3.org/TR/CSS21/selector.html#first-letter 1aacb1fd6a1b4d4045a4fd669011bcffa14f0375 `Microsoft`<http://www.microsoft.com/> Punctuation characters defined in Unicode [UNICODE] in (Ps),(Pe),(Pi),(Pf) and (Po) punctuation classes that precede or follow the first letter are included in first-letter selection - 'right transposition bracket'.
|
|
first-letter-punctuation-074 First-letter with the 'right raised omission bracket' punctuation character http://www.w3.org/TR/CSS21/selector.html#first-letter b14918e1b9d2ab2bfa3219bb824368b7d584cf89 `Microsoft`<http://www.microsoft.com/> Punctuation characters defined in Unicode [UNICODE] in (Ps),(Pe),(Pi),(Pf) and (Po) punctuation classes that precede or follow the first letter are included in first-letter selection - 'right raised omission bracket'.
|
|
first-letter-punctuation-075 First-letter with the 'right low paraphrase bracket' punctuation character http://www.w3.org/TR/CSS21/selector.html#first-letter 0b1bc38965c032adfad2b3babd35bbb8b2c5c3cd `Microsoft`<http://www.microsoft.com/> Punctuation characters defined in Unicode [UNICODE] in (Ps),(Pe),(Pi),(Pf) and (Po) punctuation classes that precede or follow the first letter are included in first-letter selection - 'right low paraphrase bracket'.
|
|
first-letter-punctuation-076 First-letter with the 'left-pointing double angle quotation mark' punctuation character http://www.w3.org/TR/CSS21/selector.html#first-letter e02fad6cff2564380394ff57861ebf57045e7f81 `Microsoft`<http://www.microsoft.com/> Punctuation characters defined in Unicode [UNICODE] in (Ps),(Pe),(Pi),(Pf) and (Po) punctuation classes that precede or follow the first letter are included in first-letter selection - 'left-pointing double angle quotation mark'.
|
|
first-letter-punctuation-077 First-letter with the 'left single quotation mark' punctuation character http://www.w3.org/TR/CSS21/selector.html#first-letter 2f8cd119ab38bdba8e76eaf0ff0578f2364fb727 `Microsoft`<http://www.microsoft.com/> Punctuation characters defined in Unicode [UNICODE] in (Ps),(Pe),(Pi),(Pf) and (Po) punctuation classes that precede or follow the first letter are included in first-letter selection - 'left single quotation mark'.
|
|
first-letter-punctuation-078 First-letter with the 'single high-reversed-9 quotation mark' punctuation character http://www.w3.org/TR/CSS21/selector.html#first-letter 517639406497e54198efd50f7c9c76784a95a9b5 `Microsoft`<http://www.microsoft.com/> Punctuation characters defined in Unicode [UNICODE] in (Ps),(Pe),(Pi),(Pf) and (Po) punctuation classes that precede or follow the first letter are included in first-letter selection - 'single high-reversed-9 quotation mark'.
|
|
first-letter-punctuation-079 First-letter with the 'left double quotation mark' punctuation character http://www.w3.org/TR/CSS21/selector.html#first-letter c7c8afb0ce8c5b4dc2f11fc56d21b1856cba8621 `Microsoft`<http://www.microsoft.com/> Punctuation characters defined in Unicode [UNICODE] in (Ps),(Pe),(Pi),(Pf) and (Po) punctuation classes that precede or follow the first letter are included in first-letter selection - 'left double quotation mark'.
|
|
first-letter-punctuation-080 First-letter with the 'double high-reversed-9 quotation mark' punctuation character http://www.w3.org/TR/CSS21/selector.html#first-letter 22c3c187a851c4139858942c154b4fa12104c384 `Microsoft`<http://www.microsoft.com/> Punctuation characters defined in Unicode [UNICODE] in (Ps),(Pe),(Pi),(Pf) and (Po) punctuation classes that precede or follow the first letter are included in first-letter selection - 'double high-reversed-9 quotation mark'.
|
|
first-letter-punctuation-081 First-letter with the 'single left-pointing angle quotation mark' punctuation character http://www.w3.org/TR/CSS21/selector.html#first-letter 7dd1324126de58db016be395bbc3d7637f31ae54 `Microsoft`<http://www.microsoft.com/> Punctuation characters defined in Unicode [UNICODE] in (Ps),(Pe),(Pi),(Pf) and (Po) punctuation classes that precede or follow the first letter are included in first-letter selection - 'single left-pointing angle quotation mark'.
|
|
first-letter-punctuation-082 First-letter with the 'left substitution bracket' punctuation character http://www.w3.org/TR/CSS21/selector.html#first-letter 04528c836e50718fe760001b342edee1c0028063 `Microsoft`<http://www.microsoft.com/> Punctuation characters defined in Unicode [UNICODE] in (Ps),(Pe),(Pi),(Pf) and (Po) punctuation classes that precede or follow the first letter are included in first-letter selection - 'left substitution bracket'.
|
|
first-letter-punctuation-083 First-letter with the 'left dotted substitution bracket' punctuation character http://www.w3.org/TR/CSS21/selector.html#first-letter 76d19876f037f4694cc6e89c0ffc7bf5e04c6f6a `Microsoft`<http://www.microsoft.com/> Punctuation characters defined in Unicode [UNICODE] in (Ps),(Pe),(Pi),(Pf) and (Po) punctuation classes that precede or follow the first letter are included in first-letter selection - 'left dotted substitution bracket'.
|
|
first-letter-punctuation-084 First-letter with the 'left transposition bracket' punctuation character http://www.w3.org/TR/CSS21/selector.html#first-letter 6d0dfaee6252d1d8ac7aa60aeaf47b390ebec8cd `Microsoft`<http://www.microsoft.com/> Punctuation characters defined in Unicode [UNICODE] in (Ps),(Pe),(Pi),(Pf) and (Po) punctuation classes that precede or follow the first letter are included in first-letter selection - 'left transposition bracket'.
|
|
first-letter-punctuation-085 First-letter with the 'left raised omission bracket' punctuation character http://www.w3.org/TR/CSS21/selector.html#first-letter bded2785b0339d3c0aa01f06373156c4d933a4e0 `Microsoft`<http://www.microsoft.com/> Punctuation characters defined in Unicode [UNICODE] in (Ps),(Pe),(Pi),(Pf) and (Po) punctuation classes that precede or follow the first letter are included in first-letter selection - 'left raised omission bracket'.
|
|
first-letter-punctuation-086 First-letter with the 'left low paraphrase bracket' punctuation character http://www.w3.org/TR/CSS21/selector.html#first-letter 27a9900946a1c6bb28624425c6262aec2f556dc8 `Microsoft`<http://www.microsoft.com/> Punctuation characters defined in Unicode [UNICODE] in (Ps),(Pe),(Pi),(Pf) and (Po) punctuation classes that precede or follow the first letter are included in first-letter selection - 'left low paraphrase bracket'.
|
|
first-letter-punctuation-087 First-letter with the 'exclamation mark' punctuation character http://www.w3.org/TR/CSS21/selector.html#first-letter 719b039cbae022aef983930063478d25152f871c `Microsoft`<http://www.microsoft.com/> Punctuation characters defined in Unicode [UNICODE] in (Ps),(Pe),(Pi),(Pf) and (Po) punctuation classes that precede or follow the first letter are included in first-letter selection - 'exclamation mark'.
|
|
first-letter-punctuation-088 First-letter with the 'quotation mark' punctuation character http://www.w3.org/TR/CSS21/selector.html#first-letter 5d88c46989b4992852e2fed02ae9d03e6565bad5 `Microsoft`<http://www.microsoft.com/> Punctuation characters defined in Unicode [UNICODE] in (Ps),(Pe),(Pi),(Pf) and (Po) punctuation classes that precede or follow the first letter are included in first-letter selection - 'quotation mark'.
|
|
first-letter-punctuation-089 First-letter with the 'number sign' punctuation character http://www.w3.org/TR/CSS21/selector.html#first-letter ea0a82822cf6b284022ba84096bde69a71e56488 `Microsoft`<http://www.microsoft.com/> Punctuation characters defined in Unicode [UNICODE] in (Ps),(Pe),(Pi),(Pf) and (Po) punctuation classes that precede or follow the first letter are included in first-letter selection - 'number sign'.
|
|
first-letter-punctuation-090 First-letter with the 'percent sign' punctuation character http://www.w3.org/TR/CSS21/selector.html#first-letter 35183b9a77ed6dcece6b31941755c82bd84941d5 `Microsoft`<http://www.microsoft.com/> Punctuation characters defined in Unicode [UNICODE] in (Ps),(Pe),(Pi),(Pf) and (Po) punctuation classes that precede or follow the first letter are included in first-letter selection - 'percent sign'.
|
|
first-letter-punctuation-091 First-letter with the 'ampersand' punctuation character http://www.w3.org/TR/CSS21/selector.html#first-letter 438857fffde5b8fa4d08beb2bfb21d3969d2d46e `Microsoft`<http://www.microsoft.com/> Punctuation characters defined in Unicode [UNICODE] in (Ps),(Pe),(Pi),(Pf) and (Po) punctuation classes that precede or follow the first letter are included in first-letter selection - 'ampersand'.
|
|
first-letter-punctuation-092 First-letter with the 'apostrophe' punctuation character http://www.w3.org/TR/CSS21/selector.html#first-letter 91ead805a616c2eb1722f0bc02b53dd64d205b90 `Microsoft`<http://www.microsoft.com/> Punctuation characters defined in Unicode [UNICODE] in (Ps),(Pe),(Pi),(Pf) and (Po) punctuation classes that precede or follow the first letter are included in first-letter selection - 'apostrophe'.
|
|
first-letter-punctuation-093 First-letter with the 'asterisk' punctuation character http://www.w3.org/TR/CSS21/selector.html#first-letter ed6914100a1bf1270e6619482ce03073e3008b32 `Microsoft`<http://www.microsoft.com/> Punctuation characters defined in Unicode [UNICODE] in (Ps),(Pe),(Pi),(Pf) and (Po) punctuation classes that precede or follow the first letter are included in first-letter selection - 'asterisk'.
|
|
first-letter-punctuation-094 First-letter with the 'comma' punctuation character http://www.w3.org/TR/CSS21/selector.html#first-letter a7c59da0e7c3142f31d2e9b8e96af286fd7dec8a `Microsoft`<http://www.microsoft.com/> Punctuation characters defined in Unicode [UNICODE] in (Ps),(Pe),(Pi),(Pf) and (Po) punctuation classes that precede or follow the first letter are included in first-letter selection - 'comma'.
|
|
first-letter-punctuation-095 First-letter with the 'full stop' punctuation character http://www.w3.org/TR/CSS21/selector.html#first-letter dfbfe3e0e1075cb1146a02289707b964da76df16 `Microsoft`<http://www.microsoft.com/> Punctuation characters defined in Unicode [UNICODE] in (Ps),(Pe),(Pi),(Pf) and (Po) punctuation classes that precede or follow the first letter are included in first-letter selection - 'full stop'.
|
|
first-letter-punctuation-096 First-letter with the 'solidus' punctuation character http://www.w3.org/TR/CSS21/selector.html#first-letter 10626623e82a3dee19e743f2704a57852daf8489 `Microsoft`<http://www.microsoft.com/> Punctuation characters defined in Unicode [UNICODE] in (Ps),(Pe),(Pi),(Pf) and (Po) punctuation classes that precede or follow the first letter are included in first-letter selection - 'solidus'.
|
|
first-letter-punctuation-097 First-letter with the 'colon' punctuation character http://www.w3.org/TR/CSS21/selector.html#first-letter f5e1aa47e5205821388d1c2c436887b13105b124 `Microsoft`<http://www.microsoft.com/> Punctuation characters defined in Unicode [UNICODE] in (Ps),(Pe),(Pi),(Pf) and (Po) punctuation classes that precede or follow the first letter are included in first-letter selection - 'colon'.
|
|
first-letter-punctuation-098 First-letter with the 'semicolon' punctuation character http://www.w3.org/TR/CSS21/selector.html#first-letter 891fab4269c9feba0aedd70c80b6986d3dfe9cd7 `Microsoft`<http://www.microsoft.com/> Punctuation characters defined in Unicode [UNICODE] in (Ps),(Pe),(Pi),(Pf) and (Po) punctuation classes that precede or follow the first letter are included in first-letter selection - 'semicolon'.
|
|
first-letter-punctuation-099 First-letter with the 'question mark' punctuation character http://www.w3.org/TR/CSS21/selector.html#first-letter 9218868506329e05657d9922d886318e5f00db20 `Microsoft`<http://www.microsoft.com/> Punctuation characters defined in Unicode [UNICODE] in (Ps),(Pe),(Pi),(Pf) and (Po) punctuation classes that precede or follow the first letter are included in first-letter selection - 'question mark'.
|
|
first-letter-punctuation-100 First-letter with the 'commercial at' punctuation character http://www.w3.org/TR/CSS21/selector.html#first-letter c18d4374af99ce6da489cdeae1c0b36db01bc9ea `Microsoft`<http://www.microsoft.com/> Punctuation characters defined in Unicode [UNICODE] in (Ps),(Pe),(Pi),(Pf) and (Po) punctuation classes that precede or follow the first letter are included in first-letter selection - 'commercial at'.
|
|
first-letter-punctuation-101 First-letter with the 'reverse solidus' punctuation character http://www.w3.org/TR/CSS21/selector.html#first-letter b41c1ef7215b7cb96cfe0856e5df7a37c90be738 `Microsoft`<http://www.microsoft.com/> Punctuation characters defined in Unicode [UNICODE] in (Ps),(Pe),(Pi),(Pf) and (Po) punctuation classes that precede or follow the first letter are included in first-letter selection - 'reverse solidus'.
|
|
first-letter-punctuation-102 First-letter with the 'inverted exclamation mark' punctuation character http://www.w3.org/TR/CSS21/selector.html#first-letter 3f7d85181a9ece21edea81f94d556f58b62364b2 `Microsoft`<http://www.microsoft.com/> Punctuation characters defined in Unicode [UNICODE] in (Ps),(Pe),(Pi),(Pf) and (Po) punctuation classes that precede or follow the first letter are included in first-letter selection - 'inverted exclamation mark'.
|
|
first-letter-punctuation-103 First-letter with the 'middle dot' punctuation character http://www.w3.org/TR/CSS21/selector.html#first-letter 5173119a19cc109f89eeb37b770a2292808192ae `Microsoft`<http://www.microsoft.com/> Punctuation characters defined in Unicode [UNICODE] in (Ps),(Pe),(Pi),(Pf) and (Po) punctuation classes that precede or follow the first letter are included in first-letter selection - 'middle dot'.
|
|
first-letter-punctuation-104 First-letter with the 'inverted question mark' punctuation character http://www.w3.org/TR/CSS21/selector.html#first-letter 223efd1b119e1dbbaefabd7ef39cb7978e32ddbc `Microsoft`<http://www.microsoft.com/> Punctuation characters defined in Unicode [UNICODE] in (Ps),(Pe),(Pi),(Pf) and (Po) punctuation classes that precede or follow the first letter are included in first-letter selection - 'inverted question mark'.
|
|
first-letter-punctuation-105 First-letter with the 'greek question mark' punctuation character http://www.w3.org/TR/CSS21/selector.html#first-letter bb50b97b552361093e06d3dd81a2b5efd7c51a8d `Microsoft`<http://www.microsoft.com/> Punctuation characters defined in Unicode [UNICODE] in (Ps),(Pe),(Pi),(Pf) and (Po) punctuation classes that precede or follow the first letter are included in first-letter selection - 'greek question mark'.
|
|
first-letter-punctuation-106 First-letter with the 'greek ano teleia' punctuation character http://www.w3.org/TR/CSS21/selector.html#first-letter 37e6720ff555d863514cfbf9cdf53fac45d91386 `Microsoft`<http://www.microsoft.com/> Punctuation characters defined in Unicode [UNICODE] in (Ps),(Pe),(Pi),(Pf) and (Po) punctuation classes that precede or follow the first letter are included in first-letter selection - 'greek ano teleia'.
|
|
first-letter-punctuation-107 First-letter with the 'armenian apostrophe' punctuation character http://www.w3.org/TR/CSS21/selector.html#first-letter 059a7621702c016f93b116e85dd7d93d60d30a6d `Microsoft`<http://www.microsoft.com/> Punctuation characters defined in Unicode [UNICODE] in (Ps),(Pe),(Pi),(Pf) and (Po) punctuation classes that precede or follow the first letter are included in first-letter selection - 'armenian apostrophe'.
|
|
first-letter-punctuation-108 First-letter with the 'armenian emphasis mark' punctuation character http://www.w3.org/TR/CSS21/selector.html#first-letter 607bd0bb291a49f7bd0aba135d7b14a8e1ea761e `Microsoft`<http://www.microsoft.com/> Punctuation characters defined in Unicode [UNICODE] in (Ps),(Pe),(Pi),(Pf) and (Po) punctuation classes that precede or follow the first letter are included in first-letter selection - 'armenian emphasis mark'.
|
|
first-letter-punctuation-109 First-letter with the 'armenian exclamation mark' punctuation character http://www.w3.org/TR/CSS21/selector.html#first-letter da955f9dcb14d5300a44f4da676b7f54f4f3cb7e `Microsoft`<http://www.microsoft.com/> Punctuation characters defined in Unicode [UNICODE] in (Ps),(Pe),(Pi),(Pf) and (Po) punctuation classes that precede or follow the first letter are included in first-letter selection - 'armenian exclamation mark'.
|
|
first-letter-punctuation-110 First-letter with the 'armenian comma' punctuation character http://www.w3.org/TR/CSS21/selector.html#first-letter 3e2b03173741968be63797437fb986b84f01f937 `Microsoft`<http://www.microsoft.com/> Punctuation characters defined in Unicode [UNICODE] in (Ps),(Pe),(Pi),(Pf) and (Po) punctuation classes that precede or follow the first letter are included in first-letter selection - 'armenian comma'.
|
|
first-letter-punctuation-111 First-letter with the 'armenian question mark' punctuation character http://www.w3.org/TR/CSS21/selector.html#first-letter 4488b1f2069e961b47efb883e70dd0202ec0b4fb `Microsoft`<http://www.microsoft.com/> Punctuation characters defined in Unicode [UNICODE] in (Ps),(Pe),(Pi),(Pf) and (Po) punctuation classes that precede or follow the first letter are included in first-letter selection - 'armenian question mark'.
|
|
first-letter-punctuation-112 First-letter with the 'armenian abbreviation mark' punctuation character http://www.w3.org/TR/CSS21/selector.html#first-letter 2da4a69bb540785fabfadb8c76afb665858193d9 `Microsoft`<http://www.microsoft.com/> Punctuation characters defined in Unicode [UNICODE] in (Ps),(Pe),(Pi),(Pf) and (Po) punctuation classes that precede or follow the first letter are included in first-letter selection - 'armenian abbreviation mark'.
|
|
first-letter-punctuation-113 First-letter with the 'armenian full stop' punctuation character http://www.w3.org/TR/CSS21/selector.html#first-letter fba9fb103bf11722f4203cf8d10128c220a3e45f `Microsoft`<http://www.microsoft.com/> Punctuation characters defined in Unicode [UNICODE] in (Ps),(Pe),(Pi),(Pf) and (Po) punctuation classes that precede or follow the first letter are included in first-letter selection - 'armenian full stop'.
|
|
first-letter-punctuation-115 First-letter with the 'hebrew punctuation paseq' punctuation character http://www.w3.org/TR/CSS21/selector.html#first-letter 2aa853b4e7809ecf01ae8db5d9067eb33503dfe1 `Microsoft`<http://www.microsoft.com/> Punctuation characters defined in Unicode [UNICODE] in (Ps),(Pe),(Pi),(Pf) and (Po) punctuation classes that precede or follow the first letter are included in first-letter selection - 'hebrew punctuation paseq'.
|
|
first-letter-punctuation-116 First-letter with the 'hebrew punctuation sof pasuq' punctuation character http://www.w3.org/TR/CSS21/selector.html#first-letter 671c337cc1c228a25777b735fcd2905ba1aff157 `Microsoft`<http://www.microsoft.com/> Punctuation characters defined in Unicode [UNICODE] in (Ps),(Pe),(Pi),(Pf) and (Po) punctuation classes that precede or follow the first letter are included in first-letter selection - 'hebrew punctuation sof pasuq'.
|
|
first-letter-punctuation-117 First-letter with the 'hebrew punctuation nun hafukha' punctuation character http://www.w3.org/TR/CSS21/selector.html#first-letter 66b0091c807ae3b743300acc7d5fc3f94e801526 `Microsoft`<http://www.microsoft.com/> Punctuation characters defined in Unicode [UNICODE] in (Ps),(Pe),(Pi),(Pf) and (Po) punctuation classes that precede or follow the first letter are included in first-letter selection - 'hebrew punctuation nun hafukha'.
|
|
first-letter-punctuation-118 First-letter with the 'hebrew punctuation geresh' punctuation character http://www.w3.org/TR/CSS21/selector.html#first-letter 080720736015c9c3631141354cd2d5407e5bd3b7 `Microsoft`<http://www.microsoft.com/> Punctuation characters defined in Unicode [UNICODE] in (Ps),(Pe),(Pi),(Pf) and (Po) punctuation classes that precede or follow the first letter are included in first-letter selection - 'hebrew punctuation geresh'.
|
|
first-letter-punctuation-119 First-letter with the 'hebrew punctuation gershayim' punctuation character http://www.w3.org/TR/CSS21/selector.html#first-letter 8c38077425c4e9230b87bfcc7a37e8f76420f084 `Microsoft`<http://www.microsoft.com/> Punctuation characters defined in Unicode [UNICODE] in (Ps),(Pe),(Pi),(Pf) and (Po) punctuation classes that precede or follow the first letter are included in first-letter selection - 'hebrew punctuation gershayim'.
|
|
first-letter-punctuation-120 First-letter with the 'arabic comma' punctuation character http://www.w3.org/TR/CSS21/selector.html#first-letter 376051bc3f5b79c2bb4fae5a604aeb6478f53d97 `Microsoft`<http://www.microsoft.com/> Punctuation characters defined in Unicode [UNICODE] in (Ps),(Pe),(Pi),(Pf) and (Po) punctuation classes that precede or follow the first letter are included in first-letter selection - 'arabic comma'.
|
|
first-letter-punctuation-121 First-letter with the 'arabic date separator' punctuation character http://www.w3.org/TR/CSS21/selector.html#first-letter 49a1b4266d63ff0d16fb51547572b32454acf5be `Microsoft`<http://www.microsoft.com/> Punctuation characters defined in Unicode [UNICODE] in (Ps),(Pe),(Pi),(Pf) and (Po) punctuation classes that precede or follow the first letter are included in first-letter selection - 'arabic date separator'.
|
|
first-letter-punctuation-122 First-letter with the 'arabic semicolon' punctuation character http://www.w3.org/TR/CSS21/selector.html#first-letter 0767411833e47534106be3900eebf380def86b9a `Microsoft`<http://www.microsoft.com/> Punctuation characters defined in Unicode [UNICODE] in (Ps),(Pe),(Pi),(Pf) and (Po) punctuation classes that precede or follow the first letter are included in first-letter selection - 'arabic semicolon'.
|
|
first-letter-punctuation-123 First-letter with the 'arabic triple dot punctuation mark' punctuation character http://www.w3.org/TR/CSS21/selector.html#first-letter 1f4ece9194f466117a476cb1bd00632e56ce5448 `Microsoft`<http://www.microsoft.com/> Punctuation characters defined in Unicode [UNICODE] in (Ps),(Pe),(Pi),(Pf) and (Po) punctuation classes that precede or follow the first letter are included in first-letter selection - 'arabic triple dot punctuation mark'.
|
|
first-letter-punctuation-124 First-letter with the 'arabic question mark' punctuation character http://www.w3.org/TR/CSS21/selector.html#first-letter 7b64c28f7094e329338341b626382aef3d6b91ca `Microsoft`<http://www.microsoft.com/> Punctuation characters defined in Unicode [UNICODE] in (Ps),(Pe),(Pi),(Pf) and (Po) punctuation classes that precede or follow the first letter are included in first-letter selection - 'arabic question mark'.
|
|
first-letter-punctuation-125 First-letter with the 'arabic percent sign' punctuation character http://www.w3.org/TR/CSS21/selector.html#first-letter 63b47d8e27f5ea3e8ff28237c21f94f3c469c756 `Microsoft`<http://www.microsoft.com/> Punctuation characters defined in Unicode [UNICODE] in (Ps),(Pe),(Pi),(Pf) and (Po) punctuation classes that precede or follow the first letter are included in first-letter selection - 'arabic percent sign'.
|
|
first-letter-punctuation-126 First-letter with the 'arabic decimal separator' punctuation character http://www.w3.org/TR/CSS21/selector.html#first-letter 97c5246becb8f18a426b406b4fbfb51c70ee206f `Microsoft`<http://www.microsoft.com/> Punctuation characters defined in Unicode [UNICODE] in (Ps),(Pe),(Pi),(Pf) and (Po) punctuation classes that precede or follow the first letter are included in first-letter selection - 'arabic decimal separator'.
|
|
first-letter-punctuation-127 First-letter with the 'arabic thousands separator' punctuation character http://www.w3.org/TR/CSS21/selector.html#first-letter a846c4656bbf152bcb1dfb880dc8b8ff1166fc07 `Microsoft`<http://www.microsoft.com/> Punctuation characters defined in Unicode [UNICODE] in (Ps),(Pe),(Pi),(Pf) and (Po) punctuation classes that precede or follow the first letter are included in first-letter selection - 'arabic thousands separator'.
|
|
first-letter-punctuation-128 First-letter with the 'arabic five pointed star' punctuation character http://www.w3.org/TR/CSS21/selector.html#first-letter b30b1db4f5f5f8071d4a26dffb0232561535efcc `Microsoft`<http://www.microsoft.com/> Punctuation characters defined in Unicode [UNICODE] in (Ps),(Pe),(Pi),(Pf) and (Po) punctuation classes that precede or follow the first letter are included in first-letter selection - 'arabic five pointed star'.
|
|
first-letter-punctuation-129 First-letter with the 'arabic full stop' punctuation character http://www.w3.org/TR/CSS21/selector.html#first-letter 1d794d8ce6eea56b6f4883540e0dbc9c5bf51d41 `Microsoft`<http://www.microsoft.com/> Punctuation characters defined in Unicode [UNICODE] in (Ps),(Pe),(Pi),(Pf) and (Po) punctuation classes that precede or follow the first letter are included in first-letter selection - 'arabic full stop'.
|
|
first-letter-punctuation-130 First-letter with the 'syriac end of paragraph' punctuation character http://www.w3.org/TR/CSS21/selector.html#first-letter 657a5731664e399d6df8a5aa88dcee329b35dea9 `Microsoft`<http://www.microsoft.com/> Punctuation characters defined in Unicode [UNICODE] in (Ps),(Pe),(Pi),(Pf) and (Po) punctuation classes that precede or follow the first letter are included in first-letter selection - 'syriac end of paragraph'.
|
|
first-letter-punctuation-131 First-letter with the 'syriac supralinear full stop' punctuation character http://www.w3.org/TR/CSS21/selector.html#first-letter 750c4e579585c414b9a49fd045ebc4933478bb6d `Microsoft`<http://www.microsoft.com/> Punctuation characters defined in Unicode [UNICODE] in (Ps),(Pe),(Pi),(Pf) and (Po) punctuation classes that precede or follow the first letter are included in first-letter selection - 'syriac supralinear full stop'.
|
|
first-letter-punctuation-132 First-letter with the 'syriac sublinear full stop' punctuation character http://www.w3.org/TR/CSS21/selector.html#first-letter 83cddc854254421d7e706be7445c08ce3f918977 `Microsoft`<http://www.microsoft.com/> Punctuation characters defined in Unicode [UNICODE] in (Ps),(Pe),(Pi),(Pf) and (Po) punctuation classes that precede or follow the first letter are included in first-letter selection - 'syriac sublinear full stop'.
|
|
first-letter-punctuation-133 First-letter with the 'syriac supralinear colon' punctuation character http://www.w3.org/TR/CSS21/selector.html#first-letter 96bdca9e23e6258905532d5bc9f476033da849cb `Microsoft`<http://www.microsoft.com/> Punctuation characters defined in Unicode [UNICODE] in (Ps),(Pe),(Pi),(Pf) and (Po) punctuation classes that precede or follow the first letter are included in first-letter selection - 'syriac supralinear colon'.
|
|
first-letter-punctuation-134 First-letter with the 'syriac sublinear colon' punctuation character http://www.w3.org/TR/CSS21/selector.html#first-letter d58d09032aeac429591632a22689ad59684a697a `Microsoft`<http://www.microsoft.com/> Punctuation characters defined in Unicode [UNICODE] in (Ps),(Pe),(Pi),(Pf) and (Po) punctuation classes that precede or follow the first letter are included in first-letter selection - 'syriac sublinear colon'.
|
|
first-letter-punctuation-135 First-letter with the 'syriac horizontal colon' punctuation character http://www.w3.org/TR/CSS21/selector.html#first-letter 555e3b23b78d13fc6dc7bc6c88f7235b8b5f721d `Microsoft`<http://www.microsoft.com/> Punctuation characters defined in Unicode [UNICODE] in (Ps),(Pe),(Pi),(Pf) and (Po) punctuation classes that precede or follow the first letter are included in first-letter selection - 'syriac horizontal colon'.
|
|
first-letter-punctuation-136 First-letter with the 'syriac colon skewed left' punctuation character http://www.w3.org/TR/CSS21/selector.html#first-letter 89f5ea5ba41ecfba43c671e0fcaa620f42a030a3 `Microsoft`<http://www.microsoft.com/> Punctuation characters defined in Unicode [UNICODE] in (Ps),(Pe),(Pi),(Pf) and (Po) punctuation classes that precede or follow the first letter are included in first-letter selection - 'syriac colon skewed left'.
|
|
first-letter-punctuation-137 First-letter with the 'syriac colon skewed right' punctuation character http://www.w3.org/TR/CSS21/selector.html#first-letter cc91d45e96b6b0bba65f73d6ee869c0b5d1b804a `Microsoft`<http://www.microsoft.com/> Punctuation characters defined in Unicode [UNICODE] in (Ps),(Pe),(Pi),(Pf) and (Po) punctuation classes that precede or follow the first letter are included in first-letter selection - 'syriac colon skewed right'.
|
|
first-letter-punctuation-138 First-letter with the 'syriac supralinear colon skewed left' punctuation character http://www.w3.org/TR/CSS21/selector.html#first-letter 18dcd76770f653ed125b4138de95cf5a7aaca13c `Microsoft`<http://www.microsoft.com/> Punctuation characters defined in Unicode [UNICODE] in (Ps),(Pe),(Pi),(Pf) and (Po) punctuation classes that precede or follow the first letter are included in first-letter selection - 'syriac supralinear colon skewed left'.
|
|
first-letter-punctuation-139 First-letter with the 'syriac sublinear colon skewed right' punctuation character http://www.w3.org/TR/CSS21/selector.html#first-letter 475be740e7c1c1e31937ae4a633a2d0f4b839693 `Microsoft`<http://www.microsoft.com/> Punctuation characters defined in Unicode [UNICODE] in (Ps),(Pe),(Pi),(Pf) and (Po) punctuation classes that precede or follow the first letter are included in first-letter selection - 'syriac sublinear colon skewed right'.
|
|
first-letter-punctuation-140 First-letter with the 'syriac contraction' punctuation character http://www.w3.org/TR/CSS21/selector.html#first-letter 047832a5f7800d4edd3cb25e407c6786bbefd152 `Microsoft`<http://www.microsoft.com/> Punctuation characters defined in Unicode [UNICODE] in (Ps),(Pe),(Pi),(Pf) and (Po) punctuation classes that precede or follow the first letter are included in first-letter selection - 'syriac contraction'.
|
|
first-letter-punctuation-141 First-letter with the 'syriac harklean obelus' punctuation character http://www.w3.org/TR/CSS21/selector.html#first-letter fdcd740e659aae12387c4c2a80081efe43943dc7 `Microsoft`<http://www.microsoft.com/> Punctuation characters defined in Unicode [UNICODE] in (Ps),(Pe),(Pi),(Pf) and (Po) punctuation classes that precede or follow the first letter are included in first-letter selection - 'syriac harklean obelus'.
|
|
first-letter-punctuation-142 First-letter with the 'syriac harklean metobelus' punctuation character http://www.w3.org/TR/CSS21/selector.html#first-letter 9d92de46032ea32611ba8ed5df640cba15d97931 `Microsoft`<http://www.microsoft.com/> Punctuation characters defined in Unicode [UNICODE] in (Ps),(Pe),(Pi),(Pf) and (Po) punctuation classes that precede or follow the first letter are included in first-letter selection - 'syriac harklean metobelus'.
|
|
first-letter-punctuation-143 First-letter with the 'syriac harklean asteriscus' punctuation character http://www.w3.org/TR/CSS21/selector.html#first-letter b55e843b8c82ab193a8665024c1fe10d3e3fc4c3 `Microsoft`<http://www.microsoft.com/> Punctuation characters defined in Unicode [UNICODE] in (Ps),(Pe),(Pi),(Pf) and (Po) punctuation classes that precede or follow the first letter are included in first-letter selection - 'syriac harklean asteriscus'.
|
|
first-letter-punctuation-144 First-letter with the 'devanagari danda' punctuation character http://www.w3.org/TR/CSS21/selector.html#first-letter a498533ebfd58b33cb0f5b4d3294c4767412505d `Microsoft`<http://www.microsoft.com/> Punctuation characters defined in Unicode [UNICODE] in (Ps),(Pe),(Pi),(Pf) and (Po) punctuation classes that precede or follow the first letter are included in first-letter selection - 'devanagari danda'.
|
|
first-letter-punctuation-145 First-letter with the 'devanagari double danda' punctuation character http://www.w3.org/TR/CSS21/selector.html#first-letter c7833e5709ca455d69c994712a1f008eee14c373 `Microsoft`<http://www.microsoft.com/> Punctuation characters defined in Unicode [UNICODE] in (Ps),(Pe),(Pi),(Pf) and (Po) punctuation classes that precede or follow the first letter are included in first-letter selection - 'devanagari double danda'.
|
|
first-letter-punctuation-146 First-letter with the 'devanagari abbreviation sign' punctuation character http://www.w3.org/TR/CSS21/selector.html#first-letter 3d6822d2fe9c2d8d51ad6da1427c6476245f5197 `Microsoft`<http://www.microsoft.com/> Punctuation characters defined in Unicode [UNICODE] in (Ps),(Pe),(Pi),(Pf) and (Po) punctuation classes that precede or follow the first letter are included in first-letter selection - 'devanagari abbreviation sign'.
|
|
first-letter-punctuation-147 First-letter with the 'sinhala punctuation kunddaliya' punctuation character http://www.w3.org/TR/CSS21/selector.html#first-letter b381e06b8e5d7d89ca5fc623c28451c5641bd98b `Microsoft`<http://www.microsoft.com/> Punctuation characters defined in Unicode [UNICODE] in (Ps),(Pe),(Pi),(Pf) and (Po) punctuation classes that precede or follow the first letter are included in first-letter selection - 'sinhala punctuation kunddaliya'.
|
|
first-letter-punctuation-148 First-letter with the 'thai character fongman' punctuation character http://www.w3.org/TR/CSS21/selector.html#first-letter b6de55f2fcee37a578c12d01c11f3d5a2996026b `Microsoft`<http://www.microsoft.com/> Punctuation characters defined in Unicode [UNICODE] in (Ps),(Pe),(Pi),(Pf) and (Po) punctuation classes that precede or follow the first letter are included in first-letter selection - 'thai character fongman'.
|
|
first-letter-punctuation-149 First-letter with the 'thai character angkhankhu' punctuation character http://www.w3.org/TR/CSS21/selector.html#first-letter 421abdbf19640ea02d2969baf502ff3f1bc96096 `Microsoft`<http://www.microsoft.com/> Punctuation characters defined in Unicode [UNICODE] in (Ps),(Pe),(Pi),(Pf) and (Po) punctuation classes that precede or follow the first letter are included in first-letter selection - 'thai character angkhankhu'.
|
|
first-letter-punctuation-150 First-letter with the 'thai character khomut' punctuation character http://www.w3.org/TR/CSS21/selector.html#first-letter 8cb230a694a0adf50abbdd570b9d7d4627ea2bd8 `Microsoft`<http://www.microsoft.com/> Punctuation characters defined in Unicode [UNICODE] in (Ps),(Pe),(Pi),(Pf) and (Po) punctuation classes that precede or follow the first letter are included in first-letter selection - 'thai character khomut'.
|
|
first-letter-punctuation-151 First-letter with the 'tibetan mark initial yig mgo mdun ma' punctuation character http://www.w3.org/TR/CSS21/selector.html#first-letter cdedd42c84ca82ff4f73def5320c35e1597b5aad `Microsoft`<http://www.microsoft.com/> Punctuation characters defined in Unicode [UNICODE] in (Ps),(Pe),(Pi),(Pf) and (Po) punctuation classes that precede or follow the first letter are included in first-letter selection - 'tibetan mark initial yig mgo mdun ma'.
|
|
first-letter-punctuation-152 First-letter with the 'tibetan mark closing yig mgo sgab ma' punctuation character http://www.w3.org/TR/CSS21/selector.html#first-letter 6c3c4575eba444d9a56240cb5486daa6845a0db2 `Microsoft`<http://www.microsoft.com/> Punctuation characters defined in Unicode [UNICODE] in (Ps),(Pe),(Pi),(Pf) and (Po) punctuation classes that precede or follow the first letter are included in first-letter selection - 'tibetan mark closing yig mgo sgab ma'.
|
|
first-letter-punctuation-153 First-letter with the 'tibetan mark caret yig mgo phur shad ma' punctuation character http://www.w3.org/TR/CSS21/selector.html#first-letter 8cea7711c7464bb4a537ab98f97965e879a1cccc `Microsoft`<http://www.microsoft.com/> Punctuation characters defined in Unicode [UNICODE] in (Ps),(Pe),(Pi),(Pf) and (Po) punctuation classes that precede or follow the first letter are included in first-letter selection - 'tibetan mark caret yig mgo phur shad ma'.
|
|
first-letter-punctuation-154 First-letter with the 'tibetan mark yig mgo tsheg shad ma' punctuation character http://www.w3.org/TR/CSS21/selector.html#first-letter 9e03d47e29cf9ec569154eebc353c70f3864ca09 `Microsoft`<http://www.microsoft.com/> Punctuation characters defined in Unicode [UNICODE] in (Ps),(Pe),(Pi),(Pf) and (Po) punctuation classes that precede or follow the first letter are included in first-letter selection - 'tibetan mark yig mgo tsheg shad ma'.
|
|
first-letter-punctuation-155 First-letter with the 'tibetan mark sbrul shad' punctuation character http://www.w3.org/TR/CSS21/selector.html#first-letter 97ce261c68bfc71d385022be7e3e4b078ee90973 `Microsoft`<http://www.microsoft.com/> Punctuation characters defined in Unicode [UNICODE] in (Ps),(Pe),(Pi),(Pf) and (Po) punctuation classes that precede or follow the first letter are included in first-letter selection - 'tibetan mark sbrul shad'.
|
|
first-letter-punctuation-156 First-letter with the 'tibetan mark bskur yig mgo' punctuation character http://www.w3.org/TR/CSS21/selector.html#first-letter 88f883a16b7ba6e4229197826cc2c31f94ea70c1 `Microsoft`<http://www.microsoft.com/> Punctuation characters defined in Unicode [UNICODE] in (Ps),(Pe),(Pi),(Pf) and (Po) punctuation classes that precede or follow the first letter are included in first-letter selection - 'tibetan mark bskur yig mgo'.
|
|
first-letter-punctuation-157 First-letter with the 'tibetan mark bka- shog yig mgo' punctuation character http://www.w3.org/TR/CSS21/selector.html#first-letter 0437c01ebed901c58bccb530f00c540aebb65bdf `Microsoft`<http://www.microsoft.com/> Punctuation characters defined in Unicode [UNICODE] in (Ps),(Pe),(Pi),(Pf) and (Po) punctuation classes that precede or follow the first letter are included in first-letter selection - 'tibetan mark bka- shog yig mgo'.
|
|
first-letter-punctuation-158 First-letter with the 'tibetan mark intersyllabic tsheg' punctuation character http://www.w3.org/TR/CSS21/selector.html#first-letter ad10100a0b0a0038b94ddab375c9a5b516fca2f8 `Microsoft`<http://www.microsoft.com/> Punctuation characters defined in Unicode [UNICODE] in (Ps),(Pe),(Pi),(Pf) and (Po) punctuation classes that precede or follow the first letter are included in first-letter selection - 'tibetan mark intersyllabic tsheg'.
|
|
first-letter-punctuation-159 First-letter with the 'tibetan mark delimiter tsheg bstar' punctuation character http://www.w3.org/TR/CSS21/selector.html#first-letter 0eafe959d08542192aa5065854ade775fd491f0f `Microsoft`<http://www.microsoft.com/> Punctuation characters defined in Unicode [UNICODE] in (Ps),(Pe),(Pi),(Pf) and (Po) punctuation classes that precede or follow the first letter are included in first-letter selection - 'tibetan mark delimiter tsheg bstar'.
|
|
first-letter-punctuation-160 First-letter with the 'tibetan mark shad' punctuation character http://www.w3.org/TR/CSS21/selector.html#first-letter b6aa400d9486350c025b01da96db4c8faec72052 `Microsoft`<http://www.microsoft.com/> Punctuation characters defined in Unicode [UNICODE] in (Ps),(Pe),(Pi),(Pf) and (Po) punctuation classes that precede or follow the first letter are included in first-letter selection - 'tibetan mark shad'.
|
|
first-letter-punctuation-161 First-letter with the 'tibetan mark nyis shad' punctuation character http://www.w3.org/TR/CSS21/selector.html#first-letter fef85599b295d9f313bdc1e5dc23e164006dd18f `Microsoft`<http://www.microsoft.com/> Punctuation characters defined in Unicode [UNICODE] in (Ps),(Pe),(Pi),(Pf) and (Po) punctuation classes that precede or follow the first letter are included in first-letter selection - 'tibetan mark nyis shad'.
|
|
first-letter-punctuation-162 First-letter with the 'tibetan mark tsheg shad' punctuation character http://www.w3.org/TR/CSS21/selector.html#first-letter ccd1ae68918b8ff2062c4821ce79595b0fbf6257 `Microsoft`<http://www.microsoft.com/> Punctuation characters defined in Unicode [UNICODE] in (Ps),(Pe),(Pi),(Pf) and (Po) punctuation classes that precede or follow the first letter are included in first-letter selection - 'tibetan mark tsheg shad'.
|
|
first-letter-punctuation-163 First-letter with the 'tibetan mark nyis tsheg shad' punctuation character http://www.w3.org/TR/CSS21/selector.html#first-letter d86ff8ae206394cf389554f4c222bcd3dac275c7 `Microsoft`<http://www.microsoft.com/> Punctuation characters defined in Unicode [UNICODE] in (Ps),(Pe),(Pi),(Pf) and (Po) punctuation classes that precede or follow the first letter are included in first-letter selection - 'tibetan mark nyis tsheg shad'.
|
|
first-letter-punctuation-164 First-letter with the 'tibetan mark rin chen spungs shad' punctuation character http://www.w3.org/TR/CSS21/selector.html#first-letter a58a1a91ec8fe1ae4141ae31951f389bfe4134d7 `Microsoft`<http://www.microsoft.com/> Punctuation characters defined in Unicode [UNICODE] in (Ps),(Pe),(Pi),(Pf) and (Po) punctuation classes that precede or follow the first letter are included in first-letter selection - 'tibetan mark rin chen spungs shad'.
|
|
first-letter-punctuation-165 First-letter with the 'tibetan mark rgya gram shad' punctuation character http://www.w3.org/TR/CSS21/selector.html#first-letter 30eed566be695d40f220458764cf7a8b6c58e428 `Microsoft`<http://www.microsoft.com/> Punctuation characters defined in Unicode [UNICODE] in (Ps),(Pe),(Pi),(Pf) and (Po) punctuation classes that precede or follow the first letter are included in first-letter selection - 'tibetan mark rgya gram shad'.
|
|
first-letter-punctuation-166 First-letter with the 'tibetan mark paluta' punctuation character http://www.w3.org/TR/CSS21/selector.html#first-letter 280dd9256fae0a8d239f3f7cf7b10f534bb799ed `Microsoft`<http://www.microsoft.com/> Punctuation characters defined in Unicode [UNICODE] in (Ps),(Pe),(Pi),(Pf) and (Po) punctuation classes that precede or follow the first letter are included in first-letter selection - 'tibetan mark paluta'.
|
|
first-letter-punctuation-167 First-letter with the 'tibetan mark bska- shog gi mgo rgyan' punctuation character http://www.w3.org/TR/CSS21/selector.html#first-letter 6a2de88f3cd0a02ecc79a93c5d9bf0e567faa78f `Microsoft`<http://www.microsoft.com/> Punctuation characters defined in Unicode [UNICODE] in (Ps),(Pe),(Pi),(Pf) and (Po) punctuation classes that precede or follow the first letter are included in first-letter selection - 'tibetan mark bska- shog gi mgo rgyan'.
|
|
first-letter-punctuation-168 First-letter with the 'tibetan mark mnyam yig gi mgo rgyan' punctuation character http://www.w3.org/TR/CSS21/selector.html#first-letter 3bc527025072073560d42c8d878f3e42860c5286 `Microsoft`<http://www.microsoft.com/> Punctuation characters defined in Unicode [UNICODE] in (Ps),(Pe),(Pi),(Pf) and (Po) punctuation classes that precede or follow the first letter are included in first-letter selection - 'tibetan mark mnyam yig gi mgo rgyan'.
|
|
first-letter-punctuation-169 First-letter with the 'myanmar sign little section' punctuation character http://www.w3.org/TR/CSS21/selector.html#first-letter 15a9efe8ee04a64d1f216a95c3bdc0a5fc126b0f `Microsoft`<http://www.microsoft.com/> Punctuation characters defined in Unicode [UNICODE] in (Ps),(Pe),(Pi),(Pf) and (Po) punctuation classes that precede or follow the first letter are included in first-letter selection - 'myanmar sign little section'.
|
|
first-letter-punctuation-170 First-letter with the 'myanmar sign section' punctuation character http://www.w3.org/TR/CSS21/selector.html#first-letter 3886919694a3b1b25e5da72f3c2ee3c8be0beb7b `Microsoft`<http://www.microsoft.com/> Punctuation characters defined in Unicode [UNICODE] in (Ps),(Pe),(Pi),(Pf) and (Po) punctuation classes that precede or follow the first letter are included in first-letter selection - 'myanmar sign section'.
|
|
first-letter-punctuation-171 First-letter with the 'myanmar symbol locative' punctuation character http://www.w3.org/TR/CSS21/selector.html#first-letter 124802411cc68711416635c6fa5fe3d107dab50f `Microsoft`<http://www.microsoft.com/> Punctuation characters defined in Unicode [UNICODE] in (Ps),(Pe),(Pi),(Pf) and (Po) punctuation classes that precede or follow the first letter are included in first-letter selection - 'myanmar symbol locative'.
|
|
first-letter-punctuation-172 First-letter with the 'myanmar symbol completed' punctuation character http://www.w3.org/TR/CSS21/selector.html#first-letter 1ea47d50a06290099a7f9ef6cb8b25f6cd961f3e `Microsoft`<http://www.microsoft.com/> Punctuation characters defined in Unicode [UNICODE] in (Ps),(Pe),(Pi),(Pf) and (Po) punctuation classes that precede or follow the first letter are included in first-letter selection - 'myanmar symbol completed'.
|
|
first-letter-punctuation-173 First-letter with the 'myanmar symbol aforementioned' punctuation character http://www.w3.org/TR/CSS21/selector.html#first-letter 98d727122056730cd06bf65e46b76753dafe77ae `Microsoft`<http://www.microsoft.com/> Punctuation characters defined in Unicode [UNICODE] in (Ps),(Pe),(Pi),(Pf) and (Po) punctuation classes that precede or follow the first letter are included in first-letter selection - 'myanmar symbol aforementioned'.
|
|
first-letter-punctuation-174 First-letter with the 'myanmar symbol genitive' punctuation character http://www.w3.org/TR/CSS21/selector.html#first-letter 090aa2ccaccded70a7d3bc23b94c460ead963ccf `Microsoft`<http://www.microsoft.com/> Punctuation characters defined in Unicode [UNICODE] in (Ps),(Pe),(Pi),(Pf) and (Po) punctuation classes that precede or follow the first letter are included in first-letter selection - 'myanmar symbol genitive'.
|
|
first-letter-punctuation-175 First-letter with the 'georgian paragraph separator' punctuation character http://www.w3.org/TR/CSS21/selector.html#first-letter fcd29e792cf12b15364c32f9a7b98e02033fa96c `Microsoft`<http://www.microsoft.com/> Punctuation characters defined in Unicode [UNICODE] in (Ps),(Pe),(Pi),(Pf) and (Po) punctuation classes that precede or follow the first letter are included in first-letter selection - 'georgian paragraph separator'.
|
|
first-letter-punctuation-176 First-letter with the 'ethiopic wordspace' punctuation character http://www.w3.org/TR/CSS21/selector.html#first-letter 348770aa43698599e294969bac3afaadad09e8b4 `Microsoft`<http://www.microsoft.com/> Punctuation characters defined in Unicode [UNICODE] in (Ps),(Pe),(Pi),(Pf) and (Po) punctuation classes that precede or follow the first letter are included in first-letter selection - 'ethiopic wordspace'.
|
|
first-letter-punctuation-177 First-letter with the 'ethiopic full stop' punctuation character http://www.w3.org/TR/CSS21/selector.html#first-letter de499f15e9ef71253c4f7527ef2bb1b17aeded67 `Microsoft`<http://www.microsoft.com/> Punctuation characters defined in Unicode [UNICODE] in (Ps),(Pe),(Pi),(Pf) and (Po) punctuation classes that precede or follow the first letter are included in first-letter selection - 'ethiopic full stop'.
|
|
first-letter-punctuation-178 First-letter with the 'ethiopic comma' punctuation character http://www.w3.org/TR/CSS21/selector.html#first-letter fb06f45431373f123ae15ac2db7dc79b1387277d `Microsoft`<http://www.microsoft.com/> Punctuation characters defined in Unicode [UNICODE] in (Ps),(Pe),(Pi),(Pf) and (Po) punctuation classes that precede or follow the first letter are included in first-letter selection - 'ethiopic comma'.
|
|
first-letter-punctuation-179 First-letter with the 'ethiopic semicolon' punctuation character http://www.w3.org/TR/CSS21/selector.html#first-letter 0cfb403adda132851014b4981a27a117d9d13c2a `Microsoft`<http://www.microsoft.com/> Punctuation characters defined in Unicode [UNICODE] in (Ps),(Pe),(Pi),(Pf) and (Po) punctuation classes that precede or follow the first letter are included in first-letter selection - 'ethiopic semicolon'.
|
|
first-letter-punctuation-180 First-letter with the 'ethiopic colon' punctuation character http://www.w3.org/TR/CSS21/selector.html#first-letter ffbc48fb2256f29b1d90e93fb22439d066426460 `Microsoft`<http://www.microsoft.com/> Punctuation characters defined in Unicode [UNICODE] in (Ps),(Pe),(Pi),(Pf) and (Po) punctuation classes that precede or follow the first letter are included in first-letter selection - 'ethiopic colon'.
|
|
first-letter-punctuation-181 First-letter with the 'ethiopic preface colon' punctuation character http://www.w3.org/TR/CSS21/selector.html#first-letter 1093678e6de33b1f5e1a707220b62b9f52d70e46 `Microsoft`<http://www.microsoft.com/> Punctuation characters defined in Unicode [UNICODE] in (Ps),(Pe),(Pi),(Pf) and (Po) punctuation classes that precede or follow the first letter are included in first-letter selection - 'ethiopic preface colon'.
|
|
first-letter-punctuation-182 First-letter with the 'ethiopic question mark' punctuation character http://www.w3.org/TR/CSS21/selector.html#first-letter b07919eeecf39b3ed80f27ea153b077762a4e1ef `Microsoft`<http://www.microsoft.com/> Punctuation characters defined in Unicode [UNICODE] in (Ps),(Pe),(Pi),(Pf) and (Po) punctuation classes that precede or follow the first letter are included in first-letter selection - 'ethiopic question mark'.
|
|
first-letter-punctuation-183 First-letter with the 'ethiopic paragraph separator' punctuation character http://www.w3.org/TR/CSS21/selector.html#first-letter 0ad8421dc3e2aeb9c7631e212aeeda517e0efd3e `Microsoft`<http://www.microsoft.com/> Punctuation characters defined in Unicode [UNICODE] in (Ps),(Pe),(Pi),(Pf) and (Po) punctuation classes that precede or follow the first letter are included in first-letter selection - 'ethiopic paragraph separator'.
|
|
first-letter-punctuation-184 First-letter with the 'canadian syllabics chi sign' punctuation character http://www.w3.org/TR/CSS21/selector.html#first-letter 998588082685a512d69c03bcac7c3c23af0cc805 `Microsoft`<http://www.microsoft.com/> Punctuation characters defined in Unicode [UNICODE] in (Ps),(Pe),(Pi),(Pf) and (Po) punctuation classes that precede or follow the first letter are included in first-letter selection - 'canadian syllabics chi sign'.
|
|
first-letter-punctuation-185 First-letter with the 'canadian syllabics full stop' punctuation character http://www.w3.org/TR/CSS21/selector.html#first-letter f4fa26bc88006568e50240a4460d9cb8295232d0 `Microsoft`<http://www.microsoft.com/> Punctuation characters defined in Unicode [UNICODE] in (Ps),(Pe),(Pi),(Pf) and (Po) punctuation classes that precede or follow the first letter are included in first-letter selection - 'canadian syllabics full stop'.
|
|
first-letter-punctuation-186 First-letter with the 'runic single punctuation' punctuation character http://www.w3.org/TR/CSS21/selector.html#first-letter 8a51f23cfe1dfafe8f07ecaf1ca4a70498b0d292 `Microsoft`<http://www.microsoft.com/> Punctuation characters defined in Unicode [UNICODE] in (Ps),(Pe),(Pi),(Pf) and (Po) punctuation classes that precede or follow the first letter are included in first-letter selection - 'runic single punctuation'.
|
|
first-letter-punctuation-187 First-letter with the 'runic multiple punctuation' punctuation character http://www.w3.org/TR/CSS21/selector.html#first-letter f26d9c7ae14976fe67bf0d42ee6da0f6edde6cb3 `Microsoft`<http://www.microsoft.com/> Punctuation characters defined in Unicode [UNICODE] in (Ps),(Pe),(Pi),(Pf) and (Po) punctuation classes that precede or follow the first letter are included in first-letter selection - 'runic multiple punctuation'.
|
|
first-letter-punctuation-188 First-letter with the 'runic cross punctuation' punctuation character http://www.w3.org/TR/CSS21/selector.html#first-letter 7e39d9b0a747259aaea69a63e12f0dd314423470 `Microsoft`<http://www.microsoft.com/> Punctuation characters defined in Unicode [UNICODE] in (Ps),(Pe),(Pi),(Pf) and (Po) punctuation classes that precede or follow the first letter are included in first-letter selection - 'runic cross punctuation'.
|
|
first-letter-punctuation-189 First-letter with the 'philippine single punctuation' punctuation character http://www.w3.org/TR/CSS21/selector.html#first-letter 0e06c7805aaf9b1430453a0def116112087ac21a `Microsoft`<http://www.microsoft.com/> Punctuation characters defined in Unicode [UNICODE] in (Ps),(Pe),(Pi),(Pf) and (Po) punctuation classes that precede or follow the first letter are included in first-letter selection - 'philippine single punctuation'.
|
|
first-letter-punctuation-190 First-letter with the 'philippine double punctuation' punctuation character http://www.w3.org/TR/CSS21/selector.html#first-letter 67b35bb6664459467d9a2c7c8cc6b4cbf4b75574 `Microsoft`<http://www.microsoft.com/> Punctuation characters defined in Unicode [UNICODE] in (Ps),(Pe),(Pi),(Pf) and (Po) punctuation classes that precede or follow the first letter are included in first-letter selection - 'philippine double punctuation'.
|
|
first-letter-punctuation-191 First-letter with the 'khmer sign khan' punctuation character http://www.w3.org/TR/CSS21/selector.html#first-letter 2b3ccd8edf8c1ec633bc0f07e53dea6093e8ebd0 `Microsoft`<http://www.microsoft.com/> Punctuation characters defined in Unicode [UNICODE] in (Ps),(Pe),(Pi),(Pf) and (Po) punctuation classes that precede or follow the first letter are included in first-letter selection - 'khmer sign khan'.
|
|
first-letter-punctuation-192 First-letter with the 'khmer sign bariyoosan' punctuation character http://www.w3.org/TR/CSS21/selector.html#first-letter 70bee4ad175536fdaab8250a6fb66ad671ffd4ad `Microsoft`<http://www.microsoft.com/> Punctuation characters defined in Unicode [UNICODE] in (Ps),(Pe),(Pi),(Pf) and (Po) punctuation classes that precede or follow the first letter are included in first-letter selection - 'khmer sign bariyoosan'.
|
|
first-letter-punctuation-193 First-letter with the 'khmer sign camnuc pii kuuh' punctuation character http://www.w3.org/TR/CSS21/selector.html#first-letter 7aa972161f040a7dd97775b04b6ac900b35184c4 `Microsoft`<http://www.microsoft.com/> Punctuation characters defined in Unicode [UNICODE] in (Ps),(Pe),(Pi),(Pf) and (Po) punctuation classes that precede or follow the first letter are included in first-letter selection - 'khmer sign camnuc pii kuuh'.
|
|
first-letter-punctuation-194 First-letter with the 'khmer sign beyyal' punctuation character http://www.w3.org/TR/CSS21/selector.html#first-letter 4a94bd465d9cb079c14b6805e01b5df03b5ec114 `Microsoft`<http://www.microsoft.com/> Punctuation characters defined in Unicode [UNICODE] in (Ps),(Pe),(Pi),(Pf) and (Po) punctuation classes that precede or follow the first letter are included in first-letter selection - 'khmer sign beyyal'.
|
|
first-letter-punctuation-195 First-letter with the 'khmer sign phnaek muan' punctuation character http://www.w3.org/TR/CSS21/selector.html#first-letter 4376edbbb538cd2617b07d4a429202fde7743b34 `Microsoft`<http://www.microsoft.com/> Punctuation characters defined in Unicode [UNICODE] in (Ps),(Pe),(Pi),(Pf) and (Po) punctuation classes that precede or follow the first letter are included in first-letter selection - 'khmer sign phnaek muan'.
|
|
first-letter-punctuation-196 First-letter with the 'khmer sign koomuut' punctuation character http://www.w3.org/TR/CSS21/selector.html#first-letter ab5cb8893b1d0ea54339c6f03965e64e831f861d `Microsoft`<http://www.microsoft.com/> Punctuation characters defined in Unicode [UNICODE] in (Ps),(Pe),(Pi),(Pf) and (Po) punctuation classes that precede or follow the first letter are included in first-letter selection - 'khmer sign koomuut'.
|
|
first-letter-punctuation-197 First-letter with the 'mongolian birga' punctuation character http://www.w3.org/TR/CSS21/selector.html#first-letter db6ad90da02ca65c3ce59f97c97a5cb900d33a7e `Microsoft`<http://www.microsoft.com/> Punctuation characters defined in Unicode [UNICODE] in (Ps),(Pe),(Pi),(Pf) and (Po) punctuation classes that precede or follow the first letter are included in first-letter selection - 'mongolian birga'.
|
|
first-letter-punctuation-198 First-letter with the 'mongolian ellipsis' punctuation character http://www.w3.org/TR/CSS21/selector.html#first-letter 960b305d9b30738ed81e18433f9b24b0253cb5f2 `Microsoft`<http://www.microsoft.com/> Punctuation characters defined in Unicode [UNICODE] in (Ps),(Pe),(Pi),(Pf) and (Po) punctuation classes that precede or follow the first letter are included in first-letter selection - 'mongolian ellipsis'.
|
|
first-letter-punctuation-199 First-letter with the 'mongolian comma' punctuation character http://www.w3.org/TR/CSS21/selector.html#first-letter dee1a3c3e85a1e423973756144e080cc1f9d6986 `Microsoft`<http://www.microsoft.com/> Punctuation characters defined in Unicode [UNICODE] in (Ps),(Pe),(Pi),(Pf) and (Po) punctuation classes that precede or follow the first letter are included in first-letter selection - 'mongolian comma'.
|
|
first-letter-punctuation-200 First-letter with the 'mongolian full stop' punctuation character http://www.w3.org/TR/CSS21/selector.html#first-letter b2a74de53a5b1a497a4dccde5f4387c655406698 `Microsoft`<http://www.microsoft.com/> Punctuation characters defined in Unicode [UNICODE] in (Ps),(Pe),(Pi),(Pf) and (Po) punctuation classes that precede or follow the first letter are included in first-letter selection - 'mongolian full stop'.
|
|
first-letter-punctuation-201 First-letter with the 'mongolian colon' punctuation character http://www.w3.org/TR/CSS21/selector.html#first-letter 10dc95d6d98643e58c18b897de2b886645d52e96 `Microsoft`<http://www.microsoft.com/> Punctuation characters defined in Unicode [UNICODE] in (Ps),(Pe),(Pi),(Pf) and (Po) punctuation classes that precede or follow the first letter are included in first-letter selection - 'mongolian colon'.
|
|
first-letter-punctuation-202 First-letter with the 'mongolian four dots' punctuation character http://www.w3.org/TR/CSS21/selector.html#first-letter 6d56cb257324a88e2414cbf5857095a3ffa88cb8 `Microsoft`<http://www.microsoft.com/> Punctuation characters defined in Unicode [UNICODE] in (Ps),(Pe),(Pi),(Pf) and (Po) punctuation classes that precede or follow the first letter are included in first-letter selection - 'mongolian four dots'.
|
|
first-letter-punctuation-203 First-letter with the 'mongolian sibe syllable boundary marker' punctuation character http://www.w3.org/TR/CSS21/selector.html#first-letter e0044fece7e6fb75b000aba07cea65ba9d364640 `Microsoft`<http://www.microsoft.com/> Punctuation characters defined in Unicode [UNICODE] in (Ps),(Pe),(Pi),(Pf) and (Po) punctuation classes that precede or follow the first letter are included in first-letter selection - 'mongolian sibe syllable boundary marker'.
|
|
first-letter-punctuation-204 First-letter with the 'mongolian manchu comma' punctuation character http://www.w3.org/TR/CSS21/selector.html#first-letter 225c3f7a8bb9f55deac3db5f003194e068c4a18f `Microsoft`<http://www.microsoft.com/> Punctuation characters defined in Unicode [UNICODE] in (Ps),(Pe),(Pi),(Pf) and (Po) punctuation classes that precede or follow the first letter are included in first-letter selection - 'mongolian manchu comma'.
|
|
first-letter-punctuation-205 First-letter with the 'mongolian manchu full stop' punctuation character http://www.w3.org/TR/CSS21/selector.html#first-letter 3e88c2d6f7208be4b55d73ea19473d706b93cea3 `Microsoft`<http://www.microsoft.com/> Punctuation characters defined in Unicode [UNICODE] in (Ps),(Pe),(Pi),(Pf) and (Po) punctuation classes that precede or follow the first letter are included in first-letter selection - 'mongolian manchu full stop'.
|
|
first-letter-punctuation-206 First-letter with the 'mongolian nirugu' punctuation character http://www.w3.org/TR/CSS21/selector.html#first-letter b2e32df546961f03dbe7d6976670ffcf2367a6bb `Microsoft`<http://www.microsoft.com/> Punctuation characters defined in Unicode [UNICODE] in (Ps),(Pe),(Pi),(Pf) and (Po) punctuation classes that precede or follow the first letter are included in first-letter selection - 'mongolian nirugu'.
|
|
first-letter-punctuation-207 First-letter with the 'limbu exclamation mark' punctuation character http://www.w3.org/TR/CSS21/selector.html#first-letter 5c5b1e7673dc5737446724feba3b0104afd4c2a0 `Microsoft`<http://www.microsoft.com/> Punctuation characters defined in Unicode [UNICODE] in (Ps),(Pe),(Pi),(Pf) and (Po) punctuation classes that precede or follow the first letter are included in first-letter selection - 'limbu exclamation mark'.
|
|
first-letter-punctuation-208 First-letter with the 'limbu question mark' punctuation character http://www.w3.org/TR/CSS21/selector.html#first-letter 6ec7e575c6332e7effe35cedf325aeb5a8be8c9d `Microsoft`<http://www.microsoft.com/> Punctuation characters defined in Unicode [UNICODE] in (Ps),(Pe),(Pi),(Pf) and (Po) punctuation classes that precede or follow the first letter are included in first-letter selection - 'limbu question mark'.
|
|
first-letter-punctuation-211 First-letter with the 'buginese pallawa' punctuation character http://www.w3.org/TR/CSS21/selector.html#first-letter 391ec0c59ecd9d4b425956d87937b8d1bdeb1310 `Microsoft`<http://www.microsoft.com/> Punctuation characters defined in Unicode [UNICODE] in (Ps),(Pe),(Pi),(Pf) and (Po) punctuation classes that precede or follow the first letter are included in first-letter selection - 'buginese pallawa'.
|
|
first-letter-punctuation-212 First-letter with the 'buginese end of section' punctuation character http://www.w3.org/TR/CSS21/selector.html#first-letter 9135c84e82897212c5545088d042f8e7462a4378 `Microsoft`<http://www.microsoft.com/> Punctuation characters defined in Unicode [UNICODE] in (Ps),(Pe),(Pi),(Pf) and (Po) punctuation classes that precede or follow the first letter are included in first-letter selection - 'buginese end of section'.
|
|
first-letter-punctuation-213 First-letter with the 'double vertical line' punctuation character http://www.w3.org/TR/CSS21/selector.html#first-letter 83a3ce528db7adecaa98fc88a9ba4579011299e1 `Microsoft`<http://www.microsoft.com/> Punctuation characters defined in Unicode [UNICODE] in (Ps),(Pe),(Pi),(Pf) and (Po) punctuation classes that precede or follow the first letter are included in first-letter selection - 'double vertical line'.
|
|
first-letter-punctuation-214 First-letter with the 'double low line' punctuation character http://www.w3.org/TR/CSS21/selector.html#first-letter 11158c5ffb51111551ce98950c187e90a0924ca9 `Microsoft`<http://www.microsoft.com/> Punctuation characters defined in Unicode [UNICODE] in (Ps),(Pe),(Pi),(Pf) and (Po) punctuation classes that precede or follow the first letter are included in first-letter selection - 'double low line'.
|
|
first-letter-punctuation-215 First-letter with the 'dagger' punctuation character http://www.w3.org/TR/CSS21/selector.html#first-letter b453e84488931a85b238349d70da2a616f532117 `Microsoft`<http://www.microsoft.com/> Punctuation characters defined in Unicode [UNICODE] in (Ps),(Pe),(Pi),(Pf) and (Po) punctuation classes that precede or follow the first letter are included in first-letter selection - 'dagger'.
|
|
first-letter-punctuation-216 First-letter with the 'double dagger' punctuation character http://www.w3.org/TR/CSS21/selector.html#first-letter f60e440cb79f2c9e0c5225ad42305bdb94b3daa8 `Microsoft`<http://www.microsoft.com/> Punctuation characters defined in Unicode [UNICODE] in (Ps),(Pe),(Pi),(Pf) and (Po) punctuation classes that precede or follow the first letter are included in first-letter selection - 'double dagger'.
|
|
first-letter-punctuation-217 First-letter with the 'bullet' punctuation character http://www.w3.org/TR/CSS21/selector.html#first-letter f12fb4a2a75be5c1263b7c445b1749f43882c532 `Microsoft`<http://www.microsoft.com/> Punctuation characters defined in Unicode [UNICODE] in (Ps),(Pe),(Pi),(Pf) and (Po) punctuation classes that precede or follow the first letter are included in first-letter selection - 'bullet'.
|
|
first-letter-punctuation-218 First-letter with the 'triangular bullet' punctuation character http://www.w3.org/TR/CSS21/selector.html#first-letter a249cd5c34559ee65584af85e087790acab577df `Microsoft`<http://www.microsoft.com/> Punctuation characters defined in Unicode [UNICODE] in (Ps),(Pe),(Pi),(Pf) and (Po) punctuation classes that precede or follow the first letter are included in first-letter selection - 'triangular bullet'.
|
|
first-letter-punctuation-219 First-letter with the 'one dot leader' punctuation character http://www.w3.org/TR/CSS21/selector.html#first-letter e9fd7de7d0d5e95551b1e56775765b0c4713c153 `Microsoft`<http://www.microsoft.com/> Punctuation characters defined in Unicode [UNICODE] in (Ps),(Pe),(Pi),(Pf) and (Po) punctuation classes that precede or follow the first letter are included in first-letter selection - 'one dot leader'.
|
|
first-letter-punctuation-220 First-letter with the 'two dot leader' punctuation character http://www.w3.org/TR/CSS21/selector.html#first-letter 09c3bb1b575c84532d4917dbe93d0e7ede3c0e12 `Microsoft`<http://www.microsoft.com/> Punctuation characters defined in Unicode [UNICODE] in (Ps),(Pe),(Pi),(Pf) and (Po) punctuation classes that precede or follow the first letter are included in first-letter selection - 'two dot leader'.
|
|
first-letter-punctuation-221 First-letter with the 'horizontal ellipsis' punctuation character http://www.w3.org/TR/CSS21/selector.html#first-letter d05ce903a40fbcbd7778f05507300a179e0142c4 `Microsoft`<http://www.microsoft.com/> Punctuation characters defined in Unicode [UNICODE] in (Ps),(Pe),(Pi),(Pf) and (Po) punctuation classes that precede or follow the first letter are included in first-letter selection - 'horizontal ellipsis'.
|
|
first-letter-punctuation-222 First-letter with the 'hyphenation point' punctuation character http://www.w3.org/TR/CSS21/selector.html#first-letter f0911caf5a1c22a6ca86aef6c30a2b390c441777 `Microsoft`<http://www.microsoft.com/> Punctuation characters defined in Unicode [UNICODE] in (Ps),(Pe),(Pi),(Pf) and (Po) punctuation classes that precede or follow the first letter are included in first-letter selection - 'hyphenation point'.
|
|
first-letter-punctuation-223 First-letter with the 'per mille sign' punctuation character http://www.w3.org/TR/CSS21/selector.html#first-letter a894e01c416041561a5001de3c79b288448713b2 `Microsoft`<http://www.microsoft.com/> Punctuation characters defined in Unicode [UNICODE] in (Ps),(Pe),(Pi),(Pf) and (Po) punctuation classes that precede or follow the first letter are included in first-letter selection - 'per mille sign'.
|
|
first-letter-punctuation-224 First-letter with the 'per ten thousand sign' punctuation character http://www.w3.org/TR/CSS21/selector.html#first-letter 4ec7220ef948f0df94fe11b61dcb1f5c97e8ba38 `Microsoft`<http://www.microsoft.com/> Punctuation characters defined in Unicode [UNICODE] in (Ps),(Pe),(Pi),(Pf) and (Po) punctuation classes that precede or follow the first letter are included in first-letter selection - 'per ten thousand sign'.
|
|
first-letter-punctuation-225 First-letter with the 'prime' punctuation character http://www.w3.org/TR/CSS21/selector.html#first-letter c8bddd467df45b0e52f2907f3b278ad7572425ea `Microsoft`<http://www.microsoft.com/> Punctuation characters defined in Unicode [UNICODE] in (Ps),(Pe),(Pi),(Pf) and (Po) punctuation classes that precede or follow the first letter are included in first-letter selection - 'prime'.
|
|
first-letter-punctuation-226 First-letter with the 'double prime' punctuation character http://www.w3.org/TR/CSS21/selector.html#first-letter 4b81c8fed5885aeb1eb24e9f356b497e62b7782d `Microsoft`<http://www.microsoft.com/> Punctuation characters defined in Unicode [UNICODE] in (Ps),(Pe),(Pi),(Pf) and (Po) punctuation classes that precede or follow the first letter are included in first-letter selection - 'double prime'.
|
|
first-letter-punctuation-227 First-letter with the 'triple prime' punctuation character http://www.w3.org/TR/CSS21/selector.html#first-letter 4de71821cf616234e0a18c3320c45e7941699c44 `Microsoft`<http://www.microsoft.com/> Punctuation characters defined in Unicode [UNICODE] in (Ps),(Pe),(Pi),(Pf) and (Po) punctuation classes that precede or follow the first letter are included in first-letter selection - 'triple prime'.
|
|
first-letter-punctuation-228 First-letter with the 'reversed prime' punctuation character http://www.w3.org/TR/CSS21/selector.html#first-letter 0d3868f2f75c14bd6bb6aa90d238b12df0af6566 `Microsoft`<http://www.microsoft.com/> Punctuation characters defined in Unicode [UNICODE] in (Ps),(Pe),(Pi),(Pf) and (Po) punctuation classes that precede or follow the first letter are included in first-letter selection - 'reversed prime'.
|
|
first-letter-punctuation-229 First-letter with the 'reversed double prime' punctuation character http://www.w3.org/TR/CSS21/selector.html#first-letter b865731156e3e35d15adb3633860fb38d2edafa1 `Microsoft`<http://www.microsoft.com/> Punctuation characters defined in Unicode [UNICODE] in (Ps),(Pe),(Pi),(Pf) and (Po) punctuation classes that precede or follow the first letter are included in first-letter selection - 'reversed double prime'.
|
|
first-letter-punctuation-230 First-letter with the 'reversed triple prime' punctuation character http://www.w3.org/TR/CSS21/selector.html#first-letter c46104cb4b0fc327f4ba153b3af7bb862045e8e1 `Microsoft`<http://www.microsoft.com/> Punctuation characters defined in Unicode [UNICODE] in (Ps),(Pe),(Pi),(Pf) and (Po) punctuation classes that precede or follow the first letter are included in first-letter selection - 'reversed triple prime'.
|
|
first-letter-punctuation-231 First-letter with the 'caret' punctuation character http://www.w3.org/TR/CSS21/selector.html#first-letter 4c3c744cf0e3e504695984a592b5488882dbffc5 `Microsoft`<http://www.microsoft.com/> Punctuation characters defined in Unicode [UNICODE] in (Ps),(Pe),(Pi),(Pf) and (Po) punctuation classes that precede or follow the first letter are included in first-letter selection -'caret'.
|
|
first-letter-punctuation-232 First-letter with the 'reference mark' punctuation character http://www.w3.org/TR/CSS21/selector.html#first-letter a5600bc1d8a0eb3b72bfac676be772bed7c91dd0 `Microsoft`<http://www.microsoft.com/> Punctuation characters defined in Unicode [UNICODE] in (Ps),(Pe),(Pi),(Pf) and (Po) punctuation classes that precede or follow the first letter are included in first-letter selection - 'reference mark'.
|
|
first-letter-punctuation-233 First-letter with the 'double exclamation mark' punctuation character http://www.w3.org/TR/CSS21/selector.html#first-letter 126e2863fb5f2236ea266077bbf059c1dd689da3 `Microsoft`<http://www.microsoft.com/> Punctuation characters defined in Unicode [UNICODE] in (Ps),(Pe),(Pi),(Pf) and (Po) punctuation classes that precede or follow the first letter are included in first-letter selection - 'double exclamation mark'.
|
|
first-letter-punctuation-234 First-letter with the 'interrobang' punctuation character http://www.w3.org/TR/CSS21/selector.html#first-letter 608d5be946f6807c739b8399f5b50036c8280777 `Microsoft`<http://www.microsoft.com/> Punctuation characters defined in Unicode [UNICODE] in (Ps),(Pe),(Pi),(Pf) and (Po) punctuation classes that precede or follow the first letter are included in first-letter selection - 'interrobang'.
|
|
first-letter-punctuation-235 First-letter with the 'overline' punctuation character http://www.w3.org/TR/CSS21/selector.html#first-letter 68e05b8a19bc9b6d9a7e0dd1f9e1fb0e1553af68 `Microsoft`<http://www.microsoft.com/> Punctuation characters defined in Unicode [UNICODE] in (Ps),(Pe),(Pi),(Pf) and (Po) punctuation classes that precede or follow the first letter are included in first-letter selection - 'overline'.
|
|
first-letter-punctuation-236 First-letter with the 'caret insertion point' punctuation character http://www.w3.org/TR/CSS21/selector.html#first-letter 57fbc438378cfc33ee17a29fb88990afb2de1096 `Microsoft`<http://www.microsoft.com/> Punctuation characters defined in Unicode [UNICODE] in (Ps),(Pe),(Pi),(Pf) and (Po) punctuation classes that precede or follow the first letter are included in first-letter selection - 'caret insertion point'.
|
|
first-letter-punctuation-237 First-letter with the 'asterism' punctuation character http://www.w3.org/TR/CSS21/selector.html#first-letter f8af82a682cffaf998fc30edfa7a65dedf6dbe42 `Microsoft`<http://www.microsoft.com/> Punctuation characters defined in Unicode [UNICODE] in (Ps),(Pe),(Pi),(Pf) and (Po) punctuation classes that precede or follow the first letter are included in first-letter selection - 'asterism'.
|
|
first-letter-punctuation-238 First-letter with the 'hyphen bullet' punctuation character http://www.w3.org/TR/CSS21/selector.html#first-letter d1a27ebe42016b4d9f8152796cd75e1304ed9166 `Microsoft`<http://www.microsoft.com/> Punctuation characters defined in Unicode [UNICODE] in (Ps),(Pe),(Pi),(Pf) and (Po) punctuation classes that precede or follow the first letter are included in first-letter selection - 'hyphen bullet'.
|
|
first-letter-punctuation-239 First-letter with the 'double question mark' punctuation character http://www.w3.org/TR/CSS21/selector.html#first-letter 8ba7f346559d5d28a73677f10b94927ba710ab84 `Microsoft`<http://www.microsoft.com/> Punctuation characters defined in Unicode [UNICODE] in (Ps),(Pe),(Pi),(Pf) and (Po) punctuation classes that precede or follow the first letter are included in first-letter selection - 'double question mark'.
|
|
first-letter-punctuation-240 First-letter with the 'question exclamation mark' punctuation character http://www.w3.org/TR/CSS21/selector.html#first-letter 4e828d31274fcc49c47263e652c06a48948c3a85 `Microsoft`<http://www.microsoft.com/> Punctuation characters defined in Unicode [UNICODE] in (Ps),(Pe),(Pi),(Pf) and (Po) punctuation classes that precede or follow the first letter are included in first-letter selection - 'question exclamation mark'.
|
|
first-letter-punctuation-241 First-letter with the 'exclamation question mark' punctuation character http://www.w3.org/TR/CSS21/selector.html#first-letter 1512547ecf3e3c18f16bb3c837c9bdd753fc5656 `Microsoft`<http://www.microsoft.com/> Punctuation characters defined in Unicode [UNICODE] in (Ps),(Pe),(Pi),(Pf) and (Po) punctuation classes that precede or follow the first letter are included in first-letter selection - 'exclamation question mark'.
|
|
first-letter-punctuation-242 First-letter with the 'tironian sign et' punctuation character http://www.w3.org/TR/CSS21/selector.html#first-letter 8a8db771ef04faa4ba02d1a97b6688c49eef7fb3 `Microsoft`<http://www.microsoft.com/> Punctuation characters defined in Unicode [UNICODE] in (Ps),(Pe),(Pi),(Pf) and (Po) punctuation classes that precede or follow the first letter are included in first-letter selection - 'tironian sign et'.
|
|
first-letter-punctuation-243 First-letter with the 'reversed pilcrow sign' punctuation character http://www.w3.org/TR/CSS21/selector.html#first-letter b1939f5ee1b3d4fcf2d9d1d3288cc403355a7aa2 `Microsoft`<http://www.microsoft.com/> Punctuation characters defined in Unicode [UNICODE] in (Ps),(Pe),(Pi),(Pf) and (Po) punctuation classes that precede or follow the first letter are included in first-letter selection - 'reversed pilcrow sign'.
|
|
first-letter-punctuation-244 First-letter with the 'black leftwards bullet' punctuation character http://www.w3.org/TR/CSS21/selector.html#first-letter d26008270f0b05635f53f2766f439a2b7d4a3af9 `Microsoft`<http://www.microsoft.com/> Punctuation characters defined in Unicode [UNICODE] in (Ps),(Pe),(Pi),(Pf) and (Po) punctuation classes that precede or follow the first letter are included in first-letter selection - 'black leftwards bullet'.
|
|
first-letter-punctuation-245 First-letter with the 'black rightwards bullet' punctuation character http://www.w3.org/TR/CSS21/selector.html#first-letter c1dd0fa591148f201a8e95f11b91650555cc979f `Microsoft`<http://www.microsoft.com/> Punctuation characters defined in Unicode [UNICODE] in (Ps),(Pe),(Pi),(Pf) and (Po) punctuation classes that precede or follow the first letter are included in first-letter selection - 'black rightwards bullet'.
|
|
first-letter-punctuation-246 First-letter with the 'low asterisk' punctuation character http://www.w3.org/TR/CSS21/selector.html#first-letter 50df11e369344e443e8c4405d365fbf316d95a1d `Microsoft`<http://www.microsoft.com/> Punctuation characters defined in Unicode [UNICODE] in (Ps),(Pe),(Pi),(Pf) and (Po) punctuation classes that precede or follow the first letter are included in first-letter selection - 'low asterisk'.
|
|
first-letter-punctuation-247 First-letter with the 'reversed semicolon' punctuation character http://www.w3.org/TR/CSS21/selector.html#first-letter 10c6b5030bca882c302c43e341c6548e678c9f65 `Microsoft`<http://www.microsoft.com/> Punctuation characters defined in Unicode [UNICODE] in (Ps),(Pe),(Pi),(Pf) and (Po) punctuation classes that precede or follow the first letter are included in first-letter selection - 'reversed semicolon'.
|
|
first-letter-punctuation-248 First-letter with the 'close up' punctuation character http://www.w3.org/TR/CSS21/selector.html#first-letter 7a842bb0576191c854baad23f20a9df7edfe433e `Microsoft`<http://www.microsoft.com/> Punctuation characters defined in Unicode [UNICODE] in (Ps),(Pe),(Pi),(Pf) and (Po) punctuation classes that precede or follow the first letter are included in first-letter selection - 'close up'.
|
|
first-letter-punctuation-249 First-letter with the 'two asterisks aligned vertically' punctuation character http://www.w3.org/TR/CSS21/selector.html#first-letter ed713fde2ca79669ac33ba7316c42267960e495b `Microsoft`<http://www.microsoft.com/> Punctuation characters defined in Unicode [UNICODE] in (Ps),(Pe),(Pi),(Pf) and (Po) punctuation classes that precede or follow the first letter are included in first-letter selection - 'two asterisks aligned vertically'.
|
|
first-letter-punctuation-250 First-letter with the 'swung dash' punctuation character http://www.w3.org/TR/CSS21/selector.html#first-letter 7233f8975320fc32a84cba24ff99311cd0721906 `Microsoft`<http://www.microsoft.com/> Punctuation characters defined in Unicode [UNICODE] in (Ps),(Pe),(Pi),(Pf) and (Po) punctuation classes that precede or follow the first letter are included in first-letter selection - 'swung dash'.
|
|
first-letter-punctuation-251 First-letter with the 'flower punctuation mark' punctuation character http://www.w3.org/TR/CSS21/selector.html#first-letter 533ae4aec944c68a0d6783c5fbb004cc87521b4f `Microsoft`<http://www.microsoft.com/> Punctuation characters defined in Unicode [UNICODE] in (Ps),(Pe),(Pi),(Pf) and (Po) punctuation classes that precede or follow the first letter are included in first-letter selection - 'flower punctuation mark'.
|
|
first-letter-punctuation-252 First-letter with the 'three dot punctuation' punctuation character http://www.w3.org/TR/CSS21/selector.html#first-letter 46f046f0ebce29711fe4c0642d0e3cd56484430a `Microsoft`<http://www.microsoft.com/> Punctuation characters defined in Unicode [UNICODE] in (Ps),(Pe),(Pi),(Pf) and (Po) punctuation classes that precede or follow the first letter are included in first-letter selection - 'three dot punctuation'.
|
|
first-letter-punctuation-253 First-letter with the 'quadruple prime' punctuation character http://www.w3.org/TR/CSS21/selector.html#first-letter 697ac116db34f59ee13f1eeacdd1481681875cdf `Microsoft`<http://www.microsoft.com/> Punctuation characters defined in Unicode [UNICODE] in (Ps),(Pe),(Pi),(Pf) and (Po) punctuation classes that precede or follow the first letter are included in first-letter selection - 'quadruple prime'.
|
|
first-letter-punctuation-254 First-letter with the 'four dot punctuation' punctuation character http://www.w3.org/TR/CSS21/selector.html#first-letter 3b06dbe6976fe0fcc0d93c0b820ab72a1ad5218b `Microsoft`<http://www.microsoft.com/> Punctuation characters defined in Unicode [UNICODE] in (Ps),(Pe),(Pi),(Pf) and (Po) punctuation classes that precede or follow the first letter are included in first-letter selection - 'four dot punctuation'.
|
|
first-letter-punctuation-255 First-letter with the 'five dot punctuation' punctuation character http://www.w3.org/TR/CSS21/selector.html#first-letter 0bafc69cc65c26bdb356d05fcb00f9e2c2d45e1e `Microsoft`<http://www.microsoft.com/> Punctuation characters defined in Unicode [UNICODE] in (Ps),(Pe),(Pi),(Pf) and (Po) punctuation classes that precede or follow the first letter are included in first-letter selection - 'five dot punctuation'.
|
|
first-letter-punctuation-256 First-letter with the 'two dot punctuation' punctuation character http://www.w3.org/TR/CSS21/selector.html#first-letter 2a8ca6d7e82afe8bc2a13a7c139088c25e2b41c4 `Microsoft`<http://www.microsoft.com/> Punctuation characters defined in Unicode [UNICODE] in (Ps),(Pe),(Pi),(Pf) and (Po) punctuation classes that precede or follow the first letter are included in first-letter selection - 'two dot punctuation'.
|
|
first-letter-punctuation-257 First-letter with the 'four dot mark' punctuation character http://www.w3.org/TR/CSS21/selector.html#first-letter 577be845d24960c72853ae173d386bea3fc6857f `Microsoft`<http://www.microsoft.com/> Punctuation characters defined in Unicode [UNICODE] in (Ps),(Pe),(Pi),(Pf) and (Po) punctuation classes that precede or follow the first letter are included in first-letter selection - 'four dot mark'.
|
|
first-letter-punctuation-258 First-letter with the 'dotted cross' punctuation character http://www.w3.org/TR/CSS21/selector.html#first-letter 6579186b205c861d273804f2facb13efe5a79285 `Microsoft`<http://www.microsoft.com/> Punctuation characters defined in Unicode [UNICODE] in (Ps),(Pe),(Pi),(Pf) and (Po) punctuation classes that precede or follow the first letter are included in first-letter selection - 'dotted cross'.
|
|
first-letter-punctuation-259 First-letter with the 'tricolon' punctuation character http://www.w3.org/TR/CSS21/selector.html#first-letter 30da635cfb971d01cb778a6ec98ab33956715fda `Microsoft`<http://www.microsoft.com/> Punctuation characters defined in Unicode [UNICODE] in (Ps),(Pe),(Pi),(Pf) and (Po) punctuation classes that precede or follow the first letter are included in first-letter selection - 'tricolon'.
|
|
first-letter-punctuation-260 First-letter with the 'vertical four dots' punctuation character http://www.w3.org/TR/CSS21/selector.html#first-letter 84804ffad083f59b9360dd7d497f084d4bebe4df `Microsoft`<http://www.microsoft.com/> Punctuation characters defined in Unicode [UNICODE] in (Ps),(Pe),(Pi),(Pf) and (Po) punctuation classes that precede or follow the first letter are included in first-letter selection - 'vertical four dots'.
|
|
first-letter-punctuation-262 First-letter with the 'coptic old nubian full stop' punctuation character http://www.w3.org/TR/CSS21/selector.html#first-letter 954a10e330fbeeaf101722e8550ad8304df53c84 `Microsoft`<http://www.microsoft.com/> Punctuation characters defined in Unicode [UNICODE] in (Ps),(Pe),(Pi),(Pf) and (Po) punctuation classes that precede or follow the first letter are included in first-letter selection - 'coptic old nubian full stop'.
|
|
first-letter-punctuation-263 First-letter with the 'coptic old nubian direct question mark' punctuation character http://www.w3.org/TR/CSS21/selector.html#first-letter 4ca3710d1534b81df4904a822ddf05cdbed3a5f0 `Microsoft`<http://www.microsoft.com/> Punctuation characters defined in Unicode [UNICODE] in (Ps),(Pe),(Pi),(Pf) and (Po) punctuation classes that precede or follow the first letter are included in first-letter selection - 'coptic old nubian direct question mark'.
|
|
first-letter-punctuation-264 First-letter with the 'coptic old nubian indirect question mark' punctuation character http://www.w3.org/TR/CSS21/selector.html#first-letter 67149f6039d4de7bd845e6dc05bf7c8ac1dc7286 `Microsoft`<http://www.microsoft.com/> Punctuation characters defined in Unicode [UNICODE] in (Ps),(Pe),(Pi),(Pf) and (Po) punctuation classes that precede or follow the first letter are included in first-letter selection - 'coptic old nubian indirect question mark'.
|
|
first-letter-punctuation-265 First-letter with the 'coptic old nubian verse divider' punctuation character http://www.w3.org/TR/CSS21/selector.html#first-letter 0ca1da4cff59820b6bc7b864f2ce9bea00771e1c `Microsoft`<http://www.microsoft.com/> Punctuation characters defined in Unicode [UNICODE] in (Ps),(Pe),(Pi),(Pf) and (Po) punctuation classes that precede or follow the first letter are included in first-letter selection - 'coptic old nubian verse divider'.
|
|
first-letter-punctuation-266 First-letter with the 'coptic full stop' punctuation character http://www.w3.org/TR/CSS21/selector.html#first-letter e6121ef738d1365c8f637abeaaa709f091833361 `Microsoft`<http://www.microsoft.com/> Punctuation characters defined in Unicode [UNICODE] in (Ps),(Pe),(Pi),(Pf) and (Po) punctuation classes that precede or follow the first letter are included in first-letter selection - 'coptic full stop'.
|
|
first-letter-punctuation-267 First-letter with the 'coptic morphological divider' punctuation character http://www.w3.org/TR/CSS21/selector.html#first-letter 56404d4064ab295222b70ed27a3b558ffa9f1de9 `Microsoft`<http://www.microsoft.com/> Punctuation characters defined in Unicode [UNICODE] in (Ps),(Pe),(Pi),(Pf) and (Po) punctuation classes that precede or follow the first letter are included in first-letter selection - 'coptic morphological divider'.
|
|
first-letter-punctuation-268 First-letter with the 'right angle substitution marker' punctuation character http://www.w3.org/TR/CSS21/selector.html#first-letter b5386e4b5cc4ea14ed0828377931878e4f25ecdd `Microsoft`<http://www.microsoft.com/> Punctuation characters defined in Unicode [UNICODE] in (Ps),(Pe),(Pi),(Pf) and (Po) punctuation classes that precede or follow the first letter are included in first-letter selection - 'right angle substitution marker'.
|
|
first-letter-punctuation-269 First-letter with the 'right angle dotted substitution marker' punctuation character http://www.w3.org/TR/CSS21/selector.html#first-letter d5e24595f058311b7ea0f8833f8e2815baf5b477 `Microsoft`<http://www.microsoft.com/> Punctuation characters defined in Unicode [UNICODE] in (Ps),(Pe),(Pi),(Pf) and (Po) punctuation classes that precede or follow the first letter are included in first-letter selection - 'right angle dotted substitution marker'.
|
|
first-letter-punctuation-270 First-letter with the 'raised interpolation marker' punctuation character http://www.w3.org/TR/CSS21/selector.html#first-letter a6bc49b1cc7d67205b1e1128bbd5532d9225551b `Microsoft`<http://www.microsoft.com/> Punctuation characters defined in Unicode [UNICODE] in (Ps),(Pe),(Pi),(Pf) and (Po) punctuation classes that precede or follow the first letter are included in first-letter selection - 'raised interpolation marker'.
|
|
first-letter-punctuation-271 First-letter with the 'raised dotted interpolation marker' punctuation character http://www.w3.org/TR/CSS21/selector.html#first-letter a58caf26d37a257ba80b6019d9103b7d23086765 `Microsoft`<http://www.microsoft.com/> Punctuation characters defined in Unicode [UNICODE] in (Ps),(Pe),(Pi),(Pf) and (Po) punctuation classes that precede or follow the first letter are included in first-letter selection - 'raised dotted interpolation marker' .
|
|
first-letter-punctuation-272 First-letter with the 'dotted transposition marker' punctuation character http://www.w3.org/TR/CSS21/selector.html#first-letter 7652cc4f424b26dcf0bc8670b0f1b1da433e4da8 `Microsoft`<http://www.microsoft.com/> Punctuation characters defined in Unicode [UNICODE] in (Ps),(Pe),(Pi),(Pf) and (Po) punctuation classes that precede or follow the first letter are included in first-letter selection - 'dotted transposition marker'.
|
|
first-letter-punctuation-273 First-letter with the 'raised square' punctuation character http://www.w3.org/TR/CSS21/selector.html#first-letter cdea7fefe1c1de4cac4b2ee3ff6746c9cfe0ed1f `Microsoft`<http://www.microsoft.com/> Punctuation characters defined in Unicode [UNICODE] in (Ps),(Pe),(Pi),(Pf) and (Po) punctuation classes that precede or follow the first letter are included in first-letter selection - 'raised square'.
|
|
first-letter-punctuation-274 First-letter with the 'editorial coronis' punctuation character http://www.w3.org/TR/CSS21/selector.html#first-letter f2e6e6e4e9c8a69958fa92049ac619298421b7b4 `Microsoft`<http://www.microsoft.com/> Punctuation characters defined in Unicode [UNICODE] in (Ps),(Pe),(Pi),(Pf) and (Po) punctuation classes that precede or follow the first letter are included in first-letter selection - 'editorial coronis'.
|
|
first-letter-punctuation-275 First-letter with the 'paragraphos' punctuation character http://www.w3.org/TR/CSS21/selector.html#first-letter 8b2de9c6fa96365d2989c48f41f2fc919844bf76 `Microsoft`<http://www.microsoft.com/> Punctuation characters defined in Unicode [UNICODE] in (Ps),(Pe),(Pi),(Pf) and (Po) punctuation classes that precede or follow the first letter are included in first-letter selection - 'paragraphos'.
|
|
first-letter-punctuation-276 First-letter with the 'forked paragraphos' punctuation character http://www.w3.org/TR/CSS21/selector.html#first-letter 66f6aac83cebcdb4dfe1d60a07a51a4994697b3b `Microsoft`<http://www.microsoft.com/> Punctuation characters defined in Unicode [UNICODE] in (Ps),(Pe),(Pi),(Pf) and (Po) punctuation classes that precede or follow the first letter are included in first-letter selection - 'forked paragraphos'.
|
|
first-letter-punctuation-277 First-letter with the 'reversed forked paragraphos' punctuation character http://www.w3.org/TR/CSS21/selector.html#first-letter 7190690ce6a8a895e2c83dcbe9d90b5da47c0754 `Microsoft`<http://www.microsoft.com/> Punctuation characters defined in Unicode [UNICODE] in (Ps),(Pe),(Pi),(Pf) and (Po) punctuation classes that precede or follow the first letter are included in first-letter selection - 'reversed forked paragraphos'.
|
|
first-letter-punctuation-278 First-letter with the 'hypodiastole' punctuation character http://www.w3.org/TR/CSS21/selector.html#first-letter 1d3038f15e4cadbee7fa54b89e41a65c6a31d011 `Microsoft`<http://www.microsoft.com/> Punctuation characters defined in Unicode [UNICODE] in (Ps),(Pe),(Pi),(Pf) and (Po) punctuation classes that precede or follow the first letter are included in first-letter selection - 'hypodiastole'.
|
|
first-letter-punctuation-279 First-letter with the 'dotted obelos' punctuation character http://www.w3.org/TR/CSS21/selector.html#first-letter 6ba5cf41d6d414e534a80249d2db3b5db9f2bae3 `Microsoft`<http://www.microsoft.com/> Punctuation characters defined in Unicode [UNICODE] in (Ps),(Pe),(Pi),(Pf) and (Po) punctuation classes that precede or follow the first letter are included in first-letter selection - 'dotted obelos'.
|
|
first-letter-punctuation-280 First-letter with the 'downwards ancora' punctuation character http://www.w3.org/TR/CSS21/selector.html#first-letter 469158afe2363bb5f9c94bd338ada9eba3f5b433 `Microsoft`<http://www.microsoft.com/> Punctuation characters defined in Unicode [UNICODE] in (Ps),(Pe),(Pi),(Pf) and (Po) punctuation classes that precede or follow the first letter are included in first-letter selection - 'downwards ancora'.
|
|
first-letter-punctuation-281 First-letter with the 'upwards ancora' punctuation character http://www.w3.org/TR/CSS21/selector.html#first-letter 2be0e350bdff6397fd4d927404973d4b89b2d3ac `Microsoft`<http://www.microsoft.com/> Punctuation characters defined in Unicode [UNICODE] in (Ps),(Pe),(Pi),(Pf) and (Po) punctuation classes that precede or follow the first letter are included in first-letter selection - 'upwards ancora'.
|
|
first-letter-punctuation-282 First-letter with the 'dotted right-pointing angle' punctuation character http://www.w3.org/TR/CSS21/selector.html#first-letter c23f095abdb12740e10bc39649ed8cbc92a06fd6 `Microsoft`<http://www.microsoft.com/> Punctuation characters defined in Unicode [UNICODE] in (Ps),(Pe),(Pi),(Pf) and (Po) punctuation classes that precede or follow the first letter are included in first-letter selection - 'dotted right-pointing angle'.
|
|
first-letter-punctuation-283 First-letter with the 'ideographic comma' punctuation character http://www.w3.org/TR/CSS21/selector.html#first-letter a783bcce115876c486b7c75a12fe0156d742ed1a `Microsoft`<http://www.microsoft.com/> Punctuation characters defined in Unicode [UNICODE] in (Ps),(Pe),(Pi),(Pf) and (Po) punctuation classes that precede or follow the first letter are included in first-letter selection - 'ideographic comma'.
|
|
first-letter-punctuation-284 First-letter with the 'ideographic full stop' punctuation character http://www.w3.org/TR/CSS21/selector.html#first-letter 49d7462ce0e7236301d2394338d8455452a200e4 `Microsoft`<http://www.microsoft.com/> Punctuation characters defined in Unicode [UNICODE] in (Ps),(Pe),(Pi),(Pf) and (Po) punctuation classes that precede or follow the first letter are included in first-letter selection - 'ideographic full stop'.
|
|
first-letter-punctuation-285 First-letter with the 'ditto mark' punctuation character http://www.w3.org/TR/CSS21/selector.html#first-letter b0a8b218e0cebe25b80d2a7de002648df386fb74 `Microsoft`<http://www.microsoft.com/> Punctuation characters defined in Unicode [UNICODE] in (Ps),(Pe),(Pi),(Pf) and (Po) punctuation classes that precede or follow the first letter are included in first-letter selection - 'ditto mark'.
|
|
first-letter-punctuation-286 First-letter with the 'part alternation mark' punctuation character http://www.w3.org/TR/CSS21/selector.html#first-letter 3a273b1ab4d01eadb87ec095418d724d37927629 `Microsoft`<http://www.microsoft.com/> Punctuation characters defined in Unicode [UNICODE] in (Ps),(Pe),(Pi),(Pf) and (Po) punctuation classes that precede or follow the first letter are included in first-letter selection - 'part alternation mark'.
|
|
first-letter-punctuation-287 First-letter with the 'katakana middle dot' punctuation character http://www.w3.org/TR/CSS21/selector.html#first-letter 9b1097802dfd1b56cb8793b9714bd4878d75199c `Microsoft`<http://www.microsoft.com/> Punctuation characters defined in Unicode [UNICODE] in (Ps),(Pe),(Pi),(Pf) and (Po) punctuation classes that precede or follow the first letter are included in first-letter selection - 'katakana middle dot'.
|
|
first-letter-punctuation-288 First-letter with the 'presentation form for vertical comma' punctuation character http://www.w3.org/TR/CSS21/selector.html#first-letter d13357845270e623de84f0b957a3af92ec2ecf0d `Microsoft`<http://www.microsoft.com/> Punctuation characters defined in Unicode [UNICODE] in (Ps),(Pe),(Pi),(Pf) and (Po) punctuation classes that precede or follow the first letter are included in first-letter selection - 'presentation form for vertical comma'.
|
|
first-letter-punctuation-289 First-letter with the 'presentation form for vertical ideographic comma' punctuation character http://www.w3.org/TR/CSS21/selector.html#first-letter 3e96cd0a771b87c13646f200f9621008fef4ab57 `Microsoft`<http://www.microsoft.com/> Punctuation characters defined in Unicode [UNICODE] in (Ps),(Pe),(Pi),(Pf) and (Po) punctuation classes that precede or follow the first letter are included in first-letter selection - 'presentation form for vertical ideographic comma'.
|
|
first-letter-punctuation-290 First-letter with the 'presentation form for vertical ideographic full stop' punctuation character http://www.w3.org/TR/CSS21/selector.html#first-letter 31d67674cbf8a58954aad641cfedd83dea31f793 `Microsoft`<http://www.microsoft.com/> Punctuation characters defined in Unicode [UNICODE] in (Ps),(Pe),(Pi),(Pf) and (Po) punctuation classes that precede or follow the first letter are included in first-letter selection - 'presentation form for vertical ideographic full stop'.
|
|
first-letter-punctuation-291 First-letter with the 'presentation form for vertical colon' punctuation character http://www.w3.org/TR/CSS21/selector.html#first-letter 20df07500cf7d413f2a8d7300f0062f7c243116e `Microsoft`<http://www.microsoft.com/> Punctuation characters defined in Unicode [UNICODE] in (Ps),(Pe),(Pi),(Pf) and (Po) punctuation classes that precede or follow the first letter are included in first-letter selection - 'presentation form for vertical colon'.
|
|
first-letter-punctuation-292 First-letter with the 'presentation form for vertical semicolon' punctuation character http://www.w3.org/TR/CSS21/selector.html#first-letter 4995ef35cf19cdce4ba69a13149eec0d98210c75 `Microsoft`<http://www.microsoft.com/> Punctuation characters defined in Unicode [UNICODE] in (Ps),(Pe),(Pi),(Pf) and (Po) punctuation classes that precede or follow the first letter are included in first-letter selection - 'presentation form for vertical semicolon'.
|
|
first-letter-punctuation-293 First-letter with the 'presentation form for vertical exclamation mark' punctuation character http://www.w3.org/TR/CSS21/selector.html#first-letter c4ee42a27af69006f38382183885c895fe25b39c `Microsoft`<http://www.microsoft.com/> Punctuation characters defined in Unicode [UNICODE] in (Ps),(Pe),(Pi),(Pf) and (Po) punctuation classes that precede or follow the first letter are included in first-letter selection - 'presentation form for vertical exclamation mark'.
|
|
first-letter-punctuation-294 First-letter with the 'presentation form for vertical question mark' punctuation character http://www.w3.org/TR/CSS21/selector.html#first-letter 1cecaf733bde037c5d629f39346a5b04fb49f5e7 `Microsoft`<http://www.microsoft.com/> Punctuation characters defined in Unicode [UNICODE] in (Ps),(Pe),(Pi),(Pf) and (Po) punctuation classes that precede or follow the first letter are included in first-letter selection - 'presentation form for vertical question mark'.
|
|
first-letter-punctuation-295 First-letter with the 'presentation form for vertical horizontal ellipsis' punctuation character http://www.w3.org/TR/CSS21/selector.html#first-letter c8de833b80911a928b22a5e4e8b12a6d414e9a40 `Microsoft`<http://www.microsoft.com/> Punctuation characters defined in Unicode [UNICODE] in (Ps),(Pe),(Pi),(Pf) and (Po) punctuation classes that precede or follow the first letter are included in first-letter selection - 'presentation form for vertical horizontal ellipsis'.
|
|
first-letter-punctuation-296 First-letter with the 'presentation form for vertical two dot leader' punctuation character http://www.w3.org/TR/CSS21/selector.html#first-letter 08fbb3b00f90270e88bad17241a69a3934493da9 `Microsoft`<http://www.microsoft.com/> Punctuation characters defined in Unicode [UNICODE] in (Ps),(Pe),(Pi),(Pf) and (Po) punctuation classes that precede or follow the first letter are included in first-letter selection - 'presentation form for vertical two dot leader'.
|
|
first-letter-punctuation-297 First-letter with the 'sesame dot' punctuation character http://www.w3.org/TR/CSS21/selector.html#first-letter 4a343ff043a044b4e95b1387e1d25b30200de3a3 `Microsoft`<http://www.microsoft.com/> Punctuation characters defined in Unicode [UNICODE] in (Ps),(Pe),(Pi),(Pf) and (Po) punctuation classes that precede or follow the first letter are included in first-letter selection - 'sesame dot'.
|
|
first-letter-punctuation-298 First-letter with the 'white sesame dot' punctuation character http://www.w3.org/TR/CSS21/selector.html#first-letter 23b494923e27f42fa5586b61dbfac903c8213a58 `Microsoft`<http://www.microsoft.com/> Punctuation characters defined in Unicode [UNICODE] in (Ps),(Pe),(Pi),(Pf) and (Po) punctuation classes that precede or follow the first letter are included in first-letter selection - 'white sesame dot'.
|
|
first-letter-punctuation-299 First-letter with the 'dashed overline' punctuation character http://www.w3.org/TR/CSS21/selector.html#first-letter 579feb4548e3cf33f7ae9df4dbfd21bf8f71e1eb `Microsoft`<http://www.microsoft.com/> Punctuation characters defined in Unicode [UNICODE] in (Ps),(Pe),(Pi),(Pf) and (Po) punctuation classes that precede or follow the first letter are included in first-letter selection - 'dashed overline'.
|
|
first-letter-punctuation-300 First-letter with the 'centreline overline' punctuation character http://www.w3.org/TR/CSS21/selector.html#first-letter 3d76afe59ef0d498606543feac411b757206db7b `Microsoft`<http://www.microsoft.com/> Punctuation characters defined in Unicode [UNICODE] in (Ps),(Pe),(Pi),(Pf) and (Po) punctuation classes that precede or follow the first letter are included in first-letter selection - 'centreline overline'.
|
|
first-letter-punctuation-301 First-letter with the 'wavy overline' punctuation character http://www.w3.org/TR/CSS21/selector.html#first-letter 79f53a0d3d2ff3c113dd783b441eeb07be9a90ce `Microsoft`<http://www.microsoft.com/> Punctuation characters defined in Unicode [UNICODE] in (Ps),(Pe),(Pi),(Pf) and (Po) punctuation classes that precede or follow the first letter are included in first-letter selection - 'wavy overline'.
|
|
first-letter-punctuation-302 First-letter with the 'double wavy overline' punctuation character http://www.w3.org/TR/CSS21/selector.html#first-letter 2e2b168e0a00d8ef0b77242b5843fc6e5792c663 `Microsoft`<http://www.microsoft.com/> Punctuation characters defined in Unicode [UNICODE] in (Ps),(Pe),(Pi),(Pf) and (Po) punctuation classes that precede or follow the first letter are included in first-letter selection - 'double wavy overline'.
|
|
first-letter-punctuation-303 First-letter with the 'small comma' punctuation character http://www.w3.org/TR/CSS21/selector.html#first-letter 5b563f96f3a73ca82c8b97fceafbd47ebb1e354c `Microsoft`<http://www.microsoft.com/> Punctuation characters defined in Unicode [UNICODE] in (Ps),(Pe),(Pi),(Pf) and (Po) punctuation classes that precede or follow the first letter are included in first-letter selection - 'small comma'.
|
|
first-letter-punctuation-304 First-letter with the 'small ideographic comma' punctuation character http://www.w3.org/TR/CSS21/selector.html#first-letter b4914c7f165498d0c3fa17531751dda8ca5f91ff `Microsoft`<http://www.microsoft.com/> Punctuation characters defined in Unicode [UNICODE] in (Ps),(Pe),(Pi),(Pf) and (Po) punctuation classes that precede or follow the first letter are included in first-letter selection - 'small ideographic comma'.
|
|
first-letter-punctuation-305 First-letter with the 'small full stop' punctuation character http://www.w3.org/TR/CSS21/selector.html#first-letter 136b5707f1bbb2da7c092c4365142afa06f3cdc8 `Microsoft`<http://www.microsoft.com/> Punctuation characters defined in Unicode [UNICODE] in (Ps),(Pe),(Pi),(Pf) and (Po) punctuation classes that precede or follow the first letter are included in first-letter selection - 'small full stop'.
|
|
first-letter-punctuation-306 First-letter with the 'small semicolon' punctuation character http://www.w3.org/TR/CSS21/selector.html#first-letter 7127c68904649956427a4c46b31c752a0a9f7d06 `Microsoft`<http://www.microsoft.com/> Punctuation characters defined in Unicode [UNICODE] in (Ps),(Pe),(Pi),(Pf) and (Po) punctuation classes that precede or follow the first letter are included in first-letter selection - 'small semicolon'.
|
|
first-letter-punctuation-307 First-letter with the 'small colon' punctuation character http://www.w3.org/TR/CSS21/selector.html#first-letter 5f29f942f8f91c547c1beca6b31e5bc0813100ec `Microsoft`<http://www.microsoft.com/> Punctuation characters defined in Unicode [UNICODE] in (Ps),(Pe),(Pi),(Pf) and (Po) punctuation classes that precede or follow the first letter are included in first-letter selection - 'small colon'.
|
|
first-letter-punctuation-308 First-letter with the 'small question mark' punctuation character http://www.w3.org/TR/CSS21/selector.html#first-letter f9d7a07f028e01e7b9a0bdb4e1db05f737771541 `Microsoft`<http://www.microsoft.com/> Punctuation characters defined in Unicode [UNICODE] in (Ps),(Pe),(Pi),(Pf) and (Po) punctuation classes that precede or follow the first letter are included in first-letter selection - 'small question mark'.
|
|
first-letter-punctuation-309 First-letter with the 'small exclamation mark' punctuation character http://www.w3.org/TR/CSS21/selector.html#first-letter 39b27caa7a8733c22a88affb9605a3b85a58a64b `Microsoft`<http://www.microsoft.com/> Punctuation characters defined in Unicode [UNICODE] in (Ps),(Pe),(Pi),(Pf) and (Po) punctuation classes that precede or follow the first letter are included in first-letter selection - 'small exclamation mark'.
|
|
first-letter-punctuation-310 First-letter with the 'small number sign' punctuation character http://www.w3.org/TR/CSS21/selector.html#first-letter 152506b24198caf4e1890c99bd3953cf567a8de6 `Microsoft`<http://www.microsoft.com/> Punctuation characters defined in Unicode [UNICODE] in (Ps),(Pe),(Pi),(Pf) and (Po) punctuation classes that precede or follow the first letter are included in first-letter selection - 'small number sign'.
|
|
first-letter-punctuation-311 First-letter with the 'small ampersand' punctuation character http://www.w3.org/TR/CSS21/selector.html#first-letter 0a3bbc1fc2c61d804e9744b47e6c8ad9233ab3b3 `Microsoft`<http://www.microsoft.com/> Punctuation characters defined in Unicode [UNICODE] in (Ps),(Pe),(Pi),(Pf) and (Po) punctuation classes that precede or follow the first letter are included in first-letter selection - 'small ampersand'.
|
|
first-letter-punctuation-312 First-letter with the 'small asterisk' punctuation character http://www.w3.org/TR/CSS21/selector.html#first-letter 2c94d6b395e8e5cfdd97583ad171ecd364106d03 `Microsoft`<http://www.microsoft.com/> Punctuation characters defined in Unicode [UNICODE] in (Ps),(Pe),(Pi),(Pf) and (Po) punctuation classes that precede or follow the first letter are included in first-letter selection - 'small asterisk'.
|
|
first-letter-punctuation-313 First-letter with the 'small reverse solidus' punctuation character http://www.w3.org/TR/CSS21/selector.html#first-letter 186f4dd5f683495d6924950c4981f5d01654c10f `Microsoft`<http://www.microsoft.com/> Punctuation characters defined in Unicode [UNICODE] in (Ps),(Pe),(Pi),(Pf) and (Po) punctuation classes that precede or follow the first letter are included in first-letter selection - 'small reverse solidus'.
|
|
first-letter-punctuation-314 First-letter with the 'small percent sign' punctuation character http://www.w3.org/TR/CSS21/selector.html#first-letter eaf3b87a8ecba22b6e7912b0f627191c686a26fd `Microsoft`<http://www.microsoft.com/> Punctuation characters defined in Unicode [UNICODE] in (Ps),(Pe),(Pi),(Pf) and (Po) punctuation classes that precede or follow the first letter are included in first-letter selection - 'small percent sign'.
|
|
first-letter-punctuation-315 First-letter with the 'small commercial at' punctuation character http://www.w3.org/TR/CSS21/selector.html#first-letter bca3921fc353dac31036e1cb7487a532c90ce6ae `Microsoft`<http://www.microsoft.com/> Punctuation characters defined in Unicode [UNICODE] in (Ps),(Pe),(Pi),(Pf) and (Po) punctuation classes that precede or follow the first letter are included in first-letter selection - 'small commercial at'.
|
|
first-letter-punctuation-316 First-letter with the 'fullwidth exclamation mark' punctuation character http://www.w3.org/TR/CSS21/selector.html#first-letter 9ef1f9fc5c0af2e8b69305c9a1ca7aa876b3f45b `Microsoft`<http://www.microsoft.com/> Punctuation characters defined in Unicode [UNICODE] in (Ps),(Pe),(Pi),(Pf) and (Po) punctuation classes that precede or follow the first letter are included in first-letter selection - 'fullwidth exclamation mark'.
|
|
first-letter-punctuation-317 First-letter with the 'fullwidth quotation mark' punctuation character http://www.w3.org/TR/CSS21/selector.html#first-letter f995d31da4bfe3eb420a0737afeda6e2153fdcfc `Microsoft`<http://www.microsoft.com/> Punctuation characters defined in Unicode [UNICODE] in (Ps),(Pe),(Pi),(Pf) and (Po) punctuation classes that precede or follow the first letter are included in first-letter selection - 'fullwidth quotation mark'.
|
|
first-letter-punctuation-318 First-letter with the 'fullwidth number sign' punctuation character http://www.w3.org/TR/CSS21/selector.html#first-letter fce462815bbdc00b5b16b181337e051444888454 `Microsoft`<http://www.microsoft.com/> Punctuation characters defined in Unicode [UNICODE] in (Ps),(Pe),(Pi),(Pf) and (Po) punctuation classes that precede or follow the first letter are included in first-letter selection - 'fullwidth number sign'.
|
|
first-letter-punctuation-319 First-letter with the 'fullwidth percent sign' punctuation character http://www.w3.org/TR/CSS21/selector.html#first-letter fab857faaccdc044835ef06276a3f1bcdb0560f3 `Microsoft`<http://www.microsoft.com/> Punctuation characters defined in Unicode [UNICODE] in (Ps),(Pe),(Pi),(Pf) and (Po) punctuation classes that precede or follow the first letter are included in first-letter selection - 'fullwidth percent sign'.
|
|
first-letter-punctuation-320 First-letter with the 'fullwidth ampersand' punctuation character http://www.w3.org/TR/CSS21/selector.html#first-letter 08a9acbe65058d86de17c0055e3fee0f41b9192e `Microsoft`<http://www.microsoft.com/> Punctuation characters defined in Unicode [UNICODE] in (Ps),(Pe),(Pi),(Pf) and (Po) punctuation classes that precede or follow the first letter are included in first-letter selection - 'fullwidth ampersand'.
|
|
first-letter-punctuation-321 First-letter with the 'fullwidth apostrophe' punctuation character http://www.w3.org/TR/CSS21/selector.html#first-letter 48386efec2345c2a4161edd7dcf69ff36aff2437 `Microsoft`<http://www.microsoft.com/> Punctuation characters defined in Unicode [UNICODE] in (Ps),(Pe),(Pi),(Pf) and (Po) punctuation classes that precede or follow the first letter are included in first-letter selection - 'fullwidth apostrophe'.
|
|
first-letter-punctuation-322 First-letter with the 'fullwidth asterisk' punctuation character http://www.w3.org/TR/CSS21/selector.html#first-letter 819cb44f1324c4d48ea6ee57b485de028952055e `Microsoft`<http://www.microsoft.com/> Punctuation characters defined in Unicode [UNICODE] in (Ps),(Pe),(Pi),(Pf) and (Po) punctuation classes that precede or follow the first letter are included in first-letter selection - 'fullwidth asterisk'.
|
|
first-letter-punctuation-323 First-letter with the 'fullwidth comma' punctuation character http://www.w3.org/TR/CSS21/selector.html#first-letter 2b43ece158d1ff61c306fa9e3e42f74a2230eb0a `Microsoft`<http://www.microsoft.com/> Punctuation characters defined in Unicode [UNICODE] in (Ps),(Pe),(Pi),(Pf) and (Po) punctuation classes that precede or follow the first letter are included in first-letter selection - 'fullwidth comma'.
|
|
first-letter-punctuation-324 First-letter with the 'fullwidth full stop' punctuation character http://www.w3.org/TR/CSS21/selector.html#first-letter 3754350f59f07c62b8497fb9974642ce3e140818 `Microsoft`<http://www.microsoft.com/> Punctuation characters defined in Unicode [UNICODE] in (Ps),(Pe),(Pi),(Pf) and (Po) punctuation classes that precede or follow the first letter are included in first-letter selection - 'fullwidth full stop'.
|
|
first-letter-punctuation-325 First-letter with the 'fullwidth solidus' punctuation character http://www.w3.org/TR/CSS21/selector.html#first-letter 548b71465f67b795a33f7fb0ab4905c37c752f2e `Microsoft`<http://www.microsoft.com/> Punctuation characters defined in Unicode [UNICODE] in (Ps),(Pe),(Pi),(Pf) and (Po) punctuation classes that precede or follow the first letter are included in first-letter selection - 'fullwidth solidus'.
|
|
first-letter-punctuation-326 First-letter with the 'fullwidth colon' punctuation character http://www.w3.org/TR/CSS21/selector.html#first-letter dbb7823069924a490a94332f4f6458bc70fc481c `Microsoft`<http://www.microsoft.com/> Punctuation characters defined in Unicode [UNICODE] in (Ps),(Pe),(Pi),(Pf) and (Po) punctuation classes that precede or follow the first letter are included in first-letter selection - 'fullwidth colon'.
|
|
first-letter-punctuation-327 First-letter with the 'fullwidth semicolon' punctuation character http://www.w3.org/TR/CSS21/selector.html#first-letter 51679f586487574aba67667cf6358be4df58e74f `Microsoft`<http://www.microsoft.com/> Punctuation characters defined in Unicode [UNICODE] in (Ps),(Pe),(Pi),(Pf) and (Po) punctuation classes that precede or follow the first letter are included in first-letter selection - 'fullwidth semicolon'.
|
|
first-letter-punctuation-328 First-letter with the 'fullwidth question mark' punctuation character http://www.w3.org/TR/CSS21/selector.html#first-letter 38e22d81df18df572e393a4a44329f2e9d63b5bd `Microsoft`<http://www.microsoft.com/> Punctuation characters defined in Unicode [UNICODE] in (Ps),(Pe),(Pi),(Pf) and (Po) punctuation classes that precede or follow the first letter are included in first-letter selection - 'fullwidth question mark'.
|
|
first-letter-punctuation-329 First-letter with the 'fullwidth commercial at' punctuation character http://www.w3.org/TR/CSS21/selector.html#first-letter 04ae108d933415f56b4572ad82f5091f4c9fe3d9 `Microsoft`<http://www.microsoft.com/> Punctuation characters defined in Unicode [UNICODE] in (Ps),(Pe),(Pi),(Pf) and (Po) punctuation classes that precede or follow the first letter are included in first-letter selection - 'fullwidth commercial at'.
|
|
first-letter-punctuation-330 First-letter with the 'fullwidth reverse solidus' punctuation character http://www.w3.org/TR/CSS21/selector.html#first-letter 770651eca5283f9a06445e271211f91b2f214991 `Microsoft`<http://www.microsoft.com/> Punctuation characters defined in Unicode [UNICODE] in (Ps),(Pe),(Pi),(Pf) and (Po) punctuation classes that precede or follow the first letter are included in first-letter selection - 'fullwidth reverse solidus'.
|
|
first-letter-punctuation-331 First-letter with the 'halfwidth ideographic full stop' punctuation character http://www.w3.org/TR/CSS21/selector.html#first-letter 88c6e8020aa1ac530b20d02763873ff42238bee6 `Microsoft`<http://www.microsoft.com/> Punctuation characters defined in Unicode [UNICODE] in (Ps),(Pe),(Pi),(Pf) and (Po) punctuation classes that precede or follow the first letter are included in first-letter selection - 'halfwidth ideographic full stop'.
|
|
first-letter-punctuation-332 First-letter with the 'halfwidth ideographic comma' punctuation character http://www.w3.org/TR/CSS21/selector.html#first-letter 616c696ffc26b2efc6b602111838adef2dd22300 `Microsoft`<http://www.microsoft.com/> Punctuation characters defined in Unicode [UNICODE] in (Ps),(Pe),(Pi),(Pf) and (Po) punctuation classes that precede or follow the first letter are included in first-letter selection - 'halfwidth ideographic comma'.
|
|
first-letter-punctuation-333 First-letter with the 'halfwidth katakana middle dot' punctuation character http://www.w3.org/TR/CSS21/selector.html#first-letter 610c8097802889d98734c2afb810252e7edc934c `Microsoft`<http://www.microsoft.com/> Punctuation characters defined in Unicode [UNICODE] in (Ps),(Pe),(Pi),(Pf) and (Po) punctuation classes that precede or follow the first letter are included in first-letter selection - 'halfwidth katakana middle dot'.
|
|
first-letter-punctuation-334 First-letter with the 'aegean word separator line' punctuation character http://www.w3.org/TR/CSS21/selector.html#first-letter a3c415c938db5dc9431b35a349ebd94f7c2d5a41 `Microsoft`<http://www.microsoft.com/> Punctuation characters defined in Unicode [UNICODE] in (Ps),(Pe),(Pi),(Pf) and (Po) punctuation classes that precede or follow the first letter are included in first-letter selection - 'aegean word separator line'.
|
|
first-letter-punctuation-335 First-letter with the 'aegean word separator dot' punctuation character http://www.w3.org/TR/CSS21/selector.html#first-letter 25a7b7f6f234926ca15deff4c841c8ef8d621627 `Microsoft`<http://www.microsoft.com/> Punctuation characters defined in Unicode [UNICODE] in (Ps),(Pe),(Pi),(Pf) and (Po) punctuation classes that precede or follow the first letter are included in first-letter selection - 'aegean word separator dot'.
|
|
first-letter-punctuation-336 First-letter with the 'ugaritic word divider' punctuation character http://www.w3.org/TR/CSS21/selector.html#first-letter e0186d719811437842ef45e53e5e8ca328b08f02 `Microsoft`<http://www.microsoft.com/> Punctuation characters defined in Unicode [UNICODE] in (Ps),(Pe),(Pi),(Pf) and (Po) punctuation classes that precede or follow the first letter are included in first-letter selection - 'ugaritic word divider'.
|
|
first-letter-punctuation-337 First-letter with the 'kharoshthi punctuation dot' punctuation character http://www.w3.org/TR/CSS21/selector.html#first-letter ac661d9599edc8f282ee0911637185aa99945c79 `Microsoft`<http://www.microsoft.com/> Punctuation characters defined in Unicode [UNICODE] in (Ps),(Pe),(Pi),(Pf) and (Po) punctuation classes that precede or follow the first letter are included in first-letter selection - 'kharoshthi punctuation dot'.
|
|
first-letter-punctuation-338 First-letter with the 'kharoshthi punctuation small circle' punctuation character http://www.w3.org/TR/CSS21/selector.html#first-letter b5555befb360c09f7f39377144d577fa0e00dbab `Microsoft`<http://www.microsoft.com/> Punctuation characters defined in Unicode [UNICODE] in (Ps),(Pe),(Pi),(Pf) and (Po) punctuation classes that precede or follow the first letter are included in first-letter selection - 'kharoshthi punctuation small circle'.
|
|
first-letter-punctuation-339 First-letter with the 'kharoshthi punctuation circle' punctuation character http://www.w3.org/TR/CSS21/selector.html#first-letter 9310e705d46743dee25bd7bbb5960afeb02279b7 `Microsoft`<http://www.microsoft.com/> Punctuation characters defined in Unicode [UNICODE] in (Ps),(Pe),(Pi),(Pf) and (Po) punctuation classes that precede or follow the first letter are included in first-letter selection - 'kharoshthi punctuation circle'.
|
|
first-letter-punctuation-340 First-letter with the 'kharoshthi punctuation crescent bar' punctuation character http://www.w3.org/TR/CSS21/selector.html#first-letter a0e0fb0f33963f0e8f133b0e42f1151c1def0f8b `Microsoft`<http://www.microsoft.com/> Punctuation characters defined in Unicode [UNICODE] in (Ps),(Pe),(Pi),(Pf) and (Po) punctuation classes that precede or follow the first letter are included in first-letter selection - 'kharoshthi punctuation crescent bar'.
|
|
first-letter-punctuation-341 First-letter with the 'kharoshthi punctuation mangalam' punctuation character http://www.w3.org/TR/CSS21/selector.html#first-letter d999b741d6172f6f3b3cc917e86f1ab739fabd26 `Microsoft`<http://www.microsoft.com/> Punctuation characters defined in Unicode [UNICODE] in (Ps),(Pe),(Pi),(Pf) and (Po) punctuation classes that precede or follow the first letter are included in first-letter selection - 'kharoshthi punctuation mangalam'.
|
|
first-letter-punctuation-342 First-letter with the 'kharoshthi punctuation lotus' punctuation character http://www.w3.org/TR/CSS21/selector.html#first-letter b068ec48d36f1d45c3703907098c9218c08e4d56 `Microsoft`<http://www.microsoft.com/> Punctuation characters defined in Unicode [UNICODE] in (Ps),(Pe),(Pi),(Pf) and (Po) punctuation classes that precede or follow the first letter are included in first-letter selection - 'kharoshthi punctuation lotus'.
|
|
first-letter-punctuation-343 First-letter with the 'kharoshthi punctuation danda' punctuation character http://www.w3.org/TR/CSS21/selector.html#first-letter dd13e22754a36026520e5885eb776d153e126e53 `Microsoft`<http://www.microsoft.com/> Punctuation characters defined in Unicode [UNICODE] in (Ps),(Pe),(Pi),(Pf) and (Po) punctuation classes that precede or follow the first letter are included in first-letter selection - 'kharoshthi punctuation danda'.
|
|
first-letter-punctuation-344 First-letter with the 'kharoshthi punctuation double danda' punctuation character http://www.w3.org/TR/CSS21/selector.html#first-letter 67fb56a6ed6ecd55ce2c65419a59156f3ae41af3 `Microsoft`<http://www.microsoft.com/> Punctuation characters defined in Unicode [UNICODE] in (Ps),(Pe),(Pi),(Pf) and (Po) punctuation classes that precede or follow the first letter are included in first-letter selection - 'kharoshthi punctuation double danda'.
|
|
first-letter-punctuation-345 First-letter with the 'kharoshthi punctuation lines' punctuation character http://www.w3.org/TR/CSS21/selector.html#first-letter b1f6481aae64428c7bbaaa19c836f5c3d4271bc1 `Microsoft`<http://www.microsoft.com/> Punctuation characters defined in Unicode [UNICODE] in (Ps),(Pe),(Pi),(Pf) and (Po) punctuation classes that precede or follow the first letter are included in first-letter selection - 'kharoshthi punctuation lines'.
|
|
first-letter-punctuation-346 First-letter with the 'left parenthesis' punctuation character http://www.w3.org/TR/CSS21/selector.html#first-letter 410d2b2ac687fd5cbfe5a349397a763f796a9496 `Microsoft`<http://www.microsoft.com/> Punctuation characters defined in Unicode [UNICODE] in (Ps),(Pe),(Pi),(Pf) and (Po) punctuation classes that precede or follow the first letter are included in first-letter selection - 'left parenthesis'.
|
|
first-letter-punctuation-347 First-letter with the 'left square bracket' punctuation character http://www.w3.org/TR/CSS21/selector.html#first-letter f3f2a4dfc6dd383cebc7784c341af3c9dde5d652 `Microsoft`<http://www.microsoft.com/> Punctuation characters defined in Unicode [UNICODE] in (Ps),(Pe),(Pi),(Pf) and (Po) punctuation classes that precede or follow the first letter are included in first-letter selection - 'left square bracket'.
|
|
first-letter-punctuation-348 First-letter with the 'left curly bracket' punctuation character http://www.w3.org/TR/CSS21/selector.html#first-letter d121cfcac5f54d5dd1c92606d8615a7a3b8e046c `Microsoft`<http://www.microsoft.com/> Punctuation characters defined in Unicode [UNICODE] in (Ps),(Pe),(Pi),(Pf) and (Po) punctuation classes that precede or follow the first letter are included in first-letter selection - 'left curly bracket'.
|
|
first-letter-punctuation-349 First-letter with the 'tibetan mark gug rtags gyon' punctuation character http://www.w3.org/TR/CSS21/selector.html#first-letter 8e5f57ccb226bff2ac50f869dc1b2618bb67f932 `Microsoft`<http://www.microsoft.com/> Punctuation characters defined in Unicode [UNICODE] in (Ps),(Pe),(Pi),(Pf) and (Po) punctuation classes that precede or follow the first letter are included in first-letter selection - 'tibetan mark gug rtags gyon'.
|
|
first-letter-punctuation-350 First-letter with the 'tibetan mark ang khang gyon' punctuation character http://www.w3.org/TR/CSS21/selector.html#first-letter ad054a1456e519ee9492ece3187aaaab3e9a579c `Microsoft`<http://www.microsoft.com/> Punctuation characters defined in Unicode [UNICODE] in (Ps),(Pe),(Pi),(Pf) and (Po) punctuation classes that precede or follow the first letter are included in first-letter selection - 'tibetan mark ang khang gyon'.
|
|
first-letter-punctuation-351 First-letter with the 'ogham feather mark' punctuation character http://www.w3.org/TR/CSS21/selector.html#first-letter 2e1162f48e81ed1cbec1bc28e3943b479221877f `Microsoft`<http://www.microsoft.com/> Punctuation characters defined in Unicode [UNICODE] in (Ps),(Pe),(Pi),(Pf) and (Po) punctuation classes that precede or follow the first letter are included in first-letter selection - 'ogham feather mark'.
|
|
first-letter-punctuation-352 First-letter with the 'single low-9 quotation mark' punctuation character http://www.w3.org/TR/CSS21/selector.html#first-letter 0a295b3857582d5dcc23420f449e16c6e9026896 `Microsoft`<http://www.microsoft.com/> Punctuation characters defined in Unicode [UNICODE] in (Ps),(Pe),(Pi),(Pf) and (Po) punctuation classes that precede or follow the first letter are included in first-letter selection - 'single low-9 quotation mark'.
|
|
first-letter-punctuation-353 First-letter with the 'double low-9 quotation mark' punctuation character http://www.w3.org/TR/CSS21/selector.html#first-letter 3e7704a7c42239aad8ccce989bcb708a4114d3e2 `Microsoft`<http://www.microsoft.com/> Punctuation characters defined in Unicode [UNICODE] in (Ps),(Pe),(Pi),(Pf) and (Po) punctuation classes that precede or follow the first letter are included in first-letter selection - 'double low-9 quotation mark'.
|
|
first-letter-punctuation-354 First-letter with the 'left square bracket with quill' punctuation character http://www.w3.org/TR/CSS21/selector.html#first-letter 73e704270993eb360120534ebf60b22e1fee59a4 `Microsoft`<http://www.microsoft.com/> Punctuation characters defined in Unicode [UNICODE] in (Ps),(Pe),(Pi),(Pf) and (Po) punctuation classes that precede or follow the first letter are included in first-letter selection - 'left square bracket with quill'.
|
|
first-letter-punctuation-355 First-letter with the 'superscript left parenthesis' punctuation character http://www.w3.org/TR/CSS21/selector.html#first-letter f4c7e97b72addb8f8021fdca8c7e245e9063d27e `Microsoft`<http://www.microsoft.com/> Punctuation characters defined in Unicode [UNICODE] in (Ps),(Pe),(Pi),(Pf) and (Po) punctuation classes that precede or follow the first letter are included in first-letter selection - 'superscript left parenthesis'.
|
|
first-letter-punctuation-356 First-letter with the 'subscript left parenthesis' punctuation character http://www.w3.org/TR/CSS21/selector.html#first-letter 380a682dcedb8a1331994c9dfe12bcd003f0e74f `Microsoft`<http://www.microsoft.com/> Punctuation characters defined in Unicode [UNICODE] in (Ps),(Pe),(Pi),(Pf) and (Po) punctuation classes that precede or follow the first letter are included in first-letter selection - 'subscript left parenthesis'.
|
|
first-letter-punctuation-357 First-letter with the 'left-pointing angle bracket' punctuation character http://www.w3.org/TR/CSS21/selector.html#first-letter 27592f37401281c024e94e8a7d43e100a9c53811 `Microsoft`<http://www.microsoft.com/> Punctuation characters defined in Unicode [UNICODE] in (Ps),(Pe),(Pi),(Pf) and (Po) punctuation classes that precede or follow the first letter are included in first-letter selection - 'left-pointing angle bracket'.
|
|
first-letter-punctuation-359 First-letter with the 'medium left parenthesis ornament' punctuation character http://www.w3.org/TR/CSS21/selector.html#first-letter 94bf69a78295bc285820299a07da98a7d67ba66c `Microsoft`<http://www.microsoft.com/> Punctuation characters defined in Unicode [UNICODE] in (Ps),(Pe),(Pi),(Pf) and (Po) punctuation classes that precede or follow the first letter are included in first-letter selection - 'medium left parenthesis ornament'.
|
|
first-letter-punctuation-360 First-letter with the 'medium flattened left parenthesis ornament' punctuation character http://www.w3.org/TR/CSS21/selector.html#first-letter 659e9feea40c9f7e298677a9e5734f451a0cc342 `Microsoft`<http://www.microsoft.com/> Punctuation characters defined in Unicode [UNICODE] in (Ps),(Pe),(Pi),(Pf) and (Po) punctuation classes that precede or follow the first letter are included in first-letter selection - 'medium flattened left parenthesis ornament'.
|
|
first-letter-punctuation-361 First-letter with the 'medium left-pointing angle bracket ornament' punctuation character http://www.w3.org/TR/CSS21/selector.html#first-letter d3b09693b5e90dc2df9be330d36a860ba3af4cad `Microsoft`<http://www.microsoft.com/> Punctuation characters defined in Unicode [UNICODE] in (Ps),(Pe),(Pi),(Pf) and (Po) punctuation classes that precede or follow the first letter are included in first-letter selection - 'medium left-pointing angle bracket ornament'.
|
|
first-letter-punctuation-362 First-letter with the 'heavy left-pointing angle quotation mark ornament' punctuation character http://www.w3.org/TR/CSS21/selector.html#first-letter 4dee0e7571dd4888b337914f868d05b6812833c0 `Microsoft`<http://www.microsoft.com/> Punctuation characters defined in Unicode [UNICODE] in (Ps),(Pe),(Pi),(Pf) and (Po) punctuation classes that precede or follow the first letter are included in first-letter selection - 'heavy left-pointing angle quotation mark ornament'.
|
|
first-letter-punctuation-363 First-letter with the 'heavy left-pointing angle bracket ornament' punctuation character http://www.w3.org/TR/CSS21/selector.html#first-letter 2a243e30253c183fba3230556bf70b93b4ca3377 `Microsoft`<http://www.microsoft.com/> Punctuation characters defined in Unicode [UNICODE] in (Ps),(Pe),(Pi),(Pf) and (Po) punctuation classes that precede or follow the first letter are included in first-letter selection - 'heavy left-pointing angle bracket ornament'.
|
|
first-letter-punctuation-364 First-letter with the 'light left tortoise shell bracket ornament' punctuation character http://www.w3.org/TR/CSS21/selector.html#first-letter 3e5ea23be40a6a136567dc0d65c399a179a8c490 `Microsoft`<http://www.microsoft.com/> Punctuation characters defined in Unicode [UNICODE] in (Ps),(Pe),(Pi),(Pf) and (Po) punctuation classes that precede or follow the first letter are included in first-letter selection - 'light left tortoise shell bracket ornament'.
|
|
first-letter-punctuation-365 First-letter with the 'medium left curly bracket ornament' punctuation character http://www.w3.org/TR/CSS21/selector.html#first-letter ab389e4088477ec16c4319dedbd4dc1a4489d215 `Microsoft`<http://www.microsoft.com/> Punctuation characters defined in Unicode [UNICODE] in (Ps),(Pe),(Pi),(Pf) and (Po) punctuation classes that precede or follow the first letter are included in first-letter selection - 'medium left curly bracket ornament'.
|
|
first-letter-punctuation-366 First-letter with the 'left s-shaped bag delimiter' punctuation character http://www.w3.org/TR/CSS21/selector.html#first-letter 3282ac6812db55189bc97ae48cabc09d8ceb0d3b `Microsoft`<http://www.microsoft.com/> Punctuation characters defined in Unicode [UNICODE] in (Ps),(Pe),(Pi),(Pf) and (Po) punctuation classes that precede or follow the first letter are included in first-letter selection - 'left s-shaped bag delimiter'.
|
|
first-letter-punctuation-367 First-letter with the 'mathematical left white square bracket' punctuation character http://www.w3.org/TR/CSS21/selector.html#first-letter 9b2de4ff0d8c084c91baa4c5aebca45312831ade `Microsoft`<http://www.microsoft.com/> Punctuation characters defined in Unicode [UNICODE] in (Ps),(Pe),(Pi),(Pf) and (Po) punctuation classes that precede or follow the first letter are included in first-letter selection - 'mathematical left white square bracket'.
|
|
first-letter-punctuation-368 First-letter with the 'mathematical left angle bracket' punctuation character http://www.w3.org/TR/CSS21/selector.html#first-letter 9ab64f62f6af2d1b2987e90d68939cf1052be625 `Microsoft`<http://www.microsoft.com/> Punctuation characters defined in Unicode [UNICODE] in (Ps),(Pe),(Pi),(Pf) and (Po) punctuation classes that precede or follow the first letter are included in first-letter selection - 'mathematical left angle bracket'.
|
|
first-letter-punctuation-369 First-letter with the 'mathematical left double angle bracket' punctuation character http://www.w3.org/TR/CSS21/selector.html#first-letter 347dd0184b61151c39fe68af7c0d520744b6b94e `Microsoft`<http://www.microsoft.com/> Punctuation characters defined in Unicode [UNICODE] in (Ps),(Pe),(Pi),(Pf) and (Po) punctuation classes that precede or follow the first letter are included in first-letter selection - 'mathematical left double angle bracket'.
|
|
first-letter-punctuation-370 First-letter with the 'left white curly bracket' punctuation character http://www.w3.org/TR/CSS21/selector.html#first-letter 13605949236a2f08f7a1723be2ed4cc5155bc809 `Microsoft`<http://www.microsoft.com/> Punctuation characters defined in Unicode [UNICODE] in (Ps),(Pe),(Pi),(Pf) and (Po) punctuation classes that precede or follow the first letter are included in first-letter selection - 'left white curly bracket'.
|
|
first-letter-punctuation-371 First-letter with the 'left white parenthesis' punctuation character http://www.w3.org/TR/CSS21/selector.html#first-letter 56bbdef4f8f0da6837b68d39d2b44e14d9b62f8a `Microsoft`<http://www.microsoft.com/> Punctuation characters defined in Unicode [UNICODE] in (Ps),(Pe),(Pi),(Pf) and (Po) punctuation classes that precede or follow the first letter are included in first-letter selection - 'left white parenthesis'.
|
|
first-letter-punctuation-372 First-letter with the 'z notation left image bracket' punctuation character http://www.w3.org/TR/CSS21/selector.html#first-letter 6e0d7749dbe1a9def30d498bde233fa24b76405e `Microsoft`<http://www.microsoft.com/> Punctuation characters defined in Unicode [UNICODE] in (Ps),(Pe),(Pi),(Pf) and (Po) punctuation classes that precede or follow the first letter are included in first-letter selection - 'z notation left image bracket'.
|
|
first-letter-punctuation-373 First-letter with the 'z notation left binding bracket' punctuation character http://www.w3.org/TR/CSS21/selector.html#first-letter 17780b7eee1cee9cef8929fc53f7888330871749 `Microsoft`<http://www.microsoft.com/> Punctuation characters defined in Unicode [UNICODE] in (Ps),(Pe),(Pi),(Pf) and (Po) punctuation classes that precede or follow the first letter are included in first-letter selection - 'z notation left binding bracket'.
|
|
first-letter-punctuation-374 First-letter with the 'left square bracket with underbar' punctuation character http://www.w3.org/TR/CSS21/selector.html#first-letter b0cf188ee36e72cc7162c496c35566799e90828c `Microsoft`<http://www.microsoft.com/> Punctuation characters defined in Unicode [UNICODE] in (Ps),(Pe),(Pi),(Pf) and (Po) punctuation classes that precede or follow the first letter are included in first-letter selection - 'left square bracket with underbar'.
|
|
first-letter-punctuation-375 First-letter with the 'left square bracket with tick in top corner' punctuation character http://www.w3.org/TR/CSS21/selector.html#first-letter 49a908b4539e2f8537fc2ed20b1bff56413a0812 `Microsoft`<http://www.microsoft.com/> Punctuation characters defined in Unicode [UNICODE] in (Ps),(Pe),(Pi),(Pf) and (Po) punctuation classes that precede or follow the first letter are included in first-letter selection - 'left square bracket with tick in top corner'.
|
|
first-letter-punctuation-376 First-letter with the 'left square bracket with tick in bottom corner' punctuation character http://www.w3.org/TR/CSS21/selector.html#first-letter 3a7e7615291485139213163cc413af025d12bd5a `Microsoft`<http://www.microsoft.com/> Punctuation characters defined in Unicode [UNICODE] in (Ps),(Pe),(Pi),(Pf) and (Po) punctuation classes that precede or follow the first letter are included in first-letter selection - 'left square bracket with tick in bottom corner'.
|
|
first-letter-punctuation-377 First-letter with the 'left angle bracket with dot' punctuation character http://www.w3.org/TR/CSS21/selector.html#first-letter 5925cdc5e8e4e7792f05046c9a8cf76064102805 `Microsoft`<http://www.microsoft.com/> Punctuation characters defined in Unicode [UNICODE] in (Ps),(Pe),(Pi),(Pf) and (Po) punctuation classes that precede or follow the first letter are included in first-letter selection - 'left angle bracket with dot'.
|
|
first-letter-punctuation-378 First-letter with the 'left arc less-than bracket' punctuation character http://www.w3.org/TR/CSS21/selector.html#first-letter 249e70487060a044e58a41c3d4c6abae60256faa `Microsoft`<http://www.microsoft.com/> Punctuation characters defined in Unicode [UNICODE] in (Ps),(Pe),(Pi),(Pf) and (Po) punctuation classes that precede or follow the first letter are included in first-letter selection - 'left arc less-than bracket'.
|
|
first-letter-punctuation-379 First-letter with the 'double left arc greater-than bracket' punctuation character http://www.w3.org/TR/CSS21/selector.html#first-letter 3ec99b1706ddfef04dc1d8db0c394975673a1b8e `Microsoft`<http://www.microsoft.com/> Punctuation characters defined in Unicode [UNICODE] in (Ps),(Pe),(Pi),(Pf) and (Po) punctuation classes that precede or follow the first letter are included in first-letter selection - 'double left arc greater-than bracket'.
|
|
first-letter-punctuation-380 First-letter with the 'left black tortoise shell bracket' punctuation character http://www.w3.org/TR/CSS21/selector.html#first-letter 0d607440ed815a251302bd6e05e9deb16b2430b4 `Microsoft`<http://www.microsoft.com/> Punctuation characters defined in Unicode [UNICODE] in (Ps),(Pe),(Pi),(Pf) and (Po) punctuation classes that precede or follow the first letter are included in first-letter selection - 'left black tortoise shell bracket'.
|
|
first-letter-punctuation-381 First-letter with the 'left wiggly fence' punctuation character http://www.w3.org/TR/CSS21/selector.html#first-letter a7a52e8e6e8934cd2c1c12aa7d0daa41526d8bd0 `Microsoft`<http://www.microsoft.com/> Punctuation characters defined in Unicode [UNICODE] in (Ps),(Pe),(Pi),(Pf) and (Po) punctuation classes that precede or follow the first letter are included in first-letter selection - 'left wiggly fence'.
|
|
first-letter-punctuation-382 First-letter with the 'left double wiggly fence' punctuation character http://www.w3.org/TR/CSS21/selector.html#first-letter 73d7be6d83e0ab72f775f22bb26af1e90fd79b10 `Microsoft`<http://www.microsoft.com/> Punctuation characters defined in Unicode [UNICODE] in (Ps),(Pe),(Pi),(Pf) and (Po) punctuation classes that precede or follow the first letter are included in first-letter selection - 'left double wiggly fence'.
|
|
first-letter-punctuation-383 First-letter with the 'left-pointing curved angle bracket' punctuation character http://www.w3.org/TR/CSS21/selector.html#first-letter 78c68fa3aace9d86b870690a2a2c6b2f4ea72c6b `Microsoft`<http://www.microsoft.com/> Punctuation characters defined in Unicode [UNICODE] in (Ps),(Pe),(Pi),(Pf) and (Po) punctuation classes that precede or follow the first letter are included in first-letter selection - 'left-pointing curved angle bracket'.
|
|
first-letter-punctuation-384 First-letter with the 'left angle bracket' punctuation character http://www.w3.org/TR/CSS21/selector.html#first-letter 1644214f30d605dee10e3d2b0f0de8b4f064b155 `Microsoft`<http://www.microsoft.com/> Punctuation characters defined in Unicode [UNICODE] in (Ps),(Pe),(Pi),(Pf) and (Po) punctuation classes that precede or follow the first letter are included in first-letter selection - 'left angle bracket'.
|
|
first-letter-punctuation-385 First-letter with the 'left double angle bracket' punctuation character http://www.w3.org/TR/CSS21/selector.html#first-letter 90aa41e8010611fccdd0a5b673d9d35942125912 `Microsoft`<http://www.microsoft.com/> Punctuation characters defined in Unicode [UNICODE] in (Ps),(Pe),(Pi),(Pf) and (Po) punctuation classes that precede or follow the first letter are included in first-letter selection - 'left double angle bracket'.
|
|
first-letter-punctuation-386 First-letter with the 'left corner bracket' punctuation character http://www.w3.org/TR/CSS21/selector.html#first-letter f18cd8452c96987d1de13c84f83fd765dd7ae665 `Microsoft`<http://www.microsoft.com/> Punctuation characters defined in Unicode [UNICODE] in (Ps),(Pe),(Pi),(Pf) and (Po) punctuation classes that precede or follow the first letter are included in first-letter selection - 'left corner bracket'.
|
|
first-letter-punctuation-387 First-letter with the 'left white corner bracket' punctuation character http://www.w3.org/TR/CSS21/selector.html#first-letter a2555ebd9c88f5ea89d75f8acfb05d90bdc357fb `Microsoft`<http://www.microsoft.com/> Punctuation characters defined in Unicode [UNICODE] in (Ps),(Pe),(Pi),(Pf) and (Po) punctuation classes that precede or follow the first letter are included in first-letter selection - 'left white corner bracket'.
|
|
first-letter-punctuation-388 First-letter with the 'left black lenticular bracket' punctuation character http://www.w3.org/TR/CSS21/selector.html#first-letter 54402281b0824ea61491f19900df0bab16b4681b `Microsoft`<http://www.microsoft.com/> Punctuation characters defined in Unicode [UNICODE] in (Ps),(Pe),(Pi),(Pf) and (Po) punctuation classes that precede or follow the first letter are included in first-letter selection - 'left black lenticular bracket'.
|
|
first-letter-punctuation-389 First-letter with the 'left tortoise shell bracket' punctuation character http://www.w3.org/TR/CSS21/selector.html#first-letter d2d81e90764149f38bd212de0ccf5e92ab536568 `Microsoft`<http://www.microsoft.com/> Punctuation characters defined in Unicode [UNICODE] in (Ps),(Pe),(Pi),(Pf) and (Po) punctuation classes that precede or follow the first letter are included in first-letter selection - 'left tortoise shell bracket'.
|
|
first-letter-punctuation-390 First-letter with the 'left white lenticular bracket' punctuation character http://www.w3.org/TR/CSS21/selector.html#first-letter 6aed34c968539192689f8608463f8b5bc4143bfc `Microsoft`<http://www.microsoft.com/> Punctuation characters defined in Unicode [UNICODE] in (Ps),(Pe),(Pi),(Pf) and (Po) punctuation classes that precede or follow the first letter are included in first-letter selection - 'left white lenticular bracket'.
|
|
first-letter-punctuation-391 First-letter with the 'left white tortoise shell bracket' punctuation character http://www.w3.org/TR/CSS21/selector.html#first-letter b4e0467140754feadfc415a191e6f7bcf1a99db6 `Microsoft`<http://www.microsoft.com/> Punctuation characters defined in Unicode [UNICODE] in (Ps),(Pe),(Pi),(Pf) and (Po) punctuation classes that precede or follow the first letter are included in first-letter selection - 'left white tortoise shell bracket'.
|
|
first-letter-punctuation-392 First-letter with the 'left white square bracket' punctuation character http://www.w3.org/TR/CSS21/selector.html#first-letter c2a58300bfabacf35444ba70002f2c191a81ab5b `Microsoft`<http://www.microsoft.com/> Punctuation characters defined in Unicode [UNICODE] in (Ps),(Pe),(Pi),(Pf) and (Po) punctuation classes that precede or follow the first letter are included in first-letter selection - 'left white square bracket' .
|
|
first-letter-punctuation-393 First-letter with the 'reversed double prime quotation mark' punctuation character http://www.w3.org/TR/CSS21/selector.html#first-letter 65df52dcf34f6ed515b5f50add83295159bb9018 `Microsoft`<http://www.microsoft.com/> Punctuation characters defined in Unicode [UNICODE] in (Ps),(Pe),(Pi),(Pf) and (Po) punctuation classes that precede or follow the first letter are included in first-letter selection - 'reversed double prime quotation mark'.
|
|
first-letter-punctuation-394 First-letter with the 'ornate left parenthesis' punctuation character http://www.w3.org/TR/CSS21/selector.html#first-letter b26bf54c70658fb2b25df932633454f7e1bde3c1 `Microsoft`<http://www.microsoft.com/> Punctuation characters defined in Unicode [UNICODE] in (Ps),(Pe),(Pi),(Pf) and (Po) punctuation classes that precede or follow the first letter are included in first-letter selection - 'ornate left parenthesis'.
|
|
first-letter-punctuation-395 First-letter with the 'presentation form for vertical left white lenticular bracket' punctuation character http://www.w3.org/TR/CSS21/selector.html#first-letter 2ef6066cf250fa54b594f3b9321b8de0e109fe13 `Microsoft`<http://www.microsoft.com/> Punctuation characters defined in Unicode [UNICODE] in (Ps),(Pe),(Pi),(Pf) and (Po) punctuation classes that precede or follow the first letter are included in first-letter selection - 'presentation form for vertical left white lenticular bracket'.
|
|
first-letter-punctuation-396 First-letter with the 'presentation form for vertical left parenthesis' punctuation character http://www.w3.org/TR/CSS21/selector.html#first-letter 38707290f8c7a40dbb69990f0b0b0f009b7f91fe `Microsoft`<http://www.microsoft.com/> Punctuation characters defined in Unicode [UNICODE] in (Ps),(Pe),(Pi),(Pf) and (Po) punctuation classes that precede or follow the first letter are included in first-letter selection - 'presentation form for vertical left parenthesis'.
|
|
first-letter-punctuation-397 First-letter with the 'presentation form for vertical left curly bracket' punctuation character http://www.w3.org/TR/CSS21/selector.html#first-letter 397e1ef16aacbb4d0b7cc7d0f07f0b1ece882237 `Microsoft`<http://www.microsoft.com/> Punctuation characters defined in Unicode [UNICODE] in (Ps),(Pe),(Pi),(Pf) and (Po) punctuation classes that precede or follow the first letter are included in first-letter selection - 'presentation form for vertical left curly bracket'.
|
|
first-letter-punctuation-398 First-letter with the 'presentation form for vertical left tortoise shell bracket' punctuation character http://www.w3.org/TR/CSS21/selector.html#first-letter d879c2918d3a82cec9323052f77c2af8fcd9b347 `Microsoft`<http://www.microsoft.com/> Punctuation characters defined in Unicode [UNICODE] in (Ps),(Pe),(Pi),(Pf) and (Po) punctuation classes that precede or follow the first letter are included in first-letter selection - 'presentation form for vertical left tortoise shell bracket'.
|
|
first-letter-punctuation-399 First-letter with the 'presentation form for vertical left black lenticular bracket' punctuation character http://www.w3.org/TR/CSS21/selector.html#first-letter 00212f1973cf96f43b080810afb68127ead5e93a `Microsoft`<http://www.microsoft.com/> Punctuation characters defined in Unicode [UNICODE] in (Ps),(Pe),(Pi),(Pf) and (Po) punctuation classes that precede or follow the first letter are included in first-letter selection - 'presentation form for vertical left black lenticular bracket'.
|
|
first-letter-punctuation-400 First-letter with the 'presentation form for vertical left double angle bracket' punctuation character http://www.w3.org/TR/CSS21/selector.html#first-letter 58e5dfe2f05fa80668a3ac807f14076e1f6aa1ab `Microsoft`<http://www.microsoft.com/> Punctuation characters defined in Unicode [UNICODE] in (Ps),(Pe),(Pi),(Pf) and (Po) punctuation classes that precede or follow the first letter are included in first-letter selection - 'presentation form for vertical left double angle bracket'.
|
|
first-letter-punctuation-401 First-letter with the 'presentation form for vertical left angle bracket' punctuation character http://www.w3.org/TR/CSS21/selector.html#first-letter d9035df2868fd26f06d4bd3449b3eb15daa5be57 `Microsoft`<http://www.microsoft.com/> Punctuation characters defined in Unicode [UNICODE] in (Ps),(Pe),(Pi),(Pf) and (Po) punctuation classes that precede or follow the first letter are included in first-letter selection - 'presentation form for vertical left angle bracket'.
|
|
first-letter-punctuation-402 First-letter with the 'presentation form for vertical left corner bracket' punctuation character http://www.w3.org/TR/CSS21/selector.html#first-letter 050692991b1ae3e600e3782435b280eccc770b13 `Microsoft`<http://www.microsoft.com/> Punctuation characters defined in Unicode [UNICODE] in (Ps),(Pe),(Pi),(Pf) and (Po) punctuation classes that precede or follow the first letter are included in first-letter selection - 'presentation form for vertical left corner bracket'.
|
|
first-letter-punctuation-403 First-letter with the 'presentation form for vertical left white corner bracket' punctuation character http://www.w3.org/TR/CSS21/selector.html#first-letter 9890c414a96b1157fc50750cbe2cb1902e4943d3 `Microsoft`<http://www.microsoft.com/> Punctuation characters defined in Unicode [UNICODE] in (Ps),(Pe),(Pi),(Pf) and (Po) punctuation classes that precede or follow the first letter are included in first-letter selection - 'presentation form for vertical left white corner bracket'.
|
|
first-letter-punctuation-404 First-letter with the 'presentation form for vertical left square bracket' punctuation character http://www.w3.org/TR/CSS21/selector.html#first-letter f875fb3412fd826c27abf99979c8941d327e5706 `Microsoft`<http://www.microsoft.com/> Punctuation characters defined in Unicode [UNICODE] in (Ps),(Pe),(Pi),(Pf) and (Po) punctuation classes that precede or follow the first letter are included in first-letter selection - 'presentation form for vertical left square bracket'.
|
|
first-letter-punctuation-405 First-letter with the 'small left parenthesis' punctuation character http://www.w3.org/TR/CSS21/selector.html#first-letter f99ddccfb19a89eab3ea57609f4846915f78c8d9 `Microsoft`<http://www.microsoft.com/> Punctuation characters defined in Unicode [UNICODE] in (Ps),(Pe),(Pi),(Pf) and (Po) punctuation classes that precede or follow the first letter are included in first-letter selection - 'small left parenthesis'.
|
|
first-letter-punctuation-406 First-letter with the 'small left curly bracket' punctuation character http://www.w3.org/TR/CSS21/selector.html#first-letter f42353bff20e3a89ea894a87c779f13a73c2abc4 `Microsoft`<http://www.microsoft.com/> Punctuation characters defined in Unicode [UNICODE] in (Ps),(Pe),(Pi),(Pf) and (Po) punctuation classes that precede or follow the first letter are included in first-letter selection - 'small left curly bracket'.
|
|
first-letter-punctuation-407 First-letter with the 'small left tortoise shell bracket' punctuation character http://www.w3.org/TR/CSS21/selector.html#first-letter 2eba45b324fc13d635ea75558952b57d7762ca5c `Microsoft`<http://www.microsoft.com/> Punctuation characters defined in Unicode [UNICODE] in (Ps),(Pe),(Pi),(Pf) and (Po) punctuation classes that precede or follow the first letter are included in first-letter selection - 'small left tortoise shell bracket'.
|
|
first-letter-punctuation-408 First-letter with the 'fullwidth left parenthesis' punctuation character http://www.w3.org/TR/CSS21/selector.html#first-letter 60eab04f095546f9af6d3331b5c9da05a3978e8e `Microsoft`<http://www.microsoft.com/> Punctuation characters defined in Unicode [UNICODE] in (Ps),(Pe),(Pi),(Pf) and (Po) punctuation classes that precede or follow the first letter are included in first-letter selection - 'fullwidth left parenthesis'.
|
|
first-letter-punctuation-409 First-letter with the 'fullwidth left square bracket' punctuation character http://www.w3.org/TR/CSS21/selector.html#first-letter 110c0117cbe5c90a1a1d40bb118a6f386b9c34cb `Microsoft`<http://www.microsoft.com/> Punctuation characters defined in Unicode [UNICODE] in (Ps),(Pe),(Pi),(Pf) and (Po) punctuation classes that precede or follow the first letter are included in first-letter selection - 'fullwidth left square bracket'.
|
|
first-letter-punctuation-410 First-letter with the 'fullwidth left curly bracket' punctuation character http://www.w3.org/TR/CSS21/selector.html#first-letter 5ea54b0b9c60b9334b77ab81c9d273b99623638c `Microsoft`<http://www.microsoft.com/> Punctuation characters defined in Unicode [UNICODE] in (Ps),(Pe),(Pi),(Pf) and (Po) punctuation classes that precede or follow the first letter are included in first-letter selection - 'fullwidth left curly bracket'.
|
|
first-letter-punctuation-411 First-letter with the 'fullwidth left white parenthesis' punctuation character http://www.w3.org/TR/CSS21/selector.html#first-letter b86ca1a0e707a1014ec1c0f3a2f267094ecd4dd3 `Microsoft`<http://www.microsoft.com/> Punctuation characters defined in Unicode [UNICODE] in (Ps),(Pe),(Pi),(Pf) and (Po) punctuation classes that precede or follow the first letter are included in first-letter selection - 'fullwidth left white parenthesis'.
|
|
first-letter-punctuation-412 First-letter with the 'halfwidth left corner bracket' punctuation character http://www.w3.org/TR/CSS21/selector.html#first-letter d1081c17761fc9da30bbd4ffba5a163a999170ce `Microsoft`<http://www.microsoft.com/> Punctuation characters defined in Unicode [UNICODE] in (Ps),(Pe),(Pi),(Pf) and (Po) punctuation classes that precede or follow the first letter are included in first-letter selection - 'halfwidth left corner bracket'.
|
|
first-letter-quote-001 reference/first-letter-quote-001-ref :first-letter http://www.w3.org/TR/CSS21/selector.html#first-letter 3632a17de1d99d5405b5c9f13888c0b400575bdf `Boris Zbarsky`<mailto:bzbarsky@mit.edu>,`Mozilla Corporation`<http://mozilla.com/>
|
|
first-letter-quote-002 reference/first-letter-quote-001-ref :first-letter http://www.w3.org/TR/CSS21/selector.html#first-letter a97cd3bed912e8955caeb39adc4fecd458ed2192 `Boris Zbarsky`<mailto:bzbarsky@mit.edu>,`Mozilla Corporation`<http://mozilla.com/>
|
|
first-letter-quote-003 reference/first-letter-quote-001-ref :first-letter http://www.w3.org/TR/CSS21/selector.html#first-letter 970d8ba98495ee6d6ce5c9da590610cbafb6a587 `Boris Zbarsky`<mailto:bzbarsky@mit.edu>,`Mozilla Corporation`<http://mozilla.com/>
|
|
first-letter-quote-004 reference/first-letter-quote-001-ref :first-letter dom http://www.w3.org/TR/CSS21/selector.html#first-letter bdc1cc85e9ebaf1dafc3e1f339ee752f9dee2abf `Boris Zbarsky`<mailto:bzbarsky@mit.edu>,`Mozilla Corporation`<http://mozilla.com/>
|
|
first-letter-quote-005 reference/first-letter-quote-001-ref :first-letter http://www.w3.org/TR/CSS21/selector.html#first-letter cd0d371ade1056d4dabdc8934234a56e407d0d56 `L. David Baron`<http://dbaron.org/>,`Mozilla Corporation`<http://mozilla.com/>
|
|
first-letter-quote-006 reference/first-letter-quote-001-ref :first-letter http://www.w3.org/TR/CSS21/selector.html#first-letter 90ec107347922f1701c17a03ee4d0ed9da7b5d57 `L. David Baron`<http://dbaron.org/>,`Mozilla Corporation`<http://mozilla.com/>
|
|
first-letter-selector-000 :first-letter in XML http://www.w3.org/TR/CSS21/selector.html#first-letter b095994244d2757b3caefed4fe11dfbeadcea199 `Ian Hickson`<mailto:ian@hixie.ch>
|
|
first-letter-selector-001 First-letter pseudo-element http://www.w3.org/TR/CSS21/selector.html#first-letter 7ef79e944f83898358f422860c84c3703fc471f2 `Microsoft`<http://www.microsoft.com/> The :first-letter pseudo-element matches the first letter in a given element.
|
|
first-letter-selector-002 First-letter pseudo-element with image missing alt text image http://www.w3.org/TR/CSS21/selector.html#first-letter d588ce93149a81f94483856e76ab5e4c7439eb67 `Microsoft`<http://www.microsoft.com/> If there is preceding content (an image) or alt text the :first-letter pseudo-element does not match the first letter.
|
|
first-letter-selector-003 First-letter as a digit http://www.w3.org/TR/CSS21/selector.html#first-letter 9ac0bc3e71e9abe01dd42b63fa391dc862a5e3da `Microsoft`<http://www.microsoft.com/> The ':first-letter' applies if the first letter is a digit.
|
|
first-letter-selector-004 First-letter and :before http://www.w3.org/TR/CSS21/selector.html#first-letter 8efa529e3cabe5ca3e4ff7ca6456a2d91e59f0eb `Microsoft`<http://www.microsoft.com/> If an element has ':before' or ':after' content, the ':first-letter applies to the first letter of the element including that content.
|
|
first-letter-selector-005 First-letter with leading line break http://www.w3.org/TR/CSS21/selector.html#first-letter 44d6a00f0300a94aadf2117071a85f71427dce41 `Microsoft`<http://www.microsoft.com/> The first letter occurs on the first formatted line.
|
|
first-letter-selector-006 First-letter with list items http://www.w3.org/TR/CSS21/selector.html#first-letter 13f6469a7debac2d602ce191509cf616229c8489 `Microsoft`<http://www.microsoft.com/> If an element is a list item, the ':first-letter' applies to the first letter in the principal box after the marker.
|
|
first-letter-selector-007 First-letter with table cell elements http://www.w3.org/TR/CSS21/selector.html#first-letter cf30f030d4adddf77a23afe951f4a98bca11dd3e `Microsoft`<http://www.microsoft.com/> The :first-letter pseudo-element applies to table-cells.
|
|
first-letter-selector-008 First-letter with inline-block elements http://www.w3.org/TR/CSS21/selector.html#first-letter 4158805959a780e63d565dbc0b07636369f0f6b6 `Microsoft`<http://www.microsoft.com/> The first-letter pseudo-element applies to inline-block elements.
|
|
first-letter-selector-009 First-letter and valid properties http://www.w3.org/TR/CSS21/selector.html#first-letter a0cf032c0ba3175609fda9b3c6c7c930daeedcab `Microsoft`<http://www.microsoft.com/> The color, font-size, text-decoration, text-transform, background and border properties apply to :first-letter.
|
|
first-letter-selector-010 First-letter as a float http://www.w3.org/TR/CSS21/selector.html#first-letter a3fe6bfe0defd5512f5bbc25b02760032f9ac820 `Microsoft`<http://www.microsoft.com/> The float property applies to :first-letter.
|
|
first-letter-selector-011 First-letter using letter-spacing property http://www.w3.org/TR/CSS21/selector.html#first-letter d06bedfe72e7b85b73d692dc3109a9f2f8fe99f1 `Microsoft`<http://www.microsoft.com/> The letter-spacing property is allowed for :first-letter.
|
|
first-letter-selector-012 First-letter using margin http://www.w3.org/TR/CSS21/selector.html#first-letter a1918a325aec737189cb2d5dbaf609af09fd45d1 `Microsoft`<http://www.microsoft.com/> The margin property is allowed for :first-letter.
|
|
first-letter-selector-013 First-letter using background and padding http://www.w3.org/TR/CSS21/selector.html#first-letter cffc52f806b448d140a5877aa8219646d12ba20e `Microsoft`<http://www.microsoft.com/> The background and padding properties is allowed for :first-letter.
|
|
first-letter-selector-014 First-letter using vertical-align and line-height http://www.w3.org/TR/CSS21/selector.html#first-letter 9978226deea5907625da194521532771c6aa72b1 `Microsoft`<http://www.microsoft.com/> The vertical-align and line-height properties is allowed for :first-letter.
|
|
first-letter-selector-015 First-letter with img alt text image http://www.w3.org/TR/CSS21/selector.html#first-letter b53062818dcba48a6929c0a9b5795cebb6ca4a34 `Microsoft`<http://www.microsoft.com/> The ':first-letter' pseudo-element can be used with all such elements that contain text, or that have a descendant in the same flow that contains text.
|
|
first-letter-selector-016 First-letter with img preceding text image http://www.w3.org/TR/CSS21/selector.html#first-letter fcd42efd6dc25a9463d266ea25d2dfa0fb3ec825 `Microsoft`<http://www.microsoft.com/> First-letter selects the first letter of a block if it is not preceded by any other content on its line.
|
|
first-letter-selector-017 Inline-block usage with :first-letter http://www.w3.org/TR/CSS21/selector.html#first-line-pseudo 30c3bc8f5a1b2c009e4264863adfa213575b5559 `Microsoft`<http://www.microsoft.com/> The first letter of an inline-block cannot be the first letter of an ancestor element.
|
|
first-letter-selector-018 First-letter with punctuation http://www.w3.org/TR/CSS21/selector.html#first-letter 7e23f64c2c9bdc96d53f345195e0d2536a22dcaa `Microsoft`<http://www.microsoft.com/> The ':first-letter' pseudo-element also applies to punctuation.
|
|
first-letter-selector-019 First-letter in descendents http://www.w3.org/TR/CSS21/selector.html#first-letter f74c7951b2e803fdc0e28c8f92121c975d11928a `Microsoft`<http://www.microsoft.com/> A user agent acts as if the fictional start tag of the first-letter pseudo-element is just before the first text of the element, even if that first text is in a descendant.
|
|
first-letter-selector-020 First-letter and language specific letter combinations may http://www.w3.org/TR/CSS21/selector.html#first-letter aafe4a72a2393c80d1db3c10c949858ae070753f `Microsoft`<http://www.microsoft.com/> Some letter combinations in some languages may be considered part of the first-letter pseudo-element.
|
|
first-letter-selector-021 First-letter on list-style-position: inside may http://www.w3.org/TR/CSS21/selector.html#first-letter 77e21216f159194a98a08f0d4021626891282c2a `Microsoft`<http://www.microsoft.com/> User agents may ignore ':first-letter' on list items with 'list-style-position: inside'.
|
|
first-letter-selector-022 First-letter in different elements than its punctuation may http://www.w3.org/TR/CSS21/selector.html#first-letter 97657ffd0207e7430171a541304e1ef08ca8e30f `Microsoft`<http://www.microsoft.com/> If the letters that would form the first-letter are not in the same element the user agent may create a first-letter pseudo-element from one of the elements, both elements, or simply not create a pseudo-element.
|
|
first-letter-selector-023 First-letter on bidi text may http://www.w3.org/TR/CSS21/selector.html#first-letter 186c5a17eac077bd99ce1775fdb6690ab3d5c852 `Microsoft`<http://www.microsoft.com/> If the first letter of the block is not at the start of the line (for example due to bidirectional reordering), then the user agent need not create the pseudo-element.
|
|
first-letter-selector-024 Table-cell usage with :first-letter http://www.w3.org/TR/CSS21/selector.html#first-line-pseudo a693dbac1f23bb4d500364f6019a790a32dbb9a9 `Microsoft`<http://www.microsoft.com/> The first letter of a table-cell cannot be the first letter of an ancestor element.
|
|
first-letter-selector-025 First-letter with table caption elements http://www.w3.org/TR/CSS21/selector.html#first-letter d617285a17d7ff87747818355a4e15edb0069887 `Microsoft`<http://www.microsoft.com/> The :first-letter pseudo-element applies to table-captions.
|
|
first-letter-selector-026 First-Letter: Basic Test http://www.w3.org/TR/CSS21/selector.html#first-letter f66313dfd5e4b1258f017a932b4ab221a00a48dd `Ian Hickson`<mailto:ian@hixie.ch>
|
|
first-letter-selector-027 First-Letter: Basic Test http://www.w3.org/TR/CSS21/selector.html#first-letter 8d76ff6ddfae97914ed3d8d881f006634a4ab09e `Ian Hickson`<mailto:ian@hixie.ch>
|
|
first-letter-selector-028 reference/first-letter-selector-028-ref First-letter - in-flow block descendant that contains text http://www.w3.org/TR/CSS21/selector.html#first-letter e1e9040bbaf4e7038f22b043fcc8186561188d64 `Gérard Talbot`<http://www.gtalbot.org/BrowserBugsSection/css21testsuite/> The :first-letter pseudo-element can be used and will apply onto in-flow block descendant that contains text.
|
|
first-letter-selector-029 First-letter - dynamic :hover pseudo-class interact http://www.w3.org/TR/CSS21/selector.html#first-letter 23ee15ad77ce960d38070bd5cf035eec1950835d `Gérard Talbot`<http://www.gtalbot.org/BrowserBugsSection/css21testsuite/> The :first-letter pseudo-element can be used and will apply onto an :hover pseudo-class.
|
|
first-letter-space-not-selected reference/first-letter-space-not-selected-ref ::first-letter - spaces should not be selected http://www.w3.org/TR/CSS21/selector.html#first-letter b58da0ca0d23b4eefe2bc20262295f07eeb25c82 `Ethan Malasky`<mailto:emalasky@adobe.com> ::first-letter should not include initial spaces. Test non-breaking space, em space, en space, and thin space, both alone and preceeding a real letter.
|
|
first-line-000 Selectors: The :first-line pseudo-element http://www.w3.org/TR/CSS21/selector.html#first-line-pseudo 8024bec53d70e00d93efd89ffc85a9bb803e98c1 `Gabriele Romanato`<mailto:gabriele.romanato@gmail.com> Browsers should apply the rule only to the first line of a block-level element
|
|
first-line-001 reference/first-line-001-ref :first-line http://www.w3.org/TR/CSS21/selector.html#first-line-pseudo fbc253077762d472c59788d3c081d88f7ac745be `Boris Zbarsky`<mailto:bzbarsky@mit.edu>,`Mozilla Corporation`<http://mozilla.com/>
|
|
first-line-floats-001 reference/first-line-floats-001-ref :first-line http://www.w3.org/TR/CSS21/selector.html#first-line-pseudo 6104569d5c0dbbe2b0df763e59838d20631d3140 `Boris Zbarsky`<mailto:bzbarsky@mit.edu>,`Mozilla Corporation`<http://mozilla.com/>
|
|
first-line-floats-002 reference/first-line-floats-001-ref :first-line http://www.w3.org/TR/CSS21/selector.html#first-line-pseudo aaacfe261338c18af7603f380acef8bae0723516 `Boris Zbarsky`<mailto:bzbarsky@mit.edu>,`Mozilla Corporation`<http://mozilla.com/>
|
|
first-line-floats-003 reference/first-line-floats-001-ref :first-line http://www.w3.org/TR/CSS21/selector.html#first-line-pseudo b7937e6ed7fc900405bff4f692d412336f841487 `Boris Zbarsky`<mailto:bzbarsky@mit.edu>,`Mozilla Corporation`<http://mozilla.com/>
|
|
first-line-floats-004 reference/first-line-floats-001-ref :first-line dom http://www.w3.org/TR/CSS21/selector.html#first-line-pseudo ae36593afc5095e4862374c9002f152bd2c3e692 `Boris Zbarsky`<mailto:bzbarsky@mit.edu>,`Mozilla Corporation`<http://mozilla.com/>
|
|
first-line-inherit-001 reference/first-line-inherit-001-ref :first-line http://www.w3.org/TR/CSS21/selector.html#first-line-pseudo 28671cecd598a062c142a0fd92352bdebd963d5a `Boris Zbarsky`<mailto:bzbarsky@mit.edu>,`Mozilla Corporation`<http://mozilla.com/>
|
|
first-line-inherit-002 reference/first-line-inherit-002-ref :first-line http://www.w3.org/TR/CSS21/selector.html#first-line-pseudo 23a39c5591bdac5f00454b1e41bebbb923f223fb `Boris Zbarsky`<mailto:bzbarsky@mit.edu>,`Mozilla Corporation`<http://mozilla.com/>
|
|
first-line-inherit-003 reference/first-line-inherit-003-ref :first-line http://www.w3.org/TR/CSS21/selector.html#first-line-pseudo 3b77efd7230b014f9f9b620f9d838f77dfb19dce `Boris Zbarsky`<mailto:bzbarsky@mit.edu>,`Mozilla Corporation`<http://mozilla.com/>
|
|
first-line-pseudo-001 CSS Block Box Model: first-line and anonymous boxes http://www.w3.org/TR/CSS21/selector.html#first-line-pseudo 28dca6622f017ecf42db24b223a8360ea0ba3a61 `Ian Hickson`<mailto:ian@hixie.ch>
|
|
first-line-pseudo-002 CSS Block Box Model: first-line and anonymous boxes http://www.w3.org/TR/CSS21/selector.html#first-line-pseudo aa7328b2abea0edfac5f4a48b405be4632a9a1b1 `Ian Hickson`<mailto:ian@hixie.ch>
|
|
first-line-pseudo-004 CSS Block Box Model: first-line and anonymous boxes http://www.w3.org/TR/CSS21/selector.html#first-line-pseudo 33752c022755f53263a19936992de9c7f9e1ef54 `Ian Hickson`<mailto:ian@hixie.ch>
|
|
first-line-pseudo-005 CSS Block Box Model: first-line and anonymous boxes http://www.w3.org/TR/CSS21/selector.html#first-line-pseudo 54dac135ee0cc436114f402868e281c7ef481248 `Ian Hickson`<mailto:ian@hixie.ch>
|
|
first-line-pseudo-007 CSS Block Box Model: first-line and anonymous boxes http://www.w3.org/TR/CSS21/selector.html#first-line-pseudo cf1517df2128a7bb254531e13b12c29e18bdcef4 `Ian Hickson`<mailto:ian@hixie.ch>
|
|
first-line-pseudo-008 CSS Block Box Model: first-line and anonymous boxes http://www.w3.org/TR/CSS21/selector.html#first-line-pseudo 02347987b494e05b588c15e4e3b1d0260e88dc36 `Ian Hickson`<mailto:ian@hixie.ch>
|
|
first-line-pseudo-009 CSS Block Box Model: first-line and inherited backgrounds http://www.w3.org/TR/CSS21/selector.html#first-line-pseudo c9d851460147c710cd57c34f109561cd318ad427 `Ian Hickson`<mailto:ian@hixie.ch>
|
|
first-line-pseudo-010 CSS Block Box Model: first-line and borders http://www.w3.org/TR/CSS21/selector.html#first-line-pseudo 16911ff80ee3e78717c6c7d6debbadc6b9367bb9 `Ian Hickson`<mailto:ian@hixie.ch>
|
|
first-line-pseudo-011 :first-line and margin collapsing http://www.w3.org/TR/CSS21/selector.html#first-line-pseudo 1ca6a2ed0eb16ccde0f23a48e2caad3f8e551b5f `Ian Hickson`<mailto:ian@hixie.ch>
|
|
first-line-pseudo-012 reference/first-line-pseudo-012-ref vertical-align: length on :first-line ahem,may http://www.w3.org/TR/CSS21/selector.html#first-line-pseudo 4ab7eff1afeb1acb8985eb7360eeec08c4e720a6 `Ian Hickson`<mailto:ian@hixie.ch>
|
|
first-line-pseudo-013 reference/first-line-pseudo-013-ref vertical-align: top on :first-line ahem,may http://www.w3.org/TR/CSS21/selector.html#first-line-pseudo aec299f9b9d91f63d1dd030902ae6ee6b18a9c7c `Ian Hickson`<mailto:ian@hixie.ch>
|
|
first-line-pseudo-014 reference/first-line-pseudo-013-ref vertical-align: top on :first-line ahem,may http://www.w3.org/TR/CSS21/selector.html#first-line-pseudo 05acd884222b839ce7a81100ccc908492c598866 `Ian Hickson`<mailto:ian@hixie.ch>
|
|
first-line-pseudo-015 reference/first-line-pseudo-015-ref vertical-align: bottom on :first-line ahem,may http://www.w3.org/TR/CSS21/selector.html#first-line-pseudo 5ebf76ae1175ce4bfff40cd23eae3aaca671dc57 `Ian Hickson`<mailto:ian@hixie.ch>
|
|
first-line-pseudo-016 reference/first-line-pseudo-015-ref vertical-align: bottom on :first-line ahem,may http://www.w3.org/TR/CSS21/selector.html#first-line-pseudo 875ce407781cfcb225bce914c53724449ac9b898 `Ian Hickson`<mailto:ian@hixie.ch>
|
|
first-line-pseudo-017 First-Line: Innermost vs outermost http://www.w3.org/TR/CSS21/selector.html#first-line-pseudo 11352f610475249d323123bab80dd30524b81c13 `Ian Hickson`<mailto:ian@hixie.ch>
|
|
first-line-pseudo-018 Basic :first-line test http://www.w3.org/TR/CSS21/selector.html#first-line-pseudo 03e8bac36c46d0c6f79b5e3dba41eed6bf793af9 `Ian Hickson`<mailto:ian@hixie.ch>
|
|
first-line-pseudo-019 Basic :first-line test http://www.w3.org/TR/CSS21/selector.html#first-line-pseudo 4a73153e0c8db5106ac1ba0c6a4177145ad3de0d `Ian Hickson`<mailto:ian@hixie.ch>
|
|
first-line-pseudo-020 Basic :first-line test http://www.w3.org/TR/CSS21/selector.html#first-line-pseudo cbd72ae6083c8c785252e3df2ae9accff560519a `Ian Hickson`<mailto:ian@hixie.ch>
|
|
first-line-pseudo-021 First-Line: Inheritance http://www.w3.org/TR/CSS21/selector.html#first-line-pseudo 46b22da755a78d47b4f40ec8bcd4881888d3f403 `Ian Hickson`<mailto:ian@hixie.ch>
|
|
first-line-selector-001 First-line pseudo-element http://www.w3.org/TR/CSS21/selector.html#first-line-pseudo 4077ef34c5d72b040a4a2b8857d1701d96019b7b `Microsoft`<http://www.microsoft.com/> The :first-line pseudo-element matches the first line of a given element.
|
|
first-line-selector-002 First-line selector applicability to table cells http://www.w3.org/TR/CSS21/selector.html#first-line-pseudo 2657225c47869462cf44f103ad22b61568319c93 `Microsoft`<http://www.microsoft.com/> The :first-line pseudo-element can be attached to a table-cell.
|
|
first-line-selector-003 Table cells usage with :first-line http://www.w3.org/TR/CSS21/selector.html#first-line-pseudo 3ab4108b1cfb807b06ee46ae230355d83fefe803 `Microsoft`<http://www.microsoft.com/> The first line of a table-cell cannot be the first formatted line of an ancestor element.
|
|
first-line-selector-004 First-line and in-flow block level descendents http://www.w3.org/TR/CSS21/selector.html#first-line-pseudo 1fdfb7d3df47e5dfce5bb1ad2e7c3081921b6196 `Microsoft`<http://www.microsoft.com/> The 'first formatted line' of an element can occur inside a block-level descendant in the same flow.
|
|
first-line-selector-006 First-line and inline elements http://www.w3.org/TR/CSS21/selector.html#first-line-pseudo bb7aa1555227a8ed705b8369ad67d46d3ecb333b `Microsoft`<http://www.microsoft.com/> First-line applies to inline elements.
|
|
first-line-selector-007 First-line and font property http://www.w3.org/TR/CSS21/selector.html#first-line-pseudo 8027b58a96dc68928ba4caf57172ea2d7ed80d7a `Microsoft`<http://www.microsoft.com/> First-line allows font property.
|
|
first-line-selector-008 First-line and allowed properties http://www.w3.org/TR/CSS21/selector.html#first-line-pseudo 0636b41adea11c418fdeb42072fa5ec531790299 `Microsoft`<http://www.microsoft.com/> First-line allows letter-spacing, text-decoration, text-transform and line-height properties.
|
|
first-line-selector-009 First-line and inapplicable properties http://www.w3.org/TR/CSS21/selector.html#first-line-pseudo 8c01dd0756b096da2610e56d8f0adaaf663840e0 `Microsoft`<http://www.microsoft.com/> First-line does not allow the float, border or direction properties.
|
|
first-line-selector-010 First-line after a BR http://www.w3.org/TR/CSS21/selector.html#first-line-pseudo 0ee98a077d59e34bcb54040752cb814b3220fc8c `Microsoft`<http://www.microsoft.com/> The :first-line pseudo-element start tag is inserted right after the start tag of the block element.
|
|
first-line-selector-011 Inline-block usage with :first-line http://www.w3.org/TR/CSS21/selector.html#first-line-pseudo 357af2d94502b3ba4a969fd09b8e64d672585e7d `Microsoft`<http://www.microsoft.com/> The first line of an inline-block cannot be the first formatted line of an ancestor element.
|
|
first-line-selector-012 First-line selector applicability to table captions http://www.w3.org/TR/CSS21/selector.html#first-line-pseudo 8f8f4fa52cf5d9afdbcf2ebe465eb91b2988afcc `Microsoft`<http://www.microsoft.com/> The :first-line pseudo-element can be attached to a table caption.
|
|
first-line-selector-013 First-line selector applicability to inline-blocks http://www.w3.org/TR/CSS21/selector.html#first-line-pseudo a728120d0e9a015431cf01df39be2bb57925ffa9 `Microsoft`<http://www.microsoft.com/> The :first-line pseudo-element can be attached to an inline-block.
|
|
first-line-selector-014 :first-line pseudo-element - text-transform http://www.w3.org/TR/CSS21/selector.html#first-line-pseudo,http://www.w3.org/TR/CSS21/text.html#caps-prop,http://www.w3.org/TR/CSS21/visuren.html#viewport b8ca3edaa9b6360b35a77a4f39cacd692e602b6a `Gérard Talbot`<http://www.gtalbot.org/BrowserBugsSection/css21testsuite/>,`Magne Andersson`<magne[dot]andersson(at)telia[dot]com>
|
|
first-line-selector-015 :first-line pseudo-element - text-transform http://www.w3.org/TR/CSS21/selector.html#first-line-pseudo,http://www.w3.org/TR/CSS21/text.html#caps-prop,http://www.w3.org/TR/CSS21/visuren.html#viewport 178dd550fd48658caffaaeee7ab5f2e233299ed9 `Gérard Talbot`<http://www.gtalbot.org/BrowserBugsSection/css21testsuite/> The :first-line pseudo-element can be attached to an unordered list because it is a block-level element. The "first formatted line" of an unordered list occurs inside its first list-item because it is a non-positioned and non-floated block-level descendant in the same flow. User agents may change the document's layout (preferred behavior but nonetheless optional) when the viewport is resized.
|
|
first-line-selector-016 Inline-block usage with :first-line http://www.w3.org/TR/CSS21/selector.html#first-line-pseudo b1f7213ea778a7f37e781d6bf15c510f3cf5008c `Microsoft`<http://www.microsoft.com/> The first line of an inline-block cannot be the first formatted line of an ancestor element.
|
|
first-line-selector-017 First-line - dynamic :hover pseudo-class interact http://www.w3.org/TR/CSS21/selector.html#first-line-pseudo 39f1040f76501aaf90dae34cdb0944dc345de77e `Gérard Talbot`<http://www.gtalbot.org/BrowserBugsSection/css21testsuite/> The :first-line pseudo-element can be used and will apply onto an :hover pseudo-class.
|
|
first-page-selectors-001 Page Selectors - First Page in LTR paged http://www.w3.org/TR/CSS21/page.html#page-selectors f954ee56d7fec8d11cd8bf7047bcffa9309c90bf `Elika J. Etemad`<http://fantasai.inkedblade.net/contact> The first page of a left-to-right document is a :right page.
|
|
first-page-selectors-002 Page Selectors - First Page in RTL paged http://www.w3.org/TR/CSS21/page.html#page-selectors 1e28f820bbed8e8e108a006a72b23c16c46ce7da `Elika J. Etemad`<http://fantasai.inkedblade.net/contact> The first page of a right-to-left document is a :left page.
|
|
first-page-selectors-003 Page Selectors - First Page in LTR Forced :left may,paged http://www.w3.org/TR/CSS21/page.html#page-selectors 08f613e061ab08c5a071a50d2c7e37dddb914254 `Elika J. Etemad`<http://fantasai.inkedblade.net/contact> The first page of a left-to-right document can be forced as :left by inserting a page break.
|
|
first-page-selectors-004 Page Selectors - First Page in RTL Forced :right may,paged http://www.w3.org/TR/CSS21/page.html#page-selectors a5c1fb528f5b5f17a57c65056d00504d3813cbef `Elika J. Etemad`<http://fantasai.inkedblade.net/contact> The first page of a right-to-left document can be forced as :right by inserting a page break.
|
|
fixed-table-layout-001 Fixed table layout when 'width' property is 'auto' ahem http://www.w3.org/TR/CSS21/tables.html#fixed-table-layout 72b5ea78d6b5c107cbee06057efd23f277284710 `Microsoft`<http://www.microsoft.com/> If a browser supports fixed table layout when 'width' is 'auto', a table will size to its containing block, minus any margin space (modified example from spec section 17.5.2.1).
|
|
fixed-table-layout-002 Value other than 'auto' for column width sets width of cells in the column http://www.w3.org/TR/CSS21/tables.html#fixed-table-layout ec1814f346b834600c51b0b4ca6b0b761d13ba96 `Microsoft`<http://www.microsoft.com/> A column element with a value other than 'auto' for the 'width' property sets the width for the column of cells it contains.
|
|
fixed-table-layout-002a reference/fixed-table-layout-002a-ref table-layout: fixed - specified column width must include padding and border applied on its cells image http://www.w3.org/TR/CSS21/tables.html#fixed-table-layout 378167322628bd5e55fd6ed930bd1224f26fa8f1 `Gérard Talbot`<http://www.gtalbot.org/BrowserBugsSection/css21testsuite/> In the fixed table layout algorithm, the horizontal layout of the table only depends on the table's width, the width of the columns, table borders and any non-zero horizontal border-spacing if 'border-collapse: separate' applies to such table, like in this test. The specified width of columns must include the non-zero horizontal padding and/or non-zero horizontal borders which may be applying to the cells contained in such columns.
|
|
fixed-table-layout-003 Cell in the first row with specified width sets the width for the column http://www.w3.org/TR/CSS21/tables.html#fixed-table-layout e13780da080ecbcfdff018aa75b42ae74db64f24 `Microsoft`<http://www.microsoft.com/> A cell in the first row with specified non-auto 'width' sets the width for its column in the absence of a column element with specified non-auto width.
|
|
fixed-table-layout-003a01 reference/fixed-table-layout-003a01-ref table-layout: fixed - cell in the first row with specified width http://www.w3.org/TR/CSS21/tables.html#fixed-table-layout 09c5a825e0e2389d86e135d1530db3c8bdc5bb56 `Gérard Talbot`<http://www.gtalbot.org/BrowserBugsSection/css21testsuite/> A cell in the first row with specified non-auto 'width' sets the width for its column in the absence of a column element with specified non-auto width. This test checks the 'border-collapse: separate' model with symetrical non-zero horizontal cell padding and with zero horizontal cell border.
|
|
fixed-table-layout-003a02 reference/fixed-table-layout-003a02-ref table-layout: fixed - cell in the first row with specified width http://www.w3.org/TR/CSS21/tables.html#fixed-table-layout c957f8a844e8d708b79061eedd9e16dc990312a3 `Gérard Talbot`<http://www.gtalbot.org/BrowserBugsSection/css21testsuite/> A cell in the first row with specified non-auto 'width' sets the width for its column in the absence of a column element with specified non-auto width. This test checks the 'border-collapse: separate' model with symetrical non-zero horizontal cell padding and with zero horizontal cell border.
|
|
fixed-table-layout-003a03 reference/fixed-table-layout-003a01-ref table-layout: fixed - cell in the first row with specified width http://www.w3.org/TR/CSS21/tables.html#fixed-table-layout d77245d1ac82cacd1e1b4e5dad5e7885e2f6f805 `Gérard Talbot`<http://www.gtalbot.org/BrowserBugsSection/css21testsuite/> A cell in the first row with specified non-auto 'width' sets the width for its column in the absence of a column element with specified non-auto width. This test checks the 'border-collapse: separate' model with one non-zero horizontal cell padding and with zero horizontal cell border.
|
|
fixed-table-layout-003a04 reference/fixed-table-layout-003a02-ref table-layout: fixed - cell in the first row with specified width http://www.w3.org/TR/CSS21/tables.html#fixed-table-layout 1703033f755244befea89d20d7c4251bf94f0fa7 `Gérard Talbot`<http://www.gtalbot.org/BrowserBugsSection/css21testsuite/> A cell in the first row with specified non-auto 'width' sets the width for its column in the absence of a column element with specified non-auto width. This test checks the 'border-collapse: separate' model with one non-zero horizontal cell padding and with zero horizontal cell border.
|
|
fixed-table-layout-003a05 reference/fixed-table-layout-003a01-ref table-layout: fixed - cell in the first row with specified width http://www.w3.org/TR/CSS21/tables.html#fixed-table-layout ae061d7054af17bed272308cadda61fb5b3f29ec `Gérard Talbot`<http://www.gtalbot.org/BrowserBugsSection/css21testsuite/> A cell in the first row with specified non-auto 'width' sets the width for its column in the absence of a column element with specified non-auto width. This test checks the 'border-collapse: separate' model with one non-zero horizontal cell padding and with zero horizontal cell border.
|
|
fixed-table-layout-003a06 reference/fixed-table-layout-003a02-ref table-layout: fixed - cell in the first row with specified width http://www.w3.org/TR/CSS21/tables.html#fixed-table-layout 002d5ac7a70b372ed761f50e87de1bbf3ac76c36 `Gérard Talbot`<http://www.gtalbot.org/BrowserBugsSection/css21testsuite/> A cell in the first row with specified non-auto 'width' sets the width for its column in the absence of a column element with specified non-auto width. This test checks the 'border-collapse: separate' model with one non-zero horizontal cell padding and with zero horizontal cell border.
|
|
fixed-table-layout-003b01 reference/fixed-table-layout-003b01-ref table-layout: fixed - cell in the first row with specified width http://www.w3.org/TR/CSS21/tables.html#fixed-table-layout ba53e86321cf7de0bcb90a7bc37ce828f30cac93 `Gérard Talbot`<http://www.gtalbot.org/BrowserBugsSection/css21testsuite/> A cell in the first row with specified non-auto 'width' sets the width for its column in the absence of a column element with specified non-auto width. This test checks the 'border-collapse: separate' model with non-zero symetrical horizontal cell padding and with non-zero symetrical horizontal cell borders.
|
|
fixed-table-layout-003b02 reference/fixed-table-layout-003b02-ref table-layout: fixed - cell in the first row with specified width http://www.w3.org/TR/CSS21/tables.html#fixed-table-layout 166a96bf132ff9570636124e2b217944bc7721c6 `Gérard Talbot`<http://www.gtalbot.org/BrowserBugsSection/css21testsuite/> A cell in the first row with specified non-auto 'width' sets the width for its column in the absence of a column element with specified non-auto width. This test checks the 'border-collapse: separate' model with non-zero symetrical horizontal cell padding and with non-zero symetrical horizontal cell borders.
|
|
fixed-table-layout-003b03 reference/fixed-table-layout-003b01-ref table-layout: fixed - cell in the first row with specified width http://www.w3.org/TR/CSS21/tables.html#fixed-table-layout 59e6fb47e151a28fff3077555729e49f84d95c00 `Gérard Talbot`<http://www.gtalbot.org/BrowserBugsSection/css21testsuite/> A cell in the first row with specified non-auto 'width' sets the width for its column in the absence of a column element with specified non-auto width. This test checks the 'border-collapse: separate' model with one non-zero horizontal cell padding and with non-zero symetrical horizontal cell borders.
|
|
fixed-table-layout-003b04 reference/fixed-table-layout-003b02-ref table-layout: fixed - cell in the first row with specified width http://www.w3.org/TR/CSS21/tables.html#fixed-table-layout 40d00bc048671b47ae00ed7c44e65e0e9f6fdf1c `Gérard Talbot`<http://www.gtalbot.org/BrowserBugsSection/css21testsuite/> A cell in the first row with specified non-auto 'width' sets the width for its column in the absence of a column element with specified non-auto width. This test checks the 'border-collapse: separate' model with one non-zero horizontal cell padding and with non-zero symetrical horizontal cell borders.
|
|
fixed-table-layout-003b05 reference/fixed-table-layout-003b01-ref table-layout: fixed - cell in the first row with specified width http://www.w3.org/TR/CSS21/tables.html#fixed-table-layout f00115e6c4ce661241b2c4da8fc8df016b438ba0 `Gérard Talbot`<http://www.gtalbot.org/BrowserBugsSection/css21testsuite/> A cell in the first row with specified non-auto 'width' sets the width for its column in the absence of a column element with specified non-auto width. This test checks the 'border-collapse: separate' model with one non-zero horizontal cell padding and with non-zero symetrical horizontal cell borders.
|
|
fixed-table-layout-003b06 reference/fixed-table-layout-003b02-ref table-layout: fixed - cell in the first row with specified width http://www.w3.org/TR/CSS21/tables.html#fixed-table-layout de44b2629eb7208110771f53d864594aed965a45 `Gérard Talbot`<http://www.gtalbot.org/BrowserBugsSection/css21testsuite/> A cell in the first row with specified non-auto 'width' sets the width for its column in the absence of a column element with specified non-auto width. This test checks the 'border-collapse: separate' model with one non-zero horizontal cell padding and with non-zero symetrical horizontal cell borders.
|
|
fixed-table-layout-003b07 reference/fixed-table-layout-003b07-ref table-layout: fixed - cell in the first row with specified width http://www.w3.org/TR/CSS21/tables.html#fixed-table-layout a945d579e2b3066cd91fb67bb25ac929d59ae519 `Gérard Talbot`<http://www.gtalbot.org/BrowserBugsSection/css21testsuite/> A cell in the first row with specified non-auto 'width' sets the width for its column in the absence of a column element with specified non-auto width. This test checks the 'border-collapse: separate' model with non-zero symetrical horizontal cell padding and with one non-zero horizontal cell border.
|
|
fixed-table-layout-003b08 reference/fixed-table-layout-003b08-ref table-layout: fixed - cell in the first row with specified width http://www.w3.org/TR/CSS21/tables.html#fixed-table-layout f7e942ab05136846a14f41cebb4abd86cca896fc `Gérard Talbot`<http://www.gtalbot.org/BrowserBugsSection/css21testsuite/> A cell in the first row with specified non-auto 'width' sets the width for its column in the absence of a column element with specified non-auto width. This test checks the 'border-collapse: separate' model with non-zero symetrical horizontal cell padding and with one non-zero horizontal cell border.
|
|
fixed-table-layout-003b09 reference/fixed-table-layout-003b09-ref table-layout: fixed - cell in the first row with specified width http://www.w3.org/TR/CSS21/tables.html#fixed-table-layout 1123ab288a2ebd80fda61feb668e4655d25ec890 `Gérard Talbot`<http://www.gtalbot.org/BrowserBugsSection/css21testsuite/> A cell in the first row with specified non-auto 'width' sets the width for its column in the absence of a column element with specified non-auto width. This test checks the 'border-collapse: separate' model with non-zero symetrical horizontal cell padding and with one non-zero horizontal cell border.
|
|
fixed-table-layout-003b10 reference/fixed-table-layout-003b10-ref table-layout: fixed - cell in the first row with specified width http://www.w3.org/TR/CSS21/tables.html#fixed-table-layout 2534f9cd3fde7462d12395fddc159ed6bafb1d7b `Gérard Talbot`<http://www.gtalbot.org/BrowserBugsSection/css21testsuite/> A cell in the first row with specified non-auto 'width' sets the width for its column in the absence of a column element with specified non-auto width. This test checks the 'border-collapse: separate' model with non-zero symetrical horizontal cell padding and with one non-zero horizontal cell border.
|
|
fixed-table-layout-003b11 reference/fixed-table-layout-003b11-ref table-layout: fixed - cell in the first row with specified width http://www.w3.org/TR/CSS21/tables.html#fixed-table-layout 9212cfde8973bf8271fd77b25c78f05f12f864a3 `Gérard Talbot`<http://www.gtalbot.org/BrowserBugsSection/css21testsuite/> A cell in the first row with specified non-auto 'width' sets the width for its column in the absence of a column element with specified non-auto width. This test checks the 'border-collapse: separate' model with asymetrical non-zero horizontal cell padding and with asymetrical non-zero horizontal cell borders.
|
|
fixed-table-layout-003b12 reference/fixed-table-layout-003b12-ref table-layout: fixed - cell in the first row with specified width http://www.w3.org/TR/CSS21/tables.html#fixed-table-layout 67da6aba8e87095669e952f265ee63b7c7ebc4c1 `Gérard Talbot`<http://www.gtalbot.org/BrowserBugsSection/css21testsuite/> A cell in the first row with specified non-auto 'width' sets the width for its column in the absence of a column element with specified non-auto width. This test checks the 'border-collapse: separate' model with asymetrical non-zero horizontal cell padding and with asymetrical non-zero horizontal cell borders.
|
|
fixed-table-layout-003c01 reference/fixed-table-layout-003c01-ref table-layout: fixed - cell in the first row with specified width http://www.w3.org/TR/CSS21/tables.html#fixed-table-layout b162574571b678832da5b49df5afd9afd1d4c006 `Gérard Talbot`<http://www.gtalbot.org/BrowserBugsSection/css21testsuite/> A cell in the first row with specified non-auto 'width' sets the width for its column in the absence of a column element with specified non-auto width. This test checks the 'border-collapse: separate' model with zero horizontal cell padding and with non-zero symetrical horizontal cell borders.
|
|
fixed-table-layout-003c02 reference/fixed-table-layout-003c02-ref table-layout: fixed - cell in the first row with specified width http://www.w3.org/TR/CSS21/tables.html#fixed-table-layout f516815f6936cac65350d480e0eebb6dd1c5791c `Gérard Talbot`<http://www.gtalbot.org/BrowserBugsSection/css21testsuite/> A cell in the first row with specified non-auto 'width' sets the width for its column in the absence of a column element with specified non-auto width. This test checks the 'border-collapse: separate' model with zero horizontal cell padding and with non-zero symetrical horizontal cell borders.
|
|
fixed-table-layout-003c03 reference/fixed-table-layout-003c03-ref table-layout: fixed - cell in the first row with specified width http://www.w3.org/TR/CSS21/tables.html#fixed-table-layout a8bbcbc17d5fe715471b7e814b6a5930038f321a `Gérard Talbot`<http://www.gtalbot.org/BrowserBugsSection/css21testsuite/> A cell in the first row with specified non-auto 'width' sets the width for its column in the absence of a column element with specified non-auto width. This test checks the 'border-collapse: separate' model with zero horizontal cell padding and with one non-zero horizontal cell border.
|
|
fixed-table-layout-003c04 reference/fixed-table-layout-003c04-ref table-layout: fixed - cell in the first row with specified width http://www.w3.org/TR/CSS21/tables.html#fixed-table-layout 200cd76bc87a34f6f44a00141c8bb03b86517baf `Gérard Talbot`<http://www.gtalbot.org/BrowserBugsSection/css21testsuite/> A cell in the first row with specified non-auto 'width' sets the width for its column in the absence of a column element with specified non-auto width. This test checks the 'border-collapse: separate' model with zero horizontal cell padding and with one non-zero horizontal cell border.
|
|
fixed-table-layout-003c05 reference/fixed-table-layout-003c05-ref table-layout: fixed - cell in the first row with specified width http://www.w3.org/TR/CSS21/tables.html#fixed-table-layout 1b7749c873034511abccd48f0a59854fcccfc568 `Gérard Talbot`<http://www.gtalbot.org/BrowserBugsSection/css21testsuite/> A cell in the first row with specified non-auto 'width' sets the width for its column in the absence of a column element with specified non-auto width. This test checks the 'border-collapse: separate' model with zero horizontal cell padding and with one non-zero horizontal cell border.
|
|
fixed-table-layout-003c06 reference/fixed-table-layout-003c06-ref table-layout: fixed - cell in the first row with specified width http://www.w3.org/TR/CSS21/tables.html#fixed-table-layout 269ab8c3cb1be42314f389c8c589dd029439a102 `Gérard Talbot`<http://www.gtalbot.org/BrowserBugsSection/css21testsuite/> A cell in the first row with specified non-auto 'width' sets the width for its column in the absence of a column element with specified non-auto width. This test checks the 'border-collapse: separate' model with zero horizontal cell padding and with one non-zero horizontal cell border.
|
|
fixed-table-layout-003c07 reference/fixed-table-layout-003c07-ref table-layout: fixed - cell in the first row with specified width http://www.w3.org/TR/CSS21/tables.html#fixed-table-layout 0510c5ad23518e404472be895fdf9f8724e38e99 `Gérard Talbot`<http://www.gtalbot.org/BrowserBugsSection/css21testsuite/> A cell in the first row with specified non-auto 'width' sets the width for its column in the absence of a column element with specified non-auto width. This test checks the 'border-collapse: separate' model with zero horizontal cell padding and with non-zero asymetrical horizontal cell borders.
|
|
fixed-table-layout-003c08 reference/fixed-table-layout-003c08-ref table-layout: fixed - cell in the first row with specified width http://www.w3.org/TR/CSS21/tables.html#fixed-table-layout dd675f2d7724b63c0afbea30b1fe7c4625e49a87 `Gérard Talbot`<http://www.gtalbot.org/BrowserBugsSection/css21testsuite/> A cell in the first row with specified non-auto 'width' sets the width for its column in the absence of a column element with specified non-auto width. This test checks the 'border-collapse: separate' model with zero horizontal cell padding and with non-zero asymetrical horizontal cell borders.
|
|
fixed-table-layout-003d01 reference/fixed-table-layout-003d01-ref table-layout: fixed - cell in the first row with specified width http://www.w3.org/TR/CSS21/tables.html#fixed-table-layout 94a3d6984a602a5e6a229ce5a045ad79e7d304d7 `Gérard Talbot`<http://www.gtalbot.org/BrowserBugsSection/css21testsuite/> A cell in the first row with specified non-auto 'width' sets the width for its column in the absence of a column element with specified non-auto width. This test checks the 'border-collapse: collapse' model with non-zero horizontal cell padding and with zero horizontal cell border.
|
|
fixed-table-layout-003d02 reference/fixed-table-layout-003d02-ref table-layout: fixed - cell in the first row with specified width http://www.w3.org/TR/CSS21/tables.html#fixed-table-layout 854826dbfa6cbc4f22e70d687d83b7104660bf7f `Gérard Talbot`<http://www.gtalbot.org/BrowserBugsSection/css21testsuite/> A cell in the first row with specified non-auto 'width' sets the width for its column in the absence of a column element with specified non-auto width. This test checks the 'border-collapse: collapse' model with non-zero horizontal cell padding and with zero horizontal cell border.
|
|
fixed-table-layout-003d03 reference/fixed-table-layout-003d01-ref table-layout: fixed - cell in the first row with specified width http://www.w3.org/TR/CSS21/tables.html#fixed-table-layout 55c951dab2e05d8cf8d5bce67bac771d5cee86bc `Gérard Talbot`<http://www.gtalbot.org/BrowserBugsSection/css21testsuite/> A cell in the first row with specified non-auto 'width' sets the width for its column in the absence of a column element with specified non-auto width. This test checks the 'border-collapse: collapse' model with one non-zero horizontal cell padding and with zero horizontal cell border.
|
|
fixed-table-layout-003d04 reference/fixed-table-layout-003d02-ref table-layout: fixed - cell in the first row with specified width http://www.w3.org/TR/CSS21/tables.html#fixed-table-layout 1199d7413acb328315fd31d506fdd6c37bf2886a `Gérard Talbot`<http://www.gtalbot.org/BrowserBugsSection/css21testsuite/> A cell in the first row with specified non-auto 'width' sets the width for its column in the absence of a column element with specified non-auto width. This test checks the 'border-collapse: collapse' model with one non-zero horizontal cell padding and with zero horizontal cell border.
|
|
fixed-table-layout-003d05 reference/fixed-table-layout-003d01-ref table-layout: fixed - cell in the first row with specified width http://www.w3.org/TR/CSS21/tables.html#fixed-table-layout 7a8c414f523c9883d8e704bc10f69e9888738d82 `Gérard Talbot`<http://www.gtalbot.org/BrowserBugsSection/css21testsuite/> A cell in the first row with specified non-auto 'width' sets the width for its column in the absence of a column element with specified non-auto width. This test checks the 'border-collapse: collapse' model with one non-zero horizontal cell padding and with zero horizontal cell border.
|
|
fixed-table-layout-003d06 reference/fixed-table-layout-003d02-ref table-layout: fixed - cell in the first row with specified width http://www.w3.org/TR/CSS21/tables.html#fixed-table-layout 53add6c1ef841aa610c457cc5cad0fda22c2d48d `Gérard Talbot`<http://www.gtalbot.org/BrowserBugsSection/css21testsuite/> A cell in the first row with specified non-auto 'width' sets the width for its column in the absence of a column element with specified non-auto width. This test checks the 'border-collapse: collapse' model with one non-zero horizontal cell padding and with zero horizontal cell border.
|
|
fixed-table-layout-003e01 reference/fixed-table-layout-003e01-ref table-layout: fixed - cell in the first row with specified width http://www.w3.org/TR/CSS21/tables.html#fixed-table-layout 8b98a0db227708138be89b01d8c609d34cc68c29 `Gérard Talbot`<http://www.gtalbot.org/BrowserBugsSection/css21testsuite/> A cell in the first row with specified non-auto 'width' sets the width for its column in the absence of a column element with specified non-auto width. This test checks the 'border-collapse: collapse' model with non-zero symetrical horizontal cell padding and with non-zero symetrical horizontal cell borders.
|
|
fixed-table-layout-003e02 reference/fixed-table-layout-003e02-ref table-layout: fixed - cell in the first row with specified width http://www.w3.org/TR/CSS21/tables.html#fixed-table-layout 89c760cac2c1d41c78d3fbb768fa8f86b7b28b27 `Gérard Talbot`<http://www.gtalbot.org/BrowserBugsSection/css21testsuite/> A cell in the first row with specified non-auto 'width' sets the width for its column in the absence of a column element with specified non-auto width. This test checks the 'border-collapse: collapse' model with non-zero symetrical horizontal cell padding and with non-zero symetrical horizontal cell borders.
|
|
fixed-table-layout-003e03 reference/fixed-table-layout-003e01-ref table-layout: fixed - cell in the first row with specified width http://www.w3.org/TR/CSS21/tables.html#fixed-table-layout 0d556ae9b2d9b69f18b5715c8b756bbbf0cc1c78 `Gérard Talbot`<http://www.gtalbot.org/BrowserBugsSection/css21testsuite/> A cell in the first row with specified non-auto 'width' sets the width for its column in the absence of a column element with specified non-auto width. This test checks the 'border-collapse: collapse' model with one non-zero horizontal cell padding and with non-zero symetrical horizontal cell borders.
|
|
fixed-table-layout-003e04 reference/fixed-table-layout-003e02-ref table-layout: fixed - cell in the first row with specified width http://www.w3.org/TR/CSS21/tables.html#fixed-table-layout bcd0af248d875074b2e868883213d2442f8691a2 `Gérard Talbot`<http://www.gtalbot.org/BrowserBugsSection/css21testsuite/> A cell in the first row with specified non-auto 'width' sets the width for its column in the absence of a column element with specified non-auto width. This test checks the 'border-collapse: collapse' model with one non-zero horizontal cell padding and with non-zero symetrical horizontal cell borders.
|
|
fixed-table-layout-003e05 reference/fixed-table-layout-003e01-ref table-layout: fixed - cell in the first row with specified width http://www.w3.org/TR/CSS21/tables.html#fixed-table-layout cddf8e056bbac474901b948f56eeb8b2284d6214 `Gérard Talbot`<http://www.gtalbot.org/BrowserBugsSection/css21testsuite/> A cell in the first row with specified non-auto 'width' sets the width for its column in the absence of a column element with specified non-auto width. This test checks the 'border-collapse: collapse' model with one non-zero horizontal cell padding and with non-zero symetrical horizontal cell borders.
|
|
fixed-table-layout-003e06 reference/fixed-table-layout-003e02-ref table-layout: fixed - cell in the first row with specified width http://www.w3.org/TR/CSS21/tables.html#fixed-table-layout affcc18c6ef4c854dc56678a7c3abbe29ec75159 `Gérard Talbot`<http://www.gtalbot.org/BrowserBugsSection/css21testsuite/> A cell in the first row with specified non-auto 'width' sets the width for its column in the absence of a column element with specified non-auto width. This test checks the 'border-collapse: collapse' model with one non-zero horizontal cell padding and with non-zero symetrical horizontal cell borders.
|
|
fixed-table-layout-003e07 reference/fixed-table-layout-003e07-ref table-layout: fixed - cell in the first row with specified width http://www.w3.org/TR/CSS21/tables.html#fixed-table-layout fce2cfdf9ab4b70286633f10393c763e8a1ac8b1 `Gérard Talbot`<http://www.gtalbot.org/BrowserBugsSection/css21testsuite/> A cell in the first row with specified non-auto 'width' sets the width for its column in the absence of a column element with specified non-auto width. This test checks the 'border-collapse: collapse' model with non-zero symetrical horizontal cell padding and with one non-zero horizontal cell border.
|
|
fixed-table-layout-003e08 reference/fixed-table-layout-003e08-ref table-layout: fixed - cell in the first row with specified width http://www.w3.org/TR/CSS21/tables.html#fixed-table-layout 61cc9b6cc3985eba3ddc051def78c2a4bedf3098 `Gérard Talbot`<http://www.gtalbot.org/BrowserBugsSection/css21testsuite/> A cell in the first row with specified non-auto 'width' sets the width for its column in the absence of a column element with specified non-auto width. This test checks the 'border-collapse: collapse' model with non-zero symetrical horizontal cell padding and with one non-zero horizontal cell borders.
|
|
fixed-table-layout-003e09 reference/fixed-table-layout-003e09-ref table-layout: fixed - cell in the first row with specified width http://www.w3.org/TR/CSS21/tables.html#fixed-table-layout f48c9629a93d31cbbde408d58b7a3c18c9188688 `Gérard Talbot`<http://www.gtalbot.org/BrowserBugsSection/css21testsuite/> A cell in the first row with specified non-auto 'width' sets the width for its column in the absence of a column element with specified non-auto width. This test checks the 'border-collapse: collapse' model with non-zero symetrical horizontal cell padding and with one non-zero horizontal cell border.
|
|
fixed-table-layout-003e10 reference/fixed-table-layout-003e10-ref table-layout: fixed - cell in the first row with specified width http://www.w3.org/TR/CSS21/tables.html#fixed-table-layout e7e9689194dac0a739bcab4e1577ad81bac5bfc8 `Gérard Talbot`<http://www.gtalbot.org/BrowserBugsSection/css21testsuite/> A cell in the first row with specified non-auto 'width' sets the width for its column in the absence of a column element with specified non-auto width. This test checks the 'border-collapse: collapse' model with non-zero symetrical horizontal cell padding and with one non-zero horizontal cell border.
|
|
fixed-table-layout-003e11 reference/fixed-table-layout-003e11-ref table-layout: fixed - cell in the first row with specified width http://www.w3.org/TR/CSS21/tables.html#fixed-table-layout 08fe79162e822a9f4d00e188d74c6de8af573cc7 `Gérard Talbot`<http://www.gtalbot.org/BrowserBugsSection/css21testsuite/> A cell in the first row with specified non-auto 'width' sets the width for its column in the absence of a column element with specified non-auto width. This test checks the 'border-collapse: collapse' model with asymetrical non-zero horizontal cell padding and with asymetrical non-zero horizontal cell border.
|
|
fixed-table-layout-003e12 reference/fixed-table-layout-003e12-ref table-layout: fixed - cell in the first row with specified width http://www.w3.org/TR/CSS21/tables.html#fixed-table-layout 827227d96ad68d70918e0abfc935a84c140ca931 `Gérard Talbot`<http://www.gtalbot.org/BrowserBugsSection/css21testsuite/> A cell in the first row with specified non-auto 'width' sets the width for its column in the absence of a column element with specified non-auto width. This test checks the 'border-collapse: collapse' model with asymetrical non-zero horizontal cell padding and with asymetrical non-zero horizontal cell borders.
|
|
fixed-table-layout-003f01 reference/fixed-table-layout-003f01-ref table-layout: fixed - cell in the first row with specified width http://www.w3.org/TR/CSS21/tables.html#fixed-table-layout 8eef093615cc5dc178185402b342133b49435092 `Gérard Talbot`<http://www.gtalbot.org/BrowserBugsSection/css21testsuite/> A cell in the first row with specified non-auto 'width' sets the width for its column in the absence of a column element with specified non-auto width. This test checks the 'border-collapse: collapse' model with zero horizontal cell padding and with non-zero symetrical horizontal cell borders.
|
|
fixed-table-layout-003f02 reference/fixed-table-layout-003f02-ref table-layout: fixed - cell in the first row with specified width http://www.w3.org/TR/CSS21/tables.html#fixed-table-layout 4362f17179f4d78ac15d39429cd019cdc6111bba `Gérard Talbot`<http://www.gtalbot.org/BrowserBugsSection/css21testsuite/> A cell in the first row with specified non-auto 'width' sets the width for its column in the absence of a column element with specified non-auto width. This test checks the 'border-collapse: collapse' model with zero horizontal cell padding and with non-zero symetrical horizontal cell borders.
|
|
fixed-table-layout-003f03 reference/fixed-table-layout-003f03-ref table-layout: fixed - cell in the first row with specified width http://www.w3.org/TR/CSS21/tables.html#fixed-table-layout f975ba4d5d960c5cc575be2f3824d647f51a519b `Gérard Talbot`<http://www.gtalbot.org/BrowserBugsSection/css21testsuite/> A cell in the first row with specified non-auto 'width' sets the width for its column in the absence of a column element with specified non-auto width. This test checks the 'border-collapse: collapse' model with zero horizontal cell padding and with one non-zero horizontal cell border.
|
|
fixed-table-layout-003f04 reference/fixed-table-layout-003f04-ref table-layout: fixed - cell in the first row with specified width http://www.w3.org/TR/CSS21/tables.html#fixed-table-layout 61c45dab0a20907c3a67cd5b2e55c50d97a42491 `Gérard Talbot`<http://www.gtalbot.org/BrowserBugsSection/css21testsuite/> A cell in the first row with specified non-auto 'width' sets the width for its column in the absence of a column element with specified non-auto width. This test checks the 'border-collapse: collapse' model with zero horizontal cell padding and with one non-zero horizontal cell border.
|
|
fixed-table-layout-003f05 reference/fixed-table-layout-003f05-ref table-layout: fixed - cell in the first row with specified width http://www.w3.org/TR/CSS21/tables.html#fixed-table-layout 58a3f3fb696edfbbb90a2deb0d031e6bb19886e7 `Gérard Talbot`<http://www.gtalbot.org/BrowserBugsSection/css21testsuite/> A cell in the first row with specified non-auto 'width' sets the width for its column in the absence of a column element with specified non-auto width. This test checks the 'border-collapse: collapse' model with zero horizontal cell padding and with one non-zero horizontal cell border.
|
|
fixed-table-layout-003f06 reference/fixed-table-layout-003f06-ref table-layout: fixed - cell in the first row with specified width http://www.w3.org/TR/CSS21/tables.html#fixed-table-layout b3923c7175109687ed1a7e5b2f578271f8a64ae2 `Gérard Talbot`<http://www.gtalbot.org/BrowserBugsSection/css21testsuite/> A cell in the first row with specified non-auto 'width' sets the width for its column in the absence of a column element with specified non-auto width. This test checks the 'border-collapse: collapse' model with zero horizontal cell padding and with one non-zero horizontal cell border.
|
|
fixed-table-layout-003f07 reference/fixed-table-layout-003f07-ref table-layout: fixed - cell in the first row with specified width http://www.w3.org/TR/CSS21/tables.html#fixed-table-layout 3d2c6e145e516639d324147db15ee2431b3cc6e9 `Gérard Talbot`<http://www.gtalbot.org/BrowserBugsSection/css21testsuite/> A cell in the first row with specified non-auto 'width' sets the width for its column in the absence of a column element with specified non-auto width. This test checks the 'border-collapse: collapse' model with zero horizontal cell padding and with non-zero asymetrical horizontal cell borders.
|
|
fixed-table-layout-003f08 reference/fixed-table-layout-003f08-ref table-layout: fixed - cell in the first row with specified width http://www.w3.org/TR/CSS21/tables.html#fixed-table-layout a79bcf57b7bd3d73f165c0b2ce367874dfc81fdc `Gérard Talbot`<http://www.gtalbot.org/BrowserBugsSection/css21testsuite/> A cell in the first row with specified non-auto 'width' sets the width for its column in the absence of a column element with specified non-auto width. This test checks the 'border-collapse: collapse' model with zero horizontal cell padding and with non-zero asymetrical horizontal cell borders.
|
|
fixed-table-layout-004 Fixed table layout http://www.w3.org/TR/CSS21/tables.html#fixed-table-layout 9b7281a5203c1df4edd53ef37ffd2bddb3e0d5d6 `Microsoft`<http://www.microsoft.com/> The width of a column-spanning cell (which determines column widths in fixed table layout) is divided over the columns it spans.
|
|
fixed-table-layout-005 Leftover table width is divided evenly among auto-sized columns http://www.w3.org/TR/CSS21/tables.html#fixed-table-layout f96d372b897c5588d00d4ba0ef60b47ef82e8e6b `Microsoft`<http://www.microsoft.com/> Any remaining horizontal table space is divided evenly among columns which do not have specified widths.
|
|
fixed-table-layout-006 Remaining table width is divided evenly among non auto-sized columns (minus borders and cell spacing) http://www.w3.org/TR/CSS21/tables.html#fixed-table-layout cdb7ccee53d68d0523f461940037841508ea3b54 `Microsoft`<http://www.microsoft.com/> Any remaining horizontal table space is divided evenly among columns which do not have specified widths (minus borders and cell spacing).
|
|
fixed-table-layout-007 Fixed table width is maximum between table and sum of column 'width' (table width wins) http://www.w3.org/TR/CSS21/tables.html#fixed-table-layout 3be424789c48c584341f5c9f005d1664c99e3963 `Microsoft`<http://www.microsoft.com/> A fixed layout table's width will be its specified width if that width is greater than the sum of its columns' widths.
|
|
fixed-table-layout-009 Cell that overflows a fixed-width table http://www.w3.org/TR/CSS21/tables.html#fixed-table-layout 5a9063276172703f6bfea00e5c1727f30a8f5b66 `Microsoft`<http://www.microsoft.com/> A cell that overflows the fixed table width uses its 'overflow' property to determine whether to clip the overflow content.
|
|
fixed-table-layout-010 Subsequent rows in fixed table layout http://www.w3.org/TR/CSS21/tables.html#fixed-table-layout 98de16c0bc8c57e52b8e99d3dddd50dbee92e41c `Microsoft`<http://www.microsoft.com/> Cells in subsequent rows after the first do not affect column widths in fixed table layout.
|
|
fixed-table-layout-011 Table with table-layout fixed, width auto (inline-level) may http://www.w3.org/TR/CSS21/tables.html#fixed-table-layout 16f12018ffb2f0ea03e08db4a33a6694570c1d09 `Microsoft`<http://www.microsoft.com/> A table with fixed table-layout and auto width may be sized according to the auto table layout algorithm.
|
|
fixed-table-layout-012 Fixed table layout - specified column width overrides first-cell specified width http://www.w3.org/TR/CSS21/tables.html#fixed-table-layout cff6ebd497009b4603bb719f756e52245472efba `Microsoft`<http://www.microsoft.com/> A column element with specified width sets the width of the column, even if the first-row cell has a specified width.
|
|
fixed-table-layout-013 Fixed table layout - specified column-group width http://www.w3.org/TR/CSS21/tables.html#fixed-table-layout 86100eaf03e7f8e6b8fa2733c5af956fae23f9f2 `Microsoft`<http://www.microsoft.com/> Specified column-group width is ignored in fixed table layout.
|
|
fixed-table-layout-014 Fixed table layout - specified column width overrides specified column-group width http://www.w3.org/TR/CSS21/tables.html#fixed-table-layout 1546313535723f94af201ede231568227a7fc7d1 `Microsoft`<http://www.microsoft.com/> A column that has both a column width and column-group width specified will use its column specified width.
|
|
fixed-table-layout-015 Fixed table layout - specified cell width overrides specified column-group width http://www.w3.org/TR/CSS21/tables.html#fixed-table-layout 9f728468b42585bf0d9351da04971f336c06e60b `Microsoft`<http://www.microsoft.com/> A column that has both a cell width and column-group width specified will use its cell specified width.
|
|
fixed-table-layout-016 Fixed table width is maximum between table and sum of column 'width' (sum of columns' widths wins) http://www.w3.org/TR/CSS21/tables.html#fixed-table-layout 01814a06a4afa64f6d5d6e353b7b1f4b7d3bdf1f `Microsoft`<http://www.microsoft.com/> A fixed layout table's width will be the sum of its columns' widths if that number is greater than the table's specified width.
|
|
fixed-table-layout-017 reference/fixed-table-layout-017-ref table-layout fixed - columns with percentage width http://www.w3.org/TR/CSS21/tables.html#fixed-table-layout 678fc2a8b47e526beed5853a7146654d657b5902 `Gérard Talbot`<http://www.gtalbot.org/BrowserBugsSection/css21testsuite/> A column with a percentage width in a 'table-layout: fixed' table can be calculated and predicted when in 'border-collapse: separate' model.
|
|
fixed-table-layout-018 reference/fixed-table-layout-017-ref table-layout fixed - columns with percentage width http://www.w3.org/TR/CSS21/tables.html#fixed-table-layout 3802950c557bcf6586f2cfcad20d03ef5ad42da1 `Gérard Talbot`<http://www.gtalbot.org/BrowserBugsSection/css21testsuite/> A column with a percentage width in a 'table-layout: fixed' table can be calculated and predicted when in 'border-collapse: separate' model.
|
|
fixed-table-layout-019 reference/fixed-table-layout-017-ref table-layout fixed - columns with percentage width http://www.w3.org/TR/CSS21/tables.html#fixed-table-layout a2ab3b1cad3d6519bdf4d18953a85e5c11d0da2c `Gérard Talbot`<http://www.gtalbot.org/BrowserBugsSection/css21testsuite/> A column with a percentage width in a 'table-layout: fixed' table can be calculated and predicted when in 'border-collapse: separate' model.
|
|
fixed-table-layout-020 reference/fixed-table-layout-017-ref table-layout fixed - columns with percentage width http://www.w3.org/TR/CSS21/tables.html#fixed-table-layout 68ff25a5d673dd4505229410e1c20c6a22dfaa42 `Gérard Talbot`<http://www.gtalbot.org/BrowserBugsSection/css21testsuite/> A column with a percentage width in a 'table-layout: fixed' table can be calculated, predicted, rendered.
|
|
fixed-table-layout-021 reference/fixed-table-layout-021-ref table-layout fixed - columns with percentage width http://www.w3.org/TR/CSS21/tables.html#fixed-table-layout bc95192d8df4a0038b660cf0faf3112caba68244 `Gérard Talbot`<http://www.gtalbot.org/BrowserBugsSection/css21testsuite/> A column with a percentage width in a 'table-layout: fixed' table can be calculated, predicted, rendered.
|
|
fixed-table-layout-022 reference/fixed-table-layout-022-ref table-layout fixed - columns with percentage width and absolute width http://www.w3.org/TR/CSS21/tables.html#fixed-table-layout d10c061bb5f08db9113bf1c7d17696a29de0f08f `Gérard Talbot`<http://www.gtalbot.org/BrowserBugsSection/css21testsuite/> A column with a percentage width in a 'table-layout: fixed' table can be calculated, predicted, rendered.
|
|
fixed-table-layout-023 reference/fixed-table-layout-023-ref table-layout fixed - columns with percentage width and absolute width http://www.w3.org/TR/CSS21/tables.html#fixed-table-layout 380a0240811f3901aeb6b368f9dbb56f27be7094 `Gérard Talbot`<http://www.gtalbot.org/BrowserBugsSection/css21testsuite/> A column with a percentage width in a 'table-layout: fixed' table can be calculated, predicted, rendered.
|
|
fixed-table-layout-025 reference/ref-filled-green-100px-square percentage width set on table-cell in 'table-layout: fixed' table http://www.w3.org/TR/CSS21/tables.html#fixed-table-layout,http://www.w3.org/TR/CSS21/tables.html#separated-borders a9e7bca5570aa3fe30770ff4052873a5dd02cf3d `Gérard Talbot`<http://www.gtalbot.org/BrowserBugsSection/css21testsuite/> A cell in the first row with a value other than 'auto' for the 'width' property determines the width for that column in the fixed table layout algorithm. The determination of the width of such column must nevertheless still take into account the horizontal padding of such cell.
|
|
fixed-table-layout-026 reference/ref-filled-green-100px-square percentage width set on table-cell in 'table-layout: fixed' table http://www.w3.org/TR/CSS21/tables.html#fixed-table-layout,http://www.w3.org/TR/CSS21/tables.html#separated-borders 0118c520ddad830eec39da600e77193ea89a4fea `Gérard Talbot`<http://www.gtalbot.org/BrowserBugsSection/css21testsuite/> A cell in the first row with a value other than 'auto' for the 'width' property determines the width for that column in the fixed table layout algorithm. The determination of the width of such column must nevertheless still take into account the horizontal borders of such cell.
|
|
fixed-table-layout-027 reference/ref-filled-green-100px-square percentage width set on table-cell in 'table-layout: fixed' table http://www.w3.org/TR/CSS21/tables.html#fixed-table-layout,http://www.w3.org/TR/CSS21/tables.html#separated-borders 2c18553d42908a68bfcca4640d14a2f479b6e700 `Gérard Talbot`<http://www.gtalbot.org/BrowserBugsSection/css21testsuite/> A cell in the first row with a value other than 'auto' for the 'width' property determines the width for that column in the fixed table layout algorithm. The determination of the width of such column must nevertheless still take into account the horizontal borders of such cell.
|
|
fixed-table-layout-028 reference/ref-filled-green-100px-square percentage width set on table-cell in 'table-layout: fixed' table http://www.w3.org/TR/CSS21/tables.html#fixed-table-layout,http://www.w3.org/TR/CSS21/tables.html#separated-borders 9520fca45a68430dd35dd6334458c46d8b160fde `Gérard Talbot`<http://www.gtalbot.org/BrowserBugsSection/css21testsuite/> A cell in the first row with a value other than 'auto' for the 'width' property determines the width for that column in the fixed table layout algorithm. The determination of the width of such column must nevertheless still take into account the horizontal padding and horizontal borders of such cell.
|
|
fixed-table-layout-029 reference/ref-filled-green-100px-square percentage width set on table-cell in 'table-layout: fixed' table http://www.w3.org/TR/CSS21/tables.html#fixed-table-layout,http://www.w3.org/TR/CSS21/tables.html#separated-borders 3d8c1397f4f051c4a48f748dcae520baed70f9ce `Gérard Talbot`<http://www.gtalbot.org/BrowserBugsSection/css21testsuite/> A cell in the first row with a value other than 'auto' for the 'width' property determines the width for that column in the fixed table layout algorithm. The determination of the width of such column must nevertheless still take into account the horizontal padding and horizontal borders of such cell.
|
|
fixed-table-layout-030 reference/ref-filled-green-100px-square percentage width set on table-cell in 'table-layout: fixed' table http://www.w3.org/TR/CSS21/tables.html#fixed-table-layout,http://www.w3.org/TR/CSS21/tables.html#separated-borders 791f0b1fb71ec73a3f823f49fbd7133de56e97b3 `Gérard Talbot`<http://www.gtalbot.org/BrowserBugsSection/css21testsuite/> A cell in the first row with a value other than 'auto' for the 'width' property determines the width for that column in the fixed table layout algorithm. The determination of the width of such column must nevertheless still take into account the horizontal padding and horizontal borders of such cell.
|
|
fixed-table-layout-031 reference/ref-filled-green-100px-square percentage width set on table-cell in 'table-layout: fixed' table http://www.w3.org/TR/CSS21/tables.html#fixed-table-layout,http://www.w3.org/TR/CSS21/tables.html#separated-borders 74280efb39d6d2823e2f492195cb771567c7d7e9 `Gérard Talbot`<http://www.gtalbot.org/BrowserBugsSection/css21testsuite/> A cell in the first row with a value other than 'auto' for the 'width' property determines the width for that column in the fixed table layout algorithm. The determination of the width of such column must nevertheless still take into account the horizontal padding and horizontal borders of such cell.
|
|
float-001 Float set to 'left' http://www.w3.org/TR/CSS21/visuren.html#float-position 32c449a7d5ae20d623e16e1b227d83db85ba5470 `Microsoft`<http://www.microsoft.com/> The 'float' property set to 'left' correctly aligns the element to the left and text/objects flow around it.
|
|
float-002 Float set to 'right' http://www.w3.org/TR/CSS21/visuren.html#float-position f1dc6e739c45f4037da48e5a1b822ee7ebf447dd `Microsoft`<http://www.microsoft.com/> The 'float' property set to 'right' correctly aligns the element to the right and text/objects flow around it.
|
|
float-003 reference/float-003-ref Float set to 'none' http://www.w3.org/TR/CSS21/visuren.html#float-position 6402b59942e1d415b293622fc89b58e08d876a68 `Microsoft`<http://www.microsoft.com/> The 'float' property set to 'none' does not float the element.
|
|
float-004 Float set to 'inherit' http://www.w3.org/TR/CSS21/visuren.html#float-position d9638e7020758105823af86774eb29bc030a0e48 `Microsoft`<http://www.microsoft.com/> The 'float' property set to 'inherit' correctly inherits the value from the parent element.
|
|
float-005 reference/float-005-ref float - non-positioned block box created after a float ahem http://www.w3.org/TR/CSS21/visuren.html#floats 796ca659602faa9ea437056d762e50e61af01ee7 `Gérard Talbot`<http://www.gtalbot.org/BrowserBugsSection/css21testsuite/> A non-positioned block box created after a float box should flow vertically as if the float did not exist. The line boxes created next to the float should be shortened to make room for that preceding floated box.
|
|
float-006 reference/float-006-ref floats - zero height empty float http://www.w3.org/TR/CSS21/visuren.html#floats 604f797f57848bd58037b9dec6c784ed52152340 `Gérard Talbot`<http://www.gtalbot.org/BrowserBugsSection/css21testsuite/> A zero-height (margin-box) empty float without border and without padding will not require the line box to be shortened; in such case, the zero-height (margin-box) empty float will slide in or will fit in at the top of the line box.
|
|
float-applies-to-001 reference/float-applies-to-001-ref Float applied to element with 'display' set to 'table-row-group' http://www.w3.org/TR/CSS21/visuren.html#propdef-float,http://www.w3.org/TR/CSS21/visuren.html#float-position ecba67a048cefb542b224d520947dad92c0c771a `Microsoft`<http://www.microsoft.com/> The 'float' property applies to elements with a display of 'table-row-group'.
|
|
float-applies-to-001a reference/float-applies-to-001-ref Float applied to element with 'display' set to 'table-row-group' http://www.w3.org/TR/CSS21/visuren.html#dis-pos-flo,http://www.w3.org/TR/CSS21/visuren.html#float-position 55a62e022aebc795fc7d325a3b5c411192c61e8a `Gérard Talbot`<http://www.gtalbot.org/BrowserBugsSection/css21testsuite/> If 'float' has a value other than 'none' and is applied to an element with a specified 'display' value of 'table-row-group', then the box is floated and its computed 'display' value is set to 'block'.
|
|
float-applies-to-002 reference/float-applies-to-001-ref Float applied to element with 'display' set to 'table-header-group' http://www.w3.org/TR/CSS21/visuren.html#propdef-float,http://www.w3.org/TR/CSS21/visuren.html#float-position 611fc62c1f67ec6bb262636aa713e103e19b04aa `Microsoft`<http://www.microsoft.com/> The 'float' property applies to elements with a display of 'table-header-group'.
|
|
float-applies-to-003 reference/float-applies-to-001-ref Float applied to element with 'display' set to 'table-footer-group' http://www.w3.org/TR/CSS21/visuren.html#propdef-float,http://www.w3.org/TR/CSS21/visuren.html#float-position d0a92dfd37cb06562a44e4f50b1594ec6d264293 `Microsoft`<http://www.microsoft.com/> The 'float' property applies to elements with a display of 'table-footer-group'.
|
|
float-applies-to-004 reference/float-applies-to-001-ref Float applied to element with 'display' set to 'table-row' http://www.w3.org/TR/CSS21/visuren.html#propdef-float,http://www.w3.org/TR/CSS21/visuren.html#float-position 8ffa0ef31c33eefc4698048458297062a8ef2251 `Microsoft`<http://www.microsoft.com/> The 'float' property applies to elements with a display of 'table-row'.
|
|
float-applies-to-004a reference/float-applies-to-001-ref Float applied to element with 'display' set to 'table-row' http://www.w3.org/TR/CSS21/visuren.html#dis-pos-flo,http://www.w3.org/TR/CSS21/visuren.html#float-position 4760a8d085d6e11e89f0e4782d52ccd44e178aba `Gérard Talbot`<http://www.gtalbot.org/BrowserBugsSection/css21testsuite/> If 'float' has a value other than 'none' and is applied to an element with a specified 'display' value of 'table-row', then the box is floated and its computed 'display' value is set to 'block'.
|
|
float-applies-to-005 reference/float-applies-to-001-ref Float applied to element with 'display' set to 'table-column-group' http://www.w3.org/TR/CSS21/visuren.html#propdef-float,http://www.w3.org/TR/CSS21/visuren.html#float-position d76321f149cf853e725deb2b22bb67af442b756f `Microsoft`<http://www.microsoft.com/> The 'float' property applies to elements with a display of 'table-column-group' in which case the box is floated and its computed 'display' value is set to 'block'.
|
|
float-applies-to-006 reference/float-applies-to-001-ref Float applied to element with 'display' set to 'table-column' http://www.w3.org/TR/CSS21/visuren.html#propdef-float,http://www.w3.org/TR/CSS21/visuren.html#float-position 06ecb00e537ce331a5fcf4edc5581161e8db6d11 `Microsoft`<http://www.microsoft.com/> The 'float' property applies to elements with a display of 'table-column' in which case the box is floated and its computed 'display' value is set to 'block'.
|
|
float-applies-to-007 reference/float-applies-to-001-ref Float applied to element with 'display' set to 'table-cell' http://www.w3.org/TR/CSS21/visuren.html#propdef-float,http://www.w3.org/TR/CSS21/visuren.html#float-position 4a4a25f585ea380e0b48e5f369c05d52d57215f7 `Microsoft`<http://www.microsoft.com/> The 'float' property applies to elements with a display of 'table-cell' in which case the box is floated and its computed 'display' value is set to 'block'.
|
|
float-applies-to-008 reference/float-applies-to-008-ref Float applied to element with 'display' set to inline http://www.w3.org/TR/CSS21/visuren.html#propdef-float,http://www.w3.org/TR/CSS21/visuren.html#float-position efbbf776049b9f133bfa07db0183157dfc4d7577 `Microsoft`<http://www.microsoft.com/> The 'float' property applies to elements with a display of inline.
|
|
float-applies-to-008a reference/float-applies-to-001-ref Float applied to element with 'display' set to inline http://www.w3.org/TR/CSS21/visuren.html#dis-pos-flo,http://www.w3.org/TR/CSS21/visuren.html#float-position 5bad27c968a729332d222a24e62ef0984d304f75 `Gérard Talbot`<http://www.gtalbot.org/BrowserBugsSection/css21testsuite/> If 'float' has a value other than 'none' and is applied to an element with a specified 'display' value of 'inline', then the box is floated and its computed 'display' value is set to 'block'.
|
|
float-applies-to-009 reference/float-applies-to-001-ref Float applied to element with 'display' set to block http://www.w3.org/TR/CSS21/visuren.html#propdef-float,http://www.w3.org/TR/CSS21/visuren.html#float-position 45cb5e461f4c249cc9840cf6139f248dcc782871 `Microsoft`<http://www.microsoft.com/> The 'float' property applies to elements with a display of block.
|
|
float-applies-to-010 Float applied to element with 'display' set to list-item http://www.w3.org/TR/CSS21/visuren.html#propdef-float,http://www.w3.org/TR/CSS21/visuren.html#float-position 04523d37f350fbdaadd9a29cb7985f3106aecbd9 `Microsoft`<http://www.microsoft.com/> The 'float' property applies to elements with a display of list-item.
|
|
float-applies-to-011 Float applied to element with 'display' set to run-in http://www.w3.org/TR/CSS21/visuren.html#propdef-float,http://www.w3.org/TR/CSS21/visuren.html#float-position e2a2de9eab9cf1e2ba9a989cc8bfb83b41a720c0 `Microsoft`<http://www.microsoft.com/> The 'float' property applies to elements with a display of run-in.
|
|
float-applies-to-012 reference/float-applies-to-001-ref Float applied to element with 'display' set to inline-block http://www.w3.org/TR/CSS21/visuren.html#propdef-float,http://www.w3.org/TR/CSS21/visuren.html#float-position 9d114abc58321a38dd34207ba66f5f7fd65c82a7 `Microsoft`<http://www.microsoft.com/> The 'float' property applies to elements with a display of inline-block.
|
|
float-applies-to-013 reference/float-applies-to-001-ref Float applied to element with 'display' set to 'table' http://www.w3.org/TR/CSS21/visuren.html#propdef-float,http://www.w3.org/TR/CSS21/visuren.html#float-position c59744dcf6499abca635863371b540543d2a1e84 `Microsoft`<http://www.microsoft.com/> The 'float' property applies to elements with a display of 'table'.
|
|
float-applies-to-014 reference/float-applies-to-001-ref Float applied to element with 'display' set to 'inline-table' http://www.w3.org/TR/CSS21/visuren.html#propdef-float,http://www.w3.org/TR/CSS21/visuren.html#float-position fd86d9f0d6dbe08fc42df00d76ee18536d5f4214 `Microsoft`<http://www.microsoft.com/> The 'float' property applies to elements with a display of 'inline-table'.
|
|
float-applies-to-015 reference/float-applies-to-001-ref Float applied to element with 'display' set to 'table-caption' http://www.w3.org/TR/CSS21/visuren.html#propdef-float,http://www.w3.org/TR/CSS21/visuren.html#float-position f3eb4e2b1ba02f6527f8741464616eed28134db8 `Microsoft`<http://www.microsoft.com/> The 'float' property applies to elements with a display of 'table-caption'.
|
|
float-non-replaced-height-001 reference/float-non-replaced-height-001-ref Floated non-replaced element with 'margin-top', margin-bottom' set to 'auto' and 'height' relying on the descendants http://www.w3.org/TR/CSS21/visudet.html#block-root-margin 86d8a491a9f9ec647e494623ce4113eacd5e7fe8 `Microsoft`<http://www.microsoft.com/> If 'height' is 'auto' on an floated non-replaced element then the 'height' depends on the descendants.
|
|
float-non-replaced-width-001 reference/float-non-replaced-width-001-ref Floating non-replaced elements with 'auto' left margin http://www.w3.org/TR/CSS21/visudet.html#float-width 4c7ca2fdcb13cc3771a4d726fb68c92b8c9e5762 `Microsoft`<http://www.microsoft.com/> If 'margin-left' is computed as 'auto' its used value is '0'.
|
|
float-non-replaced-width-002 reference/float-non-replaced-width-002-ref Floating non-replaced elements with specified left margin http://www.w3.org/TR/CSS21/visudet.html#float-width 5f08926bd8ad61cda1e8666d0658dbd685f00df9 `Microsoft`<http://www.microsoft.com/> If 'margin-left' is not computed as 'auto' its used value is as specified.
|
|
float-non-replaced-width-003 reference/float-non-replaced-width-003-ref Floating non-replaced elements with 'auto' right margin http://www.w3.org/TR/CSS21/visudet.html#float-width 8805e7d085b976c1273363fd730fabc5e2c8e95a `Microsoft`<http://www.microsoft.com/> If 'margin-right' is computed as 'auto' its used value is '0'.
|
|
float-non-replaced-width-004 reference/float-non-replaced-width-002-ref Floating non-replaced elements with specified right margin http://www.w3.org/TR/CSS21/visudet.html#float-width 69a0588f49c08ea0875236a300af71631c7c0efd `Microsoft`<http://www.microsoft.com/> If 'margin-right' is not computed as 'auto' its used value is as specified.
|
|
float-non-replaced-width-005 reference/float-non-replaced-width-001-ref Floating non-replaced elements with left and right margins as 'auto' http://www.w3.org/TR/CSS21/visudet.html#float-width a060e7b67d0bd424ba795ba1ffd22489e18a2d94 `Microsoft`<http://www.microsoft.com/> If both 'margin-left' and margin-right' are computed as 'auto' their used value is as '0'.
|
|
float-non-replaced-width-006 Floating non-replaced elements with 'auto' width ahem http://www.w3.org/TR/CSS21/visudet.html#float-width 1b87393ca6614143ed229ccf7574cf6c9f5d1754 `Microsoft`<http://www.microsoft.com/> If 'width' computes to 'auto' then the used value of 'width' is 'shrink-to-fit'.
|
|
float-non-replaced-width-007 reference/absolute-non-replaced-width-017-ref 'shrink-to-fit' width of floating, non-replaced elements - inline-block and max-width ahem http://www.w3.org/TR/CSS21/visudet.html#float-width,http://www.w3.org/TR/CSS21/visudet.html#inlineblock-width,http://www.w3.org/TR/CSS21/visudet.html#min-max-widths 7c35c9875b35724a32f770661c52e08e6a4a9796 `Gérard Talbot`<http://www.gtalbot.org/BrowserBugsSection/css21testsuite/>,`Daniel Schattenkirchner`<crazy-daniel{at}gmx.de> If 'width' of a floating, non-replaced element computes to 'auto' or 'width' of an inline-block, non-replaced element in normal flow computes to 'auto', then the used value of 'width' is given by 'shrink-to-fit' width calculation. If 'width' of an inline-block, non-replaced element in normal flow is given by 'shrink-to-fit' width calculation, then such calculated width can be furthermore constrained, reduced by a max-width declaration. If 'width' of a floating, non-replaced element computes to 'auto' but its own child uses a constrained length resulting from a max-width declaration, then such constrained length will define the preferred width in 'shrink-to-fit' width calculation.
|
|
float-non-replaced-width-008 reference/absolute-non-replaced-width-017-ref 'shrink-to-fit' width of floating, non-replaced elements - max-width ahem http://www.w3.org/TR/CSS21/visudet.html#float-width,http://www.w3.org/TR/CSS21/visudet.html#the-width-property,http://www.w3.org/TR/CSS21/visudet.html#min-max-widths 5546ca3a3b514ceafb028d7db287e83cc102e3f8 `Gérard Talbot`<http://www.gtalbot.org/BrowserBugsSection/css21testsuite/>,`Daniel Schattenkirchner`<crazy-daniel{at}gmx.de> If 'width' of a floating, non-replaced element computes to 'auto', then the used value of 'width' is given by 'shrink-to-fit' width calculation. If 'width' of a floating, non-replaced element is given by 'shrink-to-fit' width calculation, then such calculated width can be furthermore constrained, reduced by a max-width declaration. If 'width' of a floating, non-replaced element computes to 'auto' but its own child uses a constrained length resulting from a max-width declaration, then such constrained length will define the preferred width in 'shrink-to-fit' width calculation.
|
|
float-non-replaced-width-009 reference/absolute-non-replaced-width-017-ref 'shrink-to-fit' width of floating, non-replaced elements - max-width ahem http://www.w3.org/TR/CSS21/visudet.html#float-width,http://www.w3.org/TR/CSS21/visudet.html#the-width-property,http://www.w3.org/TR/CSS21/visudet.html#min-max-widths 16520a89b07f3cd4914efbb3a651d5f6e1c7c52a `Gérard Talbot`<http://www.gtalbot.org/BrowserBugsSection/css21testsuite/>,`Daniel Schattenkirchner`<crazy-daniel{at}gmx.de> If 'width' of a floating, non-replaced element computes to 'auto', then the used value of 'width' is given by 'shrink-to-fit' width calculation. If 'width' of a floating, non-replaced element is given by 'shrink-to-fit' width calculation, then such calculated width can be furthermore constrained, reduced by a max-width declaration. If 'width' of a floating, non-replaced element computes to 'auto' but its own child uses a constrained length resulting from a max-width declaration, then such constrained length will define the preferred width in 'shrink-to-fit' width calculation.
|
|
float-non-replaced-width-010 reference/absolute-non-replaced-width-017-ref 'shrink-to-fit' width of floating, non-replaced elements - width ahem http://www.w3.org/TR/CSS21/visudet.html#float-width,http://www.w3.org/TR/CSS21/visudet.html#the-width-property,http://www.w3.org/TR/CSS21/visudet.html#min-max-widths b58946a8cce85d93a82a08cf1aa43dce334c3eee `Gérard Talbot`<http://www.gtalbot.org/BrowserBugsSection/css21testsuite/>,`Daniel Schattenkirchner`<crazy-daniel{at}gmx.de> If 'width' of a floating, non-replaced element computes to 'auto', then the used value of 'width' is given by 'shrink-to-fit' width calculation. If 'width' is specified with absolute length, then the computed value is the specified value. If 'width' of a floating, non-replaced element computes to 'auto' but its own child uses specified absolute length, then such specified absolute length will define the preferred width in 'shrink-to-fit' width calculation.
|
|
float-non-replaced-width-011 reference/absolute-non-replaced-width-017-ref 'shrink-to-fit' width of floating, non-replaced elements - inline-block and max-width ahem http://www.w3.org/TR/CSS21/visudet.html#float-width,http://www.w3.org/TR/CSS21/visudet.html#inlineblock-width,http://www.w3.org/TR/CSS21/visudet.html#min-max-widths 2627bfb25e7a87ad587cb2b17488241d6390f18d `Gérard Talbot`<http://www.gtalbot.org/BrowserBugsSection/css21testsuite/>,`Daniel Schattenkirchner`<crazy-daniel{at}gmx.de> If 'width' of a floating, non-replaced element computes to 'auto' or 'width' of an inline-block, non-replaced element in normal flow computes to 'auto', then the used value of 'width' is given by 'shrink-to-fit' width calculation. If 'width' of an inline-block, non-replaced element in normal flow is given by 'shrink-to-fit' width calculation, then such calculated width can be furthermore constrained, reduced by a max-width declaration. If 'width' of a floating, non-replaced element computes to 'auto' but its own child uses a constrained length resulting from a max-width declaration, then such constrained length will define the preferred width in 'shrink-to-fit' width calculation.
|
|
float-non-replaced-width-012 reference/absolute-non-replaced-width-017-ref 'shrink-to-fit' width of floating, non-replaced elements - max-width ahem http://www.w3.org/TR/CSS21/visudet.html#float-width,http://www.w3.org/TR/CSS21/visudet.html#min-max-widths 51e3f288ac27c769a5da1a807cf3bc7d4884d236 `Gérard Talbot`<http://www.gtalbot.org/BrowserBugsSection/css21testsuite/>,`Daniel Schattenkirchner`<crazy-daniel{at}gmx.de> If 'width' of a floating non-replaced element computes to 'auto', then the used value of 'width' is given by 'shrink-to-fit' width calculation and such calculated width can be furthermore constrained, reduced by a max-width declaration.
|
|
float-replaced-height-001 reference/float-replaced-height-001-ref Floated replaced elements with 'margin-top' and 'margin-bottom' as 'auto' image http://www.w3.org/TR/CSS21/visudet.html#inline-replaced-height b4da8240817182aeddf630cf47a29921c641a7be `Microsoft`<http://www.microsoft.com/> A floated replaced elements' used value of 'margin-top' and/or 'margin-bottom' set to 'auto' is '0'.
|
|
float-replaced-height-002 reference/float-replaced-height-002-ref Floated replaced elements relying on intrinsic height dimensions image http://www.w3.org/TR/CSS21/visudet.html#inline-replaced-height 43f5f61fcc664be418f40b88b56d6e4fb781c49e `Microsoft`<http://www.microsoft.com/> The 'height' is the intrinsic height when an floated replaced element with and intrinsic height has a 'height' and 'width' computed as 'auto'.
|
|
float-replaced-height-003 reference/float-replaced-height-003-ref Floating replaced elements with intrinsic ratios and 'height' set to 'auto' image http://www.w3.org/TR/CSS21/visudet.html#inline-replaced-height d7f9bd70d862ce2435da31c11cc27b318a3eba55 `Microsoft`<http://www.microsoft.com/> The 'height' is the used width divided by the ratio when an floated replaced element has an intrinsic ratio, 'height' is set to 'auto' and 'width' is specified.
|
|
float-replaced-height-004 reference/float-replaced-height-004-ref Floated replaced elements without intrinsic ratios and 'height' set to 'auto' http://www.w3.org/TR/CSS21/visudet.html#inline-replaced-height 061314faf83e17c9dfb66429db80c5d341a630ab `Microsoft`<http://www.microsoft.com/> For floated replaced elements the 'height' is set to the largest rectangle that has a 2:1 ratio that is not greater than 150px and has a 'width' not greater than the device width.
|
|
float-replaced-height-005 reference/float-replaced-height-005-ref Floated replaced elements with percentage based intrinsic height http://www.w3.org/TR/CSS21/visudet.html#inline-replaced-height fe4d32a4adad6944830164ed310a0a9b5785f8c2 `Microsoft`<http://www.microsoft.com/> A floated replaced element with percentage intrinsic height resolves based on the containing block height when percentage is explicitly specified.
|
|
float-replaced-height-006 reference/float-replaced-height-006-ref Absolutely positioned floated replaced elements with percentage based intrinsic height nonHTML,svg http://www.w3.org/TR/CSS21/visudet.html#inline-replaced-height 187f947a5c3934e26b2f85325669f51c0c4f3e0c `Microsoft`<http://www.microsoft.com/> A floated replaced element with percentage intrinsic height resolves based on the containing block when the replaced element is absolutely positioned.
|
|
float-replaced-height-007 reference/float-replaced-height-004-ref Floated replaced elements with percentage based intrinsic height that cannot be resolved http://www.w3.org/TR/CSS21/visudet.html#inline-replaced-height 74477aea27d7a845426301b3280fcef0b6c4594a `Microsoft`<http://www.microsoft.com/> A floated replaced elements with a percentage height that cannot be resolved has no intrinsic height.
|
|
float-replaced-width-001 reference/float-non-replaced-width-001-ref Floated replaced elements with 'auto' left margin image http://www.w3.org/TR/CSS21/visudet.html#float-replaced-width 1c4638b6d3bab9861ff9e1d2c3792ccb992a0eb3 `Microsoft`<http://www.microsoft.com/> If 'margin-left' is computed as 'auto' its used value is '0'.
|
|
float-replaced-width-002 reference/float-non-replaced-width-002-ref Floated replaced elements with specified left margin image http://www.w3.org/TR/CSS21/visudet.html#float-replaced-width e57a534655e5207e7082fe7d52202a03f6ecf913 `Microsoft`<http://www.microsoft.com/> If 'margin-left' is not computed as 'auto' its used value is as specified.
|
|
float-replaced-width-003 reference/float-non-replaced-width-003-ref Floated replaced elements with 'auto' right margin image http://www.w3.org/TR/CSS21/visudet.html#float-replaced-width f43f87afaff6b1ffcbe6efccac3e24e1eb065e19 `Microsoft`<http://www.microsoft.com/> If 'margin-right' is computed as 'auto' its used value is '0'.
|
|
float-replaced-width-004 reference/float-non-replaced-width-002-ref Floated replaced elements with specified right margin image http://www.w3.org/TR/CSS21/visudet.html#float-replaced-width 8f2ae5f8bee1ea4d460e9eddcb61941d8b3e1b20 `Microsoft`<http://www.microsoft.com/> If 'margin-right' is not computed as 'auto' its used value is as specified.
|
|
float-replaced-width-005 reference/float-non-replaced-width-001-ref Floated replaced elements with left and right margins as 'auto' image http://www.w3.org/TR/CSS21/visudet.html#float-replaced-width 5765b49ab173153475a4df50e37e369e5daa427b `Microsoft`<http://www.microsoft.com/> If both 'margin-left' and margin-right' are computed as 'auto' their used value is as '0'.
|
|
float-replaced-width-006 reference/float-replaced-width-006-ref Floated replaced elements and 'auto' specified for 'margin-left', 'margin-right' and intrinsic width image http://www.w3.org/TR/CSS21/visudet.html#float-replaced-width f12fce4e908a7daa05dc3b3242bb368e67bff52b `Microsoft`<http://www.microsoft.com/> Computed value of 'auto' for 'margin-left' or margin-right' on floated replaced elements becomes a used value of '0'. The intrinsic width is also used if 'height' and 'width' are 'auto'.
|
|
float-replaced-width-007 reference/float-replaced-width-007-ref Floated replaced elements and 'auto' specified for 'margin-left', 'margin-right' and intrinsic height nonHTML,svg http://www.w3.org/TR/CSS21/visudet.html#float-replaced-width 247b1bc609021450dd7dad9e5b2636bd83819ea8 `Microsoft`<http://www.microsoft.com/> Computed value of 'auto' for 'margin-left' or margin-right' on floated replaced elements becomes a used value of '0'. The 'width' is (used height) * (intrinsic ratio) if there is no intrinsic width but there is intrinsic height and ratio.
|
|
float-replaced-width-008 reference/float-replaced-width-008-ref Floated replaced elements and 'auto' specified for 'margin-left', 'margin-right' and 'height' nonHTML,svg http://www.w3.org/TR/CSS21/visudet.html#float-replaced-width a0698938f33f78bbc4a7d7b861819ae4bbb1225e `Microsoft`<http://www.microsoft.com/> Computed value of 'auto' for 'margin-left' or margin-right' on floated replaced elements becomes a used value of '0'. The 'width' is (used height) * (intrinsic ratio) if there is no intrinsic width but there is intrinsic height and ratio.
|
|
float-replaced-width-009 reference/float-replaced-width-009-ref Floated replaced elements and 'auto' specified for 'margin-left', 'margin-right' and no intrinsic height or width nonHTML,svg http://www.w3.org/TR/CSS21/visudet.html#float-replaced-width 54f83b83e233cb2be0e3047f4e90dabcc1e05e55 `Microsoft`<http://www.microsoft.com/> Computed value of 'auto' for 'margin-left' or margin-right' on floated replaced elements becomes a used value of '0'. The height and width are adjusted by the constraints for block-level, non-replaced elements.
|
|
float-replaced-width-011 reference/float-replaced-width-011-ref Floated replaced elements and 'auto' specified for 'margin-left', 'margin-right' and percentage intrinsic width image http://www.w3.org/TR/CSS21/visudet.html#float-replaced-width 1548cb53cd81ba2431c507d6383095eaab4bf7f1 `Microsoft`<http://www.microsoft.com/> Percentage intrinsic widths are evaluated against the containing block's width.
|
|
floating-replaced-height-008 Floating replaced elements - specified width, height in percentages and intrinsic ratio image,interact http://www.w3.org/TR/CSS21/visudet.html#inline-replaced-height 757f1ec87444ab71f53daaee30fee80709425a24 `Gérard Talbot`<http://www.gtalbot.org/BrowserBugsSection/css21testsuite/> When 'height: 1%' (or any other percentage) applies to a floating replaced element and when the height of its containing block is not specified explicitly (i.e., it depends on content height), then such height computes to 'auto'. Then, if such floating replaced element has an intrinsic ratio and its used width is known or resolved, then the used value of 'height' is determined by the equation (used width) / (intrinsic ratio).
|
|
floats-001 reference/floats-001-ref Floats, shifting left until it touches container edge http://www.w3.org/TR/CSS21/visuren.html#floats 34ee5f6677720bf7fe6343fd696bb2f43b2d28b3 `Microsoft`<http://www.microsoft.com/> A left floated box shifts left until its outer edge touches the containing block edge.
|
|
floats-002 reference/floats-002-ref Floats, shifting right until it touches container edge http://www.w3.org/TR/CSS21/visuren.html#floats 3c403ee22856bf71aab2bc23de995c7f5000cbde `Microsoft`<http://www.microsoft.com/> A right floated box shifts right until its outer edge touches the containing block edge.
|
|
floats-003 reference/adjacent-floats-001-ref Floats, shifting left until touching other floats http://www.w3.org/TR/CSS21/visuren.html#floats 571f92e5f5b5d84d6539aff55fa77c63d0722f8c `Microsoft`<http://www.microsoft.com/> A left floated box shifts left until it touches another float.
|
|
floats-004 reference/floats-004-ref Floats, shifting right until touching other floats http://www.w3.org/TR/CSS21/visuren.html#floats 5130a5f28034963d0d21aa7621575644a923a1b5 `Microsoft`<http://www.microsoft.com/> A right floated box shifts right until it touches another float.
|
|
floats-005 reference/floats-005-ref Floats, shifting down below all other floated elements image http://www.w3.org/TR/CSS21/visuren.html#floats b59dabecfc7178f9d471ab423747cc7949f33942 `Microsoft`<http://www.microsoft.com/> Floated boxes shift down until it fits.
|
|
floats-006 reference/floats-006-ref Left floats interacting with inline content ahem http://www.w3.org/TR/CSS21/visuren.html#floats 5ff166e21976dcf832ba8685339c73e1d7c01520 `Microsoft`<http://www.microsoft.com/> Inline boxes are reflowed to the first available line on the other side of a float.
|
|
floats-007 reference/floats-007-ref Floated elements shifting down below non-floated elements http://www.w3.org/TR/CSS21/visuren.html#floats 87dc3a30ac7ec0dd1561deb4698577089678ec90 `Microsoft`<http://www.microsoft.com/> Left floated boxes shift down until next to another float and there is room to fit.
|
|
floats-008 reference/clear-float-004-ref Floats and block box flow http://www.w3.org/TR/CSS21/visuren.html#floats 719d51250cbd9623fce09f17734519f88b01cafa `Microsoft`<http://www.microsoft.com/> Block boxes flow vertically as if floats don't exist.
|
|
floats-009 reference/floats-009-ref Right floats interacting with right-to-left inline content ahem http://www.w3.org/TR/CSS21/visuren.html#floats ae385d811fd840ccafa5cc8b733ddc04ba74f7fa `Microsoft`<http://www.microsoft.com/> Inline boxes are reflowed to the first available line on the other side of a float for right-to-left.
|
|
floats-014 reference/floats-014-ref Left floated element margins do not collapse http://www.w3.org/TR/CSS21/visuren.html#floats a7170b6f940043a730c7c9dd0796e5af2d799c7b `Microsoft`<http://www.microsoft.com/> Floating boxes never collapse with margins of adjacent floats or other boxes.
|
|
floats-015 reference/floats-014-ref Right floated elements margins do not collapse http://www.w3.org/TR/CSS21/visuren.html#floats 1346362590ed1fe4285a9c502a45cfff13666eef `Microsoft`<http://www.microsoft.com/> Right floating boxes never collapse with margins of adjacent boxes or other floats.
|
|
floats-016 Floated elements stacked with blocks and inline elements http://www.w3.org/TR/CSS21/visuren.html#floats 92d29a78ec69b94c11acc92fc7c10e76f792cdc0 `Microsoft`<http://www.microsoft.com/> Floated elements are rendered in front of non-positioned in-flow blocks but behind in-flow inline boxes when a normal flow box is next to a floated element with negative margins.
|
|
floats-019 reference/floats-019-ref Float applied to absolutely positioned elements http://www.w3.org/TR/CSS21/visuren.html#floats 3944996126147a6d6cdccc5ee4dcc84545dc5c6b `Microsoft`<http://www.microsoft.com/> Float cannot be applied to absolutely positioned element.
|
|
floats-020 Left floated elements and text wrapping http://www.w3.org/TR/CSS21/visuren.html#floats e84fbfe6c050898d84f09f3ff1ca0ead95cd60ed `Microsoft`<http://www.microsoft.com/> Block box is generated and floated to left and content flows on right side starting at the top.
|
|
floats-021 Right floated elements and text wrapping http://www.w3.org/TR/CSS21/visuren.html#floats 593c2bdf9b2c247890ef6bd0a20c83c4990599a2 `Microsoft`<http://www.microsoft.com/> Block box is generated and floated to right and content flows on left side starting at the top.
|
|
floats-022 reference/floats-022-ref Elements do not float when 'float' is set to 'none' http://www.w3.org/TR/CSS21/visuren.html#floats f81c34c177cd30d9ff8dd7c9ed5f2683125826f9 `Microsoft`<http://www.microsoft.com/> An element with 'float: none' behaves as if it were never set to begin with.
|
|
floats-023 reference/floats-023-ref Floated elements and container edges http://www.w3.org/TR/CSS21/visuren.html#floats 255793237c231abb40fe99daa5516569fdc14c7e `Microsoft`<http://www.microsoft.com/> Left floated boxes cannot go past the container's left edge.
|
|
floats-024 reference/floats-024-ref Left float with earlier floated siblings http://www.w3.org/TR/CSS21/visuren.html#floats d4b2f766365ed1c95741b445d97af54175145537 `Microsoft`<http://www.microsoft.com/> Left floated box is to right of earlier floated box or below the earlier floated element's bottom edge.
|
|
floats-025 reference/floats-025-ref Right floating elements and container edge http://www.w3.org/TR/CSS21/visuren.html#floats 7b789a6dcaa45ebe8c4e7fe8d1813a95afc07964 `Microsoft`<http://www.microsoft.com/> Right floated boxes cannot go past the container's right edge.
|
|
floats-026 reference/floats-026-ref Margin affects left floated elements http://www.w3.org/TR/CSS21/visuren.html#floats 06485f1b48d2cc22d7961032001ea00a4a7ddee4 `Microsoft`<http://www.microsoft.com/> Right outer edge of left-floating box cannot be to the right of the left outer edge of any right-floating box that is to the right of it.
|
|
floats-027 reference/floats-027-ref Margin affects right floated elements http://www.w3.org/TR/CSS21/visuren.html#floats 5c7d751a74de4a54af74f7c38c5d974138d2fa78 `Microsoft`<http://www.microsoft.com/> Right outer edge of left-floating box cannot be to the right of the left outer edge of any right-floating box that is to the right of it.
|
|
floats-028 reference/floats-028-ref Floats and containment http://www.w3.org/TR/CSS21/visuren.html#floats 95628c0ffdeafbc3ffc8e32dd97592af2fbe1dff `Microsoft`<http://www.microsoft.com/> Floating box's outer top cannot be higher than the top of its containing block.
|
|
floats-029 reference/floats-029-ref Content flowing around floated elements http://www.w3.org/TR/CSS21/visuren.html#floats 5360a55d1fbab1f39a7738c4f3c158aa0c762c01 `Microsoft`<http://www.microsoft.com/> Floats shift the current line and surrounding content to flow along its side unless clear is specified.
|
|
floats-030 reference/floats-030-ref Position of floated elements in relation to previous elements image http://www.w3.org/TR/CSS21/visuren.html#float-position 0e4deb080c8f23e45d7bfe38e44af8082c5ea8d1 `Microsoft`<http://www.microsoft.com/> Outer top of a floating box cannot be higher than the outer top of any block or floated box generated by an element earlier in the source document.
|
|
floats-031 reference/floats-031-ref Position of floated elements in relation to previous inline elements image http://www.w3.org/TR/CSS21/visuren.html#float-position eb7d9cdb68bf9c8cdcbad412d507325c2d2a4f17 `Microsoft`<http://www.microsoft.com/> Outer top of floating box cannot be higher than the top of any line-box containing a box generated by an element earlier in the source document.
|
|
floats-036 reference/floats-036-ref Floated left and aligned with current line box http://www.w3.org/TR/CSS21/visuren.html#floats 4ad868a88f89e839dfe209d7e45b1f1fb23532b7 `Microsoft`<http://www.microsoft.com/> A floated elements top edge will be aligned with the top of a line box.
|
|
floats-037 Floated right element aligns with current line box http://www.w3.org/TR/CSS21/visuren.html#floats 6dd32b7b9616384dedbc8d9b39091f329570a954 `Microsoft`<http://www.microsoft.com/> A line box aligns with the top of a right floated box.
|
|
floats-038 reference/floats-038-ref Floats and table margins http://www.w3.org/TR/CSS21/visuren.html#floats 5f6d917a36d24d2d288947a850300abbeab25b72 `Microsoft`<http://www.microsoft.com/> The border box of a table cannot overlap any floats in the same block formatting context as the elements itself.
|
|
floats-039 reference/floats-038-ref Floats and block level replaced element margins image http://www.w3.org/TR/CSS21/visuren.html#floats 3885409b3a6a06090fc285be05f5af5507073ff5 `Microsoft`<http://www.microsoft.com/> The border box of a block level replaced element cannot overlap any floats in the same block formatting context as the element itself.
|
|
floats-040 reference/floats-038-ref Floats inline-block level element margins http://www.w3.org/TR/CSS21/visuren.html#floats 7ddcebc44aea0c45ff6debe9cc5e087bd8d8c5ba `Microsoft`<http://www.microsoft.com/> The border box of a inline-block level element cannot overlap any floats in the same block formatting context as the element itself.
|
|
floats-041 reference/floats-041-ref Floats and stacking contexts with content http://www.w3.org/TR/CSS21/visuren.html#floats 6ead7bbbd1c31169f0eb7410d4c7436ba52b70fd `Microsoft`<http://www.microsoft.com/> The contents of floats are stacked as if floats generated new stacking contexts.
|
|
floats-043 reference/floats-043-ref Right float with earlier floated siblings http://www.w3.org/TR/CSS21/visuren.html#floats a8cd5b4c5f0cadb6b990a9feaf846473bbef0e1f `Microsoft`<http://www.microsoft.com/> A right floated box is to left of earlier floated boxes or below the earlier floated element's bottom edge.
|
|
floats-101 reference/floats-101-ref CSS Floats: Nested floats (no other content) http://www.w3.org/TR/CSS21/visuren.html#floats b525acc487a67e901674ceaa78c8b9f0d9c61aba `Ian Hickson`<mailto:ian@hixie.ch>
|
|
floats-102 CSS Floats: Nested floats (some inline content before nested float) http://www.w3.org/TR/CSS21/visuren.html#floats 4f4c2311295289d5a4e1046ea50267689256d678 `Ian Hickson`<mailto:ian@hixie.ch>
|
|
floats-103 CSS Floats: Nested floats (some inline content after nested float) http://www.w3.org/TR/CSS21/visuren.html#floats da252eda59d143c0f916a0595c4096bfa45ff121 `Ian Hickson`<mailto:ian@hixie.ch>
|
|
floats-104 CSS Floats: Unexpected Presences, Part 1 http://www.w3.org/TR/CSS21/visuren.html#floats 4ff325fd250b8d7f166fa6f20042a83c031505a7 `Ian Hickson`<mailto:ian@hixie.ch>
|
|
floats-105 CSS Floats: Unexpected Presences, Part 2 http://www.w3.org/TR/CSS21/visuren.html#floats 1ec1dfa6d679010a6fbcea2a9897b0baf78e1d81 `Ian Hickson`<mailto:ian@hixie.ch>
|
|
floats-106 CSS Floats: Unexpected Presences, Part 3 http://www.w3.org/TR/CSS21/visuren.html#floats 87bb43dc00f3abe98b3fb9ab5fcd1e04eff1061b `Ian Hickson`<mailto:ian@hixie.ch>
|
|
floats-108 CSS Floats: Float Sizing (styled floats) interact http://www.w3.org/TR/CSS21/visuren.html#floats 64b11e42716aa2cf71d9e4d5033e0a445d13ec8b `Ian Hickson`<mailto:ian@hixie.ch>
|
|
floats-109 CSS Floats: Float Sizing (blocks inside styled floats) interact http://www.w3.org/TR/CSS21/visuren.html#floats 4e25a9b103eada2c66303cb9682778604d5af0b7 `Ian Hickson`<mailto:ian@hixie.ch>
|
|
floats-110 CSS Floats: Float Sizing interact http://www.w3.org/TR/CSS21/visuren.html#floats 86ad1f0dbf93c6e20bd8df9e4471fee0c2cd11a6 `Ian Hickson`<mailto:ian@hixie.ch>
|
|
floats-111 reference/floats-111-ref CSS Floats: Shrink Wrapped Right Floats With Right Aligned Text ahem http://www.w3.org/TR/CSS21/visuren.html#floats 5bfe032b4581970e2e28117a9d28bd9addc397ac `Ian Hickson`<mailto:ian@hixie.ch>
|
|
floats-112 reference/floats-112-ref CSS Floats: Shrink Wrapped Right Floats With Right Aligned Text ahem http://www.w3.org/TR/CSS21/visuren.html#floats b150119c93687300c415bf37e2eaf61a8a3c99a8 `Ian Hickson`<mailto:ian@hixie.ch>
|
|
floats-113 reference/floats-113-ref CSS Floats: Shrink Wrapped Right Floats With Right Aligned Text ahem http://www.w3.org/TR/CSS21/visuren.html#floats d52169972bb04d46aa7d891b4021f0a2cc86dea7 `Ian Hickson`<mailto:ian@hixie.ch>
|
|
floats-114 reference/floats-114-ref CSS Floats: Generated Content http://www.w3.org/TR/CSS21/visuren.html#floats a58a963bcd2ac0eb61e07456f179dd19ed931f16 `Ian Hickson`<mailto:ian@hixie.ch>
|
|
floats-115 reference/floats-115-ref CSS Floats: Auto Sizing ahem http://www.w3.org/TR/CSS21/visuren.html#floats 718f394eadf9a0935dcdcfac4899e74a410aed32 `Ian Hickson`<mailto:ian@hixie.ch>
|
|
floats-116 reference/floats-116-ref CSS Floats: Auto Sizing (with padding) ahem http://www.w3.org/TR/CSS21/visuren.html#floats 846e5b064284787692d0fa2814ade52c10f72f38 `Ian Hickson`<mailto:ian@hixie.ch>
|
|
floats-117 reference/floats-116-ref CSS Floats: Auto Sizing (with border) ahem http://www.w3.org/TR/CSS21/visuren.html#floats 12e5dc764b62b4c40586ed4c8ba50a27b9f94d9f `Ian Hickson`<mailto:ian@hixie.ch>
|
|
floats-118 reference/floats-118-ref CSS Floats: Auto Sizing ahem http://www.w3.org/TR/CSS21/visuren.html#floats 96ff014d5e9e28e1f4b4fee5f111c91f1567ab56 `Ian Hickson`<mailto:ian@hixie.ch>
|
|
floats-119 reference/floats-119-ref CSS Floats: Auto Sizing (with padding) ahem http://www.w3.org/TR/CSS21/visuren.html#floats bc2524e776a1792db98414d8211401582784ff67 `Ian Hickson`<mailto:ian@hixie.ch>
|
|
floats-120 reference/floats-119-ref CSS Floats: Auto Sizing (with border) ahem http://www.w3.org/TR/CSS21/visuren.html#floats f84524ba0944b3497dea53ad506342498e855a25 `Ian Hickson`<mailto:ian@hixie.ch>
|
|
floats-121 reference/floats-121-ref CSS Floats: Fixed Sizing (with border) ahem http://www.w3.org/TR/CSS21/visuren.html#floats 14a88e4f297472baa146676b895543c59b870b37 `Ian Hickson`<mailto:ian@hixie.ch>
|
|
floats-122 reference/floats-122-ref CSS Floats: Auto Sizing Float Followed By Text ahem http://www.w3.org/TR/CSS21/visuren.html#floats 4b5eade2a036f6faa35da6f161df366e250a604a `Ian Hickson`<mailto:ian@hixie.ch>
|
|
floats-123 reference/floats-123-ref CSS Floats: Auto Sizing (with relative positioning) ahem http://www.w3.org/TR/CSS21/visuren.html#floats 82a201e78393224211de074eb3c7d95f6a42937b `Ian Hickson`<mailto:ian@hixie.ch>
|
|
floats-124 reference/floats-124-ref CSS Floats: Bottom Padding on Inline Children http://www.w3.org/TR/CSS21/visuren.html#floats 1bfec36ff1d0c81031fab00eb1ccc135b2b3a9d8 `Ian Hickson`<mailto:ian@hixie.ch>
|
|
floats-125 reference/floats-125-ref CSS Floats: Bottom Padding on Inline Children http://www.w3.org/TR/CSS21/visuren.html#floats a2e9c98c838a1bb34ba7c08dc371471970815aaa `Ian Hickson`<mailto:ian@hixie.ch>
|
|
floats-126 CSS Floats: Float Sizing (styled floated tables) interact http://www.w3.org/TR/CSS21/visuren.html#floats 42f1223a54da0787d01d9275cd969fdd9c50d475 `Ian Hickson`<mailto:ian@hixie.ch>
|
|
floats-127 CSS Floats: Float Sizing (styled floated tables) interact http://www.w3.org/TR/CSS21/visuren.html#floats ee8b604e71ef6fe74e85b21db96e252ab9292826 `Ian Hickson`<mailto:ian@hixie.ch>
|
|
floats-128 CSS Floats: Float Sizing (styled blocks within floated tables) interact http://www.w3.org/TR/CSS21/visuren.html#floats 8fd9f604d8e769f5b9e880250ad5def334069a6e `Ian Hickson`<mailto:ian@hixie.ch>
|
|
floats-129 CSS Floats: Float Sizing (styled floated tables within tables) interact http://www.w3.org/TR/CSS21/visuren.html#floats 91d9989c606e44689ac8241925e3f2d1b5d95603 `Ian Hickson`<mailto:ian@hixie.ch>
|
|
floats-130 CSS Floats: Float Sizing (blocks within styled floated tables within tables) interact http://www.w3.org/TR/CSS21/visuren.html#floats 53f118eaefbe7a6e26ee962d319dc0876823fb88 `Ian Hickson`<mailto:ian@hixie.ch>
|
|
floats-131 CSS Floats: Float Sizing (styled blocks within floated tables within tables) interact http://www.w3.org/TR/CSS21/visuren.html#floats 83406d103f68749f7af7e2b55b114cbca814bfdd `Ian Hickson`<mailto:ian@hixie.ch>
|
|
floats-132 reference/floats-132-ref CSS Floats: Wrapping long text ahem http://www.w3.org/TR/CSS21/visuren.html#floats c180fdcf9d23e729df968bc39141bf82ae0421b0 `Ian Hickson`<mailto:ian@hixie.ch>
|
|
floats-133 reference/floats-133-ref CSS Floats: Wrapping text and position:static ahem http://www.w3.org/TR/CSS21/visuren.html#floats 60d077f4c20bbfbc78e00131564869eaaa43ac6c `Ian Hickson`<mailto:ian@hixie.ch>
|
|
floats-134 reference/floats-133-ref CSS Floats: Wrapping text and position:relative ahem http://www.w3.org/TR/CSS21/visuren.html#floats db99873f77d7dee8cd2f32213761a58204e4e364 `Ian Hickson`<mailto:ian@hixie.ch>
|
|
floats-135 reference/floats-135-ref CSS Floats: Wrapping blocks around floats ahem http://www.w3.org/TR/CSS21/visuren.html#floats 9a953ec778603c437f98f6c78b897d655a60d683 `Ian Hickson`<mailto:ian@hixie.ch>
|
|
floats-136 reference/floats-136-ref CSS Floats: Wrapping blocks around floats ahem http://www.w3.org/TR/CSS21/visuren.html#floats 27987030591344f2a152482337094d8b241e38b2 `Ian Hickson`<mailto:ian@hixie.ch>
|
|
floats-137 Wrapping text around multiple floats ahem,animated http://www.w3.org/TR/CSS21/visuren.html#floats 120cb9c3c0dd25125496117dc36c8dc32b6a599f `Ian Hickson`<mailto:ian@hixie.ch>
|
|
floats-138 reference/floats-138-ref Clearing a float with margins http://www.w3.org/TR/CSS21/visuren.html#floats f7436dfc911098b44f9996e454eb69b7b1c6cce2 `Ian Hickson`<mailto:ian@hixie.ch>
|
|
floats-139 reference/floats-139-ref Floats: Ultra basic test http://www.w3.org/TR/CSS21/visuren.html#floats 3039b2b8268488de375f94b4123e11a30baecc15 `Ian Hickson`<mailto:ian@hixie.ch>
|
|
floats-140 Floats: negative margin test http://www.w3.org/TR/CSS21/visuren.html#floats 830dfb7bbd604f1491c85d9ca3fdfa0ecbb33ff5 `Ian Hickson`<mailto:ian@hixie.ch>
|
|
floats-141 reference/floats-141-ref Floats: No higher than earlier floats http://www.w3.org/TR/CSS21/visuren.html#floats f695c1b270901f01053ba6e9f60212279c29eac9 `Ian Hickson`<mailto:ian@hixie.ch>
|
|
floats-142 reference/floats-142-ref Floats: negative margin test http://www.w3.org/TR/CSS21/visuren.html#floats b1ad854b06aee608256789b2296b8c7ece3966b7 `Ian Hickson`<mailto:ian@hixie.ch>
|
|
floats-143 reference/floats-143-ref Nested floats: Basic http://www.w3.org/TR/CSS21/visuren.html#floats 4c5660a11e23bdac431ec19424476310344df826 `Ian Hickson`<mailto:ian@hixie.ch>
|
|
floats-144 reference/floats-144-ref Floats inside blocks http://www.w3.org/TR/CSS21/visuren.html#floats f6032ac93a1dfc9d93662c63fd5a61dafedf1e62 `Ian Hickson`<mailto:ian@hixie.ch>
|
|
floats-145 reference/floats-145-ref Bottom margins on floats http://www.w3.org/TR/CSS21/visuren.html#floats 078460d12bb9c1f460ba3b264eaac435e6fb51bf `Ian Hickson`<mailto:ian@hixie.ch>
|
|
floats-146 reference/floats-146-ref Floats: No higher than earlier floats http://www.w3.org/TR/CSS21/visuren.html#floats 646ca093fe2e960c930115156eaaedc4705d98d5 `Ian Hickson`<mailto:ian@hixie.ch>
|
|
floats-147 reference/floats-147-ref Floats: No more to the right than the right edge of the containing block http://www.w3.org/TR/CSS21/visuren.html#floats 4840ea2ccd97b56780070e458105ed7656650707 `Ian Hickson`<mailto:ian@hixie.ch>,`Elika J. Etemad`<http://fantasai.inkedblade.net/contact>
|
|
floats-149 reference/floats-149-ref Empty inlines being displaced by floats http://www.w3.org/TR/CSS21/visuren.html#floats f8b96d93ce48619d126c372bdaca1bfabebd93a2 `Ian Hickson`<mailto:ian@hixie.ch>
|
|
floats-150 reference/floats-150-ref Positioning of floats in tables: auto-width floats with negative outer width http://www.w3.org/TR/CSS21/visuren.html#floats 863ad961244f2aa97092c17ce469881c684de7a2 `Ian Hickson`<mailto:ian@hixie.ch>
|
|
floats-151 Positioning of floats in tables: auto-width floats with negative outer width http://www.w3.org/TR/CSS21/visuren.html#floats 598fa494b869798867c773cb83b13f967b1d9815 `Ian Hickson`<mailto:ian@hixie.ch>
|
|
floats-152 reference/floats-150-ref Positioning of floats in tables: zero-width floats with negative outer width http://www.w3.org/TR/CSS21/visuren.html#floats a47c4773a36af31cd0dc92f840dee2b2e9b6455c `Ian Hickson`<mailto:ian@hixie.ch>
|
|
floats-153 reference/floats-153-ref Positioning of floats in tables: zero-width floats with negative outer width http://www.w3.org/TR/CSS21/visuren.html#floats 9de32113d50e4e7573218f61e4f405bb7429d195 `Ian Hickson`<mailto:ian@hixie.ch>
|
|
floats-154 reference/floats-154-ref Stacking contexts of relatively positioned content inside floats http://www.w3.org/TR/CSS21/visuren.html#floats e63fc07b7a26a95419f6470bfe62cf7d6cb0713f `Ian Hickson`<mailto:ian@hixie.ch>
|
|
floats-bfc-001 reference/floats-bfc-001-ref Floats with overflow:hidden next to them http://www.w3.org/TR/CSS21/visuren.html#floats 3d600f68fea300700a5bc7339e8ab679578787d5 `Ian Hickson`<mailto:ian@hixie.ch>
|
|
floats-bfc-002 reference/floats-bfc-001-ref Floats with overflow:hidden next to them http://www.w3.org/TR/CSS21/visuren.html#floats 6b570cab29dc78a74d03f65c3d0f1cc5cb237b21 `Ian Hickson`<mailto:ian@hixie.ch>
|
|
floats-placement-vertical-001a reference/floats-placement-vertical-001-ref Test for float placement rules http://www.w3.org/TR/CSS21/visuren.html#float-position 1172edeb5a1d82289d038d4481681e93ba964895 `Robert O'Callahan`<mailto:robert@ocallahan.org>,`Mozilla Corporation`<http://mozilla.com/> A floating box must be placed as high as possible.
|
|
floats-placement-vertical-001b reference/floats-placement-vertical-001-ref Test for float placement rules http://www.w3.org/TR/CSS21/visuren.html#float-position 1c7e3b7e398a4ade9cfff643d644aae33c632fa7 `Robert O'Callahan`<mailto:robert@ocallahan.org>,`Mozilla Corporation`<http://mozilla.com/> A floating box must be placed as high as possible.
|
|
floats-placement-vertical-001c reference/floats-placement-vertical-001-ref Test for float placement rules http://www.w3.org/TR/CSS21/visuren.html#float-position 0cc50d0e10637c2f85290abf03fbf2d414877d0a `Robert O'Callahan`<mailto:robert@ocallahan.org>,`Mozilla Corporation`<http://mozilla.com/> A floating box must be placed as high as possible.
|
|
floats-placement-vertical-003 reference/floats-placement-vertical-003-ref Test for float placement rules http://www.w3.org/TR/CSS21/visuren.html#float-position 17f56a1cfe149a71d27589a81f25aed6aba04c00 `Robert O'Callahan`<mailto:robert@ocallahan.org>,`Mozilla Corporation`<http://mozilla.com/> The outer top of a floating box may not be higher than the outer top of any block or floated box generated by an element earlier in the source document. A floating box must be placed as high as possible.
|
|
floats-placement-vertical-004 reference/floats-placement-vertical-004-ref,reference/floats-placement-vertical-004-ref2 Test for float placement rules http://www.w3.org/TR/CSS21/visuren.html#float-position f041432055f2c7f6ed7462045aaa59731987b195 `Robert O'Callahan`<mailto:robert@ocallahan.org>,`Mozilla Corporation`<http://mozilla.com/> A floating box must be placed as high as possible.
|
|
floats-rule3-outside-left-001 reference/floats-rule3-outside-left-001-ref float placement around other float in BFC but outside containing block http://www.w3.org/TR/CSS21/visuren.html#floats dd5ea3a4727cf3eef54a413535c544c11a99a1be `L. David Baron`<http://dbaron.org/>,`Mozilla Corporation`<http://mozilla.com/> Test for float placement around other float in BFC but outside containing block
|
|
floats-rule3-outside-left-002 reference/floats-rule3-outside-left-002-ref float placement around other float in BFC but outside containing block http://www.w3.org/TR/CSS21/visuren.html#floats 15c0eeb5650aba57a610bc80d5f02463f8859d0a `L. David Baron`<http://dbaron.org/>,`Mozilla Corporation`<http://mozilla.com/> Test for float placement around other float in BFC but outside containing block
|
|
floats-rule3-outside-right-001 reference/floats-rule3-outside-right-001-ref float placement around other float in BFC but outside containing block http://www.w3.org/TR/CSS21/visuren.html#floats 3f9a3929692372c55ef503886f223d0cbb9ab6f8 `L. David Baron`<http://dbaron.org/>,`Mozilla Corporation`<http://mozilla.com/> Test for float placement around other float in BFC but outside containing block
|
|
floats-rule3-outside-right-002 reference/floats-rule3-outside-right-002-ref float placement around other float in BFC but outside containing block http://www.w3.org/TR/CSS21/visuren.html#floats 12e7c2db8e7d760ec95d5043abe377a422e041ff `L. David Baron`<http://dbaron.org/>,`Mozilla Corporation`<http://mozilla.com/> Test for float placement around other float in BFC but outside containing block
|
|
floats-rule7-outside-left-001 reference/floats-rule7-outside-left-001-ref float placement around other float in BFC but outside containing block http://www.w3.org/TR/CSS21/visuren.html#floats f48bd136b6f143178f00100a922c42c6474a200e `L. David Baron`<http://dbaron.org/>,`Mozilla Corporation`<http://mozilla.com/> Test for float placement around other float in BFC but outside containing block
|
|
floats-rule7-outside-right-001 reference/floats-rule7-outside-right-001-ref float placement around other float in BFC but outside containing block http://www.w3.org/TR/CSS21/visuren.html#floats cd2e59d668f595f914b12be261115a4ecfe8bf63 `L. David Baron`<http://dbaron.org/>,`Mozilla Corporation`<http://mozilla.com/> Test for float placement around other float in BFC but outside containing block
|
|
floats-wrap-bfc-001-left-overflow reference/floats-wrap-bfc-001-left-overflow-ref Test for flow around floats http://www.w3.org/TR/CSS21/visuren.html#floats dc90046f2c98188528beef27676cb72569c47010 `L. David Baron`<http://dbaron.org/>,`Mozilla Corporation`<http://mozilla.com/> The border box of a table, a block-level replaced element, or an element in the normal flow that establishes a new block formatting context (such as an element with 'overflow' other than 'visible') must not overlap any floats in the same block formatting context as the element itself.
|
|
floats-wrap-bfc-001-left-table reference/floats-wrap-bfc-001-left-table-ref Test for flow around floats http://www.w3.org/TR/CSS21/visuren.html#floats e4621943635412db9e5b3ee48736af571e38ac6b `L. David Baron`<http://dbaron.org/>,`Mozilla Corporation`<http://mozilla.com/> The border box of a table, a block-level replaced element, or an element in the normal flow that establishes a new block formatting context (such as an element with 'overflow' other than 'visible') must not overlap any floats in the same block formatting context as the element itself.
|
|
floats-wrap-bfc-001-right-overflow reference/floats-wrap-bfc-001-right-overflow-ref Test for flow around floats http://www.w3.org/TR/CSS21/visuren.html#floats 516d374f679bd739965940508dc92e823ef301de `L. David Baron`<http://dbaron.org/>,`Mozilla Corporation`<http://mozilla.com/> The border box of a table, a block-level replaced element, or an element in the normal flow that establishes a new block formatting context (such as an element with 'overflow' other than 'visible') must not overlap any floats in the same block formatting context as the element itself.
|
|
floats-wrap-bfc-001-right-table reference/floats-wrap-bfc-001-right-table-ref Test for flow around floats http://www.w3.org/TR/CSS21/visuren.html#floats 85a73c67ac9531f4e9a24442736372e39620b1e0 `L. David Baron`<http://dbaron.org/>,`Mozilla Corporation`<http://mozilla.com/> The border box of a table, a block-level replaced element, or an element in the normal flow that establishes a new block formatting context (such as an element with 'overflow' other than 'visible') must not overlap any floats in the same block formatting context as the element itself.
|
|
floats-wrap-bfc-002-left-overflow reference/floats-wrap-bfc-002-left-ref Test for flow around floats http://www.w3.org/TR/CSS21/visuren.html#floats f3b93664b5a80fa107dbc708d69f99efacc8df4e `L. David Baron`<http://dbaron.org/>,`Mozilla Corporation`<http://mozilla.com/> The border box of a table, a block-level replaced element, or an element in the normal flow that establishes a new block formatting context (such as an element with 'overflow' other than 'visible') must not overlap any floats in the same block formatting context as the element itself.
|
|
floats-wrap-bfc-002-left-table reference/floats-wrap-bfc-002-left-ref Test for flow around floats http://www.w3.org/TR/CSS21/visuren.html#floats 07c4fc0f50ff9aa2945994b925df7c49f23a4bdf `L. David Baron`<http://dbaron.org/>,`Mozilla Corporation`<http://mozilla.com/> The border box of a table, a block-level replaced element, or an element in the normal flow that establishes a new block formatting context (such as an element with 'overflow' other than 'visible') must not overlap any floats in the same block formatting context as the element itself.
|
|
floats-wrap-bfc-002-right-overflow reference/floats-wrap-bfc-002-right-ref Test for flow around floats http://www.w3.org/TR/CSS21/visuren.html#floats 2bd102f0e22f0407889bce86ff7f3e4ad40016cd `L. David Baron`<http://dbaron.org/>,`Mozilla Corporation`<http://mozilla.com/> The border box of a table, a block-level replaced element, or an element in the normal flow that establishes a new block formatting context (such as an element with 'overflow' other than 'visible') must not overlap any floats in the same block formatting context as the element itself.
|
|
floats-wrap-bfc-002-right-table reference/floats-wrap-bfc-002-right-ref Test for flow around floats http://www.w3.org/TR/CSS21/visuren.html#floats b113201aca5c08d9ecab57bcc72e044b19eb5611 `L. David Baron`<http://dbaron.org/>,`Mozilla Corporation`<http://mozilla.com/> The border box of a table, a block-level replaced element, or an element in the normal flow that establishes a new block formatting context (such as an element with 'overflow' other than 'visible') must not overlap any floats in the same block formatting context as the element itself.
|
|
floats-wrap-bfc-003-left-overflow reference/floats-wrap-bfc-003-left-overflow-ref Test for flow around floats http://www.w3.org/TR/CSS21/visuren.html#floats 2ca72fa86699fdbb9457707a104f66913e646faf `L. David Baron`<http://dbaron.org/>,`Mozilla Corporation`<http://mozilla.com/> The border box of a table, a block-level replaced element, or an element in the normal flow that establishes a new block formatting context (such as an element with 'overflow' other than 'visible') must not overlap any floats in the same block formatting context as the element itself.
|
|
floats-wrap-bfc-003-left-table reference/floats-wrap-bfc-003-left-table-ref Test for flow around floats http://www.w3.org/TR/CSS21/visuren.html#floats b62e050277b185bef451b0001ca70295de4b1659 `L. David Baron`<http://dbaron.org/>,`Mozilla Corporation`<http://mozilla.com/> The border box of a table, a block-level replaced element, or an element in the normal flow that establishes a new block formatting context (such as an element with 'overflow' other than 'visible') must not overlap any floats in the same block formatting context as the element itself.
|
|
floats-wrap-bfc-003-right-overflow reference/floats-wrap-bfc-003-right-overflow-ref Test for flow around floats http://www.w3.org/TR/CSS21/visuren.html#floats e8b04274f9f259d095a67dd371cb0e86026dde6c `L. David Baron`<http://dbaron.org/>,`Mozilla Corporation`<http://mozilla.com/> The border box of a table, a block-level replaced element, or an element in the normal flow that establishes a new block formatting context (such as an element with 'overflow' other than 'visible') must not overlap any floats in the same block formatting context as the element itself.
|
|
floats-wrap-bfc-003-right-table reference/floats-wrap-bfc-003-right-table-ref Test for flow around floats http://www.w3.org/TR/CSS21/visuren.html#floats 50ddb89f615641af9613652fbe7bcb5ab723e4be `L. David Baron`<http://dbaron.org/>,`Mozilla Corporation`<http://mozilla.com/> The border box of a table, a block-level replaced element, or an element in the normal flow that establishes a new block formatting context (such as an element with 'overflow' other than 'visible') must not overlap any floats in the same block formatting context as the element itself.
|
|
floats-wrap-bfc-004 reference/floats-wrap-bfc-004-ref Test for flow around floats http://www.w3.org/TR/CSS21/visuren.html#floats c3e7b16e0cb481d01f2380f8bad6d2d354928339 `L. David Baron`<http://dbaron.org/>,`Mozilla Corporation`<http://mozilla.com/> The border box of a table, a block-level replaced element, or an element in the normal flow that establishes a new block formatting context (such as an element with 'overflow' other than 'visible') must not overlap any floats in the same block formatting context as the element itself.
|
|
floats-wrap-bfc-005 reference/floats-wrap-bfc-005-ref Test for flow around floats http://www.w3.org/TR/CSS21/visuren.html#floats aee9749199101b7bf373df2ea5be37c14e1d6e4f `L. David Baron`<http://dbaron.org/>,`Mozilla Corporation`<http://mozilla.com/> The border box of a table, a block-level replaced element, or an element in the normal flow that establishes a new block formatting context (such as an element with 'overflow' other than 'visible') must not overlap any floats in the same block formatting context as the element itself.
|
|
floats-wrap-bfc-006 reference/floats-wrap-bfc-006-ref Test for flow around floats http://www.w3.org/TR/CSS21/visuren.html#floats cbf58c16d9530fdeb752e08ed3468500b04e6c14 `L. David Baron`<http://dbaron.org/>,`Mozilla Corporation`<http://mozilla.com/> The border box of a table, a block-level replaced element, or an element in the normal flow that establishes a new block formatting context (such as an element with 'overflow' other than 'visible') must not overlap any floats in the same block formatting context as the element itself.
|
|
floats-wrap-bfc-006b reference/floats-wrap-bfc-006b-ref Test for flow around floats http://www.w3.org/TR/CSS21/visuren.html#floats 7f8e34d60d862cbff48458333054856620680f66 `L. David Baron`<http://dbaron.org/>,`Mozilla Corporation`<http://mozilla.com/> The border box of a table, a block-level replaced element, or an element in the normal flow that establishes a new block formatting context (such as an element with 'overflow' other than 'visible') must not overlap any floats in the same block formatting context as the element itself.
|
|
floats-wrap-bfc-006c reference/floats-wrap-bfc-006c-ref Test for flow around floats http://www.w3.org/TR/CSS21/visuren.html#floats 41214af4f5b06533a7c6067ce62441f9d2cecd5a `L. David Baron`<http://dbaron.org/>,`Mozilla Corporation`<http://mozilla.com/> The border box of a table, a block-level replaced element, or an element in the normal flow that establishes a new block formatting context (such as an element with 'overflow' other than 'visible') must not overlap any floats in the same block formatting context as the element itself.
|
|
floats-wrap-bfc-007 reference/floats-wrap-bfc-007-ref Test for flow around floats http://www.w3.org/TR/CSS21/visuren.html#floats a76efef7456b58419da49290236849a774bec255 `L. David Baron`<http://dbaron.org/>,`Mozilla Corporation`<http://mozilla.com/> The border box of a table, a block-level replaced element, or an element in the normal flow that establishes a new block formatting context (such as an element with 'overflow' other than 'visible') must not overlap any floats in the same block formatting context as the element itself.
|
|
floats-wrap-bfc-outside-001 reference/floats-wrap-bfc-outside-001-ref float http://www.w3.org/TR/CSS21/visuren.html#floats be5bdcf384bb35eb8f5d4e48f0152e315f634fac `L. David Baron`<http://dbaron.org/>,`Mozilla Corporation`<http://mozilla.com/>
|
|
floats-wrap-top-below-bfc-001l reference/floats-wrap-top-below-001l-ref,!reference/floats-wrap-top-below-001l-notref Test for wrapping around floats whose top is below the top of what must wrap around them http://www.w3.org/TR/CSS21/visuren.html#floats 29dfb616fae3eb206332ac8f53094ec65430aafc `L. David Baron`<http://dbaron.org/>,`Mozilla Corporation`<http://mozilla.com/> The border box of a table, a block-level replaced element, or an element in the normal flow that establishes a new block formatting context (such as an element with 'overflow' other than 'visible') must not overlap any floats in the same block formatting context as the element itself.
|
|
floats-wrap-top-below-bfc-001r reference/floats-wrap-top-below-001r-ref,!reference/floats-wrap-top-below-001r-notref Test for wrapping around floats whose top is below the top of what must wrap around them http://www.w3.org/TR/CSS21/visuren.html#floats 86a7334ca0b54542045f9cec0b211c3e3b77fa84 `L. David Baron`<http://dbaron.org/>,`Mozilla Corporation`<http://mozilla.com/> The border box of a table, a block-level replaced element, or an element in the normal flow that establishes a new block formatting context (such as an element with 'overflow' other than 'visible') must not overlap any floats in the same block formatting context as the element itself.
|
|
floats-wrap-top-below-bfc-002l reference/floats-wrap-top-below-002l-ref Test for wrapping around floats whose top is below the top of what must wrap around them http://www.w3.org/TR/CSS21/visuren.html#floats 58eb68e0ae3d8bd44f6cc3c493553cf741378668 `L. David Baron`<http://dbaron.org/>,`Mozilla Corporation`<http://mozilla.com/> The border box of a table, a block-level replaced element, or an element in the normal flow that establishes a new block formatting context (such as an element with 'overflow' other than 'visible') must not overlap any floats in the same block formatting context as the element itself.
|
|
floats-wrap-top-below-bfc-002r reference/floats-wrap-top-below-002r-ref Test for wrapping around floats whose top is below the top of what must wrap around them http://www.w3.org/TR/CSS21/visuren.html#floats 33eeccf3b2a0ff9d0eeb62749c34f52a6282939c `L. David Baron`<http://dbaron.org/>,`Mozilla Corporation`<http://mozilla.com/> The border box of a table, a block-level replaced element, or an element in the normal flow that establishes a new block formatting context (such as an element with 'overflow' other than 'visible') must not overlap any floats in the same block formatting context as the element itself.
|
|
floats-wrap-top-below-bfc-003l reference/floats-wrap-top-below-003l-ref Test for wrapping around floats whose top is below the top of what must wrap around them http://www.w3.org/TR/CSS21/visuren.html#floats fb13384920769f4fc6cd70037a1d788bf05b1ca2 `L. David Baron`<http://dbaron.org/>,`Mozilla Corporation`<http://mozilla.com/> The border box of a table, a block-level replaced element, or an element in the normal flow that establishes a new block formatting context (such as an element with 'overflow' other than 'visible') must not overlap any floats in the same block formatting context as the element itself.
|
|
floats-wrap-top-below-bfc-003r reference/floats-wrap-top-below-003r-ref Test for wrapping around floats whose top is below the top of what must wrap around them http://www.w3.org/TR/CSS21/visuren.html#floats 1a9bacf93102e9c30c5077e4b75d04298a2d7796 `L. David Baron`<http://dbaron.org/>,`Mozilla Corporation`<http://mozilla.com/> The border box of a table, a block-level replaced element, or an element in the normal flow that establishes a new block formatting context (such as an element with 'overflow' other than 'visible') must not overlap any floats in the same block formatting context as the element itself.
|
|
floats-wrap-top-below-inline-001l reference/floats-wrap-top-below-001l-ref,!reference/floats-wrap-top-below-001l-notref Test for wrapping around floats whose top is below the top of what must wrap around them http://www.w3.org/TR/CSS21/visuren.html#floats a01ef4eee6a1d148d8d79e402a9985c4eb4e909a `L. David Baron`<http://dbaron.org/>,`Mozilla Corporation`<http://mozilla.com/> However, line boxes created next to the float are shortened to make room for the margin box of the float.
|
|
floats-wrap-top-below-inline-001r reference/floats-wrap-top-below-001r-ref,!reference/floats-wrap-top-below-001r-notref Test for wrapping around floats whose top is below the top of what must wrap around them http://www.w3.org/TR/CSS21/visuren.html#floats 74396977087a1a15737ba873dafd8debc7cf128d `L. David Baron`<http://dbaron.org/>,`Mozilla Corporation`<http://mozilla.com/> However, line boxes created next to the float are shortened to make room for the margin box of the float.
|
|
floats-wrap-top-below-inline-002l reference/floats-wrap-top-below-002l-ref Test for wrapping around floats whose top is below the top of what must wrap around them http://www.w3.org/TR/CSS21/visuren.html#floats 0537cab3a5d0b72cd95eb96b9b034d8c35d3f1cc `L. David Baron`<http://dbaron.org/>,`Mozilla Corporation`<http://mozilla.com/> However, line boxes created next to the float are shortened to make room for the margin box of the float.
|
|
floats-wrap-top-below-inline-002r reference/floats-wrap-top-below-002r-ref Test for wrapping around floats whose top is below the top of what must wrap around them http://www.w3.org/TR/CSS21/visuren.html#floats c7d5ee0e1feef118341189bd50701fd62425fc8e `L. David Baron`<http://dbaron.org/>,`Mozilla Corporation`<http://mozilla.com/> However, line boxes created next to the float are shortened to make room for the margin box of the float.
|
|
floats-wrap-top-below-inline-003l reference/floats-wrap-top-below-003l-ref Test for wrapping around floats whose top is below the top of what must wrap around them http://www.w3.org/TR/CSS21/visuren.html#floats 98284c74a77c07a9eb826a0666b2c05d70501428 `L. David Baron`<http://dbaron.org/>,`Mozilla Corporation`<http://mozilla.com/> However, line boxes created next to the float are shortened to make room for the margin box of the float.
|
|
floats-wrap-top-below-inline-003r reference/floats-wrap-top-below-003r-ref Test for wrapping around floats whose top is below the top of what must wrap around them http://www.w3.org/TR/CSS21/visuren.html#floats 9860d439349c7712823631b9e1b0d287e5929230 `L. David Baron`<http://dbaron.org/>,`Mozilla Corporation`<http://mozilla.com/> However, line boxes created next to the float are shortened to make room for the margin box of the float.
|
|
floats-zero-height-wrap-001 reference/floats-zero-height-wrap-001-ref wrapping around zero-height floats http://www.w3.org/TR/CSS21/visuren.html#floats e1c9441b5852a6020c610599cf692b09bb6e501c `L. David Baron`<http://dbaron.org/>,`Mozilla Corporation`<http://mozilla.com/> wrapping around zero-height floats
|
|
floats-zero-height-wrap-002 reference/floats-zero-height-wrap-001-ref wrapping around zero-height floats http://www.w3.org/TR/CSS21/visuren.html#floats bb407c75c167d47dce8508b3e143e53909dd97b1 `L. David Baron`<http://dbaron.org/>,`Mozilla Corporation`<http://mozilla.com/> wrapping around zero-height floats
|
|
focus-pseudo-class-001 :focus pseudo-class - adjacent sibling selector interact http://www.w3.org/TR/html4/interact/forms.html#h-17.11,http://www.w3.org/TR/CSS21/selector.html#dynamic-pseudo-classes,http://www.w3.org/TR/CSS21/selector.html#adjacent-selectors 046fd09a8589359821c35d90f180df67ae735838 `Gérard Talbot`<http://www.gtalbot.org/BrowserBugsSection/css21testsuite/> An HTML 4 textarea must be focused in order to enter text into it. The :focus pseudo-class applies to a textarea while it has the focus (accepts keyboard events or other forms of text input).
|
|
focus-pseudo-class-002 :focus pseudo-class - adjacent sibling selector interact http://www.w3.org/TR/html4/interact/forms.html#h-17.11,http://www.w3.org/TR/CSS21/selector.html#dynamic-pseudo-classes,http://www.w3.org/TR/CSS21/selector.html#adjacent-selectors 83722ad955f04f3e0777a247ac8025c70fa3dec3 `Gérard Talbot`<http://www.gtalbot.org/BrowserBugsSection/css21testsuite/> An HTML 4 text input control must be focused in order to enter text into it. The :focus pseudo-class applies to a text input control while it has the focus (accepts keyboard events or other forms of text input).
|
|
focus-pseudo-class-003 :focus pseudo-class - adjacent sibling selector interact http://www.w3.org/TR/html4/interact/forms.html#h-17.11,http://www.w3.org/TR/CSS21/selector.html#dynamic-pseudo-classes,http://www.w3.org/TR/CSS21/selector.html#adjacent-selectors 4fffe56a98ff32924e5cce862972f67d5dd87534 `Gérard Talbot`<http://www.gtalbot.org/BrowserBugsSection/css21testsuite/> An HTML 4 radio button must receive focus state when clicking on it or when selecting it with the keyboard. The :focus pseudo-class applies to a radio button while it has the focus (accepts keyboard events or other forms of input).
|
|
focus-selector-001 Focus selector on controls interact http://www.w3.org/TR/CSS21/selector.html#dynamic-pseudo-classes ca1167170a0c76f1d62e301981124b525f4c3adf `Microsoft`<http://www.microsoft.com/> Focus pseudo-class matches any element which has input focus.
|
|
font-001 Font shorthand set using the values font-size and font-family ahem http://www.w3.org/TR/CSS21/fonts.html#propdef-font,http://www.w3.org/TR/CSS21/fonts.html#font-shorthand,http://www.w3.org/TR/css-fonts-3/#font-prop 8889134bb1f75baf43015bc225d539d0092294a4 `Microsoft`<http://www.microsoft.com/> The 'font' shorthand property accepts and sets font-size and font-family.
|
|
font-002 Font shorthand set using the values font-style, font-size and font-family ahem http://www.w3.org/TR/CSS21/fonts.html#propdef-font,http://www.w3.org/TR/CSS21/fonts.html#font-shorthand,http://www.w3.org/TR/css-fonts-3/#font-prop 4dcfd00bcbbdd26f5e7eca463d89838ed0ade6f3 `Microsoft`<http://www.microsoft.com/> The 'font' shorthand property accepts and sets font-style, font-size and font-family.
|
|
font-003 Font shorthand set using the values font-variant, font-size and font-family http://www.w3.org/TR/CSS21/fonts.html#propdef-font,http://www.w3.org/TR/CSS21/fonts.html#font-shorthand,http://www.w3.org/TR/css-fonts-3/#font-prop 4d89f1e19902d328eb1c51227ca4d90cc51335c0 `Microsoft`<http://www.microsoft.com/> The 'font' shorthand property accepts and sets font-variant, font-size and font-family.
|
|
font-004 Font shorthand set using the values font-weight, font-size and font-family ahem http://www.w3.org/TR/CSS21/fonts.html#propdef-font,http://www.w3.org/TR/CSS21/fonts.html#font-shorthand,http://www.w3.org/TR/css-fonts-3/#font-prop 3a63d876bb7ee941e91a669580e0aabbd2fa9d2c `Microsoft`<http://www.microsoft.com/> The 'font' shorthand property accepts and sets font-weight, font-size and font-family.
|
|
font-005 Font shorthand set using the values font-style, font-variant, font-size and font-family http://www.w3.org/TR/CSS21/fonts.html#propdef-font,http://www.w3.org/TR/CSS21/fonts.html#font-shorthand,http://www.w3.org/TR/css-fonts-3/#font-prop 1b72ac925feb8d0f82cb01b095a30b146b151280 `Microsoft`<http://www.microsoft.com/> The 'font' shorthand property accepts and sets font-style, font-variant, font-size and font-family.
|
|
font-006 Font shorthand set using the values font-style, font-weight, font-size and font-family ahem http://www.w3.org/TR/CSS21/fonts.html#propdef-font,http://www.w3.org/TR/CSS21/fonts.html#font-shorthand,http://www.w3.org/TR/css-fonts-3/#font-prop 8a0d7315355d136e4195cdbb76a9a65206eb9921 `Microsoft`<http://www.microsoft.com/> The 'font' shorthand property accepts and sets font-style, font-weight, font-size and font-family.
|
|
font-007 Font shorthand set using the values font-variant, font-style, font-size and font-family ahem http://www.w3.org/TR/CSS21/fonts.html#propdef-font,http://www.w3.org/TR/CSS21/fonts.html#font-shorthand,http://www.w3.org/TR/css-fonts-3/#font-prop f727502a02b6224de4f200ec312eb68388c1fedd `Microsoft`<http://www.microsoft.com/> The 'font' shorthand property accepts and sets font-variant, font-style, font-size and font-family.
|
|
font-008 Font shorthand set using the values font-variant, font-weight, font-size and font-family ahem http://www.w3.org/TR/CSS21/fonts.html#propdef-font,http://www.w3.org/TR/CSS21/fonts.html#font-shorthand,http://www.w3.org/TR/css-fonts-3/#font-prop 2830a97216eee7f33eee3ce87c586f819129038d `Microsoft`<http://www.microsoft.com/> The 'font' shorthand property accepts and sets font-variant, font-weight, font-size and font-family.
|
|
font-009 Font shorthand set using the values font-weight, font-style, font-size and font-family ahem http://www.w3.org/TR/CSS21/fonts.html#propdef-font,http://www.w3.org/TR/CSS21/fonts.html#font-shorthand,http://www.w3.org/TR/css-fonts-3/#font-prop ff2cfc0a13b9c1cc89e50b7c8253173da584efc3 `Microsoft`<http://www.microsoft.com/> The 'font' shorthand property accepts and sets font-weight, font-style, font-size and font-family.
|
|
font-010 Font shorthand set using the values font-weight, font-variant, font-size and font-family ahem http://www.w3.org/TR/CSS21/fonts.html#propdef-font,http://www.w3.org/TR/CSS21/fonts.html#font-shorthand,http://www.w3.org/TR/css-fonts-3/#font-prop ebc0689c624b43f91703168d2732d14298e1b8e6 `Microsoft`<http://www.microsoft.com/> The 'font' shorthand property accepts and sets font-weight, font-variant, font-size and font-family.
|
|
font-011 Font shorthand set using the values font-style, font-variant, font-weight, font-size and font-family ahem http://www.w3.org/TR/CSS21/fonts.html#propdef-font,http://www.w3.org/TR/CSS21/fonts.html#font-shorthand,http://www.w3.org/TR/css-fonts-3/#font-prop a1e66669e66bdc04b4cf04f94780ff686418b1a0 `Microsoft`<http://www.microsoft.com/> The 'font' shorthand property accepts and sets font-style, font-variant, font-weight, font-size and font-family.
|
|
font-012 Font shorthand set using the values font-style, font-weight, font-variant, font-size and font-family ahem http://www.w3.org/TR/CSS21/fonts.html#propdef-font,http://www.w3.org/TR/CSS21/fonts.html#font-shorthand,http://www.w3.org/TR/css-fonts-3/#font-prop 907595e2aabb0701d55856d448285439f93a7948 `Microsoft`<http://www.microsoft.com/> The 'font' shorthand property accepts and sets font-style, font-weight, font-variant, font-size and font-family.
|
|
font-013 Font shorthand set using the values font-variant, font-style, font-weight, font-size and font-family ahem http://www.w3.org/TR/CSS21/fonts.html#propdef-font,http://www.w3.org/TR/CSS21/fonts.html#font-shorthand,http://www.w3.org/TR/css-fonts-3/#font-prop 31cec8118faa8adf6c2853f4fc3898ea1f429880 `Microsoft`<http://www.microsoft.com/> The 'font' shorthand property accepts and sets font-variant, font-style, font-weight, font-size and font-family.
|
|
font-014 Font shorthand set using the values font-variant, font-weight, font-style, font-size and font-family ahem http://www.w3.org/TR/CSS21/fonts.html#propdef-font,http://www.w3.org/TR/CSS21/fonts.html#font-shorthand,http://www.w3.org/TR/css-fonts-3/#font-prop 5a518be5612f980be4fae22b66f4f49958ca7d0c `Microsoft`<http://www.microsoft.com/> The 'font' shorthand property accepts and sets font-style, font-variant, font-weight, font-style, font-size and font-family.
|
|
font-015 Font shorthand set using the values font-weight, font-style, font-variant, font-size and font-family ahem http://www.w3.org/TR/CSS21/fonts.html#propdef-font,http://www.w3.org/TR/CSS21/fonts.html#font-shorthand,http://www.w3.org/TR/css-fonts-3/#font-prop 5b598dbf7bbb777d183fbd2dc28fa0c2b2d72659 `Microsoft`<http://www.microsoft.com/> The 'font' shorthand property accepts and sets font-weight, font-style, font-variant, font-size and font-family.
|
|
font-016 Font shorthand set using the values font-weight, font-variant, font-style, font-size and font-family ahem http://www.w3.org/TR/CSS21/fonts.html#propdef-font,http://www.w3.org/TR/CSS21/fonts.html#font-shorthand,http://www.w3.org/TR/css-fonts-3/#font-prop f51c4cbeb89753f2340f0de6b89e51416fccbaf2 `Microsoft`<http://www.microsoft.com/> The 'font' shorthand property accepts and sets font-weight, font-variant, font-style, font-size and font-family.
|
|
font-017 Font shorthand set using the values font-size, line-height and font-family ahem http://www.w3.org/TR/CSS21/fonts.html#propdef-font,http://www.w3.org/TR/CSS21/fonts.html#font-shorthand,http://www.w3.org/TR/css-fonts-3/#font-prop a2e4322d231ba626e7d7e149f826f880d3b70b94 `Microsoft`<http://www.microsoft.com/> The 'font' shorthand property accepts and sets font-size, line-height and font-family.
|
|
font-018 Font shorthand set using the values font-style, font-size, line-height and font-family ahem http://www.w3.org/TR/CSS21/fonts.html#propdef-font,http://www.w3.org/TR/CSS21/fonts.html#font-shorthand,http://www.w3.org/TR/css-fonts-3/#font-prop 4227d77d949f1ba58bb659ca04e777d4840b225b `Microsoft`<http://www.microsoft.com/> The 'font' shorthand property accepts and sets font-style, font-size, line-height and font-family.
|
|
font-019 Font shorthand set using the values font-variant, font-size, line-height and font-family http://www.w3.org/TR/CSS21/fonts.html#propdef-font,http://www.w3.org/TR/CSS21/fonts.html#font-shorthand,http://www.w3.org/TR/css-fonts-3/#font-prop c71774ddbe57466fab744a467ac7e92428f16f9b `Microsoft`<http://www.microsoft.com/> The 'font' shorthand property accepts and sets font-variant, font-size, line-height and font-family.
|
|
font-020 Font shorthand set using the values font-weight, font-size, line-height and font-family ahem http://www.w3.org/TR/CSS21/fonts.html#propdef-font,http://www.w3.org/TR/CSS21/fonts.html#font-shorthand,http://www.w3.org/TR/css-fonts-3/#font-prop 5f836c0821cff123287a59b5daabbe388bacd5cb `Microsoft`<http://www.microsoft.com/> The 'font' shorthand property accepts and sets font-weight, font-size, line-height and font-family.
|
|
font-021 Font shorthand set using the values font-style, font-variant, font-size, line-height and font-family http://www.w3.org/TR/CSS21/fonts.html#propdef-font,http://www.w3.org/TR/CSS21/fonts.html#font-shorthand,http://www.w3.org/TR/css-fonts-3/#font-prop db659000696c47c0a51a02be085919d3963c7844 `Microsoft`<http://www.microsoft.com/> The 'font' shorthand property accepts and sets font-style, font-variant, font-size, line-height and font-family.
|
|
font-022 Font shorthand set using the values font-style, font-weight, font-size, line-height and font-family ahem http://www.w3.org/TR/CSS21/fonts.html#propdef-font,http://www.w3.org/TR/CSS21/fonts.html#font-shorthand,http://www.w3.org/TR/css-fonts-3/#font-prop 7e02dcf02aa1ed0e27aa08101d6cb39bc617c163 `Microsoft`<http://www.microsoft.com/> The 'font' shorthand property accepts and sets font-style, font-weight, font-size, line-height and font-family.
|
|
font-023 Font shorthand set using the values font-variant, font-style, font-size, line-height and font-family ahem http://www.w3.org/TR/CSS21/fonts.html#propdef-font,http://www.w3.org/TR/CSS21/fonts.html#font-shorthand,http://www.w3.org/TR/css-fonts-3/#font-prop 838e90e8d818d1fcaee33fda7f15769377596856 `Microsoft`<http://www.microsoft.com/> The 'font' shorthand property accepts and sets font-variant, font-style, font-size, line-height and font-family.
|
|
font-024 Font shorthand set using the values font-variant, font-weight, font-size, line-height and font-family ahem http://www.w3.org/TR/CSS21/fonts.html#propdef-font,http://www.w3.org/TR/CSS21/fonts.html#font-shorthand,http://www.w3.org/TR/css-fonts-3/#font-prop a220202c9d59273321858ef9e109b52a544a44a2 `Microsoft`<http://www.microsoft.com/> The 'font' shorthand property accepts and sets font-variant, font-weight, font-size, line-height and font-family.
|
|
font-025 Font shorthand set using the values font-weight, font-style, font-size, line-height and font-family ahem http://www.w3.org/TR/CSS21/fonts.html#propdef-font,http://www.w3.org/TR/CSS21/fonts.html#font-shorthand,http://www.w3.org/TR/css-fonts-3/#font-prop fab7176b9dc14edc3743cd6380d384f9cda9c8dc `Microsoft`<http://www.microsoft.com/> The 'font' shorthand property accepts and sets font-weight, font-style, font-size, line-height and font-family.
|
|
font-026 Font shorthand set using the values font-weight, font-variant, font-size, line-height and font-family ahem http://www.w3.org/TR/CSS21/fonts.html#propdef-font,http://www.w3.org/TR/CSS21/fonts.html#font-shorthand,http://www.w3.org/TR/css-fonts-3/#font-prop baffa71a3f258d072ecd174479dd8f67bb3e162f `Microsoft`<http://www.microsoft.com/> The 'font' shorthand property accepts and sets font-weight, font-variant, font-size, line-height and font-family.
|
|
font-027 Font shorthand set using the values font-style, font-variant, font-weight, font-size, line-height and font-family ahem http://www.w3.org/TR/CSS21/fonts.html#propdef-font,http://www.w3.org/TR/CSS21/fonts.html#font-shorthand,http://www.w3.org/TR/css-fonts-3/#font-prop bdfb0cd77ef319315fed45939e0a1a5af575e6cf `Microsoft`<http://www.microsoft.com/> The 'font' shorthand property accepts and sets font-style, font-variant, font-weight, font-size, line-height and font-family.
|
|
font-028 Font shorthand set using the values font-style, font-weight, font-variant, font-size, line-height and font-family ahem http://www.w3.org/TR/CSS21/fonts.html#propdef-font,http://www.w3.org/TR/CSS21/fonts.html#font-shorthand,http://www.w3.org/TR/css-fonts-3/#font-prop e421ccdcd740e4e99339b68b975ae71a736b24f4 `Microsoft`<http://www.microsoft.com/> The 'font' shorthand property accepts and sets font-style, font-weight, font-variant, font-size, line-height and font-family.
|
|
font-029 Font shorthand set using the values font-variant, font-style, font-weight, font-size, line-height and font-family ahem http://www.w3.org/TR/CSS21/fonts.html#propdef-font,http://www.w3.org/TR/CSS21/fonts.html#font-shorthand,http://www.w3.org/TR/css-fonts-3/#font-prop 6153fdbccb1c3833c23ebf489859b870e908f527 `Microsoft`<http://www.microsoft.com/> The 'font' shorthand property accepts and sets font-variant, font-style, font-weight, font-size, line-height and font-family.
|
|
font-030 Font shorthand set using the values font-variant, font-weight, font-style, font-size, line-height and font-family ahem http://www.w3.org/TR/CSS21/fonts.html#propdef-font,http://www.w3.org/TR/CSS21/fonts.html#font-shorthand,http://www.w3.org/TR/css-fonts-3/#font-prop 3c1f08e73586ae61148f1ac41204a4c10a3cf765 `Microsoft`<http://www.microsoft.com/> The 'font' shorthand property accepts and sets font-style, font-variant, font-weight, font-style, font-size, line-height and font-family.
|
|
font-031 Font shorthand set using the values font-weight, font-style, font-variant, font-size, line-height and font-family ahem http://www.w3.org/TR/CSS21/fonts.html#propdef-font,http://www.w3.org/TR/CSS21/fonts.html#font-shorthand,http://www.w3.org/TR/css-fonts-3/#font-prop 9fa6b3df0ecda7f0b5de90037a7b7a226a2e4b97 `Microsoft`<http://www.microsoft.com/> The 'font' shorthand property accepts and sets font-weight, font-style, font-variant, font-size, line-height and font-family.
|
|
font-032 Font shorthand set using the values font-weight, font-variant, font-style, font-size, line-height and font-family ahem http://www.w3.org/TR/CSS21/fonts.html#propdef-font,http://www.w3.org/TR/CSS21/fonts.html#font-shorthand,http://www.w3.org/TR/css-fonts-3/#font-prop 43ce583f8b56f7553d31ec80044de5e1b3b3a62b `Microsoft`<http://www.microsoft.com/> The 'font' shorthand property accepts and sets font-weight, font-variant, font-style, font-size, line-height and font-family.
|
|
font-033 Font set to the keyword 'caption' ahem http://www.w3.org/TR/CSS21/fonts.html#propdef-font,http://www.w3.org/TR/CSS21/fonts.html#font-shorthand,http://www.w3.org/TR/css-fonts-3/#font-prop b6abe782b9b8a104c20c82d6b923931bd92f2ef8 `Microsoft`<http://www.microsoft.com/> The 'font' property set to 'caption' correctly uses the system setting.
|
|
font-034 Font set to the keyword 'icon' ahem http://www.w3.org/TR/CSS21/fonts.html#propdef-font,http://www.w3.org/TR/CSS21/fonts.html#font-shorthand,http://www.w3.org/TR/css-fonts-3/#font-prop ba724dc1616d461f918f3ea3c3027aa5c350018b `Microsoft`<http://www.microsoft.com/> The 'font' property set to 'icon' correctly uses the system setting.
|
|
font-035 Font set to the keyword 'menu' ahem http://www.w3.org/TR/CSS21/fonts.html#propdef-font,http://www.w3.org/TR/CSS21/fonts.html#font-shorthand,http://www.w3.org/TR/css-fonts-3/#font-prop 84ae48b7b87df6241f2f1c915f19180b9bfec309 `Microsoft`<http://www.microsoft.com/> The 'font' property set to 'menu' correctly uses the system setting.
|
|
font-036 Font set to the keyword 'message-box' ahem http://www.w3.org/TR/CSS21/fonts.html#propdef-font,http://www.w3.org/TR/CSS21/fonts.html#font-shorthand,http://www.w3.org/TR/css-fonts-3/#font-prop 358d74a315d71706d12e54efd17b9b3d23d963aa `Microsoft`<http://www.microsoft.com/> The 'font' property set to 'message-box' correctly uses the system setting.
|
|
font-037 Font set to the keyword 'small-caption' ahem http://www.w3.org/TR/CSS21/fonts.html#propdef-font,http://www.w3.org/TR/CSS21/fonts.html#font-shorthand,http://www.w3.org/TR/css-fonts-3/#font-prop 2d3e8fd68fb7fbb5352383358530de215fb5a363 `Microsoft`<http://www.microsoft.com/> The 'font' property set to 'small-caption' correctly uses the system setting.
|
|
font-038 Font set to the keyword 'status-bar' ahem http://www.w3.org/TR/CSS21/fonts.html#propdef-font,http://www.w3.org/TR/CSS21/fonts.html#font-shorthand,http://www.w3.org/TR/css-fonts-3/#font-prop 583faeed33c7736f76876f4598d49825d60ba870 `Microsoft`<http://www.microsoft.com/> The 'font' property set to 'status-bar' correctly uses the system setting.
|
|
font-039 Font shorthand set to 'inherit' inheriting two values ahem http://www.w3.org/TR/CSS21/fonts.html#propdef-font,http://www.w3.org/TR/CSS21/fonts.html#font-shorthand,http://www.w3.org/TR/css-fonts-3/#font-prop 7cf540cb79cfe4739a2528d772f049114f8dd8ab `Microsoft`<http://www.microsoft.com/> The 'font' shorthand property set to 'inherit' inherits the parent element's values.
|
|
font-040 Font shorthand set to 'inherit' inheriting three values ahem http://www.w3.org/TR/CSS21/fonts.html#propdef-font,http://www.w3.org/TR/CSS21/fonts.html#font-shorthand,http://www.w3.org/TR/css-fonts-3/#font-prop 8e62756f1187e0dbb050ea94ef8f97aed77a149e `Microsoft`<http://www.microsoft.com/> The 'font' shorthand property set to 'inherit' inherits the parent element's values.
|
|
font-041 Font shorthand set to 'inherit' inheriting four values ahem http://www.w3.org/TR/CSS21/fonts.html#propdef-font,http://www.w3.org/TR/CSS21/fonts.html#font-shorthand,http://www.w3.org/TR/css-fonts-3/#font-prop 7ebc140b3608119013aeb42473009306a2c8817c `Microsoft`<http://www.microsoft.com/> The 'font' shorthand property set to 'inherit' inherits the parent element's values.
|
|
font-042 Font shorthand set to 'inherit' inheriting five values ahem http://www.w3.org/TR/CSS21/fonts.html#propdef-font,http://www.w3.org/TR/CSS21/fonts.html#font-shorthand,http://www.w3.org/TR/css-fonts-3/#font-prop c1c34570080b5683108e5ebac598c8a220e71582 `Microsoft`<http://www.microsoft.com/> The 'font' shorthand property set to 'inherit' inherits the parent element's values.
|
|
font-043 Font shorthand set to 'inherit' inheriting six values ahem http://www.w3.org/TR/CSS21/fonts.html#propdef-font,http://www.w3.org/TR/CSS21/fonts.html#font-shorthand,http://www.w3.org/TR/css-fonts-3/#font-prop de8b7274e7f1a1d32aeb3beea545621d23d1f0ee `Microsoft`<http://www.microsoft.com/> The 'font' shorthand property set to 'inherit' inherits the parent element's values.
|
|
font-044 font - system fonts ahem http://www.w3.org/TR/CSS21/fonts.html#font-shorthand,http://www.w3.org/TR/css-fonts-3/#font-prop 168e08ca6ec7555833e131d12f6af1e5b791d0e4 `Gérard Talbot`<http://www.gtalbot.org/BrowserBugsSection/css21testsuite/> A system font sets all of the font subproperties at the same time; then each font subproperty can be altered individually
|
|
font-045 font - inherit keyword value ahem,invalid http://www.w3.org/TR/CSS21/changes.html#q142,http://www.w3.org/TR/CSS21/fonts.html#font-shorthand,http://www.w3.org/TR/css-fonts-3/#font-prop 6f0ff0264d0f9d98e364b0de39590ad298bfd788 `Gérard Talbot`<http://www.gtalbot.org/BrowserBugsSection/css21testsuite/> The inherit keyword value cannot mix with other subproperty values
|
|
font-046 font - system fonts ahem http://www.w3.org/TR/CSS21/fonts.html#font-shorthand,http://www.w3.org/TR/css-fonts-3/#font-prop 6bcf943d3e37de4ee461eddcb19ab7b898761cff `Gérard Talbot`<http://www.gtalbot.org/BrowserBugsSection/css21testsuite/> A system font sets all of the font subproperties at the same time; then each font subproperty can be altered individually
|
|
font-047 font - system fonts ahem http://www.w3.org/TR/CSS21/fonts.html#font-shorthand,http://www.w3.org/TR/css-fonts-3/#font-prop 912807740bf05479b0b5760493102c2ff33bba2f `Gérard Talbot`<http://www.gtalbot.org/BrowserBugsSection/css21testsuite/> A system font sets all of the font subproperties at the same time; then each font subproperty can be altered individually
|
|
font-048 font - system fonts ahem http://www.w3.org/TR/CSS21/fonts.html#font-shorthand,http://www.w3.org/TR/css-fonts-3/#font-prop ad6babb2366df300a73afdd729912f30a8bdb567 `Gérard Talbot`<http://www.gtalbot.org/BrowserBugsSection/css21testsuite/> A system font sets all of the font subproperties at the same time; then each font subproperty can be altered individually
|
|
font-049 font - system fonts ahem http://www.w3.org/TR/CSS21/fonts.html#font-shorthand,http://www.w3.org/TR/css-fonts-3/#font-prop 3868ecd063bbe2be584045ba320756a4ee5609ef `Gérard Talbot`<http://www.gtalbot.org/BrowserBugsSection/css21testsuite/> A system font sets all of the font subproperties at the same time; then each font subproperty can be altered individually
|
|
font-050 font - system fonts ahem http://www.w3.org/TR/CSS21/fonts.html#font-shorthand,http://www.w3.org/TR/css-fonts-3/#font-prop 7362a5438af7422edbe4049cda397478138b3f40 `Gérard Talbot`<http://www.gtalbot.org/BrowserBugsSection/css21testsuite/> A system font sets all of the font subproperties at the same time; then each font subproperty can be altered individually
|
|
font-051 reference/font-051-ref font shorthand - minimal requirements ahem,invalid http://www.w3.org/TR/CSS21/fonts.html#font-shorthand,http://www.w3.org/TR/css-fonts-3/#font-prop efef7a582c311ae29c7c42700bc85c3eadfc8862 `Gérard Talbot`<http://www.gtalbot.org/BrowserBugsSection/css21testsuite/> Font shorthand requires at minimum 2 font subproperties (unless resorting to a system font): font-size and font-family.
|
|
font-052 font shorthand - reserved keywords font http://www.w3.org/TR/CSS21/fonts.html#font-shorthand,http://www.w3.org/TR/css-fonts-3/#font-prop 5fd698891b31ef820b576a6fb55d235064abeac3 `Gérard Talbot`<http://www.gtalbot.org/BrowserBugsSection/css21testsuite/>,`John Daggett`<jdaggett@mozilla.com> This test verifies different valid and invalid font shorthand declarations involving reserved keywords (caption, inherit).
|
|
font-144 Parsing the 'font' shorthand ahem http://www.w3.org/TR/CSS21/fonts.html#font-shorthand,http://www.w3.org/TR/css-fonts-3/#font-prop 9ecc9ca06cc5fe8b32dea107611e45e64e32a19d `Ian Hickson`<mailto:ian@hixie.ch>
|
|
font-145 The 'font' property with line-height: normal ahem http://www.w3.org/TR/CSS21/fonts.html#font-shorthand,http://www.w3.org/TR/css-fonts-3/#font-prop e1e0b21507f2adf30d09bb26281ba2c4241f0684 `Ian Hickson`<mailto:ian@hixie.ch>
|
|
font-146 reference/font-146-ref font shorthand and negative line-heights ahem,invalid http://www.w3.org/TR/CSS21/fonts.html#font-shorthand,http://www.w3.org/TR/css-fonts-3/#font-prop 09f8e5a5c1e8bc5e8f5acdc3729df3154429f934 `Ian Hickson`<mailto:ian@hixie.ch>
|
|
font-147 CSS: unquoted 'font-family' syntax (tested with 'font') ahem http://www.w3.org/TR/CSS21/fonts.html#font-family-prop,http://www.w3.org/TR/css-fonts-3/#font-family-prop,http://www.w3.org/TR/css-fonts-3/#font-prop 97b8d1c30c3b48eb1cee906dc3e9370c5e973e37 `Ian Hickson`<mailto:ian@hixie.ch>
|
|
font-applies-to-001 reference/font-applies-to-001-ref Font and 'display: inline' elements http://www.w3.org/TR/CSS21/fonts.html#propdef-font,http://www.w3.org/TR/CSS21/fonts.html#font-shorthand,http://www.w3.org/TR/css-fonts-3/#font-prop 9837460b6c48d5f3dd65912e9f53609bfe1f9962 `Microsoft`<http://www.microsoft.com/> The 'font' property applies to 'display: inline' elements.
|
|
font-applies-to-002 reference/font-applies-to-001-ref Font and 'display: block' elements http://www.w3.org/TR/CSS21/fonts.html#propdef-font,http://www.w3.org/TR/CSS21/fonts.html#font-shorthand,http://www.w3.org/TR/css-fonts-3/#font-prop 740243c756525db0e0afd3613a64a0d57a054cf8 `Microsoft`<http://www.microsoft.com/> The 'font' property applies to 'display: block' elements.
|
|
font-applies-to-003 Font and 'display: list-item' elements http://www.w3.org/TR/CSS21/fonts.html#propdef-font,http://www.w3.org/TR/CSS21/fonts.html#font-shorthand,http://www.w3.org/TR/css-fonts-3/#font-prop 648d64112df6e8ec302a83f307049b6c6b9d5cf4 `Microsoft`<http://www.microsoft.com/> The 'font' property applies to 'display: list-item' elements.
|
|
font-applies-to-004 Font and 'display: run-in' elements http://www.w3.org/TR/CSS21/fonts.html#propdef-font,http://www.w3.org/TR/CSS21/fonts.html#font-shorthand,http://www.w3.org/TR/css-fonts-3/#font-prop def600122d8982e5b6466ff7dcbe5a0507940066 `Microsoft`<http://www.microsoft.com/> The 'font' property applies to 'display: run-in' elements.
|
|
font-applies-to-005 reference/font-applies-to-001-ref Font and 'display: inline-block' elements http://www.w3.org/TR/CSS21/fonts.html#propdef-font,http://www.w3.org/TR/CSS21/fonts.html#font-shorthand,http://www.w3.org/TR/css-fonts-3/#font-prop d1cebd9eb3e4c9b1ccb46407504ac4ddb52f3e34 `Microsoft`<http://www.microsoft.com/> The 'font' property applies to 'display: inline-block' elements.
|
|
font-applies-to-006 reference/font-applies-to-001-ref Font and 'display: table' elements http://www.w3.org/TR/CSS21/fonts.html#propdef-font,http://www.w3.org/TR/CSS21/fonts.html#font-shorthand,http://www.w3.org/TR/css-fonts-3/#font-prop c61968fa2b4d731646564a0e379bed4999c4939d `Microsoft`<http://www.microsoft.com/> The 'font' property applies to 'display: table' elements.
|
|
font-applies-to-007 reference/font-applies-to-001-ref Font and 'display: inline-table' elements http://www.w3.org/TR/CSS21/fonts.html#propdef-font,http://www.w3.org/TR/CSS21/fonts.html#font-shorthand,http://www.w3.org/TR/css-fonts-3/#font-prop b893dcfa3e3c51b071160d52dacd398bbd77d5e7 `Microsoft`<http://www.microsoft.com/> The 'font' property applies to 'display: inline-table' elements.
|
|
font-applies-to-008 reference/font-applies-to-001-ref Font and 'display: table-row-group' elements http://www.w3.org/TR/CSS21/fonts.html#propdef-font,http://www.w3.org/TR/CSS21/fonts.html#font-shorthand,http://www.w3.org/TR/css-fonts-3/#font-prop 6f730281590b6480dd0e821a4fc5df1ef452406e `Microsoft`<http://www.microsoft.com/> The 'font' property applies to 'display: table-row-group' elements.
|
|
font-applies-to-009 reference/font-applies-to-001-ref Font and 'display: table-header-group' elements http://www.w3.org/TR/CSS21/fonts.html#propdef-font,http://www.w3.org/TR/CSS21/fonts.html#font-shorthand,http://www.w3.org/TR/css-fonts-3/#font-prop d265144d7ff06a149f699d246fed03530c18f8e6 `Microsoft`<http://www.microsoft.com/> The 'font' property applies to 'display: table-header-group' elements.
|
|
font-applies-to-010 reference/font-applies-to-001-ref Font and 'display: table-footer-group' elements http://www.w3.org/TR/CSS21/fonts.html#propdef-font,http://www.w3.org/TR/CSS21/fonts.html#font-shorthand,http://www.w3.org/TR/css-fonts-3/#font-prop 35720fe1f8ab07b36821d8f3ca78da1a5f3af277 `Microsoft`<http://www.microsoft.com/> The 'font' property applies to 'display: table-footer-group' elements.
|
|
font-applies-to-011 reference/font-applies-to-001-ref Font and 'display: table-row' elements http://www.w3.org/TR/CSS21/fonts.html#propdef-font,http://www.w3.org/TR/CSS21/fonts.html#font-shorthand,http://www.w3.org/TR/css-fonts-3/#font-prop 79eb6443ff19b260bd19acd32930a13390b40b49 `Microsoft`<http://www.microsoft.com/> The 'font' property applies to 'display: table-row' elements.
|
|
font-applies-to-014 reference/font-applies-to-001-ref Font and 'display: table-cell' elements http://www.w3.org/TR/CSS21/fonts.html#propdef-font,http://www.w3.org/TR/CSS21/fonts.html#font-shorthand,http://www.w3.org/TR/css-fonts-3/#font-prop 749fce008661fd305ba9aafa3f9542e90f285363 `Microsoft`<http://www.microsoft.com/> The 'font' property applies to 'display: table-cell' elements.
|
|
font-applies-to-015 reference/font-applies-to-001-ref Font and 'display: table-caption' elements http://www.w3.org/TR/CSS21/fonts.html#propdef-font,http://www.w3.org/TR/CSS21/fonts.html#font-shorthand,http://www.w3.org/TR/css-fonts-3/#font-prop 235fa92b4a06f870e4150a92e7da7c1b699c88b3 `Microsoft`<http://www.microsoft.com/> The 'font' property applies to 'display: table-caption' elements.
|
|
font-applies-to-016 reference/ref-if-there-is-no-red Font and 'display: none' elements http://www.w3.org/TR/CSS21/fonts.html#propdef-font,http://www.w3.org/TR/CSS21/fonts.html#font-shorthand,http://www.w3.org/TR/css-fonts-3/#font-prop bf37c948fee9069d8f9e2251a62b124d8f91ae41 `Microsoft`<http://www.microsoft.com/> The 'font' property applies to 'display: table-row' elements.
|
|
font-applies-to-017 reference/font-applies-to-001-ref Font and 'display: inherit' elements http://www.w3.org/TR/CSS21/fonts.html#propdef-font,http://www.w3.org/TR/CSS21/fonts.html#font-shorthand,http://www.w3.org/TR/css-fonts-3/#font-prop 5c6babde73ca802852bdda91425e540b48589941 `Microsoft`<http://www.microsoft.com/> The 'font' property applies to 'display: inherit' elements.
|
|
font-family-001 Font-family set to an installed font ahem http://www.w3.org/TR/CSS21/fonts.html#propdef-font-family,http://www.w3.org/TR/CSS21/fonts.html#font-family-prop,http://www.w3.org/TR/css-fonts-3/#font-family-prop bba29a131bbbc012b700948f820334dc00cbeddb `Microsoft`<http://www.microsoft.com/> The 'font-family' property set to and installed font renders the appropriate font.
|
|
font-family-002 Font-family set to the keyword 'serif' ahem http://www.w3.org/TR/CSS21/fonts.html#propdef-font-family,http://www.w3.org/TR/CSS21/fonts.html#font-family-prop,http://www.w3.org/TR/css-fonts-3/#font-family-prop 782d2daafa3481835f4e229312577b0213557098 `Microsoft`<http://www.microsoft.com/> The 'font-family' property set to 'serif' correctly renders the user agent's serif font.
|
|
font-family-003 Font-family set to the keyword 'sans-serif' ahem http://www.w3.org/TR/CSS21/fonts.html#propdef-font-family,http://www.w3.org/TR/CSS21/fonts.html#font-family-prop,http://www.w3.org/TR/css-fonts-3/#font-family-prop 3dd563d8faccaed2ea5dec5faf37044720d0523f `Microsoft`<http://www.microsoft.com/> The 'font-family' property set to 'sans-serif' correctly renders the user agent's sans-serif font.
|
|
font-family-004 Font-family set to the keyword 'cursive' ahem http://www.w3.org/TR/CSS21/fonts.html#propdef-font-family,http://www.w3.org/TR/CSS21/fonts.html#font-family-prop,http://www.w3.org/TR/css-fonts-3/#font-family-prop e457f8ff1042ed60a97d74c63ababe37c90091d3 `Microsoft`<http://www.microsoft.com/> The 'font-family' property set to 'cursive' correctly renders the user agent's cursive font.
|
|
font-family-005 Font-family set to the keyword 'fantasy' ahem http://www.w3.org/TR/CSS21/fonts.html#propdef-font-family,http://www.w3.org/TR/CSS21/fonts.html#font-family-prop,http://www.w3.org/TR/css-fonts-3/#font-family-prop 8d6378570d095f1dde6276ecb1d49e9310e7e172 `Microsoft`<http://www.microsoft.com/> The 'font-family' property set to 'fantasy' correctly renders the user agent's fantasy font.
|
|
font-family-006 Font-family set to the keyword 'monospace' ahem http://www.w3.org/TR/CSS21/fonts.html#propdef-font-family,http://www.w3.org/TR/CSS21/fonts.html#font-family-prop,http://www.w3.org/TR/css-fonts-3/#font-family-prop 847b8943eb97478caff285e0dd1d07a84442bb6b `Microsoft`<http://www.microsoft.com/> The 'font-family' property set to 'monospace' correctly renders the user agent's monospace font.
|
|
font-family-007 Font-family set to 'inherit' ahem http://www.w3.org/TR/CSS21/fonts.html#propdef-font-family,http://www.w3.org/TR/CSS21/fonts.html#font-family-prop,http://www.w3.org/TR/css-fonts-3/#font-family-prop cfdad79f6c9d68eeeda137cf8a1438c4c4c5614c `Microsoft`<http://www.microsoft.com/> The 'font-family' property set to 'inherit' inherits its value from the parent element's value.
|
|
font-family-008 reference/font-family-008-ref font-family - unquoted font-family names with parentheses or curly braces ahem,invalid http://www.w3.org/TR/CSS21/fonts.html#font-family-prop,http://www.w3.org/TR/CSS21/syndata.html#rule-sets,http://www.w3.org/TR/css-fonts-3/#font-family-prop 6e9c17f4ef0e925310f80eb74ec41fd20bf28069 `Gérard Talbot`<http://www.gtalbot.org/BrowserBugsSection/css21testsuite/> Unquoted font-family names must not contain unescaped parentheses or unescaped curly braces
|
|
font-family-009 reference/font-family-009-ref CSS: font-family inheritance ahem http://www.w3.org/TR/CSS21/fonts.html#font-family-prop,http://www.w3.org/TR/css-fonts-3/#font-family-prop 6e1eb7c11acd544a0172d6474e189a8202ba41de `Ian Hickson`<mailto:ian@hixie.ch>
|
|
font-family-011 reference/font-family-011-ref CSS: font-family and whitespace http://www.w3.org/TR/CSS21/fonts.html#font-family-prop,http://www.w3.org/TR/css-fonts-3/#font-family-prop 5471da1e5e17ad318b8a45bf1fa736d7918d6e59 `Ian Hickson`<mailto:ian@hixie.ch>
|
|
font-family-012 font-family with box drawing characters http://www.w3.org/TR/CSS21/fonts.html#font-family-prop,http://www.w3.org/TR/css-fonts-3/#font-family-prop 8a6b4b286212509383d856d40e20b8b8fe185a9f `Ian Hickson`<mailto:ian@hixie.ch>
|
|
font-family-013 reference/font-family-013-ref font-family and fallbacks http://www.w3.org/TR/CSS21/fonts.html#font-family-prop,http://www.w3.org/TR/css-fonts-3/#font-family-prop fc593bda6ea8d62656f5c416fe867883acc2406f `Ian Hickson`<mailto:ian@hixie.ch>
|
|
font-family-014 reference/font-family-013-ref font-family and fallbacks http://www.w3.org/TR/CSS21/fonts.html#font-family-prop,http://www.w3.org/TR/css-fonts-3/#font-family-prop 17454241fe05b9518c1f665b35e9b49093b7878f `Ian Hickson`<mailto:ian@hixie.ch>
|
|
font-family-015 Baselines and Fallback http://www.w3.org/TR/CSS21/fonts.html#font-family-prop,http://www.w3.org/TR/css-fonts-3/#font-family-prop 890485f157992fa8164c001e7bbc84dddaf8ba69 `Ian Hickson`<mailto:ian@hixie.ch>
|
|
font-family-016 Font test http://www.w3.org/TR/CSS21/fonts.html#font-family-prop,http://www.w3.org/TR/css-fonts-3/#font-family-prop b44297d2a2a5627ad747d9b269bc7a654f016927 `Ian Hickson`<mailto:ian@hixie.ch>
|
|
font-family-applies-to-001 reference/font-family-applies-to-001-ref Font-family and 'display: inline' elements ahem http://www.w3.org/TR/CSS21/fonts.html#propdef-font-family,http://www.w3.org/TR/CSS21/fonts.html#font-family-prop,http://www.w3.org/TR/css-fonts-3/#font-family-prop edc447c8a504b62f4b5f372d73cfae049f5c2997 `Microsoft`<http://www.microsoft.com/> The 'font-family' property applies to 'display: inline' elements.
|
|
font-family-applies-to-002 reference/font-family-applies-to-001-ref Font-family and 'display: block' elements ahem http://www.w3.org/TR/CSS21/fonts.html#propdef-font-family,http://www.w3.org/TR/CSS21/fonts.html#font-family-prop,http://www.w3.org/TR/css-fonts-3/#font-family-prop 83f05d717d54d735a1b946dbbb0e1b738ee231a7 `Microsoft`<http://www.microsoft.com/> The 'font-family' property applies to 'display: block' elements.
|
|
font-family-applies-to-003 Font-family and 'display: list-item' elements ahem http://www.w3.org/TR/CSS21/fonts.html#propdef-font-family,http://www.w3.org/TR/CSS21/fonts.html#font-family-prop,http://www.w3.org/TR/css-fonts-3/#font-family-prop 3eecc4f10ba8d61f51260724ed52365191abdec4 `Microsoft`<http://www.microsoft.com/> The 'font-family' property applies to 'display: list-item' elements.
|
|
font-family-applies-to-004 Font-family and 'display: run-in' elements ahem http://www.w3.org/TR/CSS21/fonts.html#propdef-font-family,http://www.w3.org/TR/CSS21/fonts.html#font-family-prop dd5acab110431fa381b84162dd4dee7b231a9122 `Microsoft`<http://www.microsoft.com/> The 'font-family' property applies to 'display: run-in' elements.
|
|
font-family-applies-to-005 reference/font-family-applies-to-001-ref Font-family and 'display: inline-block' elements ahem http://www.w3.org/TR/CSS21/fonts.html#propdef-font-family,http://www.w3.org/TR/CSS21/fonts.html#font-family-prop,http://www.w3.org/TR/css-fonts-3/#font-family-prop 34f7665e46737ec4288382489521676f85e206b3 `Microsoft`<http://www.microsoft.com/> The 'font-family' property applies to 'display: inline-block' elements.
|
|
font-family-applies-to-006 reference/font-family-applies-to-001-ref Font-family and 'display: table' elements ahem http://www.w3.org/TR/CSS21/fonts.html#propdef-font-family,http://www.w3.org/TR/CSS21/fonts.html#font-family-prop 90a1650c02824cbaeda78d088336af2ec8fdf395 `Microsoft`<http://www.microsoft.com/> The 'font-family' property applies to 'display: table' elements.
|
|
font-family-applies-to-007 reference/font-family-applies-to-001-ref Font-family and 'display: inline-table' elements ahem http://www.w3.org/TR/CSS21/fonts.html#propdef-font-family,http://www.w3.org/TR/CSS21/fonts.html#font-family-prop,http://www.w3.org/TR/css-fonts-3/#font-family-prop ffd2760838e86d9176f74dc748d7cbfb19749dd8 `Microsoft`<http://www.microsoft.com/> The 'font-family' property applies to 'display: inline-table' elements.
|
|
font-family-applies-to-008 reference/font-family-applies-to-001-ref Font-family and 'display: table-row-group' elements ahem http://www.w3.org/TR/CSS21/fonts.html#propdef-font-family,http://www.w3.org/TR/CSS21/fonts.html#font-family-prop,http://www.w3.org/TR/css-fonts-3/#font-family-prop 69ae9c3bedb8ed791bcc709e22417a4b56a71134 `Microsoft`<http://www.microsoft.com/> The 'font-family' property applies to 'display: table-row-group' elements.
|
|
font-family-applies-to-009 reference/font-family-applies-to-001-ref Font-family and 'display: table-header-group' elements ahem http://www.w3.org/TR/CSS21/fonts.html#propdef-font-family,http://www.w3.org/TR/CSS21/fonts.html#font-family-prop,http://www.w3.org/TR/css-fonts-3/#font-family-prop db2e2bd00b2f638bc4e62f9a1b7e362b4bb15f4e `Microsoft`<http://www.microsoft.com/> The 'font-family' property applies to 'display: table-header-group' elements.
|
|
font-family-applies-to-010 reference/font-family-applies-to-001-ref Font-family and 'display: table-footer-group' elements ahem http://www.w3.org/TR/CSS21/fonts.html#propdef-font-family,http://www.w3.org/TR/CSS21/fonts.html#font-family-prop,http://www.w3.org/TR/css-fonts-3/#font-family-prop 74959ca2b3b22bec48528a01e428f1b8b23026f2 `Microsoft`<http://www.microsoft.com/> The 'font-family' property applies to 'display: table-footer-group' elements.
|
|
font-family-applies-to-011 reference/font-family-applies-to-001-ref Font-family and 'display: table-row' elements ahem http://www.w3.org/TR/CSS21/fonts.html#propdef-font-family,http://www.w3.org/TR/CSS21/fonts.html#font-family-prop,http://www.w3.org/TR/css-fonts-3/#font-family-prop cdb8433eb6ca17c1e1ffc356040c58d26fad18de `Microsoft`<http://www.microsoft.com/> The 'font-family' property applies to 'display: table-row' elements.
|
|
font-family-applies-to-014 reference/font-family-applies-to-001-ref Font-family and 'display: table-cell' elements ahem http://www.w3.org/TR/CSS21/fonts.html#propdef-font-family,http://www.w3.org/TR/CSS21/fonts.html#font-family-prop,http://www.w3.org/TR/css-fonts-3/#font-family-prop 121e917bf28a2c74ac312cc0f36b2b4970048fa5 `Microsoft`<http://www.microsoft.com/> The 'font-family' property applies to 'display: table-cell' elements.
|
|
font-family-applies-to-015 reference/font-family-applies-to-001-ref Font-family and 'display: table-caption' elements ahem http://www.w3.org/TR/CSS21/fonts.html#propdef-font-family,http://www.w3.org/TR/CSS21/fonts.html#font-family-prop,http://www.w3.org/TR/css-fonts-3/#font-family-prop ac8b7a6cc5b92daa3ca6ba694be87289da431ad9 `Microsoft`<http://www.microsoft.com/> The 'font-family' property applies to 'display: table-caption' elements.
|
|
font-family-applies-to-016 reference/ref-if-there-is-no-red Font-family and 'display: none' elements ahem http://www.w3.org/TR/CSS21/fonts.html#propdef-font-family,http://www.w3.org/TR/CSS21/fonts.html#font-family-prop,http://www.w3.org/TR/css-fonts-3/#font-family-prop 18b4158ecb043f6625b6d063b7b993d2bb1903c6 `Microsoft`<http://www.microsoft.com/> The 'font-family' property applies to 'display: none' elements.
|
|
font-family-applies-to-017 reference/font-family-applies-to-001-ref Font-family and 'display: inherit' elements ahem http://www.w3.org/TR/CSS21/fonts.html#propdef-font-family,http://www.w3.org/TR/CSS21/fonts.html#font-family-prop,http://www.w3.org/TR/css-fonts-3/#font-family-prop 734651906fb3bf28776c9a9acf53bf5acd5714be `Microsoft`<http://www.microsoft.com/> The 'font-family' property applies to 'display: inherit' elements.
|
|
font-family-invalid-characters-001 reference/font-family-invalid-characters-001-ref Invalid characters in font-family values ahem,invalid http://www.w3.org/TR/CSS21/fonts.html#font-family-prop,http://www.w3.org/TR/CSS21/syndata.html#parsing-errors,http://www.w3.org/TR/css-fonts-3/#font-family-prop 449eb0f3295627f65a6386400d771ca86f454c6c `Microsoft`<http://www.microsoft.com/>,`Arron Eicholz`<http://www.microsoft.com/>,`Elika J. Etemad`<http://fantasai.inkedblade.net/contact> Invalid characters in font family names invalidate entire declaration.
|
|
font-family-invalid-characters-002 reference/font-family-invalid-characters-002-ref Invalid parenthesis and pair matching ahem,invalid http://www.w3.org/TR/CSS21/fonts.html#font-family-prop,http://www.w3.org/TR/CSS21/syndata.html#parsing-errors,http://www.w3.org/TR/css-fonts-3/#font-family-prop 3d59693705c06a2105e9c32be950462108394a47 `Microsoft`<http://www.microsoft.com/>,`Arron Eicholz`<http://www.microsoft.com/>,`Elika J. Etemad`<http://fantasai.inkedblade.net/contact> Invalid characters in font family names.
|
|
font-family-invalid-characters-003 Invalid curly brackets and pair matching ahem,invalid http://www.w3.org/TR/CSS21/fonts.html#font-family-prop,http://www.w3.org/TR/CSS21/syndata.html#parsing-errors,http://www.w3.org/TR/css-fonts-3/#font-family-prop 836b64a69397022366fd721fcab1aedbd869340c `Microsoft`<http://www.microsoft.com/>,`Arron Eicholz`<http://www.microsoft.com/>,`Elika J. Etemad`<http://fantasai.inkedblade.net/contact> Invalid characters in font family names.
|
|
font-family-invalid-characters-004 Invalid square brackets and pair matching ahem,invalid http://www.w3.org/TR/CSS21/fonts.html#font-family-prop,http://www.w3.org/TR/CSS21/syndata.html#parsing-errors,http://www.w3.org/TR/css-fonts-3/#font-family-prop 81c2353fba8bbbb408acbc6272951d9a22e9d0b5 `Microsoft`<http://www.microsoft.com/>,`Arron Eicholz`<http://www.microsoft.com/>,`Elika J. Etemad`<http://fantasai.inkedblade.net/contact> Invalid characters in font family names.
|
|
font-family-invalid-characters-005 Invalid quotes and pair matching ahem,invalid http://www.w3.org/TR/CSS21/fonts.html#font-family-prop,http://www.w3.org/TR/CSS21/syndata.html#parsing-errors,http://www.w3.org/TR/css-fonts-3/#font-family-prop e8cd099e08c9e29876015789d990e1a41126c7c7 `Microsoft`<http://www.microsoft.com/>,`Arron Eicholz`<http://www.microsoft.com/>,`Elika J. Etemad`<http://fantasai.inkedblade.net/contact> Invalid characters in font family names.
|
|
font-family-invalid-characters-006 Invalid single quotes and pair matching ahem,invalid http://www.w3.org/TR/CSS21/fonts.html#font-family-prop,http://www.w3.org/TR/CSS21/syndata.html#parsing-errors,http://www.w3.org/TR/css-fonts-3/#font-family-prop cbf2d4c8d6741038958506728525039b584cedf9 `Microsoft`<http://www.microsoft.com/>,`Arron Eicholz`<http://www.microsoft.com/>,`Elika J. Etemad`<http://fantasai.inkedblade.net/contact> Invalid characters in font family names.
|
|
font-family-name-001 reference/font-family-name-ref font family name with no quotes font http://www.w3.org/TR/CSS21/fonts.html#propdef-font-family,http://www.w3.org/TR/CSS21/fonts.html#font-family-prop,http://www.w3.org/TR/css-fonts-3/#font-family-prop 7b14f6d140576152871525a8f532383679e60e50 `Mozilla`<http://www.mozilla.com/> The 'font-family' property set to and installed font renders the appropriate font. Family name with no quotes.
|
|
font-family-name-002 reference/font-family-name-ref font family name with no quotes, lowercase font http://www.w3.org/TR/CSS21/fonts.html#propdef-font-family,http://www.w3.org/TR/CSS21/fonts.html#font-family-prop,http://www.w3.org/TR/css-fonts-3/#font-family-prop 4d882507a40bb4db9fd5acc74fc6b725e7053ef8 `Mozilla`<http://www.mozilla.com/> The 'font-family' property set to and installed font renders the appropriate font. Family name with no quotes, lowercase.
|
|
font-family-name-003 reference/font-family-name-ref font family name with no quotes, mixed case font http://www.w3.org/TR/CSS21/fonts.html#propdef-font-family,http://www.w3.org/TR/CSS21/fonts.html#font-family-prop,http://www.w3.org/TR/css-fonts-3/#font-family-prop bf19d1e16a163cc0db548a07af065b1d40895864 `Mozilla`<http://www.mozilla.com/> The 'font-family' property set to and installed font renders the appropriate font. Family name with no quotes, mixed case.
|
|
font-family-name-004 reference/font-family-name-ref quoted font family name with double quotes font http://www.w3.org/TR/CSS21/fonts.html#propdef-font-family,http://www.w3.org/TR/CSS21/fonts.html#font-family-prop,http://www.w3.org/TR/css-fonts-3/#font-family-prop f45477d42c9701b38ae090381c961d82e949b1f0 `Mozilla`<http://www.mozilla.com/> The 'font-family' property set to and installed font renders the appropriate font. Family name with double quotes.
|
|
font-family-name-005 reference/font-family-name-ref quoted font family name with single quotes font http://www.w3.org/TR/CSS21/fonts.html#propdef-font-family,http://www.w3.org/TR/CSS21/fonts.html#font-family-prop,http://www.w3.org/TR/css-fonts-3/#font-family-prop 8cf6e1513b1dbad977e731123e34929669afa48d `Mozilla`<http://www.mozilla.com/> The 'font-family' property set to and installed font renders the appropriate font. Family name with single quotes.
|
|
font-family-name-006 reference/font-family-name-ref unquoted font family name with extra whitespace font http://www.w3.org/TR/CSS21/fonts.html#propdef-font-family,http://www.w3.org/TR/CSS21/fonts.html#font-family-prop,http://www.w3.org/TR/css-fonts-3/#font-family-prop 92b0edcde7be4289136f744abdeb95c15731e820 `Mozilla`<http://www.mozilla.com/> The 'font-family' property set to and installed font renders the appropriate font. Family name with extra whitespace should be condensed to a single space.
|
|
font-family-name-007 reference/font-family-name-ref double quoted font family name with extra spaces should not match font http://www.w3.org/TR/CSS21/fonts.html#propdef-font-family,http://www.w3.org/TR/CSS21/fonts.html#font-family-prop,http://www.w3.org/TR/css-fonts-3/#font-family-prop 5b24c7fc6857f3f4843cab78df89a6aed1ce4e1e `Mozilla`<http://www.mozilla.com/> The 'font-family' property set to and installed font renders the appropriate font. Family name with spaces in double quotes should not match, spaces are not reduced.
|
|
font-family-name-008 reference/font-family-name-ref single quoted font family name with extra spaces should not match font http://www.w3.org/TR/CSS21/fonts.html#propdef-font-family,http://www.w3.org/TR/CSS21/fonts.html#font-family-prop,http://www.w3.org/TR/css-fonts-3/#font-family-prop 0e22e1628b230fd9da8d6b9c03f5b6ddd5f06698 `Mozilla`<http://www.mozilla.com/> The 'font-family' property set to and installed font renders the appropriate font. Family name with spaces in single quotes should not match, spaces are not reduced.
|
|
font-family-name-009 reference/font-family-name-ref font family name with escaped hexcode characters font http://www.w3.org/TR/CSS21/fonts.html#propdef-font-family,http://www.w3.org/TR/CSS21/fonts.html#font-family-prop,http://www.w3.org/TR/css-fonts-3/#font-family-prop 6fce87188eafbf5aaa92fa430c5174793a6edf3d `Mozilla`<http://www.mozilla.com/> The 'font-family' property set to and installed font renders the appropriate font. Family name with escaped character.
|
|
font-family-name-010 reference/font-family-name-ref localized font family name font http://www.w3.org/TR/CSS21/fonts.html#propdef-font-family,http://www.w3.org/TR/CSS21/fonts.html#font-family-prop,http://www.w3.org/TR/css-fonts-3/#font-family-prop 7ef40f2287215787d33579f361646ef4be09d093 `Mozilla`<http://www.mozilla.com/> The 'font-family' property set to and installed font renders the appropriate font. Localized family names should match.
|
|
font-family-name-011 reference/font-family-name-ref quoted localized font family name font http://www.w3.org/TR/CSS21/fonts.html#propdef-font-family,http://www.w3.org/TR/CSS21/fonts.html#font-family-prop,http://www.w3.org/TR/css-fonts-3/#font-family-prop b56f5e9c572853ea35224481e18615d8b02c802d `Mozilla`<http://www.mozilla.com/> The 'font-family' property set to and installed font renders the appropriate font. Quoted localized family names should match.
|
|
font-family-name-012 reference/font-family-name-ref font family name with escaped characters font http://www.w3.org/TR/CSS21/fonts.html#propdef-font-family,http://www.w3.org/TR/CSS21/fonts.html#font-family-prop,http://www.w3.org/TR/css-fonts-3/#font-family-prop 9f248932189fac02419b5e3f755999093f242903 `Mozilla`<http://www.mozilla.com/> The 'font-family' property set to and installed font renders the appropriate font. Family name with escaped characters.
|
|
font-family-name-013 reference/font-family-name-ref font family name should not match font fullnames font http://www.w3.org/TR/CSS21/fonts.html#propdef-font-family,http://www.w3.org/TR/CSS21/fonts.html#font-family-prop,http://www.w3.org/TR/css-fonts-3/#font-family-prop bf606585391c938adeed2dd3f8dc6c1158e3077d `Mozilla`<http://www.mozilla.com/> The 'font-family' property set to and installed font renders the appropriate font. Fullname name should not match, only family names.
|
|
font-family-name-014 reference/font-family-name-ref font family name should not match Postscript name font http://www.w3.org/TR/CSS21/fonts.html#propdef-font-family,http://www.w3.org/TR/CSS21/fonts.html#font-family-prop,http://www.w3.org/TR/css-fonts-3/#font-family-prop 3c82f06487971b8a669eb00f468b72e33bf3669f `Mozilla`<http://www.mozilla.com/> The 'font-family' property set to and installed font renders the appropriate font. Postscript name should not match, only family names.
|
|
font-family-name-015 reference/font-family-name-ref font family name should not match localized font fullnames font http://www.w3.org/TR/CSS21/fonts.html#propdef-font-family,http://www.w3.org/TR/CSS21/fonts.html#font-family-prop,http://www.w3.org/TR/css-fonts-3/#font-family-prop 959972678b22c9de65caba8526d3c33cc0b5cedd `Mozilla`<http://www.mozilla.com/> The 'font-family' property set to and installed font renders the appropriate font. Localized fullname should not match.
|
|
font-family-name-016 reference/font-family-name-016-ref font family name that includes numbers should match font http://www.w3.org/TR/CSS21/fonts.html#propdef-font-family,http://www.w3.org/TR/CSS21/fonts.html#font-family-prop,http://www.w3.org/TR/css-fonts-3/#font-family-prop 06930f981ccab4664e94a357e18bd9e36398f1c6 `Mozilla`<http://www.mozilla.com/> Unquoted font family names with numbers should not be matched
|
|
font-family-name-017 reference/font-family-name-mixcase-ref when unquoted font family not found, should not use font family list of body element font http://www.w3.org/TR/CSS21/fonts.html#propdef-font-family,http://www.w3.org/TR/CSS21/fonts.html#font-family-prop,http://www.w3.org/TR/css-fonts-3/#font-family-prop 0204210017872055b3d8557d28c10701140025ad `Mozilla`<http://www.mozilla.com/> When an unquoted font family name is not found font fallback occurs, the rule is not treated as invalid, the font-family setting of the enclosed body should not be used.
|
|
font-family-name-018 reference/font-family-name-mixcase-ref when quoted font family not found, should not use font family list of body element font http://www.w3.org/TR/CSS21/fonts.html#propdef-font-family,http://www.w3.org/TR/CSS21/fonts.html#font-family-prop,http://www.w3.org/TR/css-fonts-3/#font-family-prop 59ffa3fc455d203143151fff759dac0c13c2fe09 `Mozilla`<http://www.mozilla.com/> When a quoted font family name is not found font fallback occurs, the rule is not treated as invalid, the font-family setting of the enclosed body should not be used.
|
|
font-family-name-019 reference/font-family-name-mixcase-ref when unquoted font family not found, should not use font family list of parent element font http://www.w3.org/TR/CSS21/fonts.html#propdef-font-family,http://www.w3.org/TR/CSS21/fonts.html#font-family-prop,http://www.w3.org/TR/css-fonts-3/#font-family-prop 35802a64de1de3eeb1457a041d05de683743791f `Mozilla`<http://www.mozilla.com/> When an unquoted font family name is not found font fallback occurs, the rule is not treated as invalid, the font-family setting of the enclosed div should not be used.
|
|
font-family-name-020 reference/font-family-name-mixcase-ref when quoted font family not found, should not use font family list of parent element font http://www.w3.org/TR/CSS21/fonts.html#propdef-font-family,http://www.w3.org/TR/CSS21/fonts.html#font-family-prop,http://www.w3.org/TR/css-fonts-3/#font-family-prop 5da54c44cab5e21d5b187684bc386c13b9135d6b `Mozilla`<http://www.mozilla.com/> When a quoted font family name is not found font fallback occurs, the rule is not treated as invalid, the font-family setting of the enclosed div should not be used.
|
|
font-family-name-021 reference/font-family-name-ref mixed use of quotes in font family names is invalid syntax font,invalid http://www.w3.org/TR/CSS21/fonts.html#propdef-font-family,http://www.w3.org/TR/CSS21/fonts.html#font-family-prop,http://www.w3.org/TR/css-fonts-3/#font-family-prop 7ae6026fdc1fff856ee8eb458b31ad8b72166c30 `Mozilla`<http://www.mozilla.com/> Mixing quoted name with unquoted portion is invalid syntax, rule is dropped.
|
|
font-family-name-022 reference/font-family-name-022-ref font shorthand parsing should not cause incorrect matching font http://www.w3.org/TR/CSS21/fonts.html#propdef-font-family,http://www.w3.org/TR/CSS21/fonts.html#font-family-prop,http://www.w3.org/TR/css-fonts-3/#font-family-prop 7ca5f1e0a9acef659af2ce40037c140e66328c0b `Mozilla`<http://www.mozilla.com/> Font shorthand parsing should not cause incorrect matching of font-family values
|
|
font-family-name-023 reference/font-family-name-023-ref font family names that look like font shorthand font http://www.w3.org/TR/CSS21/fonts.html#propdef-font-family,http://www.w3.org/TR/CSS21/fonts.html#font-family-prop,http://www.w3.org/TR/css-fonts-3/#font-family-prop e59370c7c5e3a6e51ed677176431a1c5f9f0518b `Mozilla`<http://www.mozilla.com/> Font family names that appear similar to font shorthand should match to fonts with those names
|
|
font-family-name-024 reference/font-family-name-024-ref system font names in font-family lists font http://www.w3.org/TR/CSS21/fonts.html#propdef-font-family,http://www.w3.org/TR/CSS21/fonts.html#font-family-prop,http://www.w3.org/TR/css-fonts-3/#font-family-prop cf55b937593d3c275df2d669bcaa2c1aaf9c71a6 `Mozilla`<http://www.mozilla.com/> System font names are only allowed with the font shorthand, not in font-family rules
|
|
font-family-rule-001 reference/font-family-rule-001-ref Font-family, fallback mechanism http://www.w3.org/TR/CSS21/fonts.html#font-family-prop,http://www.w3.org/TR/css-fonts-3/#font-family-prop c27f72d7ecbfc2da15606fea47d4154d2f9cbe56 `Microsoft`<http://www.microsoft.com/> Unknown or unavailable fonts fallback to the default font family. The default font family varies and depends on user agent.
|
|
font-family-rule-002 Font-family with white space font http://www.w3.org/TR/CSS21/fonts.html#font-family-prop,http://www.w3.org/TR/css-fonts-3/#font-family-prop 93cfd915e9fbe142abcc2e736c7881b8efa35669 `Microsoft`<http://www.microsoft.com/> Font names containing any white space need to be quoted. It is also recognized if it is not quoted.
|
|
font-family-rule-002a reference/font-family-rule-002a-ref Unquoted and unescaped font-family name with white spaces font http://www.w3.org/TR/CSS21/fonts.html#font-family-prop,http://www.w3.org/TR/css-fonts-3/#font-family-prop df25a60c4824b8963ac6e1245ee1170f48621a0d `Gérard Talbot`<http://www.gtalbot.org/BrowserBugsSection/css21testsuite/> Any white space characters before or after an unquoted and unescaped font-family name are removed. Any sequence of white space characters between identifiers of an unquoted and unescaped font-family name should be converted to a single white space separating its identifiers.
|
|
font-family-rule-003 Font family name with special character, quoted font,invalid http://www.w3.org/TR/CSS21/fonts.html#font-family-prop,http://www.w3.org/TR/css-fonts-3/#font-family-prop bda9c4984d051cdc2f4c583843cabd4105a42158 `Microsoft`<http://www.microsoft.com/> Font names containing any special characters can be quoted. Otherwise the special character need to be escaped.
|
|
font-family-rule-004 Font family name same as keyword 'inherit' font http://www.w3.org/TR/CSS21/fonts.html#font-family-prop,http://www.w3.org/TR/css-fonts-3/#font-family-prop 8d0e709ba88461c8d8f3d033321b2ac215132987 `Microsoft`<http://www.microsoft.com/> Font family named 'inherit' needs to be quoted to avoid conflict with keyword 'inherit'.
|
|
font-family-rule-004a font-family - inherit as part of font-family name font,invalid http://www.w3.org/TR/CSS21/fonts.html#font-family-prop,http://www.w3.org/TR/css-fonts-3/#font-family-prop 00c14ac17d4c2794348d56bbb4f4b56b79e7be6b `Gérard Talbot`<http://www.gtalbot.org/BrowserBugsSection/css21testsuite/>,`John Daggett`<jdaggett@mozilla.com> This test verifies 9 font-family declarations with inherit and 2 font-family declarations with invalid identifiers.
|
|
font-family-rule-005 reference/font-family-rule-005-ref Font family unknown character glyph matching dom http://www.w3.org/TR/CSS21/fonts.html#font-family-prop,http://www.w3.org/TR/css-fonts-3/#font-family-prop 6db6b5638fb2acc0ad428cc4b6d0010693b14b76 `Microsoft`<http://www.microsoft.com/> Glyphs that are missing render as the missing glyph character and still report their initial character location, not the missing glyph location.
|
|
font-family-rule-006 Font family generic name cannot be quoted ahem http://www.w3.org/TR/CSS21/fonts.html#font-family-prop,http://www.w3.org/TR/css-fonts-3/#font-family-prop 7a988f92dfeab19f62d907c58d598046abcab63e `Microsoft`<http://www.microsoft.com/> Generic font family name is not recognized if quoted.
|
|
font-family-rule-007 Font family name with special characters, escaped font,invalid http://www.w3.org/TR/CSS21/fonts.html#font-family-prop,http://www.w3.org/TR/css-fonts-3/#font-family-prop f9de90c680fd8b3fb6bd68fe3ea5e4ad82e811e8 `Microsoft`<http://www.microsoft.com/> Font family name having special characters needs to escape special character. Otherwise the font family name need to be quoted.
|
|
font-family-rule-009 Font name with multiple white space characters font http://www.w3.org/TR/CSS21/fonts.html#font-family-prop,http://www.w3.org/TR/css-fonts-3/#font-family-prop b82abee0ebbd51b1d25d6ff83f30e2e0b65fbc1a `Microsoft`<http://www.microsoft.com/> Multiple white spaces inside quoted font-family name cannot be collapsed to single white space.
|
|
font-family-rule-010 Font name same as reserved keyword 'initial' font http://www.w3.org/TR/CSS21/fonts.html#font-family-prop,http://www.w3.org/TR/css-fonts-3/#font-family-prop 95c0cc4543d6a00275adf5f90e3381a7fcd53c73 `Microsoft`<http://www.microsoft.com/> Font named 'initial' needs to be quoted to avoid conflict with reserved keyword 'initial'.
|
|
font-family-rule-011 Font name same as reserved keyword 'default' font http://www.w3.org/TR/CSS21/fonts.html#font-family-prop,http://www.w3.org/TR/css-fonts-3/#font-family-prop 1481a315216a04441daa58821f5a1c16e1ac770a `Microsoft`<http://www.microsoft.com/> Font named 'default' needs to be quoted to avoid conflict with reserved keyword 'default'.
|
|
font-family-rule-012 Font name same as keyword 'serif' font http://www.w3.org/TR/CSS21/fonts.html#font-family-prop,http://www.w3.org/TR/css-fonts-3/#font-family-prop bdd2cf2eb53726f97f291e69f2363c7e6e3aee6a `Microsoft`<http://www.microsoft.com/> Font named 'serif' needs to be quoted to avoid conflict with generic 'font-family' 'serif'.
|
|
font-family-rule-013 Font name same as keyword 'sans-serif' font http://www.w3.org/TR/CSS21/fonts.html#font-family-prop,http://www.w3.org/TR/css-fonts-3/#font-family-prop c518fb15edf1f91f5207b0524508c96bcfd10b46 `Microsoft`<http://www.microsoft.com/> Font named 'sans-serif' needs to be quoted to avoid conflict with generic 'font-family' 'sans-serif'.
|
|
font-family-rule-014 Font name same as keyword 'cursive' font http://www.w3.org/TR/CSS21/fonts.html#font-family-prop,http://www.w3.org/TR/css-fonts-3/#font-family-prop f9efbe2df766f66b5e360cfaaa9a410a0564aa47 `Microsoft`<http://www.microsoft.com/> Font named 'cursive' needs to be quoted to avoid conflict with generic 'font-family' 'cursive'.
|
|
font-family-rule-015 Font name same as keyword 'fantasy' font http://www.w3.org/TR/CSS21/fonts.html#font-family-prop,http://www.w3.org/TR/css-fonts-3/#font-family-prop de8edf9d66f9fc6a637e9540d3c0ffb7cbcd9f27 `Microsoft`<http://www.microsoft.com/> Font named 'fantasy' needs to be quoted to avoid conflict with generic 'font-family' 'fantasy'.
|
|
font-family-rule-016 Font name same as keyword 'monospace' font http://www.w3.org/TR/CSS21/fonts.html#font-family-prop,http://www.w3.org/TR/css-fonts-3/#font-family-prop 8efffa2d553e19512b776272fee0c64504081671 `Microsoft`<http://www.microsoft.com/> Font named 'monospace' need to be quoted to avoid conflict with generic 'font-family' 'monospace'.
|
|
font-family-rule-017 Font-family multiple white space characters in font name font http://www.w3.org/TR/CSS21/fonts.html#font-family-prop,http://www.w3.org/TR/css-fonts-3/#font-family-prop d44da0866c8b6ed9faab637ba7427c36290c4a82 `Microsoft`<http://www.microsoft.com/> Multiple (1 or many) white spaces before and after an unquoted font-family name are ignored. Multiple (more than 1) white spaces inside an unquoted font name get converted to single white space.
|
|
font-family-valid-characters-001 reference/font-family-valid-characters-ref Valid characters in font-family values ahem http://www.w3.org/TR/CSS21/fonts.html#font-family-prop,http://www.w3.org/TR/CSS21/syndata.html#characters,http://www.w3.org/TR/css-fonts-3/#font-family-prop 6c6e0c75da20281ee26b454bff947243ad1bcf8f `Microsoft`<http://www.microsoft.com/>,`Arron Eicholz`<http://www.microsoft.com/>,`Elika J. Etemad`<http://fantasai.inkedblade.net/contact> Valid characters in font family names.
|
|
font-family-valid-characters-002 reference/font-family-valid-characters-ref Valid numbers in font-family values ahem http://www.w3.org/TR/CSS21/fonts.html#font-family-prop,http://www.w3.org/TR/css-fonts-3/#font-family-prop 5d422e60fba991e9147200c924998c04e6c2b55b `Microsoft`<http://www.microsoft.com/>,`Arron Eicholz`<http://www.microsoft.com/>,`Elika J. Etemad`<http://fantasai.inkedblade.net/contact> Font family names must be identifiers.
|
|
font-matching-rule-001 Font Matching Algorithm, Match Font-Family ahem http://www.w3.org/TR/CSS21/fonts.html#algorithm,http://www.w3.org/TR/css-fonts-3/#font-matching-algorithm,http://www.w3.org/TR/css-fonts-3/#font-style-matching d44efa1e3c46ed8a1a05f310423ad15e90f07c92 `Microsoft`<http://www.microsoft.com/> If font property match then use the font specified by font-family, if font property doesn't match, don't even try to match font-family.
|
|
font-matching-rule-006 Font Matching Algorithm, match font-style ahem http://www.w3.org/TR/CSS21/fonts.html#algorithm,http://www.w3.org/TR/css-fonts-3/#font-matching-algorithm,http://www.w3.org/TR/css-fonts-3/#font-style-matching 794e5d52f34a93d24372ec52ffd6986f93f1f4f7 `Microsoft`<http://www.microsoft.com/> If the font contains definition of 'italic' or 'oblique' and italic or oblique is set by the style, then use that font.
|
|
font-matching-rule-008 Font Matching Algorithm, small-caps synthesized ahem http://www.w3.org/TR/CSS21/fonts.html#algorithm 4107b8fc656874ad0685374cd4fe7bf1265c32c4 `Microsoft`<http://www.microsoft.com/> The small-caps font is rendered similar to uppercase letters except with a smaller size.
|
|
font-matching-rule-009 reference/font-weight-normal-ref Font Matching Algorithm, font-weight out of range invalid http://www.w3.org/TR/CSS21/fonts.html#algorithm,http://www.w3.org/TR/css-fonts-3/#font-matching-algorithm,http://www.w3.org/TR/css-fonts-3/#font-style-matching 8505b0d1463aab5d2b7e4b7b048a5c04fd5c1777 `Microsoft`<http://www.microsoft.com/> Invalid font weight values are set to the default weight of 400.
|
|
font-matching-rule-010 Font Matching Algorithm, font-variant never fails if property does not match font http://www.w3.org/TR/CSS21/fonts.html#algorithm,http://www.w3.org/TR/css-fonts-3/#font-matching-algorithm,http://www.w3.org/TR/css-fonts-3/#font-style-matching fdfce0416561d5fca7b0c260cf06af44cc2c7a9d `Microsoft`<http://www.microsoft.com/> If a font property value is not defined, user agent still can use normal value of that property.
|
|
font-matching-rule-012 Font Matching Algorithm, font-size and rounding ahem http://www.w3.org/TR/CSS21/fonts.html#algorithm,http://www.w3.org/TR/css-fonts-3/#font-matching-algorithm,http://www.w3.org/TR/css-fonts-3/#font-style-matching edfc041bbe696e48ee66ffe0bae43b330a370a11 `Microsoft`<http://www.microsoft.com/> The font-size for scalable fonts are rounded to the nearest whole pixel.
|
|
font-matching-rule-013 Font Matching Algorithm, font-variant font missing small-caps property font http://www.w3.org/TR/CSS21/fonts.html#algorithm 96ec874c772b598c6446a808a474767b85c8c881 `Microsoft`<http://www.microsoft.com/> A font that is only available as small-caps can be assigned either a normal or a small-caps to its font-variant property. Both values have the same effect.
|
|
font-matching-rule-014 Font Matching Algorithm, same fonts font http://www.w3.org/TR/CSS21/fonts.html#algorithm,http://www.w3.org/TR/css-fonts-3/#font-matching-algorithm,http://www.w3.org/TR/css-fonts-3/#font-style-matching f27261394688f5c3e5554bbb281681c2b507750e `Microsoft`<http://www.microsoft.com/> If all available fonts are exactly same in all properties, the user agent selects one of them.
|
|
font-size-001 reference/font-size-001-ref Font-size using pixels with a minimum minus one value, -1px ahem,invalid http://www.w3.org/TR/CSS21/fonts.html#propdef-font-size,http://www.w3.org/TR/CSS21/fonts.html#font-size-props,http://www.w3.org/TR/css-fonts-3/#font-size-prop bb143e10d513added7d2ea6e332b6a516d06afd9 `Microsoft`<http://www.microsoft.com/> The 'font-size' property sets a minimum minus one length value in pixels is invalid; such 'font-size' declaration should be ignored. Then the 'font-size' property value can be determined by computed font-size of containers and from cascade mechanisms (user, author, user agent).
|
|
font-size-002 reference/font-size-001-ref Font-size using pixels with a minimum value, 0px ahem http://www.w3.org/TR/CSS21/fonts.html#propdef-font-size,http://www.w3.org/TR/CSS21/fonts.html#font-size-props,http://www.w3.org/TR/css-fonts-3/#font-size-prop 85d2cbe0a3b188cab66f9acc79ddbf02e7401064 `Microsoft`<http://www.microsoft.com/> The 'font-size' property sets a minimum length value in pixels.
|
|
font-size-003 Font-size using pixels with a minimum plus one value, 1px ahem http://www.w3.org/TR/CSS21/fonts.html#propdef-font-size,http://www.w3.org/TR/CSS21/fonts.html#font-size-props,http://www.w3.org/TR/css-fonts-3/#font-size-prop a00ceabffd7b226ecb761bb7e1eca4eb9aa942c3 `Microsoft`<http://www.microsoft.com/> The 'font-size' property sets a minimum plus one length value in pixels.
|
|
font-size-004 reference/font-size-001-ref Font-size using pixels with a negative zero value, -0px ahem http://www.w3.org/TR/CSS21/fonts.html#propdef-font-size,http://www.w3.org/TR/CSS21/fonts.html#font-size-props,http://www.w3.org/TR/css-fonts-3/#font-size-prop 59c88a2dd5fbcae03e0383925ffb7ceeb21dd7c1 `Microsoft`<http://www.microsoft.com/> The 'font-size' property sets a negative zero length value in pixels.
|
|
font-size-005 reference/font-size-001-ref Font-size using pixels with a positive zero value, +0px ahem http://www.w3.org/TR/CSS21/fonts.html#propdef-font-size,http://www.w3.org/TR/CSS21/fonts.html#font-size-props,http://www.w3.org/TR/css-fonts-3/#font-size-prop 66f406e5c8384be46455bf80f3c0ac1ab41d184e `Microsoft`<http://www.microsoft.com/> The 'font-size' property sets a positive zero length value in pixels.
|
|
font-size-006 Font-size using pixels with a nominal value, 96px ahem http://www.w3.org/TR/CSS21/fonts.html#propdef-font-size,http://www.w3.org/TR/CSS21/fonts.html#font-size-props,http://www.w3.org/TR/css-fonts-3/#font-size-prop bf9e1c8a38742f24146a01cde2dfd9a0920f1317 `Microsoft`<http://www.microsoft.com/> The 'font-size' property sets a nominal length value in pixels.
|
|
font-size-007 Font-size using pixels with a positive nominal value, +96px ahem http://www.w3.org/TR/CSS21/fonts.html#propdef-font-size,http://www.w3.org/TR/CSS21/fonts.html#font-size-props,http://www.w3.org/TR/css-fonts-3/#font-size-prop 0fba432d2256fd123227c9e5d244cd611949bda4 `Microsoft`<http://www.microsoft.com/> The 'font-size' property sets a positive nominal length value in pixels.
|
|
font-size-012 Font-size using points with a minimum minus one value, -1pt ahem,invalid http://www.w3.org/TR/CSS21/fonts.html#propdef-font-size,http://www.w3.org/TR/CSS21/fonts.html#font-size-props,http://www.w3.org/TR/css-fonts-3/#font-size-prop e8ebf9f3b11f5abe0ff807bb476baf811dd7c283 `Microsoft`<http://www.microsoft.com/> The 'font-size' property sets a minimum minus one length value in points is invalid; such 'font-size' declaration should be ignored. Then the 'font-size' property value can be determined by computed font-size of containers and from cascade mechanisms (user, author, user agent).
|
|
font-size-013 Font-size using points with a minimum value, 0pt ahem http://www.w3.org/TR/CSS21/fonts.html#propdef-font-size,http://www.w3.org/TR/CSS21/fonts.html#font-size-props,http://www.w3.org/TR/css-fonts-3/#font-size-prop 893b764f22c702eddfbf3f28f4783da519cebaec `Microsoft`<http://www.microsoft.com/> The 'font-size' property sets a minimum length value in points.
|
|
font-size-014 Font-size using points with a minimum plus one value, 1pt ahem http://www.w3.org/TR/CSS21/fonts.html#propdef-font-size,http://www.w3.org/TR/CSS21/fonts.html#font-size-props,http://www.w3.org/TR/css-fonts-3/#font-size-prop d73034c9112580435692b9849786c31c41126859 `Microsoft`<http://www.microsoft.com/> The 'font-size' property sets a minimum plus one length value in points.
|
|
font-size-015 Font-size using points with a negative zero value, -0pt ahem http://www.w3.org/TR/CSS21/fonts.html#propdef-font-size,http://www.w3.org/TR/CSS21/fonts.html#font-size-props,http://www.w3.org/TR/css-fonts-3/#font-size-prop 6d0c52c823e2f2668b1891a8d8357095cf81ced4 `Microsoft`<http://www.microsoft.com/> The 'font-size' property sets a negative zero length value in points.
|
|
font-size-016 Font-size using points with a positive zero value, +0pt ahem http://www.w3.org/TR/CSS21/fonts.html#propdef-font-size,http://www.w3.org/TR/CSS21/fonts.html#font-size-props,http://www.w3.org/TR/css-fonts-3/#font-size-prop 705a096572a87e7f8946fc297a646ead351f60c2 `Microsoft`<http://www.microsoft.com/> The 'font-size' property sets a positive zero length value in points.
|
|
font-size-017 Font-size using points with a nominal value, 72pt ahem http://www.w3.org/TR/CSS21/fonts.html#propdef-font-size,http://www.w3.org/TR/CSS21/fonts.html#font-size-props,http://www.w3.org/TR/css-fonts-3/#font-size-prop 702b137bd4f133c788859077f8eacbb18697b08a `Microsoft`<http://www.microsoft.com/> The 'font-size' property sets a nominal length value in points.
|
|
font-size-018 Font-size using points with a positive nominal value, +72pt ahem http://www.w3.org/TR/CSS21/fonts.html#propdef-font-size,http://www.w3.org/TR/CSS21/fonts.html#font-size-props,http://www.w3.org/TR/css-fonts-3/#font-size-prop 9d8abb16a0bc617c872d70f468e1adcce5100172 `Microsoft`<http://www.microsoft.com/> The 'font-size' property sets a positive nominal length value in points.
|
|
font-size-023 Font-size using picas with a minimum minus one value, -1pc ahem,invalid http://www.w3.org/TR/CSS21/fonts.html#propdef-font-size,http://www.w3.org/TR/CSS21/fonts.html#font-size-props,http://www.w3.org/TR/css-fonts-3/#font-size-prop 35a9ba8fb29b07e3eecb9dfa134065ff4b992f6f `Microsoft`<http://www.microsoft.com/> The 'font-size' property sets a minimum minus one length value in picas is invalid; such 'font-size' declaration should be ignored. Then the 'font-size' property value can be determined by computed font-size of containers and from cascade mechanisms (user, author, user agent).
|
|
font-size-024 Font-size using picas with a minimum value, 0pc ahem http://www.w3.org/TR/CSS21/fonts.html#propdef-font-size,http://www.w3.org/TR/CSS21/fonts.html#font-size-props,http://www.w3.org/TR/css-fonts-3/#font-size-prop 80694993dc671bf23b68313e461e47b9aed9ac53 `Microsoft`<http://www.microsoft.com/> The 'font-size' property sets a minimum length value in picas.
|
|
font-size-025 Font-size using picas with a minimum plus one value, 1pc ahem http://www.w3.org/TR/CSS21/fonts.html#propdef-font-size,http://www.w3.org/TR/CSS21/fonts.html#font-size-props,http://www.w3.org/TR/css-fonts-3/#font-size-prop ad10c5f96f6109b0487f43fc16b277d180b14745 `Microsoft`<http://www.microsoft.com/> The 'font-size' property sets a minimum plus one length value in picas.
|
|
font-size-026 Font-size using picas with a negative zero value, -0pc ahem http://www.w3.org/TR/CSS21/fonts.html#propdef-font-size,http://www.w3.org/TR/CSS21/fonts.html#font-size-props,http://www.w3.org/TR/css-fonts-3/#font-size-prop da9dd3d5e6952e753bcf101d9ac64e6155c21719 `Microsoft`<http://www.microsoft.com/> The 'font-size' property sets a negative zero length value in picas.
|
|
font-size-027 Font-size using picas with a positive zero value, +0pc ahem http://www.w3.org/TR/CSS21/fonts.html#propdef-font-size,http://www.w3.org/TR/CSS21/fonts.html#font-size-props,http://www.w3.org/TR/css-fonts-3/#font-size-prop 5e34635adae536afe139f201fcf1b5715fcd52f1 `Microsoft`<http://www.microsoft.com/> The 'font-size' property sets a positive zero length value in picas.
|
|
font-size-028 Font-size using picas with a nominal value, 6pc ahem http://www.w3.org/TR/CSS21/fonts.html#propdef-font-size,http://www.w3.org/TR/CSS21/fonts.html#font-size-props,http://www.w3.org/TR/css-fonts-3/#font-size-prop cdaaaa8dbd1672b9e0b55b0113fc219e0e09ce39 `Microsoft`<http://www.microsoft.com/> The 'font-size' property sets a nominal length value in picas.
|
|
font-size-029 Font-size using picas with a positive nominal value, +6pc ahem http://www.w3.org/TR/CSS21/fonts.html#propdef-font-size,http://www.w3.org/TR/CSS21/fonts.html#font-size-props,http://www.w3.org/TR/css-fonts-3/#font-size-prop a00ff61b84e5b23e456602243b79fe42c6c740d1 `Microsoft`<http://www.microsoft.com/> The 'font-size' property sets a positive nominal length value in picas.
|
|
font-size-034 Font-size using centimeters with a minimum minus one value, -1cm ahem,invalid http://www.w3.org/TR/CSS21/fonts.html#propdef-font-size,http://www.w3.org/TR/CSS21/fonts.html#font-size-props,http://www.w3.org/TR/css-fonts-3/#font-size-prop 309dee8a3244ac7f698ebac04157a733311d2efa `Microsoft`<http://www.microsoft.com/> The 'font-size' property sets a minimum minus one length value in centimeters is invalid; such 'font-size' declaration should be ignored. Then the 'font-size' property value can be determined by computed font-size of containers and from cascade mechanisms (user, author, user agent).
|
|
font-size-035 Font-size using centimeters with a minimum value, 0cm ahem http://www.w3.org/TR/CSS21/fonts.html#propdef-font-size,http://www.w3.org/TR/CSS21/fonts.html#font-size-props,http://www.w3.org/TR/css-fonts-3/#font-size-prop 891b4b170ba17c2f276547a2b2aad9eb9e745fd9 `Microsoft`<http://www.microsoft.com/> The 'font-size' property sets a minimum length value in centimeters.
|
|
font-size-036 Font-size using centimeters with a minimum plus one value, 1cm ahem http://www.w3.org/TR/CSS21/fonts.html#propdef-font-size,http://www.w3.org/TR/CSS21/fonts.html#font-size-props,http://www.w3.org/TR/css-fonts-3/#font-size-prop a891dbd01e6d76bc85c1995f0cf3580f9bca6ef5 `Microsoft`<http://www.microsoft.com/> The 'font-size' property sets a minimum plus one length value in centimeters.
|
|
font-size-037 Font-size using centimeters with a negative zero value, -0cm ahem http://www.w3.org/TR/CSS21/fonts.html#propdef-font-size,http://www.w3.org/TR/CSS21/fonts.html#font-size-props,http://www.w3.org/TR/css-fonts-3/#font-size-prop 21e3897a01ade597822bce3cb0438a8c9f1aa3b7 `Microsoft`<http://www.microsoft.com/> The 'font-size' property sets a negative zero length value in centimeters.
|
|
font-size-038 Font-size using centimeters with a positive zero value, +0cm ahem http://www.w3.org/TR/CSS21/fonts.html#propdef-font-size,http://www.w3.org/TR/CSS21/fonts.html#font-size-props,http://www.w3.org/TR/css-fonts-3/#font-size-prop b3bb288ff9ebc0a5c39113bcb90159fbc7b35b71 `Microsoft`<http://www.microsoft.com/> The 'font-size' property sets a positive zero length value in centimeters.
|
|
font-size-039 Font-size using centimeters with a nominal value, 2.54cm ahem http://www.w3.org/TR/CSS21/fonts.html#propdef-font-size,http://www.w3.org/TR/CSS21/fonts.html#font-size-props,http://www.w3.org/TR/css-fonts-3/#font-size-prop 6148f550ab728d5676453a6557aecd47c8aebb6d `Microsoft`<http://www.microsoft.com/> The 'font-size' property sets a nominal length value in centimeters.
|
|
font-size-040 Font-size using centimeters with a positive nominal value, +2.54cm ahem http://www.w3.org/TR/CSS21/fonts.html#propdef-font-size,http://www.w3.org/TR/CSS21/fonts.html#font-size-props,http://www.w3.org/TR/css-fonts-3/#font-size-prop 56ad057b413b0864cb587a2501bc9cb7c8d79f12 `Microsoft`<http://www.microsoft.com/> The 'font-size' property sets a positive nominal length value in centimeters.
|
|
font-size-045 Font-size using millimeters with a minimum minus one value, -1mm ahem,invalid http://www.w3.org/TR/CSS21/fonts.html#propdef-font-size,http://www.w3.org/TR/CSS21/fonts.html#font-size-props,http://www.w3.org/TR/css-fonts-3/#font-size-prop 3e02b1e53b83938e4162edcaf4a462ad174e89c8 `Microsoft`<http://www.microsoft.com/> The 'font-size' property sets a minimum minus one length value in millimeters is invalid; such 'font-size' declaration should be ignored. Then the 'font-size' property value can be determined by computed font-size of containers and from cascade mechanisms (user, author, user agent).
|
|
font-size-046 Font-size using millimeters with a minimum value, 0mm ahem http://www.w3.org/TR/CSS21/fonts.html#propdef-font-size,http://www.w3.org/TR/CSS21/fonts.html#font-size-props,http://www.w3.org/TR/css-fonts-3/#font-size-prop 864ac9ad5e946bb6e44b1496ca9cd84962789f6e `Microsoft`<http://www.microsoft.com/> The 'font-size' property sets a minimum length value in millimeters.
|
|
font-size-047 Font-size using millimeters with a minimum plus one value, 1mm ahem http://www.w3.org/TR/CSS21/fonts.html#propdef-font-size,http://www.w3.org/TR/CSS21/fonts.html#font-size-props,http://www.w3.org/TR/css-fonts-3/#font-size-prop e04a8bb29099d223bf581e5e539e8534a2e1e335 `Microsoft`<http://www.microsoft.com/> The 'font-size' property sets a minimum plus one length value in millimeters.
|
|
font-size-048 Font-size using millimeters with a negative zero value, -0mm ahem http://www.w3.org/TR/CSS21/fonts.html#propdef-font-size,http://www.w3.org/TR/CSS21/fonts.html#font-size-props,http://www.w3.org/TR/css-fonts-3/#font-size-prop 86dc5c636a145d75d9925f254fa8a8dc98d9909a `Microsoft`<http://www.microsoft.com/> The 'font-size' property sets a negative zero length value in millimeters.
|
|
font-size-049 Font-size using millimeters with a positive zero value, +0mm ahem http://www.w3.org/TR/CSS21/fonts.html#propdef-font-size,http://www.w3.org/TR/CSS21/fonts.html#font-size-props,http://www.w3.org/TR/css-fonts-3/#font-size-prop 5c03975d86198c3f15de663095d32168827fef03 `Microsoft`<http://www.microsoft.com/> The 'font-size' property sets a positive zero length value in millimeters.
|
|
font-size-050 Font-size using millimeters with a nominal value, 25.4mm ahem http://www.w3.org/TR/CSS21/fonts.html#propdef-font-size,http://www.w3.org/TR/CSS21/fonts.html#font-size-props,http://www.w3.org/TR/css-fonts-3/#font-size-prop 08aeb5c6d34b5680af9b82b8aa11964eb51ed88f `Microsoft`<http://www.microsoft.com/> The 'font-size' property sets a nominal length value in millimeters.
|
|
font-size-051 Font-size using millimeters with a positive nominal value, +25.4mm ahem http://www.w3.org/TR/CSS21/fonts.html#propdef-font-size,http://www.w3.org/TR/CSS21/fonts.html#font-size-props,http://www.w3.org/TR/css-fonts-3/#font-size-prop 3646cdb80c5779cacd3a9aee18a62a8dd5440106 `Microsoft`<http://www.microsoft.com/> The 'font-size' property sets a positive nominal length value in millimeters.
|
|
font-size-056 Font-size using inches with a minimum minus one value, -1in ahem,invalid http://www.w3.org/TR/CSS21/fonts.html#propdef-font-size,http://www.w3.org/TR/CSS21/fonts.html#font-size-props,http://www.w3.org/TR/css-fonts-3/#font-size-prop d4e4b2e973066da5c6ebeb91e7bef3057df0260e `Microsoft`<http://www.microsoft.com/> The 'font-size' property sets a minimum minus one length value in inches is invalid; such 'font-size' declaration should be ignored. Then the 'font-size' property value can be determined by computed font-size of containers and from cascade mechanisms (user, author, user agent).
|
|
font-size-057 Font-size using inches with a minimum value, 0in ahem http://www.w3.org/TR/CSS21/fonts.html#propdef-font-size,http://www.w3.org/TR/CSS21/fonts.html#font-size-props,http://www.w3.org/TR/css-fonts-3/#font-size-prop 7798b8a88c20d8dfcaaadac3316dd654ccae8b9a `Microsoft`<http://www.microsoft.com/> The 'font-size' property sets a minimum length value in inches.
|
|
font-size-058 Font-size using inches with a minimum plus one value, 1in ahem http://www.w3.org/TR/CSS21/fonts.html#propdef-font-size,http://www.w3.org/TR/CSS21/fonts.html#font-size-props,http://www.w3.org/TR/css-fonts-3/#font-size-prop e00266250826d509c781a981ef2f0e3e7083d0f7 `Microsoft`<http://www.microsoft.com/> The 'font-size' property sets a minimum plus one length value in inches.
|
|
font-size-059 Font-size using inches with a negative zero value, -0in ahem http://www.w3.org/TR/CSS21/fonts.html#propdef-font-size,http://www.w3.org/TR/CSS21/fonts.html#font-size-props,http://www.w3.org/TR/css-fonts-3/#font-size-prop a063b273dd427d07967cb9a7feb37d026c0096ee `Microsoft`<http://www.microsoft.com/> The 'font-size' property sets a negative zero length value in inches.
|
|
font-size-060 Font-size using inches with a positive zero value, +0in ahem http://www.w3.org/TR/CSS21/fonts.html#propdef-font-size,http://www.w3.org/TR/CSS21/fonts.html#font-size-props,http://www.w3.org/TR/css-fonts-3/#font-size-prop 19d913c594b86ea20b27dad412e8fe36bacf7b57 `Microsoft`<http://www.microsoft.com/> The 'font-size' property sets a positive zero length value in inches.
|
|
font-size-061 Font-size using inches with a nominal value, 2in ahem http://www.w3.org/TR/CSS21/fonts.html#propdef-font-size,http://www.w3.org/TR/CSS21/fonts.html#font-size-props,http://www.w3.org/TR/css-fonts-3/#font-size-prop 49098c745bbc643f5ac2293096bca10b1a185126 `Microsoft`<http://www.microsoft.com/> The 'font-size' property sets a nominal length value in inches.
|
|
font-size-062 Font-size using inches with a positive nominal value, +2in ahem http://www.w3.org/TR/CSS21/fonts.html#propdef-font-size,http://www.w3.org/TR/CSS21/fonts.html#font-size-props,http://www.w3.org/TR/css-fonts-3/#font-size-prop 1157d49c7d81f55694638d7fd8804c4053f0d0d3 `Microsoft`<http://www.microsoft.com/> The 'font-size' property sets a positive nominal length value in inches.
|
|
font-size-067 Font-size using 'em' units with a minimum minus one value, -1em ahem,invalid http://www.w3.org/TR/CSS21/fonts.html#propdef-font-size,http://www.w3.org/TR/CSS21/fonts.html#font-size-props,http://www.w3.org/TR/css-fonts-3/#font-size-prop 58827c877ddb2f586eed06563cd46d6b7ab5bb74 `Microsoft`<http://www.microsoft.com/> The 'font-size' property sets a minimum minus one length value in 'em' units is invalid; such 'font-size' declaration should be ignored. Then the 'font-size' property value can be determined by computed font-size of containers and from cascade mechanisms (user, author, user agent).
|
|
font-size-068 Font-size using 'em' units with a minimum value, 0em ahem http://www.w3.org/TR/CSS21/fonts.html#propdef-font-size,http://www.w3.org/TR/CSS21/fonts.html#font-size-props,http://www.w3.org/TR/css-fonts-3/#font-size-prop ccb4e3b20088bdbc8c8ccf7ad90c2e6866bf4f70 `Microsoft`<http://www.microsoft.com/> The 'font-size' property sets a minimum length value in 'em' units.
|
|
font-size-069 Font-size using 'em' units with a minimum plus one value, 1em ahem http://www.w3.org/TR/CSS21/fonts.html#propdef-font-size,http://www.w3.org/TR/CSS21/fonts.html#font-size-props,http://www.w3.org/TR/css-fonts-3/#font-size-prop 017b304959d0a7fbc46f3cf3c4dd80004536cf9f `Microsoft`<http://www.microsoft.com/> The 'font-size' property sets a minimum plus one length value in 'em' units.
|
|
font-size-070 Font-size using 'em' units with a negative zero value, -0em ahem http://www.w3.org/TR/CSS21/fonts.html#propdef-font-size,http://www.w3.org/TR/CSS21/fonts.html#font-size-props,http://www.w3.org/TR/css-fonts-3/#font-size-prop 22b4c75553a4d07d595848b42b7fb2e153507abb `Microsoft`<http://www.microsoft.com/> The 'font-size' property sets a negative zero length value in 'em' units.
|
|
font-size-071 Font-size using 'em' units with a positive zero value, +0em ahem http://www.w3.org/TR/CSS21/fonts.html#propdef-font-size,http://www.w3.org/TR/CSS21/fonts.html#font-size-props,http://www.w3.org/TR/css-fonts-3/#font-size-prop f7677ad2f40fcf10cd108f1bc9888b17750df45c `Microsoft`<http://www.microsoft.com/> The 'font-size' property sets a positive zero length value in 'em' units.
|
|
font-size-072 Font-size using 'em' units with a nominal value, 6em ahem http://www.w3.org/TR/CSS21/fonts.html#propdef-font-size,http://www.w3.org/TR/CSS21/fonts.html#font-size-props,http://www.w3.org/TR/css-fonts-3/#font-size-prop 1ac98d74c989e5923afee2ee5b8f2bf6c35dbab0 `Microsoft`<http://www.microsoft.com/> The 'font-size' property sets a nominal length value in 'em' units.
|
|
font-size-073 Font-size using 'em' units with a positive nominal value, +6em ahem http://www.w3.org/TR/CSS21/fonts.html#propdef-font-size,http://www.w3.org/TR/CSS21/fonts.html#font-size-props,http://www.w3.org/TR/css-fonts-3/#font-size-prop 658f9b8ef14b51af9443f47ef67d28ec88659818 `Microsoft`<http://www.microsoft.com/> The 'font-size' property sets a positive nominal length value in 'em' units.
|
|
font-size-078 Font-size using 'ex' units with a minimum minus one value, -1ex ahem,invalid http://www.w3.org/TR/CSS21/fonts.html#propdef-font-size,http://www.w3.org/TR/CSS21/fonts.html#font-size-props,http://www.w3.org/TR/css-fonts-3/#font-size-prop 5f2f59bdab3f0ca50f7c12725e98f32b2a57d0b8 `Microsoft`<http://www.microsoft.com/> The 'font-size' property sets a minimum minus one length value in 'ex' units is invalid; such 'font-size' declaration should be ignored. Then the 'font-size' property value can be determined by computed font-size of containers and from cascade mechanisms (user, author, user agent).
|
|
font-size-079 Font-size using 'ex' units with a minimum value, 0ex ahem http://www.w3.org/TR/CSS21/fonts.html#propdef-font-size,http://www.w3.org/TR/CSS21/fonts.html#font-size-props,http://www.w3.org/TR/css-fonts-3/#font-size-prop 37d5be353e0963aecf5bfabc85389d88a5ba0ee4 `Microsoft`<http://www.microsoft.com/> The 'font-size' property sets a minimum length value in 'ex' units.
|
|
font-size-080 Font-size using 'ex' units with a minimum plus one value, 1ex ahem http://www.w3.org/TR/CSS21/fonts.html#propdef-font-size,http://www.w3.org/TR/CSS21/fonts.html#font-size-props,http://www.w3.org/TR/css-fonts-3/#font-size-prop 673aad2a3e80d5d3d894abe8da745d465b71c749 `Microsoft`<http://www.microsoft.com/> The 'font-size' property sets a minimum plus one length value in 'ex' units.
|
|
font-size-081 Font-size using 'ex' units with a negative zero value, -0ex ahem http://www.w3.org/TR/CSS21/fonts.html#propdef-font-size,http://www.w3.org/TR/CSS21/fonts.html#font-size-props,http://www.w3.org/TR/css-fonts-3/#font-size-prop 6ce8de9ab5b97dd0387e7477723fc297d93061ec `Microsoft`<http://www.microsoft.com/> The 'font-size' property sets a negative zero length value in 'ex' units.
|
|
font-size-082 Font-size using 'ex' units with a positive zero value, +0ex ahem http://www.w3.org/TR/CSS21/fonts.html#propdef-font-size,http://www.w3.org/TR/CSS21/fonts.html#font-size-props,http://www.w3.org/TR/css-fonts-3/#font-size-prop 73415ac783c8a5a1831fe40edba3670fd5b0addc `Microsoft`<http://www.microsoft.com/> The 'font-size' property sets a positive zero length value in 'ex' units.
|
|
font-size-083 Font-size using 'ex' units with a nominal value, 6ex ahem http://www.w3.org/TR/CSS21/fonts.html#propdef-font-size,http://www.w3.org/TR/CSS21/fonts.html#font-size-props,http://www.w3.org/TR/css-fonts-3/#font-size-prop 62a685763cb9204599a8a1c27b925a92efd6e3a8 `Microsoft`<http://www.microsoft.com/> The 'font-size' property sets a nominal length value in 'ex' units.
|
|
font-size-084 Font-size using 'ex' units with a positive nominal value, +6ex ahem http://www.w3.org/TR/CSS21/fonts.html#propdef-font-size,http://www.w3.org/TR/CSS21/fonts.html#font-size-props,http://www.w3.org/TR/css-fonts-3/#font-size-prop 71dc514fb75aff734b63a3da9f64bcbe62c7cc94 `Microsoft`<http://www.microsoft.com/> The 'font-size' property sets a positive nominal length value in 'ex' units.
|
|
font-size-089 reference/font-size-001-ref Font-size using percentages with a minimum minus one value, -1% ahem,invalid http://www.w3.org/TR/CSS21/fonts.html#propdef-font-size,http://www.w3.org/TR/CSS21/fonts.html#font-size-props,http://www.w3.org/TR/css-fonts-3/#font-size-prop babdc8d8a410175b47e5e1b543973ac162b79c0d `Microsoft`<http://www.microsoft.com/> The 'font-size' property sets a minimum minus one length value in percentages is invalid; such 'font-size' declaration should be ignored. Then the 'font-size' property value can be determined by computed font-size of containers and from cascade mechanisms (user, author, user agent).
|
|
font-size-090 reference/font-size-001-ref Font-size using percentages with a minimum value, 0% ahem http://www.w3.org/TR/CSS21/fonts.html#propdef-font-size,http://www.w3.org/TR/CSS21/fonts.html#font-size-props,http://www.w3.org/TR/css-fonts-3/#font-size-prop 2ec8165a700069606a10a94a65778727de46f573 `Microsoft`<http://www.microsoft.com/> The 'font-size' property sets a minimum length value in percentages.
|
|
font-size-091 Font-size using percentages with a minimum plus one value, 1% ahem http://www.w3.org/TR/CSS21/fonts.html#propdef-font-size,http://www.w3.org/TR/CSS21/fonts.html#font-size-props,http://www.w3.org/TR/css-fonts-3/#font-size-prop a467f0bc0486ee7c9debea634ee87dadf164e732 `Microsoft`<http://www.microsoft.com/> The 'font-size' property sets a minimum plus one length value in percentages.
|
|
font-size-092 reference/font-size-001-ref Font-size using percentages with a negative zero value, -0% ahem http://www.w3.org/TR/CSS21/fonts.html#propdef-font-size,http://www.w3.org/TR/CSS21/fonts.html#font-size-props,http://www.w3.org/TR/css-fonts-3/#font-size-prop a2dc662e1a3c2342b69ae9982c205931d3aecafe `Microsoft`<http://www.microsoft.com/> The 'font-size' property sets a negative zero length value in percentages.
|
|
font-size-093 reference/font-size-001-ref Font-size using percentages with a positive zero value, +0% ahem http://www.w3.org/TR/CSS21/fonts.html#propdef-font-size,http://www.w3.org/TR/CSS21/fonts.html#font-size-props,http://www.w3.org/TR/css-fonts-3/#font-size-prop fcacc0927196606476f1874134c18682bd74a1f4 `Microsoft`<http://www.microsoft.com/> The 'font-size' property sets a positive zero length value in percentages.
|
|
font-size-094 Font-size using percentages with a nominal value, 100% ahem http://www.w3.org/TR/CSS21/fonts.html#propdef-font-size,http://www.w3.org/TR/CSS21/fonts.html#font-size-props,http://www.w3.org/TR/css-fonts-3/#font-size-prop c895c3639630a69b8c7ebd5676286e5ee47b29ff `Microsoft`<http://www.microsoft.com/> The 'font-size' property sets a nominal length value in percentages.
|
|
font-size-095 Font-size using percentages with a positive nominal value, +100% ahem http://www.w3.org/TR/CSS21/fonts.html#propdef-font-size,http://www.w3.org/TR/CSS21/fonts.html#font-size-props,http://www.w3.org/TR/css-fonts-3/#font-size-prop f36e23a002faffc1625273cc91abdad504d16a04 `Microsoft`<http://www.microsoft.com/> The 'font-size' property sets a positive nominal length value in percentages.
|
|
font-size-100 reference/font-size-001-ref Font-size with a negative zero value and no units, -0 ahem http://www.w3.org/TR/CSS21/fonts.html#propdef-font-size,http://www.w3.org/TR/CSS21/fonts.html#font-size-props,http://www.w3.org/TR/css-fonts-3/#font-size-prop 7abc55fbd308d2fbef019ec45081b4f7d603e221 `Microsoft`<http://www.microsoft.com/> The 'font-size' property sets a negative zero length value with no units.
|
|
font-size-101 reference/font-size-001-ref Font-size with a zero value and no units, 0 ahem http://www.w3.org/TR/CSS21/fonts.html#propdef-font-size,http://www.w3.org/TR/CSS21/fonts.html#font-size-props,http://www.w3.org/TR/css-fonts-3/#font-size-prop 1b9cf84d13a39056e977a97ee5af00158774d55e `Microsoft`<http://www.microsoft.com/> The 'font-size' property sets a zero length value with no units.
|
|
font-size-102 reference/font-size-001-ref Font-size with a positive zero value and no units, +0 ahem http://www.w3.org/TR/CSS21/fonts.html#propdef-font-size,http://www.w3.org/TR/CSS21/fonts.html#font-size-props,http://www.w3.org/TR/css-fonts-3/#font-size-prop 43f30190565e4f4daf1942d9a05b053fa1c0f0ce `Microsoft`<http://www.microsoft.com/> The 'font-size' property sets a positive zero length value with no units.
|
|
font-size-103 Font-size set to the keyword 'xx-small' ahem http://www.w3.org/TR/CSS21/fonts.html#propdef-font-size,http://www.w3.org/TR/CSS21/fonts.html#font-size-props,http://www.w3.org/TR/css-fonts-3/#font-size-prop 0b5d0577e19acc96afcea17c9e89bab2489df5da `Microsoft`<http://www.microsoft.com/> The 'font-size' property set to the keyword 'xx-small' makes the font size smaller.
|
|
font-size-104 Font-size set to the keyword 'x-small' ahem http://www.w3.org/TR/CSS21/fonts.html#propdef-font-size,http://www.w3.org/TR/CSS21/fonts.html#font-size-props,http://www.w3.org/TR/css-fonts-3/#font-size-prop 51c520fc70b34b20b49122ed8a558aa98dd1e498 `Microsoft`<http://www.microsoft.com/> The 'font-size' property set to the keyword 'x-small' makes the font size smaller.
|
|
font-size-105 Font-size set to the keyword 'small' ahem http://www.w3.org/TR/CSS21/fonts.html#propdef-font-size,http://www.w3.org/TR/CSS21/fonts.html#font-size-props,http://www.w3.org/TR/css-fonts-3/#font-size-prop 9b4992137f8e9d12dff2244f5fe3bc3e8dd8e3b0 `Microsoft`<http://www.microsoft.com/> The 'font-size' property set to the keyword 'small' makes the font size smaller.
|
|
font-size-106 Font-size set to the keyword 'medium' ahem http://www.w3.org/TR/CSS21/fonts.html#propdef-font-size,http://www.w3.org/TR/CSS21/fonts.html#font-size-props,http://www.w3.org/TR/css-fonts-3/#font-size-prop b900c27b2e2fd6e592d04a57a23d55777a3af1ce `Microsoft`<http://www.microsoft.com/> The 'font-size' property set to the keyword 'medium' is the default font size.
|
|
font-size-107 Font-size set to the keyword 'large' ahem http://www.w3.org/TR/CSS21/fonts.html#propdef-font-size,http://www.w3.org/TR/CSS21/fonts.html#font-size-props,http://www.w3.org/TR/css-fonts-3/#font-size-prop c3ccdbcaeda7c785ef86a549732459ddc217982b `Microsoft`<http://www.microsoft.com/> The 'font-size' property set to the keyword 'large' makes the font size larger.
|
|
font-size-108 Font-size set to the keyword 'x-large' ahem http://www.w3.org/TR/CSS21/fonts.html#propdef-font-size,http://www.w3.org/TR/CSS21/fonts.html#font-size-props,http://www.w3.org/TR/css-fonts-3/#font-size-prop 957c9287fc327e38b44d52ffc6f1118fb6781786 `Microsoft`<http://www.microsoft.com/> The 'font-size' property set to the keyword 'x-large' makes the font size larger.
|
|
font-size-109 Font-size set to the keyword 'xx-large' ahem http://www.w3.org/TR/CSS21/fonts.html#propdef-font-size,http://www.w3.org/TR/CSS21/fonts.html#font-size-props,http://www.w3.org/TR/css-fonts-3/#font-size-prop 346e1dfb9b7434865e191fc058092798b2794ddb `Microsoft`<http://www.microsoft.com/> The 'font-size' property set to the keyword 'xx-large' makes the font size larger.
|
|
font-size-110 Font-size set to the keyword 'larger' ahem http://www.w3.org/TR/CSS21/fonts.html#propdef-font-size,http://www.w3.org/TR/CSS21/fonts.html#font-size-props,http://www.w3.org/TR/css-fonts-3/#font-size-prop 8df5e36d53412ca5797470f9c81845c9998afda0 `Microsoft`<http://www.microsoft.com/> The 'font-size' property set to the keyword 'larger' makes the font size larger.
|
|
font-size-111 Font-size set to the keyword 'smaller' ahem http://www.w3.org/TR/CSS21/fonts.html#propdef-font-size,http://www.w3.org/TR/CSS21/fonts.html#font-size-props,http://www.w3.org/TR/css-fonts-3/#font-size-prop 2414cb11d5b9d3dbac0a3d35e1cf660ebdc65730 `Microsoft`<http://www.microsoft.com/> The 'font-size' property set to the keyword 'smaller' makes the font size smaller.
|
|
font-size-112 Font-size set to 'inherit' ahem http://www.w3.org/TR/CSS21/fonts.html#propdef-font-size,http://www.w3.org/TR/CSS21/fonts.html#font-size-props,http://www.w3.org/TR/css-fonts-3/#font-size-prop 86f30b0c1fda9ee8fc22605b9dca230c5fb94217 `Microsoft`<http://www.microsoft.com/> The 'font-size' property sets a value of 'inherit' and inherits its value from its parent.
|
|
font-size-113 font-size - ex unit ahem http://www.w3.org/TR/CSS21/fonts.html#font-size-props,http://www.w3.org/TR/css-fonts-3/#font-size-prop 6123b9d5416c420b6d2a4c927e908b800d2133f6 `Gérard Talbot`<http://www.gtalbot.org/BrowserBugsSection/css21testsuite/> 'em' and 'ex' length values when defining 'font-size' property refer to the computed font size of the parent element.
|
|
font-size-114 CSS: sanity tests for relative keyword values of font-size http://www.w3.org/TR/CSS21/fonts.html#font-size-props,http://www.w3.org/TR/css-fonts-3/#font-size-prop 720dd7cc93dd8a6d2b61d9302df8a072a3d011e7 `Ian Hickson`<mailto:ian@hixie.ch>
|
|
font-size-115 CSS: sanity tests for font inheritance http://www.w3.org/TR/CSS21/fonts.html#font-size-props,http://www.w3.org/TR/css-fonts-3/#font-size-prop 772df5f4d6c3c5993347f794b1585cc9f5a35222 `Ian Hickson`<mailto:ian@hixie.ch>
|
|
font-size-116 font-size in pixels http://www.w3.org/TR/CSS21/fonts.html#font-size-props,http://www.w3.org/TR/css-fonts-3/#font-size-prop e7288ca1c666a186759b148bc777cef2d60f17b5 `Ian Hickson`<mailto:ian@hixie.ch>
|
|
font-size-117 font-sizes in pixels compared to images in pixels http://www.w3.org/TR/CSS21/fonts.html#font-size-props,http://www.w3.org/TR/css-fonts-3/#font-size-prop 7086b10d62926c9db343e071c2a9de43db094093 `Ian Hickson`<mailto:ian@hixie.ch>
|
|
font-size-118 CSS: sanity tests for relative keyword values of font-size http://www.w3.org/TR/CSS21/fonts.html#font-size-props,http://www.w3.org/TR/css-fonts-3/#font-size-prop 771249dfadd2a58eadd9bf8b3583a9cfa3e3a10b `Ian Hickson`<mailto:ian@hixie.ch>
|
|
font-size-119 CSS: sanity tests for relative keyword values of font-size http://www.w3.org/TR/CSS21/fonts.html#font-size-props,http://www.w3.org/TR/css-fonts-3/#font-size-prop 8c39013170fd366c25a6f9897d4e543abb6426bd `Ian Hickson`<mailto:ian@hixie.ch>
|
|
font-size-120 reference/font-size-120-ref CSS: font-size inheritance ahem http://www.w3.org/TR/CSS21/fonts.html#font-size-props,http://www.w3.org/TR/css-fonts-3/#font-size-prop 265881012941e68d9555eab683138ebb37936fea `Ian Hickson`<mailto:ian@hixie.ch>
|
|
font-size-121 reference/font-size-121-ref CSS: sanity tests for relative keyword values of font-size ahem http://www.w3.org/TR/CSS21/fonts.html#font-size-props,http://www.w3.org/TR/css-fonts-3/#font-size-prop 58ca4b9cfd885038f2f08e04afb843003a68103b `Ian Hickson`<mailto:ian@hixie.ch>
|
|
font-size-122 reference/font-size-122-ref Default Font Sizes ahem http://www.w3.org/TR/CSS21/fonts.html#font-size-props,http://www.w3.org/TR/css-fonts-3/#font-size-prop 679f70d7aefd15226b73addf66d86b3cdf69c1bd `Ian Hickson`<mailto:ian@hixie.ch>
|
|
font-size-123 reference/font-size-123-ref CSS Parsing: Negative Font-Size invalid http://www.w3.org/TR/CSS21/syndata.html#length-units,http://www.w3.org/TR/css-fonts-3/#font-size-prop 06096caf4458d82b8b227730c5b4f9b3bcfc6f37 `Ian Hickson`<mailto:ian@hixie.ch> If a negative length value is set into a font-size declaration, then such declaration is ignored.
|
|
font-size-124 reference/ref-filled-green-100px-square inheritance of computed font-size across fonts ahem http://www.w3.org/TR/CSS21/syndata.html#length-units,http://www.w3.org/TR/CSS21/fonts.html#font-size-props 80485ae8825b58501974fded59bf310cb5feeeeb `Gérard Talbot`<http://www.gtalbot.org/BrowserBugsSection/css21testsuite/> ex unit is the 'x-height' of the relevant font. 'em' and 'ex' length values when defining 'font-size' property refer to the computed font size of the parent element.
|
|
font-size-applies-to-001 Font-size and 'display: inline' elements ahem http://www.w3.org/TR/CSS21/fonts.html#propdef-font-size,http://www.w3.org/TR/CSS21/fonts.html#font-size-props,http://www.w3.org/TR/css-fonts-3/#font-size-prop fbc00023abeebe442c9719bfc2530c367045ad7c `Microsoft`<http://www.microsoft.com/> The 'font-size' property applies to 'display: inline' elements.
|
|
font-size-applies-to-002 Font-size and 'display: block' elements ahem http://www.w3.org/TR/CSS21/fonts.html#propdef-font-size,http://www.w3.org/TR/CSS21/fonts.html#font-size-props,http://www.w3.org/TR/css-fonts-3/#font-size-prop 8994461fab45e1672a00ecfc2d88ba252286a795 `Microsoft`<http://www.microsoft.com/> The 'font-size' property applies to 'display: block' elements.
|
|
font-size-applies-to-003 Font-size and 'display: list-item' elements ahem http://www.w3.org/TR/CSS21/fonts.html#propdef-font-size,http://www.w3.org/TR/CSS21/fonts.html#font-size-props,http://www.w3.org/TR/css-fonts-3/#font-size-prop 7ff24c35c0bc48157db513b72230516e9bf37e86 `Microsoft`<http://www.microsoft.com/> The 'font-size' property applies to 'display: list-item' elements.
|
|
font-size-applies-to-004 Font-size and 'display: run-in' elements ahem http://www.w3.org/TR/CSS21/fonts.html#propdef-font-size,http://www.w3.org/TR/CSS21/fonts.html#font-size-props,http://www.w3.org/TR/css-fonts-3/#font-size-prop 090d49dd76f245dbbed943fc6c2604abc4c7e502 `Microsoft`<http://www.microsoft.com/> The 'font-size' property applies to 'display: run-in' elements.
|
|
font-size-applies-to-005 Font-size and 'display: inline-block' elements ahem http://www.w3.org/TR/CSS21/fonts.html#propdef-font-size,http://www.w3.org/TR/CSS21/fonts.html#font-size-props,http://www.w3.org/TR/css-fonts-3/#font-size-prop fb51d5fab8feac3129b4882acf83bbe24f51021a `Microsoft`<http://www.microsoft.com/> The 'font-size' property applies to 'display: inline-block' elements.
|
|
font-size-applies-to-006 Font-size and 'display: table' elements ahem http://www.w3.org/TR/CSS21/fonts.html#propdef-font-size,http://www.w3.org/TR/CSS21/fonts.html#font-size-props,http://www.w3.org/TR/css-fonts-3/#font-size-prop 5c050697439a7cb7d2381809fd78f9d492ec61cd `Microsoft`<http://www.microsoft.com/> The 'font-size' property applies to 'display: table' elements.
|
|
font-size-applies-to-007 Font-size and 'display: inline-table' elements ahem http://www.w3.org/TR/CSS21/fonts.html#propdef-font-size,http://www.w3.org/TR/CSS21/fonts.html#font-size-props,http://www.w3.org/TR/css-fonts-3/#font-size-prop 4566f1460beb5d8e6ea0737a39f42291710a015a `Microsoft`<http://www.microsoft.com/> The 'font-size' property applies to 'display: inline-table' elements.
|
|
font-size-applies-to-008 Font-size and 'display: table-row-group' elements ahem http://www.w3.org/TR/CSS21/fonts.html#propdef-font-size,http://www.w3.org/TR/CSS21/fonts.html#font-size-props,http://www.w3.org/TR/css-fonts-3/#font-size-prop 6f9065f344562a7e832e48bd30d68ea6047d5e34 `Microsoft`<http://www.microsoft.com/> The 'font-size' property applies to 'display: table-row-group' elements.
|
|
font-size-applies-to-009 Font-size and 'display: table-header-group' elements ahem http://www.w3.org/TR/CSS21/fonts.html#propdef-font-size,http://www.w3.org/TR/CSS21/fonts.html#font-size-props,http://www.w3.org/TR/css-fonts-3/#font-size-prop a2f6530958663159e487aada7a67bac913ca9dd5 `Microsoft`<http://www.microsoft.com/> The 'font-size' property applies to 'display: table-header-group' elements.
|
|
font-size-applies-to-010 Font-size and 'display: table-footer-group' elements ahem http://www.w3.org/TR/CSS21/fonts.html#propdef-font-size,http://www.w3.org/TR/CSS21/fonts.html#font-size-props,http://www.w3.org/TR/css-fonts-3/#font-size-prop 623cc6fa46bc6195fd0a9267d37f454c3cb36c97 `Microsoft`<http://www.microsoft.com/> The 'font-size' property applies to 'display: table-footer-group' elements.
|
|
font-size-applies-to-011 Font-size and 'display: table-row' elements ahem http://www.w3.org/TR/CSS21/fonts.html#propdef-font-size,http://www.w3.org/TR/CSS21/fonts.html#font-size-props,http://www.w3.org/TR/css-fonts-3/#font-size-prop 06adde1fde7e899e907096877e9f203f8b437d2b `Microsoft`<http://www.microsoft.com/> The 'font-size' property applies to 'display: table-row' elements.
|
|
font-size-applies-to-014 Font-size and 'display: table-cell' elements ahem http://www.w3.org/TR/CSS21/fonts.html#propdef-font-size,http://www.w3.org/TR/CSS21/fonts.html#font-size-props,http://www.w3.org/TR/css-fonts-3/#font-size-prop 7273c1c9b71c3aae9d08591e492fa0d82266f8ea `Microsoft`<http://www.microsoft.com/> The 'font-size' property applies to 'display: table-cell' elements.
|
|
font-size-applies-to-015 Font-size and 'display: table-caption' elements ahem http://www.w3.org/TR/CSS21/fonts.html#propdef-font-size,http://www.w3.org/TR/CSS21/fonts.html#font-size-props,http://www.w3.org/TR/css-fonts-3/#font-size-prop ba5ee7b790bd429b57a352fbf96ff4e785048cc0 `Microsoft`<http://www.microsoft.com/> The 'font-size' property applies to 'display: table-caption' elements.
|
|
font-size-applies-to-016 reference/font-size-001-ref Font-size and 'display: none' elements ahem http://www.w3.org/TR/CSS21/fonts.html#propdef-font-size,http://www.w3.org/TR/CSS21/fonts.html#font-size-props,http://www.w3.org/TR/css-fonts-3/#font-size-prop a0c3d05fa389dbc9fa28ee7b749b4b77521445fb `Microsoft`<http://www.microsoft.com/> The 'font-size' property applies to 'display: none' elements.
|
|
font-size-applies-to-017 Font-size and 'display: inherit' elements ahem http://www.w3.org/TR/CSS21/fonts.html#propdef-font-size,http://www.w3.org/TR/CSS21/fonts.html#font-size-props,http://www.w3.org/TR/css-fonts-3/#font-size-prop d0df3fde083bf94cbb2f4e86314144b5480ccc5a `Microsoft`<http://www.microsoft.com/> The 'font-size' property applies to 'display: inherit' elements.
|
|
font-size-rule-001 Font-size, negative values ahem,invalid http://www.w3.org/TR/CSS21/fonts.html#font-size-props,http://www.w3.org/TR/css-fonts-3/#font-size-prop d01a038a43fc6275ab588974fecb6ba0915eca88 `Microsoft`<http://www.microsoft.com/> The 'font-size' does not allow for a negative value; such 'font-size' declaration should be ignored. Then the 'font-size' property value can be determined by computed font-size of containers and from cascade mechanisms (user, author, user agent).
|
|
font-size-rule-002 Font-size, relative-size 'larger' ahem http://www.w3.org/TR/CSS21/fonts.html#font-size-props,http://www.w3.org/TR/css-fonts-3/#font-size-prop 89851367afda5ce3a328a3cb91777ca5aec7c266 `Microsoft`<http://www.microsoft.com/> When font size is medium, the value 'larger' will make the font size equivalent to the 'large' font-size.
|
|
font-size-rule-003 Font-size and font sizes available ahem http://www.w3.org/TR/CSS21/fonts.html#font-size-props,http://www.w3.org/TR/css-fonts-3/#font-size-prop d73c20c945997e6929b7d5d9b42e461400817c00 `Microsoft`<http://www.microsoft.com/> The user agent is free to choose a font-size from the font size table entries or round off to the closest font size.
|
|
font-size-rule-004 Font-size 'em' unit value referring to parent ahem http://www.w3.org/TR/CSS21/fonts.html#font-size-props,http://www.w3.org/TR/css-fonts-3/#font-size-prop 2df7e8557553d6186dca33f6ca74ff15fd5aed91 `Microsoft`<http://www.microsoft.com/> The 'em' unit refers to the computed font size of the parent element instead of the current element.
|
|
font-style-001 Font-style set to 'normal' ahem http://www.w3.org/TR/CSS21/fonts.html#propdef-font-style,http://www.w3.org/TR/CSS21/fonts.html#font-styling,http://www.w3.org/TR/css-fonts-3/#font-style-prop 5e9cfc4256e42b67419c5fd9886c1698aaf96b1e `Microsoft`<http://www.microsoft.com/> The 'font-style' property set to 'normal' correctly renders the characters as normal text.
|
|
font-style-002 Font-style set to 'italic' ahem http://www.w3.org/TR/CSS21/fonts.html#propdef-font-style,http://www.w3.org/TR/CSS21/fonts.html#font-styling,http://www.w3.org/TR/css-fonts-3/#font-style-prop 89478db22a2ad975329b98640bdec06c8f26ec0b `Microsoft`<http://www.microsoft.com/> The 'font-style' property set to 'italic' correctly renders the characters as italic text.
|
|
font-style-003 Font-style set to 'oblique' ahem http://www.w3.org/TR/CSS21/fonts.html#propdef-font-style,http://www.w3.org/TR/CSS21/fonts.html#font-styling,http://www.w3.org/TR/css-fonts-3/#font-style-prop e64ada885f3060632005a222a5474ddcc33967fd `Microsoft`<http://www.microsoft.com/> The 'font-style' property set to 'normal' correctly renders the characters as oblique text.
|
|
font-style-004 Font-style set to 'inherit' ahem http://www.w3.org/TR/CSS21/fonts.html#propdef-font-style,http://www.w3.org/TR/CSS21/fonts.html#font-styling,http://www.w3.org/TR/css-fonts-3/#font-style-prop b93daad8ba667f628472006547f96e7d6f592722 `Microsoft`<http://www.microsoft.com/> The 'font-style' property set to 'inherit', inherits is value from the parent element's value.
|
|
font-style-applies-to-001 reference/font-style-applies-to-001-ref Font-style and 'display: inline' elements http://www.w3.org/TR/CSS21/fonts.html#propdef-font-style,http://www.w3.org/TR/CSS21/fonts.html#font-styling,http://www.w3.org/TR/css-fonts-3/#font-style-prop aa458eeb7e7576a7b47cffac8dab1a402e1eacd3 `Microsoft`<http://www.microsoft.com/> The 'font-style' property applies to 'display: inline' elements.
|
|
font-style-applies-to-002 reference/font-style-applies-to-001-ref Font-style and 'display: block' elements http://www.w3.org/TR/CSS21/fonts.html#propdef-font-style,http://www.w3.org/TR/CSS21/fonts.html#font-styling,http://www.w3.org/TR/css-fonts-3/#font-style-prop b3f8c5b4591814ddf986bcaf25096c7a614d8f05 `Microsoft`<http://www.microsoft.com/> The 'font-style' property applies to 'display: block' elements.
|
|
font-style-applies-to-003 Font-style and 'display: list-item' elements http://www.w3.org/TR/CSS21/fonts.html#propdef-font-style,http://www.w3.org/TR/CSS21/fonts.html#font-styling,http://www.w3.org/TR/css-fonts-3/#font-style-prop c9091676173e2404c0dbdfe21f34464fa6489e63 `Microsoft`<http://www.microsoft.com/> The 'font-style' property applies to 'display: list-item' elements.
|
|
font-style-applies-to-004 Font-style and 'display: run-in' elements http://www.w3.org/TR/CSS21/fonts.html#propdef-font-style,http://www.w3.org/TR/CSS21/fonts.html#font-styling,http://www.w3.org/TR/css-fonts-3/#font-style-prop 7b87677e6d553a6ee41fb07d2cc75bb2782bcd90 `Microsoft`<http://www.microsoft.com/> The 'font-style' property applies to 'display: run-in' elements.
|
|
font-style-applies-to-005 Font-style and 'display: inline-block' elements http://www.w3.org/TR/CSS21/fonts.html#propdef-font-style,http://www.w3.org/TR/CSS21/fonts.html#font-styling,http://www.w3.org/TR/css-fonts-3/#font-style-prop bdfa4966cbd90fe8acdd194f997502ad57fe100c `Microsoft`<http://www.microsoft.com/> The 'font-style' property applies to 'display: inline-block' elements.
|
|
font-style-applies-to-006 Font-style and 'display: table' elements http://www.w3.org/TR/CSS21/fonts.html#propdef-font-style,http://www.w3.org/TR/CSS21/fonts.html#font-styling,http://www.w3.org/TR/css-fonts-3/#font-style-prop 9d33295ec76dfae16f29d8b68c07891a36fd1722 `Microsoft`<http://www.microsoft.com/> The 'font-style' property applies to 'display: table' elements.
|
|
font-style-applies-to-007 Font-style and 'display: inline-table' elements http://www.w3.org/TR/CSS21/fonts.html#propdef-font-style,http://www.w3.org/TR/CSS21/fonts.html#font-styling,http://www.w3.org/TR/css-fonts-3/#font-style-prop 831fbcff9281cf698f0b6809b6596dd125b7d7bf `Microsoft`<http://www.microsoft.com/> The 'font-style' property applies to 'display: inline-table' elements.
|
|
font-style-applies-to-008 Font-style and 'display: table-row-group' elements http://www.w3.org/TR/CSS21/fonts.html#propdef-font-style,http://www.w3.org/TR/CSS21/fonts.html#font-styling,http://www.w3.org/TR/css-fonts-3/#font-style-prop 31484c5ed8d80460a5d48e35fdfce7678dd79567 `Microsoft`<http://www.microsoft.com/> The 'font-style' property applies to 'display: table-row-group' elements.
|
|
font-style-applies-to-009 Font-style and 'display: table-header-group' elements http://www.w3.org/TR/CSS21/fonts.html#propdef-font-style,http://www.w3.org/TR/CSS21/fonts.html#font-styling,http://www.w3.org/TR/css-fonts-3/#font-style-prop 80b5ae9337efa282fee5e9d3c09fb6f2342de4e5 `Microsoft`<http://www.microsoft.com/> The 'font-style' property does not applies to 'display: table-header-group' elements.
|
|
font-style-applies-to-010 Font-style and 'display: table-footer-group' elements http://www.w3.org/TR/CSS21/fonts.html#propdef-font-style,http://www.w3.org/TR/CSS21/fonts.html#font-styling,http://www.w3.org/TR/css-fonts-3/#font-style-prop 24ba8541e2ffef3b804dd50f67ff000df11c5159 `Microsoft`<http://www.microsoft.com/> The 'font-style' property applies to 'display: table-footer-group' elements.
|
|
font-style-applies-to-011 Font-style and 'display: table-row' elements http://www.w3.org/TR/CSS21/fonts.html#propdef-font-style,http://www.w3.org/TR/CSS21/fonts.html#font-styling,http://www.w3.org/TR/css-fonts-3/#font-style-prop eca13bc600d5373147c2277f3b372963e03e9db5 `Microsoft`<http://www.microsoft.com/> The 'font-style' property applies to 'display: table-row' elements.
|
|
font-style-applies-to-014 Font-style and 'display: table-cell' elements http://www.w3.org/TR/CSS21/fonts.html#propdef-font-style,http://www.w3.org/TR/CSS21/fonts.html#font-styling,http://www.w3.org/TR/css-fonts-3/#font-style-prop 4d7d254c33a96c9317abc0a708a43362edc7a28e `Microsoft`<http://www.microsoft.com/> The 'font-style' property applies to 'display: table-cell' elements.
|
|
font-style-applies-to-015 Font-style and 'display: table-caption' elements http://www.w3.org/TR/CSS21/fonts.html#propdef-font-style,http://www.w3.org/TR/CSS21/fonts.html#font-styling,http://www.w3.org/TR/css-fonts-3/#font-style-prop 3f2814a722eec5d10a064d2e65eb05080fbcabfc `Microsoft`<http://www.microsoft.com/> The 'font-style' property applies to 'display: table-caption' elements.
|
|
font-style-applies-to-016 reference/font-size-001-ref Font-style and 'display: none' elements http://www.w3.org/TR/CSS21/fonts.html#propdef-font-style,http://www.w3.org/TR/CSS21/fonts.html#font-styling,http://www.w3.org/TR/css-fonts-3/#font-style-prop 11e16c3b23019820c04b7c86c0e6226c29c8679a `Microsoft`<http://www.microsoft.com/> The font-style' property applies to 'display: none' elements.
|
|
font-style-applies-to-017 reference/font-style-applies-to-001-ref Font-style and 'display: inherit' elements http://www.w3.org/TR/CSS21/fonts.html#propdef-font-style,http://www.w3.org/TR/CSS21/fonts.html#font-styling,http://www.w3.org/TR/css-fonts-3/#font-style-prop 0a4335e429e30d115196d5d60443d010da91443a `Microsoft`<http://www.microsoft.com/> The 'font-style' property applies to 'display: inherit' elements.
|
|
font-style-rule-001 Font-style with font properties missing font http://www.w3.org/TR/CSS21/fonts.html#algorithm,http://www.w3.org/TR/css-fonts-3/#font-matching-algorithm 138d00ba47bc5aaaf042718b371af7a3677a1e61 `Microsoft`<http://www.microsoft.com/> When font-style italic is not available, find value oblique, if it's still not available, either use the alternate font-family that has italic or oblique value or use 'font-style: normal'.
|
|
font-systemfont-rule-003 System Font, substitute for similar system font when font unknown http://www.w3.org/TR/CSS21/fonts.html#font-shorthand,http://www.w3.org/TR/css-fonts-3/#font-prop 08b860b882c9df2843ad08593d8135c850ceed1b `Microsoft`<http://www.microsoft.com/> It the specified system font is not available, then substitute it for a similar one, if there is no similar one, then substitute with the default one.
|
|
font-systemfont-rule-004 Font shorthand property reset to default values if not explicitly set http://www.w3.org/TR/CSS21/fonts.html#font-shorthand,http://www.w3.org/TR/css-fonts-3/#font-prop 0effff99232e2c47e78f92d4eb94304d35335ce7 `Microsoft`<http://www.microsoft.com/> The 'font' shorthand property resets any property not explicitly given a value to its initial value.
|
|
font-variant-001 reference/font-variant-001-ref Font-variant set to 'normal' http://www.w3.org/TR/CSS21/fonts.html#propdef-font-variant,http://www.w3.org/TR/CSS21/fonts.html#small-caps,http://www.w3.org/TR/css-fonts-3/#font-variant-prop e21e789fc4a9b9bd02bdf52465d84a8a484261c9 `Microsoft`<http://www.microsoft.com/> The 'font-variant' property set to 'normal' renders the typical characters for text for the font.
|
|
font-variant-002 Font-variant set to 'small-caps' http://www.w3.org/TR/CSS21/fonts.html#propdef-font-variant,http://www.w3.org/TR/CSS21/fonts.html#small-caps,http://www.w3.org/TR/css-fonts-3/#font-variant-prop 04e2a998ef5a2d6c6d319c324a09e5f0ba280a76 `Microsoft`<http://www.microsoft.com/> The 'font-variant' property set to 'normal' renders the small-caps version of characters for text for the font.
|
|
font-variant-003 Font-variant set to 'inherit' http://www.w3.org/TR/CSS21/fonts.html#propdef-font-variant,http://www.w3.org/TR/CSS21/fonts.html#small-caps,http://www.w3.org/TR/css-fonts-3/#font-variant-prop 5db965a65cec8e7cb068e92de247d4a3f54c0114 `Microsoft`<http://www.microsoft.com/> The 'font-variant' property set to 'inherit' inherits is value from the patent element's value.
|
|
font-variant-004 font-variant and color http://www.w3.org/TR/CSS21/fonts.html#small-caps,http://www.w3.org/TR/css-fonts-3/#font-variant-prop 5ab9088902dd638f43281076b96bbcd7554ccc2f `Ian Hickson`<mailto:ian@hixie.ch> if ‘small-caps’ or ‘all-small-caps’ is specified but small-caps glyphs are not available for a given font, user agents should simulate a small-caps font
|
|
font-variant-applies-to-001 Font-variant and 'display: inline' elements http://www.w3.org/TR/CSS21/fonts.html#propdef-font-variant,http://www.w3.org/TR/CSS21/fonts.html#small-caps,http://www.w3.org/TR/css-fonts-3/#font-variant-prop 656733b5ba5bad9aa86f1a688971362a2c3f23aa `Microsoft`<http://www.microsoft.com/> The 'font-variant' property applies to 'display: inline' elements.
|
|
font-variant-applies-to-002 Font-variant and 'display: block' elements http://www.w3.org/TR/CSS21/fonts.html#propdef-font-variant,http://www.w3.org/TR/CSS21/fonts.html#small-caps,http://www.w3.org/TR/css-fonts-3/#font-variant-prop d8adefeee67dda24ff86bb6e24a2559fa7972eb7 `Microsoft`<http://www.microsoft.com/> The 'font-variant' property applies to 'display: block' elements.
|
|
font-variant-applies-to-003 Font-variant and 'display: list-item' elements http://www.w3.org/TR/CSS21/fonts.html#propdef-font-variant,http://www.w3.org/TR/CSS21/fonts.html#small-caps,http://www.w3.org/TR/css-fonts-3/#font-variant-prop 952f8e8b67cdf1c7779279123d84d79c97292316 `Microsoft`<http://www.microsoft.com/> The 'font-variant' property applies to 'display: list-item' elements.
|
|
font-variant-applies-to-004 Font-variant and 'display: run-in' elements http://www.w3.org/TR/CSS21/fonts.html#propdef-font-variant,http://www.w3.org/TR/CSS21/fonts.html#small-caps,http://www.w3.org/TR/css-fonts-3/#font-variant-prop d1861573bc10c7ea30e6395d9495f3f3622a03a1 `Microsoft`<http://www.microsoft.com/> The 'font-variant' property applies to 'display: run-in' elements.
|
|
font-variant-applies-to-005 Font-variant and 'display: inline-block' elements http://www.w3.org/TR/CSS21/fonts.html#propdef-font-variant,http://www.w3.org/TR/CSS21/fonts.html#small-caps,http://www.w3.org/TR/css-fonts-3/#font-variant-prop ad06fdd6cb3d32bc7a8a18bcb91c3374a672a0ca `Microsoft`<http://www.microsoft.com/> The 'font-variant' property applies to 'display: inline-block' elements.
|
|
font-variant-applies-to-006 Font-variant and 'display: table' elements http://www.w3.org/TR/CSS21/fonts.html#propdef-font-variant,http://www.w3.org/TR/CSS21/fonts.html#small-caps,http://www.w3.org/TR/css-fonts-3/#font-variant-prop 25536400b6bc4baa04240b024472bfcbbeb0bb6d `Microsoft`<http://www.microsoft.com/> The 'font-variant' property applies to 'display: table' elements.
|
|
font-variant-applies-to-007 Font-variant and 'display: inline-table' elements http://www.w3.org/TR/CSS21/fonts.html#propdef-font-variant,http://www.w3.org/TR/CSS21/fonts.html#small-caps,http://www.w3.org/TR/css-fonts-3/#font-variant-prop 81ef2690fbb05da46e15306c3a04654830016fab `Microsoft`<http://www.microsoft.com/> The 'font-variant' property applies to 'display: inline-table' elements.
|
|
font-variant-applies-to-008 Font-variant and 'display: table-row-group' elements http://www.w3.org/TR/CSS21/fonts.html#propdef-font-variant,http://www.w3.org/TR/CSS21/fonts.html#small-caps,http://www.w3.org/TR/css-fonts-3/#font-variant-prop 16922da0c59c118aea2462482e9652bceda5f131 `Microsoft`<http://www.microsoft.com/> The 'font-variant' property applies to 'display: table-row-group' elements.
|
|
font-variant-applies-to-009 Font-variant and 'display: table-header-group' elements http://www.w3.org/TR/CSS21/fonts.html#propdef-font-variant,http://www.w3.org/TR/CSS21/fonts.html#small-caps,http://www.w3.org/TR/css-fonts-3/#font-variant-prop a4c344c7db3710b7e646ae40eaaf28c9687cbbc4 `Microsoft`<http://www.microsoft.com/> The 'font-variant' property does not applies to 'display: table-header-group' elements.
|
|
font-variant-applies-to-010 Font-variant and 'display: table-footer-group' elements http://www.w3.org/TR/CSS21/fonts.html#propdef-font-variant,http://www.w3.org/TR/CSS21/fonts.html#small-caps,http://www.w3.org/TR/css-fonts-3/#font-variant-prop dfb149653afbc62c337aba3c40d150f239780abd `Microsoft`<http://www.microsoft.com/> The 'font-variant' property applies to 'display: table-footer-group' elements.
|
|
font-variant-applies-to-011 Font-variant and 'display: table-row' elements http://www.w3.org/TR/CSS21/fonts.html#propdef-font-variant,http://www.w3.org/TR/CSS21/fonts.html#small-caps,http://www.w3.org/TR/css-fonts-3/#font-variant-prop 368d56ebe03b323cdad33462cb96d933a0b703c7 `Microsoft`<http://www.microsoft.com/> The 'font-variant' property applies to 'display: table-row' elements.
|
|
font-variant-applies-to-014 Font-variant and 'display: table-cell' elements http://www.w3.org/TR/CSS21/fonts.html#propdef-font-variant,http://www.w3.org/TR/CSS21/fonts.html#small-caps,http://www.w3.org/TR/css-fonts-3/#font-variant-prop 2f70565ce0c440d9005e8ccbff5f090e096eb2ee `Microsoft`<http://www.microsoft.com/> The 'font-variant' property applies to 'display: table-cell' elements.
|
|
font-variant-applies-to-015 Font-variant and 'display: table-caption' elements http://www.w3.org/TR/CSS21/fonts.html#propdef-font-variant,http://www.w3.org/TR/CSS21/fonts.html#small-caps,http://www.w3.org/TR/css-fonts-3/#font-variant-prop 48b5107b50f7d3395ffee03ad8f0bae83bdd26a4 `Microsoft`<http://www.microsoft.com/> The 'font-variant' property applies to 'display: table-caption' elements.
|
|
font-variant-applies-to-016 reference/font-size-001-ref 'font-variant' and 'display: none' elements http://www.w3.org/TR/CSS21/fonts.html#propdef-font-variant,http://www.w3.org/TR/CSS21/fonts.html#small-caps,http://www.w3.org/TR/css-fonts-3/#font-variant-prop 41b6baeca79f278c4985763ac09507b7ba1a421b `Microsoft`<http://www.microsoft.com/> The 'font-variant' property applies to 'display: none' elements.
|
|
font-variant-applies-to-017 Font-variant and 'display: inherit' elements http://www.w3.org/TR/CSS21/fonts.html#propdef-font-variant,http://www.w3.org/TR/CSS21/fonts.html#small-caps,http://www.w3.org/TR/css-fonts-3/#font-variant-prop c3498a16768a3413a76c13da712fa37d346f604c `Microsoft`<http://www.microsoft.com/> The 'font-variant' property applies to 'display: inherit' elements.
|
|
font-weight-001 Font-weight set to the keyword 'normal' ahem http://www.w3.org/TR/CSS21/fonts.html#propdef-font-weight,http://www.w3.org/TR/CSS21/fonts.html#font-boldness,http://www.w3.org/TR/css-fonts-3/#font-weight-prop 79718877ce3dcb940242fbbaffe5075ba8776807 `Microsoft`<http://www.microsoft.com/> The 'font-weight' property set to 'normal' properly sets the font to the normal weight rendering of the font.
|
|
font-weight-002 Font-weight set to the keyword 'bold' ahem http://www.w3.org/TR/CSS21/fonts.html#propdef-font-weight,http://www.w3.org/TR/CSS21/fonts.html#font-boldness,http://www.w3.org/TR/css-fonts-3/#font-weight-prop a741d61478f82ec29f00513803977f805d677e17 `Microsoft`<http://www.microsoft.com/> The 'font-weight' property set to 'bold' properly sets the font to the bold rendering of the font.
|
|
font-weight-003 Font-weight set to the keyword 'bolder' ahem http://www.w3.org/TR/CSS21/fonts.html#propdef-font-weight,http://www.w3.org/TR/CSS21/fonts.html#font-boldness,http://www.w3.org/TR/css-fonts-3/#font-weight-prop 5bef24858ed5d186c3f011ccd4c3ad39d05c69e8 `Microsoft`<http://www.microsoft.com/> The 'font-weight' property set to 'bolder' properly sets the font to the next higher bold rendering of the font.
|
|
font-weight-008 Font-weight set to the numerical value, 400 http://www.w3.org/TR/CSS21/fonts.html#propdef-font-weight,http://www.w3.org/TR/CSS21/fonts.html#font-boldness,http://www.w3.org/TR/css-fonts-3/#font-weight-prop bdbabd673a91e8d964784bffc0a04aafd317c5bd `Microsoft`<http://www.microsoft.com/> The 'font-weight' property set to '400' properly sets the font to the correct bold rendering.
|
|
font-weight-010 Font-weight set to the numerical value, 600 http://www.w3.org/TR/CSS21/fonts.html#propdef-font-weight,http://www.w3.org/TR/CSS21/fonts.html#font-boldness,http://www.w3.org/TR/css-fonts-3/#font-weight-prop c026c4b492506e198e6a301b7f7d5c400f585344 `Microsoft`<http://www.microsoft.com/> The 'font-weight' property set to '600' properly sets the font to the correct bold rendering.
|
|
font-weight-011 Font-weight set to the numerical value, 700 http://www.w3.org/TR/CSS21/fonts.html#propdef-font-weight,http://www.w3.org/TR/CSS21/fonts.html#font-boldness,http://www.w3.org/TR/css-fonts-3/#font-weight-prop 7a7b3dd69602c77851253a2896632e207431cf01 `Microsoft`<http://www.microsoft.com/> The 'font-weight' property set to '700' properly sets the font to the correct bold rendering.
|
|
font-weight-012 Font-weight set to the numerical value, 800 http://www.w3.org/TR/CSS21/fonts.html#propdef-font-weight,http://www.w3.org/TR/CSS21/fonts.html#font-boldness,http://www.w3.org/TR/css-fonts-3/#font-weight-prop 8656bff46c17e955d78ab1a6675bfe99011f2db7 `Microsoft`<http://www.microsoft.com/> The 'font-weight' property set to '800' properly sets the font to the correct bold rendering.
|
|
font-weight-013 Font-weight set to the numerical value, 900 http://www.w3.org/TR/CSS21/fonts.html#propdef-font-weight,http://www.w3.org/TR/CSS21/fonts.html#font-boldness,http://www.w3.org/TR/css-fonts-3/#font-weight-prop 6e51e4f671344b94205617c3683721ff89ccaba2 `Microsoft`<http://www.microsoft.com/> The 'font-weight' property set to '900' properly sets the font to the correct bold rendering.
|
|
font-weight-014 Font-weight set to the keyword 'inherit' http://www.w3.org/TR/CSS21/fonts.html#propdef-font-weight,http://www.w3.org/TR/CSS21/fonts.html#font-boldness,http://www.w3.org/TR/css-fonts-3/#font-weight-prop a80968366a11a351c1c3f8d0f3945a4ceb99f106 `Microsoft`<http://www.microsoft.com/> The 'font-weight' property set to 'inherit' properly sets the font to the bold rendering of the font.
|
|
font-weight-015 CSS: font-weight inheritance ahem http://www.w3.org/TR/CSS21/fonts.html#font-boldness,http://www.w3.org/TR/css-fonts-3/#font-weight-prop 9a89e2c644694708386bff85064eabc0cdea3d8c `Ian Hickson`<mailto:ian@hixie.ch>
|
|
font-weight-016 CSS: font-weight 500/600 defaulting to normal/bold ahem http://www.w3.org/TR/CSS21/fonts.html#font-boldness,http://www.w3.org/TR/css-fonts-3/#font-weight-prop 615aab0bd1f84269447b21898ce2667470b2b2f1 `Ian Hickson`<mailto:ian@hixie.ch>
|
|
font-weight-017 CSS: sanity tests for absolute keyword values of font-weight http://www.w3.org/TR/CSS21/fonts.html#font-boldness,http://www.w3.org/TR/css-fonts-3/#font-weight-prop a7628a97eeb84c0c655cd55c2ddca0a852340610 `Ian Hickson`<mailto:ian@hixie.ch>
|
|
font-weight-018 CSS: sanity tests for relative keyword values of font-weight http://www.w3.org/TR/CSS21/fonts.html#font-boldness,http://www.w3.org/TR/css-fonts-3/#font-weight-prop b8309dccc0cfa43b28b25dfb9452525d7ff5768f `Ian Hickson`<mailto:ian@hixie.ch>
|
|
font-weight-applies-to-001 reference/font-weight-bold-ref Font-weight and 'display: inline' elements http://www.w3.org/TR/CSS21/fonts.html#propdef-font-weight,http://www.w3.org/TR/CSS21/fonts.html#font-boldness,http://www.w3.org/TR/css-fonts-3/#font-weight-prop a9460e7a33ae49ba7abeef5da1d65cbff894ef1e `Microsoft`<http://www.microsoft.com/> Font weights apply to 'display: inline' elements.
|
|
font-weight-applies-to-002 reference/font-weight-bold-ref Font-weight and 'display: block' elements http://www.w3.org/TR/CSS21/fonts.html#propdef-font-weight,http://www.w3.org/TR/CSS21/fonts.html#font-boldness,http://www.w3.org/TR/css-fonts-3/#font-weight-prop 896ff8cd8776ef1519956caebbc7f02ed3329918 `Microsoft`<http://www.microsoft.com/> Font weights apply to 'display: block' elements.
|
|
font-weight-applies-to-003 Font-weight and 'display: list-item' elements http://www.w3.org/TR/CSS21/fonts.html#propdef-font-weight,http://www.w3.org/TR/CSS21/fonts.html#font-boldness,http://www.w3.org/TR/css-fonts-3/#font-weight-prop 749fa594faca5609f49bcbb82b8edb918609548b `Microsoft`<http://www.microsoft.com/> Font weights apply to 'display: list-item' elements.
|
|
font-weight-applies-to-004 Font-weight and 'display: run-in' elements http://www.w3.org/TR/CSS21/fonts.html#propdef-font-weight,http://www.w3.org/TR/CSS21/fonts.html#font-boldness,http://www.w3.org/TR/css-fonts-3/#font-weight-prop 51756b848f1e0b6379e7f1adb990f5a4136fdd82 `Microsoft`<http://www.microsoft.com/> Font weights apply to 'display: run-in' elements.
|
|
font-weight-applies-to-005 Font-weight and 'display: inline-block' elements http://www.w3.org/TR/CSS21/fonts.html#propdef-font-weight,http://www.w3.org/TR/CSS21/fonts.html#font-boldness,http://www.w3.org/TR/css-fonts-3/#font-weight-prop 7321f10bd09e13cb8a89eff56ac810fffa5bd388 `Microsoft`<http://www.microsoft.com/> Font weights apply to 'display: inline-block' elements.
|
|
font-weight-applies-to-006 Font-weight and 'display: table' elements http://www.w3.org/TR/CSS21/fonts.html#propdef-font-weight,http://www.w3.org/TR/CSS21/fonts.html#font-boldness,http://www.w3.org/TR/css-fonts-3/#font-weight-prop cc87946383707e6ed132b0b2bd3dfe2676aa66db `Microsoft`<http://www.microsoft.com/> Font weights apply to 'display: table' elements.
|
|
font-weight-applies-to-007 Font-weight and 'display: inline-table' elements http://www.w3.org/TR/CSS21/fonts.html#propdef-font-weight,http://www.w3.org/TR/CSS21/fonts.html#font-boldness,http://www.w3.org/TR/css-fonts-3/#font-weight-prop 290e2ae87d71b135c25a71fb60a05e0a6907dfe6 `Microsoft`<http://www.microsoft.com/> Font weights apply to 'display: inline-table' elements.
|
|
font-weight-applies-to-008 Font-weight and 'display: table-row-group' elements http://www.w3.org/TR/CSS21/fonts.html#propdef-font-weight,http://www.w3.org/TR/CSS21/fonts.html#font-boldness,http://www.w3.org/TR/css-fonts-3/#font-weight-prop e5538fede23b83907193c48aa23f815d6efd216e `Microsoft`<http://www.microsoft.com/> Font weights apply to 'display: table-row-group' elements.
|
|
font-weight-applies-to-009 Font-weight and 'display: table-header-group' elements http://www.w3.org/TR/CSS21/fonts.html#propdef-font-weight,http://www.w3.org/TR/CSS21/fonts.html#font-boldness,http://www.w3.org/TR/css-fonts-3/#font-weight-prop e19eb1bb3ba66c6cce5c1aa2de3c9cc4cfd7085a `Microsoft`<http://www.microsoft.com/> Verifies that font-weight does not applies to 'display: table-header-group' elements.
|
|
font-weight-applies-to-010 Font-weight and 'display: table-footer-group' elements http://www.w3.org/TR/CSS21/fonts.html#propdef-font-weight,http://www.w3.org/TR/CSS21/fonts.html#font-boldness,http://www.w3.org/TR/css-fonts-3/#font-weight-prop 11ab49e88d4c30f91863436cb1ad15c6c97fd1c1 `Microsoft`<http://www.microsoft.com/> Font weights apply to 'display: table-footer-group' elements.
|
|
font-weight-applies-to-011 Font-weight and 'display: table-row' elements http://www.w3.org/TR/CSS21/fonts.html#propdef-font-weight,http://www.w3.org/TR/CSS21/fonts.html#font-boldness,http://www.w3.org/TR/css-fonts-3/#font-weight-prop d4bbf73416b81d859c1db2e0943f4ad2079d2fc3 `Microsoft`<http://www.microsoft.com/> Font weights apply to 'display: table-row' elements.
|
|
font-weight-applies-to-014 Font-weight and 'display: table-cell' elements http://www.w3.org/TR/CSS21/fonts.html#propdef-font-weight,http://www.w3.org/TR/CSS21/fonts.html#font-boldness,http://www.w3.org/TR/css-fonts-3/#font-weight-prop 7672376a6aeabaa3c2f535ad226dc313ac10312f `Microsoft`<http://www.microsoft.com/> Font weights apply to 'display: table-cell' elements.
|
|
font-weight-applies-to-015 Font-weight and 'display: table-caption' elements http://www.w3.org/TR/CSS21/fonts.html#propdef-font-weight,http://www.w3.org/TR/CSS21/fonts.html#font-boldness,http://www.w3.org/TR/css-fonts-3/#font-weight-prop 12006a0b2752fa5a555c026fe7ad419dcc13dff0 `Microsoft`<http://www.microsoft.com/> Font weights apply to 'display: table-caption' elements.
|
|
font-weight-applies-to-016 reference/font-size-001-ref Font-weight and 'display: none' elements http://www.w3.org/TR/CSS21/fonts.html#propdef-font-weight,http://www.w3.org/TR/CSS21/fonts.html#font-boldness,http://www.w3.org/TR/css-fonts-3/#font-weight-prop 3071b42ffbdcd1070bf32c87f7524d9735024648 `Microsoft`<http://www.microsoft.com/> Font weights apply to 'display: none' elements.
|
|
font-weight-applies-to-017 reference/font-weight-bold-ref Font-weight and 'display: inherit' elements http://www.w3.org/TR/CSS21/fonts.html#propdef-font-weight,http://www.w3.org/TR/CSS21/fonts.html#font-boldness,http://www.w3.org/TR/css-fonts-3/#font-weight-prop 6f2008e03d434c243e0591d22a33be5910465dfc `Microsoft`<http://www.microsoft.com/> Font weights apply to 'display: inherit' elements.
|
|
font-weight-bolder-001 reference/font-weight-bolder-001-ref font weight mapping with various families with bolder use font,should http://www.w3.org/TR/CSS21/fonts.html#propdef-font-weight,http://www.w3.org/TR/CSS21/fonts.html#font-boldness b2061d5c2d84e196daa561afc429f1bd63b73d7c `Mozilla`<http://www.mozilla.com/> Font weights should map to corresponding font faces in a family with all weights
|
|
font-weight-lighter-001 reference/font-weight-lighter-001-ref font weight mapping with various families with lighter use font,should http://www.w3.org/TR/CSS21/fonts.html#propdef-font-weight,http://www.w3.org/TR/CSS21/fonts.html#font-boldness 348f55cf527eaf71b33d8b7f503794f781a5f4b3 `Mozilla`<http://www.mozilla.com/> Font weights should map to corresponding font faces in a family with all weights
|
|
font-weight-normal-001 reference/font-weight-normal-001-ref font weight mapping with various families font,should http://www.w3.org/TR/CSS21/fonts.html#propdef-font-weight,http://www.w3.org/TR/CSS21/fonts.html#font-boldness c5b4417abd9139859716eaf9918f22175c02210a `Mozilla`<http://www.mozilla.com/> Font weights should map to corresponding font faces in a family with all weights
|
|
font-weight-rule-001 reference/font-weight-normal-ref Font-weight set to 'normal' corresponds to '400' http://www.w3.org/TR/CSS21/fonts.html#font-boldness,http://www.w3.org/TR/css-fonts-3/#font-weight-prop 0ffb510c75391452627049488ca9182ddab1d309 `Microsoft`<http://www.microsoft.com/> A font weight of 'normal' corresponds to the weight value '400'.
|
|
font-weight-rule-002 Font-weight comparison of 100 to 900 http://www.w3.org/TR/CSS21/fonts.html#font-boldness,http://www.w3.org/TR/css-fonts-3/#font-weight-prop 5a9f3c67f651c1dfbbaebe3131612cf7dbd26d6e `Microsoft`<http://www.microsoft.com/> Font weight value 100 to 900 indicate a weight that is either darker than OR as dark as its predecessor.
|
|
font-weight-rule-003 reference/font-weight-bold-ref Font-weight inherits the computed weight http://www.w3.org/TR/CSS21/fonts.html#font-boldness,http://www.w3.org/TR/css-fonts-3/#font-weight-prop 6f84c5dc543e274b1f81276b7c04e13735efae48 `Microsoft`<http://www.microsoft.com/> Child elements inherit their parent's actual font weight.
|
|
font-weight-rule-004 reference/font-weight-bold-ref Font-weight set to 'bolder' http://www.w3.org/TR/CSS21/fonts.html#font-boldness,http://www.w3.org/TR/css-fonts-3/#font-weight-prop a2c457817d34570b962287ed474e0f1bebb042f6 `Microsoft`<http://www.microsoft.com/> The value 'bolder' selects the next darker weight compared to its parent's weight.
|
|
font-weight-rule-005 reference/font-weight-bold-ref Font-weight set to 'bolder' increasing the value above '900' http://www.w3.org/TR/CSS21/fonts.html#font-boldness,http://www.w3.org/TR/css-fonts-3/#font-weight-prop 599293f059e0493785e061a17c31609e523d47f0 `Microsoft`<http://www.microsoft.com/> The 'font-weight' property set to 'bolder' does not increase the value of font weight when the parent values is already set at 900.
|
|
font-weight-rule-006 reference/font-weight-normal-ref Font-weight set to 'lighter' http://www.w3.org/TR/CSS21/fonts.html#font-boldness,http://www.w3.org/TR/css-fonts-3/#font-weight-prop aeef174a780327b258ec08bf6103929b865744b5 `Microsoft`<http://www.microsoft.com/> A font weight of 'lighter' selects the next lighter weight.
|
|
font-weight-rule-007 reference/font-weight-normal-ref Font-weight set to 'lighter' decreasing value below '100' http://www.w3.org/TR/CSS21/fonts.html#font-boldness,http://www.w3.org/TR/css-fonts-3/#font-weight-prop 9e914a72e88f1bee3dce40dfd5ff285f99f10ed9 `Microsoft`<http://www.microsoft.com/> A font weight of 'lighter' selects the next lighter weight compared to its parent's weight.
|
|
font-weight-rule-008 reference/font-weight-bold-ref Font-weight compare 'bold' to '700' http://www.w3.org/TR/CSS21/fonts.html#font-boldness,http://www.w3.org/TR/css-fonts-3/#font-weight-prop b0a1dd691052021e73d386ebcad7bda3cc784fb7 `Microsoft`<http://www.microsoft.com/> A font weight set to 'bold' corresponds to the weight value '700'.
|
|
fonts-009 CSS Tables: Font Inheritance ahem http://www.w3.org/TR/CSS21/tables.html#table-layout 6208062b59f0b60ce1a075dbefb6eed0d5837e23 `Ian Hickson`<mailto:ian@hixie.ch>
|
|
fonts-010 reference/fonts-010-ref font inheritance into <pre> elements ahem http://www.w3.org/TR/CSS21/fonts.html#algorithm,http://www.w3.org/TR/css-fonts-3/#font-matching-algorithm 2ff277b5316792da739b900fb83276087480d445 `Ian Hickson`<mailto:ian@hixie.ch>
|
|
fonts-011 reference/fonts-011-ref Fonts and bidi ahem http://www.w3.org/TR/CSS21/fonts.html#algorithm,http://www.w3.org/TR/css-fonts-3/#font-matching-algorithm ce0ec507ab570baa8ea5bafc80a6fe51bd8c147e `Ian Hickson`<mailto:ian@hixie.ch>
|
|
fonts-012 reference/fonts-012-ref Fonts and not bidi ahem http://www.w3.org/TR/CSS21/fonts.html#algorithm,http://www.w3.org/TR/css-fonts-3/#font-matching-algorithm 10efb829d07875bf446f238fbe57f66c5c244ec3 `Ian Hickson`<mailto:ian@hixie.ch>
|
|
fonts-013 reference/fonts-013-ref font and fallbacks ahem http://www.w3.org/TR/CSS21/fonts.html#algorithm,http://www.w3.org/TR/css-fonts-3/#font-matching-algorithm bb2258aee8f64bb518b5942e4a94f0454ad0314f `Ian Hickson`<mailto:ian@hixie.ch>
|
|
fonts-014 reference/fonts-013-ref font and fallbacks ahem http://www.w3.org/TR/CSS21/fonts.html#algorithm,http://www.w3.org/TR/css-fonts-3/#font-matching-algorithm cdc86fb310dd906083ff09fb4a1810ff147cf41b `Ian Hickson`<mailto:ian@hixie.ch>
|
|
forced-page-breaks-000 forced page breaks paged http://www.w3.org/TR/CSS21/page.html#page-break-props d7246f86528341c5c82b04f03df7078675049b95 `Tom Clancy`<mailto:tclancy@revenution.com>,`Elika J. Etemad`<http://fantasai.inkedblade.net/contact> A page break MUST occur in the vertical margin between block boxes if, among the 'page-break-after' and 'page-break-before' properties of all the elements generating boxes that meet at this margin, there is at least one with the value 'always', 'left', or 'right'.
|
|
forced-page-breaks-001 multiple forced page breaks case paged http://www.w3.org/TR/CSS21/page.html#page-break-props 7d9623db5cd4b406e992c4a4daf905f08092b3e1 `Tom Clancy`<mailto:tclancy@revenution.com> When multiple 'page-break-before' and/or 'page-break-after' properties with values of 'always', 'left' or 'right' apply at a margin, only one of them generates page breaks.
|
|
forced-page-breaks-002 forced page breaks for different page values paged http://www.w3.org/TR/CSS21/page.html#page-break-props d402b4a9dc0790811d537720240c946a16b4b47d `Tom Clancy`<mailto:tclancy@revenution.com> A page break MUST occur in the vertical margin between block boxes if the last line box above this margin and the first one below it do not have the same value for 'page'.
|
|
frameset-border-spacing-001 Applying the 'border-spacing' property to a 'frameset' element may http://www.w3.org/TR/CSS21/tables.html#separated-borders 90e48331d22eb54bbf18cbc3573ccc2858c2e4a9 `Microsoft`<http://www.microsoft.com/> The user agent may allow the 'border-spacing' property to be applied to an HTML/XHTML 'frameset' element (non-normative rule).
|
|
grid-float-001 reference/ref-filled-green-100px-square 'float' has no effect on grid items http://www.w3.org/TR/css-grid-1/#grid-containers,http://www.w3.org/TR/CSS21/visuren.html#float-position 367c573354b9bfc37a45c12c28b3964007d33526 `Manuel Rego Casasnovas`<mailto:rego@igalia.com>
|
|
grid-inline-float-001 reference/ref-filled-green-100px-square 'float' has no effect on grid items within an inline grid http://www.w3.org/TR/css-grid-1/#grid-containers,http://www.w3.org/TR/CSS21/visuren.html#float-position 7f6f7ca9d42689fcb7a461c4cf198ab6c352cbc7 `Manuel Rego Casasnovas`<mailto:rego@igalia.com>
|
|
grid-inline-vertical-align-001 reference/ref-filled-green-100px-square 'vertical-align' has no effect on grid items within an inline grid ahem http://www.w3.org/TR/css-grid-1/#grid-containers,http://www.w3.org/TR/CSS21/visudet.html#propdef-vertical-align e48c1cae6cb97ea4edd1f8aab243dcb996b821db `Manuel Rego Casasnovas`<mailto:rego@igalia.com>
|
|
grid-vertical-align-001 reference/ref-filled-green-100px-square 'vertical-align' has no effect on grid items ahem http://www.w3.org/TR/css-grid-1/#grid-containers,http://www.w3.org/TR/CSS21/visudet.html#propdef-vertical-align a1efe31bf3a51583086fefe427d94665c7c72322 `Manuel Rego Casasnovas`<mailto:rego@igalia.com>
|
|
grouping-000 Selectors: Grouping http://www.w3.org/TR/CSS21/selector.html#grouping c14e7c69f1cd37a0426473096a5f8ac1b305b4f9 `Gabriele Romanato`<mailto:gabriele.romanato@gmail.com> Browsers should apply the rule to all elements grouped
|
|
grouping-001 Selectors: Grouping: Invalid grouping invalid http://www.w3.org/TR/CSS21/selector.html#grouping b3fac590ba2554a2264eb25f29bd4e50b7c7f393 `Gabriele Romanato`<mailto:gabriele.romanato@gmail.com> Browsers should ignore an invalid grouping
|
|
grouping-002 Condensing selectors http://www.w3.org/TR/CSS21/selector.html#grouping 0581de2b685acc087dfd6537d5b099fb27b3f74f `Microsoft`<http://www.microsoft.com/> Selectors can be condensed into a single selector.
|
|
height-001 reference/height-001-ref Height using pixels with a minimum minus one value, -1px invalid http://www.w3.org/TR/CSS21/visudet.html#propdef-height,http://www.w3.org/TR/CSS21/visudet.html#the-height-property 26b30109c8f8042237eefcc3dee1cd8c6e1ea932 `Microsoft`<http://www.microsoft.com/> The 'height' property sets a minimum minus one length value in pixels is invalid and resets its value to 'auto'.
|
|
height-002 reference/height-001-ref Height using pixels with a minimum value, 0px http://www.w3.org/TR/CSS21/visudet.html#propdef-height,http://www.w3.org/TR/CSS21/visudet.html#the-height-property e3c7f7963d38e9e64ad7efff51e8bac7531341dd `Microsoft`<http://www.microsoft.com/> The 'height' property sets a minimum length value in pixels.
|
|
height-003 reference/height-003-ref Height using pixels with a minimum plus one value, 1px http://www.w3.org/TR/CSS21/visudet.html#propdef-height,http://www.w3.org/TR/CSS21/visudet.html#the-height-property a0481635b4b0054621ea45417721969c5f6ec70a `Microsoft`<http://www.microsoft.com/> The 'height' property sets a minimum plus one length value in pixels.
|
|
height-004 reference/height-001-ref Height using pixels with a negative zero value, -0px http://www.w3.org/TR/CSS21/visudet.html#propdef-height,http://www.w3.org/TR/CSS21/visudet.html#the-height-property aab53a4233359a480b38ba64a2e9d1e4748ae7cd `Microsoft`<http://www.microsoft.com/> The 'height' property sets a negative zero length value in pixels.
|
|
height-005 reference/height-001-ref Height using pixels with a positive zero value, +0px http://www.w3.org/TR/CSS21/visudet.html#propdef-height,http://www.w3.org/TR/CSS21/visudet.html#the-height-property 759ce1cd76bbf9c7f8d37a75c7308716c48bdd5e `Microsoft`<http://www.microsoft.com/> The 'height' property sets a positive zero length value in pixels.
|
|
height-006 reference/height-006-ref Height using pixels with a nominal value, 96px http://www.w3.org/TR/CSS21/visudet.html#propdef-height,http://www.w3.org/TR/CSS21/visudet.html#the-height-property cc11c25acb4d8aba3eaa4b37975043000ab657af `Microsoft`<http://www.microsoft.com/> The 'height' property sets a nominal length value in pixels.
|
|
height-007 reference/height-006-ref Height using pixels with a positive nominal value, +96px http://www.w3.org/TR/CSS21/visudet.html#propdef-height,http://www.w3.org/TR/CSS21/visudet.html#the-height-property 8e47557ca80207a77a9d4213ab30061efb34a51d `Microsoft`<http://www.microsoft.com/> The 'height' property sets a positive nominal length value in pixels.
|
|
height-012 reference/height-001-ref Height using points with a minimum minus one value, -1pt invalid http://www.w3.org/TR/CSS21/visudet.html#propdef-height,http://www.w3.org/TR/CSS21/visudet.html#the-height-property 46783a41982b19c91fdfb7f38545a13e1f0e32e4 `Microsoft`<http://www.microsoft.com/> The 'height' property sets a minimum minus one length value in points is invalid and resets its value to 'auto'.
|
|
height-013 reference/height-001-ref Height using points with a minimum value, 0pt http://www.w3.org/TR/CSS21/visudet.html#propdef-height,http://www.w3.org/TR/CSS21/visudet.html#the-height-property cf9ace65670ac4b2e0a48abb8686641300f51681 `Microsoft`<http://www.microsoft.com/> The 'height' property sets a minimum length value in points.
|
|
height-014 Height using points with a minimum plus one value, 1pt http://www.w3.org/TR/CSS21/visudet.html#propdef-height,http://www.w3.org/TR/CSS21/visudet.html#the-height-property 0d0f2af8d7ebc87fc4103b20bf50ed6686f17630 `Microsoft`<http://www.microsoft.com/> The 'height' property sets a minimum plus one length value in points.
|
|
height-015 reference/height-001-ref Height using points with a negative zero value, -0pt http://www.w3.org/TR/CSS21/visudet.html#propdef-height,http://www.w3.org/TR/CSS21/visudet.html#the-height-property 7425610757ea89e148e3138c75581c3809a4e9cb `Microsoft`<http://www.microsoft.com/> The 'height' property sets a negative zero length value in points.
|
|
height-016 reference/height-001-ref Height using points with a positive zero value, +0pt http://www.w3.org/TR/CSS21/visudet.html#propdef-height,http://www.w3.org/TR/CSS21/visudet.html#the-height-property eceecbd37f68618065b0af561d4d91eb185a4824 `Microsoft`<http://www.microsoft.com/> The 'height' property sets a positive zero length value in points.
|
|
height-017 reference/height-006-ref Height using points with a nominal value, 72pt http://www.w3.org/TR/CSS21/visudet.html#propdef-height,http://www.w3.org/TR/CSS21/visudet.html#the-height-property e9a8269f934e0111d50d6695468fc29526052089 `Microsoft`<http://www.microsoft.com/> The 'height' property sets a nominal length value in points.
|
|
height-018 reference/height-006-ref Height using points with a positive nominal value, +72pt http://www.w3.org/TR/CSS21/visudet.html#propdef-height,http://www.w3.org/TR/CSS21/visudet.html#the-height-property 456bcb8beffe5f475b0d5c62872947c3527418d5 `Microsoft`<http://www.microsoft.com/> The 'height' property sets a positive nominal length value in points.
|
|
height-023 reference/height-001-ref Height using picas with a minimum minus one value, -1pc invalid http://www.w3.org/TR/CSS21/visudet.html#propdef-height,http://www.w3.org/TR/CSS21/visudet.html#the-height-property f702e09cd0ee6f48e038255fb62fed90969dcb92 `Microsoft`<http://www.microsoft.com/> The 'height' property sets a minimum minus one length value in picas is invalid and resets its value to 'auto'.
|
|
height-024 reference/height-001-ref Height using picas with a minimum value, 0pc http://www.w3.org/TR/CSS21/visudet.html#propdef-height,http://www.w3.org/TR/CSS21/visudet.html#the-height-property 3ce89b356a4df1870a00b4dd2cd281847d26086e `Microsoft`<http://www.microsoft.com/> The 'height' property sets a minimum length value in picas.
|
|
height-025 reference/height-025-ref Height using picas with a minimum plus one value, 1pc http://www.w3.org/TR/CSS21/visudet.html#propdef-height,http://www.w3.org/TR/CSS21/visudet.html#the-height-property 0961bbaaf36347e66aa19f85ac2de43d779a2bfa `Microsoft`<http://www.microsoft.com/> The 'height' property sets a minimum plus one length value in picas.
|
|
height-026 reference/height-001-ref Height using picas with a negative zero value, -0pc http://www.w3.org/TR/CSS21/visudet.html#propdef-height,http://www.w3.org/TR/CSS21/visudet.html#the-height-property af055facd2ead812ad474e92cbb6e3c2983db71a `Microsoft`<http://www.microsoft.com/> The 'height' property sets a negative zero length value in picas.
|
|
height-027 reference/height-001-ref Height using picas with a positive zero value, +0pc http://www.w3.org/TR/CSS21/visudet.html#propdef-height,http://www.w3.org/TR/CSS21/visudet.html#the-height-property d5525be7ff06eec5d73c1ff15facc687cf095fbf `Microsoft`<http://www.microsoft.com/> The 'height' property sets a positive zero length value in picas.
|
|
height-028 reference/height-006-ref Height using picas with a nominal value, 6pc http://www.w3.org/TR/CSS21/visudet.html#propdef-height,http://www.w3.org/TR/CSS21/visudet.html#the-height-property 41e1a5ced8816fe5faca5973266cee7d4c2e5e87 `Microsoft`<http://www.microsoft.com/> The 'height' property sets a nominal length value in picas.
|
|
height-029 reference/height-006-ref Height using picas with a positive nominal value, +6pc http://www.w3.org/TR/CSS21/visudet.html#propdef-height,http://www.w3.org/TR/CSS21/visudet.html#the-height-property 3ec829ada8d37ec534fe8398a600d052b7a61ac1 `Microsoft`<http://www.microsoft.com/> The 'height' property sets a positive nominal length value in picas.
|
|
height-034 reference/height-001-ref Height using centimeters with a minimum minus one value, -1cm invalid http://www.w3.org/TR/CSS21/visudet.html#propdef-height,http://www.w3.org/TR/CSS21/visudet.html#the-height-property 3b45adc8a88ec53b1de02443eb78dcb32f035394 `Microsoft`<http://www.microsoft.com/> The 'height' property sets a minimum minus one length value in centimeters is invalid and resets its value to 'auto'.
|
|
height-035 reference/height-001-ref Height using centimeters with a minimum value, 0cm http://www.w3.org/TR/CSS21/visudet.html#propdef-height,http://www.w3.org/TR/CSS21/visudet.html#the-height-property d56661e7c2deefbf5846323740f8a3a4cbe013fe `Microsoft`<http://www.microsoft.com/> The 'height' property sets a minimum length value in centimeters.
|
|
height-036 Height using centimeters with a minimum plus one value, 1cm http://www.w3.org/TR/CSS21/visudet.html#propdef-height,http://www.w3.org/TR/CSS21/visudet.html#the-height-property f7da401ecf79afaa9ae485ce6ef3538d80bf789c `Microsoft`<http://www.microsoft.com/> The 'height' property sets a minimum plus one length value in centimeters.
|
|
height-037 reference/height-001-ref Height using centimeters with a negative zero value, -0cm http://www.w3.org/TR/CSS21/visudet.html#propdef-height,http://www.w3.org/TR/CSS21/visudet.html#the-height-property 546be5d98c4b133fe675a7d271e133e283f2e289 `Microsoft`<http://www.microsoft.com/> The 'height' property sets a negative zero length value in centimeters.
|
|
height-038 reference/height-001-ref Height using centimeters with a positive zero value, +0cm http://www.w3.org/TR/CSS21/visudet.html#propdef-height,http://www.w3.org/TR/CSS21/visudet.html#the-height-property fddb813a53e0dc3eda4673817eee3d84badaaa81 `Microsoft`<http://www.microsoft.com/> The 'height' property sets a positive zero length value in centimeters.
|
|
height-039 reference/height-006-ref Height using centimeters with a nominal value, 2.54cm http://www.w3.org/TR/CSS21/visudet.html#propdef-height,http://www.w3.org/TR/CSS21/visudet.html#the-height-property 26921cfc712a031b5057ec694e9e28f766ee2040 `Microsoft`<http://www.microsoft.com/> The 'height' property sets a nominal length value in centimeters.
|
|
height-040 reference/height-006-ref Height using centimeters with a positive nominal value, +2.54cm http://www.w3.org/TR/CSS21/visudet.html#propdef-height,http://www.w3.org/TR/CSS21/visudet.html#the-height-property 14119cedac35861350382f1d8ac30d4f7e8c29d0 `Microsoft`<http://www.microsoft.com/> The 'height' property sets a positive nominal length value in centimeters.
|
|
height-045 reference/height-001-ref Height using millimeters with a minimum minus one value, -1mm invalid http://www.w3.org/TR/CSS21/visudet.html#propdef-height,http://www.w3.org/TR/CSS21/visudet.html#the-height-property 1fbec0ddb1b0d39b0f9d4f9c3d308cf990d919a1 `Microsoft`<http://www.microsoft.com/> The 'height' property sets a minimum minus one length value in millimeters is invalid and resets its value to 'auto'.
|
|
height-046 reference/height-001-ref Height using millimeters with a minimum value, 0mm http://www.w3.org/TR/CSS21/visudet.html#propdef-height,http://www.w3.org/TR/CSS21/visudet.html#the-height-property 46e943bdd9c46e17a2493ea6f0e857bd662028a0 `Microsoft`<http://www.microsoft.com/> The 'height' property sets a minimum length value in millimeters.
|
|
height-047 Height using millimeters with a minimum plus one value, 1mm http://www.w3.org/TR/CSS21/visudet.html#propdef-height,http://www.w3.org/TR/CSS21/visudet.html#the-height-property 1789087573cbf79b2624745bc5f975e45292c455 `Microsoft`<http://www.microsoft.com/> The 'height' property sets a minimum plus one length value in millimeters.
|
|
height-048 reference/height-001-ref Height using millimeters with a negative zero value, -0mm http://www.w3.org/TR/CSS21/visudet.html#propdef-height,http://www.w3.org/TR/CSS21/visudet.html#the-height-property e555e9f0a26f7a735a1b360b274cc255636b615d `Microsoft`<http://www.microsoft.com/> The 'height' property sets a negative zero length value in millimeters.
|
|
height-049 reference/height-001-ref Height using millimeters with a positive zero value, +0mm http://www.w3.org/TR/CSS21/visudet.html#propdef-height,http://www.w3.org/TR/CSS21/visudet.html#the-height-property ea58b66e36df9b0bdd4639c0b0848b548bf90b8a `Microsoft`<http://www.microsoft.com/> The 'height' property sets a positive zero length value in millimeters.
|
|
height-050 reference/height-006-ref Height using millimeters with a nominal value, 25.4mm http://www.w3.org/TR/CSS21/visudet.html#propdef-height,http://www.w3.org/TR/CSS21/visudet.html#the-height-property 761cd8329e760957ca8f8e8ed014ced4d3b1a12c `Microsoft`<http://www.microsoft.com/> The 'height' property sets a nominal length value in millimeters.
|
|
height-051 reference/height-006-ref Height using millimeters with a positive nominal value, +25.4mm http://www.w3.org/TR/CSS21/visudet.html#propdef-height,http://www.w3.org/TR/CSS21/visudet.html#the-height-property ff336616a7167e79aa4119563176e3ee2d1ab8b5 `Microsoft`<http://www.microsoft.com/> The 'height' property sets a positive nominal length value in millimeters.
|
|
height-056 reference/height-001-ref Height using inches with a minimum minus one value, -1in invalid http://www.w3.org/TR/CSS21/visudet.html#propdef-height,http://www.w3.org/TR/CSS21/visudet.html#the-height-property 85d5107db4bd2333eaf95e416f6843e136bc7613 `Microsoft`<http://www.microsoft.com/> The 'height' property sets a minimum minus one length value in inches is invalid and resets its value to 'auto'.
|
|
height-057 reference/height-001-ref Height using inches with a minimum value, 0in http://www.w3.org/TR/CSS21/visudet.html#propdef-height,http://www.w3.org/TR/CSS21/visudet.html#the-height-property 6bfcfb9f670b87e989340d30813f0f71572dd930 `Microsoft`<http://www.microsoft.com/> The 'height' property sets a minimum length value in inches.
|
|
height-058 reference/height-058-ref Height using inches with a minimum plus one value, 1in http://www.w3.org/TR/CSS21/visudet.html#propdef-height,http://www.w3.org/TR/CSS21/visudet.html#the-height-property 84256faa0bb9cf7da106d98f4f001a5a1bdcc563 `Microsoft`<http://www.microsoft.com/> The 'height' property sets a minimum plus one length value in inches.
|
|
height-059 reference/height-001-ref Height using inches with a negative zero value, -0in http://www.w3.org/TR/CSS21/visudet.html#propdef-height,http://www.w3.org/TR/CSS21/visudet.html#the-height-property 85bdccbff5a72acdf3f71dbd08758edc0a7087b0 `Microsoft`<http://www.microsoft.com/> The 'height' property sets a negative zero length value in inches.
|
|
height-060 reference/height-001-ref Height using inches with a positive zero value, +0in http://www.w3.org/TR/CSS21/visudet.html#propdef-height,http://www.w3.org/TR/CSS21/visudet.html#the-height-property f407ac4e79d62e9ac2c0b81177221e5bb77b11b5 `Microsoft`<http://www.microsoft.com/> The 'height' property sets a positive zero length value in inches.
|
|
height-061 reference/height-061-ref Height using inches with a nominal value, 3in http://www.w3.org/TR/CSS21/visudet.html#propdef-height,http://www.w3.org/TR/CSS21/visudet.html#the-height-property b2cc2be23e6070fd28fe1154e05de969f4bfa8ba `Microsoft`<http://www.microsoft.com/> The 'height' property sets a nominal length value in inches.
|
|
height-062 reference/height-061-ref Height using inches with a positive nominal value, +3in http://www.w3.org/TR/CSS21/visudet.html#propdef-height,http://www.w3.org/TR/CSS21/visudet.html#the-height-property 98e2f0f3b94954ccfd9236ae5aea657307bb25a5 `Microsoft`<http://www.microsoft.com/> The 'height' property sets a positive nominal length value in inches.
|
|
height-067 reference/height-067-ref Height using 'em' units with a minimum minus one value, -1em ahem,invalid http://www.w3.org/TR/CSS21/visudet.html#propdef-height,http://www.w3.org/TR/CSS21/visudet.html#the-height-property a622393292d45f9afd3cd1a9346c94ccf8b82ffd `Microsoft`<http://www.microsoft.com/> The 'height' property sets a minimum minus one length value in 'em' units is invalid and resets its value to 'auto'.
|
|
height-068 reference/height-067-ref Height using 'em' units with a minimum value, 0em ahem http://www.w3.org/TR/CSS21/visudet.html#propdef-height,http://www.w3.org/TR/CSS21/visudet.html#the-height-property cd31ed9c49136200d7734527b2766b735003fcf2 `Microsoft`<http://www.microsoft.com/> The 'height' property sets a minimum length value in 'em' units.
|
|
height-069 reference/height-069-ref Height using 'em' units with a minimum plus one value, 1em ahem http://www.w3.org/TR/CSS21/visudet.html#propdef-height,http://www.w3.org/TR/CSS21/visudet.html#the-height-property c7d56456d36df71c49042287c74516a71de72d34 `Microsoft`<http://www.microsoft.com/> The 'height' property sets a minimum plus one length value in 'em' units.
|
|
height-070 reference/height-067-ref Height using 'em' units with a negative zero value, -0em ahem http://www.w3.org/TR/CSS21/visudet.html#propdef-height,http://www.w3.org/TR/CSS21/visudet.html#the-height-property 2e1679f10bce494ab95c9eae048366982fcbc002 `Microsoft`<http://www.microsoft.com/> The 'height' property sets a negative zero length value in 'em' units.
|
|
height-071 reference/height-067-ref Height using 'em' units with a positive zero value, +0em ahem http://www.w3.org/TR/CSS21/visudet.html#propdef-height,http://www.w3.org/TR/CSS21/visudet.html#the-height-property 2219ff05b1fb5331eeafdf9afd43378c8338291a `Microsoft`<http://www.microsoft.com/> The 'height' property sets a positive zero length value in 'em' units.
|
|
height-072 reference/height-072-ref Height using 'em' units with a nominal value, 5em ahem http://www.w3.org/TR/CSS21/visudet.html#propdef-height,http://www.w3.org/TR/CSS21/visudet.html#the-height-property 3a98e1fdd3d64f4b76e02b19fcaa7563e132b261 `Microsoft`<http://www.microsoft.com/> The 'height' property sets a nominal length value in 'em' units.
|
|
height-073 reference/height-072-ref Height using 'em' units with a positive nominal value, +5em ahem http://www.w3.org/TR/CSS21/visudet.html#propdef-height,http://www.w3.org/TR/CSS21/visudet.html#the-height-property 9780a24137a8ff3b9e6399c4dead93d381e49656 `Microsoft`<http://www.microsoft.com/> The 'height' property sets a positive nominal length value in 'em' units.
|
|
height-078 reference/height-067-ref Height using 'ex' units with a minimum minus one value, -1ex ahem,invalid http://www.w3.org/TR/CSS21/visudet.html#propdef-height,http://www.w3.org/TR/CSS21/visudet.html#the-height-property b6bd555cd39a2c8e133db8d9c9b3ee478802930a `Microsoft`<http://www.microsoft.com/> The 'height' property sets a minimum minus one length value in 'ex' units is invalid and resets its value to 'auto'.
|
|
height-079 reference/height-067-ref Height using 'ex' units with a minimum value, 0ex ahem http://www.w3.org/TR/CSS21/visudet.html#propdef-height,http://www.w3.org/TR/CSS21/visudet.html#the-height-property 4e1e5a515edb4afa22e2ca3f3680cda601ad43c3 `Microsoft`<http://www.microsoft.com/> The 'height' property sets a minimum length value in 'ex' units.
|
|
height-080 reference/height-080-ref Height using 'ex' units with a minimum plus one value, 1ex ahem http://www.w3.org/TR/CSS21/visudet.html#propdef-height,http://www.w3.org/TR/CSS21/visudet.html#the-height-property 4ac462db73339ab697e699768ed36870dba2b531 `Microsoft`<http://www.microsoft.com/> The 'height' property sets a minimum plus one length value in 'ex' units.
|
|
height-081 reference/height-067-ref Height using 'ex' units with a negative zero value, -0ex ahem http://www.w3.org/TR/CSS21/visudet.html#propdef-height,http://www.w3.org/TR/CSS21/visudet.html#the-height-property ef281ad4dfd3692b3a7d0d849232ddaff7b89dc7 `Microsoft`<http://www.microsoft.com/> The 'height' property sets a negative zero length value in 'ex' units.
|
|
height-082 reference/height-067-ref Height using 'ex' units with a positive zero value, +0ex ahem http://www.w3.org/TR/CSS21/visudet.html#propdef-height,http://www.w3.org/TR/CSS21/visudet.html#the-height-property a473875cba721020073c7f9324d6a834d1598921 `Microsoft`<http://www.microsoft.com/> The 'height' property sets a positive zero length value in 'ex' units.
|
|
height-083 reference/height-006-ref Height using 'ex' units with a nominal value, 6ex ahem http://www.w3.org/TR/CSS21/visudet.html#propdef-height,http://www.w3.org/TR/CSS21/visudet.html#the-height-property a19c8b166ca50e50db13285130f5ceeeaf5ec66a `Microsoft`<http://www.microsoft.com/> The 'height' property sets a nominal length value in 'ex' units.
|
|
height-084 reference/height-006-ref Height using 'ex' units with a positive nominal value, +6ex ahem http://www.w3.org/TR/CSS21/visudet.html#propdef-height,http://www.w3.org/TR/CSS21/visudet.html#the-height-property 36c3092d30b5a5cd7fd9fa0c29542938999985c9 `Microsoft`<http://www.microsoft.com/> The 'height' property sets a positive nominal length value in 'ex' units.
|
|
height-089 reference/height-001-ref Height using percentages with a minimum minus one value, -1% invalid http://www.w3.org/TR/CSS21/visudet.html#propdef-height,http://www.w3.org/TR/CSS21/visudet.html#the-height-property f3a390ecbd8343c8893741ab53979f21b7106c5e `Microsoft`<http://www.microsoft.com/> The 'height' property sets a minimum minus one length value in percentages is invalid and resets its value to 'auto'.
|
|
height-090 reference/height-001-ref Height using percentages with a minimum value, 0% http://www.w3.org/TR/CSS21/visudet.html#propdef-height,http://www.w3.org/TR/CSS21/visudet.html#the-height-property 111df8e1825328c10ada7219982ca039833f39fd `Microsoft`<http://www.microsoft.com/> The 'height' property sets a minimum length value in percentages.
|
|
height-091 reference/height-003-ref Height using percentages with a minimum plus one value, 1% http://www.w3.org/TR/CSS21/visudet.html#propdef-height,http://www.w3.org/TR/CSS21/visudet.html#the-height-property 4a5e0e69aad14e13c22c952f97c8d514e676c1a7 `Microsoft`<http://www.microsoft.com/> The 'height' property sets a minimum plus one length value in percentages.
|
|
height-092 reference/height-001-ref Height using percentages with a negative zero value, -0% http://www.w3.org/TR/CSS21/visudet.html#propdef-height,http://www.w3.org/TR/CSS21/visudet.html#the-height-property eb73c33061a1f69c1dc2db06b2e7be468880b312 `Microsoft`<http://www.microsoft.com/> The 'height' property sets a negative zero length value in percentages.
|
|
height-093 reference/height-001-ref Height using percentages with a positive zero value, +0% http://www.w3.org/TR/CSS21/visudet.html#propdef-height,http://www.w3.org/TR/CSS21/visudet.html#the-height-property f467eac550f3c6ef95d43f90717aa265a3cee2c4 `Microsoft`<http://www.microsoft.com/> The 'height' property sets a positive zero length value in percentages.
|
|
height-094 reference/height-006-ref Height using percentages with a nominal value, 100% http://www.w3.org/TR/CSS21/visudet.html#propdef-height,http://www.w3.org/TR/CSS21/visudet.html#the-height-property 0537a70e0a08a149e6617ec6d5c373323e1d9cc4 `Microsoft`<http://www.microsoft.com/> The 'height' property sets a nominal length value in percentages.
|
|
height-095 reference/height-006-ref Height using percentages with a positive nominal value, +100% http://www.w3.org/TR/CSS21/visudet.html#propdef-height,http://www.w3.org/TR/CSS21/visudet.html#the-height-property 4467246afd6c77e2165757d41fcd9fc45f9a480c `Microsoft`<http://www.microsoft.com/> The 'height' property sets a positive nominal length value in percentages.
|
|
height-100 reference/ref-if-there-is-no-red Height with a negative zero value and no units, -0 http://www.w3.org/TR/CSS21/visudet.html#propdef-height,http://www.w3.org/TR/CSS21/visudet.html#the-height-property bfda1ac8fa56303789fdedc6d5b1978a004036f8 `Microsoft`<http://www.microsoft.com/> The 'height' property sets a negative zero length value with no units.
|
|
height-101 reference/ref-if-there-is-no-red Height with a zero value and no units, 0 http://www.w3.org/TR/CSS21/visudet.html#propdef-height,http://www.w3.org/TR/CSS21/visudet.html#the-height-property a0346ef5fea4f2ed369f8cba4b5c97498ed8d19c `Microsoft`<http://www.microsoft.com/> The 'height' property sets a zero length value with no units.
|
|
height-102 reference/ref-if-there-is-no-red Height with a positive zero value and no units, +0 http://www.w3.org/TR/CSS21/visudet.html#propdef-height,http://www.w3.org/TR/CSS21/visudet.html#the-height-property 4771f2c8d5edc4db8bd499aff5cd3b024bde979a `Microsoft`<http://www.microsoft.com/> The 'height' property sets a positive zero length value with no units.
|
|
height-103 reference/ref-if-there-is-no-red Height set to a value of auto http://www.w3.org/TR/CSS21/visudet.html#propdef-height,http://www.w3.org/TR/CSS21/visudet.html#the-height-property 6bc8e89c351c07d4e21647a3528934a353ea4e54 `Microsoft`<http://www.microsoft.com/> The 'height' property applies a value of auto.
|
|
height-104 reference/height-003-ref Height set to inherit http://www.w3.org/TR/CSS21/visudet.html#propdef-height,http://www.w3.org/TR/CSS21/visudet.html#the-height-property 7d05aea8b1f7bf089cdb56a505641dc649b36f4a `Microsoft`<http://www.microsoft.com/> The 'height' property properly inherits the height value of the parent.
|
|
height-111 reference/height-111-ref Nested heights http://www.w3.org/TR/CSS21/visudet.html#the-height-property 00bd96c1a0eedd17cc9c6f314f916fe0fabe8987 `Ian Hickson`<mailto:ian@hixie.ch>
|
|
height-112 reference/height-112-ref Nested heights http://www.w3.org/TR/CSS21/visudet.html#the-height-property 8b8a8eb2f768e87ca73ef528bce0091303e87a34 `Ian Hickson`<mailto:ian@hixie.ch>
|
|
height-113 reference/height-113-ref Nested heights with percentages and borders http://www.w3.org/TR/CSS21/visudet.html#the-height-property 4cc5b9a458c710805a8de37f59ac46fc73f05f31 `Ian Hickson`<mailto:ian@hixie.ch>
|
|
height-114 reference/height-114-ref Negative heights http://www.w3.org/TR/CSS21/visudet.html#the-height-property 17b9c1244e8ada2aeffe2ba7c33dc8a22dddd689 `Ian Hickson`<mailto:ian@hixie.ch>
|
|
height-applies-to-001 Height applied to elements with 'display' set to 'table-row-group' may http://www.w3.org/TR/CSS21/visudet.html#propdef-height,http://www.w3.org/TR/CSS21/visudet.html#the-height-property 6d1f6dd557a5d61333547f0059d07045bfd84498 `Microsoft`<http://www.microsoft.com/> The 'height' property applies to elements with 'display' set to 'table-row-group'.
|
|
height-applies-to-002 Height applied to elements with 'display' set to 'table-header-group' may http://www.w3.org/TR/CSS21/visudet.html#propdef-height,http://www.w3.org/TR/CSS21/visudet.html#the-height-property b119daa6ffee8f3aa069f0d7d84d6b58c932a429 `Microsoft`<http://www.microsoft.com/> The 'height' property applies to elements with 'display' set to 'table-header-group'.
|
|
height-applies-to-003 Height applied to elements with 'display' set to 'table-footer-group' may http://www.w3.org/TR/CSS21/visudet.html#propdef-height,http://www.w3.org/TR/CSS21/visudet.html#the-height-property b435546f897183db7813b00db5479d94d044a0ff `Microsoft`<http://www.microsoft.com/> The 'height' property applies to elements with 'display' set to 'table-footer-group'.
|
|
height-applies-to-004 reference/ref-filled-black-96px-square Height applied to elements with 'display' set to 'table-row' http://www.w3.org/TR/CSS21/visudet.html#propdef-height,http://www.w3.org/TR/CSS21/visudet.html#the-height-property fe8c9d8016874ef24b754e1444aaf3721952d531 `Microsoft`<http://www.microsoft.com/> The 'height' property applies to elements with 'display' set to 'table-row'.
|
|
height-applies-to-005 reference/ref-if-there-is-no-red Height applied to elements with 'display' set to 'table-column-group' http://www.w3.org/TR/CSS21/visudet.html#propdef-height,http://www.w3.org/TR/CSS21/visudet.html#the-height-property 4a8582d6ad4c35df7bdef6c05fd8ad0ed478593a `Microsoft`<http://www.microsoft.com/> The 'height' property does not to elements with 'display' set to 'table-column-group'.
|
|
height-applies-to-006 reference/ref-if-there-is-no-red Height applied to elements with 'display' set to 'table-column' http://www.w3.org/TR/CSS21/visudet.html#propdef-height,http://www.w3.org/TR/CSS21/visudet.html#the-height-property 1b981e16ce3b0a5e1af9b54544dda9cb8448177c `Microsoft`<http://www.microsoft.com/> The 'height' property does not to elements with 'display' set to 'table-column'.
|
|
height-applies-to-007 reference/ref-filled-black-96px-square Height applied to elements with 'display' set to 'table-cell' http://www.w3.org/TR/CSS21/visudet.html#propdef-height,http://www.w3.org/TR/CSS21/visudet.html#the-height-property efefcf9253b1d7f3ee4361abcaa4f5fb8b2e8b8a `Microsoft`<http://www.microsoft.com/> The 'height' property applies to elements with 'display' set to 'table-cell'.
|
|
height-applies-to-008 reference/ref-if-there-is-no-red Height applied to elements with 'display' set to 'inline' http://www.w3.org/TR/CSS21/visudet.html#propdef-height,http://www.w3.org/TR/CSS21/visudet.html#the-height-property b1dc4b65f4c3564d54700d118e78135c336ec8c3 `Microsoft`<http://www.microsoft.com/> The 'height' property does not apply to elements with 'display' set to 'inline'.
|
|
height-applies-to-009 reference/ref-filled-black-96px-square Height applied to elements with 'display' set to 'block' http://www.w3.org/TR/CSS21/visudet.html#propdef-height,http://www.w3.org/TR/CSS21/visudet.html#the-height-property 2ab3235c860e6250865d1e39909566fe5484992f `Microsoft`<http://www.microsoft.com/> The 'height' property applies to elements with 'display' set to 'block'.
|
|
height-applies-to-010 Height applied to elements with 'display' set to 'list-item' http://www.w3.org/TR/CSS21/visudet.html#propdef-height,http://www.w3.org/TR/CSS21/visudet.html#the-height-property 6f4ab625832ba1a6c09533150a5a4ec522773682 `Microsoft`<http://www.microsoft.com/> The 'height' property applies to elements with 'display' set to 'list-item'.
|
|
height-applies-to-010a reference/height-applies-to-010a-ref height set to 0 to elements with 'display' set to 'list-item' http://www.w3.org/TR/CSS21/visudet.html#the-height-property,http://www.w3.org/TR/CSS21/visufx.html#overflow 3e8a9ff44e20033bf9dac88f9821c168122cc6d8 `Gérard Talbot`<http://www.gtalbot.org/BrowserBugsSection/css21testsuite/>,`Boris Zbarsky`<bzbarsky@MIT.EDU> If height of content exceeds the set height of a block-level non-replaced element in normal flow (like a list-item element such as in this test), then the content should overflow according to the 'overflow' property.
|
|
height-applies-to-011 Height applied to elements with 'display' set to 'run-in' http://www.w3.org/TR/CSS21/visudet.html#propdef-height,http://www.w3.org/TR/CSS21/visudet.html#the-height-property 03be0f4b1d784ec9bf767096abf9ffaf18323b77 `Microsoft`<http://www.microsoft.com/> The 'height' property applies to elements with 'display' set to 'run-in'.
|
|
height-applies-to-012 reference/ref-filled-black-96px-square Height applied to elements with 'display' set to 'inline-block' http://www.w3.org/TR/CSS21/visudet.html#propdef-height,http://www.w3.org/TR/CSS21/visudet.html#the-height-property ff0891e2f743f8ef0540b6c6779615aaf8352634 `Microsoft`<http://www.microsoft.com/> The 'height' property applies to elements with 'display' set to 'inline-block'.
|
|
height-applies-to-013 reference/ref-filled-black-96px-square Height applied to elements with 'display' set to 'table' http://www.w3.org/TR/CSS21/visudet.html#propdef-height,http://www.w3.org/TR/CSS21/visudet.html#the-height-property 653eedf709a6f628a852ba8ae4fe2248c52d4b15 `Microsoft`<http://www.microsoft.com/> The 'height' property applies to elements with 'display' set to 'table'.
|
|
height-applies-to-014 reference/ref-filled-black-96px-square Height applied to elements with 'display' set to 'inline-table' http://www.w3.org/TR/CSS21/visudet.html#propdef-height,http://www.w3.org/TR/CSS21/visudet.html#the-height-property a825a99c22550be0f5d9fd7201bd924fb184001c `Microsoft`<http://www.microsoft.com/> The 'height' property applies to elements with 'display' set to 'inline-table'.
|
|
height-applies-to-015 reference/ref-filled-black-96px-square Height applied to elements with 'display' set to 'table-caption' http://www.w3.org/TR/CSS21/visudet.html#propdef-height,http://www.w3.org/TR/CSS21/visudet.html#the-height-property 60cae8fac2584d5bf78ffcb84446c6902f2d249b `Microsoft`<http://www.microsoft.com/> The 'height' property applies to elements with 'display' set to 'table-caption'.
|
|
height-applies-to-016 reference/ref-if-there-is-no-red Height applied to elements set to 'display: none' http://www.w3.org/TR/CSS21/visudet.html#propdef-height,http://www.w3.org/TR/CSS21/visudet.html#the-height-property 615968d5460a4e7bc9c886805d88e6deead92d92 `Microsoft`<http://www.microsoft.com/> Height can be applied to 'display: none' elements.
|
|
height-inherit-001 reference/ref-filled-green-100px-square Inheriting Explicit Heights http://www.w3.org/TR/CSS21/cascade.html#value-def-inherit a6b5c285874f4c5dfeb7e764046a2724cec8b586 `Elika J. Etemad`<http://fantasai.inkedblade.net/contact> The computed height is inherited, even if the 'height' property does not apply.
|
|
height-percentage-001 reference/height-percentage-001-ref Percentage height computed to containing block http://www.w3.org/TR/CSS21/visudet.html#propdef-height,http://www.w3.org/TR/CSS21/visudet.html#the-height-property 48a5f26a9f7b3e5fde06839b4a08f338d56c39fb `Microsoft`<http://www.microsoft.com/> A percentage height is calculated using the height of the containing block.
|
|
height-percentage-002 reference/ref-if-there-is-no-red Percentage based 'height' computes to 'auto' when containing block has no specified height http://www.w3.org/TR/CSS21/visudet.html#propdef-height,http://www.w3.org/TR/CSS21/visudet.html#the-height-property 0c46babfc0dc844fb4befed56bd1f50b3d4c98f6 `Microsoft`<http://www.microsoft.com/> A percentage height is computed to 'auto' when the element is not absolutely positioned and there is no 'height' explicitly set on the containing block (or when the containing block's height is set to 'auto').
|
|
height-percentage-003 reference/height-percentage-003-ref Percentage based 'height' on the root element http://www.w3.org/TR/CSS21/visudet.html#propdef-height,http://www.w3.org/TR/CSS21/visudet.html#the-height-property c8e994720f89e337b8a9ef609daf34137718252a `Microsoft`<http://www.microsoft.com/> A percentage 'height' on the root element is relative to the initial containing block.
|
|
height-percentage-003a reference/height-percentage-003a-ref Height percentage - 100% of the initial containing block's height http://www.w3.org/TR/CSS21/visudet.html#the-height-property 60724eb749579c752f0e570be3ad0b251739c241 `Gérard Talbot`<http://www.gtalbot.org/BrowserBugsSection/css21testsuite/> The initial containing block has the dimensions of the viewport. A percentage height on the root element is relative to the initial containing block. A 'height: 100%' of the document root element should use all of the document root element's height.
|
|
height-percentage-004 reference/height-percentage-001-ref Resolving container heights when they contain absolutely positioned elements with percentage based heights http://www.w3.org/TR/CSS21/visudet.html#the-height-property d74474b292a2f34c55bab6d731951c22b6b7a6fa `Microsoft`<http://www.microsoft.com/> The 'height' of the containing block of an absolutely positioned element is independent of the size of the element itself.
|
|
height-percentage-005 reference/ref-filled-black-96px-square height percentage - inline replaced element inside an auto-height container image http://www.w3.org/TR/CSS21/visudet.html#the-height-property bae568524a54ba643bee2a8558fbe507f622e991 `Gérard Talbot`<http://www.gtalbot.org/BrowserBugsSection/css21testsuite/> This test checks that an height percentage is calculated with respect to the height of the generated box's containing block only if and only when such containing block's height is specified explicitly (i.e., it depends on content height; its specified height is not 'auto'). In this test, the div#parent has an 'auto' height; therefore the height percentage specified on div#child is treated as 'auto' and so the image should be rendered (entirely visible) inside that div#child. Note that div#grandparent's initial overflow value is 'visible'.
|
|
height-table-cell-001 reference/ref-filled-green-100px-square height - table cell height http://www.w3.org/TR/CSS21/tables.html#height-layout 127b2cc533741a25da58958f93a8070a7187207b `Gérard Talbot`<http://www.gtalbot.org/BrowserBugsSection/css21testsuite/> The height of a 'table-row' element's box is the maximum of the row's computed 'height', the computed 'height' of each cell in such row and the minimum height required by the content of the cells. The height of a cell is the maximum between its specified 'height' and the minimum height required by its content.
|
|
height-width-inline-table-001 reference/ref-filled-green-100px-square height and width of element set to 'display: inline-table' http://www.w3.org/TR/CSS21/tables.html#height-layout 26d8a36e594469cec37bffd264abb2062b5e062b `Gérard Talbot`<http://www.gtalbot.org/BrowserBugsSection/css21testsuite/> The content-box height and width of an empty element styled with display set to 'inline-table' is given by its height and width properties when specified.
|
|
height-width-inline-table-001a reference/ref-filled-green-100px-square height and width of element set to 'display: inline-table' http://www.w3.org/TR/CSS21/tables.html#height-layout 1dfd0e63f9068384730dfb0f9b80162b2dd8a9a4 `Gérard Talbot`<http://www.gtalbot.org/BrowserBugsSection/css21testsuite/> The content-box height and width of an empty element styled with display set to 'inline-table' is given by its height and width properties when specified.
|
|
height-width-inline-table-001b reference/ref-filled-green-100px-square height and width of element set to 'display: inline-table' http://www.w3.org/TR/CSS21/tables.html#height-layout fdb0bdbd55690b0943713bdd83cd5b487df71de4 `Gérard Talbot`<http://www.gtalbot.org/BrowserBugsSection/css21testsuite/> The content-box height and width of an empty element styled with display set to 'inline-table' is given by its height and width properties when specified.
|
|
height-width-inline-table-001c reference/ref-filled-green-100px-square height and width of element set to 'display: inline-table' http://www.w3.org/TR/CSS21/tables.html#height-layout bf6ea6c05f31e98fb2b0eb79d225a8fb8b7e1356 `Gérard Talbot`<http://www.gtalbot.org/BrowserBugsSection/css21testsuite/> The content-box height and width of an empty element styled with display set to 'inline-table' is given by its height and width properties when specified.
|
|
height-width-inline-table-001d reference/ref-filled-green-100px-square height and width of element set to 'display: inline-table' http://www.w3.org/TR/CSS21/tables.html#height-layout 6f78fcea033aee3735060bc2dcc6389e2a3923c8 `Gérard Talbot`<http://www.gtalbot.org/BrowserBugsSection/css21testsuite/> The content-box height and width of an empty element styled with display set to 'inline-table' is given by its height and width properties when specified.
|
|
height-width-inline-table-001e reference/ref-filled-green-100px-square height and width of element set to 'display: inline-table' http://www.w3.org/TR/CSS21/tables.html#height-layout 9aa14d045e6af37b5496a95b47150b46bd966b26 `Gérard Talbot`<http://www.gtalbot.org/BrowserBugsSection/css21testsuite/> The content-box height and width of an empty element styled with display set to 'inline-table' is given by its height and width properties when specified.
|
|
height-width-table-001 reference/ref-filled-green-100px-square height and width of element set to 'display: table' http://www.w3.org/TR/CSS21/tables.html#height-layout 1f7636fe5291c8845a2d1bf3de045db87e38349c `Gérard Talbot`<http://www.gtalbot.org/BrowserBugsSection/css21testsuite/> The content-box height and width of an empty element styled with display set to 'table' is given by its height and width properties when specified.
|
|
height-width-table-001a reference/ref-filled-green-100px-square height and width of element set to 'display: table' http://www.w3.org/TR/CSS21/tables.html#height-layout 05ef25206ac928d196157b81cb38596668c44141 `Gérard Talbot`<http://www.gtalbot.org/BrowserBugsSection/css21testsuite/> The content-box height and width of an empty element styled with display set to 'table' is given by its height and width properties when specified.
|
|
height-width-table-001b reference/ref-filled-green-100px-square height and width of element set to 'display: table' http://www.w3.org/TR/CSS21/tables.html#height-layout 93b5896a1ebe4621308054201189e5701ab7d4db `Gérard Talbot`<http://www.gtalbot.org/BrowserBugsSection/css21testsuite/> The content-box height and width of an empty element styled with display set to 'table' is given by its height and width properties when specified.
|
|
height-width-table-001c reference/ref-filled-green-100px-square height and width of element set to 'display: table' http://www.w3.org/TR/CSS21/tables.html#height-layout cab9816e6d0d8fe06f28949e40c249dcf7793dc1 `Gérard Talbot`<http://www.gtalbot.org/BrowserBugsSection/css21testsuite/> The content-box height and width of an empty element styled with display set to 'table' is given by its height and width properties when specified.
|
|
height-width-table-001d reference/ref-filled-green-100px-square height and width of element set to 'display: table' http://www.w3.org/TR/CSS21/tables.html#height-layout 86ddfefd5a37f904d47d710cca33b0349929e8ea `Gérard Talbot`<http://www.gtalbot.org/BrowserBugsSection/css21testsuite/> The content-box height and width of an empty element styled with display set to 'table' is given by its height and width properties when specified.
|
|
height-width-table-001e reference/ref-filled-green-100px-square height and width of element set to 'display: table' http://www.w3.org/TR/CSS21/tables.html#height-layout 98241681273e864175d5482a82f8df9b621c393a `Gérard Talbot`<http://www.gtalbot.org/BrowserBugsSection/css21testsuite/> The content-box height and width of an empty element styled with display set to 'table' is given by its height and width properties when specified.
|
|
hover-selector-001 Hover selector on a simple element interact http://www.w3.org/TR/CSS21/selector.html#dynamic-pseudo-classes 45617f1d36e7e2c0d22a2fba5cf241e5953568fb `Microsoft`<http://www.microsoft.com/> The :hover pseudo-class selects an element which is being hovered by the mouse cursor.
|
|
hover-selector-002 :hover and font-weight interact http://www.w3.org/TR/CSS21/selector.html#dynamic-pseudo-classes 995222e8a6f99dda1bdd13c559da0b98f5f35abd `Ian Hickson`<mailto:ian@hixie.ch>
|
|
hover-selector-003 :hover and font-weight interact http://www.w3.org/TR/CSS21/selector.html#dynamic-pseudo-classes dfc3d990cca752eae722336f2b4790eeee819d59 `Ian Hickson`<mailto:ian@hixie.ch>
|
|
html-attribute-001 Attribute 'align' vs. CSS 'caption-side' specificity http://www.w3.org/TR/CSS21/cascade.html#preshint 6ff79bd3688b0eacf246e25657df74f00e6c5d94 `Microsoft`<http://www.microsoft.com/> Attribute 'align' has a specificity of zero and is overridden by CSS.
|
|
html-attribute-002 Attribute 'alink' vs. CSS active specificity interact http://www.w3.org/TR/CSS21/cascade.html#preshint 8c86a5ad2b9e0348aac8657d3e710d462f84f248 `Microsoft`<http://www.microsoft.com/> Attribute 'alink' has a specificity of zero and is overridden by CSS.
|
|
html-attribute-003 Attribute 'background' vs. CSS 'background' specificity image http://www.w3.org/TR/CSS21/cascade.html#preshint b9845908e3b0c5654ffe8ccbee9888ea84ae8256 `Microsoft`<http://www.microsoft.com/> Attribute 'background' has a specificity of zero and is overridden by CSS.
|
|
html-attribute-004 Attribute 'bgcolor' vs. CSS 'background-color' specificity http://www.w3.org/TR/CSS21/cascade.html#preshint 392b6ca64b85792d991bfe34eb8741488420df6d `Microsoft`<http://www.microsoft.com/> Attribute 'bgcolor' has a specificity of zero and is overridden by CSS.
|
|
html-attribute-005 Attribute 'border' vs. CSS border specificity http://www.w3.org/TR/CSS21/cascade.html#preshint f3d5a3d9a7671c3d99f8e6fa022339af44583ff3 `Microsoft`<http://www.microsoft.com/> Attribute 'border' has 0 specificity and is overridden by CSS.
|
|
html-attribute-006 Attribute 'cellpadding' vs. CSS 'padding' specificity http://www.w3.org/TR/CSS21/cascade.html#preshint b4e7fb18cea83598e7cc7c4ac641e3acda7f4d17 `Microsoft`<http://www.microsoft.com/> Attribute 'cellpadding' has a specificity of zero and is overridden by CSS.
|
|
html-attribute-007 Attribute 'cellspacing' vs. CSS border-spacing specificity http://www.w3.org/TR/CSS21/cascade.html#preshint c5941bb56d3bf016683361e47c2a06a6db00e956 `Microsoft`<http://www.microsoft.com/> Attribute 'cellspacing' has 0 specificity and is overridden by CSS.
|
|
html-attribute-008 Attribute 'clear' vs. CSS 'clear' specificity http://www.w3.org/TR/CSS21/cascade.html#preshint 7b19941f4f57ea91625aea6a2cf76715606623da `Microsoft`<http://www.microsoft.com/> Attribute 'clear' has a specificity of zero and is overridden by CSS.
|
|
html-attribute-009 Attribute 'color' vs. CSS 'color' specificity http://www.w3.org/TR/CSS21/cascade.html#preshint 83d799438c73b2f5dba6fa2de9040dda1734bb18 `Microsoft`<http://www.microsoft.com/> Attribute 'color' has a specificity of zero and is overridden by CSS.
|
|
html-attribute-010 Attribute 'cols' vs CSS 'width' specificity http://www.w3.org/TR/CSS21/cascade.html#preshint 20919b35da4ecc43fabd3524de16f08635cefcec `Microsoft`<http://www.microsoft.com/> Attribute 'cols' has a specificity of zero and is overridden by CSS.
|
|
html-attribute-011 Attribute 'width' vs. CSS 'width' specificity http://www.w3.org/TR/CSS21/cascade.html#preshint dca085b913738ff124d0e406ade4d905ca7205e4 `Microsoft`<http://www.microsoft.com/> Attribute 'width' has a specificity of zero and is overridden by CSS.
|
|
html-attribute-012 Attribute 'face' vs. CSS 'font-family' specificity ahem http://www.w3.org/TR/CSS21/cascade.html#preshint 681950b5bf1e0f98edac8e89970cf88e985d3962 `Microsoft`<http://www.microsoft.com/> Attribute 'face' has a specificity of zero and is overridden by CSS.
|
|
html-attribute-013 Attribute 'valign' vs. CSS 'vertical-align' specificity http://www.w3.org/TR/CSS21/cascade.html#preshint 1af9f309f473513daafd8ae1645e6b668e254be9 `Microsoft`<http://www.microsoft.com/> Attribute 'valign' has a specificity of zero and is overridden by CSS.
|
|
html-attribute-014 Attribute 'frame' vs. CSS 'border' specificity http://www.w3.org/TR/CSS21/cascade.html#preshint 6e6c40a820a128c22eff1fa6a176bf957cb9d1bb `Microsoft`<http://www.microsoft.com/> Attribute 'frame' has a specificity of zero and is overridden by CSS.
|
|
html-attribute-015 Attribute 'rules' vs. CSS border specificity http://www.w3.org/TR/CSS21/cascade.html#preshint 685f091cb8e784ae6847279d43f641dbbd33f54b `Microsoft`<http://www.microsoft.com/> Attribute 'rules' has a specificity of zero and is overridden by CSS.
|
|
html-attribute-017 Attribute 'height' vs. CSS 'height' specificity http://www.w3.org/TR/CSS21/cascade.html#preshint 9f918f716ae803075e9e92d429a462f66c2d028a `Microsoft`<http://www.microsoft.com/> Attribute 'height' has a specificity of zero and is overridden by CSS.
|
|
html-attribute-018 Attribute 'hspace' vs. CSS 'margin' specificity image http://www.w3.org/TR/CSS21/cascade.html#preshint cb744de8fd1993ece3b052165108bfcc40afc907 `Microsoft`<http://www.microsoft.com/> Attribute 'hspace' has a specificity of zero and is overridden by CSS.
|
|
html-attribute-019 Attribute 'vspace' vs. CSS 'margin' specificity image http://www.w3.org/TR/CSS21/cascade.html#preshint ab65bccac0d972712beaa897850a781cd7e1d5e2 `Microsoft`<http://www.microsoft.com/> Attribute 'vspace' has a specificity of zero and is overridden by CSS.
|
|
html-attribute-020 Attribute 'link' vs. CSS ':link' specificity http://www.w3.org/TR/CSS21/cascade.html#preshint 8c94071abbb4744610f72a2dbb7743eca89a4573 `Microsoft`<http://www.microsoft.com/> Attribute 'link' has a specificity of zero and is overridden by CSS.
|
|
html-attribute-021 Attribute 'marginheight' vs. CSS 'margin' specificity http://www.w3.org/TR/CSS21/cascade.html#preshint d2199ec135e55039f47d8428d5a27c8ee99183a3 `Microsoft`<http://www.microsoft.com/> Attribute 'marginheight' has a specificity of zero and is overridden by CSS.
|
|
html-attribute-022 Attribute 'marginwidth' vs. CSS 'margin' specificity http://www.w3.org/TR/CSS21/cascade.html#preshint 0a55e934830d62cbc82e39fd44ed065fac5caf15 `Microsoft`<http://www.microsoft.com/> Attribute 'marginwidth' has a specificity of zero and is overridden by CSS.
|
|
html-attribute-023 HTML 'noshade' attribute vs CSS color specificity http://www.w3.org/TR/CSS21/cascade.html#preshint 01d56a14c9e71650068669861751e5d2066fb521 `Microsoft`<http://www.microsoft.com/> Attribute 'noshade' has 0 specificity and is overridden by CSS.
|
|
html-attribute-024 Attribute 'nowrap' vs. CSS 'white-space' specificity http://www.w3.org/TR/CSS21/cascade.html#preshint 5651cf12c547723d4dd92debd53c1849c4d71d54 `Microsoft`<http://www.microsoft.com/> Attribute 'nowrap' has a specificity of zero and is overridden by CSS.
|
|
html-attribute-025 Attribute 'rows' vs CSS 'height' specificity http://www.w3.org/TR/CSS21/cascade.html#preshint 2b620dd8e095b0b77dadd00bc00303af82331511 `Microsoft`<http://www.microsoft.com/> Attribute 'rows' has a specificity of zero and is overridden by CSS.
|
|
html-attribute-027 Attribute 'size' vs CSS 'height' specificity http://www.w3.org/TR/CSS21/cascade.html#preshint 2ff211e36163503f656b0159564c0d65b733683a `Microsoft`<http://www.microsoft.com/> Attribute 'size' has a specificity of zero and is overridden by CSS.
|
|
html-attribute-028 Attribute 'text' vs. CSS 'color' specificity http://www.w3.org/TR/CSS21/cascade.html#preshint 955093de16cb6f0da73674d6c03cd10cf6ec5019 `Microsoft`<http://www.microsoft.com/> Attribute 'text' has a specificity of zero and is overridden by CSS.
|
|
html-attribute-029 Attribute 'vlink' vs. CSS ':visited' specificity history,interact http://www.w3.org/TR/CSS21/cascade.html#preshint f998397c8034e6c1736eb7ddec232c366a1c94a5 `Microsoft`<http://www.microsoft.com/> Attribute 'vlink' has a specificity of zero and is overridden by CSS.
|
|
html-case-sensitivity-001 HTML case sensitivity - Simple selectors HTMLonly http://www.w3.org/TR/CSS21/selector.html#attribute-selectors 528f2b070f37c2c3099528da1bc2699dd731d930 `Microsoft`<http://www.microsoft.com/> Simple selectors are not case sensitive in HTML.
|
|
html-precedence-001 Element selector precedence http://www.w3.org/TR/CSS21/cascade.html#preshint bffd1affb18d202d9efadf4176780bb72485ed7d `Microsoft`<http://www.microsoft.com/> The 'color' attribute has a specificity equal to 0 which be overridden by subsequent style sheet rules.
|
|
html-precedence-002 Universal selector precedence http://www.w3.org/TR/CSS21/cascade.html 0b46ebed4702a22efb288095cbdf9b70b775abdb `Microsoft`<http://www.microsoft.com/> The universal selector and the 'color' attribute have the same specificity. The universal selector is applied since CSS takes precedence.
|
|
html-precedence-003 User style sheet precedence userstyle http://www.w3.org/TR/CSS21/cascade.html b507f02f7de40704408f6fb0730e3c9498592b07 `Microsoft`<http://www.microsoft.com/> The 'font' element's 'color' attribute trumps the user stylesheet's universal selector. They have the same specificity but the font element is a virtual author rule.
|
|
html-precedence-004 reference/html-precedence-004-ref User Stylesheets and non-CSS Presentational Hints userstyle http://www.w3.org/TR/CSS21/selector.html 5e75257be6ec78812cfba3057b1e5f607504eb8e `Ian Hickson`<mailto:ian@hixie.ch>
|
|
html-precedence-005 User Stylesheets and non-CSS Presentational Hints userstyle http://www.w3.org/TR/CSS21/selector.html b6c97422b210e4fe5d73f3bd61ad08a85e473c4d `Ian Hickson`<mailto:ian@hixie.ch>
|
|
id-000 Selectors: ID selectors http://www.w3.org/TR/CSS21/selector.html#id-selectors 463eba4c028d772cb7198af3f1c26a4b860388f2 `Gabriele Romanato`<mailto:gabriele.romanato@gmail.com> Browsers should apply each rule to the elements which have the specified ID
|
|
id-001 Selectors: ID selectors with universal selector http://www.w3.org/TR/CSS21/selector.html#id-selectors 8d3fdcdbc42deccf10afba808b5c2f1a341fee91 `Gabriele Romanato`<mailto:gabriele.romanato@gmail.com> Browsers should apply each rule to the elements which have the specified ID
|
|
id-selector-001 Simple ID selectors http://www.w3.org/TR/CSS21/selector.html#id-selectors b3779a0f7a15f1a1f2752b2a9e65eb130846a00b `Microsoft`<http://www.microsoft.com/> ID selector matches appropriate element.
|
|
id-selector-002 ID selector syntax - Begins with hyphen http://www.w3.org/TR/CSS21/selector.html#id-selectors f2b68d1bd277518e2b49e42d17095def5ba97008 `Microsoft`<http://www.microsoft.com/> Identifier selectors starting with a hyphen are valid.
|
|
id-selector-004 Invalid ID selector syntax - white space between # and id invalid http://www.w3.org/TR/CSS21/selector.html#id-selectors ab59c6f91c2102b21b789b50874a35a43c3179c6 `Microsoft`<http://www.microsoft.com/> White space is not allowed between # and identifier for selector.
|
|
id-selector-005 Invalid ID selector syntax - Begins with numerals invalid http://www.w3.org/TR/CSS21/selector.html#id-selectors 78e6749cd68ddab92853b287d3fc3423345a3ea0 `Microsoft`<http://www.microsoft.com/> Identifier selectors are invalid if it begins with a numeral.
|
|
id-selector-006 Simple ID selectors specificity over attribute selectors http://www.w3.org/TR/CSS21/selector.html#id-selectors bb24f342a4ad762b6b60c2484826df6fa58d1856 `Microsoft`<http://www.microsoft.com/> ID selectors trump attribute selectors in specificity.
|
|
ident-000 Valid Identifiers (a-z) as Classes and IDs http://www.w3.org/TR/CSS21/syndata.html#characters dcae4e85d912de68a032922c5c66ee3b5d5b0523 `L. David Baron`<http://dbaron.org/>
|
|
ident-001 Valid Identifiers (-_a-zA-Z0-9) as Classes and IDs http://www.w3.org/TR/CSS21/syndata.html#characters 745ae4e09f214376e2beb7fbe9ffd7233023a549 `L. David Baron`<http://dbaron.org/>
|
|
ident-002 Valid Identifiers (starting with _) as Classes and IDs http://www.w3.org/TR/CSS21/syndata.html#characters 8701e48995c2348341a2c9e877f99b7a66089e05 `L. David Baron`<http://dbaron.org/>
|
|
ident-003 Valid Identifiers (starting with -) as Classes and IDs invalid http://www.w3.org/TR/CSS21/syndata.html#characters e13774e8d08acd5dc9b28321c8e601d6a843dfcc `L. David Baron`<http://dbaron.org/>,`Ray Kiddy`<mailto:ray@ganymede.org>
|
|
ident-004 Valid Identifiers (starting with ideographic) as Classes and IDs http://www.w3.org/TR/CSS21/syndata.html#characters 5ccdee8f236f708b5e153fc722770b7a2524353d `L. David Baron`<http://dbaron.org/>
|
|
ident-005 Valid Identifiers (including ideographic) as Classes and IDs http://www.w3.org/TR/CSS21/syndata.html#characters 1565aad55801206cd10f882d59ad4de53bb703dc `L. David Baron`<http://dbaron.org/>
|
|
ident-006 Valid Identifiers (starting with escape) as Classes and IDs http://www.w3.org/TR/CSS21/syndata.html#characters f407a0a4ac737b97e811063ca0a114e293c0eba6 `L. David Baron`<http://dbaron.org/>
|
|
ident-007 Valid Identifiers (including escape) as Classes and IDs http://www.w3.org/TR/CSS21/syndata.html#characters c3f5dae0988bdfa89f232ccc132fc2c2aa82b43c `L. David Baron`<http://dbaron.org/>
|
|
ident-008 Invalid Identifiers (starting with digit) as Classes and IDs invalid http://www.w3.org/TR/CSS21/syndata.html#characters 0142dd6870b7bba63fc29d0ace1c873d37ac89c1 `L. David Baron`<http://dbaron.org/>
|
|
ident-009 Valid Identifiers (including digits) as Classes and IDs http://www.w3.org/TR/CSS21/syndata.html#characters 19c2292cecce556dc053fa482ed4a28e0b279822 `L. David Baron`<http://dbaron.org/>
|
|
ident-010 Valid Identifiers (starting with escape) as Classes and IDs http://www.w3.org/TR/CSS21/syndata.html#characters 8f9b399208d344879a35f609e714c031593ee10d `L. David Baron`<http://dbaron.org/>
|
|
ident-011 Valid Identifiers (including escapes) as Classes and IDs http://www.w3.org/TR/CSS21/syndata.html#characters de2d4d2391df6b8948fc735dc227bd773e3942d1 `L. David Baron`<http://dbaron.org/>
|
|
ident-012 Valid Identifiers (starting with escaped digits, control codes) as Classes and IDs http://www.w3.org/TR/CSS21/syndata.html#characters fa3a2f65c5b23a08e8b6ae17c4c29ec28b32f1b8 `L. David Baron`<http://dbaron.org/>
|
|
ident-013 Valid Identifiers (starting with escaped -) as Classes and IDs http://www.w3.org/TR/CSS21/syndata.html#characters c7ec0a330fc58da86312c1d38ca96371991965c5 `L. David Baron`<http://dbaron.org/>
|
|
ident-014 Selector attributes and hyphens http://www.w3.org/TR/CSS21/syndata.html fc6acdd90307545a0615b066a94a5d8e0d066e56 `Microsoft`<http://www.microsoft.com/> Attribute selectors can begin with hyphens.
|
|
ident-015 Attribute selectors and underscores http://www.w3.org/TR/CSS21/syndata.html 657aec91dab24507764851d0262d79f152742b71 `Microsoft`<http://www.microsoft.com/> Attribute selectors can begin with underscores.
|
|
ident-016 Attribute selectors with hyphens and underscores http://www.w3.org/TR/CSS21/syndata.html b5435745b5a4a231456ad34b4a39585db27b3b27 `Microsoft`<http://www.microsoft.com/> Attribute selectors are valid if they begin with hyphens and then underscores.
|
|
ident-017 Attribute selection with digits invalid http://www.w3.org/TR/CSS21/syndata.html 9a527c9f7161d00074c202a0f7a80b314a6320e3 `Microsoft`<http://www.microsoft.com/> Attribute selectors cannot begin with digits.
|
|
ident-018 Attribute selectors starting with hyphens and digits invalid http://www.w3.org/TR/CSS21/syndata.html f64818a996079b3bdfab77a337aba7ac1d048569 `Microsoft`<http://www.microsoft.com/> Attribute selectors cannot begin with hyphens then digits.
|
|
ident-019 Attribute selectors starting with underscore and digits http://www.w3.org/TR/CSS21/syndata.html ebb5ac43d2fcd4e0ee8c45c31e4dd63ca3cd8725 `Microsoft`<http://www.microsoft.com/> Attribute selectors can begin with underscore then digits.
|
|
ident-020 Invalid Identifiers (starting with double -) as Classes and IDs invalid http://www.w3.org/TR/CSS21/syndata.html#characters 7951aa45f6a7be3d5e62dabc08f352946fbb21c0 `L. David Baron`<http://dbaron.org/>
|
|
ignored-rules-001 Parsing invalid rules that precede good rules invalid http://www.w3.org/TR/CSS21/syndata.html#declaration 0d1b56703485f18925e5685a516bc7feaa8f5a44 `Microsoft`<http://www.microsoft.com/> Bad rules are ignored while following good rules are applied.
|
|
ignored-rules-002 Parsing invalid rules that follow good rules invalid http://www.w3.org/TR/CSS21/syndata.html#declaration 1df9394405cdf669e38fb19f08e2d019aeec3136 `Microsoft`<http://www.microsoft.com/> Good rules are applied while following bad rules are ignored.
|
|
ignored-rules-003 Parsing invalid values invalid http://www.w3.org/TR/CSS21/syndata.html#declaration 5d55203b7f58ec61d031b29f3ce8963a082929c2 `Microsoft`<http://www.microsoft.com/> Invalid values are ignored while valid properties are applied.
|
|
ignored-rules-004 Parsing invalid values with spaces invalid http://www.w3.org/TR/CSS21/syndata.html#declaration dfc0505d4a9cb0e0d07a720439e679f3a7a2ad67 `Microsoft`<http://www.microsoft.com/> Invalid values with spaces are ignored while valid properties are applied.
|
|
ignored-rules-005 Parsing invalid values that start with a valid value name invalid http://www.w3.org/TR/CSS21/syndata.html#declaration a121a10aba7bbb9ce374e2041d54bdb10bbc3d92 `Microsoft`<http://www.microsoft.com/> Invalid values that begin with a valid keyword are ignored while valid properties are applied.
|
|
ignored-rules-006 Parsing invalid values with slashes invalid http://www.w3.org/TR/CSS21/syndata.html#declaration b2bff840409083c38d882e378ceb4d1e5c82d7df `Microsoft`<http://www.microsoft.com/> Invalid values with slashes are ignored while valid properties are applied.
|
|
ignored-rules-007 Parsing invalid values that are functions invalid http://www.w3.org/TR/CSS21/syndata.html#declaration 061e88093126f33299359c805800ea76d4b919ec `Microsoft`<http://www.microsoft.com/> Invalid values that are functions are ignored while valid properties are applied.
|
|
import-000 At-rules invalid http://www.w3.org/TR/CSS21/syndata.html#at-rules 99ff37ee72125d91c011488bddee11c6bc89f86b `L. David Baron`<http://dbaron.org/>
|
|
import-001 At-rules invalid http://www.w3.org/TR/CSS21/syndata.html#at-rules 5f00643723cdda27a0cfd53cf73f2f8ac606dfad `L. David Baron`<http://dbaron.org/>
|
|
increment-counter-001 Counter-increment before 'counter' use http://www.w3.org/TR/CSS21/generate.html#content 74a28d6f4e346a5a00c255b34163b80b03353669 `Microsoft`<http://www.microsoft.com/> A counter is used after an increment.
|
|
inherit-001 Inherit keyword http://www.w3.org/TR/CSS21/cascade.html#value-def-inherit 4435a6e6308b23056f4e1faadba15463a600ede0 `Microsoft`<http://www.microsoft.com/> Children elements inherit the parents color given the 'inherit' keyword.
|
|
inherit-002 Inherit on non-inherited properties http://www.w3.org/TR/CSS21/cascade.html#value-def-inherit e81869398e567fd1d7c84f02920d38e419c1d774 `Microsoft`<http://www.microsoft.com/> Inherit can be used on properties which are not normally inherited.
|
|
inherit-003 Inherit on the root element http://www.w3.org/TR/CSS21/cascade.html#value-def-inherit 947c3e790861c49389fa07ddc5e1d96e011b68ab `Microsoft`<http://www.microsoft.com/> If the 'inherit' value is set on the root element, the property is assigned its initial value.
|
|
inherit-004 CSS inheritance: basic test http://www.w3.org/TR/CSS21/fonts.html#fonts-intro 313187417b7e46e7939b4e421f3cb8833a152f0f `Ian Hickson`<mailto:ian@hixie.ch>
|
|
inherit-border-padding-000 Explicit Inheritance http://www.w3.org/TR/CSS21/cascade.html#inheritance,http://www.w3.org/TR/CSS21/box.html#padding-properties,http://www.w3.org/TR/CSS21/box.html#border-properties 8826e6d0617ae8577c70892c864c2dc255d49530 `Alan Harder`<mailto:Alan.Harder@Sun.COM>
|
|
inherit-static-offset-001 reference/ref-filled-green-100px-square top and left - inherit keyword on element with statically positioned parent image http://www.w3.org/TR/CSS21/visuren.html#position-props,http://www.w3.org/TR/CSS21/cascade.html#value-def-inherit ff785c08817779366c102288d6433abad0ff616f `Gérard Talbot`<http://www.gtalbot.org/BrowserBugsSection/css21testsuite/> When using the 'inherit' reserved keyword value, the property takes the same specified value as the property for the element's parent, even in cases where such property does not apply. This test covers the case where the parent has absolute value lengths for left and top.
|
|
inherit-static-offset-002 reference/ref-filled-green-100px-square top and left - inherit keyword on element with statically positioned parent image http://www.w3.org/TR/CSS21/visuren.html#position-props,http://www.w3.org/TR/CSS21/cascade.html#value-def-inherit 734a9ea32035c5b32d321469b8976c436888cd66 `Gérard Talbot`<http://www.gtalbot.org/BrowserBugsSection/css21testsuite/> When using the 'inherit' reserved keyword value, the property takes the same specified value as the property for the element's parent, even in cases where such property does not apply. This test covers the case where the parent has percentage value lengths for left and top. Box offset specified as a percentage refer to the height (for top and bottom) or to the width (for left and right) of its containing block. If an element's position is 'relative', then its containing block is formed by the content edge of the nearest block container ancestor box.
|
|
inherit-static-offset-003 reference/ref-filled-green-100px-square top and left - inherit keyword on element with statically positioned parent image http://www.w3.org/TR/CSS21/visuren.html#position-props,http://www.w3.org/TR/CSS21/cascade.html#value-def-inherit d6e4027417c42b17799570acd8abb4f8c5083c07 `Gérard Talbot`<http://www.gtalbot.org/BrowserBugsSection/css21testsuite/> When using the 'inherit' reserved keyword value, the property takes the same specified value as the property for the element's parent, even in cases where such property does not apply. This test covers the case where the parent has relative value lengths for left and top.
|
|
inherited-value-001 Inheritance http://www.w3.org/TR/CSS21/cascade.html#inheritance 49a73a6c196c65cb6f3139dcb128a624ab8739c5 `Microsoft`<http://www.microsoft.com/> Children elements can inherit properties from parents.
|
|
inherited-value-002 Inheriting computed values ahem http://www.w3.org/TR/CSS21/cascade.html 0e990abc15954b739d199ddf103b34bca7959f42 `Microsoft`<http://www.microsoft.com/> The computed value of a font-size with a percentage is the percentage of its parent's font-size value. A nested element which also has a percentage applies the parents' specified value (which is inherited).
|
|
inline-block-000 reference/inline-block-000-ref Test for inline-block http://www.w3.org/TR/CSS21/visuren.html#display-prop,http://www.w3.org/TR/CSS21/visudet.html#leading 821d2a012ebf217e08a8533f60eea66d13de3beb `L. David Baron`<http://dbaron.org/>,`Mozilla Corporation`<http://mozilla.com/> This value causes an element to generate a block box, which itself is flowed as a single inline box, similar to a replaced element. The inside of an inline-block is formatted as a block box, and the element itself is formatted as an inline replaced element. The baseline of an 'inline-block' is the baseline of its last line box in the normal flow, unless it has either no in-flow line boxes or if its 'overflow' property has a computed value other than 'visible', in which case the baseline is the bottom margin edge.
|
|
inline-block-001 inline-block: ping test http://www.w3.org/TR/CSS21/visudet.html#inlineblock-width abb8eb01c988fabf311203e8f52ec47d1777ab67 `Ian Hickson`<mailto:ian@hixie.ch>
|
|
inline-block-002 inline-block: width interact http://www.w3.org/TR/CSS21/visudet.html#inlineblock-width 2401144c4530332e61b4eba80808e69a1f51b593 `Ian Hickson`<mailto:ian@hixie.ch>
|
|
inline-block-003 inline-block: width interact http://www.w3.org/TR/CSS21/visudet.html#inlineblock-width 714ae4cbb8048832f658096a82b423ebc8964e06 `Ian Hickson`<mailto:ian@hixie.ch>
|
|
inline-block-004 inline-block: width interact http://www.w3.org/TR/CSS21/visudet.html#inlineblock-width 3fe38b99cfa327f3213cc7d33e647a741ac8e83c `Ian Hickson`<mailto:ian@hixie.ch>
|
|
inline-block-005 inline-block: width interact http://www.w3.org/TR/CSS21/visudet.html#inlineblock-width c472c1ddc01d782a148417310a78261d99fa6cff `Ian Hickson`<mailto:ian@hixie.ch>
|
|
inline-block-alignment-001 reference/inline-block-alignment-001-ref inline-block alignment - inline-block with content (alphabetical alignment with horizontal layout) image http://www.w3.org/TR/css-writing-modes-3/#replaced-baselines,http://www.w3.org/TR/CSS21/visuren.html#inline-boxes 821ae4b19d3dd8ea2048595bea4ebb3d023c57fb `Hajime Shiozawa`<mailto:hajime.shiozawa@gmail.com> This test checks the generation of inline-block baseline. When 'writing-mode' is horizontal, then the alphabetical baseline is used as the dominant baseline.
|
|
inline-block-alignment-002-sidewaysleft inline-block alignment - inline-block with content (alphabetical alignment with vertical layout) image http://www.w3.org/TR/css-writing-modes-3/#replaced-baselines,http://www.w3.org/TR/CSS21/visuren.html#inline-boxes 53b8f2d1c97a9f8c5a24d892088cae2846194bac `Hajime Shiozawa`<mailto:hajime.shiozawa@gmail.com> This test checks the generation of inline-block baseline. When 'writing-mode' is vertical and when 'text-orientation' is 'sideways-left', 'sideways-right' or 'sideways', then the central baseline is used as the dominant baseline.
|
|
inline-block-alignment-002-sidewaysright inline-block alignment - inline-block with content (alphabetical alignment with vertical layout) image http://www.w3.org/TR/css-writing-modes-3/#replaced-baselines,http://www.w3.org/TR/CSS21/visuren.html#inline-boxes 96155ce40e8d728986bd32d0cb8b64724862617a `Hajime Shiozawa`<mailto:hajime.shiozawa@gmail.com> This test checks the generation of inline-block baseline. When 'writing-mode' is vertical and when 'text-orientation' is 'sideways-left', 'sideways-right' or 'sideways', then the central baseline is used as the dominant baseline.
|
|
inline-block-alignment-003-lr inline-block alignment - inline-block with content (central alignment with vertical layout) ahem,image http://www.w3.org/TR/css-writing-modes-3/#replaced-baselines,http://www.w3.org/TR/CSS21/visuren.html#inline-boxes 6f86f399edcdf82716a84be9c2528b6905ff9741 `Hajime Shiozawa`<mailto:hajime.shiozawa@gmail.com> This test checks the generation of inline-block baseline. When 'writing-mode' is vertical and when 'text-orientation' is 'mixed', 'upright' or 'use-glyph-orientation', then the central baseline is used as the dominant baseline.
|
|
inline-block-alignment-003-rl inline-block alignment - inline-block with content (central alignment with vertical layout) ahem,image http://www.w3.org/TR/css-writing-modes-3/#replaced-baselines,http://www.w3.org/TR/CSS21/visuren.html#inline-boxes 524b3705547388b65d1f6a0cc826d10ba0c67aa4 `Hajime Shiozawa`<mailto:hajime.shiozawa@gmail.com> This test checks the generation of inline-block baseline. When 'writing-mode' is vertical and when 'text-orientation' is 'mixed', 'upright' or 'use-glyph-orientation', then the central baseline is used as the dominant baseline.
|
|
inline-block-alignment-004 reference/inline-block-alignment-004-ref inline-block alignment - inline-block without content (alphabetical alignment with horizontal layout) image http://www.w3.org/TR/css-writing-modes-3/#replaced-baselines,http://www.w3.org/TR/CSS21/visuren.html#inline-boxes 602bda6a0608e84fce3091ae0273e7facf37d683 `Hajime Shiozawa`<mailto:hajime.shiozawa@gmail.com> This test checks the generation of empty inline-block baseline. When 'writing-mode' is horizontal, then the alphabetical baseline is used as the dominant baseline.
|
|
inline-block-alignment-005-sidewaysleft inline-block alignment - inline-block without content (alphabetical alignment with vertical layout) image http://www.w3.org/TR/css-writing-modes-3/#replaced-baselines,http://www.w3.org/TR/CSS21/visuren.html#inline-boxes 68067dfb7be3154ca72260ad487294385e70c13a `Hajime Shiozawa`<mailto:hajime.shiozawa@gmail.com> This test checks the generation of empty inline-block baseline. When 'writing-mode' is vertical and when 'text-orientation' is 'sideways-left', 'sideways-right' or 'sideways', then the central baseline is used as the dominant baseline.
|
|
inline-block-alignment-005-sidewaysright inline-block alignment - inline-block without content (alphabetical alignment with vertical layout) image http://www.w3.org/TR/css-writing-modes-3/#replaced-baselines,http://www.w3.org/TR/CSS21/visuren.html#inline-boxes f24f1c212ca3e23d0d495e46b38ec0cb297cad2c `Hajime Shiozawa`<mailto:hajime.shiozawa@gmail.com> This test checks the generation of empty inline-block baseline. When 'writing-mode' is vertical and when 'text-orientation' is 'sideways-left', 'sideways-right' or 'sideways', then the central baseline is used as the dominant baseline.
|
|
inline-block-alignment-006-lr inline-block alignment - inline-block without content (central alignment with vertical layout) ahem,image http://www.w3.org/TR/css-writing-modes-3/#replaced-baselines,http://www.w3.org/TR/CSS21/visuren.html#inline-boxes f9618df006d1eb85dff19d08d8627ef433d0aea0 `Hajime Shiozawa`<mailto:hajime.shiozawa@gmail.com> This test checks the generation of empty inline-block baseline. When 'writing-mode' is vertical and when 'text-orientation' is 'mixed', 'upright' or 'use-glyph-orientation', then the central baseline is used as the dominant baseline.
|
|
inline-block-alignment-006-rl inline-block alignment - inline-block without content (central alignment with vertical layout) ahem,image http://www.w3.org/TR/css-writing-modes-3/#replaced-baselines,http://www.w3.org/TR/CSS21/visuren.html#inline-boxes d5591ccbb1a1a0c3c089eaa939143a0ac7adb939 `Hajime Shiozawa`<mailto:hajime.shiozawa@gmail.com> This test checks the generation of empty inline-block baseline. When 'writing-mode' is vertical and when 'text-orientation' is 'mixed', 'upright' or 'use-glyph-orientation', then the central baseline is used as the dominant baseline.
|
|
inline-block-height-001 reference/inline-block-height-001-ref Test for height:auto on inline-block http://www.w3.org/TR/CSS21/visudet.html#inline-replaced-height 16420343ff1b3e203ff5c995965add545595a9a6 `L. David Baron`<http://dbaron.org/>,`Mozilla Corporation`<http://mozilla.com/>
|
|
inline-block-height-002 reference/inline-block-height-002-ref Test for height:<length> on inline-block http://www.w3.org/TR/CSS21/visudet.html#inline-replaced-height 13f6f7d3e9b65cb978c256d0f064517e544579c9 `L. David Baron`<http://dbaron.org/>,`Mozilla Corporation`<http://mozilla.com/>
|
|
inline-block-non-replaced-height-001 reference/height-percentage-001-ref Inline-block non-replaced element with 'margin-top', margin-bottom' set to 'auto' and 'height' relying on the descendants http://www.w3.org/TR/CSS21/visudet.html#block-root-margin 3df4a8af7efd3439cc337a14a533ccb6df6a0578 `Microsoft`<http://www.microsoft.com/> If 'height' is 'auto' on an inline-block non-replaced element then the 'height' depends on the descendants.
|
|
inline-block-non-replaced-height-002 reference/height-percentage-001-ref Inline-block non-replaced elements' margin box is used for the height of the line box http://www.w3.org/TR/CSS21/visudet.html#block-root-margin 0f86ba3ad25a8df750827f10334c90607667460d `Microsoft`<http://www.microsoft.com/> Inline-block non-replaced elements use the margin box for sizing the height of the line box.
|
|
inline-block-non-replaced-width-001 reference/inline-block-non-replaced-width-001-ref Inline-block non-replaced elements shrink-to-fit ahem http://www.w3.org/TR/CSS21/visudet.html#inlineblock-width e8698050a6cc86933ae109352e5fc6b6c43c9560 `Microsoft`<http://www.microsoft.com/> If 'width' is 'auto' then 'inline-block' elements shrink-to-fit.
|
|
inline-block-non-replaced-width-002 reference/inline-block-non-replaced-width-002-ref Inline-block non-replaced elements with 'margin-left' and 'margin-right' set to 'auto' ahem http://www.w3.org/TR/CSS21/visudet.html#inlineblock-width 9af65d5c277dba86810d9304ca3fffa020acb7aa `Microsoft`<http://www.microsoft.com/> When 'margin-left' and 'margin-right' are set to 'auto' the used value becomes '0'.
|
|
inline-block-non-replaced-width-003 reference/absolute-non-replaced-width-017-ref 'shrink-to-fit' width of inline-block non-replaced elements - max-width ahem http://www.w3.org/TR/CSS21/visudet.html#inlineblock-width,http://www.w3.org/TR/CSS21/visudet.html#min-max-widths 3bbbc88da022418e246efb1667b1a859b680705f `Gérard Talbot`<http://www.gtalbot.org/BrowserBugsSection/css21testsuite/>,`Daniel Schattenkirchner`<crazy-daniel{at}gmx.de> If 'width' of an inline-block, non-replaced element in normal flow computes to 'auto', then the used value of 'width' is given by 'shrink-to-fit' width calculation. If 'width' of an inline-block, non-replaced element in normal flow is given by 'shrink-to-fit' width calculation, then such calculated width can be furthermore constrained, reduced by a max-width declaration. If 'width' of an inline-block, non-replaced element in normal flow computes to 'auto' but its own child uses a constrained length resulting from a max-width declaration, then such constrained length will define the preferred width in 'shrink-to-fit' width calculation.
|
|
inline-block-non-replaced-width-004 reference/absolute-non-replaced-width-017-ref 'shrink-to-fit' width of inline-block non-replaced elements - max-width ahem http://www.w3.org/TR/CSS21/visudet.html#inlineblock-width,http://www.w3.org/TR/CSS21/visudet.html#min-max-widths c3ee89ece2dea5dda5e1f4c6f165c7eb5aae9a1c `Gérard Talbot`<http://www.gtalbot.org/BrowserBugsSection/css21testsuite/>,`Daniel Schattenkirchner`<crazy-daniel{at}gmx.de> If 'width' of an inline-block, non-replaced element in normal flow computes to 'auto', then the used value of 'width' is given by 'shrink-to-fit' width calculation. If 'width' of an inline-block, non-replaced element in normal flow is given by 'shrink-to-fit' width calculation, then such calculated width can be furthermore constrained, reduced by a max-width declaration. If 'width' of an inline-block, non-replaced element in normal flow computes to 'auto' but its own child uses a constrained length resulting from a max-width declaration, then such constrained length will define the preferred width in 'shrink-to-fit' width calculation.
|
|
inline-block-replaced-height-001 reference/block-replaced-height-001-ref Inline-block replaced elements with 'margin-top' and 'margin-bottom' as 'auto' image http://www.w3.org/TR/CSS21/visudet.html#inline-replaced-height 3c583012343e478675ca310f3eb3e301ac6307fa `Microsoft`<http://www.microsoft.com/> An inline-block replaced elements' used value of 'margin-top' and/or 'margin-bottom' set to 'auto' is '0'.
|
|
inline-block-replaced-height-002 reference/block-replaced-height-002-ref Inline-block replaced elements relying on intrinsic height dimensions image http://www.w3.org/TR/CSS21/visudet.html#inline-replaced-height e2b2fbe36c6527331926f1a21a4c1070e17580c4 `Microsoft`<http://www.microsoft.com/> The used value of 'height' is the intrinsic height when an inline-block replaced element has an intrinsic height and 'width' computed as 'auto'.
|
|
inline-block-replaced-height-003 reference/inline-block-replaced-height-003-ref Inline-block replaced elements with intrinsic ratio and 'height' set to 'auto' image http://www.w3.org/TR/CSS21/visudet.html#inline-replaced-height dc54f387ba8fbd239622036940cac0049a4a80e2 `Microsoft`<http://www.microsoft.com/> The 'height' is the used width divided by the intrinsic ratio when an inline-block replaced element has an intrinsic ratio, 'height' is set to 'auto' and 'width' is specified.
|
|
inline-block-replaced-height-004 reference/block-replaced-height-004-ref Inline-block replaced element without intrinsic ratio and 'height' set to 'auto' http://www.w3.org/TR/CSS21/visudet.html#inline-replaced-height c9f4566d5ba4f3600c1ba4af59d3210116e117f7 `Microsoft`<http://www.microsoft.com/> For inline-block replaced element that has no intrinsic ratio and a 'height' set to 'auto', the 'height' is set to the largest rectangle that has a 2:1 ratio that is not greater than 150px and has a 'width' not greater than the device width.
|
|
inline-block-replaced-height-005 reference/block-replaced-height-005-ref Inline-block replaced elements with percentage based intrinsic height http://www.w3.org/TR/CSS21/visudet.html#inline-replaced-height 018b2bf6d506c5fc7ae997567c08adabe46dfa24 `Microsoft`<http://www.microsoft.com/> An inline-block replaced element with percentage intrinsic height resolves based on the containing block height when percentage is explicitly specified.
|
|
inline-block-replaced-height-006 reference/block-replaced-height-006-ref Absolutely positioned inline-block replaced elements with percentage based height nonHTML,svg http://www.w3.org/TR/CSS21/visudet.html#inline-replaced-height 35248dc791ff3f668f9b378ae19fee418745719b `Microsoft`<http://www.microsoft.com/> An inline-block replaced element with a percentage height resolves based on the containing block when the replaced element is absolutely positioned.
|
|
inline-block-replaced-height-007 reference/block-replaced-height-004-ref Inline-block replaced element with percentage based height that cannot be resolved http://www.w3.org/TR/CSS21/visudet.html#inline-replaced-height f49d9581b85fc272b0e802c26bda9b13d6efc2e5 `Microsoft`<http://www.microsoft.com/> An inline-block replaced element with a percentage height that cannot be resolved will have its 'height' value computed to 'auto'. In which case, if such inline-block replaced element's 'height' has a computed value of 'auto' and no intrinsic ratio, then the 'height' is set to the largest rectangle that has a 2:1 ratio that is not greater than 150px and has a 'width' not greater than the device width.
|
|
inline-block-replaced-height-008 'inline-block' replaced elements in normal flow - specified width, height in percentages and intrinsic ratio image,interact http://www.w3.org/TR/CSS21/visudet.html#inline-replaced-height 39f234094ac197497be52c55dcb22f1afc8a1e6b `Gérard Talbot`<http://www.gtalbot.org/BrowserBugsSection/css21testsuite/> When 'height: 1%' (or any other percentage) applies to an 'inline-block' replaced element and when the height of its containing block is not specified explicitly (i.e., it depends on content height), then such height computes to 'auto'. Then, if such inline-block replaced element has an intrinsic ratio and its used width is known or resolved, then the used value of 'height' is determined by the equation (used width) / (intrinsic ratio).
|
|
inline-block-replaced-height-009 reference/absolute-replaced-width-003b-ref CSS Test: height of inline-block replaced element with no intrinsic height and no intrinsic ratio nonHTML,svg http://www.w3.org/TR/CSS21/visudet.html#inline-replaced-height 3b3e9e31636965aa2e424da8593240c24c2dd8eb `Gérard Talbot`<http://www.gtalbot.org/BrowserBugsSection/css21testsuite/> If an inline-block replaced element (like the svg element in this test) has no intrinsic height and no intrinsic ratio, then the used value of 'height' becomes 150px.
|
|
inline-block-replaced-width-001 reference/inline-block-replaced-width-001-ref Inline-block replaced elements and 'auto' specified for 'margin-left', 'margin-right' and intrinsic width image http://www.w3.org/TR/CSS21/visudet.html#inlineblock-replaced-width 4286142b747d6ee26d2bb54f43b63e7dfc4d5934 `Microsoft`<http://www.microsoft.com/> Computed value of 'auto' for 'margin-left' or margin-right' on inline-block replaced elements becomes a used value of '0'. The intrinsic width is also used if 'height' and 'width' are 'auto'.
|
|
inline-block-replaced-width-002 reference/inline-block-replaced-width-002-ref Inline-block replaced elements and 'auto' specified for 'margin-left', 'margin-right' and intrinsic height nonHTML,svg http://www.w3.org/TR/CSS21/visudet.html#inlineblock-replaced-width 306dc4787114df8c2c80458457e0c14cb01d4375 `Microsoft`<http://www.microsoft.com/> Computed value of 'auto' for 'margin-left' or margin-right' on inline-block replaced elements becomes a used value of '0'. If 'width' has a computed value of 'auto' and the inline-block replaced element has no intrinsic ratio and no intrinsic width (which is the case in this test), then the used value of 'width' becomes 300px.
|
|
inline-block-replaced-width-003 reference/inline-block-replaced-width-003-ref Inline-block replaced elements and 'auto' specified for 'margin-left', 'margin-right' and 'height' nonHTML,svg http://www.w3.org/TR/CSS21/visudet.html#inlineblock-replaced-width 051d6842568d52e0047c03a009cedd16721228bc `Microsoft`<http://www.microsoft.com/> Computed value of 'auto' for 'margin-left' or margin-right' on inline-block replaced elements becomes a used value of '0'. If 'width' has a computed value of 'auto' and the inline-block replaced element has no intrinsic ratio and no intrinsic width (which is the case in this test), then the used value of 'width' becomes 300px.
|
|
inline-block-replaced-width-004 Inline-block replaced elements and 'auto' specified for 'margin-left', 'margin-right' and no intrinsic height or width nonHTML,svg http://www.w3.org/TR/CSS21/visudet.html#inlineblock-replaced-width 3de3aebd0b64759896a7223ddcc0954c6233c657 `Microsoft`<http://www.microsoft.com/> Computed value of 'auto' for 'margin-left' or margin-right' on inline-block replaced elements becomes a used value of '0'. The height and width are adjusted by the constraints for block-level, non-replaced elements.
|
|
inline-block-replaced-width-006 reference/inline-block-replaced-width-006-ref Inline-block replaced elements and 'auto' specified for 'margin-left', 'margin-right' and percentage intrinsic width image http://www.w3.org/TR/CSS21/visudet.html#inlineblock-replaced-width 60236fd48fa66285e051cfacd3533e825a4f1107 `Microsoft`<http://www.microsoft.com/> Percentage intrinsic widths are evaluated against the containing block's width.
|
|
inline-block-replaced-width-007 reference/absolute-replaced-width-003a-ref width of inline-block replaced element with no intrinsic height, no intrinsic width and no intrinsic ratio nonHTML,svg http://www.w3.org/TR/CSS21/visudet.html#inlineblock-replaced-width 2880bdbb21b9eae7d818ae929dd156c1338890d4 `Gérard Talbot`<http://www.gtalbot.org/BrowserBugsSection/css21testsuite/> If an inline-block replaced element (like the svg element in this test) has no intrinsic width and no intrinsic height, then the used value of 'width' becomes 300px and the used value of 'height' becomes 150px.
|
|
inline-block-replaced-width-008 reference/absolute-replaced-width-003c-ref CSS Test: width of inline-block replaced element with no intrinsic width and no intrinsic ratio nonHTML,svg http://www.w3.org/TR/CSS21/visudet.html#inlineblock-replaced-width 952afbdf8b1423bbad909625b2a553e4cf61496f `Gérard Talbot`<http://www.gtalbot.org/BrowserBugsSection/css21testsuite/> If an inline-block replaced element (like the svg element in this test) has no intrinsic width and no intrinsic ratio, then the used value of 'width' becomes 300px.
|
|
inline-block-valign-001 reference/inline-block-valign-001-ref Test for vertical alignment on inline-block http://www.w3.org/TR/CSS21/visuren.html#display-prop,http://www.w3.org/TR/CSS21/visudet.html#leading efbde4430ba08c0a8280a673c4b3950951168613 `L. David Baron`<http://dbaron.org/>,`Mozilla Corporation`<http://mozilla.com/> This value causes an element to generate a block box, which itself is flowed as a single inline box, similar to a replaced element. The inside of an inline-block is formatted as a block box, and the element itself is formatted as an inline replaced element. The baseline of an 'inline-block' is the baseline of its last line box in the normal flow, unless it has either no in-flow line boxes or if its 'overflow' property has a computed value other than 'visible', in which case the baseline is the bottom margin edge.
|
|
inline-block-valign-002 reference/inline-block-valign-002-ref Test for vertical alignment on inline-block http://www.w3.org/TR/CSS21/visuren.html#display-prop,http://www.w3.org/TR/CSS21/visudet.html#leading dc07082b5a1176d018d97285c5c0b9afe6ad2488 `L. David Baron`<http://dbaron.org/>,`Mozilla Corporation`<http://mozilla.com/> This value causes an element to generate a block box, which itself is flowed as a single inline box, similar to a replaced element. The inside of an inline-block is formatted as a block box, and the element itself is formatted as an inline replaced element. The baseline of an 'inline-block' is the baseline of its last line box in the normal flow, unless it has either no in-flow line boxes or if its 'overflow' property has a computed value other than 'visible', in which case the baseline is the bottom margin edge.
|
|
inline-block-width-001a reference/inline-block-width-001-ref Test for 'width: auto' on inline-block http://www.w3.org/TR/CSS21/visudet.html#inlineblock-width de30df8902454a32845f444b102d2fd6ce262d38 `L. David Baron`<http://dbaron.org/>,`Mozilla Corporation`<http://mozilla.com/>
|
|
inline-block-width-001b reference/inline-block-width-001-ref Test for 'width: auto' on inline-block http://www.w3.org/TR/CSS21/visudet.html#inlineblock-width 032584896a186cafe7bd83ae971d5c1f713f2016 `L. David Baron`<http://dbaron.org/>,`Mozilla Corporation`<http://mozilla.com/>
|
|
inline-block-width-002a reference/inline-block-width-002-ref Test for 'width: auto' on inline-block http://www.w3.org/TR/CSS21/visudet.html#inlineblock-width aea5801e981d4c3e990b06cd787a74d6bc141773 `L. David Baron`<http://dbaron.org/>,`Mozilla Corporation`<http://mozilla.com/>
|
|
inline-block-width-002b reference/inline-block-width-002-ref Test for 'width: <length>' on inline-block http://www.w3.org/TR/CSS21/visudet.html#inlineblock-width 2f1405cb0c77c68c90d4054dbd48a90be23dd65b `L. David Baron`<http://dbaron.org/>,`Mozilla Corporation`<http://mozilla.com/>
|
|
inline-block-zorder-001 reference/inline-block-zorder-001-ref Test for z-ordering of inline-block http://www.w3.org/TR/CSS21/zindex.html#painting-order d1b95c8c4276b9cf68510d682e5521ce523c74ec `L. David Baron`<http://dbaron.org/>,`Mozilla Corporation`<http://mozilla.com/>
|
|
inline-block-zorder-002 reference/inline-block-zorder-001-ref Test for z-ordering of inline-block http://www.w3.org/TR/CSS21/zindex.html#painting-order 56c4e2afc5f48d0b3c7e6262ce7778cb50943642 `L. David Baron`<http://dbaron.org/>,`Mozilla Corporation`<http://mozilla.com/>
|
|
inline-block-zorder-003 reference/inline-block-zorder-003-ref Test for z-ordering of inline-block http://www.w3.org/TR/CSS21/zindex.html#painting-order 7b104fb9f40215738eea732696a8bf017e030fc2 `L. David Baron`<http://dbaron.org/>,`Mozilla Corporation`<http://mozilla.com/>
|
|
inline-block-zorder-004 reference/inline-block-zorder-004-ref Test for z-ordering of inline-block http://www.w3.org/TR/CSS21/zindex.html#painting-order a1b58e4c8be401ca80479e0022bffad2557646ea `L. David Baron`<http://dbaron.org/>,`Mozilla Corporation`<http://mozilla.com/>
|
|
inline-block-zorder-005 reference/inline-block-zorder-004-ref Test for z-ordering of inline-block http://www.w3.org/TR/CSS21/zindex.html#painting-order cdcd5a40f641bf56c75a3f1cd86ce76cff0e1e20 `L. David Baron`<http://dbaron.org/>,`Mozilla Corporation`<http://mozilla.com/>
|
|
inline-box-001 reference/inline-box-001-ref Inline box containing block boxes http://www.w3.org/TR/CSS21/visuren.html#anonymous-block-level 527c6e55a745bc20d2d8af60835b19e9a05831ee `Microsoft`<http://www.microsoft.com/> Inline boxes that contain block boxes will break up the inline content around the block box.
|
|
inline-box-002 reference/inline-box-002-ref Block boxes within inline boxes are affected by positioning http://www.w3.org/TR/CSS21/visuren.html#anonymous-block-level 7966dee58c639b3ae4189ae326e0c591c6d291f9 `Microsoft`<http://www.microsoft.com/> Block boxes within inline boxes are also affected by relative positioning on the inline box.
|
|
inline-formatting-context-001 reference/inline-formatting-context-001-ref Inline formatting context and basic horizontal Layout http://www.w3.org/TR/CSS21/visuren.html#inline-formatting e78b3cc48b924f32efd3e0978e714ae02dc90bda `Microsoft`<http://www.microsoft.com/> Inline boxes are laid out horizontally or one after the other starting at the top of the containing block.
|
|
inline-formatting-context-002 reference/inline-formatting-context-002-ref Inline formatting context with a horizontal left margins http://www.w3.org/TR/CSS21/visuren.html#inline-formatting 19494c4fa78f98fcd767100720e96eff2f717959 `Microsoft`<http://www.microsoft.com/> Horizontal left margins are respected between inline boxes.
|
|
inline-formatting-context-003 reference/inline-formatting-context-003-ref Inline formatting context with a horizontal right margins http://www.w3.org/TR/CSS21/visuren.html#inline-formatting 1eb29a7500f5a7ed149c698793ad4edb97004a03 `Microsoft`<http://www.microsoft.com/> Horizontal right margins are respected between inline boxes.
|
|
inline-formatting-context-004 reference/inline-formatting-context-002-ref Inline formatting context with a left border http://www.w3.org/TR/CSS21/visuren.html#inline-formatting 8476f62857d6432878e63bd927912a2e11b53af1 `Microsoft`<http://www.microsoft.com/> Left borders are respected between inline boxes.
|
|
inline-formatting-context-005 reference/inline-formatting-context-003-ref Inline formatting context with a right border http://www.w3.org/TR/CSS21/visuren.html#inline-formatting 97204e2da9e5ec299c6fecd8106692a7b3cabc75 `Microsoft`<http://www.microsoft.com/> Right borders are respected between inline boxes.
|
|
inline-formatting-context-006 reference/inline-formatting-context-002-ref Inline formatting context with left padding http://www.w3.org/TR/CSS21/visuren.html#inline-formatting 5afb842c403e7bf338f4be718c9e2147dcc2a228 `Microsoft`<http://www.microsoft.com/> Left padding are respected between inline boxes.
|
|
inline-formatting-context-007 reference/inline-formatting-context-003-ref Inline formatting context with right padding http://www.w3.org/TR/CSS21/visuren.html#inline-formatting 1a605e1957ef479b3c1a12c0e9e7c4e7703a5137 `Microsoft`<http://www.microsoft.com/> Right padding are respected between inline boxes.
|
|
inline-formatting-context-008 reference/inline-formatting-context-008-ref Inline element widths are determined by the containing block ahem http://www.w3.org/TR/CSS21/visuren.html#inline-formatting d3f30d66ca91229849620be4785b291aefa5833d `Microsoft`<http://www.microsoft.com/> Inline element width is determined by the containing block.
|
|
inline-formatting-context-009 reference/inline-formatting-context-009-ref Inline element widths are determined by the containing block and floated elements ahem http://www.w3.org/TR/CSS21/visuren.html#inline-formatting f5c5d9ae080ece471a3ff8716f6fad50ba889fbe `Microsoft`<http://www.microsoft.com/> Inline element width is determined by the containing block and any floated elements.
|
|
inline-formatting-context-010 Line boxes are tall enough for all boxes ahem http://www.w3.org/TR/CSS21/visuren.html#inline-formatting 4d7e1e3c7a189da1f75674f097c3ec12b9e8b6e1 `Microsoft`<http://www.microsoft.com/> A line box is always tall enough to contain all the boxes in the line.
|
|
inline-formatting-context-010b line-height - line box height calculations ahem,dom,image,interact http://www.w3.org/TR/CSS21/visudet.html#line-height,http://www.w3.org/TR/CSS21/visuren.html#inline-formatting f68500e5db61f74f0c9ac404692c37d4c79f12df `Gérard Talbot`<http://www.gtalbot.org/BrowserBugsSection/css21testsuite/> A line box is always tall enough for all of the boxes it contains. A line box can be as tall as the tallest inline non-replaced box it contains.
|
|
inline-formatting-context-010c line-height - line box height calculations ahem,image http://www.w3.org/TR/CSS21/visudet.html#line-height,http://www.w3.org/TR/CSS21/visuren.html#inline-formatting 4ed64e7f409d64a861b63ab78f0846f8e097fedf `Gérard Talbot`<http://www.gtalbot.org/BrowserBugsSection/css21testsuite/> The line box height is given by the distance between the uppermost box top and the lowermost box bottom. The line box height is not necessarly given by the height of the tallest inline box contained in the line box.
|
|
inline-formatting-context-010d line-height - line box height calculations image http://www.w3.org/TR/CSS21/visudet.html#line-height,http://www.w3.org/TR/CSS21/visuren.html#inline-formatting 216edbe6e02bb5909e1ec61da4ee7c5caaf3d8ae `Gérard Talbot`<http://www.gtalbot.org/BrowserBugsSection/css21testsuite/> The line box height is given by the distance between the uppermost box top and the lowermost box bottom. The line box height is not necessarly given by the height of the tallest inline box contained in the line box.
|
|
inline-formatting-context-011 reference/inline-formatting-context-011-ref Vertical-align and alignment of inline boxes ahem http://www.w3.org/TR/CSS21/visuren.html#inline-formatting 43668c6fcae253ebeb7f2e9efe365ee9af834d2e `Microsoft`<http://www.microsoft.com/> The 'vertical-align' property determines the vertical alignment of a box within a line box.
|
|
inline-formatting-context-012 reference/after-content-display-002-ref Inline boxes vertically stack if they do not fit horizontally http://www.w3.org/TR/CSS21/visuren.html#inline-formatting 6d0037368c33a38b1be9555a7490416af901a75f `Microsoft`<http://www.microsoft.com/> Inline boxes stack vertically when they do not fit within an element horizontally.
|
|
inline-formatting-context-013 reference/inline-formatting-context-013-ref Wrapping inline boxes and vertical spacing ahem http://www.w3.org/TR/CSS21/visuren.html#inline-formatting 78ccea334f001499c8cc11418cd5d0c447436905 `Microsoft`<http://www.microsoft.com/> Line boxes are stacked with no vertical separation and they never overlap.
|
|
inline-formatting-context-014 Line boxes span the container ahem http://www.w3.org/TR/CSS21/visuren.html#inline-formatting a6ee0fbb6ebd67665c1fdf707bcfd683ea0c4051 `Microsoft`<http://www.microsoft.com/> Line boxes span the entire width of a container unless constrained by floats.
|
|
inline-formatting-context-015 reference/inline-formatting-context-015-ref Line boxes next to floats http://www.w3.org/TR/CSS21/visuren.html#inline-formatting 9f3f85d79c6a3a685d13c96119dfc99993c44f50 `Microsoft`<http://www.microsoft.com/> Line boxes adjust for floated elements.
|
|
inline-formatting-context-016 Line box distribution with the 'text-align' property http://www.w3.org/TR/CSS21/visuren.html#inline-formatting e921f9ac18098ef215879af95a84282ce4a3d209 `Microsoft`<http://www.microsoft.com/> When the inline box is wider than the line boxes the 'text-align' property is used to align the line boxes.
|
|
inline-formatting-context-017 Text-align 'justify' and space and word stretching ahem,may http://www.w3.org/TR/CSS21/visuren.html#inline-formatting 943bce28b94aa0d334ce5e4494f97bca6b46b476 `Microsoft`<http://www.microsoft.com/> If 'text-align' is set to 'justify' the user agent may stretch spaces and/or words.
|
|
inline-formatting-context-018 Text-align 'justify' and 'inline-table' elements http://www.w3.org/TR/CSS21/visuren.html#inline-formatting d1d80b0e8df380b58aedb605778601401d73a274 `Microsoft`<http://www.microsoft.com/> If 'text-align' is set to 'justify' the user agent does not stretch spaces and/or words when the 'display' property is set to 'inline-table'.
|
|
inline-formatting-context-019 Text-align 'justify' and 'inline-block' elements http://www.w3.org/TR/CSS21/visuren.html#inline-formatting d7b0832c16920d43785cb6ba18cb8862a4dbde1d `Microsoft`<http://www.microsoft.com/> If 'text-align' is set to 'justify' the user agent does not stretch spaces and/or words when the 'display' property is set to 'inline-block'.
|
|
inline-formatting-context-020 Inline boxes exceeding the line box http://www.w3.org/TR/CSS21/visuren.html#inline-formatting 263c16a8c5fc836e99ddf07fc229b791ffcaa4d8 `Microsoft`<http://www.microsoft.com/> Inline boxes are split onto additional lines if the line box does not fit within the width.
|
|
inline-formatting-context-021 Inline boxes exceeding the line box and overflowing http://www.w3.org/TR/CSS21/visuren.html#inline-formatting 0d0857b8cecff483f026427b84ab9ad42be6cc80 `Microsoft`<http://www.microsoft.com/> If inline boxes cannot be split (i.e.: white-space: nowrap) then the inline box overflows the line box.
|
|
inline-formatting-context-022 reference/inline-formatting-context-022-ref Inline boxes that are split and the margin, border, padding effect ahem,image http://www.w3.org/TR/CSS21/visuren.html#inline-formatting 6bfdfaaa195c450cf9ce7e1da64d0f61efe7ac82 `Microsoft`<http://www.microsoft.com/> Margins, borders and padding have no visual effect when inline boxes are split.
|
|
inline-formatting-context-023 reference/inline-formatting-context-023-ref Bidirectional text runs can create additional line boxes http://www.w3.org/TR/CSS21/visuren.html#inline-formatting d8ec3a7fea2b018e9d7ab92d0c643143d6dbd07d `Microsoft`<http://www.microsoft.com/> Additional inline boxes can be created for the bidirectional text.
|
|
inline-non-replaced-height-002 reference/inline-non-replaced-height-002-ref Inline non-replaced elements and padding ahem http://www.w3.org/TR/CSS21/visudet.html#inline-non-replaced 8ed074c34e054044a3b1352a6518195552d7ba11 `Microsoft`<http://www.microsoft.com/> The padding starts at the top and bottom of the content area not the 'line-height'.
|
|
inline-non-replaced-height-003 reference/inline-non-replaced-height-002-ref Inline non-replaced elements and border ahem http://www.w3.org/TR/CSS21/visudet.html#inline-non-replaced ca3cbcd080c47be861f2a28bf6c231364b974de8 `Microsoft`<http://www.microsoft.com/> The border starts at the top and bottom of the content area not the 'line-height'.
|
|
inline-non-replaced-width-001 reference/inline-non-replaced-width-001-ref Inline non-replaced elements with 'auto' value for 'left', 'right', and 'margin-left' ahem http://www.w3.org/TR/CSS21/visudet.html#inline-width c1515634745323a52a28e71089225423bd338200 `Microsoft`<http://www.microsoft.com/> Computed value of 'auto' for 'left', 'right', and 'margin-left' becomes a used value of '0'.
|
|
inline-non-replaced-width-002 reference/inline-non-replaced-width-001-ref Inline non-replaced elements with 'auto' value for 'left', 'right', and 'margin-right' ahem http://www.w3.org/TR/CSS21/visudet.html#inline-width 952ba972fd4317966246c44688484d4022cfdb7f `Microsoft`<http://www.microsoft.com/> Computed value of 'auto' for 'left', 'right', and 'margin-right' becomes a used value of '0'.
|
|
inline-replaced-height-001 reference/block-replaced-height-001-ref Inline replaced elements with 'margin-top' and 'margin-bottom' as 'auto' image http://www.w3.org/TR/CSS21/visudet.html#inline-replaced-height a3dcdeb66267a9033bc27369b7ab364786dfb2f9 `Microsoft`<http://www.microsoft.com/> An inline replaced elements' used value of 'margin-top' and/or 'margin-bottom' set to 'auto' is '0'.
|
|
inline-replaced-height-002 reference/block-replaced-height-002-ref Inline replaced elements relying on intrinsic height dimensions image http://www.w3.org/TR/CSS21/visudet.html#inline-replaced-height f0f2a8a5f6febe3bb1ac8bbd51055cbfcef83e94 `Microsoft`<http://www.microsoft.com/> The 'height' is the intrinsic height when an inline replaced element with an intrinsic height has a 'height' and 'width' computed as 'auto'.
|
|
inline-replaced-height-003 reference/inline-block-replaced-height-003-ref Inline replaced elements with intrinsic ratios and 'height' set to 'auto' image http://www.w3.org/TR/CSS21/visudet.html#inline-replaced-height a80b2280acd0f286cc1e90d811c701c51885e4ff `Microsoft`<http://www.microsoft.com/> The 'height' is the used width divided by the ratio when an inline replaced element has an intrinsic ratio, 'height' is set to 'auto' and 'width' is not 'auto'.
|
|
inline-replaced-height-004 reference/block-replaced-height-004-ref Inline replaced elements without intrinsic ratios and 'height' set to 'auto' http://www.w3.org/TR/CSS21/visudet.html#inline-replaced-height fe595442a956f1f772bae5cedcfc3af6753345b5 `Microsoft`<http://www.microsoft.com/> For inline replaced elements the 'height' is set to the largest rectangle that has a 2:1 ratio that is not greater than 150px and has a 'width' not greater than the device width.
|
|
inline-replaced-height-005 reference/block-replaced-height-005-ref Inline replaced elements with percentage based intrinsic height http://www.w3.org/TR/CSS21/visudet.html#inline-replaced-height cfc0d237dac7b6bf56e3032bbdbcd8a83ed8947e `Microsoft`<http://www.microsoft.com/> An inline replaced element with percentage intrinsic height resolves based on the containing block height when percentage is explicitly specified.
|
|
inline-replaced-height-006 reference/block-replaced-height-006-ref Absolutely positioned inline replaced elements with percentage based intrinsic height nonHTML,svg http://www.w3.org/TR/CSS21/visudet.html#inline-replaced-height f366248a89c5ef41cd0bf8875fb7c678406e11ad `Microsoft`<http://www.microsoft.com/> An inline replaced element with percentage intrinsic height resolves based on the containing block when the replaced element is absolutely positioned.
|
|
inline-replaced-height-007 reference/block-replaced-height-004-ref Inline replaced elements with percentage based intrinsic height that cannot be resolved http://www.w3.org/TR/CSS21/visudet.html#inline-replaced-height f5600d2a426b679b1a3e488ca6a8cb582e4ca987 `Microsoft`<http://www.microsoft.com/> An inline replaced element with a percentage height that cannot be resolved has no intrinsic height.
|
|
inline-replaced-height-008 Inline replaced elements in normal flow - specified width, height in percentages and intrinsic ratio image,interact http://www.w3.org/TR/CSS21/visudet.html#inline-replaced-height 0a8efbd3c216d12e50e82d6685667ea58ad22926 `Gérard Talbot`<http://www.gtalbot.org/BrowserBugsSection/css21testsuite/> When 'height: 1%' (or any other percentage) applies to an inline replaced element and when the height of its containing block is not specified explicitly (i.e., it depends on content height), then such height computes to 'auto'. Then, if such inline replaced element has an intrinsic ratio and its used width is known or resolved, then the used value of 'height' is determined by the equation (used width) / (intrinsic ratio).
|
|
inline-replaced-height-009 reference/absolute-replaced-width-003b-ref CSS Test: height of inline replaced element with no intrinsic height and no intrinsic ratio nonHTML,svg http://www.w3.org/TR/CSS21/visudet.html#inline-replaced-height 281c9c68cf59c4429d814f070dcb56b5b287c250 `Gérard Talbot`<http://www.gtalbot.org/BrowserBugsSection/css21testsuite/> If an inline replaced element (like the svg element in this test) has no intrinsic height and no intrinsic ratio, then the used value of 'height' becomes 150px.
|
|
inline-replaced-height-010 reference/ref-filled-green-100px-square height - inline replaced element and max-width image http://www.w3.org/TR/CSS21/visudet.html#inline-replaced-height,http://www.w3.org/TR/CSS21/visudet.html#min-max-widths b5548a6b2a6d154477de7b01b10de195b92d8341 `Gérard Talbot`<http://www.gtalbot.org/BrowserBugsSection/css21testsuite/> The height of an inline replaced element should be re-calculated based on its constrained width (constrained by computed 'max-width' value) and based its intrinsic ratio when it has an intrinsic ratio.
|
|
inline-replaced-height-011 reference/ref-filled-green-100px-square height - inline replaced element and min-width image http://www.w3.org/TR/CSS21/visudet.html#inline-replaced-height,http://www.w3.org/TR/CSS21/visudet.html#min-max-widths ccd56c145b8131776096fcc6ea769222e706d605 `Gérard Talbot`<http://www.gtalbot.org/BrowserBugsSection/css21testsuite/> The height of an inline replaced element should be re-calculated based on its constrained width (constrained by computed 'min-width' value) and based its intrinsic ratio when it has an intrinsic ratio.
|
|
inline-replaced-width-001 reference/inline-replaced-width-001-ref Inline replaced elements and 'auto' specified for 'margin-left', 'margin-right' and intrinsic width image http://www.w3.org/TR/CSS21/visudet.html#inline-replaced-width 6b5a3294d21b9a232d4962cf4c889acccd3eaff6 `Microsoft`<http://www.microsoft.com/> Computed value of 'auto' for 'margin-left' or margin-right' on inline replaced elements becomes a used value of '0'. The intrinsic width is also used if 'height' and 'width' are 'auto'.
|
|
inline-replaced-width-002 reference/inline-replaced-width-002-ref Inline replaced elements and 'auto' specified for 'margin-left', 'margin-right' and intrinsic height nonHTML,svg http://www.w3.org/TR/CSS21/visudet.html#inline-replaced-width 8c59e4c7dbffe9e81ec6ee0dd6d3257f5b382191 `Microsoft`<http://www.microsoft.com/> Computed value of 'auto' for 'margin-left' or margin-right' on inline replaced elements becomes a used value of '0'.
|
|
inline-replaced-width-003 reference/inline-replaced-width-003-ref Inline replaced elements and 'auto' specified for 'margin-left', 'margin-right' and 'height' nonHTML,svg http://www.w3.org/TR/CSS21/visudet.html#inline-replaced-width c114bc40ba34db97659397af5bc3fa98c41816de `Microsoft`<http://www.microsoft.com/> Computed value of 'auto' for 'margin-left' or margin-right' on inline replaced elements becomes a used value of '0'.
|
|
inline-replaced-width-004 Inline replaced elements and 'auto' specified for 'margin-left', 'margin-right' and no intrinsic height or width nonHTML,svg http://www.w3.org/TR/CSS21/visudet.html#inline-replaced-width db1344b0821f60981189b45b1f816473f8c0e206 `Microsoft`<http://www.microsoft.com/> Computed value of 'auto' for 'margin-left' or margin-right' on inline replaced elements becomes a used value of '0'. The height and width are adjusted by the constraints for block-level, non-replaced elements.
|
|
inline-replaced-width-006 reference/inline-replaced-width-001-ref Inline replaced elements and 'auto' specified for 'margin-left', 'margin-right' and percentage intrinsic width image http://www.w3.org/TR/CSS21/visudet.html#inline-replaced-width e28958bc2f6ef0a0bcc5c9e76a3c18f0b6a3e810 `Microsoft`<http://www.microsoft.com/> Percentage intrinsic widths are evaluated against the containing block's width.
|
|
inline-replaced-width-008 reference/absolute-replaced-width-003a-ref width of inline replaced element with no intrinsic height, no intrinsic width and no intrinsic ratio nonHTML,svg http://www.w3.org/TR/CSS21/visudet.html#inline-replaced-width 8a5c3a68888e0e661edc2f22c7db4b0337fea473 `Gérard Talbot`<http://www.gtalbot.org/BrowserBugsSection/css21testsuite/> If an inline replaced element (like the svg element in this test) has no intrinsic width and no intrinsic height, then the used value of 'width' becomes 300px and the used value of 'height' becomes 150px.
|
|
inline-replaced-width-009 reference/absolute-replaced-width-003c-ref CSS Test: width of inline replaced element with no intrinsic width and no intrinsic ratio nonHTML,svg http://www.w3.org/TR/CSS21/visudet.html#inline-replaced-width 619a91f0a3155a1c54d057661c6419a68697d70e `Gérard Talbot`<http://www.gtalbot.org/BrowserBugsSection/css21testsuite/> If an inline replaced element (like the svg element in this test) has no intrinsic width and no intrinsic ratio, then the used value of 'width' becomes 300px.
|
|
inline-replaced-width-011 reference/inline-replaced-width-011-ref Replaced inline elements with % widths image http://www.w3.org/TR/CSS21/visudet.html#inline-replaced-width e615f6c0c774db0fb2e91100a60b9c0cbbbdba18 `Ian Hickson`<mailto:ian@hixie.ch>
|
|
inline-replaced-width-012 reference/inline-replaced-width-012-ref Replaced inline elements wrapping around floats (% widths) image http://www.w3.org/TR/CSS21/visudet.html#inline-replaced-width 03ca90978cb09c0baf95b8fa68b2fe52516c8d2a `Ian Hickson`<mailto:ian@hixie.ch>
|
|
inline-replaced-width-013 reference/inline-replaced-width-012-ref Replaced inline elements wrapping around floats (pixel widths) image http://www.w3.org/TR/CSS21/visudet.html#inline-replaced-width 28666c71dd9e19af9c8b485d5dfce0734f08a86a `Ian Hickson`<mailto:ian@hixie.ch>
|
|
inline-replaced-width-014 reference/inline-replaced-width-014-ref Replaced inline elements with % widths image http://www.w3.org/TR/CSS21/visudet.html#inline-replaced-width 696111afaf112b67e816af4344f72b47f9c3f731 `Ian Hickson`<mailto:ian@hixie.ch>
|
|
inline-replaced-width-015 reference/inline-replaced-width-014-ref Replaced inline elements wrapping around floats (% widths) image http://www.w3.org/TR/CSS21/visudet.html#inline-replaced-width 8f2d30d66ae6a347075326db065f7bb4f5714a2a `Ian Hickson`<mailto:ian@hixie.ch>
|
|
inline-replaced-width-016 reference/ref-filled-green-100px-square width - inline replaced element and max-height image http://www.w3.org/TR/CSS21/visudet.html#inline-replaced-width,http://www.w3.org/TR/CSS21/visudet.html#min-max-heights e3e48c34ac7ece1529f5b6e23a2d150e70d5ecd5 `Gérard Talbot`<http://www.gtalbot.org/BrowserBugsSection/css21testsuite/> The width of an inline replaced element should be re-calculated based on its constrained height (constrained by computed 'max-height' value) and based its intrinsic ratio when it has an intrinsic ratio.
|
|
inline-replaced-width-017 reference/ref-filled-green-100px-square width - inline replaced element and min-height image http://www.w3.org/TR/CSS21/visudet.html#inline-replaced-width,http://www.w3.org/TR/CSS21/visudet.html#min-max-heights da807414bd6ec01a19299115bf6cf48c0f57f76a `Gérard Talbot`<http://www.gtalbot.org/BrowserBugsSection/css21testsuite/> The width of an inline replaced element should be re-calculated based on its constrained height (constrained by computed 'min-height' value) and based its intrinsic ratio when it has an intrinsic ratio.
|
|
inline-svg-100-percent-in-body reference/inline-svg-100-percent-in-body-ref SVG element with a view box with explicit 100% width and height should occupy the entire view port image,svg http://www.w3.org/TR/CSS21/visudet.html#inline-replaced-width,http://www.w3.org/TR/SVG11/coords.html#IntrinsicSizing eb365d13eb1a28cfd5ddaca1adc8b717566443fb `Google`<http://www.google.com/> When width and height of 100% are specified on an inline SVG element with a view box in the body element, the aspecto ratio should be preserved and should occupy the entire view port.
|
|
inline-svg-intrinsic-size-100-percent-1 reference/60x60-green Propagating width and height attributes of an inline SVG element svg http://www.w3.org/TR/CSS21/visudet.html#inline-replaced-width,http://www.w3.org/TR/SVG11/coords.html#IntrinsicSizing c2e8c1cb5630a9b3bbfb15aec7d41188574b89e7 `Google`<http://www.google.com/> The width and the height of 100% on an inline SVG element should be propagated to the CSS properties, and the aspect ratio within the SVG is preserved when the view box is specified.
|
|
inline-svg-intrinsic-size-100-percent-2 reference/60x60-green Propagating width and height attributes of an inline SVG element svg http://www.w3.org/TR/CSS21/visudet.html#inline-replaced-width,http://www.w3.org/TR/SVG11/coords.html#IntrinsicSizing 60b864f5f20914b320cb85ccf3187e4e7dd7658f `Google`<http://www.google.com/> The width and the height of 100% on an inline SVG element should be propagated to the CSS properties, and the aspect ratio of SVG image should be ignored when the view box is not specified.
|
|
inline-svg-margin-padding-border reference/inline-svg-margin-padding-border-ref SVG element in HTML should respect margin, padding, and border properties svg http://www.w3.org/TR/CSS21/box.html#margin-properties,http://www.w3.org/TR/CSS21/box.html#padding-properties,http://www.w3.org/TR/CSS21/box.html#border-properties,http://www.w3.org/TR/SVG/shapes.html#RectElement,http://www.w3.org/TR/SVG/painting.html#FillProperty 4b2ad7700506f7e2d87d9e023cfc19f9447d4415 `Google`<http://www.google.com/> Inline SVG elements should respect CSS margin, padding, and border properties
|
|
inline-table-001 Inline-table http://www.w3.org/TR/CSS21/tables.html#table-display c53a5669bb421ce851a61685c8519cb571e7d2ca `Microsoft`<http://www.microsoft.com/> An element with 'display: inline-table' is rendered as if it were an inline.
|
|
inline-table-002a reference/inline-table-002-ref Test for inline-table http://www.w3.org/TR/CSS21/tables.html#table-display,http://www.w3.org/TR/CSS21/visudet.html#leading 605892da5c77b2c4441053389cf0003f0776a9be `L. David Baron`<http://dbaron.org/>,`Mozilla Corporation`<http://mozilla.com/> it is a rectangular block that participates in an inline formatting context). The baseline of an 'inline-table' is the baseline of the first row of the table.
|
|
inline-table-002b reference/inline-table-002-ref Test for inline-table http://www.w3.org/TR/CSS21/tables.html#table-display,http://www.w3.org/TR/CSS21/visudet.html#leading 399bc3f513c30f1863e0a2cc3f95caa2f0ec0ca5 `L. David Baron`<http://dbaron.org/>,`Mozilla Corporation`<http://mozilla.com/> it is a rectangular block that participates in an inline formatting context). The baseline of an 'inline-table' is the baseline of the first row of the table.
|
|
inline-table-003 reference/inline-table-003-ref Test for inline-table http://www.w3.org/TR/CSS21/tables.html#table-display,http://www.w3.org/TR/CSS21/visudet.html#leading e43bc5574b4cb4f362756e890a6e6ff1ba8c4731 `L. David Baron`<http://dbaron.org/>,`Mozilla Corporation`<http://mozilla.com/> it is a rectangular block that participates in an inline formatting context). The baseline of an 'inline-table' is the baseline of the first row of the table.
|
|
inline-table-height-001 reference/inline-table-height-001-ref Test for 'height: auto' on inline-table http://www.w3.org/TR/CSS21/tables.html#table-display bfeacd6e28154a2b1f820f39a4287ce44aaddfb2 `L. David Baron`<http://dbaron.org/>,`Mozilla Corporation`<http://mozilla.com/> it is a rectangular block that participates in an inline formatting context).
|
|
inline-table-height-002 reference/inline-table-height-002-ref Test for 'height: <length;>' on inline-table http://www.w3.org/TR/CSS21/tables.html#table-display 4ede1489d3f0f19254b9f1146e9f6ede96b77d0b `L. David Baron`<http://dbaron.org/>,`Mozilla Corporation`<http://mozilla.com/> it is a rectangular block that participates in an inline formatting context).
|
|
inline-table-valign-001 reference/inline-table-valign-001-ref Test for vertical alignment on inline-table http://www.w3.org/TR/CSS21/tables.html#table-display,http://www.w3.org/TR/CSS21/visudet.html#leading 024bb8c382388f0c86655b312e52db3477389f1a `L. David Baron`<http://dbaron.org/>,`Mozilla Corporation`<http://mozilla.com/> it is a rectangular block that participates in an inline formatting context). The baseline of an 'inline-table' is the baseline of the first row of the table.
|
|
inline-table-valign-002 reference/inline-table-valign-002-ref vertical baseline alignment of an element with 'display' set to 'inline-table' with a 'border-bottom' and with a first row made of empty cells ahem http://www.w3.org/TR/CSS21/visudet.html#leading 46ef8fde9d052ae07b465e1dcd7da060ace2bb9f `Gérard Talbot`<http://www.gtalbot.org/BrowserBugsSection/css21testsuite/> The baseline of an 'inline-table' is the baseline of the first row of the table. If the content of cells in such first row are empty, then the baseline of such first row coincides with the bottom edge of the content box of cells.
|
|
inline-table-width-001a reference/inline-table-width-001-ref Test for 'width' shrink-wrapping on inline-table http://www.w3.org/TR/CSS21/tables.html#auto-table-layout adee17befc83951396366a7097c400df7784ecc9 `L. David Baron`<http://dbaron.org/>,`Mozilla Corporation`<http://mozilla.com/>
|
|
inline-table-width-001b reference/inline-table-width-001-ref Test for 'width' shrink-wrapping on inline-table http://www.w3.org/TR/CSS21/tables.html#auto-table-layout 4d54addd6515312a738407892413bfcab27fd6fd `L. David Baron`<http://dbaron.org/>,`Mozilla Corporation`<http://mozilla.com/>
|
|
inline-table-width-002a reference/inline-table-width-002-ref Test for 'width' shrink-wrapping on inline-table http://www.w3.org/TR/CSS21/tables.html#auto-table-layout e211a126b06c716737498c231c8b7d08ebab25fd `L. David Baron`<http://dbaron.org/>,`Mozilla Corporation`<http://mozilla.com/>
|
|
inline-table-width-002b reference/inline-table-width-002-ref Test for 'width' shrink-wrapping on inline-table http://www.w3.org/TR/CSS21/tables.html#auto-table-layout c49ed3501e6a9c5408f503e27e11312369f038b9 `L. David Baron`<http://dbaron.org/>,`Mozilla Corporation`<http://mozilla.com/>
|
|
inline-table-zorder-001 reference/inline-table-zorder-001-ref Test for z-ordering of inline-table http://www.w3.org/TR/CSS21/zindex.html#painting-order 6bc9f5d3df2d8c36a00c5a15386cf48114d8cd64 `L. David Baron`<http://dbaron.org/>,`Mozilla Corporation`<http://mozilla.com/>
|
|
inline-table-zorder-002 reference/inline-table-zorder-001-ref Test for z-ordering of inline-table http://www.w3.org/TR/CSS21/zindex.html#painting-order 2d372790b78e2487f2bbc34438090658912f2cd9 `L. David Baron`<http://dbaron.org/>,`Mozilla Corporation`<http://mozilla.com/>
|
|
inline-table-zorder-003 reference/inline-table-zorder-003-ref Test for z-ordering of inline-table http://www.w3.org/TR/CSS21/zindex.html#painting-order 3d6835fada59caaf559a46b67f4eb9961f6e1217 `L. David Baron`<http://dbaron.org/>,`Mozilla Corporation`<http://mozilla.com/>
|
|
inline-table-zorder-004 reference/inline-table-zorder-004-ref Test for z-ordering of inline-table http://www.w3.org/TR/CSS21/zindex.html#painting-order 3d0cc62dda8bd3ac4920a57e0235bdfeaa177c35 `L. David Baron`<http://dbaron.org/>,`Mozilla Corporation`<http://mozilla.com/>
|
|
inline-table-zorder-005 reference/inline-table-zorder-004-ref Test for z-ordering of inline-table http://www.w3.org/TR/CSS21/zindex.html#painting-order 5a7062246f4884263d1ce2ddc531184422237e24 `L. David Baron`<http://dbaron.org/>,`Mozilla Corporation`<http://mozilla.com/>
|
|
inlines-001 CSS Inline Box Model: Layering Model http://www.w3.org/TR/CSS21/visudet.html#line-height,http://www.w3.org/TR/CSS21/visuren.html#inline-formatting 04c55e07316c041f8618dca6df138c8b0de70970 `Ian Hickson`<mailto:ian@hixie.ch>
|
|
inlines-002 reference/inlines-002-ref CSS Inline Box Model: Layering Model http://www.w3.org/TR/CSS21/visuren.html#inline-boxes c7fcf8d9ecb4a5b9e0dd8815b4126c331342ccef `Ian Hickson`<mailto:ian@hixie.ch>
|
|
inlines-003 CSS Inline Box Model: Wrapping Borders interact http://www.w3.org/TR/CSS21/visuren.html#inline-boxes cb6abb5826cab2e63e604d6ea57eb9f040c8290b `Ian Hickson`<mailto:ian@hixie.ch>
|
|
inlines-004 CSS Inline Box Model: Wrapping Spaces Outside Inline Elements interact http://www.w3.org/TR/CSS21/visuren.html#inline-boxes 0c9cc20cc96700eb01f398f8595b865934aeda4f `Ian Hickson`<mailto:ian@hixie.ch>
|
|
inlines-005 CSS Inline Box Model: Wrapping Spaces Outside Inline Elements interact http://www.w3.org/TR/CSS21/visuren.html#inline-boxes 5bf77ba65453c0ade7f2f618051230cc9280c7e0 `Ian Hickson`<mailto:ian@hixie.ch>
|
|
inlines-006 CSS Inline Box Model: Wrapping Spaces Outside Inline Elements interact http://www.w3.org/TR/CSS21/visuren.html#inline-boxes a260a57df0872cfe20c1531500b70f7d1a0a25e6 `Ian Hickson`<mailto:ian@hixie.ch>
|
|
inlines-007 CSS Inline Box Model: Behaviour near cells http://www.w3.org/TR/CSS21/visuren.html#inline-boxes db5eac0f74ef6c815a4448b0db84cdab7ff1ba54 `Ian Hickson`<mailto:ian@hixie.ch>
|
|
inlines-009 CSS Inline Box Model: Behaviour near cells (specified line height) ahem,image http://www.w3.org/TR/CSS21/visudet.html#line-height,http://www.w3.org/TR/CSS21/visuren.html#inline-formatting cc67856749a464b0853d47fdac08c957408ac681 `Ian Hickson`<mailto:ian@hixie.ch>,`Elika J. Etemad`<http://fantasai.inkedblade.net/contact>
|
|
inlines-010 CSS Inline Box Model: Behaviour near cells (normal line height) ahem,image http://www.w3.org/TR/CSS21/visudet.html#line-height,http://www.w3.org/TR/CSS21/visuren.html#inline-formatting e0861eb4fd5fbbd9ecc9c9cf8b6aae1e599ea002 `Ian Hickson`<mailto:ian@hixie.ch>,`Elika J. Etemad`<http://fantasai.inkedblade.net/contact>
|
|
inlines-011 CSS Inline Box Model: Baseline alignment of images image http://www.w3.org/TR/CSS21/visudet.html#line-height,http://www.w3.org/TR/CSS21/visuren.html#inline-formatting b172c7bd49db88b170ac5ec59ec0b18ae36ba71e `Ian Hickson`<mailto:ian@hixie.ch>
|
|
inlines-012 CSS Inline Box Model: Baseline alignment of images image http://www.w3.org/TR/CSS21/visudet.html#line-height,http://www.w3.org/TR/CSS21/visuren.html#inline-formatting 326dcedf3fa1467cfd3570fa83f04406d7e130f2 `Ian Hickson`<mailto:ian@hixie.ch>
|
|
inlines-013 reference/inlines-013-ref Inline box model: space taken by images before floats image http://www.w3.org/TR/CSS21/visuren.html#inline-boxes,http://www.w3.org/TR/CSS21/visuren.html#float-position c582255cb690312bf679a0a605017a5cb3d02a5e `Ian Hickson`<mailto:ian@hixie.ch>
|
|
inlines-014 Inline box model: space taken by images in cells image http://www.w3.org/TR/CSS21/visuren.html#inline-boxes 9c9a07a9f8a3980c063ae0fdd4563ad00e6bcc2c `Ian Hickson`<mailto:ian@hixie.ch>
|
|
inlines-015 Inline box model: space taken by images in cells image http://www.w3.org/TR/CSS21/visuren.html#inline-boxes 41e22a27f97e9a39a9cd6c5e5487c168b3c28695 `Ian Hickson`<mailto:ian@hixie.ch>
|
|
inlines-016 reference/inlines-016-ref Inline box model: space collapsing, padding, white-space, et al ahem http://www.w3.org/TR/CSS21/text.html#white-space-model,http://www.w3.org/TR/CSS21/visuren.html#inline-boxes 72c947f0c273b2ff77639a64bb17b783317a8984 `Ian Hickson`<mailto:ian@hixie.ch> If a space (U+0020) at the beginning of a line has 'white-space' set to 'normal', then it is removed, even if there's padding.
|
|
inlines-017 reference/inlines-017-ref First line alignment ahem http://www.w3.org/TR/CSS21/visuren.html#inline-boxes 0fd32ff4eac9abc427cc6b6d0c4d6da49f841ba6 `Ian Hickson`<mailto:ian@hixie.ch>
|
|
inlines-020 reference/inlines-020-ref CSS Inline Box Model: Empty inlines near the top of the document http://www.w3.org/TR/CSS21/visuren.html#inline-boxes b323f8a335c8bb947055250e531a11c26cc0bf62 `Ian Hickson`<mailto:ian@hixie.ch>
|
|
insert-block-in-blocks-n-inlines-begin-001 reference/insert-block-in-blocks-n-inlines-begin-001-ref Insert a block-level element into an element that contains both blocks and inlines and directly into the block-of-blocks (and not into any anonymous block-of-inlines) at the beginning of the block-of-blocks ahem,dom http://www.w3.org/TR/CSS21/visuren.html#anonymous-block-level 5d5f001dccc73b89a0fc42b3841c8eea651f2a82 `Gérard Talbot`<http://www.gtalbot.org/BrowserBugsSection/css21testsuite/>
|
|
insert-block-in-blocks-n-inlines-begin-002 reference/insert-block-in-blocks-n-inlines-begin-002-ref Insert a block-level element into an element that contains both blocks and inlines and directly into the block-of-blocks (and not into any anonymous block-of-inlines) at the beginning of the block-of-blocks ahem,dom http://www.w3.org/TR/CSS21/visuren.html#anonymous-block-level 4b28d677665011080b0a2fcd3c2a3e5ab0a8d9d6 `Gérard Talbot`<http://www.gtalbot.org/BrowserBugsSection/css21testsuite/>
|
|
insert-block-in-blocks-n-inlines-begin-003 reference/insert-block-in-blocks-n-inlines-begin-003-ref Insert a block-level element into an element that contains both blocks and inlines and directly into the block-of-blocks (and not into any anonymous block-of-inlines) at the beginning of the block-of-blocks ahem,dom http://www.w3.org/TR/CSS21/visuren.html#anonymous-block-level c62d370511feceecdeff94f5b09a8ca723d4fabe `Gérard Talbot`<http://www.gtalbot.org/BrowserBugsSection/css21testsuite/>
|
|
insert-block-in-blocks-n-inlines-end-001 reference/insert-block-in-blocks-n-inlines-end-001-ref Insert a block-level element into an element that contains both blocks and inlines and directly into the block-of-blocks (and not into any anonymous block-of-inlines) at the end of the block-of-blocks ahem,dom http://www.w3.org/TR/CSS21/visuren.html#anonymous-block-level a71a47d97c2eee117aef4d0050b658de21d1da22 `Gérard Talbot`<http://www.gtalbot.org/BrowserBugsSection/css21testsuite/>
|
|
insert-block-in-blocks-n-inlines-end-002 reference/insert-block-in-blocks-n-inlines-end-002-ref Insert a block-level element into an element that contains both blocks and inlines and directly into the block-of-blocks (and not into any anonymous block-of-inlines) at the end of the block-of-blocks ahem,dom http://www.w3.org/TR/CSS21/visuren.html#anonymous-block-level 4fda199882cdbcbfa005df43e5c6ed4cdab9ffff `Gérard Talbot`<http://www.gtalbot.org/BrowserBugsSection/css21testsuite/>
|
|
insert-block-in-blocks-n-inlines-end-003 reference/insert-block-in-blocks-n-inlines-end-003-ref Insert a block-level element into an element that contains both blocks and inlines and directly into the block-of-blocks (and not into any anonymous block-of-inlines) at the end of the block-of-blocks ahem,dom http://www.w3.org/TR/CSS21/visuren.html#anonymous-block-level 7d7c99a86ab6c8de28208cc53ad957a2683e7062 `Gérard Talbot`<http://www.gtalbot.org/BrowserBugsSection/css21testsuite/>
|
|
insert-block-in-blocks-n-inlines-middle-001 reference/insert-block-in-blocks-n-inlines-middle-001-ref Insert a block-level element into an element that contains both blocks and inlines and directly into the block-of-blocks (and not into any anonymous block-of-inlines) in the middle of the block-of-blocks ahem,dom http://www.w3.org/TR/CSS21/visuren.html#anonymous-block-level 83ef592ba0721f64ac0e83068327b9d2622140d4 `Gérard Talbot`<http://www.gtalbot.org/BrowserBugsSection/css21testsuite/>
|
|
insert-block-in-blocks-n-inlines-middle-002 reference/insert-block-in-blocks-n-inlines-middle-002-ref Insert a block-level element into an element that contains both blocks and inlines and directly into the block-of-blocks (and not into any anonymous block-of-inlines) in the middle of the block-of-blocks ahem,dom http://www.w3.org/TR/CSS21/visuren.html#anonymous-block-level 3aa36e61e2ba2c6da5a9f9581c45b820b63e7505 `Gérard Talbot`<http://www.gtalbot.org/BrowserBugsSection/css21testsuite/>
|
|
insert-block-in-blocks-n-inlines-middle-003 reference/insert-block-in-blocks-n-inlines-middle-003-ref Insert a block-level element into an element that contains both blocks and inlines and directly into the block-of-blocks (and not into any anonymous block-of-inlines) in the middle of the block-of-blocks ahem,dom http://www.w3.org/TR/CSS21/visuren.html#anonymous-block-level dfff719c8ebbad19ca454902f44255ca3c8bb75c `Gérard Talbot`<http://www.gtalbot.org/BrowserBugsSection/css21testsuite/>
|
|
insert-block-in-inlines-beginning-001 reference/insert-block-in-inlines-beginning-001-ref Insert a block-level element into a block of inlines at its beginning ahem,dom http://www.w3.org/TR/CSS21/visuren.html#anonymous-block-level 2b95580b08e7e8bc2bdfd91f69c9aed00dcd48e1 `Gérard Talbot`<http://www.gtalbot.org/BrowserBugsSection/css21testsuite/>
|
|
insert-block-in-inlines-end-001 reference/insert-block-in-inlines-end-001-ref Insert a block-level element into a block of inlines at its end ahem,dom http://www.w3.org/TR/CSS21/visuren.html#anonymous-block-level 5e8f4d808c6beded5c7a0698af136a4602fb5e01 `Gérard Talbot`<http://www.gtalbot.org/BrowserBugsSection/css21testsuite/>
|
|
insert-block-in-inlines-middle-001 reference/insert-block-in-inlines-middle-001-ref Insert a block-level element into a block of inlines at its middle ahem,dom http://www.w3.org/TR/CSS21/visuren.html#anonymous-block-level d95989cdb1dd0dfb1b342ea32d6e3e4111f58b15 `Gérard Talbot`<http://www.gtalbot.org/BrowserBugsSection/css21testsuite/>
|
|
insert-inline-in-blocks-beginning-001 reference/insert-inline-in-blocks-beginning-001-ref Insert an inline-level element into a block of blocks at its beginning ahem,dom http://www.w3.org/TR/CSS21/visuren.html#anonymous-block-level 4fff711f938393cbd64b6e0c81eaba6468e606d9 `Gérard Talbot`<http://www.gtalbot.org/BrowserBugsSection/css21testsuite/>
|
|
insert-inline-in-blocks-end-001 reference/insert-inline-in-blocks-end-001-ref Insert an inline-level element into a block of blocks at its end ahem,dom http://www.w3.org/TR/CSS21/visuren.html#anonymous-block-level 0216cb8aca1acabb4bdcb3577cd7317a823e2a54 `Gérard Talbot`<http://www.gtalbot.org/BrowserBugsSection/css21testsuite/>
|
|
insert-inline-in-blocks-middle-001 reference/insert-inline-in-blocks-middle-001-ref Insert an inline-level element into a block of blocks at its middle ahem,dom http://www.w3.org/TR/CSS21/visuren.html#anonymous-block-level 586b92fa9a23af570938de9ecc4312492d984894 `Gérard Talbot`<http://www.gtalbot.org/BrowserBugsSection/css21testsuite/>
|
|
insert-inline-in-blocks-middle-002 reference/insert-inline-in-blocks-middle-002-ref Insert an inline-level element into a block of blocks at its middle ahem,dom http://www.w3.org/TR/CSS21/visuren.html#anonymous-block-level daf00f94b3c9b64adf3641bf7051e431a825beed `Gérard Talbot`<http://www.gtalbot.org/BrowserBugsSection/css21testsuite/>
|
|
insert-inline-in-blocks-n-inlines-begin-001 reference/insert-inline-in-blocks-n-inlines-begin-001-ref Insert an inline-level element into an element that contains both blocks and inlines and directly into the block-of-inlines at its beginning ahem,dom http://www.w3.org/TR/CSS21/visuren.html#anonymous-block-level 239ea3aacf90f2da0db2a57b52c261e12b194a44 `Gérard Talbot`<http://www.gtalbot.org/BrowserBugsSection/css21testsuite/>
|
|
insert-inline-in-blocks-n-inlines-begin-002 reference/insert-inline-in-blocks-n-inlines-begin-002-ref Insert an inline-level element into an element that contains both blocks and inlines and directly into the block-of-inlines at its beginning ahem,dom http://www.w3.org/TR/CSS21/visuren.html#anonymous-block-level 485dcfd7942eba83d339d8bb4b0cc47cf4bd7f4a `Gérard Talbot`<http://www.gtalbot.org/BrowserBugsSection/css21testsuite/>
|
|
insert-inline-in-blocks-n-inlines-begin-003 reference/insert-inline-in-blocks-n-inlines-begin-003-ref Insert an inline-level element into an element that contains both blocks and inlines and directly into the block-of-inlines at its beginning ahem,dom http://www.w3.org/TR/CSS21/visuren.html#anonymous-block-level df8bea6ec433746b76ddc55e5d33d094d4037edd `Gérard Talbot`<http://www.gtalbot.org/BrowserBugsSection/css21testsuite/>
|
|
insert-inline-in-blocks-n-inlines-end-001 reference/insert-inline-in-blocks-n-inlines-end-001-ref Insert an inline-level element into an element that contains both blocks and inlines and directly into the block-of-inlines at its end ahem,dom http://www.w3.org/TR/CSS21/visuren.html#anonymous-block-level e12491744797057d7fad2c49faaa744ba8d75f1e `Gérard Talbot`<http://www.gtalbot.org/BrowserBugsSection/css21testsuite/>
|
|
insert-inline-in-blocks-n-inlines-end-002 reference/insert-inline-in-blocks-n-inlines-end-002-ref Insert an inline-level element into an element that contains both blocks and inlines and directly into the block-of-inlines at its end ahem,dom http://www.w3.org/TR/CSS21/visuren.html#anonymous-block-level dfc2996f64554a165074383d4803644205e9d15d `Gérard Talbot`<http://www.gtalbot.org/BrowserBugsSection/css21testsuite/>
|
|
insert-inline-in-blocks-n-inlines-end-003 reference/insert-inline-in-blocks-n-inlines-end-003-ref Insert an inline-level element into an element that contains both blocks and inlines and directly into the block-of-inlines at its end ahem,dom http://www.w3.org/TR/CSS21/visuren.html#anonymous-block-level 2792042b65a07d5f5e6fc30d334319fb53f2a992 `Gérard Talbot`<http://www.gtalbot.org/BrowserBugsSection/css21testsuite/>
|
|
insert-inline-in-blocks-n-inlines-middle-001 reference/insert-inline-in-blocks-n-inlines-middle-001-ref Insert an inline-level element into an element that contains both blocks and inlines and directly into the block-of-inlines at its middle ahem,dom http://www.w3.org/TR/CSS21/visuren.html#anonymous-block-level 4940198c6f21fb72bc80853b203e0faa5819cbf6 `Gérard Talbot`<http://www.gtalbot.org/BrowserBugsSection/css21testsuite/>
|
|
insert-inline-in-blocks-n-inlines-middle-002 reference/insert-inline-in-blocks-n-inlines-middle-002-ref Insert an inline-level element into an element that contains both blocks and inlines and directly into the block-of-inlines at its middle ahem,dom http://www.w3.org/TR/CSS21/visuren.html#anonymous-block-level d1cd02a010171735c679179ee93b0d5170b217f1 `Gérard Talbot`<http://www.gtalbot.org/BrowserBugsSection/css21testsuite/>
|
|
insert-inline-in-blocks-n-inlines-middle-003 reference/insert-inline-in-blocks-n-inlines-middle-003-ref Insert an inline-level element into an element that contains both blocks and inlines and directly into the block-of-inlines at its middle ahem,dom http://www.w3.org/TR/CSS21/visuren.html#anonymous-block-level f4752840dca91fe7aca8ac8ea18c41c7187038f5 `Gérard Talbot`<http://www.gtalbot.org/BrowserBugsSection/css21testsuite/>
|
|
invalid-at-rule-001 Parser error handling with invalid at-rules: @ invalid selector invalidates entire block invalid http://www.w3.org/TR/CSS21/syndata.html#parsing-errors 3779b759154d91accfc8da1d3405c791f2fdae2a `Microsoft`<http://www.microsoft.com/> The entire block of an invalid at-rule is ignored.
|
|
invalid-decl-at-rule-001 Parsing invalid declarations in at-rules where valid declaration precedes an invalid rule invalid http://www.w3.org/TR/CSS21/syndata.html#parsing-errors 59936e1d2a16cd1d1459bd761fcd4716b9a8e80f `Microsoft`<http://www.microsoft.com/> Invalid declarations at the end of at-rules are ignored while the remaining preceding valid declarations are applied.
|
|
invalid-decl-at-rule-002 Parsing invalid declarations in at-rules where valid declaration follows invalid rule invalid http://www.w3.org/TR/CSS21/syndata.html#parsing-errors be7df6447c39355d5250086845b0bee862d95237 `Microsoft`<http://www.microsoft.com/> Invalid declarations at the beginning of at-rules are ignored while the remaining following valid declarations are applied.
|
|
keywords-000 Keywords v. Strings (background) http://www.w3.org/TR/CSS21/syndata.html#keywords d5397cb7d5a72715ad50c65efa8fbfa4d8552c6d `L. David Baron`<http://dbaron.org/>
|
|
keywords-001 Keywords v. Strings (width) http://www.w3.org/TR/CSS21/syndata.html#keywords ebc0dd14fa063fa86bbbd873b76579db593bb1b6 `L. David Baron`<http://dbaron.org/>
|
|
lang-pseudoclass-001 :lang pseudoclass HTMLonly http://www.w3.org/TR/CSS21/selector.html#lang 8c18cfa29028ff4f8dc0f6c8bbcb47aa62b41176 `Richard Ishida`<mailto:ishida@w3.org>,`Eira Monstad, Opera Software ASA`<mailto:public-testsuites@opera.com> :lang pseudoclass in HTML should not be case-sensitive, and match a substring
|
|
lang-pseudoclass-002 :lang pseudoclass nonHTML http://www.w3.org/TR/CSS21/selector.html#lang 7ff7a233c03f8673acf91b885456e645211ffc3d `Richard Ishida`<mailto:ishida@w3.org>,`Eira Monstad, Opera Software ASA`<mailto:public-testsuites@opera.com> :lang pseudoclass in XHTML should be case sensitive, and match a substring
|
|
lang-selector-001 Selectors :lang pseudo-class http://www.w3.org/TR/CSS21/selector.html#lang c62deff2754cdf81bc55ed4873786125c1378759 `Microsoft`<http://www.microsoft.com/> The :lang pseudo-class selector matches any element with a matching lang attribute.
|
|
lang-selector-002 Empty :lang selector invalid http://www.w3.org/TR/CSS21/selector.html#lang e5a43b6276b6d9a37b7248faa2998dd278aedfd5 `Microsoft`<http://www.microsoft.com/> Language identifier cannot be empty.
|
|
lang-selector-003 Invalid language name for :lang selector http://www.w3.org/TR/CSS21/selector.html#lang 13b13cfaea819a6e3389fdbd1f6e2ae4403aa5c5 `Microsoft`<http://www.microsoft.com/> The language identifier in the :lang selector doesn't have to be a valid language name.
|
|
lang-selector-004 Inherited lang attribute selected http://www.w3.org/TR/CSS21/selector.html#lang bee7dce082d7e5861d28582e0ea9d2cf5733bcf2 `Microsoft`<http://www.microsoft.com/> Lang attribute is inherited and lang selector works on children.
|
|
lang-selector-005 Lang selector and document language set via server's content-language http http://www.w3.org/TR/CSS21/selector.html#lang acc810d4db77cb63d61ca7365e0287d75faa1139 `Microsoft`<http://www.microsoft.com/> Lang attribute is selectable when specified by HTTP header.
|
|
lang-selector-006 Lang selector and document language set via meta tag http://www.w3.org/TR/CSS21/selector.html#lang 3bbe3464c6f591d82b0f400ffd6238393285fa8e `Microsoft`<http://www.microsoft.com/> Lang attribute is selectable when specified in a meta tag.
|
|
leading-001 reference/leading-001-ref Leading and half leading line heights ahem http://www.w3.org/TR/CSS21/visudet.html#leading efcb18e9b0ada3323e2c8a0fce88c7adbcfc5416 `Microsoft`<http://www.microsoft.com/> Line-height can be different from the content area so space is above and below.
|
|
left-004 reference/left-004-ref Left using pixels with a value of negative zero, -0px http://www.w3.org/TR/CSS21/visuren.html#propdef-left,http://www.w3.org/TR/CSS21/visuren.html#position-props df38e74347931e5eb8f7c97fae2b0e3c2dec0fd5 `Microsoft`<http://www.microsoft.com/> The 'left' property sets a negative zero length value in pixels.
|
|
left-005 reference/left-004-ref Left using pixels with a value of zero, 0px http://www.w3.org/TR/CSS21/visuren.html#propdef-left,http://www.w3.org/TR/CSS21/visuren.html#position-props dd5f5e8e00fa49bc8910ee1adddf0599f6816942 `Microsoft`<http://www.microsoft.com/> The 'left' property sets a zero length value in pixels.
|
|
left-006 reference/left-004-ref Left using pixels with a value of positive zero, +0px http://www.w3.org/TR/CSS21/visuren.html#propdef-left,http://www.w3.org/TR/CSS21/visuren.html#position-props f7f1515b459969c507fae7019930127be1500cb5 `Microsoft`<http://www.microsoft.com/> The 'left' property sets a positive zero length value in pixels.
|
|
left-007 reference/left-007-ref Left using pixels with a nominal value, 96px http://www.w3.org/TR/CSS21/visuren.html#propdef-left,http://www.w3.org/TR/CSS21/visuren.html#position-props 004efaec3d3dfd9aabffca9ab9ffa2d33e23946f `Microsoft`<http://www.microsoft.com/> The 'left' property sets a nominal length value in pixels.
|
|
left-008 reference/left-007-ref Left using pixels with a positive nominal value, +96px http://www.w3.org/TR/CSS21/visuren.html#propdef-left,http://www.w3.org/TR/CSS21/visuren.html#position-props bac9b43d28f8e05f39327a823fbb5915857c97b4 `Microsoft`<http://www.microsoft.com/> The 'left' property sets a positive nominal length value in pixels.
|
|
left-016 reference/left-004-ref Left using points with a value of negative zero, -0pt http://www.w3.org/TR/CSS21/visuren.html#propdef-left,http://www.w3.org/TR/CSS21/visuren.html#position-props 88eb1b8e5a21529ab3d0379008ab938abd732f78 `Microsoft`<http://www.microsoft.com/> The 'left' property sets a negative zero length value in points.
|
|
left-017 reference/left-004-ref Left using points with a value of zero, 0pt http://www.w3.org/TR/CSS21/visuren.html#propdef-left,http://www.w3.org/TR/CSS21/visuren.html#position-props 2470a7bba4b308a7b0cbb897d0b5d82b1fe40d17 `Microsoft`<http://www.microsoft.com/> The 'left' property sets a zero length value in points.
|
|
left-018 reference/left-004-ref Left using points with a value of positive zero, +0pt http://www.w3.org/TR/CSS21/visuren.html#propdef-left,http://www.w3.org/TR/CSS21/visuren.html#position-props 2cb4630dcf7adb1aa39c6b61158146419c1f2f52 `Microsoft`<http://www.microsoft.com/> The 'left' property sets a positive zero length value in points.
|
|
left-019 reference/ref-black-96px-square-no-red Left using points with a nominal value, 72pt http://www.w3.org/TR/CSS21/visuren.html#propdef-left,http://www.w3.org/TR/CSS21/visuren.html#position-props d5b6362307cc60669c2a1a4bd3dfa8b6bf2d4712 `Microsoft`<http://www.microsoft.com/> The 'left' property sets a nominal length value in points.
|
|
left-020 reference/ref-black-96px-square-no-red Left using points with a positive nominal value, +72pt http://www.w3.org/TR/CSS21/visuren.html#propdef-left,http://www.w3.org/TR/CSS21/visuren.html#position-props b099217a894a164d7b38504d706bf1d15bd0af8f `Microsoft`<http://www.microsoft.com/> The 'left' property sets a positive nominal length value in points.
|
|
left-028 reference/left-004-ref Left using picas with a value of negative zero, -0pc http://www.w3.org/TR/CSS21/visuren.html#propdef-left,http://www.w3.org/TR/CSS21/visuren.html#position-props 6e209cc31a261249956f01604cca460c15c72b37 `Microsoft`<http://www.microsoft.com/> The 'left' property sets a negative zero length value in picas.
|
|
left-029 reference/left-004-ref Left using picas with a value of zero, 0pc http://www.w3.org/TR/CSS21/visuren.html#propdef-left,http://www.w3.org/TR/CSS21/visuren.html#position-props c86ef6470c1505fc0b4590d9a06c1446a8ae9a21 `Microsoft`<http://www.microsoft.com/> The 'left' property sets a zero length value in picas.
|
|
left-030 reference/left-004-ref Left using picas with a value of positive zero, +0pc http://www.w3.org/TR/CSS21/visuren.html#propdef-left,http://www.w3.org/TR/CSS21/visuren.html#position-props b056448ecd04b65c4d9832c2ed7eb261c7e26134 `Microsoft`<http://www.microsoft.com/> The 'left' property sets a positive zero length value in picas.
|
|
left-031 reference/left-031-ref Left using picas with a nominal value, 6pc http://www.w3.org/TR/CSS21/visuren.html#propdef-left,http://www.w3.org/TR/CSS21/visuren.html#position-props bee602ae29e26dfa5e23905b1f0c781378791268 `Microsoft`<http://www.microsoft.com/> The 'left' property sets a nominal length value in picas.
|
|
left-032 reference/left-031-ref Left using picas with a positive nominal value, +6pc http://www.w3.org/TR/CSS21/visuren.html#propdef-left,http://www.w3.org/TR/CSS21/visuren.html#position-props 9964e71fd73682b169c7c9ec7d491ad5b58de9a8 `Microsoft`<http://www.microsoft.com/> The 'left' property sets a positive nominal length value in picas.
|
|
left-040 reference/left-004-ref Left using centimeters with a value of negative zero, -0cm http://www.w3.org/TR/CSS21/visuren.html#propdef-left,http://www.w3.org/TR/CSS21/visuren.html#position-props f7cf7a250a63996ba7a79fa2b96cd8907df70147 `Microsoft`<http://www.microsoft.com/> The 'left' property sets a negative zero length value in centimeters.
|
|
left-041 reference/left-004-ref Left using centimeters with a value of zero, 0cm http://www.w3.org/TR/CSS21/visuren.html#propdef-left,http://www.w3.org/TR/CSS21/visuren.html#position-props 75c5022c73ab064a042e337ecbce7dd5532ad660 `Microsoft`<http://www.microsoft.com/> The 'left' property sets a zero length value in centimeters.
|
|
left-042 reference/left-004-ref Left using centimeters with a value of positive zero, +0cm http://www.w3.org/TR/CSS21/visuren.html#propdef-left,http://www.w3.org/TR/CSS21/visuren.html#position-props 0862f11f22aa7efc5089c4ce96008b5338524abb `Microsoft`<http://www.microsoft.com/> The 'left' property sets a positive zero length value in centimeters.
|
|
left-043 reference/ref-black-96px-square-no-red Left using centimeters with a nominal value, 2.54cm http://www.w3.org/TR/CSS21/visuren.html#propdef-left,http://www.w3.org/TR/CSS21/visuren.html#position-props 7f9ceb6823e72bb6ef32a5dc35a470d0106d64b9 `Microsoft`<http://www.microsoft.com/> The 'left' property sets a nominal length value in centimeters.
|
|
left-044 reference/ref-black-96px-square-no-red Left using centimeters with a positive nominal value, +2.54cm http://www.w3.org/TR/CSS21/visuren.html#propdef-left,http://www.w3.org/TR/CSS21/visuren.html#position-props 6f02f36e9f6bb78888658e26f89d3d4bc3974ac1 `Microsoft`<http://www.microsoft.com/> The 'left' property sets a positive nominal length value in centimeters.
|
|
left-052 reference/left-004-ref Left using millimeters with a value of negative zero, -0mm http://www.w3.org/TR/CSS21/visuren.html#propdef-left,http://www.w3.org/TR/CSS21/visuren.html#position-props 00e76796e422338fb43c06ccc58a67a426faf796 `Microsoft`<http://www.microsoft.com/> The 'left' property sets a negative zero length value in millimeters.
|
|
left-053 reference/left-004-ref Left using millimeters with a value of zero, 0mm http://www.w3.org/TR/CSS21/visuren.html#propdef-left,http://www.w3.org/TR/CSS21/visuren.html#position-props de263ae1b44a84464fbf12ad6c16584e464b584a `Microsoft`<http://www.microsoft.com/> The 'left' property sets a zero length value in millimeters.
|
|
left-054 reference/left-004-ref Left using millimeters with a value of positive zero, +0mm http://www.w3.org/TR/CSS21/visuren.html#propdef-left,http://www.w3.org/TR/CSS21/visuren.html#position-props 71f050a8d3a588c9198bad6ae141b9f63de89b6b `Microsoft`<http://www.microsoft.com/> The 'left' property sets a positive zero length value in millimeters.
|
|
left-055 reference/ref-black-96px-square-no-red Left using millimeters with a nominal value, 25.4mm http://www.w3.org/TR/CSS21/visuren.html#propdef-left,http://www.w3.org/TR/CSS21/visuren.html#position-props 32719d44f13b9658c08ea2517b8a627f3b67fa47 `Microsoft`<http://www.microsoft.com/> The 'left' property sets a nominal length value in millimeters.
|
|
left-056 reference/ref-black-96px-square-no-red Left using millimeters with a positive nominal value, +25.4mm http://www.w3.org/TR/CSS21/visuren.html#propdef-left,http://www.w3.org/TR/CSS21/visuren.html#position-props dea426d8be0a9c42bfac310aa928fbe0b64b7d61 `Microsoft`<http://www.microsoft.com/> The 'left' property sets a positive nominal length value in millimeters.
|
|
left-064 reference/left-004-ref Left using inches with a value of negative zero, -0in http://www.w3.org/TR/CSS21/visuren.html#propdef-left,http://www.w3.org/TR/CSS21/visuren.html#position-props feaa8fece9a0a5d3fef917b1e01ad790881b6493 `Microsoft`<http://www.microsoft.com/> The 'left' property sets a negative zero length value in inches.
|
|
left-065 reference/left-004-ref Left using inches with a value of zero, 0in http://www.w3.org/TR/CSS21/visuren.html#propdef-left,http://www.w3.org/TR/CSS21/visuren.html#position-props a6b5fbb5ef2856fc4f86b7ddc497f7a1edbda3bb `Microsoft`<http://www.microsoft.com/> The 'left' property sets a zero length value in inches.
|
|
left-066 reference/left-004-ref Left using inches with a value of positive zero, +0in http://www.w3.org/TR/CSS21/visuren.html#propdef-left,http://www.w3.org/TR/CSS21/visuren.html#position-props 0b4ade6f569be4fadcde80c43c3b37289b16ca46 `Microsoft`<http://www.microsoft.com/> The 'left' property sets a positive zero length value in inches.
|
|
left-067 reference/ref-black-96px-square-no-red Left using inches with a nominal value, 1in http://www.w3.org/TR/CSS21/visuren.html#propdef-left,http://www.w3.org/TR/CSS21/visuren.html#position-props efced86a071471d328b72a4c518849a1b13993b9 `Microsoft`<http://www.microsoft.com/> The 'left' property sets a nominal length value in inches.
|
|
left-068 reference/ref-black-96px-square-no-red Left using inches with a positive nominal value, +1in http://www.w3.org/TR/CSS21/visuren.html#propdef-left,http://www.w3.org/TR/CSS21/visuren.html#position-props 69e784a6f1766d6a1300e70123ae8fe9d5137718 `Microsoft`<http://www.microsoft.com/> The 'left' property sets a positive nominal length value in inches.
|
|
left-076 reference/left-004-ref Left using 'em' units with a value of negative zero, -0em ahem http://www.w3.org/TR/CSS21/visuren.html#propdef-left,http://www.w3.org/TR/CSS21/visuren.html#position-props cef0fa5a4e28339c8bd428d0a76d106b68e8c8b1 `Microsoft`<http://www.microsoft.com/> The 'left' property sets a negative zero length value in 'em' units.
|
|
left-077 reference/left-004-ref Left using 'em' units with a value of zero, 0em ahem http://www.w3.org/TR/CSS21/visuren.html#propdef-left,http://www.w3.org/TR/CSS21/visuren.html#position-props 8a9681d0c580012a9e8219e55502b68a635afe52 `Microsoft`<http://www.microsoft.com/> The 'left' property sets a zero length value in 'em' units.
|
|
left-078 reference/left-004-ref Left using 'em' units with a value of positive zero, +0em ahem http://www.w3.org/TR/CSS21/visuren.html#propdef-left,http://www.w3.org/TR/CSS21/visuren.html#position-props 2519c8ad577f9e8aea91bb769a98bf7bfef518a9 `Microsoft`<http://www.microsoft.com/> The 'left' property sets a positive zero length value in 'em' units.
|
|
left-079 reference/left-079-ref Left using 'em' units with a nominal value, 6em ahem http://www.w3.org/TR/CSS21/visuren.html#propdef-left,http://www.w3.org/TR/CSS21/visuren.html#position-props d069aa59f52a5ead5850f49ef68d7ab32d8c4ed2 `Microsoft`<http://www.microsoft.com/> The 'left' property sets a nominal length value in 'em' units.
|
|
left-080 reference/left-079-ref Left using 'em' units with a positive nominal value, +6em ahem http://www.w3.org/TR/CSS21/visuren.html#propdef-left,http://www.w3.org/TR/CSS21/visuren.html#position-props c53e2ca0f13896b83c83b117319d2a8b773463a0 `Microsoft`<http://www.microsoft.com/> The 'left' property sets a positive nominal length value in 'em' units.
|
|
left-088 reference/left-004-ref Left using 'ex' units with a value of negative zero, -0ex ahem http://www.w3.org/TR/CSS21/visuren.html#propdef-left,http://www.w3.org/TR/CSS21/visuren.html#position-props ae2a8f01ed128118eeec99bac4ccc15d8ca9cbcd `Microsoft`<http://www.microsoft.com/> The 'left' property sets a negative zero length value in 'ex' units.
|
|
left-089 reference/left-004-ref Left using 'ex' units with a value of zero, 0ex ahem http://www.w3.org/TR/CSS21/visuren.html#propdef-left,http://www.w3.org/TR/CSS21/visuren.html#position-props e8537d83c3c70c7eaa1e2de8460be42e346fc324 `Microsoft`<http://www.microsoft.com/> The 'left' property sets a zero length value in 'ex' units.
|
|
left-090 reference/left-004-ref Left using 'ex' units with a value of positive zero, +0ex ahem http://www.w3.org/TR/CSS21/visuren.html#propdef-left,http://www.w3.org/TR/CSS21/visuren.html#position-props 62f20ea07b5a010bf8a0403dcadf7cea6d8435f7 `Microsoft`<http://www.microsoft.com/> The 'left' property sets a positive zero length value in 'ex' units.
|
|
left-091 reference/ref-black-96px-square-no-red Left using 'ex' units with a nominal value, 6ex ahem http://www.w3.org/TR/CSS21/visuren.html#propdef-left,http://www.w3.org/TR/CSS21/visuren.html#position-props 82b775a3398a6d62f37d0b1ee485fb9e5942b2af `Microsoft`<http://www.microsoft.com/> The 'left' property sets a nominal length value in 'ex' units.
|
|
left-092 reference/ref-black-96px-square-no-red Left using 'ex' units with a positive nominal value, +6ex ahem http://www.w3.org/TR/CSS21/visuren.html#propdef-left,http://www.w3.org/TR/CSS21/visuren.html#position-props b5059cf3c639314dcdc0d808438cbfdd67e315fc `Microsoft`<http://www.microsoft.com/> The 'left' property sets a positive nominal length value in 'ex' units.
|
|
left-100 reference/left-004-ref Left using percentages with a value of negative zero, -0% http://www.w3.org/TR/CSS21/visuren.html#propdef-left,http://www.w3.org/TR/CSS21/visuren.html#position-props 4176bc9c3e9977692250d5cba16e12696f28a134 `Microsoft`<http://www.microsoft.com/> The 'left' property sets a negative zero length value in percentages.
|
|
left-101 reference/left-004-ref Left using percentages with a value of zero, 0% http://www.w3.org/TR/CSS21/visuren.html#propdef-left,http://www.w3.org/TR/CSS21/visuren.html#position-props 1e8e2fec224efac15c37281353adcdd784ca312f `Microsoft`<http://www.microsoft.com/> The 'left' property sets a zero length value in percentages.
|
|
left-102 reference/left-004-ref Left using percentages with a value of positive zero, +0% http://www.w3.org/TR/CSS21/visuren.html#propdef-left,http://www.w3.org/TR/CSS21/visuren.html#position-props 7424b1824d43534bb5532f6e3da1114dfe3a53cb `Microsoft`<http://www.microsoft.com/> The 'left' property sets a positive zero length value in percentages.
|
|
left-103 reference/ref-black-96px-square-no-red Left using percentages with a nominal value, 100% http://www.w3.org/TR/CSS21/visuren.html#propdef-left,http://www.w3.org/TR/CSS21/visuren.html#position-props a27275a964baa2756c4077341753d5ef2890a52e `Microsoft`<http://www.microsoft.com/> The 'left' property sets a nominal length value in percentages.
|
|
left-104 reference/ref-black-96px-square-no-red Left using percentages with a positive nominal value, +100% http://www.w3.org/TR/CSS21/visuren.html#propdef-left,http://www.w3.org/TR/CSS21/visuren.html#position-props fe689de00a0652c05b37e1dcf6c70b5758aea53a `Microsoft`<http://www.microsoft.com/> The 'left' property sets a positive nominal length value in percentages.
|
|
left-109 reference/left-004-ref Left with a value of negative zero and no units, -0 http://www.w3.org/TR/CSS21/visuren.html#propdef-left,http://www.w3.org/TR/CSS21/visuren.html#position-props 212aa0d12684bed1e7a321d469e6415cb639581d `Microsoft`<http://www.microsoft.com/> The 'left' property sets a negative zero length value with no units.
|
|
left-110 reference/left-004-ref Left with a value of zero and no units, 0 http://www.w3.org/TR/CSS21/visuren.html#propdef-left,http://www.w3.org/TR/CSS21/visuren.html#position-props 975a182b7a4eef67140454dbb809fb038b03e71b `Microsoft`<http://www.microsoft.com/> The 'left' property sets a zero length value with no units.
|
|
left-111 reference/left-004-ref Left with a value of positive zero and no units, +0 http://www.w3.org/TR/CSS21/visuren.html#propdef-left,http://www.w3.org/TR/CSS21/visuren.html#position-props eb1baf39c9f4c5d5394cca4ffe98454fe695680c `Microsoft`<http://www.microsoft.com/> The 'left' property sets a positive zero length value with no units.
|
|
left-112 reference/left-004-ref Left with a value of 'auto' http://www.w3.org/TR/CSS21/visuren.html#propdef-left,http://www.w3.org/TR/CSS21/visuren.html#position-props d1ac21caab27b695929e0bb5d5a353ace6b0db04 `Microsoft`<http://www.microsoft.com/> The 'left' property sets a value of 'auto'.
|
|
left-113 reference/left-113-ref Left with a value of 'inherit' http://www.w3.org/TR/CSS21/visuren.html#propdef-left,http://www.w3.org/TR/CSS21/visuren.html#position-props 00b465cc36021466cd93f6323aa1748cd5056ea1 `Microsoft`<http://www.microsoft.com/> The 'left' property sets a value of 'inherit'.
|
|
left-applies-to-001 reference/left-applies-to-001-ref Left applied to element with 'display' set to 'table-row-group' http://www.w3.org/TR/CSS21/visuren.html#propdef-left,http://www.w3.org/TR/CSS21/visuren.html#dis-pos-flo,http://www.w3.org/TR/CSS21/visuren.html#position-props ae7f2868ca6629cbf81f48ec03a76004def9ef61 `Microsoft`<http://www.microsoft.com/> The 'left' property applies to elements with a display of 'table-row-group'.
|
|
left-applies-to-002 reference/left-applies-to-001-ref Left applied to element with 'display' set to 'table-header-group' http://www.w3.org/TR/CSS21/visuren.html#propdef-left,http://www.w3.org/TR/CSS21/visuren.html#dis-pos-flo,http://www.w3.org/TR/CSS21/visuren.html#position-props 7c7c18bd0d2e25e5b410df6c97de48062e64b262 `Microsoft`<http://www.microsoft.com/> The 'left' property applies to elements with a display of 'table-header-group'.
|
|
left-applies-to-003 reference/left-applies-to-001-ref Left applied to element with 'display' set to 'table-footer-group' http://www.w3.org/TR/CSS21/visuren.html#propdef-left,http://www.w3.org/TR/CSS21/visuren.html#dis-pos-flo,http://www.w3.org/TR/CSS21/visuren.html#position-props c6f233e907c7a069e6ab35bed9dfbe716ecac30e `Microsoft`<http://www.microsoft.com/> The 'left' property applies to elements with a display of 'table-footer-group'.
|
|
left-applies-to-004 reference/left-applies-to-001-ref Left applied to element with 'display' set to 'table-row' http://www.w3.org/TR/CSS21/visuren.html#propdef-left,http://www.w3.org/TR/CSS21/visuren.html#dis-pos-flo,http://www.w3.org/TR/CSS21/visuren.html#position-props 207ff04039196c246ec3b9982a8c6ec2770a6815 `Microsoft`<http://www.microsoft.com/> The 'left' property applies to elements with a display of 'table-row'.
|
|
left-applies-to-005 reference/left-applies-to-001-ref Left applied to element with 'display' set to 'table-column-group' http://www.w3.org/TR/CSS21/visuren.html#propdef-left,http://www.w3.org/TR/CSS21/visuren.html#dis-pos-flo,http://www.w3.org/TR/CSS21/visuren.html#position-props f9d353f85e2e9b2967963452d09e1dcbe1dd92fd `Microsoft`<http://www.microsoft.com/> The 'left' property applies to elements with a display of 'table-column-group'.
|
|
left-applies-to-006 reference/left-applies-to-001-ref Left applied to element with 'display' set to 'table-column' http://www.w3.org/TR/CSS21/visuren.html#propdef-left,http://www.w3.org/TR/CSS21/visuren.html#dis-pos-flo,http://www.w3.org/TR/CSS21/visuren.html#position-props 182d1aa5ec34af60d8a1985078214ed1929ecb0f `Microsoft`<http://www.microsoft.com/> The 'left' property applies to elements with a display of 'table-column'.
|
|
left-applies-to-007 reference/left-applies-to-001-ref Left applied to element with 'display' set to 'table-cell' http://www.w3.org/TR/CSS21/visuren.html#propdef-left,http://www.w3.org/TR/CSS21/visuren.html#dis-pos-flo,http://www.w3.org/TR/CSS21/visuren.html#position-props 17e71ea563ecc2539f7baad7ad7cb04da019168c `Microsoft`<http://www.microsoft.com/> The 'left' property applies to elements with a display of 'table-cell'.
|
|
left-applies-to-008 Left applied to element with 'display' set to inline ahem http://www.w3.org/TR/CSS21/visuren.html#propdef-left,http://www.w3.org/TR/CSS21/visuren.html#dis-pos-flo,http://www.w3.org/TR/CSS21/visuren.html#position-props 0e2d6eaa5bcbe2e8369d68f08b0514e0826a1c27 `Microsoft`<http://www.microsoft.com/> The 'left' property applies to elements with a display of inline.
|
|
left-applies-to-009 reference/left-applies-to-001-ref Left applied to element with 'display' set to block http://www.w3.org/TR/CSS21/visuren.html#propdef-left,http://www.w3.org/TR/CSS21/visuren.html#dis-pos-flo,http://www.w3.org/TR/CSS21/visuren.html#position-props 11bc4db873bf89210a7791a1d7c567f6ccc080b2 `Microsoft`<http://www.microsoft.com/> The 'left' property applies to elements with a display of block.
|
|
left-applies-to-010 Left applied to element with 'display' set to list-item http://www.w3.org/TR/CSS21/visuren.html#propdef-left,http://www.w3.org/TR/CSS21/visuren.html#dis-pos-flo,http://www.w3.org/TR/CSS21/visuren.html#position-props 116b5ae6a398a7c8d8ba754dfe3aaa321c98b915 `Microsoft`<http://www.microsoft.com/> The 'left' property applies to elements with a display of list-item.
|
|
left-applies-to-011 Left applied to element with 'display' set to run-in http://www.w3.org/TR/CSS21/visuren.html#propdef-left,http://www.w3.org/TR/CSS21/visuren.html#dis-pos-flo,http://www.w3.org/TR/CSS21/visuren.html#position-props 7f34728d82d68df3d67ac88b50e4da4a42f21abe `Microsoft`<http://www.microsoft.com/> The 'left' property applies to elements with a display of run-in.
|
|
left-applies-to-012 reference/left-applies-to-001-ref Left applied to element with 'display' set to inline-block http://www.w3.org/TR/CSS21/visuren.html#propdef-left,http://www.w3.org/TR/CSS21/visuren.html#dis-pos-flo,http://www.w3.org/TR/CSS21/visuren.html#position-props 91ad6f4e4e57b87628d8e918d79072e87bacfb8f `Microsoft`<http://www.microsoft.com/> The 'left' property applies to elements with a display of inline-block.
|
|
left-applies-to-013 reference/left-applies-to-001-ref Left applied to element with 'display' set to 'table' http://www.w3.org/TR/CSS21/visuren.html#propdef-left,http://www.w3.org/TR/CSS21/visuren.html#dis-pos-flo,http://www.w3.org/TR/CSS21/visuren.html#position-props c240adf8526f032d17f7036c2744ef450b66247f `Microsoft`<http://www.microsoft.com/> The 'left' property applies to elements with a display of 'table'.
|
|
left-applies-to-014 reference/left-applies-to-001-ref Left applied to element with 'display' set to 'inline-table' http://www.w3.org/TR/CSS21/visuren.html#propdef-left,http://www.w3.org/TR/CSS21/visuren.html#dis-pos-flo,http://www.w3.org/TR/CSS21/visuren.html#position-props 42c9955d093ecdd41f8eab2f5e8384651559ddea `Microsoft`<http://www.microsoft.com/> The 'left' property applies to elements with a display of 'inline-table'.
|
|
left-applies-to-015 reference/left-applies-to-001-ref Left applied to element with 'display' set to 'table-caption' http://www.w3.org/TR/CSS21/visuren.html#propdef-left,http://www.w3.org/TR/CSS21/visuren.html#dis-pos-flo,http://www.w3.org/TR/CSS21/visuren.html#position-props cfe1e3e92fb3d42c6a3ff97860167f9962312cfb `Microsoft`<http://www.microsoft.com/> The 'left' property applies to elements with a display of 'table-caption'.
|
|
left-offset-001 reference/left-offset-001-ref Absolute positioned elements with a left offset http://www.w3.org/TR/CSS21/visuren.html#propdef-right,http://www.w3.org/TR/CSS21/visuren.html#position-props 3e8727d30f05e0c1ee999655b0aefbcc0f44c797 `Microsoft`<http://www.microsoft.com/> Absolute positioned elements with a left offset, offsets the elements left margin edge from the left edge of the elements containing block.
|
|
left-offset-002 reference/left-offset-001-ref Position 'left' offset property - absolute length value and relative positioning http://www.w3.org/TR/CSS21/visuren.html#propdef-right,http://www.w3.org/TR/CSS21/visuren.html#position-props 7e69d1d0b04971a57ab0401cf9a347e77b5ce9be `Microsoft`<http://www.microsoft.com/> Relative positioned elements with a left offset, offsets with respect to the left edge of the box itself.
|
|
left-offset-003 reference/left-offset-003-ref 'left' property defines the offset from the left edge of the containing block http://www.w3.org/TR/CSS21/visuren.html#propdef-right,http://www.w3.org/TR/CSS21/visuren.html#position-props 9ca8f526c6249cff2b268700f37f4a2a9c753d26 `Microsoft`<http://www.microsoft.com/> The 'left' property, for absolute positioning, specifies the offset of the element in relation to the containing block's left edge. In this test, the containing block of the absolutely positioned element is formed by the padding box of its nearest (closest) non-inline positioned ancestor element.
|
|
left-offset-percentage-001 reference/left-offset-percentage-001-ref Left offset using percentage http://www.w3.org/TR/CSS21/visuren.html#propdef-left,http://www.w3.org/TR/CSS21/visuren.html#position-props 2b1a8a647bc4659bb3ad604e611c62866bf83b37 `Microsoft`<http://www.microsoft.com/> Percentage offset values for the 'left' property are based off the width of the containing block.
|
|
left-offset-percentage-002 reference/left-offset-percentage-002-ref position absolute - left offset percentage and inherit http://www.w3.org/TR/CSS21/cascade.html#value-def-inherit,http://www.w3.org/TR/CSS21/visuren.html#position-props b01fa2a64b07ebb97c6b2aa6a4fde5c360545cec `Gérard Talbot`<http://www.gtalbot.org/BrowserBugsSection/css21testsuite/> 'left: inherit' makes the left property take the same computed value as the left property for the element's parent; in the case of a percentage value, the computed value is the specified percentage value. 'left: [percentage]' refers to width of containing block.
|
|
letter-spacing-004 Letter-spacing using pixels with a negative zero value, -0px ahem http://www.w3.org/TR/CSS21/text.html#propdef-letter-spacing,http://www.w3.org/TR/CSS21/text.html#spacing-props 35a1c7eb6a26207ef41c2a9a57418b8ba9c17bba `Microsoft`<http://www.microsoft.com/> The 'letter-spacing' property sets a negative zero length value in pixels.
|
|
letter-spacing-005 Letter-spacing using pixels with a zero value, 0px ahem http://www.w3.org/TR/CSS21/text.html#propdef-letter-spacing,http://www.w3.org/TR/CSS21/text.html#spacing-props b41f3e19526acd39a3df86c8c1ba9930f86251dd `Microsoft`<http://www.microsoft.com/> The 'letter-spacing' property sets a zero length value in pixels.
|
|
letter-spacing-006 Letter-spacing using pixels with a positive zero value, +0px ahem http://www.w3.org/TR/CSS21/text.html#propdef-letter-spacing,http://www.w3.org/TR/CSS21/text.html#spacing-props a41c9f8b0148bf6d4a74cd7d4d0fa58691b8dd65 `Microsoft`<http://www.microsoft.com/> The 'letter-spacing' property sets a positive zero length value in pixels.
|
|
letter-spacing-007 Letter-spacing using pixels with a nominal value, 96px ahem http://www.w3.org/TR/CSS21/text.html#propdef-letter-spacing,http://www.w3.org/TR/CSS21/text.html#spacing-props cdccd1f2e748d15334912a65091c773954de6639 `Microsoft`<http://www.microsoft.com/> The 'letter-spacing' property sets a nominal length value in pixels.
|
|
letter-spacing-008 Letter-spacing using pixels with a nominal value with a plus sign, +96px ahem http://www.w3.org/TR/CSS21/text.html#propdef-letter-spacing,http://www.w3.org/TR/CSS21/text.html#spacing-props c15870324ee86bcb807cb743ad9d0036630e175c `Microsoft`<http://www.microsoft.com/> The 'letter-spacing' property sets a nominal length value in pixels with a plus sign.
|
|
letter-spacing-016 Letter-spacing using points with a negative zero value, -0pt ahem http://www.w3.org/TR/CSS21/text.html#propdef-letter-spacing,http://www.w3.org/TR/CSS21/text.html#spacing-props 65762e74c6b4bc85804705dae0c52005dcc32860 `Microsoft`<http://www.microsoft.com/> The 'letter-spacing' property sets a negative zero length value in points.
|
|
letter-spacing-017 Letter-spacing using points with a zero value, 0pt ahem http://www.w3.org/TR/CSS21/text.html#propdef-letter-spacing,http://www.w3.org/TR/CSS21/text.html#spacing-props 9d3bfbf8db6b27c6ace86adbf03c417bd929e2c8 `Microsoft`<http://www.microsoft.com/> The 'letter-spacing' property sets a zero length value in points.
|
|
letter-spacing-018 Letter-spacing using points with a positive zero value, +0pt ahem http://www.w3.org/TR/CSS21/text.html#propdef-letter-spacing,http://www.w3.org/TR/CSS21/text.html#spacing-props b036e4dec780ba759725294ba309c728a131b1dc `Microsoft`<http://www.microsoft.com/> The 'letter-spacing' property sets a positive zero length value in points.
|
|
letter-spacing-019 Letter-spacing using points with a nominal value, 72pt ahem http://www.w3.org/TR/CSS21/text.html#propdef-letter-spacing,http://www.w3.org/TR/CSS21/text.html#spacing-props 7756377cc805b70005c47fa2e26874b88a06084a `Microsoft`<http://www.microsoft.com/> The 'letter-spacing' property sets a nominal length value in points.
|
|
letter-spacing-020 Letter-spacing using points with a nominal value with a plus sign, +72pt ahem http://www.w3.org/TR/CSS21/text.html#propdef-letter-spacing,http://www.w3.org/TR/CSS21/text.html#spacing-props 34c42033947f3f35a399180e13c730d194ca7b9c `Microsoft`<http://www.microsoft.com/> The 'letter-spacing' property sets a nominal length value in points with a plus sign.
|
|
letter-spacing-028 Letter-spacing using picas with a negative zero value, -0pc ahem http://www.w3.org/TR/CSS21/text.html#propdef-letter-spacing,http://www.w3.org/TR/CSS21/text.html#spacing-props df336403dd03bf7876a828d9636ab0441cab1492 `Microsoft`<http://www.microsoft.com/> The 'letter-spacing' property sets a negative zero length value in picas.
|
|
letter-spacing-029 Letter-spacing using picas with a zero value, 0pc ahem http://www.w3.org/TR/CSS21/text.html#propdef-letter-spacing,http://www.w3.org/TR/CSS21/text.html#spacing-props ccd0bf29350c42f1320034c7f23e8f7d0fb75c1e `Microsoft`<http://www.microsoft.com/> The 'letter-spacing' property sets a zero length value in picas.
|
|
letter-spacing-030 Letter-spacing using picas with a positive zero value, +0pc ahem http://www.w3.org/TR/CSS21/text.html#propdef-letter-spacing,http://www.w3.org/TR/CSS21/text.html#spacing-props 62b047e57ec298791e72da3068d6c3b28c0831e0 `Microsoft`<http://www.microsoft.com/> The 'letter-spacing' property sets a positive zero length value in picas.
|
|
letter-spacing-031 Letter-spacing using picas with a nominal value, 6pc ahem http://www.w3.org/TR/CSS21/text.html#propdef-letter-spacing,http://www.w3.org/TR/CSS21/text.html#spacing-props 0e06b28a597520bbf07e433564eb4a4cd3d2a483 `Microsoft`<http://www.microsoft.com/> The 'letter-spacing' property sets a nominal length value in picas.
|
|
letter-spacing-032 Letter-spacing using picas with a nominal value with a plus sign, +6pc ahem http://www.w3.org/TR/CSS21/text.html#propdef-letter-spacing,http://www.w3.org/TR/CSS21/text.html#spacing-props 7d7334a831397c97588f8d4186bceedc564d4a0e `Microsoft`<http://www.microsoft.com/> The 'letter-spacing' property sets a nominal length value in picas with a plus sign.
|
|
letter-spacing-040 Letter-spacing using centimeters with a negative zero value, -0cm ahem http://www.w3.org/TR/CSS21/text.html#propdef-letter-spacing,http://www.w3.org/TR/CSS21/text.html#spacing-props bd5b04294fe719b655912a104e5b830ce5afae39 `Microsoft`<http://www.microsoft.com/> The 'letter-spacing' property sets a negative zero length value in centimeters.
|
|
letter-spacing-041 Letter-spacing using centimeters with a zero value, 0cm ahem http://www.w3.org/TR/CSS21/text.html#propdef-letter-spacing,http://www.w3.org/TR/CSS21/text.html#spacing-props 1c01bfa9351395924d29297756422b4cff4ec5a3 `Microsoft`<http://www.microsoft.com/> The 'letter-spacing' property sets a zero length value in centimeters.
|
|
letter-spacing-042 Letter-spacing using centimeters with a positive zero value, +0cm ahem http://www.w3.org/TR/CSS21/text.html#propdef-letter-spacing,http://www.w3.org/TR/CSS21/text.html#spacing-props 8d9063d80e15f1ead135e7f1ae7951aa22ba797d `Microsoft`<http://www.microsoft.com/> The 'letter-spacing' property sets a positive zero length value in centimeters.
|
|
letter-spacing-043 Letter-spacing using centimeters with a nominal value, 2.54cm ahem http://www.w3.org/TR/CSS21/text.html#propdef-letter-spacing,http://www.w3.org/TR/CSS21/text.html#spacing-props 53394f6014647c28333949dd732c8191907aaf18 `Microsoft`<http://www.microsoft.com/> The 'letter-spacing' property sets a nominal length value in centimeters.
|
|
letter-spacing-044 Letter-spacing using centimeters with a nominal value with a plus sign, +2.54cm ahem http://www.w3.org/TR/CSS21/text.html#propdef-letter-spacing,http://www.w3.org/TR/CSS21/text.html#spacing-props 847ecf5fc542fe8296636c57f92483eabb8a6339 `Microsoft`<http://www.microsoft.com/> The 'letter-spacing' property sets a nominal length value in centimeters with a plus sign.
|
|
letter-spacing-052 Letter-spacing using millimeters with a negative zero value, -0mm ahem http://www.w3.org/TR/CSS21/text.html#propdef-letter-spacing,http://www.w3.org/TR/CSS21/text.html#spacing-props 5eb0571d1b2a444551143345ed49fcbd816c7e2e `Microsoft`<http://www.microsoft.com/> The 'letter-spacing' property sets a negative zero length value in millimeters.
|
|
letter-spacing-053 Letter-spacing using millimeters with a zero value, 0mm ahem http://www.w3.org/TR/CSS21/text.html#propdef-letter-spacing,http://www.w3.org/TR/CSS21/text.html#spacing-props 63fcb06acdb0862c14b158c68f60d02c8b202841 `Microsoft`<http://www.microsoft.com/> The 'letter-spacing' property sets a zero length value in millimeters.
|
|
letter-spacing-054 Letter-spacing using millimeters with a positive zero value, +0mm ahem http://www.w3.org/TR/CSS21/text.html#propdef-letter-spacing,http://www.w3.org/TR/CSS21/text.html#spacing-props 8aba8b12245a136e89fec5af7517f3c4f81fb970 `Microsoft`<http://www.microsoft.com/> The 'letter-spacing' property sets a positive zero length value in millimeters.
|
|
letter-spacing-055 Letter-spacing using millimeters with a nominal value, 25.4mm ahem http://www.w3.org/TR/CSS21/text.html#propdef-letter-spacing,http://www.w3.org/TR/CSS21/text.html#spacing-props 3cc237c65be7e3457160f825cf64fbddc133e3a3 `Microsoft`<http://www.microsoft.com/> The 'letter-spacing' property sets a nominal length value in millimeters.
|
|
letter-spacing-056 Letter-spacing using millimeters with a nominal value with a plus sign, +25.4mm ahem http://www.w3.org/TR/CSS21/text.html#propdef-letter-spacing,http://www.w3.org/TR/CSS21/text.html#spacing-props 8d28b443b8be85e8650dbcbc8fb6a82fea27082d `Microsoft`<http://www.microsoft.com/> The 'letter-spacing' property sets a nominal length value in millimeters with a plus sign.
|
|
letter-spacing-064 Letter-spacing using inches with a negative zero value, -0in ahem http://www.w3.org/TR/CSS21/text.html#propdef-letter-spacing,http://www.w3.org/TR/CSS21/text.html#spacing-props 5453bd12b6b4ec1798d8d4d07d7fbc328f9ee4de `Microsoft`<http://www.microsoft.com/> The 'letter-spacing' property sets a negative zero length value in inches.
|
|
letter-spacing-065 Letter-spacing using inches with a zero value, 0in ahem http://www.w3.org/TR/CSS21/text.html#propdef-letter-spacing,http://www.w3.org/TR/CSS21/text.html#spacing-props ae9e8cf632217bb2e093645376c0edec4bd946a5 `Microsoft`<http://www.microsoft.com/> The 'letter-spacing' property sets a zero length value in inches.
|
|
letter-spacing-066 Letter-spacing using inches with a positive zero value, +0in ahem http://www.w3.org/TR/CSS21/text.html#propdef-letter-spacing,http://www.w3.org/TR/CSS21/text.html#spacing-props 45a2e0e8fdabcae96f53a454de605439a0f98404 `Microsoft`<http://www.microsoft.com/> The 'letter-spacing' property sets a positive zero length value in inches.
|
|
letter-spacing-067 Letter-spacing using inches with a nominal value, 1in ahem http://www.w3.org/TR/CSS21/text.html#propdef-letter-spacing,http://www.w3.org/TR/CSS21/text.html#spacing-props 38e88db001be354d52350f1e877ad98d2e247207 `Microsoft`<http://www.microsoft.com/> The 'letter-spacing' property sets a nominal length value in inches.
|
|
letter-spacing-068 Letter-spacing using inches with a nominal value with a plus sign, +1in ahem http://www.w3.org/TR/CSS21/text.html#propdef-letter-spacing,http://www.w3.org/TR/CSS21/text.html#spacing-props bac878be7cbc6c2e709f88c93e2cd88073f7af55 `Microsoft`<http://www.microsoft.com/> The 'letter-spacing' property sets a nominal length value in inches with a plus sign.
|
|
letter-spacing-076 Letter-spacing using 'em' units with a negative zero value, -0em ahem http://www.w3.org/TR/CSS21/text.html#propdef-letter-spacing,http://www.w3.org/TR/CSS21/text.html#spacing-props 63c6ce8ff4729985ff6c1cfce8c1ac4796902e71 `Microsoft`<http://www.microsoft.com/> The 'letter-spacing' property sets a negative zero length value in 'em' units.
|
|
letter-spacing-077 Letter-spacing using 'em' units with a zero value, 0em ahem http://www.w3.org/TR/CSS21/text.html#propdef-letter-spacing,http://www.w3.org/TR/CSS21/text.html#spacing-props 3ed2cc2b4d28a81700fa7ccee0273fc67e374dfd `Microsoft`<http://www.microsoft.com/> The 'letter-spacing' property sets a zero length value in 'em' units.
|
|
letter-spacing-078 Letter-spacing using 'em' units with a positive zero value, +0em ahem http://www.w3.org/TR/CSS21/text.html#propdef-letter-spacing,http://www.w3.org/TR/CSS21/text.html#spacing-props c3f733bd652a1db265c945dfb4aca566fb068b39 `Microsoft`<http://www.microsoft.com/> The 'letter-spacing' property sets a positive zero length value in 'em' units.
|
|
letter-spacing-079 Letter-spacing using 'em' units with a nominal value, 6em ahem http://www.w3.org/TR/CSS21/text.html#propdef-letter-spacing,http://www.w3.org/TR/CSS21/text.html#spacing-props 67c74107e7bfd1875917e6621f8da6d1fd0b36f0 `Microsoft`<http://www.microsoft.com/> The 'letter-spacing' property sets a nominal length value in 'em' units.
|
|
letter-spacing-080 Letter-spacing using 'em' units with a nominal value with a plus sign, +6em ahem http://www.w3.org/TR/CSS21/text.html#propdef-letter-spacing,http://www.w3.org/TR/CSS21/text.html#spacing-props 0d0d456193a548abf30b1d166233a65df8584878 `Microsoft`<http://www.microsoft.com/> The 'letter-spacing' property sets a nominal length value in 'em' units with a plus sign.
|
|
letter-spacing-088 Letter-spacing using 'ex' units with a negative zero value, -0ex ahem http://www.w3.org/TR/CSS21/text.html#propdef-letter-spacing,http://www.w3.org/TR/CSS21/text.html#spacing-props 36b49ab890c91e20f4f1f2c6bea8772865448f31 `Microsoft`<http://www.microsoft.com/> The 'letter-spacing' property sets a negative zero length value in 'ex' units.
|
|
letter-spacing-089 Letter-spacing using 'ex' units with a zero value, 0ex ahem http://www.w3.org/TR/CSS21/text.html#propdef-letter-spacing,http://www.w3.org/TR/CSS21/text.html#spacing-props 27b53505782fef9f20f72e56fa626e582980e10e `Microsoft`<http://www.microsoft.com/> The 'letter-spacing' property sets a zero length value in 'ex' units.
|
|
letter-spacing-090 Letter-spacing using 'ex' units with a positive zero value, +0ex ahem http://www.w3.org/TR/CSS21/text.html#propdef-letter-spacing,http://www.w3.org/TR/CSS21/text.html#spacing-props 9da9218aefc3b9779c3549d0aa2ceaa21ff95398 `Microsoft`<http://www.microsoft.com/> The 'letter-spacing' property sets a positive zero length value in 'ex' units.
|
|
letter-spacing-091 Letter-spacing using 'ex' units with a nominal value, 12ex ahem http://www.w3.org/TR/CSS21/text.html#propdef-letter-spacing,http://www.w3.org/TR/CSS21/text.html#spacing-props ca8e36b2d0411a476e986937e348bcade195f9a4 `Microsoft`<http://www.microsoft.com/> The 'letter-spacing' property sets a nominal length value in 'ex' units.
|
|
letter-spacing-092 Letter-spacing using 'ex' units with a nominal value with a plus sign, +12ex ahem http://www.w3.org/TR/CSS21/text.html#propdef-letter-spacing,http://www.w3.org/TR/CSS21/text.html#spacing-props ce934532fdef9938ecfe5f80c90fcae114678fb4 `Microsoft`<http://www.microsoft.com/> The 'letter-spacing' property sets a nominal length value in 'ex' units with a plus sign.
|
|
letter-spacing-097 Letter-spacing sets a negative zero value with no units, -0 ahem http://www.w3.org/TR/CSS21/text.html#propdef-letter-spacing,http://www.w3.org/TR/CSS21/text.html#spacing-props a04d9f7389283dc06233ecdf39252f597019aafa `Microsoft`<http://www.microsoft.com/> The 'letter-spacing' property sets a negative zero length value with no units.
|
|
letter-spacing-098 Letter-spacing sets a zero value with no units, 0 ahem http://www.w3.org/TR/CSS21/text.html#propdef-letter-spacing,http://www.w3.org/TR/CSS21/text.html#spacing-props fe0ad2a707254a85b9f81042f3d3c1c1983a4d8e `Microsoft`<http://www.microsoft.com/> The 'letter-spacing' property sets a zero length value with no units.
|
|
letter-spacing-099 Letter-spacing sets a positive zero value with no units, +0 ahem http://www.w3.org/TR/CSS21/text.html#propdef-letter-spacing,http://www.w3.org/TR/CSS21/text.html#spacing-props 7facc24c217821d6c58d75b898441ad29dd8384c `Microsoft`<http://www.microsoft.com/> The 'letter-spacing' property sets a positive zero length value with no units.
|
|
letter-spacing-100 Letter-spacing set to 'normal' ahem http://www.w3.org/TR/CSS21/text.html#propdef-letter-spacing,http://www.w3.org/TR/CSS21/text.html#spacing-props 1684a27501e3fc7731de818c3f235cd79be11b60 `Microsoft`<http://www.microsoft.com/> The 'letter-spacing' property set to 'normal' sets the typical spacing for letters based on the font.
|
|
letter-spacing-101 Letter-spacing set to 'inherit' ahem http://www.w3.org/TR/CSS21/text.html#propdef-letter-spacing,http://www.w3.org/TR/CSS21/text.html#spacing-props a7ea4107eca73ed6d5ac41a22f1fc8392680d54e `Microsoft`<http://www.microsoft.com/> The 'letter-spacing' set to 'inherit' uses its parents' value for the spacing of letters.
|
|
letter-spacing-102 Dynamic letter-spacing changes dom http://www.w3.org/TR/CSS21/text.html#spacing-props ec07156cb38b495759a5a5e96fdfabb771942a4a `Ian Hickson`<mailto:ian@hixie.ch>,`Elika J. Etemad`<http://fantasai.inkedblade.net/contact>
|
|
letter-spacing-applies-to-001 Letter-spacing application on a 'display: inline' element ahem http://www.w3.org/TR/CSS21/text.html#propdef-letter-spacing,http://www.w3.org/TR/CSS21/text.html#spacing-props b08155c65cc6235ec324d08c01703df86bcc09b7 `Microsoft`<http://www.microsoft.com/> The 'letter-spacing' property is applied to 'display: inline' elements.
|
|
letter-spacing-applies-to-002 Letter-spacing application on a 'display: block' element ahem http://www.w3.org/TR/CSS21/text.html#propdef-letter-spacing,http://www.w3.org/TR/CSS21/text.html#spacing-props ac34f2c34cc6f73848d2722280f5206cec0a7582 `Microsoft`<http://www.microsoft.com/> The 'letter-spacing' property is applied to 'display: block' elements.
|
|
letter-spacing-applies-to-003 Letter-spacing application on a 'display: list-item' element ahem http://www.w3.org/TR/CSS21/text.html#propdef-letter-spacing,http://www.w3.org/TR/CSS21/text.html#spacing-props ecf1d8b935ef67a9a4380ade0e3dd8c31ad35129 `Microsoft`<http://www.microsoft.com/> The 'letter-spacing' property is applied to 'display: list-item' elements.
|
|
letter-spacing-applies-to-004 Letter-spacing application on a 'display: run-in' element ahem http://www.w3.org/TR/CSS21/text.html#propdef-letter-spacing,http://www.w3.org/TR/CSS21/text.html#spacing-props 82f6a645f30040bd5920e5d13e34ad8c10dd9586 `Microsoft`<http://www.microsoft.com/> The 'letter-spacing' property is applied to 'display: run-in' elements.
|
|
letter-spacing-applies-to-005 Letter-spacing application on a 'display: inline-block' element ahem http://www.w3.org/TR/CSS21/text.html#propdef-letter-spacing,http://www.w3.org/TR/CSS21/text.html#spacing-props 1f4c1d72a3f9b0c28996f5c11448faba9a378a4c `Microsoft`<http://www.microsoft.com/> The 'letter-spacing' property is applied to 'display: inline-block' elements.
|
|
letter-spacing-applies-to-006 Letter-spacing application on a 'display: table' element ahem http://www.w3.org/TR/CSS21/text.html#propdef-letter-spacing,http://www.w3.org/TR/CSS21/text.html#spacing-props 7bde357c3badb49fe4d15899dd2962f3a394cd05 `Microsoft`<http://www.microsoft.com/> The 'letter-spacing' property is applied to 'display: table' elements.
|
|
letter-spacing-applies-to-007 Letter-spacing application on a 'display: inline-table' element ahem http://www.w3.org/TR/CSS21/text.html#propdef-letter-spacing,http://www.w3.org/TR/CSS21/text.html#spacing-props 8ff57ca3a1131d748e67d7b7c5a93d96d9eae583 `Microsoft`<http://www.microsoft.com/> The 'letter-spacing' property is applied to 'display: inline-table' elements.
|
|
letter-spacing-applies-to-008 Letter-spacing application on a 'display: table-row-group' element ahem http://www.w3.org/TR/CSS21/text.html#propdef-letter-spacing,http://www.w3.org/TR/CSS21/text.html#spacing-props 8d32c46716c323cdaf054c97fdadc8d0c0e7ed5b `Microsoft`<http://www.microsoft.com/> The 'letter-spacing' property is applied to 'display: table-row-group' elements.
|
|
letter-spacing-applies-to-009 Letter-spacing application on a 'display: table-header-group' element ahem http://www.w3.org/TR/CSS21/text.html#propdef-letter-spacing,http://www.w3.org/TR/CSS21/text.html#spacing-props 15c50da03265d1cbd38d267d4fe0e6f9980e90c5 `Microsoft`<http://www.microsoft.com/> The 'letter-spacing' property is applied to 'display: table-header-group' elements.
|
|
letter-spacing-applies-to-010 Letter-spacing application on a 'display: table-footer-group' element ahem http://www.w3.org/TR/CSS21/text.html#propdef-letter-spacing,http://www.w3.org/TR/CSS21/text.html#spacing-props 943c9fa6769973f9ed8bc01c605a5301d3869582 `Microsoft`<http://www.microsoft.com/> The 'letter-spacing' property is applied to 'display: table-footer-group' elements.
|
|
letter-spacing-applies-to-011 Letter-spacing application on a 'display: table-row' element ahem http://www.w3.org/TR/CSS21/text.html#propdef-letter-spacing,http://www.w3.org/TR/CSS21/text.html#spacing-props 7131948ba753dff9da1ea29789f71135742ed11c `Microsoft`<http://www.microsoft.com/> The 'letter-spacing' property is applied to 'display: table-row' elements.
|
|
letter-spacing-applies-to-012 Letter-spacing application on a 'display: table-column-group' element ahem http://www.w3.org/TR/CSS21/text.html#propdef-letter-spacing,http://www.w3.org/TR/CSS21/text.html#spacing-props 334fb4655871cc94f45d083c274fdb101fca95ff `Microsoft`<http://www.microsoft.com/> The 'letter-spacing' property does not apply to 'display: table-column-group' elements.
|
|
letter-spacing-applies-to-013 Letter-spacing application on a 'display: table-column' element ahem http://www.w3.org/TR/CSS21/text.html#propdef-letter-spacing,http://www.w3.org/TR/CSS21/text.html#spacing-props 52db94fd38b8dd4df780613049ed343558a702e4 `Microsoft`<http://www.microsoft.com/> The 'letter-spacing' property does not apply to 'display: table-column' elements.
|
|
letter-spacing-applies-to-014 Letter-spacing application on a 'display: table-cell' element ahem http://www.w3.org/TR/CSS21/text.html#propdef-letter-spacing,http://www.w3.org/TR/CSS21/text.html#spacing-props 75dfcd659c44066027b940a932e2bd9e6c09ecfe `Microsoft`<http://www.microsoft.com/> The 'letter-spacing' property is applied to 'display: table-cell' elements.
|
|
letter-spacing-applies-to-015 Letter-spacing application on a 'display: table-caption' element ahem http://www.w3.org/TR/CSS21/text.html#propdef-letter-spacing,http://www.w3.org/TR/CSS21/text.html#spacing-props 9f4fc9416558b136c8aa41c95f99a7d22f621a65 `Microsoft`<http://www.microsoft.com/> The 'letter-spacing' property is applied to 'display: table-caption' elements.
|
|
letter-spacing-justify-001 Letter-spacing and 'text-align: justify' ahem http://www.w3.org/TR/CSS21/text.html#spacing-props b66c590660ba5748685be02f9412a6820aee3cb4 `Microsoft`<http://www.microsoft.com/> The letter-spacing is not changed when combined with 'text-align: justify'.
|
|
line-box-height-001 Height for inline elements when 'line-height' is smaller than 'height' ahem http://www.w3.org/TR/CSS21/visudet.html#propdef-line-height,http://www.w3.org/TR/CSS21/visudet.html#leading c0d5331bebe6060a6670cc22b374fc276ed9e9f9 `Microsoft`<http://www.microsoft.com/> The 'line-height' property sets the initial height but that height is increased if the content height is larger.
|
|
line-box-height-002 reference/line-box-height-002-ref Height for inline replaced elements and 'line-height' image http://www.w3.org/TR/CSS21/visudet.html#propdef-line-height,http://www.w3.org/TR/CSS21/visudet.html#leading d7284a6641fe849c9ccd1554e34e094b28f7e80a `Microsoft`<http://www.microsoft.com/> The 'line-height' property doe not set the height for inline replaced elements. The height of the replaced element sets the line-height'.
|
|
line-breaking-bidi-001 reference/line-breaking-bidi-001-ref Line breaking and the bidi algorithm ahem http://www.w3.org/TR/CSS21/text.html#white-space-model 46b742c1c5269a5bbeae85290e482b407032cfb6 `Ian Hickson`<mailto:ian@hixie.ch>
|
|
line-breaking-bidi-002 reference/line-breaking-bidi-002-ref Line breaking and the bidi algorithm (with hebrew character) ahem http://www.w3.org/TR/CSS21/text.html#white-space-model b7f1a211eebba7eb4e666db83059186283f2eca4 `Ian Hickson`<mailto:ian@hixie.ch>
|
|
line-breaking-bidi-003 reference/line-breaking-bidi-003-ref Line breaking and the bidi algorithm (no breaks) ahem http://www.w3.org/TR/CSS21/text.html#white-space-model 5d99128f42c3615240644031d461fa8819acbbbd `Ian Hickson`<mailto:ian@hixie.ch>
|
|
line-height-001 Line-height using pixels with a minimum minus one value, -1px ahem,invalid,should http://www.w3.org/TR/CSS21/visudet.html#propdef-line-height,http://www.w3.org/TR/CSS21/visudet.html#leading 227954db09ba254208b5612336583efa0636ec51 `Microsoft`<http://www.microsoft.com/> The 'line-height' property sets a minimum minus one length value in pixels.
|
|
line-height-002 reference/line-height-002-ref Line-height using pixels with a minimum value, 0px ahem http://www.w3.org/TR/CSS21/visudet.html#propdef-line-height,http://www.w3.org/TR/CSS21/visudet.html#leading a28b936d66994656ef86a98811d0f1e978665e1a `Microsoft`<http://www.microsoft.com/> The 'line-height' property sets a minimum length value in pixels.
|
|
line-height-003 Line-height using pixels with a minimum plus one value, 1px ahem http://www.w3.org/TR/CSS21/visudet.html#propdef-line-height,http://www.w3.org/TR/CSS21/visudet.html#leading 1b1d1d16cbe1640387a5504f3c9a9fa01ede9120 `Microsoft`<http://www.microsoft.com/> The 'line-height' property sets a minimum plus one length value in pixels.
|
|
line-height-004 reference/line-height-002-ref Line-height using pixels with a negative zero value, -0px ahem http://www.w3.org/TR/CSS21/visudet.html#propdef-line-height,http://www.w3.org/TR/CSS21/visudet.html#leading c10929e9809fc5ef3f935e30f021449f38653416 `Microsoft`<http://www.microsoft.com/> The 'line-height' property sets a negative zero length value in pixels.
|
|
line-height-005 reference/line-height-002-ref Line-height using pixels with a positive zero value, +0px ahem http://www.w3.org/TR/CSS21/visudet.html#propdef-line-height,http://www.w3.org/TR/CSS21/visudet.html#leading e56e7e34d5c663258a15629f26e66b4f6013dac6 `Microsoft`<http://www.microsoft.com/> The 'line-height' property sets a positive zero length value in pixels.
|
|
line-height-006 reference/line-height-006-ref Line-height using pixels with a nominal value, 96px ahem http://www.w3.org/TR/CSS21/visudet.html#propdef-line-height,http://www.w3.org/TR/CSS21/visudet.html#leading 719f5781bc2a07677ab15c98f53d70af28814db1 `Microsoft`<http://www.microsoft.com/> The 'line-height' property sets a nominal length value in pixels.
|
|
line-height-007 reference/line-height-006-ref Line-height using pixels with a positive nominal value, +96px ahem http://www.w3.org/TR/CSS21/visudet.html#propdef-line-height,http://www.w3.org/TR/CSS21/visudet.html#leading 938e70b82301f77744725ee55ea5b2fb539b1ec6 `Microsoft`<http://www.microsoft.com/> The 'line-height' property sets a positive nominal length value in pixels.
|
|
line-height-012 Line-height using points with a minimum minus one value, -1pt ahem,invalid,should http://www.w3.org/TR/CSS21/visudet.html#propdef-line-height,http://www.w3.org/TR/CSS21/visudet.html#leading f9e3700e5f2c2c2a5419a447768ac3f50bebef73 `Microsoft`<http://www.microsoft.com/> The 'line-height' property sets a minimum minus one length value in points.
|
|
line-height-013 reference/line-height-002-ref Line-height using points with a minimum value, 0pt ahem http://www.w3.org/TR/CSS21/visudet.html#propdef-line-height,http://www.w3.org/TR/CSS21/visudet.html#leading 60e4e272336c2926d313b039afd1d57df8816d70 `Microsoft`<http://www.microsoft.com/> The 'line-height' property sets a minimum length value in points.
|
|
line-height-014 Line-height using points with a minimum plus one value, 1pt 96dpi,ahem http://www.w3.org/TR/CSS21/visudet.html#propdef-line-height,http://www.w3.org/TR/CSS21/visudet.html#leading 85e530e99cb336d2969a093482192a8f01374a0f `Microsoft`<http://www.microsoft.com/> The 'line-height' property sets a minimum plus one length value in points.
|
|
line-height-015 reference/line-height-002-ref Line-height using points with a negative zero value, -0pt ahem http://www.w3.org/TR/CSS21/visudet.html#propdef-line-height,http://www.w3.org/TR/CSS21/visudet.html#leading 0f24d9fd72763fc6614c8b7b7d7902c71311fbd4 `Microsoft`<http://www.microsoft.com/> The 'line-height' property sets a negative zero length value in points.
|
|
line-height-016 reference/line-height-002-ref Line-height using points with a positive zero value, +0pt ahem http://www.w3.org/TR/CSS21/visudet.html#propdef-line-height,http://www.w3.org/TR/CSS21/visudet.html#leading 9495d68305a21e7efcdb88c96ef49a4a1e360d8f `Microsoft`<http://www.microsoft.com/> The 'line-height' property sets a positive zero length value in points.
|
|
line-height-017 reference/line-height-006-ref Line-height using points with a nominal value, 72pt ahem http://www.w3.org/TR/CSS21/visudet.html#propdef-line-height,http://www.w3.org/TR/CSS21/visudet.html#leading cfe05b2aebc1af9e5c5ddd1839d235d9ee46f4d1 `Microsoft`<http://www.microsoft.com/> The 'line-height' property sets a nominal length value in points.
|
|
line-height-018 reference/line-height-006-ref Line-height using points with a positive nominal value, +72pt ahem http://www.w3.org/TR/CSS21/visudet.html#propdef-line-height,http://www.w3.org/TR/CSS21/visudet.html#leading 4e299d13098a92e2dccd188370d2811509de1e29 `Microsoft`<http://www.microsoft.com/> The 'line-height' property sets a positive nominal length value in points.
|
|
line-height-023 Line-height using picas with a minimum minus one value, -1pc ahem,invalid,should http://www.w3.org/TR/CSS21/visudet.html#propdef-line-height,http://www.w3.org/TR/CSS21/visudet.html#leading 56e0ca2df18bca006a318068ce2e79cae29e242d `Microsoft`<http://www.microsoft.com/> The 'line-height' property sets a minimum minus one length value in picas.
|
|
line-height-024 reference/line-height-002-ref Line-height using picas with a minimum value, 0pc ahem http://www.w3.org/TR/CSS21/visudet.html#propdef-line-height,http://www.w3.org/TR/CSS21/visudet.html#leading 7b8324d0b2f231d849ec6593df531201c5fc3fe8 `Microsoft`<http://www.microsoft.com/> The 'line-height' property sets a minimum length value in picas.
|
|
line-height-025 reference/line-height-025-ref Line-height using picas with a minimum plus one value, 1pc ahem http://www.w3.org/TR/CSS21/visudet.html#propdef-line-height,http://www.w3.org/TR/CSS21/visudet.html#leading eb56ecbc187df6ace2dae0f46657f59a44db8044 `Microsoft`<http://www.microsoft.com/> The 'line-height' property sets a minimum plus one length value in picas.
|
|
line-height-026 reference/line-height-002-ref Line-height using picas with a negative zero value, -0pc ahem http://www.w3.org/TR/CSS21/visudet.html#propdef-line-height,http://www.w3.org/TR/CSS21/visudet.html#leading 4445ebd1286f7eb6f1cdf20a091baa1bcba13261 `Microsoft`<http://www.microsoft.com/> The 'line-height' property sets a negative zero length value in picas.
|
|
line-height-027 reference/line-height-002-ref Line-height using picas with a positive zero value, +0pc ahem http://www.w3.org/TR/CSS21/visudet.html#propdef-line-height,http://www.w3.org/TR/CSS21/visudet.html#leading 83f95ccf3c17e8d1591ae5b6289fd3716bebb93f `Microsoft`<http://www.microsoft.com/> The 'line-height' property sets a positive zero length value in picas.
|
|
line-height-028 reference/line-height-006-ref Line-height using picas with a nominal value, 6pc ahem http://www.w3.org/TR/CSS21/visudet.html#propdef-line-height,http://www.w3.org/TR/CSS21/visudet.html#leading e80c6a2d1a2e1c5ddcc0a7bcbeb4c2db628f23a5 `Microsoft`<http://www.microsoft.com/> The 'line-height' property sets a nominal length value in picas.
|
|
line-height-029 reference/line-height-006-ref Line-height using picas with a positive nominal value, +6pc ahem http://www.w3.org/TR/CSS21/visudet.html#propdef-line-height,http://www.w3.org/TR/CSS21/visudet.html#leading 97e22f39ca8293b012a89fafca4b77210f2e1c3c `Microsoft`<http://www.microsoft.com/> The 'line-height' property sets a positive nominal length value in picas.
|
|
line-height-034 Line-height using centimeters with a minimum minus one value, -1cm ahem,invalid,should http://www.w3.org/TR/CSS21/visudet.html#propdef-line-height,http://www.w3.org/TR/CSS21/visudet.html#leading 59d79277b5707cfa05e3db5c4905a324436b3cfd `Microsoft`<http://www.microsoft.com/> The 'line-height' property sets a minimum minus one length value in centimeters.
|
|
line-height-035 reference/line-height-002-ref Line-height using centimeters with a minimum value, 0cm ahem http://www.w3.org/TR/CSS21/visudet.html#propdef-line-height,http://www.w3.org/TR/CSS21/visudet.html#leading ff5ecf9597fc7e826b1edd949b3b9b42eac1e2be `Microsoft`<http://www.microsoft.com/> The 'line-height' property sets a minimum length value in centimeters.
|
|
line-height-036 Line-height using centimeters with a minimum plus one value, 1cm ahem http://www.w3.org/TR/CSS21/visudet.html#propdef-line-height,http://www.w3.org/TR/CSS21/visudet.html#leading 89bb124a78ce15082289b85d5a16f7d8a104edb8 `Microsoft`<http://www.microsoft.com/> The 'line-height' property sets a minimum plus one length value in centimeters.
|
|
line-height-037 reference/line-height-002-ref Line-height using centimeters with a negative zero value, -0cm ahem http://www.w3.org/TR/CSS21/visudet.html#propdef-line-height,http://www.w3.org/TR/CSS21/visudet.html#leading a7ffdf655202e3e72bb0f05c6e6443c7197d289d `Microsoft`<http://www.microsoft.com/> The 'line-height' property sets a negative zero length value in centimeters.
|
|
line-height-038 reference/line-height-002-ref Line-height using centimeters with a positive zero value, +0cm ahem http://www.w3.org/TR/CSS21/visudet.html#propdef-line-height,http://www.w3.org/TR/CSS21/visudet.html#leading 7d2cbe556ec45ba315bd2449d8c1751d848a431f `Microsoft`<http://www.microsoft.com/> The 'line-height' property sets a positive zero length value in centimeters.
|
|
line-height-039 reference/line-height-006-ref Line-height using centimeters with a nominal value, 2.54cm ahem http://www.w3.org/TR/CSS21/visudet.html#propdef-line-height,http://www.w3.org/TR/CSS21/visudet.html#leading 5259ca86cec54addb91d522498f191d357793e23 `Microsoft`<http://www.microsoft.com/> The 'line-height' property sets a nominal length value in centimeters.
|
|
line-height-040 reference/line-height-006-ref Line-height using centimeters with a positive nominal value, +2.54cm ahem http://www.w3.org/TR/CSS21/visudet.html#propdef-line-height,http://www.w3.org/TR/CSS21/visudet.html#leading e4fe56d3e4b757c047a68b6b6f24ecce274dd129 `Microsoft`<http://www.microsoft.com/> The 'line-height' property sets a positive nominal length value in centimeters.
|
|
line-height-045 Line-height using millimeters with a minimum minus one value, -1mm ahem,invalid,should http://www.w3.org/TR/CSS21/visudet.html#propdef-line-height,http://www.w3.org/TR/CSS21/visudet.html#leading a384c31d049b5398bb02953d3371883255cf97ec `Microsoft`<http://www.microsoft.com/> The 'line-height' property sets a minimum minus one length value in millimeters.
|
|
line-height-046 reference/line-height-002-ref Line-height using millimeters with a minimum value, 0mm ahem http://www.w3.org/TR/CSS21/visudet.html#propdef-line-height,http://www.w3.org/TR/CSS21/visudet.html#leading 536f5362883b9ba230effe39eaba8fc9509b0f07 `Microsoft`<http://www.microsoft.com/> The 'line-height' property sets a minimum length value in millimeters.
|
|
line-height-047 Line-height using millimeters with a minimum plus one value, 1mm ahem http://www.w3.org/TR/CSS21/visudet.html#propdef-line-height,http://www.w3.org/TR/CSS21/visudet.html#leading 886f996e4d805e728d38097f51a71920a521885b `Microsoft`<http://www.microsoft.com/> The 'line-height' property sets a minimum plus one length value in millimeters.
|
|
line-height-048 reference/line-height-002-ref Line-height using millimeters with a negative zero value, -0mm ahem http://www.w3.org/TR/CSS21/visudet.html#propdef-line-height,http://www.w3.org/TR/CSS21/visudet.html#leading e105ed17471fd4701b6e2b35fba217d3a2ff35c8 `Microsoft`<http://www.microsoft.com/> The 'line-height' property sets a negative zero length value in millimeters.
|
|
line-height-049 reference/line-height-002-ref Line-height using millimeters with a positive zero value, +0mm ahem http://www.w3.org/TR/CSS21/visudet.html#propdef-line-height,http://www.w3.org/TR/CSS21/visudet.html#leading a718c7e22b31bf81ce92cd1c20a6bd1e73e6fd25 `Microsoft`<http://www.microsoft.com/> The 'line-height' property sets a positive zero length value in millimeters.
|
|
line-height-050 reference/line-height-006-ref Line-height using millimeters with a nominal value, 25.4mm ahem http://www.w3.org/TR/CSS21/visudet.html#propdef-line-height,http://www.w3.org/TR/CSS21/visudet.html#leading f29654ebabeab46500ce3edaaf74c31977487624 `Microsoft`<http://www.microsoft.com/> The 'line-height' property sets a nominal length value in millimeters.
|
|
line-height-051 reference/line-height-006-ref Line-height using millimeters with a positive nominal value, +25.4mm ahem http://www.w3.org/TR/CSS21/visudet.html#propdef-line-height,http://www.w3.org/TR/CSS21/visudet.html#leading d3e7c6e089631311b3afefeb11ded2679a2e65ae `Microsoft`<http://www.microsoft.com/> The 'line-height' property sets a positive nominal length value in millimeters.
|
|
line-height-056 Line-height using inches with a minimum minus one value, -1in ahem,invalid,should http://www.w3.org/TR/CSS21/visudet.html#propdef-line-height,http://www.w3.org/TR/CSS21/visudet.html#leading f2cb933abfdddce4426d7486d3762164829b0e58 `Microsoft`<http://www.microsoft.com/> The 'line-height' property sets a minimum minus one length value in inches.
|
|
line-height-057 reference/line-height-002-ref Line-height using inches with a minimum value, 0in ahem http://www.w3.org/TR/CSS21/visudet.html#propdef-line-height,http://www.w3.org/TR/CSS21/visudet.html#leading 8f5d02211a57cc0ee492bdd8da871c21aa2b3e6d `Microsoft`<http://www.microsoft.com/> The 'line-height' property sets a minimum length value in inches.
|
|
line-height-058 reference/line-height-006-ref Line-height using inches with a minimum plus one value, 1in ahem http://www.w3.org/TR/CSS21/visudet.html#propdef-line-height,http://www.w3.org/TR/CSS21/visudet.html#leading a79f700e12e9a66bb9d41f76745b92532728c062 `Microsoft`<http://www.microsoft.com/> The 'line-height' property sets a minimum plus one length value in inches.
|
|
line-height-059 reference/line-height-002-ref Line-height using inches with a negative zero value, -0in ahem http://www.w3.org/TR/CSS21/visudet.html#propdef-line-height,http://www.w3.org/TR/CSS21/visudet.html#leading aa0ed29f90f6519ff4261f32ab4628ce63efc321 `Microsoft`<http://www.microsoft.com/> The 'line-height' property sets a negative zero length value in inches.
|
|
line-height-060 reference/line-height-002-ref Line-height using inches with a positive zero value, +0in ahem http://www.w3.org/TR/CSS21/visudet.html#propdef-line-height,http://www.w3.org/TR/CSS21/visudet.html#leading a214da92e62fe91b48d8667009069cacdf840a15 `Microsoft`<http://www.microsoft.com/> The 'line-height' property sets a positive zero length value in inches.
|
|
line-height-061 reference/line-height-061-ref Line-height using inches with a nominal value, 3in ahem http://www.w3.org/TR/CSS21/visudet.html#propdef-line-height,http://www.w3.org/TR/CSS21/visudet.html#leading 88e2797fef195a565f0dad0b7d59320bf488aec2 `Microsoft`<http://www.microsoft.com/> The 'line-height' property sets a nominal length value in inches.
|
|
line-height-062 reference/line-height-061-ref Line-height using inches with a positive nominal value, +3in ahem http://www.w3.org/TR/CSS21/visudet.html#propdef-line-height,http://www.w3.org/TR/CSS21/visudet.html#leading 7171d89ee5a5103a29538342f43f54aa52b6172b `Microsoft`<http://www.microsoft.com/> The 'line-height' property sets a positive nominal length value in inches.
|
|
line-height-067 Line-height using 'em' units with a minimum minus one value, -1em ahem,invalid,should http://www.w3.org/TR/CSS21/visudet.html#propdef-line-height,http://www.w3.org/TR/CSS21/visudet.html#leading a0cf0ff95cde2e62bbe8247a601cab4719247168 `Microsoft`<http://www.microsoft.com/> The 'line-height' property sets a minimum minus one length value in 'em' units.
|
|
line-height-068 reference/line-height-002-ref Line-height using 'em' units with a minimum value, 0em ahem http://www.w3.org/TR/CSS21/visudet.html#propdef-line-height,http://www.w3.org/TR/CSS21/visudet.html#leading 9334ba6f59e90da65c70aa85f3fa6708cd9a897d `Microsoft`<http://www.microsoft.com/> The 'line-height' property sets a minimum length value in 'em' units.
|
|
line-height-069 reference/line-height-069-ref Line-height using 'em' units with a minimum plus one value, 1em ahem http://www.w3.org/TR/CSS21/visudet.html#propdef-line-height,http://www.w3.org/TR/CSS21/visudet.html#leading d22d755aae93b1c084ff1e34bf8b63ad5c708b3b `Microsoft`<http://www.microsoft.com/> The 'line-height' property sets a minimum plus one length value in 'em' units.
|
|
line-height-070 reference/line-height-002-ref Line-height using 'em' units with a negative zero value, -0em ahem http://www.w3.org/TR/CSS21/visudet.html#propdef-line-height,http://www.w3.org/TR/CSS21/visudet.html#leading 5c13a85a58a26ade1fb4849b822ae6f5d104cd3e `Microsoft`<http://www.microsoft.com/> The 'line-height' property sets a negative zero length value in 'em' units.
|
|
line-height-071 reference/line-height-002-ref Line-height using 'em' units with a positive zero value, +0em ahem http://www.w3.org/TR/CSS21/visudet.html#propdef-line-height,http://www.w3.org/TR/CSS21/visudet.html#leading 07583697a91b9f47c711743d364d45071dbd24b9 `Microsoft`<http://www.microsoft.com/> The 'line-height' property sets a positive zero length value in 'em' units.
|
|
line-height-072 reference/line-height-072-ref Line-height using 'em' units with a nominal value, 6em ahem http://www.w3.org/TR/CSS21/visudet.html#propdef-line-height,http://www.w3.org/TR/CSS21/visudet.html#leading 15431e27d061f6de260870677fb5c7a056ca812e `Microsoft`<http://www.microsoft.com/> The 'line-height' property sets a nominal length value in 'em' units.
|
|
line-height-073 reference/line-height-072-ref Line-height using 'em' units with a positive nominal value, +6em ahem http://www.w3.org/TR/CSS21/visudet.html#propdef-line-height,http://www.w3.org/TR/CSS21/visudet.html#leading 4ab1a7b3511d2f6da7b018d004dc52cdcff0fe38 `Microsoft`<http://www.microsoft.com/> The 'line-height' property sets a positive nominal length value in 'em' units.
|
|
line-height-078 Line-height using 'ex' units with a minimum minus one value, -1ex ahem,invalid,should http://www.w3.org/TR/CSS21/visudet.html#propdef-line-height,http://www.w3.org/TR/CSS21/visudet.html#leading 47c1a4c707af5c655e2b516e3342165f9a9a29fc `Microsoft`<http://www.microsoft.com/> The 'line-height' property sets a minimum minus one length value in 'ex' units.
|
|
line-height-079 reference/line-height-002-ref Line-height using 'ex' units with a minimum value, 0ex ahem http://www.w3.org/TR/CSS21/visudet.html#propdef-line-height,http://www.w3.org/TR/CSS21/visudet.html#leading 0d55d41bcc770531689aee945d1fea6e6ab1079c `Microsoft`<http://www.microsoft.com/> The 'line-height' property sets a minimum length value in 'ex' units.
|
|
line-height-080 reference/line-height-025-ref Line-height using 'ex' units with a minimum plus one value, 1ex ahem http://www.w3.org/TR/CSS21/visudet.html#propdef-line-height,http://www.w3.org/TR/CSS21/visudet.html#leading 47ef0ab1efbfac0f7aaafb746b4c380e0a8ca924 `Microsoft`<http://www.microsoft.com/> The 'line-height' property sets a minimum plus one length value in 'ex' units.
|
|
line-height-081 reference/line-height-002-ref Line-height using 'ex' units with a negative zero value, -0ex ahem http://www.w3.org/TR/CSS21/visudet.html#propdef-line-height,http://www.w3.org/TR/CSS21/visudet.html#leading b82fbeee7d338414a613febd1bbe37c6e00ea71b `Microsoft`<http://www.microsoft.com/> The 'line-height' property sets a negative zero length value in 'ex' units.
|
|
line-height-082 reference/line-height-002-ref Line-height using 'ex' units with a positive zero value, +0ex ahem http://www.w3.org/TR/CSS21/visudet.html#propdef-line-height,http://www.w3.org/TR/CSS21/visudet.html#leading 84747db80e0760c28a92e2520bd82020afa86e10 `Microsoft`<http://www.microsoft.com/> The 'line-height' property sets a positive zero length value in 'ex' units.
|
|
line-height-083 reference/line-height-006-ref Line-height using 'ex' units with a nominal value, 6ex ahem http://www.w3.org/TR/CSS21/visudet.html#propdef-line-height,http://www.w3.org/TR/CSS21/visudet.html#leading 8e6388b6c62e176aa676c2b9d049103924ea64fb `Microsoft`<http://www.microsoft.com/> The 'line-height' property sets a nominal length value in 'ex' units.
|
|
line-height-084 reference/line-height-006-ref Line-height using 'ex' units with a positive nominal value, +6ex ahem http://www.w3.org/TR/CSS21/visudet.html#propdef-line-height,http://www.w3.org/TR/CSS21/visudet.html#leading 7b2ae020920209944e767d3f62b1b12bdabae0c7 `Microsoft`<http://www.microsoft.com/> The 'line-height' property sets a positive nominal length value in 'ex' units.
|
|
line-height-089 Line-height using percentages with a minimum minus one value, -1% ahem,invalid,should http://www.w3.org/TR/CSS21/visudet.html#propdef-line-height,http://www.w3.org/TR/CSS21/visudet.html#leading b1167c55fd7b8cbd9d61f9f5eb615c06472db81b `Microsoft`<http://www.microsoft.com/> The 'line-height' property sets a minimum minus one length value in percentages.
|
|
line-height-090 reference/line-height-002-ref Line-height using percentages with a minimum value, 0% ahem http://www.w3.org/TR/CSS21/visudet.html#propdef-line-height,http://www.w3.org/TR/CSS21/visudet.html#leading 4f71ca983e0bd4ab4846436ecf7b8d2ddb8cfdd6 `Microsoft`<http://www.microsoft.com/> The 'line-height' property sets a minimum length value in percentages.
|
|
line-height-091 Line-height using percentages with a minimum plus one value, 1% 96dpi,ahem http://www.w3.org/TR/CSS21/visudet.html#propdef-line-height,http://www.w3.org/TR/CSS21/visudet.html#leading 9bf7ed958e9c266f91da3bcce35c94bdc53f3345 `Microsoft`<http://www.microsoft.com/> The 'line-height' property sets a minimum plus one length value in percentages.
|
|
line-height-092 reference/line-height-002-ref Line-height using percentages with a negative zero value, -0% ahem http://www.w3.org/TR/CSS21/visudet.html#propdef-line-height,http://www.w3.org/TR/CSS21/visudet.html#leading d3f8498174c3165dfab4d4e8a15a451835403dd9 `Microsoft`<http://www.microsoft.com/> The 'line-height' property sets a negative zero length value in percentages.
|
|
line-height-093 reference/line-height-002-ref Line-height using percentages with a positive zero value, +0% ahem http://www.w3.org/TR/CSS21/visudet.html#propdef-line-height,http://www.w3.org/TR/CSS21/visudet.html#leading 70a3d04818c762683e977473099034f4a776816a `Microsoft`<http://www.microsoft.com/> The 'line-height' property sets a positive zero length value in percentages.
|
|
line-height-094 reference/line-height-069-ref Line-height using percentages with a nominal value, 100% ahem http://www.w3.org/TR/CSS21/visudet.html#propdef-line-height,http://www.w3.org/TR/CSS21/visudet.html#leading fdab06600b2eb1b9ad4436d23246ae2030978f30 `Microsoft`<http://www.microsoft.com/> The 'line-height' property sets a nominal length value in percentages.
|
|
line-height-095 reference/line-height-069-ref Line-height using percentages with a positive nominal value, +100% ahem http://www.w3.org/TR/CSS21/visudet.html#propdef-line-height,http://www.w3.org/TR/CSS21/visudet.html#leading 8ce2ba529a22f53a0ef011b1b2ee868eb72689ba `Microsoft`<http://www.microsoft.com/> The 'line-height' property sets a positive nominal length value in percentages.
|
|
line-height-100 Line-height with a minimum minus one value, -1 ahem,invalid,should http://www.w3.org/TR/CSS21/visudet.html#propdef-line-height,http://www.w3.org/TR/CSS21/visudet.html#leading 8ea2b547434e22c13b3e3ba41ca444b821001972 `Microsoft`<http://www.microsoft.com/> The 'line-height' property sets a minimum minus one number value.
|
|
line-height-101 reference/line-height-002-ref Line-height with a minimum value, 0 ahem http://www.w3.org/TR/CSS21/visudet.html#propdef-line-height,http://www.w3.org/TR/CSS21/visudet.html#leading 4c3dd82f3469afa38063f8d980a1c3e473c1291b `Microsoft`<http://www.microsoft.com/> The 'line-height' property sets a minimum number value.
|
|
line-height-102 reference/line-height-102-ref Line-height using pixels with a minimum plus one value, 1 ahem http://www.w3.org/TR/CSS21/visudet.html#propdef-line-height,http://www.w3.org/TR/CSS21/visudet.html#leading 435eb2c0dede25b5a1e052eb9c262ea8e6e3457d `Microsoft`<http://www.microsoft.com/> The 'line-height' property sets a minimum plus one number value.
|
|
line-height-103 reference/line-height-002-ref Line-height using pixels with a negative zero value, -0 ahem http://www.w3.org/TR/CSS21/visudet.html#propdef-line-height,http://www.w3.org/TR/CSS21/visudet.html#leading 9ee1ccf3a0a1d77880860ea0990e1e0995239be6 `Microsoft`<http://www.microsoft.com/> The 'line-height' property sets a negative zero number value.
|
|
line-height-104 reference/line-height-002-ref Line-height with a positive zero value, +0 ahem http://www.w3.org/TR/CSS21/visudet.html#propdef-line-height,http://www.w3.org/TR/CSS21/visudet.html#leading 7a3c53a3f9c7c3e866b79f691fa7e4a94ee53523 `Microsoft`<http://www.microsoft.com/> The 'line-height' property sets a positive zero number value.
|
|
line-height-105 reference/line-height-105-ref Line-height with a nominal value, 5 ahem http://www.w3.org/TR/CSS21/visudet.html#propdef-line-height,http://www.w3.org/TR/CSS21/visudet.html#leading 82f352c18166bd7c88419f7c8f5d6ab5fd754662 `Microsoft`<http://www.microsoft.com/> The 'line-height' property sets a nominal number value.
|
|
line-height-106 reference/line-height-105-ref Line-height with a positive nominal value, +5 ahem http://www.w3.org/TR/CSS21/visudet.html#propdef-line-height,http://www.w3.org/TR/CSS21/visudet.html#leading 14a96a1f3c6a7a283fbf210bfb26e83b351201d4 `Microsoft`<http://www.microsoft.com/> The 'line-height' property sets a positive nominal number value.
|
|
line-height-111 Line-height with keyword value of 'normal' ahem,should http://www.w3.org/TR/CSS21/visudet.html#propdef-line-height,http://www.w3.org/TR/CSS21/visudet.html#leading 9f435b338d79ab05f6142a0f1f5f1105528b79dd `Microsoft`<http://www.microsoft.com/> The 'line-height' property set to 'normal' uses the default line-height.
|
|
line-height-112 reference/line-height-006-ref Line-height with keyword value of 'inherit' ahem http://www.w3.org/TR/CSS21/visudet.html#propdef-line-height,http://www.w3.org/TR/CSS21/visudet.html#leading e3841863af6afb5e1a9706d0d0b38513b6d9fd7f `Microsoft`<http://www.microsoft.com/> The 'line-height' property set to 'inherit' uses the default line-height.
|
|
line-height-121 reference/line-height-121-ref The 'line-height' property ahem http://www.w3.org/TR/CSS21/visudet.html#line-height 1d013aa2c28e66d9898e13730d3102dffee4b495 `Ian Hickson`<mailto:ian@hixie.ch>
|
|
line-height-122 Images on baselines image http://www.w3.org/TR/CSS21/visudet.html#line-height fe44f9e32c8339edacddb044c3c9185cb856d537 `Ian Hickson`<mailto:ian@hixie.ch>
|
|
line-height-123 Images on baselines image http://www.w3.org/TR/CSS21/visudet.html#line-height b69f6d3b2add94778ded31e58cd270e6922a2257 `Ian Hickson`<mailto:ian@hixie.ch>
|
|
line-height-124 Images on baselines image http://www.w3.org/TR/CSS21/visudet.html#line-height eef8189318602177c7e68c99a9a7f5208e057bef `Ian Hickson`<mailto:ian@hixie.ch>
|
|
line-height-125 reference/line-height-125-ref Inheritance of em units http://www.w3.org/TR/CSS21/visudet.html#line-height d3b2d17c14ea6bab6cd73666f27265c18c4df130 `Ian Hickson`<mailto:ian@hixie.ch>
|
|
line-height-126 reference/line-height-126-ref line-height of images image http://www.w3.org/TR/CSS21/visudet.html#line-height 50c2342c690cdbf5a59140c21e77594dea4900c2 `Ian Hickson`<mailto:ian@hixie.ch>
|
|
line-height-127 reference/line-height-127-ref line-height of images ahem,image http://www.w3.org/TR/CSS21/visudet.html#line-height 3aae3975214881bbbd2b257e7e4e1c3e4f67ae85 `Ian Hickson`<mailto:ian@hixie.ch>
|
|
line-height-128 reference/line-height-128-ref Test ahem http://www.w3.org/TR/CSS21/visudet.html#line-height 71150e2dcc073e730415381916c10880f263f1a9 `Ian Hickson`<mailto:ian@hixie.ch>
|
|
line-height-129 reference/ref-filled-green-100px-square height of line box and inline replaced elements image http://www.w3.org/TR/CSS21/visudet.html#leading 7a669b09d9d719046f4f5ed701da6602cac3230e `Gérard Talbot`<http://www.gtalbot.org/BrowserBugsSection/css21testsuite/>,`Alan Gresley`<alan{at}css-class.com> This test checks the height determination of a line box when such line box is made of a single inline replaced element. In this test, we verify that the margin box of an inline replaced element does indeed determine the line box height. div {line-height: 0px} rule only determines the minimum of the line box height.
|
|
line-height-applies-to-001 reference/line-height-applies-to-001-ref Line-height applied to elements with 'display' set to 'table-row-group' http://www.w3.org/TR/CSS21/visudet.html#propdef-line-height,http://www.w3.org/TR/CSS21/visudet.html#leading 0b73b0ab02eba225cc7fd0840879b5a481603c1d `Microsoft`<http://www.microsoft.com/> The 'line-height' property applies to elements with 'display' set to 'table-row-group'.
|
|
line-height-applies-to-002 reference/line-height-applies-to-001-ref Line-height applied to elements with 'display' set to 'table-header-group' http://www.w3.org/TR/CSS21/visudet.html#propdef-line-height,http://www.w3.org/TR/CSS21/visudet.html#leading 99a6fc3cb3c5a5ed148e42222668c5d1e400e29a `Microsoft`<http://www.microsoft.com/> The 'line-height' property applies to elements with 'display' set to 'table-header-group'.
|
|
line-height-applies-to-003 reference/line-height-applies-to-001-ref Line-height applied to elements with 'display' set to 'table-footer-group' http://www.w3.org/TR/CSS21/visudet.html#propdef-line-height,http://www.w3.org/TR/CSS21/visudet.html#leading f12fad30cfce1b9fb7ac32f2a9ffdb74a7978c2b `Microsoft`<http://www.microsoft.com/> The 'line-height' property applies to elements with 'display' set to 'table-footer-group'.
|
|
line-height-applies-to-004 reference/line-height-applies-to-001-ref Line-height applied to elements with 'display' set to 'table-row' http://www.w3.org/TR/CSS21/visudet.html#propdef-line-height,http://www.w3.org/TR/CSS21/visudet.html#leading 18218b1cadc2aa7b1a1fbb1a4c1a9fddecb80bb9 `Microsoft`<http://www.microsoft.com/> The 'line-height' property applies to elements with 'display' set to 'table-row'.
|
|
line-height-applies-to-005 reference/line-height-applies-to-005-ref Line-height applied to elements with 'display' set to 'table-column-group' http://www.w3.org/TR/CSS21/visudet.html#propdef-line-height,http://www.w3.org/TR/CSS21/visudet.html#leading f52f8c7dadbd7d9b1ccf67d12e2177cf5a956da5 `Microsoft`<http://www.microsoft.com/> The 'line-height' property applies to elements with 'display' set to 'table-column-group'.
|
|
line-height-applies-to-006 reference/line-height-applies-to-005-ref Line-height applied to elements with 'display' set to 'table-column' http://www.w3.org/TR/CSS21/visudet.html#propdef-line-height,http://www.w3.org/TR/CSS21/visudet.html#leading 65d79062bcd072b0e0a268f74c30ec75139ba524 `Microsoft`<http://www.microsoft.com/> The 'line-height' property applies to elements with 'display' set to 'table-column'.
|
|
line-height-applies-to-007 reference/line-height-applies-to-001-ref Line-height applied to elements with 'display' set to 'table-cell' http://www.w3.org/TR/CSS21/visudet.html#propdef-line-height,http://www.w3.org/TR/CSS21/visudet.html#leading c8b3013066622b275b12b0b9dd46a90579025d01 `Microsoft`<http://www.microsoft.com/> The 'line-height' property applies to elements with 'display' set to 'table-cell'.
|
|
line-height-applies-to-008 reference/line-height-applies-to-001-ref Line-height applied to elements with 'display' set to 'inline' http://www.w3.org/TR/CSS21/visudet.html#propdef-line-height,http://www.w3.org/TR/CSS21/visudet.html#leading 711c3de5261626509f6ddf68e40d1f49815a1f69 `Microsoft`<http://www.microsoft.com/> The 'line-height' property applies to elements with 'display' set to 'inline'.
|
|
line-height-applies-to-009 reference/line-height-applies-to-001-ref Line-height applied to elements with 'display' set to 'block' http://www.w3.org/TR/CSS21/visudet.html#propdef-line-height,http://www.w3.org/TR/CSS21/visudet.html#leading 7d11f96910e8b558773d9fa369fff135f323f91b `Microsoft`<http://www.microsoft.com/> The 'line-height' property applies to elements with 'display' set to 'block'.
|
|
line-height-applies-to-010 Line-height applied to elements with 'display' set to 'list-item' http://www.w3.org/TR/CSS21/visudet.html#propdef-line-height,http://www.w3.org/TR/CSS21/visudet.html#leading def992d9f3b3d5c522333e0b91c2d64e8ba665f2 `Microsoft`<http://www.microsoft.com/> The 'line-height' property applies to elements with 'display' set to 'list-item'.
|
|
line-height-applies-to-011 Line-height applied to elements with 'display' set to 'run-in' http://www.w3.org/TR/CSS21/visudet.html#propdef-line-height,http://www.w3.org/TR/CSS21/visudet.html#leading 15dec4c51451606f577899e5fa8d9f1ba67d8164 `Microsoft`<http://www.microsoft.com/> The 'line-height' property applies to elements with 'display' set to 'run-in'.
|
|
line-height-applies-to-012 reference/line-height-applies-to-001-ref Line-height applied to elements with 'display' set to 'inline-block' http://www.w3.org/TR/CSS21/visudet.html#propdef-line-height,http://www.w3.org/TR/CSS21/visudet.html#leading 8fb19d451784bd992e128024986c3c31b08b5e2d `Microsoft`<http://www.microsoft.com/> The 'line-height' property applies to elements with 'display' set to 'inline-block'.
|
|
line-height-applies-to-013 reference/line-height-applies-to-001-ref Line-height applied to elements with 'display' set to 'table' http://www.w3.org/TR/CSS21/visudet.html#propdef-line-height,http://www.w3.org/TR/CSS21/visudet.html#leading b0e1eee47166e4047b7ec0342dcf79334b682002 `Microsoft`<http://www.microsoft.com/> The 'line-height' property applies to elements with 'display' set to 'table'.
|
|
line-height-applies-to-014 reference/line-height-applies-to-001-ref Line-height applied to elements with 'display' set to 'inline-table' http://www.w3.org/TR/CSS21/visudet.html#propdef-line-height,http://www.w3.org/TR/CSS21/visudet.html#leading be6b496f5ff59fff13fa73eb05ee80beae3b4934 `Microsoft`<http://www.microsoft.com/> The 'line-height' property applies to elements with 'display' set to 'inline-table'.
|
|
line-height-applies-to-015 reference/line-height-applies-to-001-ref Line-height applied to elements with 'display' set to 'table-caption' http://www.w3.org/TR/CSS21/visudet.html#propdef-line-height,http://www.w3.org/TR/CSS21/visudet.html#leading ae08204508ab7edce63a69786917358cdcbf8ee4 `Microsoft`<http://www.microsoft.com/> The 'line-height' property applies to elements with 'display' set to 'table-caption'.
|
|
line-height-applies-to-016 reference/line-height-applies-to-016-ref Line-height applied to elements with 'display' set to 'none' http://www.w3.org/TR/CSS21/visudet.html#propdef-line-height,http://www.w3.org/TR/CSS21/visudet.html#leading e7d297b5b121ab637803a8f8e45f76b21354ae0e `Microsoft`<http://www.microsoft.com/> The 'line-height' property applies to elements with 'display' set to 'none'.
|
|
line-height-bleed-001 reference/line-height-bleed-001-ref Glyphs overflow line box http://www.w3.org/TR/CSS21/visudet.html#propdef-line-height,http://www.w3.org/TR/CSS21/visudet.html#leading 4841e117cada12084b3b7618d8dbdea0334e95ab `Microsoft`<http://www.microsoft.com/> Glyphs bleed out of the box when 'line-height' is less than the content height and the height of the box is not increased.
|
|
line-height-bleed-002 reference/line-height-bleed-002-ref Glyphs overflow when line height of container is less than content height ahem http://www.w3.org/TR/CSS21/visudet.html#propdef-line-height,http://www.w3.org/TR/CSS21/visudet.html#leading 4b0ca514f2a6166598aa65ca529bd50090e3f5d2 `Microsoft`<http://www.microsoft.com/> That glyphs bleed out of the box when 'line-height' can overlap adjoining line boxes.
|
|
line-height-bleed-003 Leading and half leading line heights leads to space above and below http://www.w3.org/TR/CSS21/visudet.html#leading 3b8cfc75785e2455916e85487c78ce6215e7525e `Microsoft`<http://www.microsoft.com/> Line-height can be different from the content area so there is space above and below.
|
|
line-height-largest-001 Line-height with multiple font sizes may http://www.w3.org/TR/CSS21/visudet.html#propdef-line-height,http://www.w3.org/TR/CSS21/visudet.html#leading 67181c8416bb182df207a865a1ca2469b0c81d40 `Microsoft`<http://www.microsoft.com/> The 'line-height' value may use the largest font size when there is more than one font size.
|
|
line-height-normal-recommendation-001 Line-height recommended 'normal' value ahem,should http://www.w3.org/TR/CSS21/visudet.html#propdef-line-height,http://www.w3.org/TR/CSS21/visudet.html#leading c3acdcab4c2eb2250a2db085641fc2479f37c9e4 `Microsoft`<http://www.microsoft.com/> It is recommended that the 'normal' value for 'line-height' is set to 1.0 or 1.2 'em' units.
|
|
link-visited-selector-001 Visited and link simple case interact http://www.w3.org/TR/CSS21/selector.html#link-pseudo-classes 6373343330c7eeb001cdc9b0022a09ae7251ded0 `Microsoft`<http://www.microsoft.com/> Link matches any link which has not been visited. Visited matches a link which has been visited.
|
|
link-visited-selector-002 Visited and link in the same selector interact http://www.w3.org/TR/CSS21/selector.html#link-pseudo-classes 6ca078ff8dcc7f1079a225159678713065a1414b `Microsoft`<http://www.microsoft.com/> Link and visited are mutually exclusive states.
|
|
link-visited-selector-003 Active and link interaction interact http://www.w3.org/TR/CSS21/selector.html#link-pseudo-classes 2e118be6307e6a7e3df30e3d1485602e8a38d963 `Microsoft`<http://www.microsoft.com/> Active and link are not mutually exclusive.
|
|
link-visited-selector-004 Active and visited interaction interact http://www.w3.org/TR/CSS21/selector.html#link-pseudo-classes 1fe95b17e747e7910ca8e1b508db6edce0a4d07d `Microsoft`<http://www.microsoft.com/> Active and visited are not mutually exclusive.
|
|
link-visited-selector-005 Visited links may return to unvisited interact,may http://www.w3.org/TR/CSS21/selector.html#link-pseudo-classes 4d6fc10f0ced89872b28a48d15f2113d979c49fe `Microsoft`<http://www.microsoft.com/> A user agent may treat all links as unvisited.
|
|
list-alignment-001 List style numbering alignment http://www.w3.org/TR/CSS21/generate.html#list-style 52de3ac40c3a545a581cf8d4f7944768e979a64e `Microsoft`<http://www.microsoft.com/> That the list numbering is aligned consistently.
|
|
list-bidi-000 outside list-item marker position in BIDI http://www.w3.org/TR/CSS21/generate.html#list-style ce66fd4095be38a1da7f0852bb3b4a121f242110 `Elika J. Etemad`<http://fantasai.inkedblade.net/contact> The list-item marker is on the right side for an RTL item and on the left side for an LTR one.
|
|
list-style-001 List-style with only list-style-type as a value http://www.w3.org/TR/CSS21/generate.html#propdef-list-style,http://www.w3.org/TR/CSS21/generate.html#list-style ffef7ce73ea91af763c66e6a324abaa4f99e7333 `Microsoft`<http://www.microsoft.com/> The shorthand property 'list-style' applies 'list-style-type'.
|
|
list-style-002 List-style with only list-style-position as a value http://www.w3.org/TR/CSS21/generate.html#propdef-list-style,http://www.w3.org/TR/CSS21/generate.html#list-style b0190acb2d21373562d768288f5f537a8906094f `Microsoft`<http://www.microsoft.com/> The shorthand property 'list-style' applies 'list-style-position'.
|
|
list-style-003 List-style with only list-style-image as a value image http://www.w3.org/TR/CSS21/generate.html#propdef-list-style,http://www.w3.org/TR/CSS21/generate.html#list-style c556db48cbbf9e14d073a008a6ce3b3d12125857 `Microsoft`<http://www.microsoft.com/> The shorthand property 'list-style' applies 'list-style-image'.
|
|
list-style-004 List-style with list-style-type list-style-position as values http://www.w3.org/TR/CSS21/generate.html#propdef-list-style,http://www.w3.org/TR/CSS21/generate.html#list-style 3a03b24c207c5590172487533d6c6acb551b0a38 `Microsoft`<http://www.microsoft.com/> The shorthand property 'list-style' applies 'list-style-type' and 'list-style-position'.
|
|
list-style-005 List-style with list-style-type list-style-image as values image http://www.w3.org/TR/CSS21/generate.html#propdef-list-style,http://www.w3.org/TR/CSS21/generate.html#list-style 680613622972a6990971fc7bc235f938d0b5dd55 `Microsoft`<http://www.microsoft.com/> The shorthand property 'list-style' applies 'list-style-type' and 'list-style-image'.
|
|
list-style-006 List-style with 'list-style-position' and 'list-style-type' as values http://www.w3.org/TR/CSS21/generate.html#propdef-list-style,http://www.w3.org/TR/CSS21/generate.html#list-style 5401e26523cc79e7a5ceb50ae99a76fb7779a910 `Microsoft`<http://www.microsoft.com/> The shorthand property 'list-style' applies 'list-style-position' and 'list-style-type'.
|
|
list-style-007 List-style with list-style-position list-style-image as values image http://www.w3.org/TR/CSS21/generate.html#propdef-list-style,http://www.w3.org/TR/CSS21/generate.html#list-style cd1878fec72a8c4f9a538f16f7efa4c8ee4d1b4d `Microsoft`<http://www.microsoft.com/> The shorthand property 'list-style' applies 'list-style-position' and 'list-style-image'.
|
|
list-style-008 List-style with list-style-image list-style-type as values image http://www.w3.org/TR/CSS21/generate.html#propdef-list-style,http://www.w3.org/TR/CSS21/generate.html#list-style b6b9182cfc8a245154077b3e008882745a51771f `Microsoft`<http://www.microsoft.com/> The shorthand property 'list-style' applies 'list-style-image' and 'list-style-type'.
|
|
list-style-009 List-style with list-style-image list-style-position as values image http://www.w3.org/TR/CSS21/generate.html#propdef-list-style,http://www.w3.org/TR/CSS21/generate.html#list-style 496852f6028abf45cc1845df2ad117eaca192cd7 `Microsoft`<http://www.microsoft.com/> The shorthand property 'list-style' applies 'list-style-image' and 'list-style-position'.
|
|
list-style-010 List-style: list-style-type list-style-position list-style-image http://www.w3.org/TR/CSS21/generate.html#propdef-list-style,http://www.w3.org/TR/CSS21/generate.html#list-style e34954fb1cd892d962b8bd06566b30df8986a05c `Microsoft`<http://www.microsoft.com/> The shorthand property 'list-style' applies 'list-style-type', 'list-style-position' and 'list-style-image'.
|
|
list-style-011 List-style with list-style-type list-style-image list-style-position as values http://www.w3.org/TR/CSS21/generate.html#propdef-list-style,http://www.w3.org/TR/CSS21/generate.html#list-style fcbe3a9bdbbd6a186d6988adbc384e6dd940af7f `Microsoft`<http://www.microsoft.com/> The shorthand property 'list-style' applies 'list-style-type', 'list-style-image' and 'list-style-position'.
|
|
list-style-012 List-style with list-style-position list-style-type list-style-image as values http://www.w3.org/TR/CSS21/generate.html#propdef-list-style,http://www.w3.org/TR/CSS21/generate.html#list-style 82bb497eecec1d3046d705f4bd61baa7b34697be `Microsoft`<http://www.microsoft.com/> The shorthand property 'list-style' applies 'list-style-position', 'list-style-type' and 'list-style-image'.
|
|
list-style-013 List-style with list-style-position list-style-image list-style-type as values http://www.w3.org/TR/CSS21/generate.html#propdef-list-style,http://www.w3.org/TR/CSS21/generate.html#list-style a572c56b78fd66cbe9293f9318d59c946ba054af `Microsoft`<http://www.microsoft.com/> The shorthand property 'list-style' applies 'list-style-position', 'list-style-image' and 'list-style-type'.
|
|
list-style-014 List-style with list-style-image list-style-type list-style-position as values http://www.w3.org/TR/CSS21/generate.html#propdef-list-style,http://www.w3.org/TR/CSS21/generate.html#list-style 7177b1ceae720005b1c0825d9f53df442dc225ea `Microsoft`<http://www.microsoft.com/> The shorthand property 'list-style' applies 'list-style-image', 'list-style-type' and 'list-style-position'.
|
|
list-style-015 List-style with list-style-image list-style-position list-style-type as values http://www.w3.org/TR/CSS21/generate.html#propdef-list-style,http://www.w3.org/TR/CSS21/generate.html#list-style 586768d6265ff483ab8b34f4ea865e32ee8af203 `Microsoft`<http://www.microsoft.com/> The shorthand property 'list-style' applies 'list-style-image', 'list-style-position' and 'list-style-type'.
|
|
list-style-016 List-style inheriting a single value http://www.w3.org/TR/CSS21/generate.html#propdef-list-style,http://www.w3.org/TR/CSS21/generate.html#list-style e994d6e1d19c3d7cf7e82b962c4eba693b707d5b `Microsoft`<http://www.microsoft.com/> The shorthand property 'list-style' set to 'inherit' inherits a single value from the parent.
|
|
list-style-017 List-style inheriting two values http://www.w3.org/TR/CSS21/generate.html#propdef-list-style,http://www.w3.org/TR/CSS21/generate.html#list-style d5bd3c481f5952d5dc7a6a2a3eafd1696355e1f3 `Microsoft`<http://www.microsoft.com/> The shorthand property 'list-style' set to 'inherit' inherits two values from the parent.
|
|
list-style-018 List-style inheriting three values http://www.w3.org/TR/CSS21/generate.html#propdef-list-style,http://www.w3.org/TR/CSS21/generate.html#list-style 7e422e3ef292376e90e5192bcd3295353e942f14 `Microsoft`<http://www.microsoft.com/> The shorthand property 'list-style' set to 'inherit' inherits three values from the parent.
|
|
list-style-019 list-style - initial value image http://www.w3.org/TR/CSS21/generate.html#list-style,http://www.w3.org/TR/CSS21/about.html#shorthand,http://www.w3.org/TR/CSS21/cascade.html#specified-value 50fa03f000e475f0461e2d19d5329fa713618574 `Gérard Talbot`<http://www.gtalbot.org/BrowserBugsSection/css21testsuite/>,`James Hopkins`<james(a)idreamincode.co.uk> 'list-style' property is a shorthand notation that sets the three properties 'list-style-type', 'list-style-image' and 'list-style-position'. If one of the 3 list-style properties is not specified explicitly, then such 'list-style' property is assigned its initial value as indicated in its property definition.
|
|
list-style-020 'list-style' shorthand and 'none' values http://www.w3.org/TR/CSS21/syndata.html#tokenization 792ef31f35f133e75c2b906a2b5ddbda8be7b7bd `Elika J. Etemad`<http://fantasai.inkedblade.net/>
|
|
list-style-021 reference/list-style-021-ref list-style: none - followed by a list-style-image reset image http://www.w3.org/TR/CSS21/generate.html#list-style,http://www.w3.org/TR/CSS21/cascade.html#cascading-order ba85cbb037f474a7e9333ebab0599d4b2750acdd `Gérard Talbot`<http://www.gtalbot.org/BrowserBugsSection/css21testsuite/> A value of 'none' for the 'list-style' property sets both 'list-style-type' and 'list-style-image' to 'none'. If two declarations have the same weight, origin and specificity, then the latter specified wins.
|
|
list-style-applies-to-001 List-style applied to elements with 'display' set to 'table-row-group' http://www.w3.org/TR/CSS21/generate.html#propdef-list-style,http://www.w3.org/TR/CSS21/generate.html#list-style a5a72e9c84e14d48ac4381d63cdd1b55d30eb1c9 `Microsoft`<http://www.microsoft.com/> The 'list-style' property applies to elements with 'display' set to 'table-row-group'.
|
|
list-style-applies-to-002 List-style applied to elements with 'display' set to 'table-header-group' http://www.w3.org/TR/CSS21/generate.html#propdef-list-style,http://www.w3.org/TR/CSS21/generate.html#list-style b034697185c3f78d127535752e78122edf2e4612 `Microsoft`<http://www.microsoft.com/> The 'list-style' property applies to elements with 'display' set to 'table-header-group'.
|
|
list-style-applies-to-003 List-style applied to elements with 'display' set to 'table-footer-group' http://www.w3.org/TR/CSS21/generate.html#propdef-list-style,http://www.w3.org/TR/CSS21/generate.html#list-style 88a845ededf6811e084feff4f3dd62d41400d616 `Microsoft`<http://www.microsoft.com/> The 'list-style' property applies to elements with 'display' set to 'table-footer-group'.
|
|
list-style-applies-to-004 List-style applied to elements with 'display' set to 'table-row' http://www.w3.org/TR/CSS21/generate.html#propdef-list-style,http://www.w3.org/TR/CSS21/generate.html#list-style cfc2ee21867893bcf90e673b55f2b460f5f0a828 `Microsoft`<http://www.microsoft.com/> The 'list-style' property applies to elements with 'display' set to 'table-row'.
|
|
list-style-applies-to-005 List-style applied to elements with 'display' set to 'table-column-group' http://www.w3.org/TR/CSS21/generate.html#propdef-list-style,http://www.w3.org/TR/CSS21/generate.html#list-style 4ed1b2f7628c8445a06aadd3df03b43a229c0f87 `Microsoft`<http://www.microsoft.com/> The 'list-style' property applies to elements with 'display' set to 'table-column-group'.
|
|
list-style-applies-to-006 List-style applied to elements with 'display' set to 'table-column' http://www.w3.org/TR/CSS21/generate.html#propdef-list-style,http://www.w3.org/TR/CSS21/generate.html#list-style f2716b14ed5fd88a67289e85d15a3a51b8adac58 `Microsoft`<http://www.microsoft.com/> The 'list-style' property applies to elements with 'display' set to 'table-column'.
|
|
list-style-applies-to-007 List-style applied to elements with 'display' set to 'table-cell' http://www.w3.org/TR/CSS21/generate.html#propdef-list-style,http://www.w3.org/TR/CSS21/generate.html#list-style d7cc189e1bd238d8d16dca767112260ff5d524cb `Microsoft`<http://www.microsoft.com/> The 'list-style' property applies to elements with 'display' set to 'table-cell'.
|
|
list-style-applies-to-008 List-style applied to elements with 'display' set to 'inline' http://www.w3.org/TR/CSS21/generate.html#propdef-list-style,http://www.w3.org/TR/CSS21/generate.html#list-style 70f69f894302142c202ff216102100f5f8282ef7 `Microsoft`<http://www.microsoft.com/> The 'list-style' property applies to elements with 'display' set to 'inline'.
|
|
list-style-applies-to-009 List-style applied to elements with 'display' set to 'block' http://www.w3.org/TR/CSS21/generate.html#propdef-list-style,http://www.w3.org/TR/CSS21/generate.html#list-style 1a113f5375c82a9961d48e0603dc900c0f3b1575 `Microsoft`<http://www.microsoft.com/> The 'list-style' property applies to elements with 'display' set to 'block'.
|
|
list-style-applies-to-010 List-style applied to elements with 'display' set to 'list-item' http://www.w3.org/TR/CSS21/generate.html#propdef-list-style,http://www.w3.org/TR/CSS21/generate.html#list-style dd683928e89fdaff25e077efee2516f49077b334 `Microsoft`<http://www.microsoft.com/> The 'list-style' property applies to elements with 'display' set to 'list-item'.
|
|
list-style-applies-to-011 List-style applied to elements with 'display' set to 'run-in' http://www.w3.org/TR/CSS21/generate.html#propdef-list-style,http://www.w3.org/TR/CSS21/generate.html#list-style c693169087d3b7ffb1d377f78c011e313756dec0 `Microsoft`<http://www.microsoft.com/> The 'list-style' property applies to elements with 'display' set to 'run-in'.
|
|
list-style-applies-to-012 List-style applied to elements with 'display' set to 'inline-block' http://www.w3.org/TR/CSS21/generate.html#propdef-list-style,http://www.w3.org/TR/CSS21/generate.html#list-style 2ede57466a8c8fa056b67fe0b56e908c8e5ea3f9 `Microsoft`<http://www.microsoft.com/> The 'list-style' property applies to elements with 'display' set to 'inline-block'.
|
|
list-style-applies-to-013 List-style applied to elements with 'display' set to 'table' http://www.w3.org/TR/CSS21/generate.html#propdef-list-style,http://www.w3.org/TR/CSS21/generate.html#list-style a40585dbf2129d06754e579f85d39ac5cf9289fd `Microsoft`<http://www.microsoft.com/> The 'list-style' property applies to elements with 'display' set to 'table'.
|
|
list-style-applies-to-014 List-style applied to elements with 'display' set to 'inline-table' http://www.w3.org/TR/CSS21/generate.html#propdef-list-style,http://www.w3.org/TR/CSS21/generate.html#list-style 5f07452f936a133d37717c6f1497633633b3973e `Microsoft`<http://www.microsoft.com/> The 'list-style' property applies to elements with 'display' set to 'inline-table'.
|
|
list-style-applies-to-015 List-style applied to elements with 'display' set to 'table-caption' http://www.w3.org/TR/CSS21/generate.html#propdef-list-style,http://www.w3.org/TR/CSS21/generate.html#list-style 5ece73977e7f6c476fc24bb0a7dd9de3c921407a `Microsoft`<http://www.microsoft.com/> The 'list-style' property applies to elements with 'display' set to 'table-caption'.
|
|
list-style-image-001 List-style-image set to 'inherit' image http://www.w3.org/TR/CSS21/generate.html#propdef-list-style-image,http://www.w3.org/TR/CSS21/generate.html#list-style 473c30d0c6b6c1348ecacf5fa5be097a6dbdda84 `Microsoft`<http://www.microsoft.com/> The 'list-style-image' property set to 'inherit' inherits its value from the parent element.
|
|
list-style-image-002 List-style-image set using the url() function image http://www.w3.org/TR/CSS21/generate.html#propdef-list-style-image,http://www.w3.org/TR/CSS21/generate.html#list-style fa2fb68ee4bc352195e9f1160d5e5e81e27b6408 `Microsoft`<http://www.microsoft.com/> The 'list-style-image' property set to the url() function properly renders an image.
|
|
list-style-image-003 List-style-image set to 'none' image http://www.w3.org/TR/CSS21/generate.html#propdef-list-style-image,http://www.w3.org/TR/CSS21/generate.html#list-style 20b202cde9aaa65a8b82a8809a71f5d4ac683be2 `Microsoft`<http://www.microsoft.com/> The 'list-style-image' property set to 'none' does not render any image.
|
|
list-style-image-004 reference/list-style-image-004-ref CSS List Images: invalid http://www.w3.org/TR/CSS21/generate.html#list-style 66f699cd3b524a63f5254f38376f64ce6aec2efa `Ian Hickson`<mailto:ian@hixie.ch>
|
|
list-style-image-005 reference/list-style-image-005-ref CSS Lists: list-item with list-style-image http://www.w3.org/TR/CSS21/generate.html#list-style 94df9c55468e8bddc0cb97ed0da5158125350a02 `Ian Hickson`<mailto:ian@hixie.ch>
|
|
list-style-image-006 list-style-image in rtl context http://www.w3.org/TR/CSS21/generate.html#list-style 5bbd2cc0bb97d852a5bce223aff0bd73139be7b9 `Eira Monstad, Opera Software ASA`<mailto:public-testsuites@opera.com> list-style-image should be positioned to the right in rtl context
|
|
list-style-image-applies-to-001 List-style-image applied to elements with 'display' set to 'table-row-group' image http://www.w3.org/TR/CSS21/generate.html#propdef-list-style-image,http://www.w3.org/TR/CSS21/generate.html#list-style df2fb21e936a2a8ff984567862c445633e0dff10 `Microsoft`<http://www.microsoft.com/> The 'list-style-image' property applies to elements with 'display' set to 'table-row-group'.
|
|
list-style-image-applies-to-002 List-style-image applied to elements with 'display' set to 'table-header-group' image http://www.w3.org/TR/CSS21/generate.html#propdef-list-style-image,http://www.w3.org/TR/CSS21/generate.html#list-style b00ad23252ab73add70068ba80e3880f47305520 `Microsoft`<http://www.microsoft.com/> The 'list-style-image' property applies to elements with 'display' set to 'table-header-group'.
|
|
list-style-image-applies-to-003 List-style-image applied to elements with 'display' set to 'table-footer-group' image http://www.w3.org/TR/CSS21/generate.html#propdef-list-style-image,http://www.w3.org/TR/CSS21/generate.html#list-style 98925555bfdd60a5b03c843191c71f4260b90eb9 `Microsoft`<http://www.microsoft.com/> The 'list-style-image' property applies to elements with 'display' set to 'table-footer-group'.
|
|
list-style-image-applies-to-004 List-style-image applied to elements with 'display' set to 'table-row' image http://www.w3.org/TR/CSS21/generate.html#propdef-list-style-image,http://www.w3.org/TR/CSS21/generate.html#list-style e1279ff8166c63412ff368f7ed663aa441ce3d00 `Microsoft`<http://www.microsoft.com/> The 'list-style-image' property applies to elements with 'display' set to 'table-row'.
|
|
list-style-image-applies-to-005 List-style-image applied to elements with 'display' set to 'table-column-group' image http://www.w3.org/TR/CSS21/generate.html#propdef-list-style-image,http://www.w3.org/TR/CSS21/generate.html#list-style 65ddc721c8173133b1139d9f80d8e4e1fcb68d4a `Microsoft`<http://www.microsoft.com/> The 'list-style-image' property applies to elements with 'display' set to 'table-column-group'.
|
|
list-style-image-applies-to-006 List-style-image applied to elements with 'display' set to 'table-column' image http://www.w3.org/TR/CSS21/generate.html#propdef-list-style-image,http://www.w3.org/TR/CSS21/generate.html#list-style 9b897b26180a32b8cfcab84d35755b9049c12c26 `Microsoft`<http://www.microsoft.com/> The 'list-style-image' property applies to elements with 'display' set to 'table-column'.
|
|
list-style-image-applies-to-007 List-style-image applied to elements with 'display' set to 'table-cell' image http://www.w3.org/TR/CSS21/generate.html#propdef-list-style-image,http://www.w3.org/TR/CSS21/generate.html#list-style 38c1058a7c6ab91fa7548a25dfbc82159f2aa315 `Microsoft`<http://www.microsoft.com/> The 'list-style-image' property applies to elements with 'display' set to 'table-cell'.
|
|
list-style-image-applies-to-008 List-style-image applied to elements with 'display' set to 'inline' image http://www.w3.org/TR/CSS21/generate.html#propdef-list-style-image,http://www.w3.org/TR/CSS21/generate.html#list-style c843280ac7a79caaa9753f99e5e7d55a64538ce7 `Microsoft`<http://www.microsoft.com/> The 'list-style-image' property applies to elements with 'display' set to 'inline'.
|
|
list-style-image-applies-to-009 List-style-image applied to elements with 'display' set to 'block' image http://www.w3.org/TR/CSS21/generate.html#propdef-list-style-image,http://www.w3.org/TR/CSS21/generate.html#list-style e23852cf03560fb80d3b1a18ffc588361d3f2ce7 `Microsoft`<http://www.microsoft.com/> The 'list-style-image' property applies to elements with 'display' set to 'block'.
|
|
list-style-image-applies-to-010 List-style-image applied to elements with 'display' set to 'list-item' image http://www.w3.org/TR/CSS21/generate.html#propdef-list-style-image,http://www.w3.org/TR/CSS21/generate.html#list-style 7b0303f8de1275e7f782bf76e9df0235c16349e5 `Microsoft`<http://www.microsoft.com/> The 'list-style-image' property applies to elements with 'display' set to 'list-item'.
|
|
list-style-image-applies-to-011 List-style-image applied to elements with 'display' set to 'run-in' image http://www.w3.org/TR/CSS21/generate.html#propdef-list-style-image,http://www.w3.org/TR/CSS21/generate.html#list-style f64fb0982ee0c3d98b01459b04214c740dc9466d `Microsoft`<http://www.microsoft.com/> The 'list-style-image' property applies to elements with 'display' set to 'run-in'.
|
|
list-style-image-applies-to-012 List-style-image applied to elements with 'display' set to 'inline-block' image http://www.w3.org/TR/CSS21/generate.html#propdef-list-style-image,http://www.w3.org/TR/CSS21/generate.html#list-style 329f4b1dcdb053b357e88479f23b234825f4a837 `Microsoft`<http://www.microsoft.com/> The 'list-style-image' property applies to elements with 'display' set to 'inline-block'.
|
|
list-style-image-applies-to-013 List-style-image applied to elements with 'display' set to 'table' image http://www.w3.org/TR/CSS21/generate.html#propdef-list-style-image,http://www.w3.org/TR/CSS21/generate.html#list-style f13959c4d68f468ba4d23edfbcaccc15fd573049 `Microsoft`<http://www.microsoft.com/> The 'list-style-image' property applies to elements with 'display' set to 'table'.
|
|
list-style-image-applies-to-014 List-style-image applied to elements with 'display' set to 'inline-table' image http://www.w3.org/TR/CSS21/generate.html#propdef-list-style-image,http://www.w3.org/TR/CSS21/generate.html#list-style 8d8b9c74d9318fd73deff371ef182dfa6f53e858 `Microsoft`<http://www.microsoft.com/> The 'list-style-image' property applies to elements with 'display' set to 'inline-table'.
|
|
list-style-image-applies-to-015 List-style-image applied to elements with 'display' set to 'table-caption' image http://www.w3.org/TR/CSS21/generate.html#propdef-list-style-image,http://www.w3.org/TR/CSS21/generate.html#list-style a56d60553dab4ab70a3f0553dccacdb45ec37457 `Microsoft`<http://www.microsoft.com/> The 'list-style-image' property applies to elements with 'display' set to 'table-caption'.
|
|
list-style-image-available-001 List marker displayed when image missing image http://www.w3.org/TR/CSS21/generate.html#lists 85a24841d36a8b967de24b450d632b41bf36d703 `Microsoft`<http://www.microsoft.com/> If the 'list-style-image' is not available then the marker needs to be visible.
|
|
list-style-none-001 List-style set to 'none' overrides 'list-style-image' image http://www.w3.org/TR/CSS21/generate.html#lists 1e513a264dc2901042ac1c4f00f3c31b63371c22 `Microsoft`<http://www.microsoft.com/> The 'list-style-image' property is also set to 'none when 'list-style' is set to 'none'.
|
|
list-style-position-001 Marker box position - first-child block box with 'overflow' http://www.w3.org/TR/CSS21/generate.html#list-style,http://www.w3.org/TR/CSS21/visuren.html#block-boxes 20e4728fe58e91625dc679c94285e7544281d4b3 `James Hopkins`<http://idreamincode.co.uk/css21testsuite> The position of a first-child block box inside a principal box must not be affected by 'overflow' being applied to the first-child, when marker box is positioned outside the principal box
|
|
list-style-position-002 Marker box position - descendant block box with 'overflow' http://www.w3.org/TR/CSS21/generate.html#list-style,http://www.w3.org/TR/CSS21/visuren.html#block-boxes c9d6eb4e95d93a11c8c17a3b865d658f71dd9073 `James Hopkins`<http://idreamincode.co.uk/css21testsuite> The position of a descendant block box inside a principal box must not be affected by 'overflow' being applied to the descendant, when marker box is positioned outside the principal box
|
|
list-style-position-003 Marker box position - list-item overflow - 'list-style-position:inside' http://www.w3.org/TR/CSS21/generate.html#list-style,http://www.w3.org/TR/CSS21/visuren.html#block-boxes e1b224c88aa0f69bd4b57189b2333d02d663bcee `James Hopkins`<http://idreamincode.co.uk/css21testsuite> 'overflow' applied to principal box and presence of child block box (in normal flow) must have no affect on visibility or position of marker box
|
|
list-style-position-004 Marker box position - list-item overflow - 'list-style-position:outside' may http://www.w3.org/TR/CSS21/generate.html#list-style 345f894ddc01645ebe790c3217d5768312290d2b `James Hopkins`<http://idreamincode.co.uk/css21testsuite> 'overflow' applied to the list-item must not clip the marker box
|
|
list-style-position-005 Marker box position (inside principal box) - block box in normal flow (as child of principal box) http://www.w3.org/TR/CSS21/generate.html#list-style,http://www.w3.org/TR/CSS21/visuren.html#block-boxes b15cd0a1626ee87e96f1cf2d34c5bf15e37080e8 `James Hopkins`<http://idreamincode.co.uk/css21testsuite> Since a marker box is the first inline element in the principal box when 'list-style-position:inside', the following block box (in normal flow) must create a new stacking context below the marker box
|
|
list-style-position-006 Marker box position (inside principal box) - block box with 'float:left' (as child of principal box) http://www.w3.org/TR/CSS21/generate.html#list-style,http://www.w3.org/TR/CSS21/visuren.html#block-boxes,http://www.w3.org/TR/CSS21/visuren.html#float-position 221f8643b52e0cf2b7c5f564fcdf82efbf6ce149 `James Hopkins`<http://idreamincode.co.uk/css21testsuite> Since a marker box is the first inline element in the principal box when 'list-style-position:inside', the following block box (floated to the left) must visually appear before the marker box in the rendered document
|
|
list-style-position-007 Marker box position (inside principal box) - block box with 'float:right' (as child of principal box) http://www.w3.org/TR/CSS21/generate.html#list-style,http://www.w3.org/TR/CSS21/visuren.html#block-boxes,http://www.w3.org/TR/CSS21/visuren.html#float-position d72782c570bed1ee8ce2cd25d359c2ae6972bf73 `James Hopkins`<http://idreamincode.co.uk/css21testsuite>
|
|
list-style-position-008 Marker box position (outside principal box) - floated-left child http://www.w3.org/TR/CSS21/generate.html#list-style,http://www.w3.org/TR/CSS21/visuren.html#block-boxes,http://www.w3.org/TR/CSS21/visuren.html#floats 8927c48bd0e9dd5a40f597c46969e4f3638a549e `James Hopkins`<http://idreamincode.co.uk/css21testsuite> A floated element (as a child of the principal box) should not affect the horizontal position of the marker box (positioned outside principal box) in relation to the principal box's content
|
|
list-style-position-009 Marker box position (outside principal box) - floated-right child http://www.w3.org/TR/CSS21/generate.html#list-style,http://www.w3.org/TR/CSS21/visuren.html#block-boxes,http://www.w3.org/TR/CSS21/visuren.html#floats d76a7d4c24b57e76483f3ed521395c5ec7cd9100 `James Hopkins`<http://idreamincode.co.uk/css21testsuite> A floated element (as a child of the principal box) should not affect the horizontal position of the marker box (positioned outside principal box) in relation to the principal box's content
|
|
list-style-position-010 Marker box position (outside principal box) - :before pseudo-element list-item ('list-style-position:inside') http://www.w3.org/TR/CSS21/generate.html#list-style,http://www.w3.org/TR/CSS21/generate.html#before-after-content,http://www.w3.org/TR/CSS21/visuren.html#block-boxes 149c1829dc5be365c1465ced368f7c2799069eb1 `James Hopkins`<http://idreamincode.co.uk/css21testsuite> When the :before element is set as a list-item, it establishes a principal box into which a marker box is placed (when 'list-style-position:inside). The document tree content of the associated element must be placed after the principal box established by the :before pseudo element. The presence of the :before pseudo element in this context, must have no affect on the position of the marker box of the associated element as it must still appear to the outside left edge of it's own principal box (since 'list-style-position:outside').
|
|
list-style-position-011 Marker box position (inside principal box) - :before pseudo-element list-item ('list-style-position:outside') http://www.w3.org/TR/CSS21/generate.html#list-style,http://www.w3.org/TR/CSS21/generate.html#before-after-content,http://www.w3.org/TR/CSS21/visuren.html#block-boxes 12cf4f1dd2033cbc581ec25df5a65ab0c336be34 `James Hopkins`<http://idreamincode.co.uk/css21testsuite> When the :before element is set as a list-item, it establishes a principal box and a marker box which is positioned outside of that principal box (since 'list-style-position:outside). The document tree content of the associated element must be placed after the principal box established by the :before pseudo element. Since the marker box of the associated element must be the first inline element within it's principal box (since 'list-style-position:inside'), that marker box must appear before the marker box and principal box of the :before pseudo-element.
|
|
list-style-position-012 Marker box position (inside principal box) - :before pseudo-element list-item ('list-style-position:inside') http://www.w3.org/TR/CSS21/generate.html#list-style,http://www.w3.org/TR/CSS21/generate.html#before-after-content,http://www.w3.org/TR/CSS21/visuren.html#block-boxes 47c3dfd16f5a479fc11c8ed6ae42e10fab1b688a `James Hopkins`<http://idreamincode.co.uk/css21testsuite> When the :before element is set as a list-item, it establishes a principal box into which a marker box is placed (when 'list-style-position:inside). The document tree content of the associated element must be placed after the principal box established by the :before pseudo element. Since the marker box of the associated element must be the first inline element within it's principal box (since 'list-style-position:inside'), that marker box must appear before the marker box and principal box of the :before pseudo-element.
|
|
list-style-position-013 Marker box position (outside principal box) - :before pseudo-element list-item ('list-style-position:outside') http://www.w3.org/TR/CSS21/generate.html#list-style,http://www.w3.org/TR/CSS21/generate.html#before-after-content,http://www.w3.org/TR/CSS21/visuren.html#block-boxes aaf42e196de5eefd91ae4683cdc3f74777faf061 `James Hopkins`<http://idreamincode.co.uk/css21testsuite> When the :before element is set as a list-item, it establishes a principal box and a marker box which is positioned outside of that principal box (since 'list-style-position:outside). The document tree content of the associated element must be placed after the principal box established by the :before pseudo element. The position of the marker box of the associated element must still appear to the outside left edge of it's principal box (since 'list-style-position:outside') and should be positioned towards the top of this principal box. Since the marker box of the :before pseudo element should be positioned at the same coordinate as the associated element's marker box, either bullet could appear in front of the other (since stacking levels of marker boxes aren't defined in CSS2.1, in this context).
|
|
list-style-position-014 Marker box position (outside principal box) - floated :before pseudo-element list-item ('list-style-position:inside') http://www.w3.org/TR/CSS21/generate.html#list-style,http://www.w3.org/TR/CSS21/generate.html#before-after-content,http://www.w3.org/TR/CSS21/visuren.html#float-position,http://www.w3.org/TR/CSS21/visuren.html#block-boxes 0a3547ecfad6acebcc0a06969c402fb7143e838b `James Hopkins`<http://idreamincode.co.uk/css21testsuite> When the :before element is set as a list-item, it establishes a principal box into which a marker box is placed (when 'list-style-position:inside). Since this :before pseudo element is floated left, the document tree content of the associated element must appear alongside (after) this :before pseudo element. The position of the marker box of the associated element must not be affected, as it must still appear to the outside left edge of it's principal box (since 'list-style-position:outside').
|
|
list-style-position-015 Marker box position (inside principal box) - floated :before pseudo-element list-item ('list-style-position:outside') http://www.w3.org/TR/CSS21/generate.html#list-style,http://www.w3.org/TR/CSS21/generate.html#before-after-content,http://www.w3.org/TR/CSS21/visuren.html#float-position,http://www.w3.org/TR/CSS21/visuren.html#block-boxes daf5a5649637dd314ec7b2c9be0a57b0bf0faf96 `James Hopkins`<http://idreamincode.co.uk/css21testsuite> When the :before element is set as a list-item, it establishes a principal box and a marker box which is positioned outside of that principal box (since 'list-style-position:outside). Since this :before pseudo element is floated left, the principal box (and marker box, since 'list-style-position:inside') of the associated element must appear alongside (after) this :before pseudo element. The position of the marker box of the :before pseudo element must still appear to the outside left edge of it's associated element's principal box (since 'list-style-position:outside').
|
|
list-style-position-016 Marker box position (inside principal box) - floated :before pseudo-element list-item ('list-style-position:inside') http://www.w3.org/TR/CSS21/generate.html#list-style,http://www.w3.org/TR/CSS21/generate.html#before-after-content,http://www.w3.org/TR/CSS21/visuren.html#float-position,http://www.w3.org/TR/CSS21/visuren.html#block-boxes 7dfb56ce574ad1772e5a9852636f8ec4a117d60a `James Hopkins`<http://idreamincode.co.uk/css21testsuite> When the :before element is set as a list-item, it establishes a principal box into which a marker box is placed (when 'list-style-position:inside). Since the :before pseudo element is floated left, the principal box (and marker box, since 'list-style-position:inside') of the associated element must appear alongside (after) the :before pseudo element.
|
|
list-style-position-017 Marker box position (outside principal box) - floated :before pseudo-element list-item ('list-style-position:outside') http://www.w3.org/TR/CSS21/generate.html#list-style,http://www.w3.org/TR/CSS21/generate.html#before-after-content,http://www.w3.org/TR/CSS21/visuren.html#float-position,http://www.w3.org/TR/CSS21/visuren.html#block-boxes 090984215d40ce1a9de55ae3db85f77b420fb23d `James Hopkins`<http://idreamincode.co.uk/css21testsuite> When the :before element is set as a list-item, it establishes a principal box into which a marker box is placed (when 'list-style-position:inside). Since the :before pseudo element is floated left, The document tree content of the associated element must appear alongside (after) the :before pseudo element. Since the marker box of the :before pseudo element should be positioned at the same coordinate as the associated element's marker box, either bullet could appear in front of the other (since stacking levels of marker boxes aren't defined in CSS2.1, in this context).
|
|
list-style-position-019 list-style-position - text-indent ahem http://www.w3.org/TR/CSS21/generate.html#lists,http://www.w3.org/TR/CSS21/generate.html#list-style,http://www.w3.org/TR/CSS21/text.html#propdef-text-indent,http://www.w3.org/TR/html4/struct/lists.html#h-10.3.1 8fcf1d00b6ea7665f52a7a5a57d879fcd83a22ba `Gérard Talbot`<http://www.gtalbot.org/BrowserBugsSection/css21testsuite/>,`James Hopkins`<james(a)idreamincode.co.uk> Text-indent should only format the indentation of the first line of text of a list-item's principal block box when the list-item's list-style-position is set to outside
|
|
list-style-position-020 List-style-position set to 'inside' http://www.w3.org/TR/CSS21/generate.html#propdef-list-style-position,http://www.w3.org/TR/CSS21/generate.html#list-style 2e4cb89ba89497854063344361f30bef339e0dc9 `Microsoft`<http://www.microsoft.com/> The 'list-style-position' property set to 'inside' places the marker inside of the list item principal block box.
|
|
list-style-position-021 List-style-position set to 'outside' http://www.w3.org/TR/CSS21/generate.html#propdef-list-style-position,http://www.w3.org/TR/CSS21/generate.html#list-style 3ae02471d9c7ca46056180e9c74e28da1e57ca86 `Microsoft`<http://www.microsoft.com/> The 'list-style-position' property set to 'outside' places the marker outside of the list item principal block box.
|
|
list-style-position-022 List-style-position set to 'inherit' http://www.w3.org/TR/CSS21/generate.html#propdef-list-style-position,http://www.w3.org/TR/CSS21/generate.html#list-style 480b454ffa6aa465beeb66e8bb38ad35c9ea8615 `Microsoft`<http://www.microsoft.com/> The 'list-style-position' property set to 'inherit' retrieves its value from its parent element.
|
|
list-style-position-023 reference/list-style-position-023-ref Nested inside list markers (ltr) http://www.w3.org/TR/CSS21/generate.html#list-style 47861b95b9ac8fca982d7d1da1aaeb67e161f550 `Ian Hickson`<mailto:ian@hixie.ch>
|
|
list-style-position-024 reference/list-style-position-024-ref Nested inside list markers (rtl) http://www.w3.org/TR/CSS21/generate.html#list-style e0e01155e7c43b0ffaec8a86839c5d9488fc95e4 `Ian Hickson`<mailto:ian@hixie.ch>
|
|
list-style-position-025 list-style-position in rtl context http://www.w3.org/TR/CSS21/generate.html#list-style,http://www.w3.org/TR/CSS21/visuren.html#direction f618c8e0ad8ffa84ecbc007cbd0bed932f291fd2 `Eira Monstad, Opera Software ASA`<mailto:public-testsuites@opera.com> list-style-position:inside in rtl context should let text flow below the bullet on the right side
|
|
list-style-position-applies-to-001 List-style-position applied to elements with 'display' set to 'table-row-group' http://www.w3.org/TR/CSS21/generate.html#propdef-list-style-position,http://www.w3.org/TR/CSS21/generate.html#list-style 162b62a375ec6025d38a8335d7af4a996b82116f `Microsoft`<http://www.microsoft.com/> The 'list-style-position' property applies to elements with 'display' set to 'table-row-group'.
|
|
list-style-position-applies-to-002 List-style-position applied to elements with 'display' set to 'table-header-group' http://www.w3.org/TR/CSS21/generate.html#propdef-list-style-position,http://www.w3.org/TR/CSS21/generate.html#list-style 7989698bfd21e3418ef1697ae3ef5561329b4086 `Microsoft`<http://www.microsoft.com/> The 'list-style-position' property applies to elements with 'display' set to 'table-header-group'.
|
|
list-style-position-applies-to-003 List-style-position applied to elements with 'display' set to 'table-footer-group' http://www.w3.org/TR/CSS21/generate.html#propdef-list-style-position,http://www.w3.org/TR/CSS21/generate.html#list-style d10c87e66db47d28e2c174aaa9ae8666f3c12e4a `Microsoft`<http://www.microsoft.com/> The 'list-style-position' property applies to elements with 'display' set to 'table-footer-group'.
|
|
list-style-position-applies-to-004 List-style-position applied to elements with 'display' set to 'table-row' http://www.w3.org/TR/CSS21/generate.html#propdef-list-style-position,http://www.w3.org/TR/CSS21/generate.html#list-style 96a5321f58abcf9c449cc25895768bfc55b9e38f `Microsoft`<http://www.microsoft.com/> The 'list-style-position' property applies to elements with 'display' set to 'table-row'.
|
|
list-style-position-applies-to-005 List-style-position applied to elements with 'display' set to 'table-column-group' http://www.w3.org/TR/CSS21/generate.html#propdef-list-style-position,http://www.w3.org/TR/CSS21/generate.html#list-style 1bfa06598d3aebeff007b498559c1e1149cf4c16 `Microsoft`<http://www.microsoft.com/> The 'list-style-position' property applies to elements with 'display' set to 'table-column-group'.
|
|
list-style-position-applies-to-006 List-style-position applied to elements with 'display' set to 'table-column' http://www.w3.org/TR/CSS21/generate.html#propdef-list-style-position,http://www.w3.org/TR/CSS21/generate.html#list-style dfe6a776df4f5d82f34d2f7f39094ef7fe44b024 `Microsoft`<http://www.microsoft.com/> The 'list-style-position' property applies to elements with 'display' set to 'table-column'.
|
|
list-style-position-applies-to-007 List-style-position applied to elements with 'display' set to 'table-cell' http://www.w3.org/TR/CSS21/generate.html#propdef-list-style-position,http://www.w3.org/TR/CSS21/generate.html#list-style c6ec1f4fb79c32b7ea53516a4ea4ff6adb6d3469 `Microsoft`<http://www.microsoft.com/> The 'list-style-position' property applies to elements with 'display' set to 'table-cell'.
|
|
list-style-position-applies-to-008 List-style-position applied to elements with 'display' set to 'inline' http://www.w3.org/TR/CSS21/generate.html#propdef-list-style-position,http://www.w3.org/TR/CSS21/generate.html#list-style dbff6928fceecb50413f22f2252ddbc32e304f60 `Microsoft`<http://www.microsoft.com/> The 'list-style-position' property applies to elements with 'display' set to 'inline'.
|
|
list-style-position-applies-to-009 List-style-position applied to elements with 'display' set to 'block' http://www.w3.org/TR/CSS21/generate.html#propdef-list-style-position,http://www.w3.org/TR/CSS21/generate.html#list-style 73dc0dfc55d4c86015c1efaa8804e9a779a1ce71 `Microsoft`<http://www.microsoft.com/> The 'list-style-position' property applies to elements with 'display' set to 'block'.
|
|
list-style-position-applies-to-010 List-style-position applied to elements with 'display' set to 'list-item' http://www.w3.org/TR/CSS21/generate.html#propdef-list-style-position,http://www.w3.org/TR/CSS21/generate.html#list-style de4295f1aecb4ebe2f47a0ef0b8d267692dc5a0b `Microsoft`<http://www.microsoft.com/> The 'list-style-position' property applies to elements with 'display' set to 'list-item'.
|
|
list-style-position-applies-to-011 List-style-position applied to elements with 'display' set to 'run-in' http://www.w3.org/TR/CSS21/generate.html#propdef-list-style-position,http://www.w3.org/TR/CSS21/generate.html#list-style e32b2340c97d276673a8065adbb4b2e01e492924 `Microsoft`<http://www.microsoft.com/> The 'list-style-position' property applies to elements with 'display' set to 'run-in'.
|
|
list-style-position-applies-to-012 List-style-position applied to elements with 'display' set to 'inline-block' http://www.w3.org/TR/CSS21/generate.html#propdef-list-style-position,http://www.w3.org/TR/CSS21/generate.html#list-style b4fa9cc849a08313cd524cb30fff4570e3fa43ad `Microsoft`<http://www.microsoft.com/> The 'list-style-position' property applies to elements with 'display' set to 'inline-block'.
|
|
list-style-position-applies-to-013 List-style-position applied to elements with 'display' set to 'table' http://www.w3.org/TR/CSS21/generate.html#propdef-list-style-position,http://www.w3.org/TR/CSS21/generate.html#list-style 150721106176e05459c84cc2459493cbf06a67ff `Microsoft`<http://www.microsoft.com/> The 'list-style-position' property applies to elements with 'display' set to 'table'.
|
|
list-style-position-applies-to-014 List-style-position applied to elements with 'display' set to 'inline-table' http://www.w3.org/TR/CSS21/generate.html#propdef-list-style-position,http://www.w3.org/TR/CSS21/generate.html#list-style 7a0224cb9361a6c5dfca6929b762e2db1b28870c `Microsoft`<http://www.microsoft.com/> The 'list-style-position' property applies to elements with 'display' set to 'inline-table'.
|
|
list-style-position-applies-to-015 List-style-position applied to elements with 'display' set to 'table-caption' http://www.w3.org/TR/CSS21/generate.html#propdef-list-style-position,http://www.w3.org/TR/CSS21/generate.html#list-style 64927b881ae927bf0e49d2ec57bd3d68fc2830f4 `Microsoft`<http://www.microsoft.com/> The 'list-style-position' property applies to elements with 'display' set to 'table-caption'.
|
|
list-style-position-inside-002 inside list-item marker position wrt :before and :after http://www.w3.org/TR/CSS21/generate.html#list-style 75497eb413c96058c421bc46284fd0da5ef86732 `Elika J. Etemad`<http://fantasai.inkedblade.net/contact> The list-item marker is on the right side for an RTL item and on the left side for an LTR one.
|
|
list-style-type-001 List-style-type set to 'disc' http://www.w3.org/TR/CSS21/generate.html#propdef-list-style-type,http://www.w3.org/TR/CSS21/generate.html#list-style 19e7d6d9ab0c04ce355cbbc3ba7fdf1853e23dc0 `Microsoft`<http://www.microsoft.com/> The 'list-style-type' property set to 'disc' renders the correct list item marker.
|
|
list-style-type-002 List-style-type set to 'circle' http://www.w3.org/TR/CSS21/generate.html#propdef-list-style-type,http://www.w3.org/TR/CSS21/generate.html#list-style 3a6dedae18228c2ac8cb621426433b4a1574ac5f `Microsoft`<http://www.microsoft.com/> The 'list-style-type' property set to 'circle' renders the correct list item marker.
|
|
list-style-type-003 List-style-type set to 'square' http://www.w3.org/TR/CSS21/generate.html#propdef-list-style-type,http://www.w3.org/TR/CSS21/generate.html#list-style 9be4e8ddcf4213d355e810dfc3728a89e872836b `Microsoft`<http://www.microsoft.com/> The 'list-style-type' property set to 'square' renders the correct list item marker.
|
|
list-style-type-004 List-style-type set to 'decimal' http://www.w3.org/TR/CSS21/generate.html#propdef-list-style-type,http://www.w3.org/TR/CSS21/generate.html#list-style 2d91bce1a1a45366ac0d2d5543a80c173c3fa924 `Microsoft`<http://www.microsoft.com/> The 'list-style-type' property set to 'decimal' renders the correct list item marker.
|
|
list-style-type-005 List-style-type set to 'decimal-leading-zero' http://www.w3.org/TR/CSS21/generate.html#propdef-list-style-type,http://www.w3.org/TR/CSS21/generate.html#list-style ce997f51609f992f76f7f225b79228db208829c7 `Microsoft`<http://www.microsoft.com/> The 'list-style-type' property set to 'decimal-leading-zero' renders the correct list item marker.
|
|
list-style-type-006 List-style-type set to 'lower-roman' http://www.w3.org/TR/CSS21/generate.html#propdef-list-style-type,http://www.w3.org/TR/CSS21/generate.html#list-style e82280cdf7620e80e31d970b6a31c356e24595f1 `Microsoft`<http://www.microsoft.com/> The 'list-style-type' property set to 'lower-roman' renders the correct list item marker.
|
|
list-style-type-007 List-style-type set to 'upper-roman' http://www.w3.org/TR/CSS21/generate.html#propdef-list-style-type,http://www.w3.org/TR/CSS21/generate.html#list-style 15228c3d3ca6019e5acfcdb2a43820ca4a8fca33 `Microsoft`<http://www.microsoft.com/> The 'list-style-type' property set to 'upper-roman' renders the correct list item marker.
|
|
list-style-type-008 List-style-type set to 'lower-greek' http://www.w3.org/TR/CSS21/generate.html#propdef-list-style-type,http://www.w3.org/TR/CSS21/generate.html#list-style 23287518bea7a3aebaac891dd258bf42de83501f `Microsoft`<http://www.microsoft.com/> The 'list-style-type' property set to 'lower-greek' renders the correct list item marker.
|
|
list-style-type-009 List-style-type set to 'lower-latin' http://www.w3.org/TR/CSS21/generate.html#propdef-list-style-type,http://www.w3.org/TR/CSS21/generate.html#list-style 634f3ebe385326bbb63f0cb0643dd07683915f12 `Microsoft`<http://www.microsoft.com/> The 'list-style-type' property set to 'lower-latin' renders the correct list item marker.
|
|
list-style-type-010 List-style-type set to 'upper-latin' http://www.w3.org/TR/CSS21/generate.html#propdef-list-style-type,http://www.w3.org/TR/CSS21/generate.html#list-style 00de8d4549dfccbe1ea6308d99841be28ab540ac `Microsoft`<http://www.microsoft.com/> The 'list-style-type' property set to 'upper-latin' renders the correct list item marker.
|
|
list-style-type-011 List-style-type set to 'armenian' http://www.w3.org/TR/CSS21/generate.html#propdef-list-style-type,http://www.w3.org/TR/CSS21/generate.html#list-style f73aca116dbf08537b7d5fd1fbd9d51a916de67a `Microsoft`<http://www.microsoft.com/> The 'list-style-type' property set to 'armenian' renders the correct list item marker.
|
|
list-style-type-012 List-style-type set to 'georgian' http://www.w3.org/TR/CSS21/generate.html#propdef-list-style-type,http://www.w3.org/TR/CSS21/generate.html#list-style 38fc5c7826c4796e3b3c48e39b1417e727751d4a `Microsoft`<http://www.microsoft.com/> The 'list-style-type' property set to 'georgian' renders the correct list item marker.
|
|
list-style-type-013 List-style-type set to 'lower-alpha' http://www.w3.org/TR/CSS21/generate.html#propdef-list-style-type,http://www.w3.org/TR/CSS21/generate.html#list-style 7e561eb7b6ad28ba05a0552c31fa166139e4a057 `Microsoft`<http://www.microsoft.com/> The 'list-style-type' property set to 'lower-alpha' renders the correct list item marker.
|
|
list-style-type-014 List-style-type set to 'upper-alpha' http://www.w3.org/TR/CSS21/generate.html#propdef-list-style-type,http://www.w3.org/TR/CSS21/generate.html#list-style 07dfc359a342e9fb155afe10d4354ff7b606d80b `Microsoft`<http://www.microsoft.com/> The 'list-style-type' property set to 'upper-alpha' renders the correct list item marker.
|
|
list-style-type-015 List-style-type set to 'none' http://www.w3.org/TR/CSS21/generate.html#propdef-list-style-type,http://www.w3.org/TR/CSS21/generate.html#list-style 3ee11602bbabdfcff3d0ad9ec7c7672902f1de10 `Microsoft`<http://www.microsoft.com/> The 'list-style-type' property set to 'none' does not display a marker bullet.
|
|
list-style-type-016 List-style-type set to 'inherit' http://www.w3.org/TR/CSS21/generate.html#propdef-list-style-type,http://www.w3.org/TR/CSS21/generate.html#list-style 8ab4a3223b38bca6a1318322c2f4fac2acc938a4 `Microsoft`<http://www.microsoft.com/> The 'list-style-type' property set to 'inherit' inherits the value from the parent element.
|
|
list-style-type-017 CSS Lists: Negative Numbers http://www.w3.org/TR/CSS21/generate.html#list-style 75e06ba5fb968cbb4a59d80bad8d88edc1068780 `Ian Hickson`<mailto:ian@hixie.ch>
|
|
list-style-type-018 list-style-type in rtl context http://www.w3.org/TR/CSS21/generate.html#list-style 766447e34f0994037e27f3d8da7716ab26ec3480 `Eira Monstad, Opera Software ASA`<mailto:public-testsuites@opera.com> list-style-type should be correctly applied in rtl context
|
|
list-style-type-applies-to-001 List-style-type applied to elements with 'display' set to 'table-row-group' http://www.w3.org/TR/CSS21/generate.html#propdef-list-style-type,http://www.w3.org/TR/CSS21/generate.html#list-style 904a0b478ca9852fc6b6e87436697567e1df7867 `Microsoft`<http://www.microsoft.com/> The 'list-style-type' property applies to elements with 'display' set to 'table-row-group'.
|
|
list-style-type-applies-to-002 List-style-type applied to elements with 'display' set to 'table-header-group' http://www.w3.org/TR/CSS21/generate.html#propdef-list-style-type,http://www.w3.org/TR/CSS21/generate.html#list-style 5946504c7ef2a96b1a1fabd21801d5de47d0674a `Microsoft`<http://www.microsoft.com/> The 'list-style-type' property applies to elements with 'display' set to 'table-header-group'.
|
|
list-style-type-applies-to-003 List-style-type applied to elements with 'display' set to 'table-footer-group' http://www.w3.org/TR/CSS21/generate.html#propdef-list-style-type,http://www.w3.org/TR/CSS21/generate.html#list-style 686d612692f4c09896e2b859d6cd3e62e241dce3 `Microsoft`<http://www.microsoft.com/> The 'list-style-type' property applies to elements with 'display' set to 'table-footer-group'.
|
|
list-style-type-applies-to-004 List-style-type applied to elements with 'display' set to 'table-row' http://www.w3.org/TR/CSS21/generate.html#propdef-list-style-type,http://www.w3.org/TR/CSS21/generate.html#list-style 985fe93b2980fce927c92ef27c83bb64d37aceb0 `Microsoft`<http://www.microsoft.com/> The 'list-style-type' property applies to elements with 'display' set to 'table-row'.
|
|
list-style-type-applies-to-005 List-style-type applied to elements with 'display' set to 'table-column-group' http://www.w3.org/TR/CSS21/generate.html#propdef-list-style-type,http://www.w3.org/TR/CSS21/generate.html#list-style f303e2f9fcd1e0e62c21ca2907d76765b44404b7 `Microsoft`<http://www.microsoft.com/> The 'list-style-type' property applies to elements with 'display' set to 'table-column-group'.
|
|
list-style-type-applies-to-006 List-style-type applied to elements with 'display' set to 'table-column' http://www.w3.org/TR/CSS21/generate.html#propdef-list-style-type,http://www.w3.org/TR/CSS21/generate.html#list-style 32eb609b719f091f9889564caf0aa220b13420d8 `Microsoft`<http://www.microsoft.com/> The 'list-style-type' property applies to elements with 'display' set to 'table-column'.
|
|
list-style-type-applies-to-007 List-style-type applied to elements with 'display' set to 'table-cell' http://www.w3.org/TR/CSS21/generate.html#propdef-list-style-type,http://www.w3.org/TR/CSS21/generate.html#list-style 5271c9f79d356de8708da6b32ff89bda9803ca21 `Microsoft`<http://www.microsoft.com/> The 'list-style-type' property applies to elements with 'display' set to 'table-cell'.
|
|
list-style-type-applies-to-008 List-style-type applied to elements with 'display' set to 'inline' http://www.w3.org/TR/CSS21/generate.html#propdef-list-style-type,http://www.w3.org/TR/CSS21/generate.html#list-style 76c1415a4be7fb5e1f985dce12ec23669888a3a9 `Microsoft`<http://www.microsoft.com/> The 'list-style-type' property applies to elements with 'display' set to 'inline'.
|
|
list-style-type-applies-to-009 List-style-type applied to elements with 'display' set to 'block' http://www.w3.org/TR/CSS21/generate.html#propdef-list-style-type,http://www.w3.org/TR/CSS21/generate.html#list-style b127680bb0add68235c2383c1dfc69347d481feb `Microsoft`<http://www.microsoft.com/> The 'list-style-type' property applies to elements with 'display' set to 'block'.
|
|
list-style-type-applies-to-010 List-style-type applied to elements with 'display' set to 'list-item' http://www.w3.org/TR/CSS21/generate.html#propdef-list-style-type,http://www.w3.org/TR/CSS21/generate.html#list-style 6d0bf4ae2ed750c9095390df9b1503ae00fc2caa `Microsoft`<http://www.microsoft.com/> The 'list-style-type' property applies to elements with 'display' set to 'list-item'.
|
|
list-style-type-applies-to-011 List-style-type applied to elements with 'display' set to 'run-in' http://www.w3.org/TR/CSS21/generate.html#propdef-list-style-type,http://www.w3.org/TR/CSS21/generate.html#list-style 2015ac581438bcfc0eef368f9398d46449042b95 `Microsoft`<http://www.microsoft.com/> The 'list-style-type' property applies to elements with 'display' set to 'run-in'.
|
|
list-style-type-applies-to-012 List-style-type applied to elements with 'display' set to 'inline-block' http://www.w3.org/TR/CSS21/generate.html#propdef-list-style-type,http://www.w3.org/TR/CSS21/generate.html#list-style 8e8cdc16a2a2871fa887248036918b4be6141724 `Microsoft`<http://www.microsoft.com/> The 'list-style-type' property applies to elements with 'display' set to 'inline-block'.
|
|
list-style-type-applies-to-013 List-style-type applied to elements with 'display' set to 'table' http://www.w3.org/TR/CSS21/generate.html#propdef-list-style-type,http://www.w3.org/TR/CSS21/generate.html#list-style e2b0e75778d5498f2b1b8b4688ec0f929a72d254 `Microsoft`<http://www.microsoft.com/> The 'list-style-type' property applies to elements with 'display' set to 'table'.
|
|
list-style-type-applies-to-014 List-style-type applied to elements with 'display' set to 'inline-table' http://www.w3.org/TR/CSS21/generate.html#propdef-list-style-type,http://www.w3.org/TR/CSS21/generate.html#list-style b3a267dbab8bae6677f8c52fc1e3ee2a7c1bdcfb `Microsoft`<http://www.microsoft.com/> The 'list-style-type' property applies to elements with 'display' set to 'inline-table'.
|
|
list-style-type-applies-to-015 List-style-type applied to elements with 'display' set to 'table-caption' http://www.w3.org/TR/CSS21/generate.html#propdef-list-style-type,http://www.w3.org/TR/CSS21/generate.html#list-style 2b45f2ce0e0a4eac4a1f1754065dd4ab981632db `Microsoft`<http://www.microsoft.com/> The 'list-style-type' property applies to elements with 'display' set to 'table-caption'.
|
|
list-style-type-armenian-001 list-style-type - armenian, up to 100 http://www.w3.org/TR/CSS21/generate.html#list-style 3f26edb29605b94d2cc63ab7756c6ce30373cb01 `Richard Ishida`<http://rishida.net> Setting list-style-type to armenian will cause list numbering to format numbers up to 9,999 in the way described in CSS3 Lists module.
|
|
list-style-type-armenian-002 list-style-type - armenian, up to 9,999 http://www.w3.org/TR/CSS21/generate.html#list-style 692ad75ed72e534280d5c00f8b36256f48683b01 `Richard Ishida`<http://rishida.net> Setting list-style-type to armenian will cause list numbering to format numbers up to 9,999 in the way described in CSS3 Lists module.
|
|
list-style-type-armenian-003 list-style-type - armenian, over 9,999 http://www.w3.org/TR/CSS21/generate.html#list-style 3770c39964390bafd8f0718bca60f998fad396e5 `Richard Ishida`<http://rishida.net> Setting list-style-type to armenian will cause list numbering to format numbers above 9,999 in the way described in the CSS3 Lists module.
|
|
list-style-type-georgian-001 list-style-type - georgian http://www.w3.org/TR/CSS21/generate.html#list-style 84e51bd20300630dcae1f0e8c0dd99801135c0b8 `Richard Ishida`<http://rishida.net> Setting list-style-type to georgian will cause list numbering to format numbers in the way described in the CSS3 Lists module plus corrections by George Chavchanidze.
|
|
list-style-type-lower-greek-001 list-style-type - lower-greek http://www.w3.org/TR/CSS21/generate.html#list-style b1df1251d7e1ac1a56bdacfb46bd7130f8d95d4f `Richard Ishida`<http://rishida.net> Setting list-style-type to lower-greek will cause list numbering to format numbers in the way described in the CSS3 Lists module.
|
|
lists-alpha-wrap-001 Alphabetic list wrapping http://www.w3.org/TR/CSS21/generate.html#list-style 928d1cb2a01712109d94036a626eb2227a8c185e `Microsoft`<http://www.microsoft.com/> Alphabetic list wrapping does not exert unexpected behavior to a user.
|
|
lists-backgrounds-001 List with background applied http://www.w3.org/TR/CSS21/generate.html#lists 8418202875c8a8c1466becb9b4d0dc7ddec1c09a `Microsoft`<http://www.microsoft.com/> Background properties only apply to the principal box and not the marker box when the marker is set to outside.
|
|
ltr-basic reference/left-ltr-ref Bidi box model test 1 http://www.w3.org/TR/CSS21/box.html#bidi-box-model 1493f29ca3008ece73e6033ae2498e74c31977d5 `Boris Zbarsky`<mailto:bzbarsky@mit.edu>
|
|
ltr-borders-001 Borders drawn in visual order even when direction set to left-to-right ahem,image http://www.w3.org/TR/CSS21/box.html#bidi-box-model a1ce9efcb96ae756401a113332bbfaddfc8da844 `Microsoft`<http://www.microsoft.com/> Borders are drawn in visual order depending on the direction of content.
|
|
ltr-ib reference/left-ltr-ref Bidi box model test 5 http://www.w3.org/TR/CSS21/box.html#bidi-box-model 248eda5ad56466d5e721fc3e94c22964c81ca0c2 `Boris Zbarsky`<mailto:bzbarsky@mit.edu>
|
|
ltr-span-only reference/right-ltr-ref Bidi box model test 4 http://www.w3.org/TR/CSS21/box.html#bidi-box-model 36bc78f5a125a6925af08405fe7d3eaa571f105a `Boris Zbarsky`<mailto:bzbarsky@mit.edu>
|
|
ltr-span-only-ib reference/right-ltr-ref Bidi box model test 8 http://www.w3.org/TR/CSS21/box.html#bidi-box-model b9c3e6ae8c9042d84d81a433c046108d4830eabf `Boris Zbarsky`<mailto:bzbarsky@mit.edu>
|
|
malformed-decl-001 Parsing malformed rules: Property with no value and no ending semicolon invalid http://www.w3.org/TR/CSS21/syndata.html#parsing-errors 7ab1b571604ae9b22ad49c9a32238deaba3b4417 `Microsoft`<http://www.microsoft.com/> Malformed rules (property with no value and no ending semicolon) are ignored while valid rules are applied.
|
|
malformed-decl-002 Parsing malformed rules: Property with no value assigned invalid http://www.w3.org/TR/CSS21/syndata.html#parsing-errors a97b7a2a418de93d64d5000a84fd8eb82d56842e `Microsoft`<http://www.microsoft.com/> Malformed rules (property with no value) are ignored while valid ones are applied.
|
|
malformed-decl-003 Parsing malformed rules: No value and no semi-colon invalid http://www.w3.org/TR/CSS21/syndata.html#parsing-errors 5366138562c74e950984bbba5b1e7cf25b091cea `Microsoft`<http://www.microsoft.com/> Malformed rules with no value or semi-colon are ignored while valid rules are applied.
|
|
malformed-decl-004 Parsing malformed rules: No value with property invalid http://www.w3.org/TR/CSS21/syndata.html#parsing-errors 3287ad7270edcaae5791accde047c6b37a26c73d `Microsoft`<http://www.microsoft.com/> Malformed rules with no value are ignored while valid rules are applied.
|
|
malformed-decl-005 Parsing malformed rules: Semi-colon before property invalid http://www.w3.org/TR/CSS21/syndata.html#parsing-errors 347b85629140a4a7780f099ba18b8aaf259e2fa3 `Microsoft`<http://www.microsoft.com/> Malformed rules with semi-colon before property are ignored while valid rules are applied.
|
|
malformed-decl-006 Parsing malformed rules: Valid rule after malformed rule invalid http://www.w3.org/TR/CSS21/syndata.html#parsing-errors 076361e5ce38d34104e7417b225ff6710217c6e6 `Microsoft`<http://www.microsoft.com/> Malformed rules are ignored while valid rules are applied.
|
|
malformed-decl-007 Parsing malformed rules: Double colon separating property and value invalid http://www.w3.org/TR/CSS21/syndata.html#parsing-errors 5f19a540131282dafa226cb82f05ef7e6951fbc6 `Microsoft`<http://www.microsoft.com/> Malformed rules with double colons between property and value are ignored while valid rules are applied.
|
|
malformed-decl-008 Parsing malformed rules: Missing property invalid http://www.w3.org/TR/CSS21/syndata.html#parsing-errors c268aca1606a66bb572fb81e12c6b8311348a163 `Microsoft`<http://www.microsoft.com/> Malformed rules with missing property names are ignored while valid rules are applied.
|
|
margin-001 reference/margin-001-ref Margin set using a single value http://www.w3.org/TR/CSS21/box.html#propdef-margin,http://www.w3.org/TR/CSS21/box.html#margin-properties b86b68078efc94ded92931a747762bdbfd6b1188 `Microsoft`<http://www.microsoft.com/> The 'margin' property set using a single value properly assigns the same value to all sides.
|
|
margin-002 reference/margin-002-ref Margin set to using two values http://www.w3.org/TR/CSS21/box.html#propdef-margin,http://www.w3.org/TR/CSS21/box.html#margin-properties 184dcb8835c8d38d7a99bb135c1e675649324344 `Microsoft`<http://www.microsoft.com/> The 'margin' property set using two values properly assigns the first value to the top and bottom margins and the second value to the left and right margins.
|
|
margin-003 reference/margin-003-ref Margin set to using three values http://www.w3.org/TR/CSS21/box.html#propdef-margin,http://www.w3.org/TR/CSS21/box.html#margin-properties 77d2bfbfd2d1c951c0931e13beacb4f3c134356b `Microsoft`<http://www.microsoft.com/> The 'margin' property set using three values properly assigns the first value to the top margin, the second value to the left and right margins, and the third value to the bottom margin.
|
|
margin-004 reference/margin-004-ref Margin set to using four values http://www.w3.org/TR/CSS21/box.html#propdef-margin,http://www.w3.org/TR/CSS21/box.html#margin-properties ff4f30ad06b367eeeef1a156f7d2b20867362705 `Microsoft`<http://www.microsoft.com/> The 'margin' property set using three values properly assigns the first value to the top margin, the second value to the left margin, the third value to the bottom margin, and the fourth value to the right margin.
|
|
margin-005 reference/margin-005-ref Margin with a value of 'auto' http://www.w3.org/TR/CSS21/box.html#propdef-margin,http://www.w3.org/TR/CSS21/box.html#margin-properties a558ee6de91276e7a4c6dade23117e68a61bb2e6 `Microsoft`<http://www.microsoft.com/> The 'margin' property with a value of 'auto' correctly sizes the margin. In normal flow, 'margin-top: auto' and 'margin-bottom: auto' for block-level, non-replaced elements are resolved as 0. In normal flow, 'margin-left: auto' and 'margin-right: auto' for block-level, non-replaced elements are resolved according to the constraint equation for the width of containing block: 'margin-left' + 'border-left-width' + 'padding-left' + 'width' + 'padding-right' + 'border-right-width' + 'margin-right' = width of containing block
|
|
margin-006 reference/margin-006-ref Margin set to 'inherit', inheriting only one value http://www.w3.org/TR/CSS21/box.html#propdef-margin,http://www.w3.org/TR/CSS21/box.html#margin-properties 58102249e7e22b3c0f91155e0428e575d67dc390 `Microsoft`<http://www.microsoft.com/> The 'margin' property set to 'inherit', inherits one value from the parent element.
|
|
margin-007 reference/margin-007-ref Margin set to 'inherit', inheriting two values http://www.w3.org/TR/CSS21/box.html#propdef-margin,http://www.w3.org/TR/CSS21/box.html#margin-properties 028865de44f4f499db701b0000d1d83452a59b66 `Microsoft`<http://www.microsoft.com/> The 'margin' property set to 'inherit', inherits two values from the parent element.
|
|
margin-008 reference/margin-008-ref Margin set to 'inherit', inheriting three values http://www.w3.org/TR/CSS21/box.html#propdef-margin,http://www.w3.org/TR/CSS21/box.html#margin-properties fde6822c81b7ea573d896079167dc2ef196b8eab `Microsoft`<http://www.microsoft.com/> The 'margin' property set to 'inherit', inherits three values from the parent element.
|
|
margin-009 reference/margin-009-ref Margin set to 'inherit', inheriting four values http://www.w3.org/TR/CSS21/box.html#propdef-margin,http://www.w3.org/TR/CSS21/box.html#margin-properties 0a8f0744239e631cab3a5c0336c4e9c56dd6df78 `Microsoft`<http://www.microsoft.com/> The 'margin' property set to 'inherit', inherits four values from the parent element.
|
|
margin-applies-to-001 reference/margin-applies-to-001-ref Margin applied to element with display table-row-group http://www.w3.org/TR/CSS21/box.html#propdef-margin,http://www.w3.org/TR/CSS21/box.html#margin-properties 61813f80f49527d6709beba7d3999b0e4ed5169e `Microsoft`<http://www.microsoft.com/> The 'margin' property does not apply to elements with a display of table-row-group.
|
|
margin-applies-to-002 reference/margin-applies-to-001-ref Margin applied to element with display table-header-group http://www.w3.org/TR/CSS21/box.html#propdef-margin,http://www.w3.org/TR/CSS21/box.html#margin-properties 9821b0feb47a00ba591810312ff33b8e66799e44 `Microsoft`<http://www.microsoft.com/> The 'margin' property does not apply to elements with a display of table-header-group.
|
|
margin-applies-to-003 reference/margin-applies-to-001-ref Margin applied to element with display table-footer-group http://www.w3.org/TR/CSS21/box.html#propdef-margin,http://www.w3.org/TR/CSS21/box.html#margin-properties 158ca6dcb4aa16fd5b09b4b65d6d56c0233d5dbf `Microsoft`<http://www.microsoft.com/> The 'margin' property does not apply to elements with a display of table-footer-group.
|
|
margin-applies-to-004 reference/margin-applies-to-001-ref Margin applied to element with display table-row http://www.w3.org/TR/CSS21/box.html#propdef-margin,http://www.w3.org/TR/CSS21/box.html#margin-properties ddf3d0d61b43092d5fb8b16461970a796b1d8041 `Microsoft`<http://www.microsoft.com/> The 'margin' property does not apply to elements with a display of table-row.
|
|
margin-applies-to-005 reference/margin-applies-to-001-ref Margin applied to element with display table-column-group http://www.w3.org/TR/CSS21/box.html#propdef-margin,http://www.w3.org/TR/CSS21/box.html#margin-properties 18cd45a308a736fddc8fa249b9bc7ad254cdef03 `Microsoft`<http://www.microsoft.com/> The 'margin' property does not apply to elements with a display of table-column-group.
|
|
margin-applies-to-006 reference/margin-applies-to-001-ref Margin applied to element with display table-column http://www.w3.org/TR/CSS21/box.html#propdef-margin,http://www.w3.org/TR/CSS21/box.html#margin-properties 6b3dd6cebc0740789b8cc61a54dee8eada06995c `Microsoft`<http://www.microsoft.com/> The 'margin' property does not apply to elements with a display of table-column.
|
|
margin-applies-to-007 reference/margin-applies-to-001-ref Margin applied to element with display table-cell http://www.w3.org/TR/CSS21/box.html#propdef-margin,http://www.w3.org/TR/CSS21/box.html#margin-properties 9d1ae63072736cf0758362a0c51bf78b95c5bed8 `Microsoft`<http://www.microsoft.com/> The 'margin' property does not apply to elements with a display of table-cell.
|
|
margin-applies-to-008 Margin applied to element with display inline http://www.w3.org/TR/CSS21/box.html#propdef-margin,http://www.w3.org/TR/CSS21/box.html#margin-properties 960c79780383af17c482578cfbd1405fba935c5d `Microsoft`<http://www.microsoft.com/> The 'Margin' property applies to elements with a display of inline. Only horizontal margins apply to inline non-repleaced elements; vertical margins do not and will not apply to inline non-repleaced elements.
|
|
margin-applies-to-009 reference/margin-applies-to-009-ref Margin applied to element with display block http://www.w3.org/TR/CSS21/box.html#propdef-margin,http://www.w3.org/TR/CSS21/box.html#margin-properties 2e518999883de06db346dd4e1751081b25290526 `Microsoft`<http://www.microsoft.com/> The 'Margin' property applies to elements with a display of block.
|
|
margin-applies-to-010 Margin applied to element with display list-item http://www.w3.org/TR/CSS21/box.html#propdef-margin,http://www.w3.org/TR/CSS21/box.html#margin-properties b42fce4e7e067f37978ee69e9c50ac5d525b9d96 `Microsoft`<http://www.microsoft.com/> The 'Margin' property applies to elements with a display of list-item.
|
|
margin-applies-to-011 Margin applied to element with display run-in http://www.w3.org/TR/CSS21/box.html#propdef-margin,http://www.w3.org/TR/CSS21/box.html#margin-properties c211549cb13092fc992b8b944d261d8db14dffb5 `Microsoft`<http://www.microsoft.com/> The 'Margin' property applies to elements with a display of run-in.
|
|
margin-applies-to-012 reference/margin-applies-to-009-ref Margin applied to element with display inline-block http://www.w3.org/TR/CSS21/box.html#propdef-margin,http://www.w3.org/TR/CSS21/box.html#margin-properties a338b9c4eb69b7783c562ae0c262600873c7ab2c `Microsoft`<http://www.microsoft.com/> The 'Margin' property applies to elements with a display of inline-block.
|
|
margin-applies-to-013 reference/margin-applies-to-009-ref Margin applied to element with display table http://www.w3.org/TR/CSS21/box.html#propdef-margin,http://www.w3.org/TR/CSS21/box.html#margin-properties e1ecc8715531667eeb033029c1c0320c677fa7e7 `Microsoft`<http://www.microsoft.com/> The 'Margin' property applies to elements with a display of table.
|
|
margin-applies-to-014 reference/margin-applies-to-009-ref Margin applied to element with display inline-table http://www.w3.org/TR/CSS21/box.html#propdef-margin,http://www.w3.org/TR/CSS21/box.html#margin-properties 254667aaa8a1070204b4b2408360b47a534f2aa0 `Microsoft`<http://www.microsoft.com/> The 'Margin' property applies to elements with a display of inline-table.
|
|
margin-applies-to-015 reference/margin-applies-to-009-ref Margin applied to element with display table-caption http://www.w3.org/TR/CSS21/box.html#propdef-margin,http://www.w3.org/TR/CSS21/box.html#margin-properties 646ba8b64761aefb276e9f0b257f556b1bb0b231 `Microsoft`<http://www.microsoft.com/> The 'Margin' property applies to elements with a display of table-caption.
|
|
margin-backgrounds-001 Margin backgrounds and transparency http://www.w3.org/TR/CSS21/box.html#box-dimensions 9ac16c0c7fa71ae8406a0180e3d0277b16c799df `Microsoft`<http://www.microsoft.com/> Margins do not have a background, but show the content below them.
|
|
margin-backgrounds-002 reference/ref-filled-green-100px-square transparency of margin area and background-color http://www.w3.org/TR/CSS21/box.html#mpb-examples,http://www.w3.org/TR/CSS21/colors.html#background cb44ebf5ba079e67e2344a4bb58626db42ea5580 `Gérard Talbot`<http://www.gtalbot.org/BrowserBugsSection/css21testsuite/> The margin area of an element is always transparent. The background-color of an element never paints its own margin area. The background-color of an element only paints its own border area (if any), its own padding area (if any) and its own content area (if any). Therefore the background-color of the content area (and of the padding area, if any, and of the border area, if any) of a parent element shines through the margin area of its child. In this test, div#parent is painted green and is 100px by 100px; its sole child has an 99px margin bottom and a 100px margin right margin which are transparent and through which we can see the background color of its parent.
|
|
margin-backgrounds-003 reference/ref-filled-green-100px-square transparency of margin area and background-color http://www.w3.org/TR/CSS21/box.html#mpb-examples,http://www.w3.org/TR/CSS21/colors.html#background 4936a2556d66306f3dc9eabd3ebc8b35bdc9b099 `Gérard Talbot`<http://www.gtalbot.org/BrowserBugsSection/css21testsuite/> The margin area of an element is always transparent. The background-color of an element never paints its own margin area. The background-color of an element only paints its own border area (if any), its own padding area (if any) and its own content area (if any). Therefore the background-color of the content area (and of the padding area, if any, and of the border area, if any) of a parent element shines through the margin area of its child. In this test, div#parent is painted green and is 100px wide by 98px tall; its sole child has 98px vertical margins and 100px horizontal margins which are transparent and through which we can see the background color of its parent.
|
|
margin-border-padding-001 reference/margin-border-padding-001-ref Margin, border, padding all display outside the content area ahem http://www.w3.org/TR/CSS21/box.html#box-dimensions 2e91483ab4963816ad0585d8ec114573b5ad777b `Microsoft`<http://www.microsoft.com/> Margin, border, padding render outside the content area.
|
|
margin-border-padding-002 reference/margin-border-padding-001-ref Margin, border, padding all display outside the image area ahem,image http://www.w3.org/TR/CSS21/box.html#box-dimensions 94a8c6b6b1391a64d2cfde438330aece9fedc780 `Microsoft`<http://www.microsoft.com/> Margin, border, padding render outside the image area.
|
|
margin-border-padding-003 reference/margin-border-padding-001-ref Margin, border, padding all display outside the object area ahem,image http://www.w3.org/TR/CSS21/box.html#box-dimensions 56eec8ec6382295cdc8711c38d2d0a7ae89f37a6 `Microsoft`<http://www.microsoft.com/> Margin, border, padding render outside the object area.
|
|
margin-bottom-004 reference/ref-no-vert-space-between Margin-bottom using pixels with a negative zero value, -0px http://www.w3.org/TR/CSS21/box.html#propdef-margin-bottom,http://www.w3.org/TR/CSS21/box.html#margin-properties 7d08202aabf48460b29f126152f1be768a4e7c6f `Microsoft`<http://www.microsoft.com/> The 'margin-bottom' property sets a negative zero length value in pixels.
|
|
margin-bottom-005 reference/ref-no-vert-space-between Margin-bottom using pixels with a zero value, 0px http://www.w3.org/TR/CSS21/box.html#propdef-margin-bottom,http://www.w3.org/TR/CSS21/box.html#margin-properties 2d080c4bf56f91c0316cac23aa1a028bf323fc58 `Microsoft`<http://www.microsoft.com/> The 'margin-bottom' property sets a zero length value in pixels.
|
|
margin-bottom-006 reference/ref-no-vert-space-between Margin-bottom using pixels with a positive zero value, +0px http://www.w3.org/TR/CSS21/box.html#propdef-margin-bottom,http://www.w3.org/TR/CSS21/box.html#margin-properties 206bdbd117711a510686978df4e45039d7dde242 `Microsoft`<http://www.microsoft.com/> The 'margin-bottom' property sets a positive zero length value in pixels.
|
|
margin-bottom-007 reference/margin-bottom-007-ref Margin-bottom using pixels with a nominal value, 96px http://www.w3.org/TR/CSS21/box.html#propdef-margin-bottom,http://www.w3.org/TR/CSS21/box.html#margin-properties df6d4ca6f9a3783f5b630576e99f98ed552dd377 `Microsoft`<http://www.microsoft.com/> The 'margin-bottom' property sets a nominal length value in pixels.
|
|
margin-bottom-008 reference/margin-bottom-007-ref Margin-bottom using pixels with a nominal value with a plus sign, +96px http://www.w3.org/TR/CSS21/box.html#propdef-margin-bottom,http://www.w3.org/TR/CSS21/box.html#margin-properties 1a383e68084c9cceca1356aff208053ba94cec75 `Microsoft`<http://www.microsoft.com/> The 'margin-bottom' property sets a nominal length value in pixels with a plus sign.
|
|
margin-bottom-016 reference/ref-no-vert-space-between Margin-bottom using points with a negative zero value, -0pt http://www.w3.org/TR/CSS21/box.html#propdef-margin-bottom,http://www.w3.org/TR/CSS21/box.html#margin-properties 8eb0d8f3e82c8478bfc46fadddc548593a303753 `Microsoft`<http://www.microsoft.com/> The 'margin-bottom' property sets a negative zero length value in points.
|
|
margin-bottom-017 reference/ref-no-vert-space-between Margin-bottom using points with a zero value, 0pt http://www.w3.org/TR/CSS21/box.html#propdef-margin-bottom,http://www.w3.org/TR/CSS21/box.html#margin-properties fe214d68e426d2730303d66188a7665c0f955499 `Microsoft`<http://www.microsoft.com/> The 'margin-bottom' property sets a zero length value in points.
|
|
margin-bottom-018 reference/ref-no-vert-space-between Margin-bottom using points with a positive zero value, +0pt http://www.w3.org/TR/CSS21/box.html#propdef-margin-bottom,http://www.w3.org/TR/CSS21/box.html#margin-properties f07a0f4548b3f95a6007d99b8b844525e77a7980 `Microsoft`<http://www.microsoft.com/> The 'margin-bottom' property sets a positive zero length value in points.
|
|
margin-bottom-019 reference/margin-bottom-019-ref Margin-bottom using points with a nominal value, 72pt http://www.w3.org/TR/CSS21/box.html#propdef-margin-bottom,http://www.w3.org/TR/CSS21/box.html#margin-properties 643561a194659dd04f8afda8a9bbb0fc3f65a3a2 `Microsoft`<http://www.microsoft.com/> The 'margin-bottom' property sets a nominal length value in points.
|
|
margin-bottom-020 reference/margin-bottom-019-ref Margin-bottom using points with a nominal value with a plus sign, +72pt http://www.w3.org/TR/CSS21/box.html#propdef-margin-bottom,http://www.w3.org/TR/CSS21/box.html#margin-properties 4a9c620f03695786febd2c1ef5844abab3bad919 `Microsoft`<http://www.microsoft.com/> The 'margin-bottom' property sets a nominal length value in points with a plus sign.
|
|
margin-bottom-028 reference/ref-no-vert-space-between Margin-bottom using picas with a negative zero value, -0pc http://www.w3.org/TR/CSS21/box.html#propdef-margin-bottom,http://www.w3.org/TR/CSS21/box.html#margin-properties 6978e266ea118797bd963c18a87dfff12241d531 `Microsoft`<http://www.microsoft.com/> The 'margin-bottom' property sets a negative zero length value in picas.
|
|
margin-bottom-029 reference/ref-no-vert-space-between Margin-bottom using picas with a zero value, 0pc http://www.w3.org/TR/CSS21/box.html#propdef-margin-bottom,http://www.w3.org/TR/CSS21/box.html#margin-properties ee99c01f767eebfc60d511b559d57e6aa261602f `Microsoft`<http://www.microsoft.com/> The 'margin-bottom' property sets a zero length value in picas.
|
|
margin-bottom-030 reference/ref-no-vert-space-between Margin-bottom using picas with a positive zero value, +0pc http://www.w3.org/TR/CSS21/box.html#propdef-margin-bottom,http://www.w3.org/TR/CSS21/box.html#margin-properties 21b38c275bb31811d56367388d87964eecf2e95e `Microsoft`<http://www.microsoft.com/> The 'margin-bottom' property sets a positive zero length value in picas.
|
|
margin-bottom-031 reference/margin-bottom-031-ref Margin-bottom using picas with a nominal value, 6pc http://www.w3.org/TR/CSS21/box.html#propdef-margin-bottom,http://www.w3.org/TR/CSS21/box.html#margin-properties 7e478c904be8df630c5841c841e2c79bda28d416 `Microsoft`<http://www.microsoft.com/> The 'margin-bottom' property sets a nominal length value in picas.
|
|
margin-bottom-032 reference/margin-bottom-031-ref Margin-bottom using picas with a nominal value with a plus sign, +6pc http://www.w3.org/TR/CSS21/box.html#propdef-margin-bottom,http://www.w3.org/TR/CSS21/box.html#margin-properties b595e2c0847de97368b80a2791c80d46661db99c `Microsoft`<http://www.microsoft.com/> The 'margin-bottom' property sets a nominal length value in picas with a plus sign.
|
|
margin-bottom-040 reference/ref-no-vert-space-between Margin-bottom using centimeters with a negative zero value, -0cm http://www.w3.org/TR/CSS21/box.html#propdef-margin-bottom,http://www.w3.org/TR/CSS21/box.html#margin-properties 48a0d98efb6c4312c7dfff6616c6e662f0e5ca8b `Microsoft`<http://www.microsoft.com/> The 'margin-bottom' property sets a negative zero length value in centimeters.
|
|
margin-bottom-041 reference/ref-no-vert-space-between Margin-bottom using centimeters with a zero value, 0cm http://www.w3.org/TR/CSS21/box.html#propdef-margin-bottom,http://www.w3.org/TR/CSS21/box.html#margin-properties ab5d5e9403d75ec4ed331871511ea6b93adf6e5f `Microsoft`<http://www.microsoft.com/> The 'margin-bottom' property sets a zero length value in centimeters.
|
|
margin-bottom-042 reference/ref-no-vert-space-between Margin-bottom using centimeters with a positive zero value, +0cm http://www.w3.org/TR/CSS21/box.html#propdef-margin-bottom,http://www.w3.org/TR/CSS21/box.html#margin-properties 7bad17f5df4541b36d01351e01fb5c737e2c1a94 `Microsoft`<http://www.microsoft.com/> The 'margin-bottom' property sets a positive zero length value in centimeters.
|
|
margin-bottom-043 reference/margin-bottom-043-ref Margin-bottom using centimeters with a nominal value, 2.54cm http://www.w3.org/TR/CSS21/box.html#propdef-margin-bottom,http://www.w3.org/TR/CSS21/box.html#margin-properties ce49b666f8f36799e22f10713e34d9d9625c6115 `Microsoft`<http://www.microsoft.com/> The 'margin-bottom' property sets a nominal length value in centimeters.
|
|
margin-bottom-044 reference/margin-bottom-043-ref Margin-bottom using centimeters with a nominal value with a plus sign, +2.54cm http://www.w3.org/TR/CSS21/box.html#propdef-margin-bottom,http://www.w3.org/TR/CSS21/box.html#margin-properties 05b692c0936d4161915e0d2d37c9185cdf96a5b9 `Microsoft`<http://www.microsoft.com/> The 'margin-bottom' property sets a nominal length value in centimeters with a plus sign.
|
|
margin-bottom-052 reference/ref-no-vert-space-between Margin-bottom using millimeters with a negative zero value, -0mm http://www.w3.org/TR/CSS21/box.html#propdef-margin-bottom,http://www.w3.org/TR/CSS21/box.html#margin-properties efefa6eaee85103f20356451a3fd495b23d059a5 `Microsoft`<http://www.microsoft.com/> The 'margin-bottom' property sets a negative zero length value in millimeters.
|
|
margin-bottom-053 reference/ref-no-vert-space-between Margin-bottom using millimeters with a zero value, 0mm http://www.w3.org/TR/CSS21/box.html#propdef-margin-bottom,http://www.w3.org/TR/CSS21/box.html#margin-properties 20272f8726a93944da28ddbeed26cdfa9fb883d6 `Microsoft`<http://www.microsoft.com/> The 'margin-bottom' property sets a zero length value in millimeters.
|
|
margin-bottom-054 reference/ref-no-vert-space-between Margin-bottom using millimeters with a positive zero value, +0mm http://www.w3.org/TR/CSS21/box.html#propdef-margin-bottom,http://www.w3.org/TR/CSS21/box.html#margin-properties ebbaa229bbd6776334820acde307a4ad7454300c `Microsoft`<http://www.microsoft.com/> The 'margin-bottom' property sets a positive zero length value in millimeters.
|
|
margin-bottom-055 reference/margin-bottom-043-ref Margin-bottom using millimeters with a nominal value, 25.4mm http://www.w3.org/TR/CSS21/box.html#propdef-margin-bottom,http://www.w3.org/TR/CSS21/box.html#margin-properties 25ccb255d2fe42298e60bf40c4f00a8633dadfb6 `Microsoft`<http://www.microsoft.com/> The 'margin-bottom' property sets a nominal length value in millimeters.
|
|
margin-bottom-056 reference/margin-bottom-043-ref Margin-bottom using millimeters with a nominal value with a plus sign, +25.4mm http://www.w3.org/TR/CSS21/box.html#propdef-margin-bottom,http://www.w3.org/TR/CSS21/box.html#margin-properties 8f4b3c35f1da2a0074762a8c5e920236a1937273 `Microsoft`<http://www.microsoft.com/> The 'margin-bottom' property sets a nominal length value in millimeters with a plus sign.
|
|
margin-bottom-064 reference/ref-no-vert-space-between Margin-bottom using inches with a negative zero value, -0in http://www.w3.org/TR/CSS21/box.html#propdef-margin-bottom,http://www.w3.org/TR/CSS21/box.html#margin-properties 25e162645bfaaa3bb8f4436ba871882a1061bee5 `Microsoft`<http://www.microsoft.com/> The 'margin-bottom' property sets a negative zero length value in inches.
|
|
margin-bottom-065 reference/ref-no-vert-space-between Margin-bottom using inches with a zero value, 0in http://www.w3.org/TR/CSS21/box.html#propdef-margin-bottom,http://www.w3.org/TR/CSS21/box.html#margin-properties ead8589be8472667f98ddf6bfb56e21ba0dff2a3 `Microsoft`<http://www.microsoft.com/> The 'margin-bottom' property sets a zero length value in inches.
|
|
margin-bottom-066 reference/ref-no-vert-space-between Margin-bottom using inches with a positive zero value, +0in http://www.w3.org/TR/CSS21/box.html#propdef-margin-bottom,http://www.w3.org/TR/CSS21/box.html#margin-properties bf215364401fe271c3e37078a93f2d31d9db8eba `Microsoft`<http://www.microsoft.com/> The 'margin-bottom' property sets a positive zero length value in inches.
|
|
margin-bottom-067 reference/margin-bottom-067-ref Margin-bottom using inches with a nominal value, 1in http://www.w3.org/TR/CSS21/box.html#propdef-margin-bottom,http://www.w3.org/TR/CSS21/box.html#margin-properties d726e88b63a3350bd0eb3933ee34310865ca743f `Microsoft`<http://www.microsoft.com/> The 'margin-bottom' property sets a nominal length value in inches.
|
|
margin-bottom-068 reference/margin-bottom-067-ref Margin-bottom using inches with a nominal value with a plus sign, +1in http://www.w3.org/TR/CSS21/box.html#propdef-margin-bottom,http://www.w3.org/TR/CSS21/box.html#margin-properties 87c3f7589d6369b34b433cb868f9d599db5a4289 `Microsoft`<http://www.microsoft.com/> The 'margin-bottom' property sets a nominal length value in inches with a plus sign.
|
|
margin-bottom-076 reference/ref-no-vert-space-between Margin-bottom using 'em' units with a negative zero value, -0em http://www.w3.org/TR/CSS21/box.html#propdef-margin-bottom,http://www.w3.org/TR/CSS21/box.html#margin-properties 006b462f6cabda85f550112e358bf489417f40f4 `Microsoft`<http://www.microsoft.com/> The 'margin-bottom' property sets a negative zero length value in 'em' units.
|
|
margin-bottom-077 reference/ref-no-vert-space-between Margin-bottom using 'em' units with a zero value, 0em http://www.w3.org/TR/CSS21/box.html#propdef-margin-bottom,http://www.w3.org/TR/CSS21/box.html#margin-properties d1f23eedda376d51c40a432b9f7f4ed26cee47d4 `Microsoft`<http://www.microsoft.com/> The 'margin-bottom' property sets a zero length value in 'em' units.
|
|
margin-bottom-078 reference/ref-no-vert-space-between Margin-bottom using 'em' units with a positive zero value, +0em http://www.w3.org/TR/CSS21/box.html#propdef-margin-bottom,http://www.w3.org/TR/CSS21/box.html#margin-properties 7b12f2999c4f81b7134178058f3150e7df0af57e `Microsoft`<http://www.microsoft.com/> The 'margin-bottom' property sets a positive zero length value in 'em' units.
|
|
margin-bottom-079 reference/margin-bottom-079-ref Margin-bottom using 'em' units with a nominal value, 6em ahem http://www.w3.org/TR/CSS21/box.html#propdef-margin-bottom,http://www.w3.org/TR/CSS21/box.html#margin-properties d801cc9c264f06384f0615a960069f983c483ed2 `Microsoft`<http://www.microsoft.com/> The 'margin-bottom' property sets a nominal length value in 'em' units.
|
|
margin-bottom-080 reference/margin-bottom-079-ref Margin-bottom using 'em' units with a nominal value with a plus sign, +6em ahem http://www.w3.org/TR/CSS21/box.html#propdef-margin-bottom,http://www.w3.org/TR/CSS21/box.html#margin-properties 39e1d9bdc02307e927a3a11c0c99a14b365c3c13 `Microsoft`<http://www.microsoft.com/> The 'margin-bottom' property sets a nominal length value in 'em' units with a plus sign.
|
|
margin-bottom-088 reference/ref-no-vert-space-between Margin-bottom using 'ex' units with a negative zero value, -0ex http://www.w3.org/TR/CSS21/box.html#propdef-margin-bottom,http://www.w3.org/TR/CSS21/box.html#margin-properties c47f335f9ec323200a83b8f2fd1933c8eb5bdc84 `Microsoft`<http://www.microsoft.com/> The 'margin-bottom' property sets a negative zero length value in 'ex' units.
|
|
margin-bottom-089 reference/ref-no-vert-space-between Margin-bottom using 'ex' units with a zero value, 0ex http://www.w3.org/TR/CSS21/box.html#propdef-margin-bottom,http://www.w3.org/TR/CSS21/box.html#margin-properties 38ffbcfc5d122bdda5d0f4d422e509be85f8eebc `Microsoft`<http://www.microsoft.com/> The 'margin-bottom' property sets a zero length value in 'ex' units.
|
|
margin-bottom-090 reference/ref-no-vert-space-between Margin-bottom using 'ex' units with a positive zero value, +0ex http://www.w3.org/TR/CSS21/box.html#propdef-margin-bottom,http://www.w3.org/TR/CSS21/box.html#margin-properties f5766f2e7c185c32277d3a95c5f1ff43cfda3d83 `Microsoft`<http://www.microsoft.com/> The 'margin-bottom' property sets a positive zero length value in 'ex' units.
|
|
margin-bottom-091 reference/margin-bottom-091-ref Margin-bottom using 'ex' units with a nominal value, 7.5ex ahem http://www.w3.org/TR/CSS21/box.html#propdef-margin-bottom,http://www.w3.org/TR/CSS21/box.html#margin-properties ecea2b3920b26bd039e4888c000ae172b1a806d3 `Microsoft`<http://www.microsoft.com/> The 'margin-bottom' property sets a nominal length value in 'ex' units.
|
|
margin-bottom-092 reference/margin-bottom-091-ref Margin-bottom using 'ex' units with a nominal value with a plus sign, +7.5ex ahem http://www.w3.org/TR/CSS21/box.html#propdef-margin-bottom,http://www.w3.org/TR/CSS21/box.html#margin-properties cc50ce025c50f10b67124c78bc2be9ff364473bb `Microsoft`<http://www.microsoft.com/> The 'margin-bottom' property sets a nominal length value in 'ex' units with a plus sign.
|
|
margin-bottom-100 reference/margin-bottom-100-ref Margin-bottom using percentages with a negative zero value, -0% http://www.w3.org/TR/CSS21/box.html#propdef-margin-bottom,http://www.w3.org/TR/CSS21/box.html#margin-properties 9255988ab47aa84b33fe9620c007fa75ad7c615c `Microsoft`<http://www.microsoft.com/> The 'margin-bottom' property sets a negative zero length value in percentages.
|
|
margin-bottom-101 reference/margin-bottom-100-ref Margin-bottom using percentages with a zero value, 0% http://www.w3.org/TR/CSS21/box.html#propdef-margin-bottom,http://www.w3.org/TR/CSS21/box.html#margin-properties 30ea6f135cc893eeb04cc1e67a0a26740891702c `Microsoft`<http://www.microsoft.com/> The 'margin-bottom' property sets a zero length value in percentages.
|
|
margin-bottom-102 reference/margin-bottom-100-ref Margin-bottom using percentages with a positive zero value, +0% http://www.w3.org/TR/CSS21/box.html#propdef-margin-bottom,http://www.w3.org/TR/CSS21/box.html#margin-properties 99c86143eeafaefe0c6ada229bb3a7fa464ae7fc `Microsoft`<http://www.microsoft.com/> The 'margin-bottom' property sets a positive zero length value in percentages.
|
|
margin-bottom-103 reference/margin-bottom-103-ref Margin-bottom using percentages with a nominal value, 50% http://www.w3.org/TR/CSS21/box.html#propdef-margin-bottom,http://www.w3.org/TR/CSS21/box.html#margin-properties 3b8d98a15d5168c4eb81e952feaaa40bec07080b `Microsoft`<http://www.microsoft.com/> The 'margin-bottom' property sets a nominal length value in percentages.
|
|
margin-bottom-104 reference/margin-bottom-103-ref Margin-bottom using percentages with a nominal value with a plus sign, +50% http://www.w3.org/TR/CSS21/box.html#propdef-margin-bottom,http://www.w3.org/TR/CSS21/box.html#margin-properties b2d0df67708d50910f5329e801c2603ee8d975da `Microsoft`<http://www.microsoft.com/> The 'margin-bottom' property sets a nominal length value in percentages with a plus sign.
|
|
margin-bottom-109 reference/ref-no-vert-space-between Margin-bottom sets a negative zero value with no units, -0 http://www.w3.org/TR/CSS21/box.html#propdef-margin-bottom,http://www.w3.org/TR/CSS21/box.html#margin-properties f381e74f120e962d0edbb83d3f1e0a6835912143 `Microsoft`<http://www.microsoft.com/> The 'margin-bottom' property sets a negative zero length value with no units.
|
|
margin-bottom-110 reference/ref-no-vert-space-between Margin-bottom sets a zero value with no units, 0 http://www.w3.org/TR/CSS21/box.html#propdef-margin-bottom,http://www.w3.org/TR/CSS21/box.html#margin-properties 078337fe3ad14f8a13ac734ec25a64f16315a46b `Microsoft`<http://www.microsoft.com/> The 'margin-bottom' property sets a zero length value with no units.
|
|
margin-bottom-111 reference/ref-no-vert-space-between Margin-bottom sets a positive zero value with no units, +0 http://www.w3.org/TR/CSS21/box.html#propdef-margin-bottom,http://www.w3.org/TR/CSS21/box.html#margin-properties 4cde19b00b6d23c2f7b6289296b037d8f8f1917e `Microsoft`<http://www.microsoft.com/> The 'margin-bottom' property sets a positive zero length value with no units.
|
|
margin-bottom-112 reference/ref-no-vert-space-between Margin-bottom with a value of 'auto' http://www.w3.org/TR/CSS21/box.html#propdef-margin-bottom,http://www.w3.org/TR/CSS21/box.html#margin-properties e636c44db220190e869019d22a8d431b45ac85fc `Microsoft`<http://www.microsoft.com/> The 'margin-bottom' property sets a value of 'auto'.
|
|
margin-bottom-113 reference/margin-bottom-067-ref Margin-bottom with a value of 'inherit' http://www.w3.org/TR/CSS21/box.html#propdef-margin-bottom,http://www.w3.org/TR/CSS21/box.html#margin-properties 3f816bd04d0d4dce8696d48d034a2714e2be81c5 `Microsoft`<http://www.microsoft.com/> The 'margin-bottom' property sets a value of 'inherit'.
|
|
margin-bottom-applies-to-001 reference/margin-bottom-applies-to-001-ref Margin-bottom applied to element with display table-row-group http://www.w3.org/TR/CSS21/box.html#propdef-margin-bottom,http://www.w3.org/TR/CSS21/box.html#margin-properties 9d10ab1ca84586291c9bd233be52f22aebc1c856 `Microsoft`<http://www.microsoft.com/> The 'margin-bottom' property does not apply to elements with a display of table-row-group.
|
|
margin-bottom-applies-to-002 reference/margin-bottom-applies-to-001-ref Margin-bottom applied to element with display table-header-group http://www.w3.org/TR/CSS21/box.html#propdef-margin-bottom,http://www.w3.org/TR/CSS21/box.html#margin-properties 1e6ff0c451fdc1ae0bb781a6ccb001df947e98f1 `Microsoft`<http://www.microsoft.com/> The 'margin-bottom' property does not apply to elements with a display of table-header-group.
|
|
margin-bottom-applies-to-003 reference/margin-bottom-applies-to-001-ref Margin-bottom applied to element with display table-footer-group http://www.w3.org/TR/CSS21/box.html#propdef-margin-bottom,http://www.w3.org/TR/CSS21/box.html#margin-properties 0dc136f89f8f8047ece5c6c2ff4ed2f50f3ce9f3 `Microsoft`<http://www.microsoft.com/> The 'margin-bottom' property does not apply to elements with a display of table-footer-group.
|
|
margin-bottom-applies-to-004 reference/margin-bottom-applies-to-001-ref Margin-bottom applied to element with display table-row http://www.w3.org/TR/CSS21/box.html#propdef-margin-bottom,http://www.w3.org/TR/CSS21/box.html#margin-properties 88b82bbfe06eae37178c1db2acedaa18a34b5c75 `Microsoft`<http://www.microsoft.com/> The 'margin-bottom' property does not apply to elements with a display of table-row.
|
|
margin-bottom-applies-to-005 reference/margin-bottom-applies-to-001-ref Margin-bottom applied to element with display table-column-group http://www.w3.org/TR/CSS21/box.html#propdef-margin-bottom,http://www.w3.org/TR/CSS21/box.html#margin-properties 49d71cef6439ac7b4389c2fb08d927274e267920 `Microsoft`<http://www.microsoft.com/> The 'margin-bottom' property does not apply to elements with a display of table-column-group.
|
|
margin-bottom-applies-to-006 reference/margin-bottom-applies-to-001-ref Margin-bottom applied to element with display table-column http://www.w3.org/TR/CSS21/box.html#propdef-margin-bottom,http://www.w3.org/TR/CSS21/box.html#margin-properties 97a1b300de95b728b1cf096cf9cae6ffd0f2822d `Microsoft`<http://www.microsoft.com/> The 'margin-bottom' property does not apply to elements with a display of table-column.
|
|
margin-bottom-applies-to-007 reference/margin-bottom-applies-to-001-ref Margin-bottom applied to element with 'display' 'table-cell' http://www.w3.org/TR/CSS21/box.html#propdef-margin-bottom,http://www.w3.org/TR/CSS21/box.html#margin-properties a121d56e503ab5761babb43954f15c1a9948427e `Microsoft`<http://www.microsoft.com/> The 'margin-bottom' property does not apply to elements with a 'display' of 'table-cell'.
|
|
margin-bottom-applies-to-008 reference/margin-bottom-applies-to-008-ref Margin-bottom applied to element with display inline ahem http://www.w3.org/TR/CSS21/box.html#propdef-margin-bottom,http://www.w3.org/TR/CSS21/box.html#margin-properties 941ef4990b0e6783b66b0f14fd1929ea20dd9589 `Microsoft`<http://www.microsoft.com/> The 'margin-bottom' property applies to elements with a display of inline. However, vertical margins do not have any affect on non-replaced inline elements.
|
|
margin-bottom-applies-to-009 reference/margin-bottom-applies-to-009-ref Margin-bottom applied to element with display block http://www.w3.org/TR/CSS21/box.html#propdef-margin-bottom,http://www.w3.org/TR/CSS21/box.html#margin-properties 808220a26d60ed7a645cb7a57d82751114e6983c `Microsoft`<http://www.microsoft.com/> The 'margin-bottom' property applies to elements with a display of block.
|
|
margin-bottom-applies-to-010 Margin-bottom applied to element with display list-item http://www.w3.org/TR/CSS21/box.html#propdef-margin-bottom,http://www.w3.org/TR/CSS21/box.html#margin-properties a1692fc5252ba043910fda57dfe99f91445aa325 `Microsoft`<http://www.microsoft.com/> The 'margin-bottom' property applies to elements with a display of list-item.
|
|
margin-bottom-applies-to-011 Margin-bottom applied to element with display run-in http://www.w3.org/TR/CSS21/box.html#propdef-margin-bottom,http://www.w3.org/TR/CSS21/box.html#margin-properties 0547f542ec16de18bbebea6169bad1385e1b3f59 `Microsoft`<http://www.microsoft.com/> The 'margin-bottom' property applies to elements with a display of run-in.
|
|
margin-bottom-applies-to-012 reference/margin-bottom-applies-to-009-ref Margin-bottom applied to element with display inline-block http://www.w3.org/TR/CSS21/box.html#propdef-margin-bottom,http://www.w3.org/TR/CSS21/box.html#margin-properties ce19973fd8f925adbd65a75ca6f8cac43495e9c0 `Microsoft`<http://www.microsoft.com/> The 'margin-bottom' property applies to elements with a display of inline-block.
|
|
margin-bottom-applies-to-013 reference/margin-bottom-applies-to-009-ref Margin-bottom applied to element with display table http://www.w3.org/TR/CSS21/box.html#propdef-margin-bottom,http://www.w3.org/TR/CSS21/box.html#margin-properties c1d3b0b34c4fa786e5297ed9e0894f4e25fe1d32 `Microsoft`<http://www.microsoft.com/> The 'margin-bottom' property applies to elements with a display of table.
|
|
margin-bottom-applies-to-014 reference/margin-bottom-applies-to-009-ref Margin-bottom applied to element with display inline-table http://www.w3.org/TR/CSS21/box.html#propdef-margin-bottom,http://www.w3.org/TR/CSS21/box.html#margin-properties 1d848c683e1892c27727bf1779f96371657a6393 `Microsoft`<http://www.microsoft.com/> The 'margin-bottom' property applies to elements with a display of inline-table.
|
|
margin-bottom-applies-to-015 reference/margin-bottom-applies-to-009-ref Margin-bottom applied to element with display table-caption http://www.w3.org/TR/CSS21/box.html#propdef-margin-bottom,http://www.w3.org/TR/CSS21/box.html#margin-properties d90ad4475439f417ff1dec86de08a47dca11495b `Microsoft`<http://www.microsoft.com/> The 'margin-bottom' property applies to elements with a display of table-caption.
|
|
margin-collapse-001 reference/margin-collapse-001-ref Margin collapsing - horizontal margins do not collapse ahem http://www.w3.org/TR/CSS21/box.html#collapsing-margins 930cb0e3b7be79b0f6b63904fadfd4cbbc6b7887 `Microsoft`<http://www.microsoft.com/> Horizontal margins of element do not collapse.
|
|
margin-collapse-002 reference/margin-collapse-002-ref Margin collapsing - maximum of the two adjoining margins ahem,image http://www.w3.org/TR/CSS21/box.html#collapsing-margins a9f2a0a693f546cc65cd44403a1b6f632c008268 `Microsoft`<http://www.microsoft.com/> When margins collapse the margin is the maximum of the two margin widths.
|
|
margin-collapse-003 reference/margin-collapse-003-ref Margin collapsing - negative margins adjoining positive margins http://www.w3.org/TR/CSS21/box.html#collapsing-margins 51c425d0bc929cfeb1b9410dc58ca1983cab9581 `Microsoft`<http://www.microsoft.com/> Negative margins deduct from the maximum of the adjoining positive margin.
|
|
margin-collapse-004 reference/margin-collapse-004-ref Margin collapsing - negative margins deducted from zero http://www.w3.org/TR/CSS21/box.html#collapsing-margins 35c84941d7d85d6ae6c7eac2bc2126e0ed1cb037 `Microsoft`<http://www.microsoft.com/> Negative margins are deducted from zero if no positive margins are adjoining.
|
|
margin-collapse-005 reference/margin-collapse-002-ref Margin collapsing - adjoining margins of non-siblings or ancestors ahem,image http://www.w3.org/TR/CSS21/box.html#collapsing-margins 0eae02873276a25094d7445a954b3d44cab86005 `Microsoft`<http://www.microsoft.com/> Adjoining margin boxes generated by elements, that are not related by siblings or ancestors, collapse.
|
|
margin-collapse-006 reference/margin-collapse-002-ref Margin collapsing - floated elements do not collapse margins ahem,image http://www.w3.org/TR/CSS21/box.html#collapsing-margins 27d79da34a02bc3524751e0163b632d8d204a343 `Microsoft`<http://www.microsoft.com/> A floated box does not collapse its margins with any other box.
|
|
margin-collapse-007 reference/margin-collapse-002-ref Margin collapsing - floated elements do not collapse margins with children ahem,image http://www.w3.org/TR/CSS21/box.html#collapsing-margins 2f1410cddc0a5de63e0a027a0bfb5e78e1949776 `Microsoft`<http://www.microsoft.com/> In-flow children of a floated element do not collapse margins.
|
|
margin-collapse-008 reference/margin-collapse-002-ref Margin collapsing and elements with 'overflow' set to 'visible' ahem,image http://www.w3.org/TR/CSS21/box.html#collapsing-margins 91b0954fc49b7f3f768d8b58d96f45d29cbd7697 `Microsoft`<http://www.microsoft.com/> Elements with 'overflow' set to 'visible' collapse margin with in-flow children.
|
|
margin-collapse-009 reference/ref-if-there-is-no-red Margin collapsing and elements with 'overflow' set to 'hidden' ahem http://www.w3.org/TR/CSS21/box.html#collapsing-margins 92a5d41b77811ea433659be25166dbcae237bc10 `Microsoft`<http://www.microsoft.com/> Elements with 'overflow' set to 'hidden' do not collapse margin with in-flow children.
|
|
margin-collapse-010 Margin collapsing and elements with 'overflow' set to 'scroll' ahem http://www.w3.org/TR/CSS21/box.html#collapsing-margins cf2582cfbce37b885f76745d33f67358a896670d `Microsoft`<http://www.microsoft.com/> Elements with 'overflow' set to 'scroll' do not collapse margin with in-flow children.
|
|
margin-collapse-011 Margin collapsing and elements with 'overflow' set to 'auto' ahem http://www.w3.org/TR/CSS21/box.html#collapsing-margins 7573110f51b63387ec077a4a544cad06d4ffcd8c `Microsoft`<http://www.microsoft.com/> Elements with 'overflow' set to 'auto' do not collapse margin with in-flow children.
|
|
margin-collapse-012 Margin collapsing - absolute positioning and siblings ahem,image http://www.w3.org/TR/CSS21/box.html#collapsing-margins 14979b9fcecb7e9ff057ae311d6f431b82e0041c `Microsoft`<http://www.microsoft.com/> Absolutely positioned boxes do not collapse margins with siblings.
|
|
margin-collapse-013 reference/margin-collapse-013-ref Margin collapsing - absolute positioning with children elements ahem,image http://www.w3.org/TR/CSS21/box.html#collapsing-margins e5a9cec6a72dac9409f9435d04285e3abae34fcd `Microsoft`<http://www.microsoft.com/> Absolutely positioned boxes do not collapse margins with any in-flow children.
|
|
margin-collapse-014 reference/margin-collapse-002-ref Margin collapsing - inline-block elements as siblings ahem,image http://www.w3.org/TR/CSS21/box.html#collapsing-margins e86d08bd92891fe2e379c6a86c0902422e179ec4 `Microsoft`<http://www.microsoft.com/> Inline-block elements that are siblings do not collapse their margins.
|
|
margin-collapse-015 reference/margin-collapse-002-ref Margin collapsing - inline-block child does not collapse margins with parent ahem,image http://www.w3.org/TR/CSS21/box.html#collapsing-margins 82733db9416acc65f0e09198317d3d011c4ec55f `Microsoft`<http://www.microsoft.com/> An element that is set in inline-block and its children set to inline-block do not collapse margins.
|
|
margin-collapse-015a reference/margin-collapse-002-ref Margin collapsing - inline-block child does not collapse margins with parent ahem,image http://www.w3.org/TR/CSS21/box.html#collapsing-margins 935e373c14d48a0369e916b55850464b21794807 `Gérard Talbot`<http://www.gtalbot.org/BrowserBugsSection/css21testsuite/> An element with its display set to 'inline-block' does not collapse its margins with its children.
|
|
margin-collapse-016 reference/margin-collapse-002-ref Margin collapsing - top/bottom margins adjoining collapse through ahem,image http://www.w3.org/TR/CSS21/box.html#collapsing-margins 197de3783835216f99f8a28ad00f7087afc0550a `Microsoft`<http://www.microsoft.com/> When top and bottom margins are adjoining margins collapse through that element.
|
|
margin-collapse-017 reference/margin-collapse-017-ref Margin collapsing - parent edge and element edge are the same when margins collapse http://www.w3.org/TR/CSS21/box.html#collapsing-margins b25aea8cfbb4cfece3ef56b868d8b50cdafd8972 `Microsoft`<http://www.microsoft.com/> When the top margin of a child box collapses with the top margin of its parent, then the margin-top edge of such child box is the same as the parent's and their respective content should be 'sitting' at the parent's border-bottom (in the testcase, the black line) assuming the same height value and the same padding-bottom value for the parent and its child box.
|
|
margin-collapse-018 reference/clearance-006-ref Margin collapsing - element with clearance ahem,image http://www.w3.org/TR/CSS21/box.html#collapsing-margins ad0f065444e32a4a8f4d130f4003c37a6fc2ef4a `Microsoft`<http://www.microsoft.com/> An element that has clearance applied to it will not collapse its top margin with its parent's bottom margin.
|
|
margin-collapse-019 reference/margin-collapse-002-ref Margin collapsing - elements that collapse margins have to effect on positions of other elements that also have margins that are collapsing ahem,image http://www.w3.org/TR/CSS21/box.html#collapsing-margins fc86fdd3c2849b8b45809736cc716e3991552386 `Microsoft`<http://www.microsoft.com/> Positions of elements that have been collapsed through (empty elements) have no effect on positions of other elements whose margins are being collapsed.
|
|
margin-collapse-020 reference/margin-collapse-020-ref Margin collapsing with the root element ahem,image http://www.w3.org/TR/CSS21/box.html#collapsing-margins 5e800548bb9f7a698e9c293f998f0253d19214c9 `Microsoft`<http://www.microsoft.com/> For HTML pages the html element does not collapse its margins with other elements.
|
|
margin-collapse-021 reference/margin-collapse-020-ref Margin collapsing with the 'body' element HTMLonly,ahem,image http://www.w3.org/TR/CSS21/box.html#collapsing-margins 0ca25dd9567622c64fbb544e034dadaf2a928078 `Microsoft`<http://www.microsoft.com/> For HTML pages the 'body' element's margins collapse.
|
|
margin-collapse-022 reference/margin-collapse-002-ref Margin collapsing - adjoining block boxes ahem,image http://www.w3.org/TR/CSS21/box.html#collapsing-margins 531cb58e819acfc27302fb945092ec4748336119 `Microsoft`<http://www.microsoft.com/> Bottom margin of an in-flow block-level element is always adjoining to the top margin of its next in-flow block-level sibling.
|
|
margin-collapse-023 reference/clearance-006-ref Margin collapsing - clearance applied to sibling ahem,image http://www.w3.org/TR/CSS21/box.html#collapsing-margins 7b65972af977ce5cdb9736f07fc6e3d6ba26d26e `Microsoft`<http://www.microsoft.com/> If an in-flow block-level sibling (#div4) has clearance applied to it, then it will not adjoin its top margin with the bottom margin of its previous in-flow sibling (#div2).
|
|
margin-collapse-024 reference/margin-collapse-024-ref Margin collapsing - in-flow block-level margin adjoining child's margin ahem,image http://www.w3.org/TR/CSS21/box.html#collapsing-margins 3945c4463538657e90106875b452f9d093932fe8 `Microsoft`<http://www.microsoft.com/> When an in-flow block-level element (#div3) is adjoining its in-flow block-level child's top margin and the child has no top border, no top padding or no clearance applied to it, then such top margins collapse.
|
|
margin-collapse-025 reference/margin-collapse-002-ref Margin collapsing - in-flow block-level margins with an element 'height' of 'auto' and 'max-height' and 'min-height' ahem,image http://www.w3.org/TR/CSS21/box.html#collapsing-margins cbd7f7d80b77ae587281212607767f68ff8bd64d `Microsoft`<http://www.microsoft.com/> The bottom margin of an in-flow block-level element(#div2) with a 'height' of 'auto' will adjoin to its last in-flow block-level child's (#div3) bottom margin if such auto-height in-flow block-level element has no bottom padding and no bottom border. The bottom margins will then collapse.
|
|
margin-collapse-026 reference/margin-collapse-002-ref Margin collapsing - in-flow block-level margins with an element 'height' of 'auto' and 'min-height' of zero ahem,image http://www.w3.org/TR/CSS21/box.html#collapsing-margins a1ba227d69827229c318a9a2594e8b4bbd2afd60 `Microsoft`<http://www.microsoft.com/> An element's margins are adjoining and can collapse if the 'min-height' is zero, if it has no top or bottom borders and no top or bottom padding, if it has a 'height' of zero or 'auto', if it has no line boxes and if all of its in-flow children's margins are adjoining.
|
|
margin-collapse-027 reference/clearance-006-ref Margin collapsing - bottom margin not collapse when cleared ahem,image http://www.w3.org/TR/CSS21/box.html#collapsing-margins c53c9a3d8a4fce01692926cb8c7052faf02b7a98 `Microsoft`<http://www.microsoft.com/> When a last sibling has clearance, its own margins collapse and it collapsed its margins with a subsequent sibling, the last sibling does not collapse its bottom margin with its parent's bottom margin.
|
|
margin-collapse-028 reference/margin-collapse-002-ref Margin collapsing is based on used values of 'padding', 'margin' and 'border' ahem,image http://www.w3.org/TR/CSS21/box.html#collapsing-margins 3c4af5e77150f078e2e5b3dd3203f2aa64c6e20d `Microsoft`<http://www.microsoft.com/> Collapsing of margins is based on the used values of 'padding', 'margin' and 'border'.
|
|
margin-collapse-029 Margin collapsing - position of top border edge for elements that collapse margins with parents not participating in margin collapsing http://www.w3.org/TR/CSS21/box.html#collapsing-margins 8c572af9fe7db13121fd0f23f4a621c34edde45b `Microsoft`<http://www.microsoft.com/> When margins collapse through empty elements and the parent element is not participating in margin collapsing then the position of the elements top border should be in the same position as if the element had a top border specified.
|
|
margin-collapse-030 Margin collapsing - position of top border edge for elements that collapse margins with parents whose bottom margin only participates in margin collapsing http://www.w3.org/TR/CSS21/box.html#collapsing-margins 06826a94e0b3cc71fcc4540ca774685b6a8d4ccd `Microsoft`<http://www.microsoft.com/> When margins collapse through empty elements and only the parent element's bottom margin is participating in margin collapsing then the position of the elements top border should be in the same position as if the element had a top border specified.
|
|
margin-collapse-031 reference/margin-collapse-031-ref margin collapsing - child has no clearance http://www.w3.org/TR/CSS21/box.html#collapsing-margins 4f67fd392edfba5b92e2e14d78c120673d084285 `Gérard Talbot`<http://www.gtalbot.org/BrowserBugsSection/css21testsuite/> The top margin of an in-flow block-level element is adjoining to its first in-flow block-level child's top margin if the element has no top border, no top padding, and the child has no clearance.
|
|
margin-collapse-032 margin collapsing - resolving vertical padding percentage http://www.w3.org/TR/CSS21/box.html#collapsing-margins aee8431da38304af8e20edcfda6391991ff5b953 `Gérard Talbot`<http://www.gtalbot.org/BrowserBugsSection/css21testsuite/> Adjoining of vertical (top and bottom) margins must be determined only after resolving percentage padding-top and padding-bottom values.
|
|
margin-collapse-033 reference/ref-filled-green-100px-square margin collapsing - clear http://www.w3.org/TR/CSS21/box.html#collapsing-margins,http://www.w3.org/TR/CSS21/visuren.html#flow-control c7e85de3f92bbabde3713102b9b74f1b45b86a60 `Gérard Talbot`<http://www.gtalbot.org/BrowserBugsSection/css21testsuite/>,`Matt Bradley`<http://www.inventpartners.com/content/contact> Margin-top of following siblings of a block on which 'clear' has been set (to a different value than 'none') must not be substracted when calculating clearance. When an element's own margins collapse, and that element has had clearance applied to it, its top margin collapses with the adjoining margins of following siblings.
|
|
margin-collapse-034 reference/ref-filled-green-100px-square margin collapsing - clear http://www.w3.org/TR/CSS21/box.html#collapsing-margins,http://www.w3.org/TR/CSS21/visuren.html#flow-control b69a4db34e2ef8ce376f3f27111cfdec2404ad39 `Gérard Talbot`<http://www.gtalbot.org/BrowserBugsSection/css21testsuite/>,`Matt Bradley`<http://www.inventpartners.com/content/contact> Margin-top of following siblings of a block on which 'clear' has been set (to a different value than 'none') must not be substracted when calculating clearance. When an element's own margins collapse, and that element has had clearance applied to it, its top margin collapses with the adjoining margins of following siblings.
|
|
margin-collapse-035 reference/ref-filled-green-100px-square margin collapsing - clear http://www.w3.org/TR/CSS21/box.html#collapsing-margins,http://www.w3.org/TR/CSS21/visuren.html#flow-control 3c2d288d0f902fa5f6ee9946fe9311b24bd4ba1c `Gérard Talbot`<http://www.gtalbot.org/BrowserBugsSection/css21testsuite/>,`Matt Bradley`<http://www.inventpartners.com/content/contact> Margin-top of following siblings of a block on which 'clear' has been set (to a different value than 'none') must not be substracted when calculating clearance. When an element's own margins collapse, and that element has had clearance applied to it, its top margin collapses with the adjoining margins of following siblings.
|
|
margin-collapse-037 reference/margin-collapse-037-ref Collapsing margins - margin-bottom of the last in-flow child block collapsing with its parent min-height block's bottom margin http://www.w3.org/TR/CSS21/changes.html#q313,http://www.w3.org/TR/CSS21/box.html#collapsing-margins 99485f41cf239fbc9e7ae698bbe35fdbd40a3706 `Gérard Talbot`<http://www.gtalbot.org/BrowserBugsSection/css21testsuite/>,`Bruno Fassino`<fassino[at]gmail.com> The 'min-height' of a parent block element should have no influence over whether such parent block element's bottom margin is adjoining to its last child's bottom margin. In such situation, the bottom margin of the parent block element and the bottom margin of its last child should collapse as long as such parent block element has no bottom padding and has no bottom border.
|
|
margin-collapse-038 reference/margin-collapse-038-ref Collapsing margins - margin-bottom of the last in-flow child block collapsing with its max-height parent block's bottom margin http://www.w3.org/TR/CSS21/changes.html#q313,http://www.w3.org/TR/CSS21/box.html#collapsing-margins 8a353724d75cd0dfad39cfb3986a02213ec2ea28 `Gérard Talbot`<http://www.gtalbot.org/BrowserBugsSection/css21testsuite/>,`Bruno Fassino`<fassino[at]gmail.com> The 'max-height' of a parent block element should have no influence over whether such parent block element's bottom margin is adjoining to its last child's bottom margin. In such situation, the bottom margin of the parent block element and the bottom margin of its last child should collapse as long as such parent block element has no bottom padding and has no bottom border.
|
|
margin-collapse-039 reference/ref-filled-green-100px-square margin collapsing - clear with child margin http://www.w3.org/TR/CSS21/box.html#collapsing-margins 72c082aa52a42cd901540cf8ddbe718caba445bc `Gérard Talbot`<http://www.gtalbot.org/BrowserBugsSection/css21testsuite/> An element on which 'clear' is set to a value other than 'none' can have its own margin-top collapse with its first inflow block-level child as long as no line boxes, no clearance, no padding and no border separate them.
|
|
margin-collapse-040 reference/ref-filled-green-100px-square margin collapsing - clear with child margin http://www.w3.org/TR/CSS21/box.html#collapsing-margins afc9b06ad8d2cdf170d53a7f811356df78646362 `Gérard Talbot`<http://www.gtalbot.org/BrowserBugsSection/css21testsuite/> An element on which 'clear' is set to a value other than 'none' can have its own margin-top collapse with its first inflow block-level child as long as no line boxes, no clearance, no padding and no border separate them.
|
|
margin-collapse-041 reference/ref-filled-green-100px-square margin collapsing - clear with descendants margins http://www.w3.org/TR/CSS21/box.html#collapsing-margins 10d7369191b51e718620a269ade77c7e73d79ae5 `Gérard Talbot`<http://www.gtalbot.org/BrowserBugsSection/css21testsuite/> An element on which 'clear' is set to a value other than 'none' can have its own margin-top collapse with the margin-top of its first inflow block-level child (which may also be the resulting combined margin of its own subtree of descendants) as long as no line boxes, no clearance, no padding and no border separate them.
|
|
margin-collapse-101 reference/margin-collapse-101-ref Margin Collapsing: in flow http://www.w3.org/TR/CSS21/box.html#collapsing-margins 298adebdbf1e833a2cf7aed20f5cb7fbfed89171 `Ian Hickson`<mailto:ian@hixie.ch>
|
|
margin-collapse-102 reference/ref-filled-green-100px-square Margin Collapsing: absolutely positioned http://www.w3.org/TR/CSS21/box.html#collapsing-margins 6d11459b9bde34b37cfffa55e183b2ab7318fea6 `Ian Hickson`<mailto:ian@hixie.ch>
|
|
margin-collapse-103 reference/margin-collapse-103-ref Margin Collapsing: fixed positioned http://www.w3.org/TR/CSS21/box.html#collapsing-margins 4583e0ed571f22488864aa31e243e3a20de4bf5e `Ian Hickson`<mailto:ian@hixie.ch>
|
|
margin-collapse-104 reference/ref-filled-green-100px-square Margin Collapsing: floats http://www.w3.org/TR/CSS21/box.html#collapsing-margins f4501b844380fc442e120da8ff4016ade9c31955 `Ian Hickson`<mailto:ian@hixie.ch>
|
|
margin-collapse-105 reference/margin-collapse-101-ref Margin Collapsing: in flow (relatively positioned) http://www.w3.org/TR/CSS21/box.html#collapsing-margins 81d9b5e7fb9d71e7e34f84d3cd08a44d864e8dd4 `Ian Hickson`<mailto:ian@hixie.ch>
|
|
margin-collapse-106 reference/margin-collapse-106-ref Margin Collapsing: in flow (simple) ahem http://www.w3.org/TR/CSS21/box.html#collapsing-margins af2adfaf6106e0dbdb024d41f28423a7b3dfe707 `Ian Hickson`<mailto:ian@hixie.ch>
|
|
margin-collapse-107 Margin Collapsing: in flow (used height) http://www.w3.org/TR/CSS21/box.html#collapsing-margins 5ae4e82e68d236f3b60c523e4388e5f74f6be807 `Ian Hickson`<mailto:ian@hixie.ch>,`Elika J. Etemad`<http://fantasai.inkedblade.net/contact> This tests that emptiness is based on the computed values of height.
|
|
margin-collapse-108 Margin Collapsing: in flow (used border) http://www.w3.org/TR/CSS21/box.html#collapsing-margins f350c2604b429996c113e1d38329e09bec994e3f `Ian Hickson`<mailto:ian@hixie.ch>,`Elika J. Etemad`<http://fantasai.inkedblade.net/contact> This tests that emptiness is based on the computed values of border.
|
|
margin-collapse-109 Margin Collapsing: in flow (used padding) http://www.w3.org/TR/CSS21/box.html#collapsing-margins 955a19f77cc5f6e4dc4dd6a7c418183398f9a8e6 `Ian Hickson`<mailto:ian@hixie.ch>,`Elika J. Etemad`<http://fantasai.inkedblade.net/contact> This tests that emptiness is based on the computed values of padding.
|
|
margin-collapse-110 reference/margin-collapse-110-ref Margin Collapsing: in flow (simple combinations) http://www.w3.org/TR/CSS21/box.html#collapsing-margins 029534e236183f5d59311125147202a5d750493f `Ian Hickson`<mailto:ian@hixie.ch>
|
|
margin-collapse-111 reference/margin-collapse-110-ref Margin Collapsing: in flow (simple combinations with collapse-through) http://www.w3.org/TR/CSS21/box.html#collapsing-margins 7c09467185dbdb80e5b968cb037a05a52fa45ab4 `Ian Hickson`<mailto:ian@hixie.ch>
|
|
margin-collapse-112 reference/margin-collapse-106-ref Margin Collapsing: in flow (simple) ahem http://www.w3.org/TR/CSS21/box.html#collapsing-margins e6d90788d77788c677b0545e29d65fd38ce23b21 `Ian Hickson`<mailto:ian@hixie.ch>
|
|
margin-collapse-113 reference/margin-collapse-113-ref Margin Collapsing: in flow (position of collapsed-through element) http://www.w3.org/TR/CSS21/box.html#collapsing-margins a4779934755efeb815de84eeea41acf599408a48 `Ian Hickson`<mailto:ian@hixie.ch>
|
|
margin-collapse-114 reference/margin-collapse-114-ref Margin Collapsing: in flow (position of collapsed-through element) http://www.w3.org/TR/CSS21/box.html#collapsing-margins c7eb8e59fca9f1289cb3e9a06457cdc43a7619ee `Ian Hickson`<mailto:ian@hixie.ch>
|
|
margin-collapse-115 reference/margin-collapse-115-ref Margin Collapsing: in flow (position of collapsed-through element) http://www.w3.org/TR/CSS21/box.html#collapsing-margins a06e9eb6e194a7078d1525ffb753e9487f22be26 `Ian Hickson`<mailto:ian@hixie.ch>
|
|
margin-collapse-116 reference/margin-collapse-115-ref Margin Collapsing: in flow (position of collapsed-through element) http://www.w3.org/TR/CSS21/box.html#collapsing-margins 0cd0e3b5ef7c668ff62d447314cb103baee6a40f `Ian Hickson`<mailto:ian@hixie.ch>
|
|
margin-collapse-117 Margin Collapsing: in flow (height) http://www.w3.org/TR/CSS21/box.html#collapsing-margins cda00a05b36a9d650efcfa78bbc12816d22661ff `Ian Hickson`<mailto:ian@hixie.ch>
|
|
margin-collapse-118 Margin Collapsing: in flow (height) http://www.w3.org/TR/CSS21/box.html#collapsing-margins 38bd3ab386709829222e930e3cd3c209fe6f992b `Ian Hickson`<mailto:ian@hixie.ch>
|
|
margin-collapse-119 Margin Collapsing: in flow (height) http://www.w3.org/TR/CSS21/box.html#collapsing-margins 6c4bda454a27b43ac7c3578ee286cc7525a956e5 `Ian Hickson`<mailto:ian@hixie.ch>
|
|
margin-collapse-120 Margin Collapsing: in flow (height) http://www.w3.org/TR/CSS21/box.html#collapsing-margins 272ef8c8a8c431445d007557060a7046440e75b9 `Ian Hickson`<mailto:ian@hixie.ch>
|
|
margin-collapse-121 reference/margin-collapse-121-ref Margin Collapsing: clear (control: no margins) http://www.w3.org/TR/CSS21/box.html#collapsing-margins fba020ccd279ac7b904c48169525a28fad5a99a8 `Ian Hickson`<mailto:ian@hixie.ch>
|
|
margin-collapse-122 reference/margin-collapse-121-ref Margin Collapsing: clear (simple) http://www.w3.org/TR/CSS21/box.html#collapsing-margins 8886dc7a255ca4d927626761360f44bc14e0ee60 `Ian Hickson`<mailto:ian@hixie.ch>
|
|
margin-collapse-123 reference/margin-collapse-123-ref Margin Collapsing: clear (with nearby collapse-through block) http://www.w3.org/TR/CSS21/box.html#collapsing-margins 6efa9f53f96ffbf339825053662bcb0922d4c716 `Ian Hickson`<mailto:ian@hixie.ch>
|
|
margin-collapse-125 reference/margin-collapse-125-ref Margin Collapsing: clear (on a self-collapsing block with a margin) http://www.w3.org/TR/CSS21/box.html#collapsing-margins 6c3525f9aea50772904e08261ac670c4450338d9 `Ian Hickson`<mailto:ian@hixie.ch>
|
|
margin-collapse-126 Margin Collapsing: negative margins (easy) http://www.w3.org/TR/CSS21/box.html#collapsing-margins 92b8e8ae3e2397164ae3bc7684eea9da5fb27a79 `Ian Hickson`<mailto:ian@hixie.ch>
|
|
margin-collapse-127 Margin Collapsing: negative margins (easy) http://www.w3.org/TR/CSS21/box.html#collapsing-margins b8f9ea57e67d5faa7a5f6066b81c16422ec146d8 `Ian Hickson`<mailto:ian@hixie.ch>
|
|
margin-collapse-128 Margin Collapsing: negative margins (easy) http://www.w3.org/TR/CSS21/box.html#collapsing-margins 07e744968f9bbe3800a4367569a065f588834c3c `Ian Hickson`<mailto:ian@hixie.ch>
|
|
margin-collapse-129 Margin Collapsing: negative margins (easy) http://www.w3.org/TR/CSS21/box.html#collapsing-margins 43d295f442265df59a55b42f7fe1929a8a5b8101 `Ian Hickson`<mailto:ian@hixie.ch>
|
|
margin-collapse-130 reference/margin-collapse-130-ref Margin Collapsing: basic overflow test ahem http://www.w3.org/TR/CSS21/box.html#collapsing-margins 84f26bbcd703e6a528a53c2fcc708f11e83435c8 `Ian Hickson`<mailto:ian@hixie.ch>
|
|
margin-collapse-131 reference/margin-collapse-131-ref Margin Collapsing: in flow text (simple) ahem http://www.w3.org/TR/CSS21/box.html#collapsing-margins f4335e74c40497abd7efb8ce73c79d73f4a23043 `Ian Hickson`<mailto:ian@hixie.ch>
|
|
margin-collapse-132 Margin Collapsing: float positioning http://www.w3.org/TR/CSS21/box.html#collapsing-margins 9a572ec381ab1b3b1031c87e6648f0cb3363cc0a `Ian Hickson`<mailto:ian@hixie.ch>
|
|
margin-collapse-133 Margin Collapsing: float positioning http://www.w3.org/TR/CSS21/box.html#collapsing-margins a2d473d536d982ed3b3503d02cd02e92297c15fa `Ian Hickson`<mailto:ian@hixie.ch>
|
|
margin-collapse-134 reference/margin-collapse-134-ref Margin Collapsing: clear with no floats http://www.w3.org/TR/CSS21/box.html#collapsing-margins f47224f14fe2338e371a28023310b3adb173c224 `Ian Hickson`<mailto:ian@hixie.ch>
|
|
margin-collapse-135 reference/margin-collapse-135-ref Margin Collapsing: negative margins with clear http://www.w3.org/TR/CSS21/box.html#collapsing-margins 6f98cf35112f1da6abd6dcb7c734e7e3bf7b31db `Ian Hickson`<mailto:ian@hixie.ch>
|
|
margin-collapse-137 reference/margin-collapse-137-ref Margin Collapsing: margins on relative boxes ahem http://www.w3.org/TR/CSS21/box.html#collapsing-margins 3c1744a50cad696f73b78d51008edb7d935b6de6 `Ian Hickson`<mailto:ian@hixie.ch>
|
|
margin-collapse-138 reference/margin-collapse-137-ref Margin Collapsing: margins on relative boxes ahem http://www.w3.org/TR/CSS21/box.html#collapsing-margins b5cc00ea46c589662373825b9c96029932ee952a `Ian Hickson`<mailto:ian@hixie.ch>
|
|
margin-collapse-139 Margin Collapsing: top margins http://www.w3.org/TR/CSS21/box.html#collapsing-margins 61ad12e48ba715e0a887244aef0032603f196f60 `Ian Hickson`<mailto:ian@hixie.ch>
|
|
margin-collapse-140 Margin Collapsing: top margins http://www.w3.org/TR/CSS21/box.html#collapsing-margins 407d147c9567444645fa4f35d7eac3f27f22d4a5 `Ian Hickson`<mailto:ian@hixie.ch>
|
|
margin-collapse-141 Margin Collapsing: top margins http://www.w3.org/TR/CSS21/box.html#collapsing-margins b200ab9c37c585ab14930435ecbb1eed30809d4b `Ian Hickson`<mailto:ian@hixie.ch>
|
|
margin-collapse-142 reference/margin-collapse-142-ref Margin Collapsing: clear (hard) http://www.w3.org/TR/CSS21/box.html#collapsing-margins 2868de5f0cc6a04730fb439d1accdd1feca6fb9c `Ian Hickson`<mailto:ian@hixie.ch>
|
|
margin-collapse-143 Placement of out-of-flow object in elements that have been collapsed through http://www.w3.org/TR/CSS21/box.html#collapsing-margins 6fbc5cc2b2b0b27953c1c77c839bff2e85f8d1b3 `Ian Hickson`<mailto:ian@hixie.ch>
|
|
margin-collapse-145 Placement of out-of-flow object in elements that have been collapsed through http://www.w3.org/TR/CSS21/box.html#collapsing-margins ce6e981ce0c5ddde97ee8726ada40a8950b7c08c `Ian Hickson`<mailto:ian@hixie.ch>
|
|
margin-collapse-146 Placement of out-of-flow object in elements that have been collapsed through http://www.w3.org/TR/CSS21/box.html#collapsing-margins 4dd7b059e5378e36a6740f18cddb51c5b3772bdc `Ian Hickson`<mailto:ian@hixie.ch>
|
|
margin-collapse-147 Placement of out-of-flow object in elements that have been collapsed through http://www.w3.org/TR/CSS21/box.html#collapsing-margins 7e6c29a1f4fdea73fba0e93191748a0a2645852a `Ian Hickson`<mailto:ian@hixie.ch>
|
|
margin-collapse-148 Placement of out-of-flow object in elements that have been collapsed through http://www.w3.org/TR/CSS21/box.html#collapsing-margins 8dcdb46a8d07e69b0ce010e62f5b92ea529024a2 `Ian Hickson`<mailto:ian@hixie.ch>
|
|
margin-collapse-151 Magical Margins should not be magical in strict mode http://www.w3.org/TR/CSS21/box.html#collapsing-margins 5d1a3114d9f206dcd0807536a9b3bb2d8f0c2038 `Ian Hickson`<mailto:ian@hixie.ch>
|
|
margin-collapse-154 Margin Collapsing: effect of margins near float on collapsing-through ahem http://www.w3.org/TR/CSS21/box.html#collapsing-margins 6e276f73da4df3329b7be6e644662f15fc4ab3bf `Ian Hickson`<mailto:ian@hixie.ch>
|
|
margin-collapse-155 reference/margin-collapse-155-ref Margin Collapsing: effect of margins on collapsing-through ahem http://www.w3.org/TR/CSS21/box.html#collapsing-margins 769f89f9920a7abeada21bab689c110480c63024 `Ian Hickson`<mailto:ian@hixie.ch>
|
|
margin-collapse-156 reference/margin-collapse-156-ref Margin Collapsing: in flow (height, control) - not really margin collapsing http://www.w3.org/TR/CSS21/box.html#collapsing-margins f88976898ecd2cb9fb680bd248b70d3352fb6429 `Ian Hickson`<mailto:ian@hixie.ch>
|
|
margin-collapse-157 reference/margin-collapse-157-ref Margin Collapsing: clear (varying margins) http://www.w3.org/TR/CSS21/box.html#collapsing-margins 510b98d31fff54e72ddc0e48679732df0e7c8d11 `Ian Hickson`<mailto:ian@hixie.ch>
|
|
margin-collapse-158 reference/margin-collapse-158-ref Margin Collapsing: clear (with nearby collapse-through block) http://www.w3.org/TR/CSS21/box.html#collapsing-margins 42db413a371d6f3b759cda6327fbff6d2ca5ad1d `Ian Hickson`<mailto:ian@hixie.ch>
|
|
margin-collapse-159 reference/margin-collapse-159-ref Margin Collapsing: in flow (height, simple) - not really margin collapsing http://www.w3.org/TR/CSS21/box.html#collapsing-margins d7043bd809a579789d6a27c7b37d85ce887204b8 `Ian Hickson`<mailto:ian@hixie.ch>
|
|
margin-collapse-160 Margins should not propagate into the next page paged http://www.w3.org/TR/CSS21/box.html#collapsing-margins 5a51cfb8842268f0682d94fcc3946fc73dc052a0 `Ian Hickson`<mailto:ian@hixie.ch>,`Elika J. Etemad`<http://fantasai.inkedblade.net/contact>
|
|
margin-collapse-162 Margin collapsing with floats before self collapsing children with margins collapsing with parent http://www.w3.org/TR/CSS21/box.html#collapsing-margins ab6168a97c789bc1f25a663d58e152c4ab028201 `Ian Hickson`<mailto:ian@hixie.ch>
|
|
margin-collapse-163 Margin collapsing with floats before self collapsing children with margins not collapsing with parent http://www.w3.org/TR/CSS21/box.html#collapsing-margins 14812a8c05627307c0ca9f68d92e5cbfa79946a9 `Ian Hickson`<mailto:ian@hixie.ch>
|
|
margin-collapse-164 Margins on cleared blocks that contain floats http://www.w3.org/TR/CSS21/box.html#collapsing-margins 63c3dcf70c9c05706465d4ad47892816e910c14c `Ian Hickson`<mailto:ian@hixie.ch>
|
|
margin-collapse-165 reference/margin-collapse-165-ref Margins on cleared blocks that contain floats http://www.w3.org/TR/CSS21/box.html#collapsing-margins 6d516e0ef08096ba94783ad4d74ec5bb7fe1f627 `Ian Hickson`<mailto:ian@hixie.ch>
|
|
margin-collapse-166 reference/margin-collapse-165-ref Margins on cleared blocks that contain floats, with dynamic border changes http://www.w3.org/TR/CSS21/box.html#collapsing-margins 9bdde8468a43b200784645fedaa4ee797a4d1e94 `Ian Hickson`<mailto:ian@hixie.ch>
|
|
margin-collapse-clear-000 Margin Collapsing with Clearance http://www.w3.org/TR/CSS21/visuren.html#flow-control,http://www.w3.org/TR/CSS21/box.html#collapsing-margins 66b97e315493d078c9312929d71134d84b978bcd `Microsoft`<http://microsoft.com/>
|
|
margin-collapse-clear-001 Margin Collapsing with Clearance http://www.w3.org/TR/CSS21/visuren.html#flow-control,http://www.w3.org/TR/CSS21/box.html#collapsing-margins bb5dc02f7fbbc1132b50c58efc38f12ae84444de `Microsoft`<http://microsoft.com/>
|
|
margin-collapse-clear-002 reference/margin-collapse-clear-002-ref Margin Collapsing with Clearance http://www.w3.org/TR/CSS21/visuren.html#flow-control,http://www.w3.org/TR/CSS21/box.html#collapsing-margins 56ba45125f3ad08224dc5e0c8b5612f41b9d5103 `Microsoft`<http://microsoft.com/>
|
|
margin-collapse-clear-003 reference/margin-collapse-clear-003-ref Margin Collapsing with Clearance http://www.w3.org/TR/CSS21/visuren.html#flow-control,http://www.w3.org/TR/CSS21/box.html#collapsing-margins 6daba62c5654662e8428152879cd81af1598caee `Microsoft`<http://microsoft.com/>
|
|
margin-collapse-clear-004 Margin Collapsing with Clearance http://www.w3.org/TR/CSS21/visuren.html#flow-control,http://www.w3.org/TR/CSS21/box.html#collapsing-margins 89930cf8996ae8521ef23bde5ec49bebfe0c9d88 `Microsoft`<http://microsoft.com/>
|
|
margin-collapse-clear-005 Margin Collapsing with Clearance may http://www.w3.org/TR/CSS21/visuren.html#flow-control,http://www.w3.org/TR/CSS21/box.html#collapsing-margins,http://www.w3.org/TR/CSS21/visuren.html#floats 7a5830624bc1c25e294b1b9574a259fcd75b0c80 `Microsoft`<http://microsoft.com/>
|
|
margin-collapse-clear-006 Margin Collapsing with Clearance http://www.w3.org/TR/CSS21/visuren.html#flow-control,http://www.w3.org/TR/CSS21/box.html#collapsing-margins,http://www.w3.org/TR/CSS21/visuren.html#floats 554e743d4c83e945e926c69eb769351cb139e5fc `Microsoft`<http://microsoft.com/>
|
|
margin-collapse-clear-007 Margin Collapsing with Clearance http://www.w3.org/TR/CSS21/visuren.html#flow-control,http://www.w3.org/TR/CSS21/box.html#collapsing-margins,http://www.w3.org/TR/CSS21/visuren.html#floats 37d012a86c258b7c09dc8b8fd0e14abd70f5aaf7 `Microsoft`<http://microsoft.com/>
|
|
margin-collapse-clear-008 reference/margin-collapse-clear-002-ref Margin Collapsing with Clearance http://www.w3.org/TR/CSS21/visuren.html#flow-control,http://www.w3.org/TR/CSS21/box.html#collapsing-margins,http://www.w3.org/TR/CSS21/visuren.html#floats 09bfc0bd54b6223cb1c675231573f6ca85b67660 `Microsoft`<http://microsoft.com/>
|
|
margin-collapse-clear-009 reference/margin-collapse-clear-003-ref Margin Collapsing with Clearance http://www.w3.org/TR/CSS21/visuren.html#flow-control,http://www.w3.org/TR/CSS21/box.html#collapsing-margins,http://www.w3.org/TR/CSS21/visuren.html#floats 52be5e3277e242410dd178cc7430164a2d855a29 `Microsoft`<http://microsoft.com/>
|
|
margin-collapse-clear-010 Margin Collapsing with Clearance http://www.w3.org/TR/CSS21/visuren.html#flow-control,http://www.w3.org/TR/CSS21/box.html#collapsing-margins,http://www.w3.org/TR/CSS21/visuren.html#floats d305f0c86f71d805016eaa68e6008ca557016062 `Microsoft`<http://microsoft.com/>
|
|
margin-collapse-clear-011 Margin Collapsing with Clearance may http://www.w3.org/TR/CSS21/visuren.html#flow-control,http://www.w3.org/TR/CSS21/box.html#collapsing-margins,http://www.w3.org/TR/CSS21/visuren.html#floats 99dce13d8684459ca8255b9d19528c80535b0fab `Microsoft`<http://microsoft.com/>
|
|
margin-collapse-clear-012 reference/margin-collapse-clear-012-ref Margin collapsing with clearance - margins of a 'collapsed through' box with clearance do not collapse with parent block's bottom margin http://www.w3.org/TR/CSS21/box.html#collapsing-margins,http://www.w3.org/TR/CSS21/visudet.html#normal-block 227126c0ec4f8516f76c1b7735b42d1bc91af050 `Gérard Talbot`<http://www.gtalbot.org/BrowserBugsSection/css21testsuite/>,`Bruno Fassino`<fassino[at]gmail.com> When an element has had clearance applied to it and its own margins collapse, these margins collapse with the adjoining margins of following siblings but the resulting margin does not collapse with the bottom margin of the parent block
|
|
margin-collapse-clear-013 reference/margin-collapse-clear-012-ref Margin collapsing with clearance - margins of a 'collapsed through' box with clearance do not collapse with parent block's bottom margin http://www.w3.org/TR/CSS21/box.html#collapsing-margins,http://www.w3.org/TR/CSS21/visudet.html#normal-block 7945e5b3945b3b1fbdeaeae8e28c435489dcc3e5 `Gérard Talbot`<http://www.gtalbot.org/BrowserBugsSection/css21testsuite/>,`Bruno Fassino`<fassino[at]gmail.com> When an element has had clearance applied to it and its own margins collapse, these margins do not collapse with the bottom margin of the parent block
|
|
margin-collapse-clear-014 reference/margin-collapse-clear-014-ref Margin collapsing with clearance - clearance may be negative http://www.w3.org/TR/CSS21/box.html#collapsing-margins,http://www.w3.org/TR/CSS21/visudet.html#normal-block 3be3b49a9509fdbfc57f96bbe282d70b928fba33 `Gérard Talbot`<http://www.gtalbot.org/BrowserBugsSection/css21testsuite/>,`Bruno Fassino`<fassino[at]gmail.com> Clearance is created above the top margin of the element with clear set. Clearance can be negative. Clearance stops the collapsing of the element's margins with the preceding siblings' margins and with the parent block's bottom margin.
|
|
margin-collapse-clear-015 reference/margin-collapse-clear-015-ref Margin collapsing with clearance - Margins collapsing of an element's top margin with its first in-flow child should not be affected by clear and clearance http://www.w3.org/TR/CSS21/box.html#collapsing-margins 2e49a3ce9431c5405847dd19b65ddcf575253d68 `Gérard Talbot`<http://www.gtalbot.org/BrowserBugsSection/css21testsuite/>,`Bruno Fassino`<fassino[at]gmail.com> When an element with clear set to it (to other than 'none') has a first in-flow child and their top margins are adjoining, then these margins should collapse normally.
|
|
margin-collapse-clear-016 reference/margin-collapse-clear-016-ref Margin collapsing - margins of a 'collapsed through' box without clearance can collapse with parent block's bottom margin http://www.w3.org/TR/CSS21/box.html#collapsing-margins 5847059f67ff2f243284e07cbafb3da34b3be840 `Gérard Talbot`<http://www.gtalbot.org/BrowserBugsSection/css21testsuite/>,`Daniel Schattenkirchner`<crazy-daniel{at}gmx.de> An element that does not have clearance applied to it can collapse its top margin with its parent block's bottom margin. Margins of a 'collapsed through' box without clearance applied to it can collapse with its parent block's bottom margin. An element with clear set to it (to other than 'none') can only create a clearance if and when there is a preceding floated block.
|
|
margin-collapse-clear-017 reference/margin-collapse-clear-017-ref Margin collapsing - margins of a 'collapsed through' box without clearance can collapse with parent block's bottom margin image http://www.w3.org/TR/CSS21/box.html#collapsing-margins ed0f6d525d1d0b2fce349bf4a3ff3db52d83b227 `Gérard Talbot`<http://www.gtalbot.org/BrowserBugsSection/css21testsuite/>,`Daniel Schattenkirchner`<crazy-daniel{at}gmx.de> An element that does not have clearance applied to it can collapse its top margin with its parent block's bottom margin. Margins of a 'collapsed through' box without clearance applied to it can collapse with its parent block's bottom margin. An element with 'clear' set to a value other than 'none' can create a clearance only if and only when there is an earlier (in the source document) floating box.
|
|
margin-em-inherit-001 reference/margin-em-inherit-001-ref inherit applied on margin set with em image http://www.w3.org/TR/CSS21/syndata.html#length-units,http://www.w3.org/TR/CSS21/cascade.html#value-def-inherit,http://www.w3.org/TR/CSS21/box.html#margin-properties 601148e178f4d5e5c269788a4d87b566cedaeff7 `Gérard Talbot`<http://www.gtalbot.org/BrowserBugsSection/css21testsuite/> The 'em' unit is equal to the computed value of the 'font-size' property of the element on which it is used. When inherit keyword is used, the property takes the same computed value - a length value in this testcase - as the property for the element's parent.
|
|
margin-inline-001 reference/margin-inline-001-ref Margin on non-replaced inline elements ahem http://www.w3.org/TR/CSS21/box.html#margin-properties 58871af4fdde225a98f420f6496d40adc5496904 `Microsoft`<http://www.microsoft.com/> Non-replaced inline elements do not apply vertical margins.
|
|
margin-inline-002 reference/margin-inline-002-ref Margin-top and margin-bottom on inline elements http://www.w3.org/TR/CSS21/box.html#margin-properties b7b74b166aeaeb833d28fe64498c4b37a3ca83c3 `Microsoft`<http://www.microsoft.com/> Applying margin-top and margin-bottom to an inline element has no effect.
|
|
margin-left-004 reference/margin-left-004-ref Margin-left using pixels with a negative zero value, -0px http://www.w3.org/TR/CSS21/box.html#propdef-margin-left,http://www.w3.org/TR/CSS21/box.html#margin-properties 21c8a9e9eb36dc3d7ed22e33dc87474a1577bf10 `Microsoft`<http://www.microsoft.com/> The 'margin-left' property sets a negative zero length value in pixels.
|
|
margin-left-005 reference/margin-left-004-ref Margin-left using pixels with a zero value, 0px http://www.w3.org/TR/CSS21/box.html#propdef-margin-left,http://www.w3.org/TR/CSS21/box.html#margin-properties 3935d29c06511309e570c21eb8884b0349832cf4 `Microsoft`<http://www.microsoft.com/> The 'margin-left' property sets a zero length value in pixels.
|
|
margin-left-006 reference/margin-left-004-ref Margin-left using pixels with a positive zero value, +0px http://www.w3.org/TR/CSS21/box.html#propdef-margin-left,http://www.w3.org/TR/CSS21/box.html#margin-properties 90df2e51f55da270f731c9eecefa7dd7983fb1c3 `Microsoft`<http://www.microsoft.com/> The 'margin-left' property sets a positive zero length value in pixels.
|
|
margin-left-007 reference/margin-left-007-ref Margin-left using pixels with a nominal value, 96px http://www.w3.org/TR/CSS21/box.html#propdef-margin-left,http://www.w3.org/TR/CSS21/box.html#margin-properties 4ba2ad4b86a4e8c52023fe6d6d2f9e553e51bf11 `Microsoft`<http://www.microsoft.com/> The 'margin-left' property sets a nominal length value in pixels.
|
|
margin-left-008 reference/margin-left-007-ref Margin-left using pixels with a nominal value with a plus sign, +96px http://www.w3.org/TR/CSS21/box.html#propdef-margin-left,http://www.w3.org/TR/CSS21/box.html#margin-properties 178eab5ce92f49dd9e0a2d5cfb89108060ea9a8c `Microsoft`<http://www.microsoft.com/> The 'margin-left' property sets a nominal length value in pixels with a plus sign.
|
|
margin-left-016 reference/margin-left-004-ref Margin-left using points with a negative zero value, -0pt http://www.w3.org/TR/CSS21/box.html#propdef-margin-left,http://www.w3.org/TR/CSS21/box.html#margin-properties 2747b069914d7a00261bbee4a0042c4144350453 `Microsoft`<http://www.microsoft.com/> The 'margin-left' property sets a negative zero length value in points.
|
|
margin-left-017 reference/margin-left-004-ref Margin-left using points with a zero value, 0pt http://www.w3.org/TR/CSS21/box.html#propdef-margin-left,http://www.w3.org/TR/CSS21/box.html#margin-properties cf7f0332bd7189dc437a4351e91ab213b5b4a122 `Microsoft`<http://www.microsoft.com/> The 'margin-left' property sets a zero length value in points.
|
|
margin-left-018 reference/margin-left-004-ref Margin-left using points with a positive zero value, +0pt http://www.w3.org/TR/CSS21/box.html#propdef-margin-left,http://www.w3.org/TR/CSS21/box.html#margin-properties 163b02680d0c1fc4a136c6d16b917b8bb813a4bf `Microsoft`<http://www.microsoft.com/> The 'margin-left' property sets a positive zero length value in points.
|
|
margin-left-019 reference/margin-left-019-ref Margin-left using points with a nominal value, 72pt http://www.w3.org/TR/CSS21/box.html#propdef-margin-left,http://www.w3.org/TR/CSS21/box.html#margin-properties ebadf757ed28e0b5950283048e2f7e2c0e48aeb0 `Microsoft`<http://www.microsoft.com/> The 'margin-left' property sets a nominal length value in points.
|
|
margin-left-020 reference/margin-left-019-ref Margin-left using points with a nominal value with a plus sign, +72pt http://www.w3.org/TR/CSS21/box.html#propdef-margin-left,http://www.w3.org/TR/CSS21/box.html#margin-properties 28ef4903ebbb9d577f92a2dfdab488fc50e560b9 `Microsoft`<http://www.microsoft.com/> The 'margin-left' property sets a nominal length value in points with a plus sign.
|
|
margin-left-028 reference/margin-left-004-ref Margin-left using picas with a negative zero value, -0pc http://www.w3.org/TR/CSS21/box.html#propdef-margin-left,http://www.w3.org/TR/CSS21/box.html#margin-properties f8fe5753d66cf91dc4f4066a03f606af2fdeabf1 `Microsoft`<http://www.microsoft.com/> The 'margin-left' property sets a negative zero length value in picas.
|
|
margin-left-029 reference/margin-left-004-ref Margin-left using picas with a zero value, 0pc http://www.w3.org/TR/CSS21/box.html#propdef-margin-left,http://www.w3.org/TR/CSS21/box.html#margin-properties e5584656f91d41e295fcc9e7c14602e4b1435bba `Microsoft`<http://www.microsoft.com/> The 'margin-left' property sets a zero length value in picas.
|
|
margin-left-030 reference/margin-left-004-ref Margin-left using picas with a positive zero value, +0pc http://www.w3.org/TR/CSS21/box.html#propdef-margin-left,http://www.w3.org/TR/CSS21/box.html#margin-properties fe6d8a221282a99328f9845e0ffd69af617f4695 `Microsoft`<http://www.microsoft.com/> The 'margin-left' property sets a positive zero length value in picas.
|
|
margin-left-031 reference/margin-left-031-ref Margin-left using picas with a nominal value, 6pc http://www.w3.org/TR/CSS21/box.html#propdef-margin-left,http://www.w3.org/TR/CSS21/box.html#margin-properties 1f0fd3619b7ce44aaeb10230d1b02add270fb921 `Microsoft`<http://www.microsoft.com/> The 'margin-left' property sets a nominal length value in picas.
|
|
margin-left-032 reference/margin-left-031-ref Margin-left using picas with a nominal value with a plus sign, +6pc http://www.w3.org/TR/CSS21/box.html#propdef-margin-left,http://www.w3.org/TR/CSS21/box.html#margin-properties bd7b995bc6a199ba93ed791eacbc1308833758f8 `Microsoft`<http://www.microsoft.com/> The 'margin-left' property sets a nominal length value in picas with a plus sign.
|
|
margin-left-040 reference/margin-left-004-ref Margin-left using centimeters with a negative zero value, -0cm http://www.w3.org/TR/CSS21/box.html#propdef-margin-left,http://www.w3.org/TR/CSS21/box.html#margin-properties bf864799b91c94562e0c457550ae681da4d10468 `Microsoft`<http://www.microsoft.com/> The 'margin-left' property sets a negative zero length value in centimeters.
|
|
margin-left-041 reference/margin-left-004-ref Margin-left using centimeters with a zero value, 0cm http://www.w3.org/TR/CSS21/box.html#propdef-margin-left,http://www.w3.org/TR/CSS21/box.html#margin-properties 15072820f78a4dbcef15f79515b1b30afaaff1e2 `Microsoft`<http://www.microsoft.com/> The 'margin-left' property sets a zero length value in centimeters.
|
|
margin-left-042 reference/margin-left-004-ref Margin-left using centimeters with a positive zero value, +0cm http://www.w3.org/TR/CSS21/box.html#propdef-margin-left,http://www.w3.org/TR/CSS21/box.html#margin-properties d9169a98f1a2f70f3ff8f952fbd7694eeb387854 `Microsoft`<http://www.microsoft.com/> The 'margin-left' property sets a positive zero length value in centimeters.
|
|
margin-left-043 reference/margin-left-043-ref Margin-left using centimeters with a nominal value, 2.54cm http://www.w3.org/TR/CSS21/box.html#propdef-margin-left,http://www.w3.org/TR/CSS21/box.html#margin-properties 7ccdd9c97575be5769993252a5b34aeb69c6b53b `Microsoft`<http://www.microsoft.com/> The 'margin-left' property sets a nominal length value in centimeters.
|
|
margin-left-044 reference/margin-left-043-ref Margin-left using centimeters with a nominal value with a plus sign, +2.54cm http://www.w3.org/TR/CSS21/box.html#propdef-margin-left,http://www.w3.org/TR/CSS21/box.html#margin-properties 8c8c9fe7fad969cd45b7c5ba7bf9433f57c92317 `Microsoft`<http://www.microsoft.com/> The 'margin-left' property sets a nominal length value in centimeters with a plus sign.
|
|
margin-left-052 reference/margin-left-004-ref Margin-left using millimeters with a negative zero value, -0mm http://www.w3.org/TR/CSS21/box.html#propdef-margin-left,http://www.w3.org/TR/CSS21/box.html#margin-properties e3043ecc85affe08385384eb5609b65f244a665b `Microsoft`<http://www.microsoft.com/> The 'margin-left' property sets a negative zero length value in millimeters.
|
|
margin-left-053 reference/margin-left-004-ref Margin-left using millimeters with a zero value, 0mm http://www.w3.org/TR/CSS21/box.html#propdef-margin-left,http://www.w3.org/TR/CSS21/box.html#margin-properties aff2333ef892dd3044a54795c41a4cecd666e3e4 `Microsoft`<http://www.microsoft.com/> The 'margin-left' property sets a zero length value in millimeters.
|
|
margin-left-054 reference/margin-left-004-ref Margin-left using millimeters with a positive zero value, +0mm http://www.w3.org/TR/CSS21/box.html#propdef-margin-left,http://www.w3.org/TR/CSS21/box.html#margin-properties 4cadba52e15ea19129ccf352106f8354129e535d `Microsoft`<http://www.microsoft.com/> The 'margin-left' property sets a positive zero length value in millimeters.
|
|
margin-left-055 reference/margin-left-043-ref Margin-left using millimeters with a nominal value, 25.4mm http://www.w3.org/TR/CSS21/box.html#propdef-margin-left,http://www.w3.org/TR/CSS21/box.html#margin-properties af93386445006d736ed7635df77677107f12c8f6 `Microsoft`<http://www.microsoft.com/> The 'margin-left' property sets a nominal length value in millimeters.
|
|
margin-left-056 reference/margin-left-043-ref Margin-left using millimeters with a nominal value with a plus sign, +25.4mm http://www.w3.org/TR/CSS21/box.html#propdef-margin-left,http://www.w3.org/TR/CSS21/box.html#margin-properties fc2d7cb74b891631f3b9a4aa9f19a195e708178b `Microsoft`<http://www.microsoft.com/> The 'margin-left' property sets a nominal length value in millimeters with a plus sign.
|
|
margin-left-064 reference/margin-left-004-ref Margin-left using inches with a negative zero value, -0in http://www.w3.org/TR/CSS21/box.html#propdef-margin-left,http://www.w3.org/TR/CSS21/box.html#margin-properties ee9a9cba1ebe253a05e075ac91422e75ffb41dd2 `Microsoft`<http://www.microsoft.com/> The 'margin-left' property sets a negative zero length value in inches.
|
|
margin-left-065 reference/margin-left-004-ref Margin-left using inches with a zero value, 0in http://www.w3.org/TR/CSS21/box.html#propdef-margin-left,http://www.w3.org/TR/CSS21/box.html#margin-properties 070e16a1e792fca7e20a0977fa9057ffba213bf2 `Microsoft`<http://www.microsoft.com/> The 'margin-left' property sets a zero length value in inches.
|
|
margin-left-066 reference/margin-left-004-ref Margin-left using inches with a positive zero value, +0in http://www.w3.org/TR/CSS21/box.html#propdef-margin-left,http://www.w3.org/TR/CSS21/box.html#margin-properties a9c4bc06dc178e878302890b2a38bc09f2823786 `Microsoft`<http://www.microsoft.com/> The 'margin-left' property sets a positive zero length value in inches.
|
|
margin-left-067 reference/margin-left-067-ref Margin-left using inches with a nominal value, 1in http://www.w3.org/TR/CSS21/box.html#propdef-margin-left,http://www.w3.org/TR/CSS21/box.html#margin-properties 3014ddf070d04301437546e8822eb723e92986ac `Microsoft`<http://www.microsoft.com/> The 'margin-left' property sets a nominal length value in inches.
|
|
margin-left-068 reference/margin-left-067-ref Margin-left using inches with a nominal value with a plus sign, +1in http://www.w3.org/TR/CSS21/box.html#propdef-margin-left,http://www.w3.org/TR/CSS21/box.html#margin-properties d2322574eb352d01e1e8a0c07a4c649cc5c618da `Microsoft`<http://www.microsoft.com/> The 'margin-left' property sets a nominal length value in inches with a plus sign.
|
|
margin-left-076 reference/margin-left-004-ref Margin-left using 'em' units with a negative zero value, -0em ahem http://www.w3.org/TR/CSS21/box.html#propdef-margin-left,http://www.w3.org/TR/CSS21/box.html#margin-properties 7ec4fbb84123153bad2ac1b0f0668382bfdccb90 `Microsoft`<http://www.microsoft.com/> The 'margin-left' property sets a negative zero length value in 'em' units.
|
|
margin-left-077 reference/margin-left-004-ref Margin-left using 'em' units with a zero value, 0em ahem http://www.w3.org/TR/CSS21/box.html#propdef-margin-left,http://www.w3.org/TR/CSS21/box.html#margin-properties 69e5fc8187b9ed21dc9d7daae68207257aedeac2 `Microsoft`<http://www.microsoft.com/> The 'margin-left' property sets a zero length value in 'em' units.
|
|
margin-left-078 reference/margin-left-004-ref Margin-left using 'em' units with a positive zero value, +0em ahem http://www.w3.org/TR/CSS21/box.html#propdef-margin-left,http://www.w3.org/TR/CSS21/box.html#margin-properties a95ec016b4861c6969e72126779cbd2a384fbea0 `Microsoft`<http://www.microsoft.com/> The 'margin-left' property sets a positive zero length value in 'em' units.
|
|
margin-left-079 reference/margin-left-079-ref Margin-left using 'em' units with a nominal value, 6em ahem http://www.w3.org/TR/CSS21/box.html#propdef-margin-left,http://www.w3.org/TR/CSS21/box.html#margin-properties 1d80526d1e3e2c11fd03e630ea54157bbaf11887 `Microsoft`<http://www.microsoft.com/> The 'margin-left' property sets a nominal length value in 'em' units.
|
|
margin-left-080 reference/margin-left-079-ref Margin-left using 'em' units with a nominal value with a plus sign, +6em ahem http://www.w3.org/TR/CSS21/box.html#propdef-margin-left,http://www.w3.org/TR/CSS21/box.html#margin-properties cbe6d847ce573c710be579b15236ba3c8998bc82 `Microsoft`<http://www.microsoft.com/> The 'margin-left' property sets a nominal length value in 'em' units with a plus sign.
|
|
margin-left-088 reference/margin-left-004-ref Margin-left using 'ex' units with a negative zero value, -0ex ahem http://www.w3.org/TR/CSS21/box.html#propdef-margin-left,http://www.w3.org/TR/CSS21/box.html#margin-properties ba3ad21cd83763d8e8e02a380ab3391b90959da7 `Microsoft`<http://www.microsoft.com/> The 'margin-left' property sets a negative zero length value in 'ex' units.
|
|
margin-left-089 reference/margin-left-004-ref Margin-left using 'ex' units with a zero value, 0ex ahem http://www.w3.org/TR/CSS21/box.html#propdef-margin-left,http://www.w3.org/TR/CSS21/box.html#margin-properties 6ee1621dfac2ddb599b82c3090256415688753a8 `Microsoft`<http://www.microsoft.com/> The 'margin-left' property sets a zero length value in 'ex' units.
|
|
margin-left-090 reference/margin-left-004-ref Margin-left using 'ex' units with a positive zero value, +0ex ahem http://www.w3.org/TR/CSS21/box.html#propdef-margin-left,http://www.w3.org/TR/CSS21/box.html#margin-properties 16bae9c8bd4386be737621f2e51f1fbaf3cf7ed0 `Microsoft`<http://www.microsoft.com/> The 'margin-left' property sets a positive zero length value in 'ex' units.
|
|
margin-left-091 reference/margin-left-031-ref Margin-left using 'ex' units with a nominal value, 7.5ex ahem http://www.w3.org/TR/CSS21/box.html#propdef-margin-left,http://www.w3.org/TR/CSS21/box.html#margin-properties d0e60e5b58c9517c53441b6413577a5f4506a1c3 `Microsoft`<http://www.microsoft.com/> The 'margin-left' property sets a nominal length value in 'ex' units.
|
|
margin-left-092 reference/margin-left-031-ref Margin-left using 'ex' units with a nominal value with a plus sign, +7.5ex ahem http://www.w3.org/TR/CSS21/box.html#propdef-margin-left,http://www.w3.org/TR/CSS21/box.html#margin-properties e45581a8716fc121cec09cb48bd4ef8a0049a5e6 `Microsoft`<http://www.microsoft.com/> The 'margin-left' property sets a nominal length value in 'ex' units with a plus sign.
|
|
margin-left-100 reference/margin-left-004-ref Margin-left using percentages with a negative zero value, -0% http://www.w3.org/TR/CSS21/box.html#propdef-margin-left,http://www.w3.org/TR/CSS21/box.html#margin-properties 647327752318ab3f7999d7622184c328d46f91d6 `Microsoft`<http://www.microsoft.com/> The 'margin-left' property sets a negative zero length value in percentages.
|
|
margin-left-101 reference/margin-left-004-ref Margin-left using percentages with a zero value, 0% http://www.w3.org/TR/CSS21/box.html#propdef-margin-left,http://www.w3.org/TR/CSS21/box.html#margin-properties 8920efb34e9365734af0ba21451f256f469300a5 `Microsoft`<http://www.microsoft.com/> The 'margin-left' property sets a zero length value in percentages.
|
|
margin-left-102 reference/margin-left-004-ref Margin-left using percentages with a positive zero value, +0% http://www.w3.org/TR/CSS21/box.html#propdef-margin-left,http://www.w3.org/TR/CSS21/box.html#margin-properties d642cec653d986ec36f0f1b972b93aa83197d2ec `Microsoft`<http://www.microsoft.com/> The 'margin-left' property sets a positive zero length value in percentages.
|
|
margin-left-103 reference/margin-left-103-ref Margin-left using percentages with a nominal value, 50% http://www.w3.org/TR/CSS21/box.html#propdef-margin-left,http://www.w3.org/TR/CSS21/box.html#margin-properties b1268fc2313da97edbbefe8aa6c4f386cde7b688 `Microsoft`<http://www.microsoft.com/> The 'margin-left' property sets a nominal length value in percentages.
|
|
margin-left-104 reference/margin-left-103-ref Margin-left using percentages with a nominal value with a plus sign, +50% http://www.w3.org/TR/CSS21/box.html#propdef-margin-left,http://www.w3.org/TR/CSS21/box.html#margin-properties 55cfa201bb53b7a9bec16fb9f39c0a9a21d416ed `Microsoft`<http://www.microsoft.com/> The 'margin-left' property sets a nominal length value in percentages with a plus sign.
|
|
margin-left-109 reference/margin-left-004-ref Margin-left sets a negative zero value with no units, -0 http://www.w3.org/TR/CSS21/box.html#propdef-margin-left,http://www.w3.org/TR/CSS21/box.html#margin-properties a4a93052a5d8b72a18a17d056354b54bb3470a9a `Microsoft`<http://www.microsoft.com/> The 'margin-left' property sets a negative zero length value with no units.
|
|
margin-left-110 reference/margin-left-004-ref Margin-left sets a zero value with no units, 0 http://www.w3.org/TR/CSS21/box.html#propdef-margin-left,http://www.w3.org/TR/CSS21/box.html#margin-properties 19edd2fb1be0b5a6738338e5d41b512976e8c7e9 `Microsoft`<http://www.microsoft.com/> The 'margin-left' property sets a zero length value with no units.
|
|
margin-left-111 reference/margin-left-004-ref Margin-left sets a positive zero value with no units, +0 http://www.w3.org/TR/CSS21/box.html#propdef-margin-left,http://www.w3.org/TR/CSS21/box.html#margin-properties 75e7f876eda9316f28ab1b58357f53de27f3a263 `Microsoft`<http://www.microsoft.com/> The 'margin-left' property sets a positive zero length value with no units.
|
|
margin-left-112 reference/margin-left-004-ref Margin-left with a value of 'auto' http://www.w3.org/TR/CSS21/box.html#propdef-margin-left,http://www.w3.org/TR/CSS21/box.html#margin-properties 06b2002c10deef7cafa6b5572acea1a99571e745 `Microsoft`<http://www.microsoft.com/> The 'margin-left' property sets a value of 'auto'.
|
|
margin-left-113 reference/margin-left-113-ref Margin-left with a value of 'inherit' http://www.w3.org/TR/CSS21/box.html#propdef-margin-left,http://www.w3.org/TR/CSS21/box.html#margin-properties 97c6821c9c8928b22807942bff9a91e51b913775 `Microsoft`<http://www.microsoft.com/> The 'margin-left' property sets a value of 'inherit'.
|
|
margin-left-applies-to-001 reference/margin-left-applies-to-001-ref Margin-left applied to element with display table-row-group http://www.w3.org/TR/CSS21/box.html#propdef-margin-left,http://www.w3.org/TR/CSS21/box.html#margin-properties 7073e6d47d0b9510c70d3e10b93a136d9d04aab3 `Microsoft`<http://www.microsoft.com/> The 'margin-left' property does not apply to elements with a display of table-row-group.
|
|
margin-left-applies-to-002 reference/margin-left-applies-to-001-ref Margin-left applied to element with display table-header-group http://www.w3.org/TR/CSS21/box.html#propdef-margin-left,http://www.w3.org/TR/CSS21/box.html#margin-properties 33dd3d6c231c60d67c529f6e9936f3bd423123e1 `Microsoft`<http://www.microsoft.com/> The 'margin-left' property does not apply to elements with a display of table-header-group.
|
|
margin-left-applies-to-003 reference/margin-left-applies-to-001-ref Margin-left applied to element with display table-footer-group http://www.w3.org/TR/CSS21/box.html#propdef-margin-left,http://www.w3.org/TR/CSS21/box.html#margin-properties 29467e94df758bc0e54b248af868271c006e4a07 `Microsoft`<http://www.microsoft.com/> The 'margin-left' property does not apply to elements with a display of table-footer-group.
|
|
margin-left-applies-to-004 reference/margin-left-applies-to-001-ref Margin-left applied to element with display table-row http://www.w3.org/TR/CSS21/box.html#propdef-margin-left,http://www.w3.org/TR/CSS21/box.html#margin-properties f40c5199a3015f10907130993ef8a835c51b81b1 `Microsoft`<http://www.microsoft.com/> The 'margin-left' property does not apply to elements with a display of table-row.
|
|
margin-left-applies-to-005 reference/margin-left-applies-to-001-ref Margin-left applied to element with display table-column-group http://www.w3.org/TR/CSS21/box.html#propdef-margin-left,http://www.w3.org/TR/CSS21/box.html#margin-properties 0e543a6970eb81ace9edb81cfcac1a1edba29ac2 `Microsoft`<http://www.microsoft.com/> The 'margin-left' property does not apply to elements with a display of table-column-group.
|
|
margin-left-applies-to-006 reference/margin-left-applies-to-001-ref Margin-left applied to element with display table-column http://www.w3.org/TR/CSS21/box.html#propdef-margin-left,http://www.w3.org/TR/CSS21/box.html#margin-properties 01843adc5dc9a9d20410f0123f4a7703d8e7eb3d `Microsoft`<http://www.microsoft.com/> The 'margin-left' property does not apply to elements with a display of table-column.
|
|
margin-left-applies-to-007 reference/margin-left-applies-to-001-ref Margin-left applied to element with display table-cell http://www.w3.org/TR/CSS21/box.html#propdef-margin-left,http://www.w3.org/TR/CSS21/box.html#margin-properties ff2dc6ccbce95dcd7e9f931033ddfa2aa463ed33 `Microsoft`<http://www.microsoft.com/> The 'margin-left' property does not apply to elements with a display of table-cell.
|
|
margin-left-applies-to-008 Margin-left applied to element with display inline http://www.w3.org/TR/CSS21/box.html#propdef-margin-left,http://www.w3.org/TR/CSS21/box.html#margin-properties b08f37b9899c54d11a3e1ad7713f5d8cc4db21cb `Microsoft`<http://www.microsoft.com/> The 'margin-left' property applies to elements with a display of inline.
|
|
margin-left-applies-to-009 reference/margin-left-applies-to-009-ref Margin-left applied to element with display block http://www.w3.org/TR/CSS21/box.html#propdef-margin-left,http://www.w3.org/TR/CSS21/box.html#margin-properties f5d257d43ae777c6853acec634e2b9108180ad00 `Microsoft`<http://www.microsoft.com/> The 'margin-left' property applies to elements with a display of block.
|
|
margin-left-applies-to-010 Margin-left applied to element with display list-item http://www.w3.org/TR/CSS21/box.html#propdef-margin-left,http://www.w3.org/TR/CSS21/box.html#margin-properties 6faa068b4b3208e5923715a9881c2eecbecf9a78 `Microsoft`<http://www.microsoft.com/> The 'margin-left' property applies to elements with a display of list-item.
|
|
margin-left-applies-to-011 Margin-left applied to element with display run-in http://www.w3.org/TR/CSS21/box.html#propdef-margin-left,http://www.w3.org/TR/CSS21/box.html#margin-properties c49e62969910e4366dfef80c7ba6382f376ee8cd `Microsoft`<http://www.microsoft.com/> The 'margin-left' property applies to elements with a display of run-in.
|
|
margin-left-applies-to-012 reference/margin-left-applies-to-009-ref Margin-left applied to element with display inline-block http://www.w3.org/TR/CSS21/box.html#propdef-margin-left,http://www.w3.org/TR/CSS21/box.html#margin-properties d2b6efde6ccbf4869baea1ab103df9adfb8a52c2 `Microsoft`<http://www.microsoft.com/> The 'margin-left' property applies to elements with a display of inline-block.
|
|
margin-left-applies-to-013 reference/margin-left-applies-to-009-ref Margin-left applied to element with display table http://www.w3.org/TR/CSS21/box.html#propdef-margin-left,http://www.w3.org/TR/CSS21/box.html#margin-properties 4fbdfb5c5e5a0da8b50289f7ac268b4ba4fe6b49 `Microsoft`<http://www.microsoft.com/> The 'margin-left' property applies to elements with a display of table.
|
|
margin-left-applies-to-014 reference/margin-left-applies-to-009-ref Margin-left applied to element with display inline-table http://www.w3.org/TR/CSS21/box.html#propdef-margin-left,http://www.w3.org/TR/CSS21/box.html#margin-properties 6632645120ba70d3e98e8c8e91b7c6bbe6d709cb `Microsoft`<http://www.microsoft.com/> The 'margin-left' property applies to elements with a display of inline-table.
|
|
margin-left-applies-to-015 reference/margin-left-applies-to-009-ref Margin-left applied to element with display table-caption http://www.w3.org/TR/CSS21/box.html#propdef-margin-left,http://www.w3.org/TR/CSS21/box.html#margin-properties 6b64b5b34696b486baaa87231bc473319c8db0c2 `Microsoft`<http://www.microsoft.com/> The 'margin-left' property applies to elements with a display of table-caption.
|
|
margin-percentage-inherit-001 reference/margin-percentage-inherit-001-ref margin - inherit applied on margin percentage image http://www.w3.org/TR/CSS21/box.html#margin-properties,http://www.w3.org/TR/CSS21/cascade.html#value-def-inherit 36644a157b766cdb0e4a901676690d6a9f6c0251 `Gérard Talbot`<http://www.gtalbot.org/BrowserBugsSection/css21testsuite/> A margin percentage is calculated with respect to the width of the generated box's containing block. When inherit keyword is used, the property takes the same computed value - a percentage value in this testcase - as the property for the element's parent.
|
|
margin-percentage-undefined-001 Margin with percentage determined by containing block http://www.w3.org/TR/CSS21/box.html#margin-properties 32c957fd5e2767a95d644a9467845155ceddd903 `Microsoft`<http://www.microsoft.com/> Potential circular reference cannot cause the user agent to crash or hang.
|
|
margin-right-004 reference/margin-left-004-ref Margin-right using pixels with a negative zero value, -0px http://www.w3.org/TR/CSS21/box.html#propdef-margin-right,http://www.w3.org/TR/CSS21/box.html#margin-properties ba2e3c82e1990736bead93092b431226ef3881f2 `Microsoft`<http://www.microsoft.com/> The 'margin-right' property sets a negative zero length value in pixels.
|
|
margin-right-005 reference/margin-left-004-ref Margin-right using pixels with a zero value, 0px http://www.w3.org/TR/CSS21/box.html#propdef-margin-right,http://www.w3.org/TR/CSS21/box.html#margin-properties 369a8240c6ff1c4b1e813bdfa289b85026e3785b `Microsoft`<http://www.microsoft.com/> The 'margin-right' property sets a zero length value in pixels.
|
|
margin-right-006 reference/margin-left-004-ref Margin-right using pixels with a positive zero value, +0px http://www.w3.org/TR/CSS21/box.html#propdef-margin-right,http://www.w3.org/TR/CSS21/box.html#margin-properties 958ae02fd678e89cc8fcae17185ad3e0553c2969 `Microsoft`<http://www.microsoft.com/> The 'margin-right' property sets a positive zero length value in pixels.
|
|
margin-right-007 reference/margin-left-007-ref Margin-right using pixels with a nominal value, 96px http://www.w3.org/TR/CSS21/box.html#propdef-margin-right,http://www.w3.org/TR/CSS21/box.html#margin-properties e8682782e16a9526dbda1ed25a1608da2136d1bb `Microsoft`<http://www.microsoft.com/> The 'margin-right' property sets a nominal length value in pixels.
|
|
margin-right-008 reference/margin-left-007-ref Margin-right using pixels with a nominal value with a plus sign, +96px http://www.w3.org/TR/CSS21/box.html#propdef-margin-right,http://www.w3.org/TR/CSS21/box.html#margin-properties 629a630dbb907f062fd222e0bba19cd090916e04 `Microsoft`<http://www.microsoft.com/> The 'margin-right' property sets a nominal length value in pixels with a plus sign.
|
|
margin-right-016 reference/margin-left-004-ref Margin-right using points with a negative zero value, -0pt http://www.w3.org/TR/CSS21/box.html#propdef-margin-right,http://www.w3.org/TR/CSS21/box.html#margin-properties 754423238b2562a9932bbd89b29b7d7b4cf0c556 `Microsoft`<http://www.microsoft.com/> The 'margin-right' property sets a negative zero length value in points.
|
|
margin-right-017 reference/margin-left-004-ref Margin-right using points with a zero value, 0pt http://www.w3.org/TR/CSS21/box.html#propdef-margin-right,http://www.w3.org/TR/CSS21/box.html#margin-properties 9ac7d6919311f850d23153c3fbe0bc4981a7b786 `Microsoft`<http://www.microsoft.com/> The 'margin-right' property sets a zero length value in points.
|
|
margin-right-018 reference/margin-left-004-ref Margin-right using points with a positive zero value, +0pt http://www.w3.org/TR/CSS21/box.html#propdef-margin-right,http://www.w3.org/TR/CSS21/box.html#margin-properties 8c860604d780ebb5f41551f265e454fc48a8c360 `Microsoft`<http://www.microsoft.com/> The 'margin-right' property sets a positive zero length value in points.
|
|
margin-right-019 reference/margin-left-019-ref Margin-right using points with a nominal value, 72pt http://www.w3.org/TR/CSS21/box.html#propdef-margin-right,http://www.w3.org/TR/CSS21/box.html#margin-properties 4eb3ecc0c57bec348caa7e2d84638cc575b5d22f `Microsoft`<http://www.microsoft.com/> The 'margin-right' property sets a nominal length value in points.
|
|
margin-right-020 reference/margin-left-019-ref Margin-right using points with a nominal value with a plus sign, +72pt http://www.w3.org/TR/CSS21/box.html#propdef-margin-right,http://www.w3.org/TR/CSS21/box.html#margin-properties 0b9aea1cbcd11f275502e9c67d648c9fab96ff75 `Microsoft`<http://www.microsoft.com/> The 'margin-right' property sets a nominal length value in points with a plus sign.
|
|
margin-right-028 reference/margin-left-004-ref Margin-right using picas with a negative zero value, -0pc http://www.w3.org/TR/CSS21/box.html#propdef-margin-right,http://www.w3.org/TR/CSS21/box.html#margin-properties 0272d4bb2d7d29f48d4a5ff9287d5a4a7d88df08 `Microsoft`<http://www.microsoft.com/> The 'margin-right' property sets a negative zero length value in picas.
|
|
margin-right-029 reference/margin-left-004-ref Margin-right using picas with a zero value, 0pc http://www.w3.org/TR/CSS21/box.html#propdef-margin-right,http://www.w3.org/TR/CSS21/box.html#margin-properties 5aabfea7434945d13be486edf279422844a32949 `Microsoft`<http://www.microsoft.com/> The 'margin-right' property sets a zero length value in picas.
|
|
margin-right-030 reference/margin-left-004-ref Margin-right using picas with a positive zero value, +0pc http://www.w3.org/TR/CSS21/box.html#propdef-margin-right,http://www.w3.org/TR/CSS21/box.html#margin-properties 565ec3b4b8f100ba72ea8f354219b812b97fa8f0 `Microsoft`<http://www.microsoft.com/> The 'margin-right' property sets a positive zero length value in picas.
|
|
margin-right-031 reference/margin-left-031-ref Margin-right using picas with a nominal value, 6pc http://www.w3.org/TR/CSS21/box.html#propdef-margin-right,http://www.w3.org/TR/CSS21/box.html#margin-properties 6eb4bbee8de9ac0bf297200d9917793d4a502fa8 `Microsoft`<http://www.microsoft.com/> The 'margin-right' property sets a nominal length value in picas.
|
|
margin-right-032 reference/margin-left-031-ref Margin-right using picas with a nominal value with a plus sign, +6pc http://www.w3.org/TR/CSS21/box.html#propdef-margin-right,http://www.w3.org/TR/CSS21/box.html#margin-properties cf1a51c95876e4ad21ef8303791f859f41fa6e71 `Microsoft`<http://www.microsoft.com/> The 'margin-right' property sets a nominal length value in picas with a plus sign.
|
|
margin-right-040 reference/margin-left-004-ref Margin-right using centimeters with a negative zero value, -0cm http://www.w3.org/TR/CSS21/box.html#propdef-margin-right,http://www.w3.org/TR/CSS21/box.html#margin-properties 1dcd3f0a59e02ae8a83f418d2af4c9195c787714 `Microsoft`<http://www.microsoft.com/> The 'margin-right' property sets a negative zero length value in centimeters.
|
|
margin-right-041 reference/margin-left-004-ref Margin-right using centimeters with a zero value, 0cm http://www.w3.org/TR/CSS21/box.html#propdef-margin-right,http://www.w3.org/TR/CSS21/box.html#margin-properties 06b8985ebe95e239a27f794af369f3ee8f1202ba `Microsoft`<http://www.microsoft.com/> The 'margin-right' property sets a zero length value in centimeters.
|
|
margin-right-042 reference/margin-left-004-ref Margin-right using centimeters with a positive zero value, +0cm http://www.w3.org/TR/CSS21/box.html#propdef-margin-right,http://www.w3.org/TR/CSS21/box.html#margin-properties bff1da03cb3200cc6aa4ddf67a9c58ba2857d8fe `Microsoft`<http://www.microsoft.com/> The 'margin-right' property sets a positive zero length value in centimeters.
|
|
margin-right-043 reference/margin-left-043-ref Margin-right using centimeters with a nominal value, 2.54cm http://www.w3.org/TR/CSS21/box.html#propdef-margin-right,http://www.w3.org/TR/CSS21/box.html#margin-properties 0276cba24a96b837ee78953148ea5bee66040cf1 `Microsoft`<http://www.microsoft.com/> The 'margin-right' property sets a nominal length value in centimeters.
|
|
margin-right-044 reference/margin-left-043-ref Margin-right using centimeters with a nominal value with a plus sign, +2.54cm http://www.w3.org/TR/CSS21/box.html#propdef-margin-right,http://www.w3.org/TR/CSS21/box.html#margin-properties 1472cd3af2e0578f35219a2c5f7f1ef2e8142985 `Microsoft`<http://www.microsoft.com/> The 'margin-right' property sets a nominal length value in centimeters with a plus sign.
|
|
margin-right-052 reference/margin-left-004-ref Margin-right using millimeters with a negative zero value, -0mm http://www.w3.org/TR/CSS21/box.html#propdef-margin-right,http://www.w3.org/TR/CSS21/box.html#margin-properties 0282c13f0c64a3c29275bd2d7b103a47814d43a4 `Microsoft`<http://www.microsoft.com/> The 'margin-right' property sets a negative zero length value in millimeters.
|
|
margin-right-053 reference/margin-left-004-ref Margin-right using millimeters with a zero value, 0mm http://www.w3.org/TR/CSS21/box.html#propdef-margin-right,http://www.w3.org/TR/CSS21/box.html#margin-properties c08339b0c44cbfded10d79f9c8530e69f43ebba0 `Microsoft`<http://www.microsoft.com/> The 'margin-right' property sets a zero length value in millimeters.
|
|
margin-right-054 reference/margin-left-004-ref Margin-right using millimeters with a positive zero value, +0mm http://www.w3.org/TR/CSS21/box.html#propdef-margin-right,http://www.w3.org/TR/CSS21/box.html#margin-properties 86a1eef96c9dd0d6022b4b082ab4e26446390af0 `Microsoft`<http://www.microsoft.com/> The 'margin-right' property sets a positive zero length value in millimeters.
|
|
margin-right-055 reference/margin-left-043-ref Margin-right using millimeters with a nominal value, 25.4mm http://www.w3.org/TR/CSS21/box.html#propdef-margin-right,http://www.w3.org/TR/CSS21/box.html#margin-properties 5ef403a7763d41da11c03b904df0ded7d8b6b480 `Microsoft`<http://www.microsoft.com/> The 'margin-right' property sets a nominal length value in millimeters.
|
|
margin-right-056 reference/margin-left-043-ref Margin-right using millimeters with a nominal value with a plus sign, +25.4mm http://www.w3.org/TR/CSS21/box.html#propdef-margin-right,http://www.w3.org/TR/CSS21/box.html#margin-properties 253a1e035e5e5a1e4c6001b2509013cd9a2c18f1 `Microsoft`<http://www.microsoft.com/> The 'margin-right' property sets a nominal length value in millimeters with a plus sign.
|
|
margin-right-064 reference/margin-left-004-ref Margin-right using inches with a negative zero value, -0in http://www.w3.org/TR/CSS21/box.html#propdef-margin-right,http://www.w3.org/TR/CSS21/box.html#margin-properties f26b263bfa51576e475d22f95150afb95d45c4ae `Microsoft`<http://www.microsoft.com/> The 'margin-right' property sets a negative zero length value in inches.
|
|
margin-right-065 reference/margin-left-004-ref Margin-right using inches with a zero value, 0in http://www.w3.org/TR/CSS21/box.html#propdef-margin-right,http://www.w3.org/TR/CSS21/box.html#margin-properties a9fc5e26fe43741ee55a7231d9863688295ac780 `Microsoft`<http://www.microsoft.com/> The 'margin-right' property sets a zero length value in inches.
|
|
margin-right-066 reference/margin-left-004-ref Margin-right using inches with a positive zero value, +0in http://www.w3.org/TR/CSS21/box.html#propdef-margin-right,http://www.w3.org/TR/CSS21/box.html#margin-properties 327755cac1ee2058e2160d21e193cb393864ecb9 `Microsoft`<http://www.microsoft.com/> The 'margin-right' property sets a positive zero length value in inches.
|
|
margin-right-067 reference/margin-left-067-ref Margin-right using inches with a nominal value, 1in http://www.w3.org/TR/CSS21/box.html#propdef-margin-right,http://www.w3.org/TR/CSS21/box.html#margin-properties 5d5ef65909c1e59e0643d47b5b4cbc51943eb794 `Microsoft`<http://www.microsoft.com/> The 'margin-right' property sets a nominal length value in inches.
|
|
margin-right-068 reference/margin-left-067-ref Margin-right using inches with a nominal value with a plus sign, +1in http://www.w3.org/TR/CSS21/box.html#propdef-margin-right,http://www.w3.org/TR/CSS21/box.html#margin-properties 3c0aaac50b0868ab3e2ae2a3e61f6577f016501d `Microsoft`<http://www.microsoft.com/> The 'margin-right' property sets a nominal length value in inches with a plus sign.
|
|
margin-right-076 reference/margin-left-004-ref Margin-right using 'em' units with a negative zero value, -0em ahem http://www.w3.org/TR/CSS21/box.html#propdef-margin-right,http://www.w3.org/TR/CSS21/box.html#margin-properties 6de4f4fd51d44c71c4f4377d9a2958b1f30f08c7 `Microsoft`<http://www.microsoft.com/> The 'margin-right' property sets a negative zero length value in 'em' units.
|
|
margin-right-077 reference/margin-left-004-ref Margin-right using 'em' units with a zero value, 0em ahem http://www.w3.org/TR/CSS21/box.html#propdef-margin-right,http://www.w3.org/TR/CSS21/box.html#margin-properties eda6e90c036926f677fbba496a355f67fe6950c2 `Microsoft`<http://www.microsoft.com/> The 'margin-right' property sets a zero length value in 'em' units.
|
|
margin-right-078 reference/margin-left-004-ref Margin-right using 'em' units with a positive zero value, +0em ahem http://www.w3.org/TR/CSS21/box.html#propdef-margin-right,http://www.w3.org/TR/CSS21/box.html#margin-properties 2fb08ecda52347569f9cd2b5afcbdec61c8e3856 `Microsoft`<http://www.microsoft.com/> The 'margin-right' property sets a positive zero length value in 'em' units.
|
|
margin-right-079 reference/margin-left-079-ref Margin-right using 'em' units with a nominal value, 6em ahem http://www.w3.org/TR/CSS21/box.html#propdef-margin-right,http://www.w3.org/TR/CSS21/box.html#margin-properties 02c8f31d2d700caaed7624441227b644c075f2b6 `Microsoft`<http://www.microsoft.com/> The 'margin-right' property sets a nominal length value in 'em' units.
|
|
margin-right-080 reference/margin-left-079-ref Margin-right using 'em' units with a nominal value with a plus sign, +6em ahem http://www.w3.org/TR/CSS21/box.html#propdef-margin-right,http://www.w3.org/TR/CSS21/box.html#margin-properties d9f1f5b7b276b755709ea15f2f4d60974d63a218 `Microsoft`<http://www.microsoft.com/> The 'margin-right' property sets a nominal length value in 'em' units with a plus sign.
|
|
margin-right-088 reference/margin-left-004-ref Margin-right using 'ex' units with a negative zero value, -0ex ahem http://www.w3.org/TR/CSS21/box.html#propdef-margin-right,http://www.w3.org/TR/CSS21/box.html#margin-properties 6a857bff95cbafd6120d352037ea281c6c9df6fa `Microsoft`<http://www.microsoft.com/> The 'margin-right' property sets a negative zero length value in 'ex' units.
|
|
margin-right-089 reference/margin-left-004-ref Margin-right using 'ex' units with a zero value, 0ex ahem http://www.w3.org/TR/CSS21/box.html#propdef-margin-right,http://www.w3.org/TR/CSS21/box.html#margin-properties 9c748e42246c406d45ce32b07a2a24ae32be0770 `Microsoft`<http://www.microsoft.com/> The 'margin-right' property sets a zero length value in 'ex' units.
|
|
margin-right-090 reference/margin-left-004-ref Margin-right using 'ex' units with a positive zero value, +0ex ahem http://www.w3.org/TR/CSS21/box.html#propdef-margin-right,http://www.w3.org/TR/CSS21/box.html#margin-properties 035bf630331aa780123430aa9834ef20ab6b8003 `Microsoft`<http://www.microsoft.com/> The 'margin-right' property sets a positive zero length value in 'ex' units.
|
|
margin-right-091 reference/margin-left-031-ref Margin-right using 'ex' units with a nominal value, 7.5ex ahem http://www.w3.org/TR/CSS21/box.html#propdef-margin-right,http://www.w3.org/TR/CSS21/box.html#margin-properties b775ace00b2f673cbb13e632e549d33305c47c65 `Microsoft`<http://www.microsoft.com/> The 'margin-right' property sets a nominal length value in 'ex' units.
|
|
margin-right-092 reference/margin-left-031-ref Margin-right using 'ex' units with a nominal value with a plus sign, +7.5ex ahem http://www.w3.org/TR/CSS21/box.html#propdef-margin-right,http://www.w3.org/TR/CSS21/box.html#margin-properties 758a00a676ddff6488e05e8e1ceed0ac08ee1b04 `Microsoft`<http://www.microsoft.com/> The 'margin-right' property sets a nominal length value in 'ex' units with a plus sign.
|
|
margin-right-100 reference/margin-right-100-ref Margin-right using percentages with a negative zero value, -0% http://www.w3.org/TR/CSS21/box.html#propdef-margin-right,http://www.w3.org/TR/CSS21/box.html#margin-properties e66ee21eaf96dd1919689164187e5fcc5f6fcd51 `Microsoft`<http://www.microsoft.com/> The 'margin-right' property sets a negative zero length value in percentages.
|
|
margin-right-101 reference/margin-right-100-ref Margin-right using percentages with a zero value, 0% http://www.w3.org/TR/CSS21/box.html#propdef-margin-right,http://www.w3.org/TR/CSS21/box.html#margin-properties 6a84d21e2eef7a11d08e23305ac14d419ecba033 `Microsoft`<http://www.microsoft.com/> The 'margin-right' property sets a zero length value in percentages.
|
|
margin-right-102 reference/margin-right-100-ref Margin-right using percentages with a positive zero value, +0% http://www.w3.org/TR/CSS21/box.html#propdef-margin-right,http://www.w3.org/TR/CSS21/box.html#margin-properties 8ba52dc02c5c01653c792d5bb4f9952757c047f8 `Microsoft`<http://www.microsoft.com/> The 'margin-right' property sets a positive zero length value in percentages.
|
|
margin-right-103 reference/margin-right-103-ref Margin-right using percentages with a nominal value, 50% http://www.w3.org/TR/CSS21/box.html#propdef-margin-right,http://www.w3.org/TR/CSS21/box.html#margin-properties 1393d9c6d016c3d924f079515dfa0720132adc70 `Microsoft`<http://www.microsoft.com/> The 'margin-right' property sets a nominal length value in percentages.
|
|
margin-right-104 reference/margin-right-103-ref Margin-right using percentages with a nominal value with a plus sign, +50% http://www.w3.org/TR/CSS21/box.html#propdef-margin-right,http://www.w3.org/TR/CSS21/box.html#margin-properties dbc71bf6351b26ab192d975724cb03338c685ce9 `Microsoft`<http://www.microsoft.com/> The 'margin-right' property sets a nominal length value in percentages with a plus sign.
|
|
margin-right-109 reference/margin-left-004-ref Margin-right sets a negative zero value with no units, -0 http://www.w3.org/TR/CSS21/box.html#propdef-margin-right,http://www.w3.org/TR/CSS21/box.html#margin-properties fbb417b619c1ab1d9b5d723523708845cfa81864 `Microsoft`<http://www.microsoft.com/> The 'margin-right' property sets a negative zero length value with no units.
|
|
margin-right-110 reference/margin-left-004-ref Margin-right sets a zero value with no units, 0 http://www.w3.org/TR/CSS21/box.html#propdef-margin-right,http://www.w3.org/TR/CSS21/box.html#margin-properties ee6561f4579b9d1c9ee4b8813287f18a32727200 `Microsoft`<http://www.microsoft.com/> The 'margin-right' property sets a zero length value with no units.
|
|
margin-right-111 reference/margin-left-004-ref Margin-right sets a positive zero value with no units, +0 http://www.w3.org/TR/CSS21/box.html#propdef-margin-right,http://www.w3.org/TR/CSS21/box.html#margin-properties 732d69d30535a532476830fb493154bdf4a26822 `Microsoft`<http://www.microsoft.com/> The 'margin-right' property sets a positive zero length value with no units.
|
|
margin-right-112 reference/margin-left-004-ref Margin-right with a value of 'auto' http://www.w3.org/TR/CSS21/box.html#propdef-margin-right,http://www.w3.org/TR/CSS21/box.html#margin-properties 18fefd4dde211fd5a0e948250360d21319d13a14 `Microsoft`<http://www.microsoft.com/> The 'margin-right' property sets a value of 'auto'.
|
|
margin-right-113 reference/margin-right-113-ref Margin-right with a value of 'inherit' http://www.w3.org/TR/CSS21/box.html#propdef-margin-right,http://www.w3.org/TR/CSS21/box.html#margin-properties 381fbd613d05c7960958bae3230a608d13f6befc `Microsoft`<http://www.microsoft.com/> The 'margin-right' property sets a value of 'inherit'.
|
|
margin-right-applies-to-001 reference/margin-left-applies-to-001-ref Margin-right applied to element with display table-row-group http://www.w3.org/TR/CSS21/box.html#propdef-margin-right,http://www.w3.org/TR/CSS21/box.html#margin-properties 0fbe4b4d5e135fdc1b92b3c7278fa2f63bfe6cc5 `Microsoft`<http://www.microsoft.com/> The 'margin-right' property does not apply to elements with a display of table-row-group.
|
|
margin-right-applies-to-002 reference/margin-left-applies-to-001-ref Margin-right applied to element with display table-header-group http://www.w3.org/TR/CSS21/box.html#propdef-margin-right,http://www.w3.org/TR/CSS21/box.html#margin-properties 1eb3b44bedfbd1fce8b6291fbbcefac45bafacf8 `Microsoft`<http://www.microsoft.com/> The 'margin-right' property does not apply to elements with a display of table-header-group.
|
|
margin-right-applies-to-003 reference/margin-left-applies-to-001-ref Margin-right applied to element with display table-footer-group http://www.w3.org/TR/CSS21/box.html#propdef-margin-right,http://www.w3.org/TR/CSS21/box.html#margin-properties 0e83f7dcc0cfd9648cfd5a804b36d89c1206018f `Microsoft`<http://www.microsoft.com/> The 'margin-right' property does not apply to elements with a display of table-footer-group.
|
|
margin-right-applies-to-004 reference/margin-left-applies-to-001-ref Margin-right applied to element with display table-row http://www.w3.org/TR/CSS21/box.html#propdef-margin-right,http://www.w3.org/TR/CSS21/box.html#margin-properties fbd5960c0a978b7e9530cb3f3d6a6717d4bd4e0b `Microsoft`<http://www.microsoft.com/> The 'margin-right' property does not apply to elements with a display of table-row.
|
|
margin-right-applies-to-005 reference/margin-left-applies-to-001-ref Margin-right applied to element with display table-column-group http://www.w3.org/TR/CSS21/box.html#propdef-margin-right,http://www.w3.org/TR/CSS21/box.html#margin-properties a8c260459505a71a09774486c9422337ec3af70f `Microsoft`<http://www.microsoft.com/> The 'margin-right' property does not apply to elements with a display of table-column-group.
|
|
margin-right-applies-to-006 reference/margin-left-applies-to-001-ref Margin-right applied to element with display table-column http://www.w3.org/TR/CSS21/box.html#propdef-margin-right,http://www.w3.org/TR/CSS21/box.html#margin-properties eae130bddd0358b23722c96ccc775438b907f37d `Microsoft`<http://www.microsoft.com/> The 'margin-right' property does not apply to elements with a display of table-column.
|
|
margin-right-applies-to-007 reference/margin-left-applies-to-001-ref Margin-right applied to element with display table-cell http://www.w3.org/TR/CSS21/box.html#propdef-margin-right,http://www.w3.org/TR/CSS21/box.html#margin-properties 53d57247503fff36c5eeb848f5374cc1fa1b2584 `Microsoft`<http://www.microsoft.com/> The 'margin-right' property does not apply to elements with a display of table-cell.
|
|
margin-right-applies-to-008 Margin-right applied to element with display inline http://www.w3.org/TR/CSS21/box.html#propdef-margin-right,http://www.w3.org/TR/CSS21/box.html#margin-properties 991602b83cf7341baac618f5c4d0d67f26fd451b `Microsoft`<http://www.microsoft.com/> The 'margin-right' property applies to elements with a display of inline.
|
|
margin-right-applies-to-009 reference/margin-left-applies-to-009-ref Margin-right applied to element with display block http://www.w3.org/TR/CSS21/box.html#propdef-margin-right,http://www.w3.org/TR/CSS21/box.html#margin-properties 2f4cec564e7bb84f7ac65bfcbbae4e347cae3037 `Microsoft`<http://www.microsoft.com/> The 'margin-right' property applies to elements with a display of block.
|
|
margin-right-applies-to-010 Margin-right applied to element with display list-item http://www.w3.org/TR/CSS21/box.html#propdef-margin-right,http://www.w3.org/TR/CSS21/box.html#margin-properties f879287331f2bd7e5568b2ae88c4a42ae867bf47 `Microsoft`<http://www.microsoft.com/> The 'margin-right' property applies to elements with a display of list-item.
|
|
margin-right-applies-to-011 Margin-right applied to element with display run-in http://www.w3.org/TR/CSS21/box.html#propdef-margin-right,http://www.w3.org/TR/CSS21/box.html#margin-properties 288177f13811fd728521f7dac246b781e6f3cca2 `Microsoft`<http://www.microsoft.com/> The 'margin-right' property applies to elements with a display of run-in.
|
|
margin-right-applies-to-012 reference/margin-left-applies-to-009-ref Margin-right applied to element with display inline-block http://www.w3.org/TR/CSS21/box.html#propdef-margin-right,http://www.w3.org/TR/CSS21/box.html#margin-properties ac4d7643bda8c4dbc928c21e9a9befcec4772ec1 `Microsoft`<http://www.microsoft.com/> The 'margin-right' property applies to elements with a display of inline-block.
|
|
margin-right-applies-to-013 reference/margin-left-applies-to-009-ref Margin-right applied to element with display table http://www.w3.org/TR/CSS21/box.html#propdef-margin-right,http://www.w3.org/TR/CSS21/box.html#margin-properties e18cbb1446b4c094a249199994b036a4676dffa1 `Microsoft`<http://www.microsoft.com/> The 'margin-right' property applies to elements with a display of table.
|
|
margin-right-applies-to-014 reference/margin-left-applies-to-009-ref Margin-right applied to element with display inline-table http://www.w3.org/TR/CSS21/box.html#propdef-margin-right,http://www.w3.org/TR/CSS21/box.html#margin-properties 894dc8174090557921474c6b9bcf24652bc1db2a `Microsoft`<http://www.microsoft.com/> The 'margin-right' property applies to elements with a display of inline-table.
|
|
margin-right-applies-to-015 reference/margin-left-applies-to-009-ref Margin-right applied to element with display table-caption http://www.w3.org/TR/CSS21/box.html#propdef-margin-right,http://www.w3.org/TR/CSS21/box.html#margin-properties 30eb7075cb34c0988300b7e2c39398c1a333b8c9 `Microsoft`<http://www.microsoft.com/> The 'margin-right' property applies to elements with a display of table-caption.
|
|
margin-shorthand-001 reference/margin-shorthand-001-ref Margin shorthand - One value application to all sides image http://www.w3.org/TR/CSS21/box.html#propdef-margin,http://www.w3.org/TR/CSS21/box.html#margin-properties cbf795a2332c1afc697717230453305608d373b7 `Microsoft`<http://www.microsoft.com/> Applying a single value to the margin property replicates it to all sides of the element.
|
|
margin-shorthand-002 reference/margin-shorthand-002-ref Margin shorthand - Two values application top, bottom and left, right image http://www.w3.org/TR/CSS21/box.html#propdef-margin,http://www.w3.org/TR/CSS21/box.html#margin-properties e50decb19fe2c39ac10f3bea40a3abb06e0ac969 `Microsoft`<http://www.microsoft.com/> Applying two values to the margin property applies the first value to the top and bottom and the second to the left and right.
|
|
margin-shorthand-003 reference/margin-shorthand-003-ref Margin shorthand - Three values application top and left, right and bottom image http://www.w3.org/TR/CSS21/box.html#propdef-margin,http://www.w3.org/TR/CSS21/box.html#margin-properties 89b34c6750bcdc6398e1c484ddac0509fcc731a3 `Microsoft`<http://www.microsoft.com/> Applying three values to the margin property applies the first value to the top the second value to the left and right and the third value to the bottom.
|
|
margin-shorthand-004 reference/margin-shorthand-003-ref Margin shorthand - four values application top, left, right, bottom image http://www.w3.org/TR/CSS21/box.html#propdef-margin,http://www.w3.org/TR/CSS21/box.html#margin-properties a83e5c652d7eadded655ba3bfae465adc91487a1 `Microsoft`<http://www.microsoft.com/> Applying four values to the margin property applies the values top, right, bottom, left, respectively.
|
|
margin-top-004 reference/ref-no-vert-space-between Margin-top using pixels with a negative zero value, -0px http://www.w3.org/TR/CSS21/box.html#propdef-margin-top,http://www.w3.org/TR/CSS21/box.html#margin-properties 7b13baba948409c1ffc417fcd0902491e6c06542 `Microsoft`<http://www.microsoft.com/> The 'margin-top' property sets a negative zero length value in pixels.
|
|
margin-top-005 reference/ref-no-vert-space-between Margin-top using pixels with a zero value, 0px http://www.w3.org/TR/CSS21/box.html#propdef-margin-top,http://www.w3.org/TR/CSS21/box.html#margin-properties c4cf095f45355f44d02173289d7f687fc719fc3c `Microsoft`<http://www.microsoft.com/> The 'margin-top' property sets a zero length value in pixels.
|
|
margin-top-006 reference/ref-no-vert-space-between Margin-top using pixels with a positive zero value, +0px http://www.w3.org/TR/CSS21/box.html#propdef-margin-top,http://www.w3.org/TR/CSS21/box.html#margin-properties c3d8487c1fe15d32cead35541142a2b288c86372 `Microsoft`<http://www.microsoft.com/> The 'margin-top' property sets a positive zero length value in pixels.
|
|
margin-top-007 reference/margin-top-007-ref Margin-top using pixels with a nominal value, 96px http://www.w3.org/TR/CSS21/box.html#propdef-margin-top,http://www.w3.org/TR/CSS21/box.html#margin-properties 0c1786063eaa64eb4fdaa60a6facbea7093ea60e `Microsoft`<http://www.microsoft.com/> The 'margin-top' property sets a nominal length value in pixels.
|
|
margin-top-008 reference/margin-top-007-ref Margin-top using pixels with a nominal value with a plus sign, +96px http://www.w3.org/TR/CSS21/box.html#propdef-margin-top,http://www.w3.org/TR/CSS21/box.html#margin-properties fbd0846bfde3a21c34a4cd5c2ed71ea7168d3db9 `Microsoft`<http://www.microsoft.com/> The 'margin-top' property sets a nominal length value in pixels with a plus sign.
|
|
margin-top-016 reference/ref-no-vert-space-between Margin-top using points with a negative zero value, -0pt http://www.w3.org/TR/CSS21/box.html#propdef-margin-top,http://www.w3.org/TR/CSS21/box.html#margin-properties bd6296f4e94815d3bdbc94319429329f208c22e5 `Microsoft`<http://www.microsoft.com/> The 'margin-top' property sets a negative zero length value in points.
|
|
margin-top-017 reference/ref-no-vert-space-between Margin-top using points with a zero value, 0pt http://www.w3.org/TR/CSS21/box.html#propdef-margin-top,http://www.w3.org/TR/CSS21/box.html#margin-properties 208bf2af3768e9f05eeba03489d36a59feb8ca36 `Microsoft`<http://www.microsoft.com/> The 'margin-top' property sets a zero length value in points.
|
|
margin-top-018 reference/ref-no-vert-space-between Margin-top using points with a positive zero value, +0pt http://www.w3.org/TR/CSS21/box.html#propdef-margin-top,http://www.w3.org/TR/CSS21/box.html#margin-properties cab1066d4b0e52376bd415974df49d112a80d7ae `Microsoft`<http://www.microsoft.com/> The 'margin-top' property sets a positive zero length value in points.
|
|
margin-top-019 reference/margin-top-019-ref Margin-top using points with a nominal value, 72pt http://www.w3.org/TR/CSS21/box.html#propdef-margin-top,http://www.w3.org/TR/CSS21/box.html#margin-properties b0c729a91aba489b7e51e90204a0603116ba2c83 `Microsoft`<http://www.microsoft.com/> The 'margin-top' property sets a nominal length value in points.
|
|
margin-top-020 reference/margin-top-019-ref Margin-top using points with a nominal value with a plus sign, +72pt http://www.w3.org/TR/CSS21/box.html#propdef-margin-top,http://www.w3.org/TR/CSS21/box.html#margin-properties ae56b5a3fd7b5370d3617b995ee14715e8c39a53 `Microsoft`<http://www.microsoft.com/> The 'margin-top' property sets a nominal length value in points with a plus sign.
|
|
margin-top-028 reference/ref-no-vert-space-between Margin-top using picas with a negative zero value, -0pc http://www.w3.org/TR/CSS21/box.html#propdef-margin-top,http://www.w3.org/TR/CSS21/box.html#margin-properties 443e3ae879653bec3b62fbfa609f9980494139e7 `Microsoft`<http://www.microsoft.com/> The 'margin-top' property sets a negative zero length value in picas.
|
|
margin-top-029 reference/ref-no-vert-space-between Margin-top using picas with a zero value, 0pc http://www.w3.org/TR/CSS21/box.html#propdef-margin-top,http://www.w3.org/TR/CSS21/box.html#margin-properties 4ede6f291b67d420802fa83792cfb556eec06ddc `Microsoft`<http://www.microsoft.com/> The 'margin-top' property sets a zero length value in picas.
|
|
margin-top-030 reference/ref-no-vert-space-between Margin-top using picas with a positive zero value, +0pc http://www.w3.org/TR/CSS21/box.html#propdef-margin-top,http://www.w3.org/TR/CSS21/box.html#margin-properties 6d138eb34b040619b4e46ea94fc5a23852924848 `Microsoft`<http://www.microsoft.com/> The 'margin-top' property sets a positive zero length value in picas.
|
|
margin-top-031 reference/margin-top-031-ref Margin-top using picas with a nominal value, 6pc http://www.w3.org/TR/CSS21/box.html#propdef-margin-top,http://www.w3.org/TR/CSS21/box.html#margin-properties 397c34fad6a2db1e89d7e43fd55366afa6f65fc6 `Microsoft`<http://www.microsoft.com/> The 'margin-top' property sets a nominal length value in picas.
|
|
margin-top-032 reference/margin-top-031-ref Margin-top using picas with a nominal value with a plus sign, +6pc http://www.w3.org/TR/CSS21/box.html#propdef-margin-top,http://www.w3.org/TR/CSS21/box.html#margin-properties d1b55acc3b8cb308044e92a94f787ef5d3653b50 `Microsoft`<http://www.microsoft.com/> The 'margin-top' property sets a nominal length value in picas with a plus sign.
|
|
margin-top-040 reference/ref-no-vert-space-between Margin-top using centimeters with a negative zero value, -0cm http://www.w3.org/TR/CSS21/box.html#propdef-margin-top,http://www.w3.org/TR/CSS21/box.html#margin-properties c5fd2d786bb76c52c16d4b49d90fc61d916c4da8 `Microsoft`<http://www.microsoft.com/> The 'margin-top' property sets a negative zero length value in centimeters.
|
|
margin-top-041 reference/ref-no-vert-space-between Margin-top using centimeters with a zero value, 0cm http://www.w3.org/TR/CSS21/box.html#propdef-margin-top,http://www.w3.org/TR/CSS21/box.html#margin-properties dbb1f1860e0399eddde8f872228d4f98eb808cf5 `Microsoft`<http://www.microsoft.com/> The 'margin-top' property sets a zero length value in centimeters.
|
|
margin-top-042 reference/ref-no-vert-space-between Margin-top using centimeters with a positive zero value, +0cm http://www.w3.org/TR/CSS21/box.html#propdef-margin-top,http://www.w3.org/TR/CSS21/box.html#margin-properties 0d8d2c7a77af7e47dbb7057e7c4af2708cab1e4c `Microsoft`<http://www.microsoft.com/> The 'margin-top' property sets a positive zero length value in centimeters.
|
|
margin-top-043 reference/margin-top-043-ref Margin-top using centimeters with a nominal value, 2.54cm http://www.w3.org/TR/CSS21/box.html#propdef-margin-top,http://www.w3.org/TR/CSS21/box.html#margin-properties 7970ced6c6b56c8395bcd52e1cd99a17fa971f63 `Microsoft`<http://www.microsoft.com/> The 'margin-top' property sets a nominal length value in centimeters.
|
|
margin-top-044 reference/margin-top-043-ref Margin-top using centimeters with a nominal value with a plus sign, +2.54cm http://www.w3.org/TR/CSS21/box.html#propdef-margin-top,http://www.w3.org/TR/CSS21/box.html#margin-properties 10c0a3dbf560ae195bbcbc6bc97f22bdc3ec55c5 `Microsoft`<http://www.microsoft.com/> The 'margin-top' property sets a nominal length value in centimeters with a plus sign.
|
|
margin-top-052 reference/ref-no-vert-space-between Margin-top using millimeters with a negative zero value, -0mm http://www.w3.org/TR/CSS21/box.html#propdef-margin-top,http://www.w3.org/TR/CSS21/box.html#margin-properties f67c661212ce6758f730925456163cee8eb13f48 `Microsoft`<http://www.microsoft.com/> The 'margin-top' property sets a negative zero length value in millimeters.
|
|
margin-top-053 reference/ref-no-vert-space-between Margin-top using millimeters with a zero value, 0mm http://www.w3.org/TR/CSS21/box.html#propdef-margin-top,http://www.w3.org/TR/CSS21/box.html#margin-properties 4da3d7a8431f8d5d401946f3b70ff4e18cd6bf35 `Microsoft`<http://www.microsoft.com/> The 'margin-top' property sets a zero length value in millimeters.
|
|
margin-top-054 reference/ref-no-vert-space-between Margin-top using millimeters with a positive zero value, +0mm http://www.w3.org/TR/CSS21/box.html#propdef-margin-top,http://www.w3.org/TR/CSS21/box.html#margin-properties 2df1eae00329c0902e776a3ae8ad420d52116a45 `Microsoft`<http://www.microsoft.com/> The 'margin-top' property sets a positive zero length value in millimeters.
|
|
margin-top-055 reference/margin-top-043-ref Margin-top using millimeters with a nominal value, 25.4mm http://www.w3.org/TR/CSS21/box.html#propdef-margin-top,http://www.w3.org/TR/CSS21/box.html#margin-properties c0b31cafa004fbd02323a6ea76aa7b08da40dfc0 `Microsoft`<http://www.microsoft.com/> The 'margin-top' property sets a nominal length value in millimeters.
|
|
margin-top-056 reference/margin-top-043-ref Margin-top using millimeters with a nominal value with a plus sign, +25.4mm http://www.w3.org/TR/CSS21/box.html#propdef-margin-top,http://www.w3.org/TR/CSS21/box.html#margin-properties 450c1bd1d04d8c5b99e9e537bfa6c55c71dd73f0 `Microsoft`<http://www.microsoft.com/> The 'margin-top' property sets a nominal length value in millimeters with a plus sign.
|
|
margin-top-064 reference/ref-no-vert-space-between Margin-top using inches with a negative zero value, -0in http://www.w3.org/TR/CSS21/box.html#propdef-margin-top,http://www.w3.org/TR/CSS21/box.html#margin-properties 1afa899b5f42ce5481186b03d8d6268839eeaf95 `Microsoft`<http://www.microsoft.com/> The 'margin-top' property sets a negative zero length value in inches.
|
|
margin-top-065 reference/ref-no-vert-space-between Margin-top using inches with a zero value, 0in http://www.w3.org/TR/CSS21/box.html#propdef-margin-top,http://www.w3.org/TR/CSS21/box.html#margin-properties 925187a2e9cbeb7bed846ed59fb66d4799faf63e `Microsoft`<http://www.microsoft.com/> The 'margin-top' property sets a zero length value in inches.
|
|
margin-top-066 reference/ref-no-vert-space-between Margin-top using inches with a positive zero value, +0in http://www.w3.org/TR/CSS21/box.html#propdef-margin-top,http://www.w3.org/TR/CSS21/box.html#margin-properties 8469af7fb8397d312b0157a2832b96ca64c592b7 `Microsoft`<http://www.microsoft.com/> The 'margin-top' property sets a positive zero length value in inches.
|
|
margin-top-067 reference/margin-top-067-ref Margin-top using inches with a nominal value, 1in http://www.w3.org/TR/CSS21/box.html#propdef-margin-top,http://www.w3.org/TR/CSS21/box.html#margin-properties c329b2b5f73cf5e1ff6fb580c021061ab0b14e5e `Microsoft`<http://www.microsoft.com/> The 'margin-top' property sets a nominal length value in inches.
|
|
margin-top-068 reference/margin-top-067-ref Margin-top using inches with a nominal value with a plus sign, +1in http://www.w3.org/TR/CSS21/box.html#propdef-margin-top,http://www.w3.org/TR/CSS21/box.html#margin-properties 8c26938ad1a97eef4d7aafed3d901a5db93bb95b `Microsoft`<http://www.microsoft.com/> The 'margin-top' property sets a nominal length value in inches with a plus sign.
|
|
margin-top-076 reference/ref-no-vert-space-between Margin-top using 'em' units with a negative zero value, -0em ahem http://www.w3.org/TR/CSS21/box.html#propdef-margin-top,http://www.w3.org/TR/CSS21/box.html#margin-properties 622b28f7a6ad1b6f8b73bac3760bf49e054d8a3f `Microsoft`<http://www.microsoft.com/> The 'margin-top' property sets a negative zero length value in 'em' units.
|
|
margin-top-077 reference/ref-no-vert-space-between Margin-top using 'em' units with a zero value, 0em ahem http://www.w3.org/TR/CSS21/box.html#propdef-margin-top,http://www.w3.org/TR/CSS21/box.html#margin-properties ccb5e598b9884188a0c482bec53388abbdd00e43 `Microsoft`<http://www.microsoft.com/> The 'margin-top' property sets a zero length value in 'em' units.
|
|
margin-top-078 reference/ref-no-vert-space-between Margin-top using 'em' units with a positive zero value, +0em ahem http://www.w3.org/TR/CSS21/box.html#propdef-margin-top,http://www.w3.org/TR/CSS21/box.html#margin-properties bfecda6a67c25f68a24e40438291a99e98248c40 `Microsoft`<http://www.microsoft.com/> The 'margin-top' property sets a positive zero length value in 'em' units.
|
|
margin-top-079 reference/margin-top-079-ref Margin-top using 'em' units with a nominal value, 6em ahem http://www.w3.org/TR/CSS21/box.html#propdef-margin-top,http://www.w3.org/TR/CSS21/box.html#margin-properties 1ef87a6ae743a0f3b64b2163aa9f96d1aa71eab5 `Microsoft`<http://www.microsoft.com/> The 'margin-top' property sets a nominal length value in 'em' units.
|
|
margin-top-080 reference/margin-top-079-ref Margin-top using 'em' units with a nominal value with a plus sign, +6em ahem http://www.w3.org/TR/CSS21/box.html#propdef-margin-top,http://www.w3.org/TR/CSS21/box.html#margin-properties a14ce354dd7d9cbdd01929459656c7f9a27e59af `Microsoft`<http://www.microsoft.com/> The 'margin-top' property sets a nominal length value in 'em' units with a plus sign.
|
|
margin-top-088 reference/ref-no-vert-space-between Margin-top using 'ex' units with a negative zero value, -0ex ahem http://www.w3.org/TR/CSS21/box.html#propdef-margin-top,http://www.w3.org/TR/CSS21/box.html#margin-properties c7debc2eba4f2a91aee012ca26b74c48380bd1b1 `Microsoft`<http://www.microsoft.com/> The 'margin-top' property sets a negative zero length value in 'ex' units.
|
|
margin-top-089 reference/ref-no-vert-space-between Margin-top using 'ex' units with a zero value, 0ex ahem http://www.w3.org/TR/CSS21/box.html#propdef-margin-top,http://www.w3.org/TR/CSS21/box.html#margin-properties c17febc46c3f061222e8e3e87b78828435d032bf `Microsoft`<http://www.microsoft.com/> The 'margin-top' property sets a zero length value in 'ex' units.
|
|
margin-top-090 reference/ref-no-vert-space-between Margin-top using 'ex' units with a positive zero value, +0ex ahem http://www.w3.org/TR/CSS21/box.html#propdef-margin-top,http://www.w3.org/TR/CSS21/box.html#margin-properties ca2050c4d0fd3228351883c53bf1e6d0826ec98d `Microsoft`<http://www.microsoft.com/> The 'margin-top' property sets a positive zero length value in 'ex' units.
|
|
margin-top-091 reference/margin-top-031-ref Margin-top using 'ex' units with a nominal value, 7.5ex ahem http://www.w3.org/TR/CSS21/box.html#propdef-margin-top,http://www.w3.org/TR/CSS21/box.html#margin-properties 6a2a3acb4c53a76b8ac5dbc37ebe5d9183000730 `Microsoft`<http://www.microsoft.com/> The 'margin-top' property sets a nominal length value in 'ex' units.
|
|
margin-top-092 reference/margin-top-031-ref Margin-top using 'ex' units with a nominal value with a plus sign, +7.5ex ahem http://www.w3.org/TR/CSS21/box.html#propdef-margin-top,http://www.w3.org/TR/CSS21/box.html#margin-properties ce0d019487d0bd8fa12015df35d9b5d0c6949305 `Microsoft`<http://www.microsoft.com/> The 'margin-top' property sets a nominal length value in 'ex' units with a plus sign.
|
|
margin-top-100 reference/margin-bottom-100-ref Margin-top using percentages with a negative zero value, -0% http://www.w3.org/TR/CSS21/box.html#propdef-margin-top,http://www.w3.org/TR/CSS21/box.html#margin-properties c22b3ff0cae5a0f4d3dda6c1fa3c500aeef7bd0f `Microsoft`<http://www.microsoft.com/> The 'margin-top' property sets a negative zero length value in percentages.
|
|
margin-top-101 reference/margin-bottom-100-ref Margin-top using percentages with a zero value, 0% http://www.w3.org/TR/CSS21/box.html#propdef-margin-top,http://www.w3.org/TR/CSS21/box.html#margin-properties 20736d2454a0abb6440db2ee5de99c2ff95d191e `Microsoft`<http://www.microsoft.com/> The 'margin-top' property sets a zero length value in percentages.
|
|
margin-top-102 reference/margin-bottom-100-ref Margin-top using percentages with a positive zero value, +0% http://www.w3.org/TR/CSS21/box.html#propdef-margin-top,http://www.w3.org/TR/CSS21/box.html#margin-properties 2045f25c953cb601a8e70a4a0de5f2f44285d9a0 `Microsoft`<http://www.microsoft.com/> The 'margin-top' property sets a positive zero length value in percentages.
|
|
margin-top-103 reference/margin-top-103-ref Margin-top using percentages with a nominal value, 50% http://www.w3.org/TR/CSS21/box.html#propdef-margin-top,http://www.w3.org/TR/CSS21/box.html#margin-properties 756c30141084646ecdc324ba0d6eb9148a9ea396 `Microsoft`<http://www.microsoft.com/> The 'margin-top' property sets a nominal length value in percentages.
|
|
margin-top-104 reference/margin-top-103-ref Margin-top using percentages with a nominal value with a plus sign, +50% http://www.w3.org/TR/CSS21/box.html#propdef-margin-top,http://www.w3.org/TR/CSS21/box.html#margin-properties aa1d92254f4be88e5833d9ff98f1737b9a9e77f3 `Microsoft`<http://www.microsoft.com/> The 'margin-top' property sets a nominal length value in percentages with a plus sign.
|
|
margin-top-109 reference/ref-no-vert-space-between Margin-top sets a negative zero value with no units, -0 http://www.w3.org/TR/CSS21/box.html#propdef-margin-top,http://www.w3.org/TR/CSS21/box.html#margin-properties d09a0df53b0214e01a1a8bf1abf861403a104c78 `Microsoft`<http://www.microsoft.com/> The 'margin-top' property sets a negative zero length value with no units.
|
|
margin-top-110 reference/ref-no-vert-space-between Margin-top sets a zero value with no units, 0 http://www.w3.org/TR/CSS21/box.html#propdef-margin-top,http://www.w3.org/TR/CSS21/box.html#margin-properties ec469061e37090ace16bdd59af72fc1bd8173842 `Microsoft`<http://www.microsoft.com/> The 'margin-top' property sets a zero length value with no units.
|
|
margin-top-111 reference/ref-no-vert-space-between Margin-top sets a positive zero value with no units, +0 http://www.w3.org/TR/CSS21/box.html#propdef-margin-top,http://www.w3.org/TR/CSS21/box.html#margin-properties 402ec58a6e3bb2877f1ad087f70b3b347d2e8e4c `Microsoft`<http://www.microsoft.com/> The 'margin-top' property sets a positive zero length value with no units.
|
|
margin-top-112 reference/ref-no-vert-space-between Margin-top with a value of 'auto' http://www.w3.org/TR/CSS21/box.html#propdef-margin-top,http://www.w3.org/TR/CSS21/box.html#margin-properties ac8b048a2f84d64044faeb91edade2c143265c0a `Microsoft`<http://www.microsoft.com/> The 'margin-top' property sets a value of 'auto'.
|
|
margin-top-113 reference/margin-top-113-ref Margin-top with a value of 'inherit' http://www.w3.org/TR/CSS21/box.html#propdef-margin-top,http://www.w3.org/TR/CSS21/box.html#margin-properties b7940c51e51b2cee92fd771565c46b42d32cdd6c `Microsoft`<http://www.microsoft.com/> The 'margin-top' property sets a value of 'inherit'.
|
|
margin-top-applies-to-001 reference/margin-top-applies-to-001-ref Margin-top applied to element with display table-row-group http://www.w3.org/TR/CSS21/box.html#propdef-margin-top,http://www.w3.org/TR/CSS21/box.html#margin-properties ef935881ecfdef33f9724c27ef361879b5c5037e `Microsoft`<http://www.microsoft.com/> The 'margin-top' property does not apply to elements with a display of table-row-group.
|
|
margin-top-applies-to-002 reference/margin-top-applies-to-001-ref Margin-top applied to element with display table-header-group http://www.w3.org/TR/CSS21/box.html#propdef-margin-top,http://www.w3.org/TR/CSS21/box.html#margin-properties 5f0444879cb540c4570f034cb41e704743044b20 `Microsoft`<http://www.microsoft.com/> The 'margin-top' property does not apply to elements with a display of table-header-group.
|
|
margin-top-applies-to-003 reference/margin-top-applies-to-001-ref Margin-top applied to element with display table-footer-group http://www.w3.org/TR/CSS21/box.html#propdef-margin-top,http://www.w3.org/TR/CSS21/box.html#margin-properties 8f96b4a98ff5542d54fa4fc7c584fec66d69fc5b `Microsoft`<http://www.microsoft.com/> The 'margin-top' property does not apply to elements with a display of table-footer-group.
|
|
margin-top-applies-to-004 reference/margin-top-applies-to-001-ref Margin-top applied to element with display table-row http://www.w3.org/TR/CSS21/box.html#propdef-margin-top,http://www.w3.org/TR/CSS21/box.html#margin-properties f9a61054ebc45e24d00cf731e13ccf6b0a7b4a3a `Microsoft`<http://www.microsoft.com/> The 'margin-top' property does not apply to elements with a display of table-row.
|
|
margin-top-applies-to-005 reference/margin-top-applies-to-001-ref Margin-top applied to element with display table-column-group http://www.w3.org/TR/CSS21/box.html#propdef-margin-top,http://www.w3.org/TR/CSS21/box.html#margin-properties b53e6ca32f1c81692935f18a2361ca5cbe52bb1c `Microsoft`<http://www.microsoft.com/> The 'margin-top' property does not apply to elements with a display of table-column-group.
|
|
margin-top-applies-to-006 reference/margin-top-applies-to-001-ref Margin-top applied to element with display table-column http://www.w3.org/TR/CSS21/box.html#propdef-margin-top,http://www.w3.org/TR/CSS21/box.html#margin-properties 190dafd80dde637fe659a1ea4391259ba9b1effd `Microsoft`<http://www.microsoft.com/> The 'margin-top' property does not apply to elements with a display of table-column.
|
|
margin-top-applies-to-007 reference/margin-top-applies-to-001-ref Margin-top applied to element with display table-cell http://www.w3.org/TR/CSS21/box.html#propdef-margin-top,http://www.w3.org/TR/CSS21/box.html#margin-properties 929a4fe16b1025b36f0c5ef4c9b3ca3d77e756a5 `Microsoft`<http://www.microsoft.com/> The 'margin-top' property does not apply to elements with a display of table-cell.
|
|
margin-top-applies-to-008 reference/margin-bottom-applies-to-008-ref Margin-top applied to element with display inline ahem http://www.w3.org/TR/CSS21/box.html#propdef-margin-top,http://www.w3.org/TR/CSS21/box.html#margin-properties 8b3a8c449c5470d2b16e4903d44fbb0a31f4a381 `Microsoft`<http://www.microsoft.com/> The 'margin-top' property do not apply to elements with a display of inline.
|
|
margin-top-applies-to-009 reference/margin-bottom-applies-to-009-ref Margin-top applied to element with display block http://www.w3.org/TR/CSS21/box.html#propdef-margin-top,http://www.w3.org/TR/CSS21/box.html#margin-properties 79a414272d21ad5dbe40e62bf8df0e7f4ea8392e `Microsoft`<http://www.microsoft.com/> The 'margin-top' property applies to elements with a display of block.
|
|
margin-top-applies-to-010 Margin-top applied to element with display list-item http://www.w3.org/TR/CSS21/box.html#propdef-margin-top,http://www.w3.org/TR/CSS21/box.html#margin-properties 2f5efe9148bcfaf72b8a9b558cbf21979a95a772 `Microsoft`<http://www.microsoft.com/> The 'margin-top' property applies to elements with a display of list-item.
|
|
margin-top-applies-to-011 Margin-top applied to element with display run-in http://www.w3.org/TR/CSS21/box.html#propdef-margin-top,http://www.w3.org/TR/CSS21/box.html#margin-properties f8c5eb0e03431de3a9448a318ae8e6a6835f3e19 `Microsoft`<http://www.microsoft.com/> The 'margin-top' property applies to elements with a display of run-in.
|
|
margin-top-applies-to-012 reference/margin-top-applies-to-012-ref Margin-top applied to element with display inline-block http://www.w3.org/TR/CSS21/box.html#propdef-margin-top,http://www.w3.org/TR/CSS21/box.html#margin-properties dbc72c19417bb5c0476db1a6dcdfd851aa11be8e `Microsoft`<http://www.microsoft.com/> The 'margin-top' property applies to elements with a display of inline-block.
|
|
margin-top-applies-to-013 reference/margin-top-applies-to-013-ref Margin-top applied to element with display table http://www.w3.org/TR/CSS21/box.html#propdef-margin-top,http://www.w3.org/TR/CSS21/box.html#margin-properties 9e212c38e172fffc09226bc779996c8c64d45011 `Microsoft`<http://www.microsoft.com/> The 'margin-top' property applies to elements with a display of table.
|
|
margin-top-applies-to-014 reference/margin-top-applies-to-013-ref Margin-top applied to element with display inline-table http://www.w3.org/TR/CSS21/box.html#propdef-margin-top,http://www.w3.org/TR/CSS21/box.html#margin-properties 7a308efdfa0db0a8f0542ca975b2bb3abb1b549b `Microsoft`<http://www.microsoft.com/> The 'margin-top' property applies to elements with a display of inline-table.
|
|
margin-top-applies-to-015 reference/margin-top-applies-to-013-ref Margin-top applied to element with display table-caption http://www.w3.org/TR/CSS21/box.html#propdef-margin-top,http://www.w3.org/TR/CSS21/box.html#margin-properties 1bf6a218fa8d325b9a55d0166f933420622dcbeb `Microsoft`<http://www.microsoft.com/> The 'margin-top' property applies to elements with a display of table-caption.
|
|
markers-rtl-001 List marker in right-to-left layout http://www.w3.org/TR/CSS21/generate.html#lists 93a5ddaefbdba92fba785f4dcd9a7dc1c1eec4a5 `Microsoft`<http://www.microsoft.com/> When the 'direction' property is set to 'RTL' the markers for list items are placed on the right.
|
|
matching-brackets-001 Matching brackets and quotes for @rules invalid http://www.w3.org/TR/CSS21/syndata.html#parsing-errors,http://www.w3.org/TR/CSS21/media.html#at-media-rule facae6b02dfba602e9064b68b5e163c8a1c76cd9 `Elika J. Etemad`<http://fantasai.inkedblade.net/contact> User agents must handle unexpected tokens encountered while parsing an at-rule by reading until the end of the statement, while observing the rules for matching pairs of brackets and quotes, and correctly handling escapes.
|
|
matching-brackets-002 Matching brackets and quotes for declarations invalid http://www.w3.org/TR/CSS21/syndata.html#parsing-errors,http://www.w3.org/TR/CSS21/media.html#at-media-rule ce3d692e67e7ca12b7bfadde6e12af19092390a4 `Elika J. Etemad`<http://fantasai.inkedblade.net/contact> User agents must handle unexpected tokens encountered while parsing a declaration by reading until the end of the statement, while observing the rules for matching pairs of brackets and quotes, and correctly handling escapes.
|
|
matching-brackets-003 Matching brackets and quotes for selectors invalid http://www.w3.org/TR/CSS21/syndata.html#parsing-errors,http://www.w3.org/TR/CSS21/media.html#at-media-rule df372c5402e2d0793db596947c5157448aee677d `Elika J. Etemad`<http://fantasai.inkedblade.net/contact> User agents must handle unexpected tokens encountered while parsing a declaration by reading until the end of the statement, while observing the rules for matching pairs of brackets and quotes, and correctly handling escapes.
|
|
max-height-001 reference/ref-filled-black-96px-square Max-height using pixels with a minimum minus one value, -1px invalid http://www.w3.org/TR/CSS21/visudet.html#propdef-max-height,http://www.w3.org/TR/CSS21/visudet.html#min-max-heights 2bd8cdd11cef083ddeec6f37cf73b655577f0c5c `Microsoft`<http://www.microsoft.com/> The 'max-height' property sets a minimum minus one length value in pixels.
|
|
max-height-002 reference/height-001-ref Max-height using pixels with a minimum value, 0px http://www.w3.org/TR/CSS21/visudet.html#propdef-max-height,http://www.w3.org/TR/CSS21/visudet.html#min-max-heights 34f58e49e33d41ab4de3703b07f0f4ec91a67d8d `Microsoft`<http://www.microsoft.com/> The 'max-height' property sets a minimum length value in pixels.
|
|
max-height-003 reference/height-003-ref Max-height using pixels with a minimum plus one value, 1px http://www.w3.org/TR/CSS21/visudet.html#propdef-max-height,http://www.w3.org/TR/CSS21/visudet.html#min-max-heights d31f0a0ba68e8ceb02d5eb7b33e06c7b8c23669e `Microsoft`<http://www.microsoft.com/> The 'max-height' property sets a minimum plus one length value in pixels.
|
|
max-height-004 reference/height-001-ref Max-height using pixels with a negative zero value, -0px http://www.w3.org/TR/CSS21/visudet.html#propdef-max-height,http://www.w3.org/TR/CSS21/visudet.html#min-max-heights cd60407c40d199c7a5b56757e4569178f73b7add `Microsoft`<http://www.microsoft.com/> The 'max-height' property sets a negative zero length value in pixels.
|
|
max-height-005 reference/height-001-ref Max-height using pixels with a positive zero value, +0px http://www.w3.org/TR/CSS21/visudet.html#propdef-max-height,http://www.w3.org/TR/CSS21/visudet.html#min-max-heights df3f2a9c392d23c67d2b551d4652d4fd6d4d6393 `Microsoft`<http://www.microsoft.com/> The 'max-height' property sets a positive zero length value in pixels.
|
|
max-height-006 reference/height-006-ref Max-height using pixels with a nominal value, 96px http://www.w3.org/TR/CSS21/visudet.html#propdef-max-height,http://www.w3.org/TR/CSS21/visudet.html#min-max-heights e65320e35bf294f7ad4ce8be838d674cb5f89c1c `Microsoft`<http://www.microsoft.com/> The 'max-height' property sets a nominal length value in pixels.
|
|
max-height-007 reference/height-006-ref Max-height using pixels with a positive nominal value, +96px http://www.w3.org/TR/CSS21/visudet.html#propdef-max-height,http://www.w3.org/TR/CSS21/visudet.html#min-max-heights 862db0de52c986311e5be7ff2ca78a7760b87a16 `Microsoft`<http://www.microsoft.com/> The 'max-height' property sets a positive nominal length value in pixels.
|
|
max-height-012 reference/ref-filled-black-96px-square Max-height using points with a minimum minus one value, -1pt invalid http://www.w3.org/TR/CSS21/visudet.html#propdef-max-height,http://www.w3.org/TR/CSS21/visudet.html#min-max-heights a40e2912232148da6f7cf6afdcdfefafb5cf24ff `Microsoft`<http://www.microsoft.com/> The 'max-height' property sets a minimum minus one length value in points.
|
|
max-height-013 reference/height-001-ref Max-height using points with a minimum value, 0pt http://www.w3.org/TR/CSS21/visudet.html#propdef-max-height,http://www.w3.org/TR/CSS21/visudet.html#min-max-heights 0fd00b91901bc5e907bdca552ca864eaed83ce4b `Microsoft`<http://www.microsoft.com/> The 'max-height' property sets a minimum length value in points.
|
|
max-height-014 Max-height using points with a minimum plus one value, 1pt http://www.w3.org/TR/CSS21/visudet.html#propdef-max-height,http://www.w3.org/TR/CSS21/visudet.html#min-max-heights c4b5083f1f9223ed6c9bc2a95cfac4a118137f35 `Microsoft`<http://www.microsoft.com/> The 'max-height' property sets a minimum plus one length value in points.
|
|
max-height-015 reference/height-001-ref Max-height using points with a negative zero value, -0pt http://www.w3.org/TR/CSS21/visudet.html#propdef-max-height,http://www.w3.org/TR/CSS21/visudet.html#min-max-heights bafaf6b3cb28170d2139ce0d044bc658bbe1b4df `Microsoft`<http://www.microsoft.com/> The 'max-height' property sets a negative zero length value in points.
|
|
max-height-016 reference/height-001-ref Max-height using points with a positive zero value, +0pt http://www.w3.org/TR/CSS21/visudet.html#propdef-max-height,http://www.w3.org/TR/CSS21/visudet.html#min-max-heights 075edb877b7ee77a7550b2aaa8bd84da7eacc9fe `Microsoft`<http://www.microsoft.com/> The 'max-height' property sets a positive zero length value in points.
|
|
max-height-017 reference/height-006-ref Max-height using points with a nominal value, 72pt http://www.w3.org/TR/CSS21/visudet.html#propdef-max-height,http://www.w3.org/TR/CSS21/visudet.html#min-max-heights f742242f099a75d3f73142f775a303d2b86978dc `Microsoft`<http://www.microsoft.com/> The 'max-height' property sets a nominal length value in points.
|
|
max-height-018 reference/height-006-ref Max-height using points with a positive nominal value, +72pt http://www.w3.org/TR/CSS21/visudet.html#propdef-max-height,http://www.w3.org/TR/CSS21/visudet.html#min-max-heights cad8ad71c301b962ba8cf023793bf31d6acb92b5 `Microsoft`<http://www.microsoft.com/> The 'max-height' property sets a positive nominal length value in points.
|
|
max-height-023 reference/ref-filled-black-96px-square Max-height using picas with a minimum minus one value, -1pc invalid http://www.w3.org/TR/CSS21/visudet.html#propdef-max-height,http://www.w3.org/TR/CSS21/visudet.html#min-max-heights c6607c3ddd2b0f91f2745923632195f88c2da40a `Microsoft`<http://www.microsoft.com/> The 'max-height' property sets a minimum minus one length value in picas.
|
|
max-height-024 reference/height-001-ref Max-height using picas with a minimum value, 0pc http://www.w3.org/TR/CSS21/visudet.html#propdef-max-height,http://www.w3.org/TR/CSS21/visudet.html#min-max-heights 627505acd617148713d512792e576d10e99b8fdf `Microsoft`<http://www.microsoft.com/> The 'max-height' property sets a minimum length value in picas.
|
|
max-height-025 reference/max-height-025-ref Max-height using picas with a minimum plus one value, 1pc http://www.w3.org/TR/CSS21/visudet.html#propdef-max-height,http://www.w3.org/TR/CSS21/visudet.html#min-max-heights 609732ead526201ff552d4559d200d80f445388b `Microsoft`<http://www.microsoft.com/> The 'max-height' property sets a minimum plus one length value in picas.
|
|
max-height-026 reference/height-001-ref Max-height using picas with a negative zero value, -0pc http://www.w3.org/TR/CSS21/visudet.html#propdef-max-height,http://www.w3.org/TR/CSS21/visudet.html#min-max-heights 8bd4015cae37ac7ff5c4b614c43106e78e4f95a9 `Microsoft`<http://www.microsoft.com/> The 'max-height' property sets a negative zero length value in picas.
|
|
max-height-027 reference/height-001-ref Max-height using picas with a positive zero value, +0pc http://www.w3.org/TR/CSS21/visudet.html#propdef-max-height,http://www.w3.org/TR/CSS21/visudet.html#min-max-heights 440bc6905ea796e54cde787837b110100ac76d44 `Microsoft`<http://www.microsoft.com/> The 'max-height' property sets a positive zero length value in picas.
|
|
max-height-028 reference/height-006-ref Max-height using picas with a nominal value, 6pc http://www.w3.org/TR/CSS21/visudet.html#propdef-max-height,http://www.w3.org/TR/CSS21/visudet.html#min-max-heights afef4b48796ad383e3b1f633cdec65c1f50e8b03 `Microsoft`<http://www.microsoft.com/> The 'max-height' property sets a nominal length value in picas.
|
|
max-height-029 reference/height-006-ref Max-height using picas with a positive nominal value, +6pc http://www.w3.org/TR/CSS21/visudet.html#propdef-max-height,http://www.w3.org/TR/CSS21/visudet.html#min-max-heights 933dcdf3cf980194483d3382736f92488e8cce51 `Microsoft`<http://www.microsoft.com/> The 'max-height' property sets a positive nominal length value in picas.
|
|
max-height-034 reference/ref-filled-black-96px-square Max-height using centimeters with a minimum minus one value, -1cm invalid http://www.w3.org/TR/CSS21/visudet.html#propdef-max-height,http://www.w3.org/TR/CSS21/visudet.html#min-max-heights 3e40936161b055842edb6ad2af0226f506c9844a `Microsoft`<http://www.microsoft.com/> The 'max-height' property sets a minimum minus one length value in centimeters.
|
|
max-height-035 reference/height-001-ref Max-height using centimeters with a minimum value, 0cm http://www.w3.org/TR/CSS21/visudet.html#propdef-max-height,http://www.w3.org/TR/CSS21/visudet.html#min-max-heights c5ec5c92accac5e8a16fd9d09374bd43c49c9d6e `Microsoft`<http://www.microsoft.com/> The 'max-height' property sets a minimum length value in centimeters.
|
|
max-height-036 reference/max-height-036-ref Max-height using centimeters with a minimum plus one value, 1cm http://www.w3.org/TR/CSS21/visudet.html#propdef-max-height,http://www.w3.org/TR/CSS21/visudet.html#min-max-heights eb159586070090474ebf957abc65e2272d7359ce `Microsoft`<http://www.microsoft.com/> The 'max-height' property sets a minimum plus one length value in centimeters.
|
|
max-height-037 reference/height-001-ref Max-height using centimeters with a negative zero value, -0cm http://www.w3.org/TR/CSS21/visudet.html#propdef-max-height,http://www.w3.org/TR/CSS21/visudet.html#min-max-heights f2b163765d40d2085e98471d817d56723bc011ab `Microsoft`<http://www.microsoft.com/> The 'max-height' property sets a negative zero length value in centimeters.
|
|
max-height-038 reference/height-001-ref Max-height using centimeters with a positive zero value, +0cm http://www.w3.org/TR/CSS21/visudet.html#propdef-max-height,http://www.w3.org/TR/CSS21/visudet.html#min-max-heights e6dd0f0d34e38118a930dc369918a4377c3119a3 `Microsoft`<http://www.microsoft.com/> The 'max-height' property sets a positive zero length value in centimeters.
|
|
max-height-039 reference/height-006-ref Max-height using centimeters with a nominal value, 2.54cm http://www.w3.org/TR/CSS21/visudet.html#propdef-max-height,http://www.w3.org/TR/CSS21/visudet.html#min-max-heights fcc622bbca907f2e5919ad36ad95aed96a3b264d `Microsoft`<http://www.microsoft.com/> The 'max-height' property sets a nominal length value in centimeters.
|
|
max-height-040 reference/height-006-ref Max-height using centimeters with a positive nominal value, +2.54cm http://www.w3.org/TR/CSS21/visudet.html#propdef-max-height,http://www.w3.org/TR/CSS21/visudet.html#min-max-heights 5fd55135321e974f0dac3953881e7279c1754ba5 `Microsoft`<http://www.microsoft.com/> The 'max-height' property sets a positive nominal length value in centimeters.
|
|
max-height-045 reference/ref-filled-black-96px-square Max-height using millimeters with a minimum minus one value, -1mm invalid http://www.w3.org/TR/CSS21/visudet.html#propdef-max-height,http://www.w3.org/TR/CSS21/visudet.html#min-max-heights ab380cf478a6f8678a9ed4163d3d925debf33785 `Microsoft`<http://www.microsoft.com/> The 'max-height' property sets a minimum minus one length value in millimeters.
|
|
max-height-046 reference/height-001-ref Max-height using millimeters with a minimum value, 0mm http://www.w3.org/TR/CSS21/visudet.html#propdef-max-height,http://www.w3.org/TR/CSS21/visudet.html#min-max-heights 6a9f90d506c54a330e7b8ce1a8e3cad21276adc5 `Microsoft`<http://www.microsoft.com/> The 'max-height' property sets a minimum length value in millimeters.
|
|
max-height-047 reference/max-height-047-ref Max-height using millimeters with a minimum plus one value, 1mm http://www.w3.org/TR/CSS21/visudet.html#propdef-max-height,http://www.w3.org/TR/CSS21/visudet.html#min-max-heights 1542e0602518a5f6c680cf78238bdb1570d8bdd9 `Microsoft`<http://www.microsoft.com/> The 'max-height' property sets a minimum plus one length value in millimeters.
|
|
max-height-048 reference/height-001-ref Max-height using millimeters with a negative zero value, -0mm http://www.w3.org/TR/CSS21/visudet.html#propdef-max-height,http://www.w3.org/TR/CSS21/visudet.html#min-max-heights 5538cdaaf6e3f2e0c12262ac0c4f8687a8e8c38a `Microsoft`<http://www.microsoft.com/> The 'max-height' property sets a negative zero length value in millimeters.
|
|
max-height-049 reference/height-001-ref Max-height using millimeters with a positive zero value, +0mm http://www.w3.org/TR/CSS21/visudet.html#propdef-max-height,http://www.w3.org/TR/CSS21/visudet.html#min-max-heights 81c4501f3125d56c8f5be3255879a5efabae565d `Microsoft`<http://www.microsoft.com/> The 'max-height' property sets a positive zero length value in millimeters.
|
|
max-height-050 reference/height-006-ref Max-height using millimeters with a nominal value, 25.4mm http://www.w3.org/TR/CSS21/visudet.html#propdef-max-height,http://www.w3.org/TR/CSS21/visudet.html#min-max-heights 4d2eb657b3c7b9a4d4b20a3d86d8ea3c2f6adc98 `Microsoft`<http://www.microsoft.com/> The 'max-height' property sets a nominal length value in millimeters.
|
|
max-height-051 reference/height-006-ref Max-height using millimeters with a positive nominal value, +25.4mm http://www.w3.org/TR/CSS21/visudet.html#propdef-max-height,http://www.w3.org/TR/CSS21/visudet.html#min-max-heights f4b0a353a1dd281e9cd94d85b5ed63ee768fec92 `Microsoft`<http://www.microsoft.com/> The 'max-height' property sets a positive nominal length value in millimeters.
|
|
max-height-056 reference/ref-filled-black-96px-square Max-height using inches with a minimum minus one value, -1in invalid http://www.w3.org/TR/CSS21/visudet.html#propdef-max-height,http://www.w3.org/TR/CSS21/visudet.html#min-max-heights 0550299f92e4489a78929b431d9e1cde3e270984 `Microsoft`<http://www.microsoft.com/> The 'max-height' property sets a minimum minus one length value in inches.
|
|
max-height-057 reference/height-001-ref Max-height using inches with a minimum value, 0in http://www.w3.org/TR/CSS21/visudet.html#propdef-max-height,http://www.w3.org/TR/CSS21/visudet.html#min-max-heights 0d6c2eb198030d2c92bb30fe5282292535634fef `Microsoft`<http://www.microsoft.com/> The 'max-height' property sets a minimum length value in inches.
|
|
max-height-058 reference/max-height-058-ref Max-height using inches with a minimum plus one value, 1in http://www.w3.org/TR/CSS21/visudet.html#propdef-max-height,http://www.w3.org/TR/CSS21/visudet.html#min-max-heights 6c0eea14b36ba90153a9ed83e13f720e87e644bc `Microsoft`<http://www.microsoft.com/> The 'max-height' property sets a minimum plus one length value in inches.
|
|
max-height-059 reference/height-001-ref Max-height using inches with a negative zero value, -0in http://www.w3.org/TR/CSS21/visudet.html#propdef-max-height,http://www.w3.org/TR/CSS21/visudet.html#min-max-heights e538afdbfb636d01495c9f6f74e8dc4354055a86 `Microsoft`<http://www.microsoft.com/> The 'max-height' property sets a negative zero length value in inches.
|
|
max-height-060 reference/height-001-ref Max-height using inches with a positive zero value, +0in http://www.w3.org/TR/CSS21/visudet.html#propdef-max-height,http://www.w3.org/TR/CSS21/visudet.html#min-max-heights 45a2f067bfc8e7a9ea1b38b24e19aa8f564182a5 `Microsoft`<http://www.microsoft.com/> The 'max-height' property sets a positive zero length value in inches.
|
|
max-height-061 reference/height-061-ref Max-height using inches with a nominal value, 3in http://www.w3.org/TR/CSS21/visudet.html#propdef-max-height,http://www.w3.org/TR/CSS21/visudet.html#min-max-heights f310324b9553624d6370c1f3528832e6ba2bc95a `Microsoft`<http://www.microsoft.com/> The 'max-height' property sets a nominal length value in inches.
|
|
max-height-062 reference/height-061-ref Max-height using inches with a positive nominal value, +3in http://www.w3.org/TR/CSS21/visudet.html#propdef-max-height,http://www.w3.org/TR/CSS21/visudet.html#min-max-heights 8ca0c43c5fd068acbc6a7ea09ceed98c777936fb `Microsoft`<http://www.microsoft.com/> The 'max-height' property sets a positive nominal length value in inches.
|
|
max-height-067 reference/ref-filled-black-96px-square Max-height using 'em' units with a minimum minus one value, -1em ahem,invalid http://www.w3.org/TR/CSS21/visudet.html#propdef-max-height,http://www.w3.org/TR/CSS21/visudet.html#min-max-heights 1221695c32e4cc51f54c31d2d0349d0aecee14fd `Microsoft`<http://www.microsoft.com/> The 'max-height' property sets a minimum minus one length value in 'em' units.
|
|
max-height-068 reference/height-067-ref Max-height using 'em' units with a minimum value, 0em ahem http://www.w3.org/TR/CSS21/visudet.html#propdef-max-height,http://www.w3.org/TR/CSS21/visudet.html#min-max-heights d01f66a533c86796772b5adcc168bbbb7f83a5a3 `Microsoft`<http://www.microsoft.com/> The 'max-height' property sets a minimum length value in 'em' units.
|
|
max-height-069 reference/max-height-069-ref Max-height using 'em' units with a minimum plus one value, 1em ahem http://www.w3.org/TR/CSS21/visudet.html#propdef-max-height,http://www.w3.org/TR/CSS21/visudet.html#min-max-heights 1afcccdee24f9f9f24024a5fdfed92b8ce945f93 `Microsoft`<http://www.microsoft.com/> The 'max-height' property sets a minimum plus one length value in 'em' units.
|
|
max-height-070 reference/height-067-ref Max-height using 'em' units with a negative zero value, -0em ahem http://www.w3.org/TR/CSS21/visudet.html#propdef-max-height,http://www.w3.org/TR/CSS21/visudet.html#min-max-heights a69c8d1142779be8def885b5eb1920008ae8cec7 `Microsoft`<http://www.microsoft.com/> The 'max-height' property sets a negative zero length value in 'em' units.
|
|
max-height-071 reference/height-067-ref Max-height using 'em' units with a positive zero value, +0em ahem http://www.w3.org/TR/CSS21/visudet.html#propdef-max-height,http://www.w3.org/TR/CSS21/visudet.html#min-max-heights 38de13d556be8093b7f0ad505ddd4c8c9b71de52 `Microsoft`<http://www.microsoft.com/> The 'max-height' property sets a positive zero length value in 'em' units.
|
|
max-height-072 reference/height-072-ref Max-height using 'em' units with a nominal value, 5em ahem http://www.w3.org/TR/CSS21/visudet.html#propdef-max-height,http://www.w3.org/TR/CSS21/visudet.html#min-max-heights bd46a3f278cbab6c147d5125b5322ac3f636f7e4 `Microsoft`<http://www.microsoft.com/> The 'max-height' property sets a nominal length value in 'em' units.
|
|
max-height-073 reference/height-072-ref Max-height using 'em' units with a positive nominal value, +5em ahem http://www.w3.org/TR/CSS21/visudet.html#propdef-max-height,http://www.w3.org/TR/CSS21/visudet.html#min-max-heights 8baa7c09ec16519d52707b8d347e372d5cb33ac4 `Microsoft`<http://www.microsoft.com/> The 'max-height' property sets a positive nominal length value in 'em' units.
|
|
max-height-078 reference/ref-filled-black-96px-square Max-height using 'ex' units with a minimum minus one value, -1ex ahem,invalid http://www.w3.org/TR/CSS21/visudet.html#propdef-max-height,http://www.w3.org/TR/CSS21/visudet.html#min-max-heights f4e2cf99d2dcca1d6f109d2a8fd755f57edb6bc8 `Microsoft`<http://www.microsoft.com/> The 'max-height' property sets a minimum minus one length value in 'ex' units.
|
|
max-height-079 reference/height-067-ref Max-height using 'ex' units with a minimum value, 0ex ahem http://www.w3.org/TR/CSS21/visudet.html#propdef-max-height,http://www.w3.org/TR/CSS21/visudet.html#min-max-heights f32cac0985a00aad7f871cf58177155abd6e9bd7 `Microsoft`<http://www.microsoft.com/> The 'max-height' property sets a minimum length value in 'ex' units.
|
|
max-height-080 reference/max-height-025-ref Max-height using 'ex' units with a minimum plus one value, 1ex ahem http://www.w3.org/TR/CSS21/visudet.html#propdef-max-height,http://www.w3.org/TR/CSS21/visudet.html#min-max-heights a2a56da2e6c552fc0a65dc810465e66887aa9112 `Microsoft`<http://www.microsoft.com/> The 'max-height' property sets a minimum plus one length value in 'ex' units.
|
|
max-height-081 reference/height-067-ref Max-height using 'ex' units with a negative zero value, -0ex ahem http://www.w3.org/TR/CSS21/visudet.html#propdef-max-height,http://www.w3.org/TR/CSS21/visudet.html#min-max-heights f346a4323b491e0ed7b097b9e43beb122b923dba `Microsoft`<http://www.microsoft.com/> The 'max-height' property sets a negative zero length value in 'ex' units.
|
|
max-height-082 reference/height-067-ref Max-height using 'ex' units with a positive zero value, +0ex ahem http://www.w3.org/TR/CSS21/visudet.html#propdef-max-height,http://www.w3.org/TR/CSS21/visudet.html#min-max-heights 76761e2fdc99e05cc79c7872d6667634b4b34004 `Microsoft`<http://www.microsoft.com/> The 'max-height' property sets a positive zero length value in 'ex' units.
|
|
max-height-083 reference/height-006-ref Max-height using 'ex' units with a nominal value, 6ex ahem http://www.w3.org/TR/CSS21/visudet.html#propdef-max-height,http://www.w3.org/TR/CSS21/visudet.html#min-max-heights 7dcadb287b9e729f07b33352478c8af44c37d1c7 `Microsoft`<http://www.microsoft.com/> The 'max-height' property sets a nominal length value in 'ex' units.
|
|
max-height-084 reference/height-006-ref Max-height using 'ex' units with a positive nominal value, +6ex ahem http://www.w3.org/TR/CSS21/visudet.html#propdef-max-height,http://www.w3.org/TR/CSS21/visudet.html#min-max-heights 6aa7a55a8769ab35333a27cd3ba7d2009de1820e `Microsoft`<http://www.microsoft.com/> The 'max-height' property sets a positive nominal length value in 'ex' units.
|
|
max-height-089 reference/ref-filled-black-96px-square Max-height using percentages with a minimum minus one value, -1% invalid http://www.w3.org/TR/CSS21/visudet.html#propdef-max-height,http://www.w3.org/TR/CSS21/visudet.html#min-max-heights 7076a5c8bd761bb1a81ea5c082af080a22d761cd `Microsoft`<http://www.microsoft.com/> The 'max-height' property sets a minimum minus one length value in percentages.
|
|
max-height-090 reference/height-001-ref Max-height using percentages with a minimum value, 0% http://www.w3.org/TR/CSS21/visudet.html#propdef-max-height,http://www.w3.org/TR/CSS21/visudet.html#min-max-heights 2a1da7cc66aec7227292a1f21b6c66b39d9e3c6b `Microsoft`<http://www.microsoft.com/> The 'max-height' property sets a minimum length value in percentages.
|
|
max-height-091 reference/height-003-ref Max-height using percentages with a minimum plus one value, 1% http://www.w3.org/TR/CSS21/visudet.html#propdef-max-height,http://www.w3.org/TR/CSS21/visudet.html#min-max-heights b0f770a2828da9394ca207a586fcbfada8308366 `Microsoft`<http://www.microsoft.com/> The 'max-height' property sets a minimum plus one length value in percentages.
|
|
max-height-092 reference/height-001-ref Max-height using percentages with a negative zero value, -0% http://www.w3.org/TR/CSS21/visudet.html#propdef-max-height,http://www.w3.org/TR/CSS21/visudet.html#min-max-heights a0744eacf062878ea89e4140b0b3a1b17fd20e52 `Microsoft`<http://www.microsoft.com/> The 'max-height' property sets a negative zero length value in percentages.
|
|
max-height-093 reference/height-001-ref Max-height using percentages with a positive zero value, +0% http://www.w3.org/TR/CSS21/visudet.html#propdef-max-height,http://www.w3.org/TR/CSS21/visudet.html#min-max-heights 5ec64ce6dc8a9c6e39fc1865a1b7a17125dc9d27 `Microsoft`<http://www.microsoft.com/> The 'max-height' property sets a positive zero length value in percentages.
|
|
max-height-094 reference/height-006-ref Max-height using percentages with a nominal value, 100% http://www.w3.org/TR/CSS21/visudet.html#propdef-max-height,http://www.w3.org/TR/CSS21/visudet.html#min-max-heights 62d4107a563007cefee151a180217cad7f213da7 `Microsoft`<http://www.microsoft.com/> The 'max-height' property sets a nominal length value in percentages.
|
|
max-height-095 reference/height-006-ref Max-height using percentages with a positive nominal value, +100% http://www.w3.org/TR/CSS21/visudet.html#propdef-max-height,http://www.w3.org/TR/CSS21/visudet.html#min-max-heights 015e8a6df0204b59dc5787385a780388308a4fac `Microsoft`<http://www.microsoft.com/> The 'max-height' property sets a positive nominal length value in percentages.
|
|
max-height-100 reference/ref-if-there-is-no-red Max-height with a negative zero value and no units, -0 http://www.w3.org/TR/CSS21/visudet.html#propdef-max-height,http://www.w3.org/TR/CSS21/visudet.html#min-max-heights d4435d52941519112b58c696182a385f5b4860f2 `Microsoft`<http://www.microsoft.com/> The 'max-height' property sets a negative zero length value with no units.
|
|
max-height-101 reference/height-001-ref Max-height with a zero value and no units, 0 http://www.w3.org/TR/CSS21/visudet.html#propdef-max-height,http://www.w3.org/TR/CSS21/visudet.html#min-max-heights d4dc880cda4344e0255f7144ad94302e79051f9d `Microsoft`<http://www.microsoft.com/> The 'max-height' property sets a zero length value with no units.
|
|
max-height-102 reference/ref-if-there-is-no-red Max-height with a positive zero value and no units, +0 http://www.w3.org/TR/CSS21/visudet.html#propdef-max-height,http://www.w3.org/TR/CSS21/visudet.html#min-max-heights 96bdff217291ac4bf22488fdc395cda681b90e60 `Microsoft`<http://www.microsoft.com/> The 'max-height' property sets a positive zero length value with no units.
|
|
max-height-103 reference/ref-filled-black-96px-square Max-height set to a value of 'none' http://www.w3.org/TR/CSS21/visudet.html#propdef-max-height,http://www.w3.org/TR/CSS21/visudet.html#min-max-heights 779073aaf2a0b05dbc225ce82f36fc697f1446f7 `Microsoft`<http://www.microsoft.com/> The 'max-height' property with a value of 'none' means that there is no constraining maximum height being applied to the element.
|
|
max-height-104 reference/height-003-ref Max-height set to inherit http://www.w3.org/TR/CSS21/visudet.html#propdef-max-height,http://www.w3.org/TR/CSS21/visudet.html#min-max-heights 06a2ed7ee8672b645e295a735f4d84037403fd47 `Microsoft`<http://www.microsoft.com/> The 'max-height' property properly inherits the max-height value of the parent.
|
|
max-height-105 max-height - oveflow http://www.w3.org/TR/CSS21/visudet.html#min-max-heights,http://www.w3.org/TR/CSS21/visufx.html#overflow 06197a3c513d03fdeda340005861b296ce31cc7f `Gérard Talbot`<http://www.gtalbot.org/BrowserBugsSection/css21testsuite/>,`James Hopkins`<james(a)idreamincode.co.uk> The 'max-height' property can restrain the used value of height when the used value of height is greater than the declared max-height and not when it is less than the declared max-height and not when it does not exceed the declared max-height.
|
|
max-height-106 max-height - float and overflow ahem http://www.w3.org/TR/CSS21/visudet.html#min-max-heights,http://www.w3.org/TR/CSS21/visuren.html#floats 405e8ade1b17806cfd99110ca55a66604d521968 `Gérard Talbot`<http://www.gtalbot.org/BrowserBugsSection/css21testsuite/>,`Hilbrand Edskes`<http://edskes.com/>
|
|
max-height-107 reference/max-height-107-ref max-height - space for scrollbar ahem http://www.w3.org/TR/CSS21/visufx.html#overflow,http://www.w3.org/TR/CSS21/visudet.html#min-max-heights f7de95c04969861e84068465709a311944efce15 `Gérard Talbot`<http://www.gtalbot.org/BrowserBugsSection/css21testsuite/>,`Hilbrand Edskes`<http://edskes.com/> Any space taken up by the scrollbars should be taken out of (subtracted from the dimensions of) the containing block formed by the element with the scrollbars.
|
|
max-height-108 max-height - overflow ahem http://www.w3.org/TR/CSS21/visudet.html#min-max-heights,http://www.w3.org/TR/CSS21/visufx.html#overflow 472591f659c5a0f826de172134b3988f458272c5 `Gérard Talbot`<http://www.gtalbot.org/BrowserBugsSection/css21testsuite/>,`Hilbrand Edskes`<http://edskes.com/> The max-height property can restrain the used value of height when the used value of height is greater than the declared max-height and not when it is less than the declared max-height and not when it does not exceed the declared max-height.
|
|
max-height-109 max-height - overflow ahem http://www.w3.org/TR/CSS21/visudet.html#min-max-heights,http://www.w3.org/TR/CSS21/visufx.html#overflow cb086bf6bdc6f7304c4318c5a13224f970d4b138 `Gérard Talbot`<http://www.gtalbot.org/BrowserBugsSection/css21testsuite/>,`Hilbrand Edskes`<http://edskes.com/> The 'max-height' property can restrain the used value of height when the used value of height is greater than the declared max-height.
|
|
max-height-110 reference/max-height-110-ref max-height - space for scrollbar ahem http://www.w3.org/TR/CSS21/visufx.html#overflow,http://www.w3.org/TR/CSS21/visudet.html#min-max-heights 35870b6a55ad774fc76b7f23e21bee9ea5a91c4f `Gérard Talbot`<http://www.gtalbot.org/BrowserBugsSection/css21testsuite/>,`Hilbrand Edskes`<http://edskes.com/> Any space taken up by the scrollbars should be taken out of (subtracted from the dimensions of) the containing block formed by the element with the scrollbars.
|
|
max-height-111 max-height - float and overflow ahem http://www.w3.org/TR/CSS21/visudet.html#min-max-heights,http://www.w3.org/TR/CSS21/visufx.html#overflow 407f22b72ab48a1b41a39aad1b0930253d667b37 `Gérard Talbot`<http://www.gtalbot.org/BrowserBugsSection/css21testsuite/>,`Hilbrand Edskes`<http://edskes.com/> The content of the #test-red-overlapped generates an active horizontal scrollbar. The height of such horizontal scrollbar adds itself to the content making it exceed the max-height constraint of 200px. Therefore, such vertical space taken by the horizontal scrollbar must be substracted from the height of the content. An active vertical scrollbar then must be generated to provide access to the equivalent of the height of the horizontal scrollbar.
|
|
max-height-applies-to-001 Max-height applied to elements with 'display' set to 'table-row-group' may http://www.w3.org/TR/CSS21/visudet.html#propdef-max-height,http://www.w3.org/TR/CSS21/visudet.html#min-max-heights 385ecd2169ec26ff6aaa4090209f0e551142a4e0 `Microsoft`<http://www.microsoft.com/> The 'max-height' property applies to elements with 'display' set to 'table-row-group'.
|
|
max-height-applies-to-002 Max-height applied to elements with 'display' set to 'table-header-group' may http://www.w3.org/TR/CSS21/visudet.html#propdef-max-height,http://www.w3.org/TR/CSS21/visudet.html#min-max-heights b7e80750623f6132d460680bfd7e7218e16166cb `Microsoft`<http://www.microsoft.com/> The 'max-height' property applies to elements with 'display' set to 'table-header-group'.
|
|
max-height-applies-to-003 Max-height applied to elements with 'display' set to 'table-footer-group' may http://www.w3.org/TR/CSS21/visudet.html#propdef-max-height,http://www.w3.org/TR/CSS21/visudet.html#min-max-heights 96ca80208f91f1b094e34040665db78a3cf717dc `Microsoft`<http://www.microsoft.com/> The 'max-height' property applies to elements with 'display' set to 'table-footer-group'.
|
|
max-height-applies-to-004 Max-height applied to elements with 'display' set to 'table-row' http://www.w3.org/TR/CSS21/visudet.html#propdef-max-height,http://www.w3.org/TR/CSS21/visudet.html#min-max-heights 2d0eece55d6f4ccf85107ee2095deca71963ae45 `Microsoft`<http://www.microsoft.com/> The 'max-height' property applies to elements with 'display' set to 'table-row'.
|
|
max-height-applies-to-005 reference/ref-filled-black-96px-square Max-height applied to elements with 'display' set to 'table-column-group' http://www.w3.org/TR/CSS21/visudet.html#propdef-max-height,http://www.w3.org/TR/CSS21/visudet.html#min-max-heights 28bf898c590198e53772bd538832c399af23cfc9 `Microsoft`<http://www.microsoft.com/> The 'max-height' property does not to elements with 'display' set to 'table-column-group'.
|
|
max-height-applies-to-006 reference/ref-filled-black-96px-square Max-height applied to elements with 'display' set to 'table-column' http://www.w3.org/TR/CSS21/visudet.html#propdef-max-height,http://www.w3.org/TR/CSS21/visudet.html#min-max-heights b64eda4df0eb982283aaafa8355d717fe70d37f6 `Microsoft`<http://www.microsoft.com/> The 'max-height' property does not to elements with 'display' set to 'table-column'.
|
|
max-height-applies-to-007 Max-height applied to elements with 'display' set to 'table-cell' may http://www.w3.org/TR/CSS21/visudet.html#propdef-max-height,http://www.w3.org/TR/CSS21/visudet.html#min-max-heights 9708109f50b2ab3f770cedb78bb57f3fb2a55995 `Microsoft`<http://www.microsoft.com/> The 'max-height' property applies to elements with 'display' set to 'table-cell'.
|
|
max-height-applies-to-008 reference/ref-filled-green-100px-square Max-height applied to elements with 'display' set to 'inline' ahem http://www.w3.org/TR/CSS21/visudet.html#propdef-max-height,http://www.w3.org/TR/CSS21/visudet.html#min-max-heights d2a2cb10e9cfbee60106a26c1e3ff6bbf92a00bc `Microsoft`<http://www.microsoft.com/> The 'max-height' property does not apply to elements with 'display' set to 'inline'.
|
|
max-height-applies-to-009 reference/ref-filled-black-96px-square Max-height applied to elements with 'display' set to 'block' http://www.w3.org/TR/CSS21/visudet.html#propdef-max-height,http://www.w3.org/TR/CSS21/visudet.html#min-max-heights a3c60057e7278ff2958acef236fb9178a4dcf5ba `Microsoft`<http://www.microsoft.com/> The 'max-height' property applies to elements with 'display' set to 'block'.
|
|
max-height-applies-to-010 Max-height applied to elements with 'display' set to 'list-item' http://www.w3.org/TR/CSS21/visudet.html#propdef-max-height,http://www.w3.org/TR/CSS21/visudet.html#min-max-heights 4d2a84aec6293eeac5d73beca61ec5e387d7357e `Microsoft`<http://www.microsoft.com/> The 'max-height' property applies to elements with 'display' set to 'list-item'.
|
|
max-height-applies-to-011 Max-height applied to elements with 'display' set to 'run-in' http://www.w3.org/TR/CSS21/visudet.html#propdef-max-height,http://www.w3.org/TR/CSS21/visudet.html#min-max-heights e6ee5085fe6845f7bca0f8122db03d9f16d11ac7 `Microsoft`<http://www.microsoft.com/> The 'max-height' property applies to elements with 'display' set to 'run-in'.
|
|
max-height-applies-to-012 reference/ref-filled-black-96px-square Max-height applied to elements with 'display' set to 'inline-block' http://www.w3.org/TR/CSS21/visudet.html#propdef-max-height,http://www.w3.org/TR/CSS21/visudet.html#min-max-heights 61437aa730cb362362b687b992a1a5f146708e28 `Microsoft`<http://www.microsoft.com/> The 'max-height' property applies to elements with 'display' set to 'inline-block'.
|
|
max-height-applies-to-013 reference/ref-filled-black-96px-square Max-height applied to elements with 'display' set to 'table' http://www.w3.org/TR/CSS21/visudet.html#propdef-max-height,http://www.w3.org/TR/CSS21/visudet.html#min-max-heights 10ffa1e9d5361969bc763c4ca4abe49cee380fd0 `Microsoft`<http://www.microsoft.com/> The 'max-height' property applies to elements with 'display' set to 'table'.
|
|
max-height-applies-to-014 reference/ref-filled-black-96px-square Max-height applied to elements with 'display' set to 'inline-table' http://www.w3.org/TR/CSS21/visudet.html#propdef-max-height,http://www.w3.org/TR/CSS21/visudet.html#min-max-heights bc16405feab40a731c5d69c069a40953f35a83e3 `Microsoft`<http://www.microsoft.com/> The 'max-height' property applies to elements with 'display' set to 'inline-table'.
|
|
max-height-applies-to-015 reference/ref-filled-black-96px-square Max-height applied to elements with 'display' set to 'table-caption' http://www.w3.org/TR/CSS21/visudet.html#propdef-max-height,http://www.w3.org/TR/CSS21/visudet.html#min-max-heights 51d7b87decf18679b184b5a29435fc1b9b0e2b3b `Microsoft`<http://www.microsoft.com/> The 'max-height' property applies to elements with 'display' set to 'table-caption'.
|
|
max-height-applies-to-016 reference/ref-filled-green-100px-square Max-Height applied to none http://www.w3.org/TR/CSS21/visudet.html#min-max-heights 0983fc76bcb0180c451f87824cc05e87be84ab20 `Microsoft`<http://www.microsoft.com/> Max-Height can be declared onto 'display: none' elements but since 'display: none' declaration on an element does not generate a CSS box, then it won't have a rendering effect nor a visual formatting repercussion.
|
|
max-height-max-width-001 max-height and max-width - float and overflow ahem http://www.w3.org/TR/CSS21/visudet.html#min-max-heights,http://www.w3.org/TR/CSS21/visudet.html#min-max-widths,http://www.w3.org/TR/CSS21/visuren.html#floats 633c4e8c6253d09212d3dc474ce474362d6b6fac `Gérard Talbot`<http://www.gtalbot.org/BrowserBugsSection/css21testsuite/>,`Hilbrand Edskes`<http://edskes.com/> Space taken up by the horizontal and vertical scrollbars should be taken out of (subtracted from the dimensions of) the containing block formed by the element with the scrollbars. In this test, assuming that the width of vertical scrollbar is 19px and assuming that the height of horizontal scrollbar is 19px, then the dimensions of the painted green area should be 181px by 181px. The height of horizontal scrollbar and the width of vertical scrollbar are entirely user-settable in most graphical user agents.
|
|
max-height-percentage-001 reference/max-height-percentage-001-ref Max-height percentage is based on containing block http://www.w3.org/TR/CSS21/visudet.html#min-max-heights d54dc8268eb7edbd89a96b7f8e8feed292d14cad `Microsoft`<http://www.microsoft.com/> A percentage for 'max-height' is calculated with respect to the 'height' of the generated boxes containing block.
|
|
max-height-percentage-002 reference/max-height-percentage-002-ref Percentage 'max-height' with no 'height' on containing block http://www.w3.org/TR/CSS21/visudet.html#min-max-heights 99b4a99493f32caac05fd067d0932535b8a6cd1a `Microsoft`<http://www.microsoft.com/> When the 'height' of the containing block (#div1) of an element (#div2) is not specified (or if such height has the value 'auto') and the element is not absolutely positioned, then a percentage value of 'max-height' on such element is treated as '0' for 'min-height' and 'none' for 'max-height'.
|
|
max-height-percentage-003 reference/ref-filled-black-96px-square max-height percentage - inline replaced element inside an auto-height container image http://www.w3.org/TR/CSS21/visudet.html#min-max-heights 2fcacfacc05c243641f40c710869f9a203fe6314 `Gérard Talbot`<http://www.gtalbot.org/BrowserBugsSection/css21testsuite/> This test checks that a max-height percentage is calculated with respect to the height of the generated box's containing block only if and only when such containing block's height is specified explicitly (i.e., it depends on content height; its specified height is not 'auto'). In this test, the div#child has an 'auto' height; therefore the max-height percentage is treated as 'none' and so the image should be rendered (entirely visible) inside that div#child. Note that div#parent's initial overflow value is 'visible'.
|
|
max-width-001 reference/ref-if-there-is-no-red Max-width using pixels with a minimum minus one value, -1px invalid http://www.w3.org/TR/CSS21/visudet.html#propdef-max-width,http://www.w3.org/TR/CSS21/visudet.html#min-max-widths e456864b1628c3d2f7089d2eaf6ed480cf1ef159 `Microsoft`<http://www.microsoft.com/> The 'max-width' property sets a minimum minus one length value in pixels.
|
|
max-width-002 reference/ref-if-there-is-no-red Max-width using pixels with a minimum value, 0px http://www.w3.org/TR/CSS21/visudet.html#propdef-max-width,http://www.w3.org/TR/CSS21/visudet.html#min-max-widths d6b1df9cc29e7d0e6278fbe69c3c2959224a0884 `Microsoft`<http://www.microsoft.com/> The 'max-width' property sets a minimum length value in pixels.
|
|
max-width-003 reference/max-width-003-ref Max-width using pixels with a minimum plus one value, 1px http://www.w3.org/TR/CSS21/visudet.html#propdef-max-width,http://www.w3.org/TR/CSS21/visudet.html#min-max-widths 69dd100bfab451a8a48ebda431f77d69c29085f1 `Microsoft`<http://www.microsoft.com/> The 'max-width' property sets a minimum plus one length value in pixels.
|
|
max-width-004 reference/ref-if-there-is-no-red Max-width using pixels with a negative zero value, -0px http://www.w3.org/TR/CSS21/visudet.html#propdef-max-width,http://www.w3.org/TR/CSS21/visudet.html#min-max-widths f1a2a9bf7b46c14f7089045f18ffd2ca9eadf7f0 `Microsoft`<http://www.microsoft.com/> The 'max-width' property sets a negative zero length value in pixels.
|
|
max-width-005 reference/ref-if-there-is-no-red Max-width using pixels with a positive zero value, +0px http://www.w3.org/TR/CSS21/visudet.html#propdef-max-width,http://www.w3.org/TR/CSS21/visudet.html#min-max-widths 626a8ca087fd9b49ac7f4e5df4c0e2d1288b059f `Microsoft`<http://www.microsoft.com/> The 'max-width' property sets a positive zero length value in pixels.
|
|
max-width-006 reference/max-width-006-ref Max-width using pixels with a nominal value, 96px http://www.w3.org/TR/CSS21/visudet.html#propdef-max-width,http://www.w3.org/TR/CSS21/visudet.html#min-max-widths e263558870698236d614efea1f87f0c67ce332f8 `Microsoft`<http://www.microsoft.com/> The 'max-width' property sets a nominal length value in pixels.
|
|
max-width-007 reference/max-width-006-ref Max-width using pixels with a positive nominal value, +96px http://www.w3.org/TR/CSS21/visudet.html#propdef-max-width,http://www.w3.org/TR/CSS21/visudet.html#min-max-widths c8bc810f2dcf420ae11c15b872c1f849c43dc5a0 `Microsoft`<http://www.microsoft.com/> The 'max-width' property sets a positive nominal length value in pixels.
|
|
max-width-012 reference/ref-if-there-is-no-red Max-width using points with a minimum minus one value, -1pt invalid http://www.w3.org/TR/CSS21/visudet.html#propdef-max-width,http://www.w3.org/TR/CSS21/visudet.html#min-max-widths a9922f330fd95988d93bac6bea22ce38f3f03610 `Microsoft`<http://www.microsoft.com/> The 'max-width' property sets a minimum minus one length value in points.
|
|
max-width-013 reference/ref-if-there-is-no-red Max-width using points with a minimum value, 0pt http://www.w3.org/TR/CSS21/visudet.html#propdef-max-width,http://www.w3.org/TR/CSS21/visudet.html#min-max-widths ba7f6b6494b7ee1ccf257e7cde66a1ae4fb64f4b `Microsoft`<http://www.microsoft.com/> The 'max-width' property sets a minimum length value in points.
|
|
max-width-014 Max-width using points with a minimum plus one value, 1pt http://www.w3.org/TR/CSS21/visudet.html#propdef-max-width,http://www.w3.org/TR/CSS21/visudet.html#min-max-widths 9984c446dca033e486df640bb6d6d82288183845 `Microsoft`<http://www.microsoft.com/> The 'max-width' property sets a minimum plus one length value in points.
|
|
max-width-015 reference/ref-if-there-is-no-red Max-width using points with a negative zero value, -0pt http://www.w3.org/TR/CSS21/visudet.html#propdef-max-width,http://www.w3.org/TR/CSS21/visudet.html#min-max-widths cb940f3aac0c19c137343a10908b784fc1c226f6 `Microsoft`<http://www.microsoft.com/> The 'max-width' property sets a negative zero length value in points.
|
|
max-width-016 reference/ref-if-there-is-no-red Max-width using points with a positive zero value, +0pt http://www.w3.org/TR/CSS21/visudet.html#propdef-max-width,http://www.w3.org/TR/CSS21/visudet.html#min-max-widths 0c575fb4486945e5ebd7addb5382788e43f00fe5 `Microsoft`<http://www.microsoft.com/> The 'max-width' property sets a positive zero length value in points.
|
|
max-width-017 reference/max-width-006-ref Max-width using points with a nominal value, 72pt http://www.w3.org/TR/CSS21/visudet.html#propdef-max-width,http://www.w3.org/TR/CSS21/visudet.html#min-max-widths 95ea9512d286d49949c9d648172b86d7ecd321ab `Microsoft`<http://www.microsoft.com/> The 'max-width' property sets a nominal length value in points.
|
|
max-width-018 reference/max-width-006-ref Max-width using points with a positive nominal value, +72pt http://www.w3.org/TR/CSS21/visudet.html#propdef-max-width,http://www.w3.org/TR/CSS21/visudet.html#min-max-widths 22a4ef90ea964b90eb38cbce7e6e2928f9b05903 `Microsoft`<http://www.microsoft.com/> The 'max-width' property sets a positive nominal length value in points.
|
|
max-width-023 reference/ref-if-there-is-no-red Max-width using picas with a minimum minus one value, -1pc invalid http://www.w3.org/TR/CSS21/visudet.html#propdef-max-width,http://www.w3.org/TR/CSS21/visudet.html#min-max-widths be1df2b507951fbc79fd56e8956d3a208af05421 `Microsoft`<http://www.microsoft.com/> The 'max-width' property sets a minimum minus one length value in picas.
|
|
max-width-024 reference/ref-if-there-is-no-red Max-width using picas with a minimum value, 0pc http://www.w3.org/TR/CSS21/visudet.html#propdef-max-width,http://www.w3.org/TR/CSS21/visudet.html#min-max-widths 6d9cf6c9a01e4a484eb139ed778af015a3d14ac4 `Microsoft`<http://www.microsoft.com/> The 'max-width' property sets a minimum length value in picas.
|
|
max-width-025 reference/max-width-025-ref Max-width using picas with a minimum plus one value, 1pc http://www.w3.org/TR/CSS21/visudet.html#propdef-max-width,http://www.w3.org/TR/CSS21/visudet.html#min-max-widths 084fe0945cf557efa1cbccfee86df8c18a652963 `Microsoft`<http://www.microsoft.com/> The 'max-width' property sets a minimum plus one length value in picas.
|
|
max-width-026 reference/ref-if-there-is-no-red Max-width using picas with a negative zero value, -0pc http://www.w3.org/TR/CSS21/visudet.html#propdef-max-width,http://www.w3.org/TR/CSS21/visudet.html#min-max-widths ebe0ba3bfabe87ea162a01ed089ef03f92b04a87 `Microsoft`<http://www.microsoft.com/> The 'max-width' property sets a negative zero length value in picas.
|
|
max-width-027 reference/ref-if-there-is-no-red Max-width using picas with a positive zero value, +0pc http://www.w3.org/TR/CSS21/visudet.html#propdef-max-width,http://www.w3.org/TR/CSS21/visudet.html#min-max-widths e6c5da0ac8c9a4d0d2ded85c813f3e7415c95b9a `Microsoft`<http://www.microsoft.com/> The 'max-width' property sets a positive zero length value in picas.
|
|
max-width-028 reference/max-width-006-ref Max-width using picas with a nominal value, 6pc http://www.w3.org/TR/CSS21/visudet.html#propdef-max-width,http://www.w3.org/TR/CSS21/visudet.html#min-max-widths 042851d6a70eb3e918a4e9137cd83ff4ef2a83c9 `Microsoft`<http://www.microsoft.com/> The 'max-width' property sets a nominal length value in picas.
|
|
max-width-029 reference/max-width-006-ref Max-width using picas with a positive nominal value, +6pc http://www.w3.org/TR/CSS21/visudet.html#propdef-max-width,http://www.w3.org/TR/CSS21/visudet.html#min-max-widths 37bab4b8853b97806f4536bc4065a6b09764fee9 `Microsoft`<http://www.microsoft.com/> The 'max-width' property sets a positive nominal length value in picas.
|
|
max-width-034 reference/ref-if-there-is-no-red Max-width using centimeters with a minimum minus one value, -1cm invalid http://www.w3.org/TR/CSS21/visudet.html#propdef-max-width,http://www.w3.org/TR/CSS21/visudet.html#min-max-widths a034876d71b7f5ebd0749074dd2deea0ebf886c4 `Microsoft`<http://www.microsoft.com/> The 'max-width' property sets a minimum minus one length value in centimeters.
|
|
max-width-035 reference/ref-if-there-is-no-red Max-width using centimeters with a minimum value, 0cm http://www.w3.org/TR/CSS21/visudet.html#propdef-max-width,http://www.w3.org/TR/CSS21/visudet.html#min-max-widths faa2e90034cb98af0d572f23763127d8fb360114 `Microsoft`<http://www.microsoft.com/> The 'max-width' property sets a minimum length value in centimeters.
|
|
max-width-036 reference/max-width-036-ref Max-width using centimeters with a minimum plus one value, 1cm http://www.w3.org/TR/CSS21/visudet.html#propdef-max-width,http://www.w3.org/TR/CSS21/visudet.html#min-max-widths 1da63622473f78fe44f51cab6543b45abda5a662 `Microsoft`<http://www.microsoft.com/> The 'max-width' property sets a minimum plus one length value in centimeters.
|
|
max-width-037 reference/ref-if-there-is-no-red Max-width using centimeters with a negative zero value, -0cm http://www.w3.org/TR/CSS21/visudet.html#propdef-max-width,http://www.w3.org/TR/CSS21/visudet.html#min-max-widths 1047ce3c722d53790fff30ed421e455883e290a2 `Microsoft`<http://www.microsoft.com/> The 'max-width' property sets a negative zero length value in centimeters.
|
|
max-width-038 reference/ref-if-there-is-no-red Max-width using centimeters with a positive zero value, +0cm http://www.w3.org/TR/CSS21/visudet.html#propdef-max-width,http://www.w3.org/TR/CSS21/visudet.html#min-max-widths 2aadafd9cf5a49e25e118137bfc5137ecf332937 `Microsoft`<http://www.microsoft.com/> The 'max-width' property sets a positive zero length value in centimeters.
|
|
max-width-039 reference/max-width-006-ref Max-width using centimeters with a nominal value, 2.54cm http://www.w3.org/TR/CSS21/visudet.html#propdef-max-width,http://www.w3.org/TR/CSS21/visudet.html#min-max-widths cfc8e29cdb152847c8a719c81fd453f0d691f3cc `Microsoft`<http://www.microsoft.com/> The 'max-width' property sets a nominal length value in centimeters.
|
|
max-width-040 reference/max-width-006-ref Max-width using centimeters with a positive nominal value, +2.54cm http://www.w3.org/TR/CSS21/visudet.html#propdef-max-width,http://www.w3.org/TR/CSS21/visudet.html#min-max-widths c0184b1e6f7c0557707392f4cc247dbdbfc48731 `Microsoft`<http://www.microsoft.com/> The 'max-width' property sets a positive nominal length value in centimeters.
|
|
max-width-045 reference/ref-if-there-is-no-red Max-width using millimeters with a minimum minus one value, -1mm invalid http://www.w3.org/TR/CSS21/visudet.html#propdef-max-width,http://www.w3.org/TR/CSS21/visudet.html#min-max-widths 50852f6a326eedd98728bfca16312bb0cbc67df7 `Microsoft`<http://www.microsoft.com/> The 'max-width' property sets a minimum minus one length value in millimeters.
|
|
max-width-046 reference/ref-if-there-is-no-red Max-width using millimeters with a minimum value, 0mm http://www.w3.org/TR/CSS21/visudet.html#propdef-max-width,http://www.w3.org/TR/CSS21/visudet.html#min-max-widths cad1ab55acb58308019483dc697d839662ed0d5b `Microsoft`<http://www.microsoft.com/> The 'max-width' property sets a minimum length value in millimeters.
|
|
max-width-047 reference/max-width-047-ref Max-width using millimeters with a minimum plus one value, 1mm http://www.w3.org/TR/CSS21/visudet.html#propdef-max-width,http://www.w3.org/TR/CSS21/visudet.html#min-max-widths 5e23a4a885e06cb7824b626e4b5ceb9a5a48bfaa `Microsoft`<http://www.microsoft.com/> The 'max-width' property sets a minimum plus one length value in millimeters.
|
|
max-width-048 reference/ref-if-there-is-no-red Max-width using millimeters with a negative zero value, -0mm http://www.w3.org/TR/CSS21/visudet.html#propdef-max-width,http://www.w3.org/TR/CSS21/visudet.html#min-max-widths e81e95fda6e753c17d45e06f77478410d60c71de `Microsoft`<http://www.microsoft.com/> The 'max-width' property sets a negative zero length value in millimeters.
|
|
max-width-049 reference/ref-if-there-is-no-red Max-width using millimeters with a positive zero value, +0mm http://www.w3.org/TR/CSS21/visudet.html#propdef-max-width,http://www.w3.org/TR/CSS21/visudet.html#min-max-widths 2067ca3fe8fab4b8c4f34a506ffa0252e5b4ab74 `Microsoft`<http://www.microsoft.com/> The 'max-width' property sets a positive zero length value in millimeters.
|
|
max-width-050 reference/max-width-006-ref Max-width using millimeters with a nominal value, 25.4mm http://www.w3.org/TR/CSS21/visudet.html#propdef-max-width,http://www.w3.org/TR/CSS21/visudet.html#min-max-widths af22953afd855938bde4b254891aefcdb2c667de `Microsoft`<http://www.microsoft.com/> The 'max-width' property sets a nominal length value in millimeters.
|
|
max-width-051 reference/max-width-006-ref Max-width using millimeters with a positive nominal value, +25.4mm http://www.w3.org/TR/CSS21/visudet.html#propdef-max-width,http://www.w3.org/TR/CSS21/visudet.html#min-max-widths c69b4e2f4f06658c22deb5191e770beb6d2cbefc `Microsoft`<http://www.microsoft.com/> The 'max-width' property sets a positive nominal length value in millimeters.
|
|
max-width-056 reference/ref-if-there-is-no-red Max-width using inches with a minimum minus one value, -1in invalid http://www.w3.org/TR/CSS21/visudet.html#propdef-max-width,http://www.w3.org/TR/CSS21/visudet.html#min-max-widths 8b1ffb2a8e6ebd3ba1f8221eb41b5ea250cc123d `Microsoft`<http://www.microsoft.com/> The 'max-width' property sets a minimum minus one length value in inches.
|
|
max-width-057 reference/ref-if-there-is-no-red Max-width using inches with a minimum value, 0in http://www.w3.org/TR/CSS21/visudet.html#propdef-max-width,http://www.w3.org/TR/CSS21/visudet.html#min-max-widths 07c66e5144989b9cbb432d10a812bae395e86b75 `Microsoft`<http://www.microsoft.com/> The 'max-width' property sets a minimum length value in inches.
|
|
max-width-058 reference/ref-filled-black-96px-square Max-width using inches with a minimum plus one value, 1in http://www.w3.org/TR/CSS21/visudet.html#propdef-max-width,http://www.w3.org/TR/CSS21/visudet.html#min-max-widths f516b36321440b74e4beafbba84320ac5765c7c2 `Microsoft`<http://www.microsoft.com/> The 'max-width' property sets a minimum plus one length value in inches.
|
|
max-width-059 reference/ref-if-there-is-no-red Max-width using inches with a negative zero value, -0in http://www.w3.org/TR/CSS21/visudet.html#propdef-max-width,http://www.w3.org/TR/CSS21/visudet.html#min-max-widths 8e99f1a840af93c9b81ece3dddaba04aa24f2000 `Microsoft`<http://www.microsoft.com/> The 'max-width' property sets a negative zero length value in inches.
|
|
max-width-060 reference/ref-if-there-is-no-red Max-width using inches with a positive zero value, +0in http://www.w3.org/TR/CSS21/visudet.html#propdef-max-width,http://www.w3.org/TR/CSS21/visudet.html#min-max-widths 66e7cf8a06d1825717fa0d2c805c74ce130a8b79 `Microsoft`<http://www.microsoft.com/> The 'max-width' property sets a positive zero length value in inches.
|
|
max-width-061 reference/max-width-061-ref Max-width using inches with a nominal value, 3in http://www.w3.org/TR/CSS21/visudet.html#propdef-max-width,http://www.w3.org/TR/CSS21/visudet.html#min-max-widths af64df221e86330cf6894ec063ba5b5b44f4d1df `Microsoft`<http://www.microsoft.com/> The 'max-width' property sets a nominal length value in inches.
|
|
max-width-062 reference/max-width-061-ref Max-width using inches with a positive nominal value, +3in http://www.w3.org/TR/CSS21/visudet.html#propdef-max-width,http://www.w3.org/TR/CSS21/visudet.html#min-max-widths 88ae3f282947c6608f0e527669c8b39433bc62cb `Microsoft`<http://www.microsoft.com/> The 'max-width' property sets a positive nominal length value in inches.
|
|
max-width-067 reference/ref-if-there-is-no-red Max-width using 'em' units with a minimum minus one value, -1em ahem,invalid http://www.w3.org/TR/CSS21/visudet.html#propdef-max-width,http://www.w3.org/TR/CSS21/visudet.html#min-max-widths 6019154bebb83b7daded96c088e176027389bce2 `Microsoft`<http://www.microsoft.com/> The 'max-width' property sets a minimum minus one length value in 'em' units.
|
|
max-width-068 reference/ref-if-there-is-no-red Max-width using 'em' units with a minimum value, 0em ahem http://www.w3.org/TR/CSS21/visudet.html#propdef-max-width,http://www.w3.org/TR/CSS21/visudet.html#min-max-widths d3bf2d9bccae1f6720fe1df1577c5d92dfdec77b `Microsoft`<http://www.microsoft.com/> The 'max-width' property sets a minimum length value in 'em' units.
|
|
max-width-069 reference/max-width-069-ref Max-width using 'em' units with a minimum plus one value, 1em ahem http://www.w3.org/TR/CSS21/visudet.html#propdef-max-width,http://www.w3.org/TR/CSS21/visudet.html#min-max-widths a2e5f555142bb8a2401eeb8c021899ffb0de2ede `Microsoft`<http://www.microsoft.com/> The 'max-width' property sets a minimum plus one length value in 'em' units.
|
|
max-width-070 reference/ref-if-there-is-no-red Max-width using 'em' units with a negative zero value, -0em ahem http://www.w3.org/TR/CSS21/visudet.html#propdef-max-width,http://www.w3.org/TR/CSS21/visudet.html#min-max-widths f9ee42badf81dedc413c0899c0bc0858e3f19f6d `Microsoft`<http://www.microsoft.com/> The 'max-width' property sets a negative zero length value in 'em' units.
|
|
max-width-071 reference/ref-if-there-is-no-red Max-width using 'em' units with a positive zero value, +0em ahem http://www.w3.org/TR/CSS21/visudet.html#propdef-max-width,http://www.w3.org/TR/CSS21/visudet.html#min-max-widths ab900ba1560efb50627214acf274bcf13810c618 `Microsoft`<http://www.microsoft.com/> The 'max-width' property sets a positive zero length value in 'em' units.
|
|
max-width-072 reference/max-width-072-ref Max-width using 'em' units with a nominal value, 6em ahem http://www.w3.org/TR/CSS21/visudet.html#propdef-max-width,http://www.w3.org/TR/CSS21/visudet.html#min-max-widths d312ae21d02894194b7e614274aa1b330d6171a5 `Microsoft`<http://www.microsoft.com/> The 'max-width' property sets a nominal length value in 'em' units.
|
|
max-width-073 reference/max-width-072-ref Max-width using 'em' units with a positive nominal value, +6em ahem http://www.w3.org/TR/CSS21/visudet.html#propdef-max-width,http://www.w3.org/TR/CSS21/visudet.html#min-max-widths 054d50dd1aa04a2c67874d2c541e41c1e415ba80 `Microsoft`<http://www.microsoft.com/> The 'max-width' property sets a positive nominal length value in 'em' units.
|
|
max-width-078 reference/ref-if-there-is-no-red Max-width using 'ex' units with a minimum minus one value, -1ex ahem,invalid http://www.w3.org/TR/CSS21/visudet.html#propdef-max-width,http://www.w3.org/TR/CSS21/visudet.html#min-max-widths eea249cf28c482169c92d539ff6fab02b3b9d7d9 `Microsoft`<http://www.microsoft.com/> The 'max-width' property sets a minimum minus one length value in 'ex' units.
|
|
max-width-079 reference/ref-if-there-is-no-red Max-width using 'ex' units with a minimum value, 0ex ahem http://www.w3.org/TR/CSS21/visudet.html#propdef-max-width,http://www.w3.org/TR/CSS21/visudet.html#min-max-widths 11f4ddecf63065735cd7c5ad457450e2b0699309 `Microsoft`<http://www.microsoft.com/> The 'max-width' property sets a minimum length value in 'ex' units.
|
|
max-width-080 reference/max-width-025-ref Max-width using 'ex' units with a minimum plus one value, 1ex ahem http://www.w3.org/TR/CSS21/visudet.html#propdef-max-width,http://www.w3.org/TR/CSS21/visudet.html#min-max-widths d6f70a039e87496209f26f84cb8fa9072b728983 `Microsoft`<http://www.microsoft.com/> The 'max-width' property sets a minimum plus one length value in 'ex' units.
|
|
max-width-081 reference/ref-if-there-is-no-red Max-width using 'ex' units with a negative zero value, -0ex ahem http://www.w3.org/TR/CSS21/visudet.html#propdef-max-width,http://www.w3.org/TR/CSS21/visudet.html#min-max-widths 41473fdd8cfe6b3f55ec43b65f5fa848ca908bde `Microsoft`<http://www.microsoft.com/> The 'max-width' property sets a negative zero length value in 'ex' units.
|
|
max-width-082 reference/ref-if-there-is-no-red Max-width using 'ex' units with a positive zero value, +0ex ahem http://www.w3.org/TR/CSS21/visudet.html#propdef-max-width,http://www.w3.org/TR/CSS21/visudet.html#min-max-widths eba6a056b33ccaf42ddf7c52401523c392599ebf `Microsoft`<http://www.microsoft.com/> The 'max-width' property sets a positive zero length value in 'ex' units.
|
|
max-width-083 reference/max-width-006-ref Max-width using 'ex' units with a nominal value, 6ex ahem http://www.w3.org/TR/CSS21/visudet.html#propdef-max-width,http://www.w3.org/TR/CSS21/visudet.html#min-max-widths 1e6a8cb2138ef92c158b65ba833deca8becd9948 `Microsoft`<http://www.microsoft.com/> The 'max-width' property sets a nominal length value in 'ex' units.
|
|
max-width-084 reference/max-width-006-ref Max-width using 'ex' units with a positive nominal value, +6ex ahem http://www.w3.org/TR/CSS21/visudet.html#propdef-max-width,http://www.w3.org/TR/CSS21/visudet.html#min-max-widths 2242fc3f93bf2687d0a943791ed3856daa62aea9 `Microsoft`<http://www.microsoft.com/> The 'max-width' property sets a positive nominal length value in 'ex' units.
|
|
max-width-089 reference/ref-filled-black-96px-square Max-width using percentages with a minimum minus one value, -1% invalid http://www.w3.org/TR/CSS21/visudet.html#propdef-max-width,http://www.w3.org/TR/CSS21/visudet.html#min-max-widths fa85d8cefc9c424422865d15db4a96ad7c0ea134 `Microsoft`<http://www.microsoft.com/> The 'max-width' property sets a minimum minus one length value in percentages.
|
|
max-width-090 reference/ref-if-there-is-no-red Max-width using percentages with a minimum value, 0% http://www.w3.org/TR/CSS21/visudet.html#propdef-max-width,http://www.w3.org/TR/CSS21/visudet.html#min-max-widths 4077241dd02e6861e24609b8042201774c4cc256 `Microsoft`<http://www.microsoft.com/> The 'max-width' property sets a minimum length value in percentages.
|
|
max-width-091 reference/max-width-003-ref Max-width using percentages with a minimum plus one value, 1% http://www.w3.org/TR/CSS21/visudet.html#propdef-max-width,http://www.w3.org/TR/CSS21/visudet.html#min-max-widths f60397928f8abab20ee2d03c9adac87280eae073 `Microsoft`<http://www.microsoft.com/> The 'max-width' property sets a minimum plus one length value in percentages.
|
|
max-width-092 reference/ref-if-there-is-no-red Max-width using percentages with a negative zero value, -0% http://www.w3.org/TR/CSS21/visudet.html#propdef-max-width,http://www.w3.org/TR/CSS21/visudet.html#min-max-widths baa3fba607459cc296b5f1f7a3ca8a99ba154817 `Microsoft`<http://www.microsoft.com/> The 'max-width' property sets a negative zero length value in percentages.
|
|
max-width-093 reference/ref-if-there-is-no-red Max-width using percentages with a positive zero value, +0% http://www.w3.org/TR/CSS21/visudet.html#propdef-max-width,http://www.w3.org/TR/CSS21/visudet.html#min-max-widths 36e499143bc9e7563bb7c632e7e10c77bc9aa21a `Microsoft`<http://www.microsoft.com/> The 'max-width' property sets a positive zero length value in percentages.
|
|
max-width-094 reference/max-width-006-ref Max-width using percentages with a nominal value, 100% http://www.w3.org/TR/CSS21/visudet.html#propdef-max-width,http://www.w3.org/TR/CSS21/visudet.html#min-max-widths c75990d17043f30a789d7ba86a4793158d3ef211 `Microsoft`<http://www.microsoft.com/> The 'max-width' property sets a nominal length value in percentages.
|
|
max-width-095 reference/max-width-006-ref Max-width using percentages with a positive nominal value, +100% http://www.w3.org/TR/CSS21/visudet.html#propdef-max-width,http://www.w3.org/TR/CSS21/visudet.html#min-max-widths f6b3cb692bd238aa9e17ea48cc56348713ebf991 `Microsoft`<http://www.microsoft.com/> The 'max-width' property sets a positive nominal length value in percentages.
|
|
max-width-100 reference/ref-if-there-is-no-red Max-width with a negative zero value and no units, -0 http://www.w3.org/TR/CSS21/visudet.html#propdef-max-width,http://www.w3.org/TR/CSS21/visudet.html#min-max-widths 5cff1ab0893c41effaaa3641c15de0e5d1d7b133 `Microsoft`<http://www.microsoft.com/> The 'max-width' property sets a negative zero length value with no units.
|
|
max-width-101 reference/ref-if-there-is-no-red Max-width with a zero value and no units, 0 http://www.w3.org/TR/CSS21/visudet.html#propdef-max-width,http://www.w3.org/TR/CSS21/visudet.html#min-max-widths bff0bcb2c2e01448452aaa0732991ffb52ff4f21 `Microsoft`<http://www.microsoft.com/> The 'max-width' property sets a zero length value with no units.
|
|
max-width-102 reference/ref-if-there-is-no-red Max-width with a positive zero value and no units, +0 http://www.w3.org/TR/CSS21/visudet.html#propdef-max-width,http://www.w3.org/TR/CSS21/visudet.html#min-max-widths e470e928956d066a459472fe3b7f8d06a46f474c `Microsoft`<http://www.microsoft.com/> The 'max-width' property sets a positive zero length value with no units.
|
|
max-width-103 reference/ref-filled-black-96px-square Max-width set to a value of 'none' http://www.w3.org/TR/CSS21/visudet.html#propdef-max-width,http://www.w3.org/TR/CSS21/visudet.html#min-max-widths d762f8de4ad20acab9219651ff0b3662ff301d5c `Microsoft`<http://www.microsoft.com/> The 'max-width' property applies a value of 'none'.
|
|
max-width-104 reference/max-width-003-ref Max-width set to 'inherit' http://www.w3.org/TR/CSS21/visudet.html#propdef-max-width,http://www.w3.org/TR/CSS21/visudet.html#min-max-widths 30ab6f8029612b6bfb75ccb56389bdd455361bc6 `Microsoft`<http://www.microsoft.com/> The 'max-width' property set to 'inherit' properly inherits the max-width value of the parent.
|
|
max-width-105 reference/max-width-105-ref max-width - height and overflow ahem http://www.w3.org/TR/CSS21/visudet.html#min-max-widths,http://www.w3.org/TR/CSS21/visufx.html#overflow 5b8c43636ee91ca61ddd87e45024bef69c9d16a3 `Gérard Talbot`<http://www.gtalbot.org/BrowserBugsSection/css21testsuite/>,`Hilbrand Edskes`<http://edskes.com/> 'max-width' specifies a fixed maximum used width. If the used width is greater than max-width, then the computed value of max-width is used as the computed value for width.
|
|
max-width-106 reference/max-width-105-ref max-width - float and overflow ahem http://www.w3.org/TR/CSS21/visuren.html#floats,http://www.w3.org/TR/CSS21/visudet.html#min-max-widths 0f863741aad530e7e96427fdfd0a4e510e00d507 `Gérard Talbot`<http://www.gtalbot.org/BrowserBugsSection/css21testsuite/>,`Hilbrand Edskes`<http://edskes.com/> 'max-width' specifies a fixed maximum used width. If the used width is greater than max-width, then the computed value of max-width is used as the computed value for width. A floated box should not become wider than its declared max-width.
|
|
max-width-107 reference/max-width-107-ref max-width - height and overflow ahem http://www.w3.org/TR/CSS21/visudet.html#min-max-widths,http://www.w3.org/TR/CSS21/visufx.html#overflow 16f53a8832a16856e1d31e6f941bff1dae551bb1 `Gérard Talbot`<http://www.gtalbot.org/BrowserBugsSection/css21testsuite/>,`Hilbrand Edskes`<http://edskes.com/> 'max-width' specifies a fixed maximum used width. If the used width is greater than max-width, then the computed value of max-width is used as the computed value for width.
|
|
max-width-108 max-width - float and overflow ahem http://www.w3.org/TR/CSS21/visudet.html#min-max-widths,http://www.w3.org/TR/CSS21/visufx.html#overflow 454c2bf3b3f7b4ee1bb8396749cd8b7ca5ef9d25 `Gérard Talbot`<http://www.gtalbot.org/BrowserBugsSection/css21testsuite/>,`Hilbrand Edskes`<http://edskes.com/> 'max-width' specifies a fixed maximum used width. If the used width is greater than max-width, then the computed value of max-width is used as the computed value for width.
|
|
max-width-109 Max-width - replaced elements image http://www.w3.org/TR/CSS21/visudet.html#min-max-widths 11ab2db249f1616ad063862afc588e6c3be3ea47 `James Hopkins`<http://idreamincode.co.uk/css21testsuite> For UAs who choose to scale replaced elements, the height of that element (based on it's intrinsic ratio) should be re-calculated based on it's constraining 'max-width' value
|
|
max-width-110 reference/ref-filled-green-100px-square max-width - float and inline replaced element image http://www.w3.org/TR/CSS21/visudet.html#min-max-widths,http://www.w3.org/TR/CSS21/visudet.html#inline-replaced-width fe58ec9f30262eec55208f1b6f3c53c9e9ff83d0 `Gérard Talbot`<http://www.gtalbot.org/BrowserBugsSection/css21testsuite/>,`James Hopkins`<http://idreamincode.co.uk/css21testsuite> If 'height' and 'width' both have computed values of 'auto' and the element also has an intrinsic width, then such intrinsic width is the used value of 'width'. If 'width' of a floating, non-replaced element computes to 'auto' but its own child uses a constrained length resulting from a max-width declaration, then such constrained length will define the preferred width in 'shrink-to-fit' width calculation.
|
|
max-width-applies-to-001 reference/ref-filled-black-96px-square Max-width applied to elements with 'display' set to 'table-row-group' http://www.w3.org/TR/CSS21/visudet.html#propdef-max-width,http://www.w3.org/TR/CSS21/visudet.html#min-max-widths 526c750f949d04f597746b66775c7c5b283e8a2a `Microsoft`<http://www.microsoft.com/> The 'max-width' property does not apply to elements with 'display' set to 'table-row-group'.
|
|
max-width-applies-to-002 reference/ref-filled-black-96px-square Max-width applied to elements with 'display' set to 'table-header-group' http://www.w3.org/TR/CSS21/visudet.html#propdef-max-width,http://www.w3.org/TR/CSS21/visudet.html#min-max-widths 5ea97f3ce704203c826272da31238c2550941264 `Microsoft`<http://www.microsoft.com/> The 'max-width' property does not apply to elements with 'display' set to 'table-header-group'.
|
|
max-width-applies-to-003 reference/ref-filled-black-96px-square Max-width applied to elements with 'display' set to 'table-footer-group' http://www.w3.org/TR/CSS21/visudet.html#propdef-max-width,http://www.w3.org/TR/CSS21/visudet.html#min-max-widths e9cd6afd4c80828fc0c95c1c041198f6d1017360 `Microsoft`<http://www.microsoft.com/> The 'max-width' property does not apply to elements with 'display' set to 'table-footer-group'.
|
|
max-width-applies-to-004 reference/ref-filled-black-96px-square Max-width applied to elements with 'display' set to 'table-row' http://www.w3.org/TR/CSS21/visudet.html#propdef-max-width,http://www.w3.org/TR/CSS21/visudet.html#min-max-widths ca6f62d6b2932435b1e8f93a723f7d3c25ca0397 `Microsoft`<http://www.microsoft.com/> The 'max-width' property does not apply to elements with 'display' set to 'table-row'.
|
|
max-width-applies-to-005 Max-width applied to elements with 'display' set to 'table-column-group' http://www.w3.org/TR/CSS21/visudet.html#propdef-max-width,http://www.w3.org/TR/CSS21/visudet.html#min-max-widths 74caaabe32faa514530836e7917bed652f0a8955 `Microsoft`<http://www.microsoft.com/> The 'max-width' property applies to elements with 'display' set to 'table-column-group'.
|
|
max-width-applies-to-006 Max-width applied to elements with 'display' set to 'table-column' http://www.w3.org/TR/CSS21/visudet.html#propdef-max-width,http://www.w3.org/TR/CSS21/visudet.html#min-max-widths 0c992ec74c51b671b1486651a3aeab27ed70f29e `Microsoft`<http://www.microsoft.com/> The 'max-width' property applies to elements with 'display' set to 'table-column'.
|
|
max-width-applies-to-007 Max-width applied to elements with 'display' set to 'table-cell' http://www.w3.org/TR/CSS21/visudet.html#propdef-max-width,http://www.w3.org/TR/CSS21/visudet.html#min-max-widths 8bd0a04eebe79525ad302a20d417c1dd258fae46 `Microsoft`<http://www.microsoft.com/> The 'max-width' property applies to elements with 'display' set to 'table-cell'.
|
|
max-width-applies-to-008 reference/ref-filled-green-100px-square Max-width applied to elements with 'display' set to 'inline' ahem http://www.w3.org/TR/CSS21/visudet.html#propdef-max-width,http://www.w3.org/TR/CSS21/visudet.html#min-max-widths c8d07d371d9bd445d3349a3e01b3e6b234a39047 `Microsoft`<http://www.microsoft.com/> The 'max-width' property does not apply to elements with 'display' set to 'inline'.
|
|
max-width-applies-to-009 reference/ref-filled-black-96px-square Max-width applied to elements with 'display' set to 'block' http://www.w3.org/TR/CSS21/visudet.html#propdef-max-width,http://www.w3.org/TR/CSS21/visudet.html#min-max-widths 4d6e1f6cbe299612ec683fe63bdd7632324a16ff `Microsoft`<http://www.microsoft.com/> The 'max-width' property applies to elements with 'display' set to 'block'.
|
|
max-width-applies-to-010 Max-width applied to elements with 'display' set to 'list-item' http://www.w3.org/TR/CSS21/visudet.html#propdef-max-width,http://www.w3.org/TR/CSS21/visudet.html#min-max-widths afe7b7a495aa2f0163cbebbc5123f3f4dbe36ade `Microsoft`<http://www.microsoft.com/> The 'max-width' property applies to elements with 'display' set to 'list-item'.
|
|
max-width-applies-to-011 Max-width applied to elements with 'display' set to 'run-in' http://www.w3.org/TR/CSS21/visudet.html#propdef-max-width,http://www.w3.org/TR/CSS21/visudet.html#min-max-widths 6caa0e6b9ec7b16d607fa6d3e9f0cc4eea89e2c9 `Microsoft`<http://www.microsoft.com/> The 'max-width' property applies to elements with 'display' set to 'run-in'.
|
|
max-width-applies-to-012 reference/ref-filled-black-96px-square Max-width applied to elements with 'display' set to 'inline-block' http://www.w3.org/TR/CSS21/visudet.html#propdef-max-width,http://www.w3.org/TR/CSS21/visudet.html#min-max-widths e07bc36d0e01b16e4acb826085563fbbca6203b7 `Microsoft`<http://www.microsoft.com/> The 'max-width' property applies to elements with 'display' set to 'inline-block'.
|
|
max-width-applies-to-013 Max-width applied to elements with 'display' set to 'table' http://www.w3.org/TR/CSS21/visudet.html#propdef-max-width,http://www.w3.org/TR/CSS21/visudet.html#min-max-widths 5380ec48e64368478703450c1ff49bc9f0e62da5 `Microsoft`<http://www.microsoft.com/> The 'max-width' property applies to elements with 'display' set to 'table'.
|
|
max-width-applies-to-014 Max-width applied to elements with 'display' set to 'inline-table' http://www.w3.org/TR/CSS21/visudet.html#propdef-max-width,http://www.w3.org/TR/CSS21/visudet.html#min-max-widths 2be4b763c9067df09fd27c64bf97bb76c5d4228d `Microsoft`<http://www.microsoft.com/> The 'max-width' property applies to elements with 'display' set to 'inline-table'.
|
|
max-width-applies-to-015 reference/ref-filled-black-96px-square Max-width applied to elements with 'display' set to 'table-caption' http://www.w3.org/TR/CSS21/visudet.html#propdef-max-width,http://www.w3.org/TR/CSS21/visudet.html#min-max-widths dacf39c2474c0aaf4ac50eb69a6c274235b21577 `Microsoft`<http://www.microsoft.com/> The 'max-width' property applies to elements with 'display' set to 'table-caption'.
|
|
max-width-applies-to-016 reference/ref-filled-green-100px-square Max-Width applied to none http://www.w3.org/TR/CSS21/visudet.html#min-max-widths 2b3956264865db5fab77caf65c7a30070753e3a4 `Microsoft`<http://www.microsoft.com/> Max-Width can be declared onto 'display: none' elements but since 'display: none' declaration on an element does not generate a CSS box, then it won't have a rendering effect nor a visual formatting repercussion.
|
|
max-width-percentage-001 reference/max-width-percentage-001-ref Using percentages with 'max-width' relative to the containing block http://www.w3.org/TR/CSS21/visudet.html#min-max-widths c222da4bea70742e693f417afeda6c8aca0af80b `Microsoft`<http://www.microsoft.com/> The percentage is calculated in relation to the containing block.
|
|
max-width-percentage-002 reference/ref-if-there-is-no-red Percentage based value for 'max-width' contained by box with a negative 'width' http://www.w3.org/TR/CSS21/visudet.html#min-max-widths 8dec911e80d627fd3c47775e7357978d13c3a477 `Microsoft`<http://www.microsoft.com/> If the containing block's width is negative, the used value is zero.
|
|
max-width-percentage-003 Max-width in constrained situation http://www.w3.org/TR/CSS21/visudet.html#min-max-widths a056ac7ec89b35f1c11541542201f84ff57a56a0 `Microsoft`<http://www.microsoft.com/> If the containing block's width depends on this element's width, then the resulting layout is undefined.
|
|
media-dependency-001 @media and target mediums http://www.w3.org/TR/CSS21/media.html f790836df76f7e02cfa9851f579679d5ea73d8ac `Microsoft`<http://www.microsoft.com/> @media with a target medium applies styles on that target medium (screen).
|
|
media-dependency-002 @import and target mediums http://www.w3.org/TR/CSS21/media.html 28d0f377b8def08c87c66537827868f8aa898271 `Microsoft`<http://www.microsoft.com/> @media with a target medium applies styles on that target medium (screen).
|
|
media-dependency-003 Link tags and target mediums http://www.w3.org/TR/CSS21/media.html 4780e4dfda1cd7720ef126350e23114c379b48d7 `Microsoft`<http://www.microsoft.com/> Link with a target medium applies styles on that target medium (screen).
|
|
media-dependency-004 Case-insensitive media types http://www.w3.org/TR/CSS21/media.html 6841ce7fb33bd69c306eef9b4487bd1898a07e8d `Microsoft`<http://www.microsoft.com/> Media types are case-insensitive.
|
|
media-dependency-005 Ignoring bad media types with @import invalid http://www.w3.org/TR/CSS21/media.html 5e6d340f3a65f86aa145b7fdbc220fc8df2a399f `Microsoft`<http://www.microsoft.com/> User agent ignores media types it does not understand with @import.
|
|
media-dependency-006 Ignoring bad media types with @media invalid http://www.w3.org/TR/CSS21/media.html ff3f40aae3bd55e01f0e9289cb569ceb98e1e6a4 `Microsoft`<http://www.microsoft.com/> User agent ignores media types it does not understand with @media.
|
|
media-dependency-007 Non-matching target mediums http://www.w3.org/TR/CSS21/media.html 0b776dd795332c6c87ca2c81710f20de49b8a446 `Microsoft`<http://www.microsoft.com/> The @media block does not apply because it does not match the target medium.
|
|
media-dependency-008 Non-matching target mediums and @import http://www.w3.org/TR/CSS21/media.html 1f5f6c20fd8d22ee787593a80d07ae006697cec3 `Microsoft`<http://www.microsoft.com/> The @import command does not apply because it does not match the target medium.
|
|
media-dependency-009 Matching the 'All' target medium http://www.w3.org/TR/CSS21/media.html 6694f428a6059c577210c079d7b38ea49f1d15fb `Microsoft`<http://www.microsoft.com/> The 'all' media type applies to the screen medium.
|
|
media-dependency-010 Non-matching target mediums (braille) http://www.w3.org/TR/CSS21/media.html 09154bb4a735ad17a0b7ace3f897fc6ec523e89a `Microsoft`<http://www.microsoft.com/> The 'braille' media type does not apply to the screen medium.
|
|
media-dependency-011 Non-matching target mediums (embossed) http://www.w3.org/TR/CSS21/media.html c74fa4239662f14c8bf3f5be6dc2b4c4eeb66925 `Microsoft`<http://www.microsoft.com/> The 'embossed' media type does not apply to the screen medium.
|
|
media-dependency-012 Non-matching target mediums (handheld) http://www.w3.org/TR/CSS21/media.html f840f4b28b9979ed7dd28c7d7f61e69ac4401db7 `Microsoft`<http://www.microsoft.com/> The 'handheld' media type does not apply to the screen medium.
|
|
media-dependency-013 Non-matching target mediums (projection) http://www.w3.org/TR/CSS21/media.html 690df3a17d52e459b8d14cf3af09918897ed982d `Microsoft`<http://www.microsoft.com/> The 'projection' media type does not apply to the screen medium.
|
|
media-dependency-014 Non-matching target mediums (speech) http://www.w3.org/TR/CSS21/media.html 904096e11541a71b344cf239eecadd37365f13b8 `Microsoft`<http://www.microsoft.com/> The 'speech' media type does not apply to the screen medium.
|
|
media-dependency-015 Non-matching target mediums (tty) http://www.w3.org/TR/CSS21/media.html 7c5a42658bd9e662be3012a36c0c9e2da74c07ac `Microsoft`<http://www.microsoft.com/> The 'tty' media type does not apply to the screen medium.
|
|
media-dependency-016 Non-matching target mediums (tv) http://www.w3.org/TR/CSS21/media.html 14bf0c8f24f3396c48f14f04b95cd2a5bc00711a `Microsoft`<http://www.microsoft.com/> The 'tv' media type does not apply to the screen medium.
|
|
media-dependency-017 Multiple target mediums http://www.w3.org/TR/CSS21/media.html 9db5fd76ba6ef38e2af6f08625370a95d7f35685 `Microsoft`<http://www.microsoft.com/> An '@media' rule specifies the target media types separated by commas.
|
|
min-height-001 reference/height-001-ref Min-height using pixels with a minimum minus one value, -1px invalid http://www.w3.org/TR/CSS21/visudet.html#propdef-min-height,http://www.w3.org/TR/CSS21/visudet.html#min-max-heights 2dcf4be192b01803dd89db5d6eb732e0d74f42b0 `Microsoft`<http://www.microsoft.com/> The 'min-height' property sets a minimum minus one length value in pixels.
|
|
min-height-002 reference/height-001-ref Min-height using pixels with a minimum value, 0px http://www.w3.org/TR/CSS21/visudet.html#propdef-min-height,http://www.w3.org/TR/CSS21/visudet.html#min-max-heights 201a51ac90660ce71a29256807b08ef5a0940961 `Microsoft`<http://www.microsoft.com/> The 'min-height' property sets a minimum length value in pixels.
|
|
min-height-003 reference/height-003-ref Min-height using pixels with a minimum plus one value, 1px http://www.w3.org/TR/CSS21/visudet.html#propdef-min-height,http://www.w3.org/TR/CSS21/visudet.html#min-max-heights a4355dfa4bc728b5096c0065d23ff74cf16dc4f4 `Microsoft`<http://www.microsoft.com/> The 'min-height' property sets a minimum plus one length value in pixels.
|
|
min-height-004 reference/height-001-ref Min-height using pixels with a negative zero value, -0px http://www.w3.org/TR/CSS21/visudet.html#propdef-min-height,http://www.w3.org/TR/CSS21/visudet.html#min-max-heights fb340f440c64c79ca7f5d6dff3ebba96fd32ca9e `Microsoft`<http://www.microsoft.com/> The 'min-height' property sets a negative zero length value in pixels.
|
|
min-height-005 reference/height-001-ref Min-height using pixels with a positive zero value, +0px http://www.w3.org/TR/CSS21/visudet.html#propdef-min-height,http://www.w3.org/TR/CSS21/visudet.html#min-max-heights dc45c4a430686257aa77ad71df166f4c7a28b98e `Microsoft`<http://www.microsoft.com/> The 'min-height' property sets a positive zero length value in pixels.
|
|
min-height-006 reference/height-006-ref Min-height using pixels with a nominal value, 96px http://www.w3.org/TR/CSS21/visudet.html#propdef-min-height,http://www.w3.org/TR/CSS21/visudet.html#min-max-heights 29f95f67a097d05babb671c893d8b34254d44576 `Microsoft`<http://www.microsoft.com/> The 'min-height' property sets a nominal length value in pixels.
|
|
min-height-007 reference/height-006-ref Min-height using pixels with a positive nominal value, +96px http://www.w3.org/TR/CSS21/visudet.html#propdef-min-height,http://www.w3.org/TR/CSS21/visudet.html#min-max-heights 4686bbc2d979c1ba4615bbeb80a7f41246a69981 `Microsoft`<http://www.microsoft.com/> The 'min-height' property sets a positive nominal length value in pixels.
|
|
min-height-012 reference/height-001-ref Min-height using points with a minimum minus one value, -1pt invalid http://www.w3.org/TR/CSS21/visudet.html#propdef-min-height,http://www.w3.org/TR/CSS21/visudet.html#min-max-heights 5a20724702a52cf36d8241cb138d50789f51a4c2 `Microsoft`<http://www.microsoft.com/> The 'min-height' property sets a minimum minus one length value in points.
|
|
min-height-013 reference/height-001-ref Min-height using points with a minimum value, 0pt http://www.w3.org/TR/CSS21/visudet.html#propdef-min-height,http://www.w3.org/TR/CSS21/visudet.html#min-max-heights 1ac9cc2399190b414984aa0a617bc6f818af4aba `Microsoft`<http://www.microsoft.com/> The 'min-height' property sets a minimum length value in points.
|
|
min-height-014 Min-height using points with a minimum plus one value, 1pt http://www.w3.org/TR/CSS21/visudet.html#propdef-min-height,http://www.w3.org/TR/CSS21/visudet.html#min-max-heights b3250f890173d014b4551678a75d41ba740a6bda `Microsoft`<http://www.microsoft.com/> The 'min-height' property sets a minimum plus one length value in points.
|
|
min-height-015 reference/height-001-ref Min-height using points with a negative zero value, -0pt http://www.w3.org/TR/CSS21/visudet.html#propdef-min-height,http://www.w3.org/TR/CSS21/visudet.html#min-max-heights 8fd61bcaf400bba82cd22de0e3a8e280b80cedd4 `Microsoft`<http://www.microsoft.com/> The 'min-height' property sets a negative zero length value in points.
|
|
min-height-016 reference/height-001-ref Min-height using points with a positive zero value, +0pt http://www.w3.org/TR/CSS21/visudet.html#propdef-min-height,http://www.w3.org/TR/CSS21/visudet.html#min-max-heights a77dc67ddcb347ae244e09696d4b4e0cc7d02811 `Microsoft`<http://www.microsoft.com/> The 'min-height' property sets a positive zero length value in points.
|
|
min-height-017 reference/height-006-ref Min-height using points with a nominal value, 72pt http://www.w3.org/TR/CSS21/visudet.html#propdef-min-height,http://www.w3.org/TR/CSS21/visudet.html#min-max-heights a8d7489587cd8761569ca577b8347b7ff566d1aa `Microsoft`<http://www.microsoft.com/> The 'min-height' property sets a nominal length value in points.
|
|
min-height-018 reference/height-006-ref Min-height using points with a positive nominal value, +72pt http://www.w3.org/TR/CSS21/visudet.html#propdef-min-height,http://www.w3.org/TR/CSS21/visudet.html#min-max-heights eb7e9e294d49098c57a3b1beb00f0ee80d2c0253 `Microsoft`<http://www.microsoft.com/> The 'min-height' property sets a positive nominal length value in points.
|
|
min-height-023 reference/height-001-ref Min-height using picas with a minimum minus one value, -1pc invalid http://www.w3.org/TR/CSS21/visudet.html#propdef-min-height,http://www.w3.org/TR/CSS21/visudet.html#min-max-heights 4965b5c2dc04d75ca18b8ea690ecf466cc25c532 `Microsoft`<http://www.microsoft.com/> The 'min-height' property sets a minimum minus one length value in picas.
|
|
min-height-024 reference/height-001-ref Min-height using picas with a minimum value, 0pc http://www.w3.org/TR/CSS21/visudet.html#propdef-min-height,http://www.w3.org/TR/CSS21/visudet.html#min-max-heights 0bb1cd8f9c94b0258a02b452aeb7a5b4714b0dfa `Microsoft`<http://www.microsoft.com/> The 'min-height' property sets a minimum length value in picas.
|
|
min-height-025 reference/max-height-025-ref Min-height using picas with a minimum plus one value, 1pc http://www.w3.org/TR/CSS21/visudet.html#propdef-min-height,http://www.w3.org/TR/CSS21/visudet.html#min-max-heights ba3baa7ca3807c9e40857c9506e1b8f54fee2621 `Microsoft`<http://www.microsoft.com/> The 'min-height' property sets a minimum plus one length value in picas.
|
|
min-height-026 reference/height-001-ref Min-height using picas with a negative zero value, -0pc http://www.w3.org/TR/CSS21/visudet.html#propdef-min-height,http://www.w3.org/TR/CSS21/visudet.html#min-max-heights 4f8f9fbc987c71a83e6523cc06ae724c12198839 `Microsoft`<http://www.microsoft.com/> The 'min-height' property sets a negative zero length value in picas.
|
|
min-height-027 reference/height-001-ref Min-height using picas with a positive zero value, +0pc http://www.w3.org/TR/CSS21/visudet.html#propdef-min-height,http://www.w3.org/TR/CSS21/visudet.html#min-max-heights daf48cdb2efbb9dcaa0fad944e92a71380ad28ad `Microsoft`<http://www.microsoft.com/> The 'min-height' property sets a positive zero length value in picas.
|
|
min-height-028 reference/height-006-ref Min-height using picas with a nominal value, 6pc http://www.w3.org/TR/CSS21/visudet.html#propdef-min-height,http://www.w3.org/TR/CSS21/visudet.html#min-max-heights b947e93d2c1cb8bbca687ec7923366440f0ba07a `Microsoft`<http://www.microsoft.com/> The 'min-height' property sets a nominal length value in picas.
|
|
min-height-029 reference/height-006-ref Min-height using picas with a positive nominal value, +6pc http://www.w3.org/TR/CSS21/visudet.html#propdef-min-height,http://www.w3.org/TR/CSS21/visudet.html#min-max-heights bac486a181cf890867a07fa1fad835cc1da596e9 `Microsoft`<http://www.microsoft.com/> The 'min-height' property sets a positive nominal length value in picas.
|
|
min-height-034 reference/height-001-ref Min-height using centimeters with a minimum minus one value, -1cm invalid http://www.w3.org/TR/CSS21/visudet.html#propdef-min-height,http://www.w3.org/TR/CSS21/visudet.html#min-max-heights a81d833e0ed09c025c5b2d8a78a2b1d1ca159090 `Microsoft`<http://www.microsoft.com/> The 'min-height' property sets a minimum minus one length value in centimeters.
|
|
min-height-035 reference/height-001-ref Min-height using centimeters with a minimum value, 0cm http://www.w3.org/TR/CSS21/visudet.html#propdef-min-height,http://www.w3.org/TR/CSS21/visudet.html#min-max-heights bbf6cd35a2e19852d51c39d0f94fb870beccf1ee `Microsoft`<http://www.microsoft.com/> The 'min-height' property sets a minimum length value in centimeters.
|
|
min-height-036 reference/max-height-036-ref Min-height using centimeters with a minimum plus one value, 1cm http://www.w3.org/TR/CSS21/visudet.html#propdef-min-height,http://www.w3.org/TR/CSS21/visudet.html#min-max-heights cab0a72a544e43ecfa719a9b45a190e98bc757c3 `Microsoft`<http://www.microsoft.com/> The 'min-height' property sets a minimum plus one length value in centimeters.
|
|
min-height-037 reference/height-001-ref Min-height using centimeters with a negative zero value, -0cm http://www.w3.org/TR/CSS21/visudet.html#propdef-min-height,http://www.w3.org/TR/CSS21/visudet.html#min-max-heights b73c0fd44a9f8dec5ec449f51e4330b61e422ee5 `Microsoft`<http://www.microsoft.com/> The 'min-height' property sets a negative zero length value in centimeters.
|
|
min-height-038 reference/height-001-ref Min-height using centimeters with a positive zero value, +0cm http://www.w3.org/TR/CSS21/visudet.html#propdef-min-height,http://www.w3.org/TR/CSS21/visudet.html#min-max-heights f12b4074505428c29eadafa7a13ad63ac37e5b6b `Microsoft`<http://www.microsoft.com/> The 'min-height' property sets a positive zero length value in centimeters.
|
|
min-height-039 reference/height-006-ref Min-height using centimeters with a nominal value, 2.54cm http://www.w3.org/TR/CSS21/visudet.html#propdef-min-height,http://www.w3.org/TR/CSS21/visudet.html#min-max-heights 343a0217a7fe5dfa1d0d4bb365bdd42a342366b8 `Microsoft`<http://www.microsoft.com/> The 'min-height' property sets a nominal length value in centimeters.
|
|
min-height-040 reference/height-006-ref Min-height using centimeters with a positive nominal value, +2.54cm http://www.w3.org/TR/CSS21/visudet.html#propdef-min-height,http://www.w3.org/TR/CSS21/visudet.html#min-max-heights 813626e6c9ac53a522d58d87cc9ba98df937f0a8 `Microsoft`<http://www.microsoft.com/> The 'min-height' property sets a positive nominal length value in centimeters.
|
|
min-height-045 reference/height-001-ref Min-height using millimeters with a minimum minus one value, -1mm invalid http://www.w3.org/TR/CSS21/visudet.html#propdef-min-height,http://www.w3.org/TR/CSS21/visudet.html#min-max-heights c35551d0fce799eb295bedc2d1ddfd8226b53da5 `Microsoft`<http://www.microsoft.com/> The 'min-height' property sets a minimum minus one length value in millimeters.
|
|
min-height-046 reference/height-001-ref Min-height using millimeters with a minimum value, 0mm http://www.w3.org/TR/CSS21/visudet.html#propdef-min-height,http://www.w3.org/TR/CSS21/visudet.html#min-max-heights a89d081ce223bd075b969e3644140f0c2f79bf10 `Microsoft`<http://www.microsoft.com/> The 'min-height' property sets a minimum length value in millimeters.
|
|
min-height-047 reference/max-height-047-ref Min-height using millimeters with a minimum plus one value, 1mm http://www.w3.org/TR/CSS21/visudet.html#propdef-min-height,http://www.w3.org/TR/CSS21/visudet.html#min-max-heights 3e0555e7092a940b3df1361af11bdae8def98d28 `Microsoft`<http://www.microsoft.com/> The 'min-height' property sets a minimum plus one length value in millimeters.
|
|
min-height-048 reference/height-001-ref Min-height using millimeters with a negative zero value, -0mm http://www.w3.org/TR/CSS21/visudet.html#propdef-min-height,http://www.w3.org/TR/CSS21/visudet.html#min-max-heights 7661e24e1fb2575397969c96bdabd17a575ab779 `Microsoft`<http://www.microsoft.com/> The 'min-height' property sets a negative zero length value in millimeters.
|
|
min-height-049 reference/height-001-ref Min-height using millimeters with a positive zero value, +0mm http://www.w3.org/TR/CSS21/visudet.html#propdef-min-height,http://www.w3.org/TR/CSS21/visudet.html#min-max-heights d6f04a2696f8419bd1a56fd92509452c55d884e1 `Microsoft`<http://www.microsoft.com/> The 'min-height' property sets a positive zero length value in millimeters.
|
|
min-height-050 reference/height-006-ref Min-height using millimeters with a nominal value, 25.4mm http://www.w3.org/TR/CSS21/visudet.html#propdef-min-height,http://www.w3.org/TR/CSS21/visudet.html#min-max-heights 100888db1bfe6b81bfd7f99457dbdcec44193877 `Microsoft`<http://www.microsoft.com/> The 'min-height' property sets a nominal length value in millimeters.
|
|
min-height-051 reference/height-006-ref Min-height using millimeters with a positive nominal value, +25.4mm http://www.w3.org/TR/CSS21/visudet.html#propdef-min-height,http://www.w3.org/TR/CSS21/visudet.html#min-max-heights 57cad038f8a1b101a1b3617cdc561168598058a2 `Microsoft`<http://www.microsoft.com/> The 'min-height' property sets a positive nominal length value in millimeters.
|
|
min-height-056 reference/height-001-ref Min-height using inches with a minimum minus one value, -1in invalid http://www.w3.org/TR/CSS21/visudet.html#propdef-min-height,http://www.w3.org/TR/CSS21/visudet.html#min-max-heights 5020cfef16d4f04377946f6d7cc63c7dce3904c2 `Microsoft`<http://www.microsoft.com/> The 'min-height' property sets a minimum minus one length value in inches.
|
|
min-height-057 reference/height-001-ref Min-height using inches with a minimum value, 0in http://www.w3.org/TR/CSS21/visudet.html#propdef-min-height,http://www.w3.org/TR/CSS21/visudet.html#min-max-heights 10f19e04472a567847fa2dbc3ee249044aae7e06 `Microsoft`<http://www.microsoft.com/> The 'min-height' property sets a minimum length value in inches.
|
|
min-height-058 reference/max-height-058-ref Min-height using inches with a minimum plus one value, 1in http://www.w3.org/TR/CSS21/visudet.html#propdef-min-height,http://www.w3.org/TR/CSS21/visudet.html#min-max-heights a31f56e1e9025fa620cd689151c07b09eb4503cf `Microsoft`<http://www.microsoft.com/> The 'min-height' property sets a minimum plus one length value in inches.
|
|
min-height-059 reference/height-001-ref Min-height using inches with a negative zero value, -0in http://www.w3.org/TR/CSS21/visudet.html#propdef-min-height,http://www.w3.org/TR/CSS21/visudet.html#min-max-heights 811366594709760051cdc5d374cc4cfeccf76e14 `Microsoft`<http://www.microsoft.com/> The 'min-height' property sets a negative zero length value in inches.
|
|
min-height-060 reference/height-001-ref Min-height using inches with a positive zero value, +0in http://www.w3.org/TR/CSS21/visudet.html#propdef-min-height,http://www.w3.org/TR/CSS21/visudet.html#min-max-heights b7bbaefe6242ae5d846cb5c13dff9e958d418983 `Microsoft`<http://www.microsoft.com/> The 'min-height' property sets a positive zero length value in inches.
|
|
min-height-061 reference/height-061-ref Min-height using inches with a nominal value, 3in http://www.w3.org/TR/CSS21/visudet.html#propdef-min-height,http://www.w3.org/TR/CSS21/visudet.html#min-max-heights 021fed521de20eb2b885650b80d10a77b0563d33 `Microsoft`<http://www.microsoft.com/> The 'min-height' property sets a nominal length value in inches.
|
|
min-height-062 reference/height-061-ref Min-height using inches with a positive nominal value, +3in http://www.w3.org/TR/CSS21/visudet.html#propdef-min-height,http://www.w3.org/TR/CSS21/visudet.html#min-max-heights 7338fe1c0a84bf548f97e45ed6e2ae30dda8ef44 `Microsoft`<http://www.microsoft.com/> The 'min-height' property sets a positive nominal length value in inches.
|
|
min-height-067 reference/min-height-067-ref Min-height using 'em' units with a minimum minus one value, -1em ahem,invalid http://www.w3.org/TR/CSS21/visudet.html#propdef-min-height,http://www.w3.org/TR/CSS21/visudet.html#min-max-heights d0678ea5a9311e79f3949dc454bf306010bd0fc8 `Microsoft`<http://www.microsoft.com/> The 'min-height' property sets a minimum minus one length value in 'em' units.
|
|
min-height-068 reference/min-height-067-ref Min-height using 'em' units with a minimum value, 0em ahem http://www.w3.org/TR/CSS21/visudet.html#propdef-min-height,http://www.w3.org/TR/CSS21/visudet.html#min-max-heights 708a4405712d2d95faa69c8f7152a27a8a741ce5 `Microsoft`<http://www.microsoft.com/> The 'min-height' property sets a minimum length value in 'em' units.
|
|
min-height-069 reference/height-069-ref Min-height using 'em' units with a minimum plus one value, 1em ahem http://www.w3.org/TR/CSS21/visudet.html#propdef-min-height,http://www.w3.org/TR/CSS21/visudet.html#min-max-heights 81ba566c9855bbed92927f91a108cb91ff5087e1 `Microsoft`<http://www.microsoft.com/> The 'min-height' property sets a minimum plus one length value in 'em' units.
|
|
min-height-070 reference/min-height-067-ref Min-height using 'em' units with a negative zero value, -0em ahem http://www.w3.org/TR/CSS21/visudet.html#propdef-min-height,http://www.w3.org/TR/CSS21/visudet.html#min-max-heights 2cf83f810548befc725b1a798be078115fe797eb `Microsoft`<http://www.microsoft.com/> The 'min-height' property sets a negative zero length value in 'em' units.
|
|
min-height-071 reference/min-height-067-ref Min-height using 'em' units with a positive zero value, +0em ahem http://www.w3.org/TR/CSS21/visudet.html#propdef-min-height,http://www.w3.org/TR/CSS21/visudet.html#min-max-heights 97851c0ce73e47aacf8ea22f1ee211c86e90f17b `Microsoft`<http://www.microsoft.com/> The 'min-height' property sets a positive zero length value in 'em' units.
|
|
min-height-072 reference/height-072-ref Min-height using 'em' units with a nominal value, 5em ahem http://www.w3.org/TR/CSS21/visudet.html#propdef-min-height,http://www.w3.org/TR/CSS21/visudet.html#min-max-heights 2973c77de8a7d092265a9a8b15a3371af7ea6079 `Microsoft`<http://www.microsoft.com/> The 'min-height' property sets a nominal length value in 'em' units.
|
|
min-height-073 reference/height-072-ref Min-height using 'em' units with a positive nominal value, +5em ahem http://www.w3.org/TR/CSS21/visudet.html#propdef-min-height,http://www.w3.org/TR/CSS21/visudet.html#min-max-heights 3d4ae07608b238e878eda548e28cc42d2a006b45 `Microsoft`<http://www.microsoft.com/> The 'min-height' property sets a positive nominal length value in 'em' units.
|
|
min-height-078 reference/min-height-067-ref Min-height using 'ex' units with a minimum minus one value, -1ex ahem,invalid http://www.w3.org/TR/CSS21/visudet.html#propdef-min-height,http://www.w3.org/TR/CSS21/visudet.html#min-max-heights 7e1f9a390311193c9df25e675df471bd85d699d8 `Microsoft`<http://www.microsoft.com/> The 'min-height' property sets a minimum minus one length value in 'ex' units.
|
|
min-height-079 reference/min-height-067-ref Min-height using 'ex' units with a minimum value, 0ex ahem http://www.w3.org/TR/CSS21/visudet.html#propdef-min-height,http://www.w3.org/TR/CSS21/visudet.html#min-max-heights 9d7de18891339326f8fd76bf52ce3ef9af924f39 `Microsoft`<http://www.microsoft.com/> The 'min-height' property sets a minimum length value in 'ex' units.
|
|
min-height-080 reference/height-080-ref Min-height using 'ex' units with a minimum plus one value, 1ex ahem http://www.w3.org/TR/CSS21/visudet.html#propdef-min-height,http://www.w3.org/TR/CSS21/visudet.html#min-max-heights e329f86167b13ac47b6c6c77c30aac3a81f67b09 `Microsoft`<http://www.microsoft.com/> The 'min-height' property sets a minimum plus one length value in 'ex' units.
|
|
min-height-081 reference/min-height-067-ref Min-height using 'ex' units with a negative zero value, -0ex ahem http://www.w3.org/TR/CSS21/visudet.html#propdef-min-height,http://www.w3.org/TR/CSS21/visudet.html#min-max-heights ebf973eb9437f59adbacba7c76b9b08bac54153a `Microsoft`<http://www.microsoft.com/> The 'min-height' property sets a negative zero length value in 'ex' units.
|
|
min-height-082 reference/min-height-067-ref Min-height using 'ex' units with a positive zero value, +0ex ahem http://www.w3.org/TR/CSS21/visudet.html#propdef-min-height,http://www.w3.org/TR/CSS21/visudet.html#min-max-heights 9974c932b065f905cb8dd838933eff72cac23c0a `Microsoft`<http://www.microsoft.com/> The 'min-height' property sets a positive zero length value in 'ex' units.
|
|
min-height-083 reference/height-006-ref Min-height using 'ex' units with a nominal value, 6ex ahem http://www.w3.org/TR/CSS21/visudet.html#propdef-min-height,http://www.w3.org/TR/CSS21/visudet.html#min-max-heights 532c46efd7cd56129df5b68b0a0430e4d81dbf84 `Microsoft`<http://www.microsoft.com/> The 'min-height' property sets a nominal length value in 'ex' units.
|
|
min-height-084 reference/height-006-ref Min-height using 'ex' units with a positive nominal value, +6ex ahem http://www.w3.org/TR/CSS21/visudet.html#propdef-min-height,http://www.w3.org/TR/CSS21/visudet.html#min-max-heights e0d9cdfb8d00483f0aae98f64409d6d689935f67 `Microsoft`<http://www.microsoft.com/> The 'min-height' property sets a positive nominal length value in 'ex' units.
|
|
min-height-089 reference/height-001-ref Min-height using percentages with a minimum minus one value, -1% invalid http://www.w3.org/TR/CSS21/visudet.html#propdef-min-height,http://www.w3.org/TR/CSS21/visudet.html#min-max-heights 8c78f8b0822ffb0e2731c5221e873626c8dbaf5e `Microsoft`<http://www.microsoft.com/> The 'min-height' property sets a minimum minus one length value in percentages.
|
|
min-height-090 reference/height-001-ref Min-height using percentages with a minimum value, 0% http://www.w3.org/TR/CSS21/visudet.html#propdef-min-height,http://www.w3.org/TR/CSS21/visudet.html#min-max-heights 357c109013cfebb07f1a090a926194ac8a5e09f4 `Microsoft`<http://www.microsoft.com/> The 'min-height' property sets a minimum length value in percentages.
|
|
min-height-091 reference/height-003-ref Min-height using percentages with a minimum plus one value, 1% http://www.w3.org/TR/CSS21/visudet.html#propdef-min-height,http://www.w3.org/TR/CSS21/visudet.html#min-max-heights 457237e6f21066dadde22f6ae0e4a83ddf249eb1 `Microsoft`<http://www.microsoft.com/> The 'min-height' property sets a minimum plus one length value in percentages.
|
|
min-height-092 reference/height-001-ref Min-height using percentages with a negative zero value, -0% http://www.w3.org/TR/CSS21/visudet.html#propdef-min-height,http://www.w3.org/TR/CSS21/visudet.html#min-max-heights 970eabc0b73d2e4c8a766b5e989bd74108ebcac8 `Microsoft`<http://www.microsoft.com/> The 'min-height' property sets a negative zero length value in percentages.
|
|
min-height-093 reference/height-001-ref Min-height using percentages with a positive zero value, +0% http://www.w3.org/TR/CSS21/visudet.html#propdef-min-height,http://www.w3.org/TR/CSS21/visudet.html#min-max-heights 3f63381b669ca4832b11b9ab58310847cfa00b2a `Microsoft`<http://www.microsoft.com/> The 'min-height' property sets a positive zero length value in percentages.
|
|
min-height-094 reference/height-006-ref Min-height using percentages with a nominal value, 100% http://www.w3.org/TR/CSS21/visudet.html#propdef-min-height,http://www.w3.org/TR/CSS21/visudet.html#min-max-heights 0b8c6204e5bdb5802d45ddb3796dd42c481e66a6 `Microsoft`<http://www.microsoft.com/> The 'min-height' property sets a nominal length value in percentages.
|
|
min-height-095 reference/height-006-ref Min-height using percentages with a positive nominal value, +100% http://www.w3.org/TR/CSS21/visudet.html#propdef-min-height,http://www.w3.org/TR/CSS21/visudet.html#min-max-heights e3e8be52d414db645a38d2ec4681b49f74643f60 `Microsoft`<http://www.microsoft.com/> The 'min-height' property sets a positive nominal length value in percentages.
|
|
min-height-100 reference/height-001-ref Min-height with a negative zero value and no units, -0 http://www.w3.org/TR/CSS21/visudet.html#propdef-min-height,http://www.w3.org/TR/CSS21/visudet.html#min-max-heights 29a8770d62989263ed82e0af86e5a2d94051180f `Microsoft`<http://www.microsoft.com/> The 'min-height' property sets a negative zero length value with no units.
|
|
min-height-101 reference/height-001-ref Min-height with a zero value and no units, 0 http://www.w3.org/TR/CSS21/visudet.html#propdef-min-height,http://www.w3.org/TR/CSS21/visudet.html#min-max-heights a1fdb5cf7fbe3a20041c3e4e30479c0347e7ed17 `Microsoft`<http://www.microsoft.com/> The 'min-height' property sets a zero length value with no units.
|
|
min-height-102 reference/height-001-ref Min-height with a positive zero value and no units, +0 http://www.w3.org/TR/CSS21/visudet.html#propdef-min-height,http://www.w3.org/TR/CSS21/visudet.html#min-max-heights 2d3295740a831d730c5ea2613a0a74727f69c338 `Microsoft`<http://www.microsoft.com/> The 'min-height' property sets a positive zero length value with no units.
|
|
min-height-103 reference/height-003-ref Min-height set to 'inherit' http://www.w3.org/TR/CSS21/visudet.html#propdef-min-height,http://www.w3.org/TR/CSS21/visudet.html#min-max-heights a5f068305d3d6fbe94726df9b5d6bfe867fb5c95 `Microsoft`<http://www.microsoft.com/> The 'min-height' property properly inherits the min-height value of the parent.
|
|
min-height-104 reference/max-height-107-ref min-height - space for scrollbar ahem http://www.w3.org/TR/CSS21/visudet.html#min-max-heights,http://www.w3.org/TR/CSS21/visufx.html#overflow 099bdecd76015d1698962cfb06f2390a57cd49f1 `Gérard Talbot`<http://www.gtalbot.org/BrowserBugsSection/css21testsuite/>,`Hilbrand Edskes`<http://edskes.com/> Any space taken up by the scrollbars should be taken out of (subtracted from the dimensions of) the containing block formed by the element with the scrollbars.
|
|
min-height-105 reference/max-height-110-ref min-height - space for scrollbar ahem http://www.w3.org/TR/CSS21/visudet.html#min-max-heights,http://www.w3.org/TR/CSS21/visufx.html#overflow 264226ec9b9f63b247eb7f58eb867262b635a988 `Gérard Talbot`<http://www.gtalbot.org/BrowserBugsSection/css21testsuite/>,`Hilbrand Edskes`<http://edskes.com/> Any space taken up by the scrollbars should be taken out of (subtracted from the dimensions of) the containing block formed by the element with the scrollbars.
|
|
min-height-106 reference/max-height-107-ref min-height - float and overflow ahem http://www.w3.org/TR/CSS21/visudet.html#min-max-heights,http://www.w3.org/TR/CSS21/visufx.html#overflow face35d4420b07526edcf28828f98290f301a351 `Gérard Talbot`<http://www.gtalbot.org/BrowserBugsSection/css21testsuite/>,`Hilbrand Edskes`<http://edskes.com/> 'min-height' specifies a fixed minimum used height. If the element requires an horizontal scrollbar, then the horizontal scrollbar height should be subtracted from the height of its containing block so that the resulting used height continues to honor the declared min-height.
|
|
min-height-111 reference/min-height-111-ref Basic min-height test http://www.w3.org/TR/CSS21/visudet.html#min-max-heights 34e2feedec1829b7d9b5f448f2a9ad46e48e96cd `Ian Hickson`<mailto:ian@hixie.ch>
|
|
min-height-112 reference/min-height-111-ref Basic min-height test (with overflow:hidden) http://www.w3.org/TR/CSS21/visudet.html#min-max-heights 6b52676be379348571e456a4b881668cdc3ec386 `Ian Hickson`<mailto:ian@hixie.ch>
|
|
min-height-113 Basic min-height test (with overflow:scroll) http://www.w3.org/TR/CSS21/visudet.html#min-max-heights 34eca2453455f43894e96f316df2f3137583b5a1 `Ian Hickson`<mailto:ian@hixie.ch>
|
|
min-height-applies-to-001 Min-height applied to elements with 'display' set to 'table-row-group' may http://www.w3.org/TR/CSS21/visudet.html#propdef-min-height,http://www.w3.org/TR/CSS21/visudet.html#min-max-heights a12869124623a45d10de48400e93bd90a828c835 `Microsoft`<http://www.microsoft.com/> The 'min-height' property applies to elements with 'display' set to 'table-row-group'.
|
|
min-height-applies-to-002 Min-height applied to elements with 'display' set to 'table-header-group' may http://www.w3.org/TR/CSS21/visudet.html#propdef-min-height,http://www.w3.org/TR/CSS21/visudet.html#min-max-heights 9859ed9a2f98d27ca4fc11009362c962c3958b92 `Microsoft`<http://www.microsoft.com/> The 'min-height' property applies to elements with 'display' set to 'table-header-group'.
|
|
min-height-applies-to-003 Min-height applied to elements with 'display' set to 'table-footer-group' may http://www.w3.org/TR/CSS21/visudet.html#propdef-min-height,http://www.w3.org/TR/CSS21/visudet.html#min-max-heights c920bf028f2eaa1eaaaf45b847e984994560a48e `Microsoft`<http://www.microsoft.com/> The 'min-height' property applies to elements with 'display' set to 'table-footer-group'.
|
|
min-height-applies-to-004 Min-height applied to elements with 'display' set to 'table-row' http://www.w3.org/TR/CSS21/visudet.html#propdef-min-height,http://www.w3.org/TR/CSS21/visudet.html#min-max-heights c58c614af174ffe1362485165b1337f7b70d09ee `Microsoft`<http://www.microsoft.com/> The 'min-height' property applies to elements with 'display' set to 'table-row'.
|
|
min-height-applies-to-005 reference/ref-if-there-is-no-red Min-height applied to elements with 'display' set to 'table-column-group' http://www.w3.org/TR/CSS21/visudet.html#propdef-min-height,http://www.w3.org/TR/CSS21/visudet.html#min-max-heights bd80fc1c2ee4f554f2f5d62a4492e0dc65d3e8e9 `Microsoft`<http://www.microsoft.com/> The 'min-height' property does not to elements with 'display' set to 'table-column-group'.
|
|
min-height-applies-to-006 reference/ref-if-there-is-no-red Min-height applied to elements with 'display' set to 'table-column' http://www.w3.org/TR/CSS21/visudet.html#propdef-min-height,http://www.w3.org/TR/CSS21/visudet.html#min-max-heights c4154622c7cb552680f80e4bcd457b756ff3257c `Microsoft`<http://www.microsoft.com/> The 'min-height' property does not to elements with 'display' set to 'table-column'.
|
|
min-height-applies-to-007 Min-height applied to elements with 'display' set to 'table-cell' may http://www.w3.org/TR/CSS21/visudet.html#propdef-min-height,http://www.w3.org/TR/CSS21/visudet.html#min-max-heights 89fdb764169e0f957b843dfbbd6ef4e0b5232f00 `Microsoft`<http://www.microsoft.com/> The 'min-height' property applies to elements with 'display' set to 'table-cell'.
|
|
min-height-applies-to-008 reference/ref-if-there-is-no-red Min-height applied to elements with 'display' set to 'inline' ahem http://www.w3.org/TR/CSS21/visudet.html#propdef-min-height,http://www.w3.org/TR/CSS21/visudet.html#min-max-heights 3620467e2c0a0f9fe4125a3108053816835a465d `Microsoft`<http://www.microsoft.com/> The 'min-height' property does not apply to elements with 'display' set to 'inline'.
|
|
min-height-applies-to-009 reference/ref-filled-black-96px-square Min-height applied to elements with 'display' set to 'block' http://www.w3.org/TR/CSS21/visudet.html#propdef-min-height,http://www.w3.org/TR/CSS21/visudet.html#min-max-heights 7adb975684fdaac9d7bc630e23e25a124109fae6 `Microsoft`<http://www.microsoft.com/> The 'min-height' property applies to elements with 'display' set to 'block'.
|
|
min-height-applies-to-010 Min-height applied to elements with 'display' set to 'list-item' http://www.w3.org/TR/CSS21/visudet.html#propdef-min-height,http://www.w3.org/TR/CSS21/visudet.html#min-max-heights 5259b04ca99757d0ab09e40e17a5664904c43767 `Microsoft`<http://www.microsoft.com/> The 'min-height' property applies to elements with 'display' set to 'list-item'.
|
|
min-height-applies-to-011 Min-height applied to elements with 'display' set to 'run-in' http://www.w3.org/TR/CSS21/visudet.html#propdef-min-height,http://www.w3.org/TR/CSS21/visudet.html#min-max-heights b36f52b455a66fb5e9b233335d12e3e8d4c44ea0 `Microsoft`<http://www.microsoft.com/> The 'min-height' property applies to elements with 'display' set to 'run-in'.
|
|
min-height-applies-to-012 reference/ref-filled-black-96px-square Min-height applied to elements with 'display' set to 'inline-block' http://www.w3.org/TR/CSS21/visudet.html#propdef-min-height,http://www.w3.org/TR/CSS21/visudet.html#min-max-heights 0b63f312af589ebbe40696bce03c4849be83a86c `Microsoft`<http://www.microsoft.com/> The 'min-height' property applies to elements with 'display' set to 'inline-block'.
|
|
min-height-applies-to-013 Min-height applied to elements with 'display' set to 'table' http://www.w3.org/TR/CSS21/visudet.html#propdef-min-height,http://www.w3.org/TR/CSS21/visudet.html#min-max-heights 79f446a8a8e2b3e051fb1bf34fb794038a9f3d1f `Microsoft`<http://www.microsoft.com/> The 'min-height' property applies to elements with 'display' set to 'table'.
|
|
min-height-applies-to-014 Min-height applied to elements with 'display' set to 'inline-table' http://www.w3.org/TR/CSS21/visudet.html#propdef-min-height,http://www.w3.org/TR/CSS21/visudet.html#min-max-heights 762a6e85529a5f25fbfbccccecfaad44fed65538 `Microsoft`<http://www.microsoft.com/> The 'min-height' property applies to elements with 'display' set to 'inline-table'.
|
|
min-height-applies-to-015 reference/ref-filled-black-96px-square Min-height applied to elements with 'display' set to 'table-caption' http://www.w3.org/TR/CSS21/visudet.html#propdef-min-height,http://www.w3.org/TR/CSS21/visudet.html#min-max-heights c033f7c944f684bff122ca8f528a9e1aaecbb708 `Microsoft`<http://www.microsoft.com/> The 'min-height' property applies to elements with 'display' set to 'table-caption'.
|
|
min-height-percentage-001 reference/max-height-percentage-001-ref Min-height percentage is based on containing block http://www.w3.org/TR/CSS21/visudet.html#min-max-heights 93825f973e863f53597b801098b4de8865aa5449 `Microsoft`<http://www.microsoft.com/> A percentage for 'min-height' is calculated with respect to the 'height' of the generated boxes containing block.
|
|
min-height-percentage-002 reference/ref-if-there-is-no-red Percentage 'min-height' with no 'height' on containing block http://www.w3.org/TR/CSS21/visudet.html#min-max-heights cbae4a4b913da912dd8349d46a30c66cf1f19cd7 `Microsoft`<http://www.microsoft.com/> When the 'height' of the containing block (#div1) of an element (inner div) is not specified (or if its height value is 'auto') and the element is not absolutely positioned, then the percentage value of 'max-height' is treated as '0' for 'min-height' and 'none' for 'max-height'.
|
|
min-height-percentage-003 reference/min-height-percentage-003-ref min-height - 100% of the initial containing block's height http://www.w3.org/TR/CSS21/visudet.html#the-height-property,http://www.w3.org/TR/CSS21/visudet.html#containing-block-details,http://www.w3.org/TR/CSS21/visudet.html#min-max-heights e3a29a3e46fc081ea35384d82afb4c6aa306e7ba `Gérard Talbot`<http://www.gtalbot.org/BrowserBugsSection/css21testsuite/>,`Bruno Fassino`<fassino(at)gmail.com>,`Alan Gresley`<alan{at}css-class.com> The initial containing block has the dimensions of the viewport. A percentage height on the root element is relative to the initial containing block. A 'min-height: 100%;' of the document root element should use all of the document root element's height. A percentage for 'min-height' is calculated with respect to the height of the generated box's containing block.
|
|
min-width-001 reference/ref-if-there-is-no-red Min-width using pixels with a minimum minus one value, -1px invalid http://www.w3.org/TR/CSS21/visudet.html#propdef-min-width,http://www.w3.org/TR/CSS21/visudet.html#min-max-widths 9a3d33f35a3401d4953686ee128c7c8f45dbf7ba `Microsoft`<http://www.microsoft.com/> The 'min-width' property sets a minimum minus one length value in pixels.
|
|
min-width-002 reference/ref-if-there-is-no-red Min-width using pixels with a minimum value, 0px http://www.w3.org/TR/CSS21/visudet.html#propdef-min-width,http://www.w3.org/TR/CSS21/visudet.html#min-max-widths bcf8ea5d9d526a53313225e631d4fa01b36a58a3 `Microsoft`<http://www.microsoft.com/> The 'min-width' property sets a minimum length value in pixels.
|
|
min-width-003 reference/max-width-003-ref Min-width using pixels with a minimum plus one value, 1px http://www.w3.org/TR/CSS21/visudet.html#propdef-min-width,http://www.w3.org/TR/CSS21/visudet.html#min-max-widths 883489cec80a6b5d9b740567de93ee67ab937181 `Microsoft`<http://www.microsoft.com/> The 'min-width' property sets a minimum plus one length value in pixels.
|
|
min-width-004 reference/ref-if-there-is-no-red Min-width using pixels with a negative zero value, -0px http://www.w3.org/TR/CSS21/visudet.html#propdef-min-width,http://www.w3.org/TR/CSS21/visudet.html#min-max-widths da2f00bf8f874bd86c7339e59cbfe05161622910 `Microsoft`<http://www.microsoft.com/> The 'min-width' property sets a negative zero length value in pixels.
|
|
min-width-005 reference/ref-if-there-is-no-red Min-width using pixels with a positive zero value, +0px http://www.w3.org/TR/CSS21/visudet.html#propdef-min-width,http://www.w3.org/TR/CSS21/visudet.html#min-max-widths c851beba957594714e82f6a7abcfe0b38d3cb8a5 `Microsoft`<http://www.microsoft.com/> The 'min-width' property sets a positive zero length value in pixels.
|
|
min-width-006 reference/max-width-006-ref Min-width using pixels with a nominal value, 96px http://www.w3.org/TR/CSS21/visudet.html#propdef-min-width,http://www.w3.org/TR/CSS21/visudet.html#min-max-widths e746378c2ebd68506f8472b2a2c66fe8854ecfab `Microsoft`<http://www.microsoft.com/> The 'min-width' property sets a nominal length value in pixels.
|
|
min-width-007 reference/max-width-006-ref Min-width using pixels with a positive nominal value, +96px http://www.w3.org/TR/CSS21/visudet.html#propdef-min-width,http://www.w3.org/TR/CSS21/visudet.html#min-max-widths 760bb530ba8f8ac7032b76e5470d24bb7323fe2b `Microsoft`<http://www.microsoft.com/> The 'min-width' property sets a positive nominal length value in pixels.
|
|
min-width-012 reference/ref-if-there-is-no-red Min-width using points with a minimum minus one value, -1pt invalid http://www.w3.org/TR/CSS21/visudet.html#propdef-min-width,http://www.w3.org/TR/CSS21/visudet.html#min-max-widths 486fed6162bca6027bb9cc4065c0667cac21a89f `Microsoft`<http://www.microsoft.com/> The 'min-width' property sets a minimum minus one length value in points.
|
|
min-width-013 reference/ref-if-there-is-no-red Min-width using points with a minimum value, 0pt http://www.w3.org/TR/CSS21/visudet.html#propdef-min-width,http://www.w3.org/TR/CSS21/visudet.html#min-max-widths 23955fb42681dc716039dbd3382bd88a985777d8 `Microsoft`<http://www.microsoft.com/> The 'min-width' property sets a minimum length value in points.
|
|
min-width-014 Min-width using points with a minimum plus one value, 1pt http://www.w3.org/TR/CSS21/visudet.html#propdef-min-width,http://www.w3.org/TR/CSS21/visudet.html#min-max-widths 84e33555b4719ed4a400dca3adc17ae89c8650fa `Microsoft`<http://www.microsoft.com/> The 'min-width' property sets a minimum plus one length value in points.
|
|
min-width-015 reference/ref-if-there-is-no-red Min-width using points with a negative zero value, -0pt http://www.w3.org/TR/CSS21/visudet.html#propdef-min-width,http://www.w3.org/TR/CSS21/visudet.html#min-max-widths 160a122f21947b0d084444b799a0e7a2ab2689da `Microsoft`<http://www.microsoft.com/> The 'min-width' property sets a negative zero length value in points.
|
|
min-width-016 reference/ref-if-there-is-no-red Min-width using points with a positive zero value, +0pt http://www.w3.org/TR/CSS21/visudet.html#propdef-min-width,http://www.w3.org/TR/CSS21/visudet.html#min-max-widths 9eb3a16aa412160599811fa33dc2405378f5a853 `Microsoft`<http://www.microsoft.com/> The 'min-width' property sets a positive zero length value in points.
|
|
min-width-017 reference/max-width-006-ref Min-width using points with a nominal value, 72pt http://www.w3.org/TR/CSS21/visudet.html#propdef-min-width,http://www.w3.org/TR/CSS21/visudet.html#min-max-widths c4cfad6cc334d47809715670529332d1aa3285f5 `Microsoft`<http://www.microsoft.com/> The 'min-width' property sets a nominal length value in points.
|
|
min-width-018 reference/max-width-006-ref Min-width using points with a positive nominal value, +72pt http://www.w3.org/TR/CSS21/visudet.html#propdef-min-width,http://www.w3.org/TR/CSS21/visudet.html#min-max-widths c60c0e21cfc8b3e3feb2f7b3e1efc7eb2b347af9 `Microsoft`<http://www.microsoft.com/> The 'min-width' property sets a positive nominal length value in points.
|
|
min-width-023 reference/ref-if-there-is-no-red Min-width using picas with a minimum minus one value, -1pc invalid http://www.w3.org/TR/CSS21/visudet.html#propdef-min-width,http://www.w3.org/TR/CSS21/visudet.html#min-max-widths db0e936f68ca67ab3b8f22cabd42c3c45ed06b38 `Microsoft`<http://www.microsoft.com/> The 'min-width' property sets a minimum minus one length value in picas.
|
|
min-width-024 reference/ref-if-there-is-no-red Min-width using picas with a minimum value, 0pc http://www.w3.org/TR/CSS21/visudet.html#propdef-min-width,http://www.w3.org/TR/CSS21/visudet.html#min-max-widths 121c2e64d3ad2dc134ec44aeda86689529ba7072 `Microsoft`<http://www.microsoft.com/> The 'min-width' property sets a minimum length value in picas.
|
|
min-width-025 reference/max-width-025-ref Min-width using picas with a minimum plus one value, 1pc http://www.w3.org/TR/CSS21/visudet.html#propdef-min-width,http://www.w3.org/TR/CSS21/visudet.html#min-max-widths 72f0cfaa17676b723c2ebb30b3a918cada5621ce `Microsoft`<http://www.microsoft.com/> The 'min-width' property sets a minimum plus one length value in picas.
|
|
min-width-026 reference/ref-if-there-is-no-red Min-width using picas with a negative zero value, -0pc http://www.w3.org/TR/CSS21/visudet.html#propdef-min-width,http://www.w3.org/TR/CSS21/visudet.html#min-max-widths 28c339c6d98a1e74cd0ccdf224db8ceae6c08a40 `Microsoft`<http://www.microsoft.com/> The 'min-width' property sets a negative zero length value in picas.
|
|
min-width-027 reference/ref-if-there-is-no-red Min-width using picas with a positive zero value, +0pc http://www.w3.org/TR/CSS21/visudet.html#propdef-min-width,http://www.w3.org/TR/CSS21/visudet.html#min-max-widths 1eac68eaed89bfba825849587f10937c2d96c541 `Microsoft`<http://www.microsoft.com/> The 'min-width' property sets a positive zero length value in picas.
|
|
min-width-028 reference/max-width-006-ref Min-width using picas with a nominal value, 6pc http://www.w3.org/TR/CSS21/visudet.html#propdef-min-width,http://www.w3.org/TR/CSS21/visudet.html#min-max-widths 4dd480708681f968cfe114134df15605d2bca032 `Microsoft`<http://www.microsoft.com/> The 'min-width' property sets a nominal length value in picas.
|
|
min-width-029 reference/max-width-006-ref Min-width using picas with a positive nominal value, +6pc http://www.w3.org/TR/CSS21/visudet.html#propdef-min-width,http://www.w3.org/TR/CSS21/visudet.html#min-max-widths 57951c338b57270619adfc76cc3e20984690f328 `Microsoft`<http://www.microsoft.com/> The 'min-width' property sets a positive nominal length value in picas.
|
|
min-width-034 reference/ref-if-there-is-no-red Min-width using centimeters with a minimum minus one value, -1cm invalid http://www.w3.org/TR/CSS21/visudet.html#propdef-min-width,http://www.w3.org/TR/CSS21/visudet.html#min-max-widths 8b3ecbdae26bfc3cc898339211c347f1d2aa8c47 `Microsoft`<http://www.microsoft.com/> The 'min-width' property sets a minimum minus one length value in centimeters.
|
|
min-width-035 reference/ref-if-there-is-no-red Min-width using centimeters with a minimum value, 0cm http://www.w3.org/TR/CSS21/visudet.html#propdef-min-width,http://www.w3.org/TR/CSS21/visudet.html#min-max-widths a4a5a78180e5565ce64b23c98edaa1ea8a52a1a3 `Microsoft`<http://www.microsoft.com/> The 'min-width' property sets a minimum length value in centimeters.
|
|
min-width-036 reference/max-width-036-ref Min-width using centimeters with a minimum plus one value, 1cm http://www.w3.org/TR/CSS21/visudet.html#propdef-min-width,http://www.w3.org/TR/CSS21/visudet.html#min-max-widths 7cb3dc5a1d00e2f54d84e701c2b65232f43df510 `Microsoft`<http://www.microsoft.com/> The 'min-width' property sets a minimum plus one length value in centimeters.
|
|
min-width-037 reference/ref-if-there-is-no-red Min-width using centimeters with a negative zero value, -0cm http://www.w3.org/TR/CSS21/visudet.html#propdef-min-width,http://www.w3.org/TR/CSS21/visudet.html#min-max-widths 184cc6e7cb54e623dbe5f1aa20e56156ee12072d `Microsoft`<http://www.microsoft.com/> The 'min-width' property sets a negative zero length value in centimeters.
|
|
min-width-038 reference/ref-if-there-is-no-red Min-width using centimeters with a positive zero value, +0cm http://www.w3.org/TR/CSS21/visudet.html#propdef-min-width,http://www.w3.org/TR/CSS21/visudet.html#min-max-widths acb82b469f292f1f43b7c0361ef2daa2c4e27c44 `Microsoft`<http://www.microsoft.com/> The 'min-width' property sets a positive zero length value in centimeters.
|
|
min-width-039 reference/max-width-006-ref Min-width using centimeters with a nominal value, 2.54cm http://www.w3.org/TR/CSS21/visudet.html#propdef-min-width,http://www.w3.org/TR/CSS21/visudet.html#min-max-widths f0daf707a3b611a9fce99e9413e6551be6e796eb `Microsoft`<http://www.microsoft.com/> The 'min-width' property sets a nominal length value in centimeters.
|
|
min-width-040 reference/max-width-006-ref Min-width using centimeters with a positive nominal value, +2.54cm http://www.w3.org/TR/CSS21/visudet.html#propdef-min-width,http://www.w3.org/TR/CSS21/visudet.html#min-max-widths 0d2e8b13a8e5a4b172dba6a3792a5b4bc5296a3e `Microsoft`<http://www.microsoft.com/> The 'min-width' property sets a positive nominal length value in centimeters.
|
|
min-width-045 reference/ref-if-there-is-no-red Min-width using millimeters with a minimum minus one value, -1mm invalid http://www.w3.org/TR/CSS21/visudet.html#propdef-min-width,http://www.w3.org/TR/CSS21/visudet.html#min-max-widths 04e35e8016b68fdeeab9f50320de2ecf85595990 `Microsoft`<http://www.microsoft.com/> The 'min-width' property sets a minimum minus one length value in millimeters.
|
|
min-width-046 reference/ref-if-there-is-no-red Min-width using millimeters with a minimum value, 0mm http://www.w3.org/TR/CSS21/visudet.html#propdef-min-width,http://www.w3.org/TR/CSS21/visudet.html#min-max-widths 8bacb0a5f4c760155b75b27763ef1fa6c3116add `Microsoft`<http://www.microsoft.com/> The 'min-width' property sets a minimum length value in millimeters.
|
|
min-width-047 reference/max-width-047-ref Min-width using millimeters with a minimum plus one value, 1mm http://www.w3.org/TR/CSS21/visudet.html#propdef-min-width,http://www.w3.org/TR/CSS21/visudet.html#min-max-widths 2d57bfd2c6b1bf700b757c62e3ab0cd2e1551664 `Microsoft`<http://www.microsoft.com/> The 'min-width' property sets a minimum plus one length value in millimeters.
|
|
min-width-048 reference/ref-if-there-is-no-red Min-width using millimeters with a negative zero value, -0mm http://www.w3.org/TR/CSS21/visudet.html#propdef-min-width,http://www.w3.org/TR/CSS21/visudet.html#min-max-widths 60aba4ea4fed4480c946d76bdaa8366ae26b8c99 `Microsoft`<http://www.microsoft.com/> The 'min-width' property sets a negative zero length value in millimeters.
|
|
min-width-049 reference/ref-if-there-is-no-red Min-width using millimeters with a positive zero value, +0mm http://www.w3.org/TR/CSS21/visudet.html#propdef-min-width,http://www.w3.org/TR/CSS21/visudet.html#min-max-widths b1b826b94aad206014dcf0857f930f83086dc2fb `Microsoft`<http://www.microsoft.com/> The 'min-width' property sets a positive zero length value in millimeters.
|
|
min-width-050 reference/max-width-006-ref Min-width using millimeters with a nominal value, 25.4mm http://www.w3.org/TR/CSS21/visudet.html#propdef-min-width,http://www.w3.org/TR/CSS21/visudet.html#min-max-widths 80c825b97248088f70cb30f7a7c9a19913de4c95 `Microsoft`<http://www.microsoft.com/> The 'min-width' property sets a nominal length value in millimeters.
|
|
min-width-051 reference/max-width-006-ref Min-width using millimeters with a positive nominal value, +25.4mm http://www.w3.org/TR/CSS21/visudet.html#propdef-min-width,http://www.w3.org/TR/CSS21/visudet.html#min-max-widths 80f692b37eb47491f52be864159bf2a5e9cb673c `Microsoft`<http://www.microsoft.com/> The 'min-width' property sets a positive nominal length value in millimeters.
|
|
min-width-056 reference/ref-if-there-is-no-red Min-width using inches with a minimum minus one value, -1in invalid http://www.w3.org/TR/CSS21/visudet.html#propdef-min-width,http://www.w3.org/TR/CSS21/visudet.html#min-max-widths 1d9b3030e43e1c5250e75d2c647e2464b3cb38cc `Microsoft`<http://www.microsoft.com/> The 'min-width' property sets a minimum minus one length value in inches.
|
|
min-width-057 reference/ref-if-there-is-no-red Min-width using inches with a minimum value, 0in http://www.w3.org/TR/CSS21/visudet.html#propdef-min-width,http://www.w3.org/TR/CSS21/visudet.html#min-max-widths 8b65a2a5ff2f582199a963ad73cdc10898fcb06a `Microsoft`<http://www.microsoft.com/> The 'min-width' property sets a minimum length value in inches.
|
|
min-width-058 reference/ref-filled-black-96px-square Min-width using inches with a minimum plus one value, 1in http://www.w3.org/TR/CSS21/visudet.html#propdef-min-width,http://www.w3.org/TR/CSS21/visudet.html#min-max-widths 2826c56b816435908be1f9d6861f5aed1f046a20 `Microsoft`<http://www.microsoft.com/> The 'min-width' property sets a minimum plus one length value in inches.
|
|
min-width-059 reference/ref-if-there-is-no-red Min-width using inches with a negative zero value, -0in http://www.w3.org/TR/CSS21/visudet.html#propdef-min-width,http://www.w3.org/TR/CSS21/visudet.html#min-max-widths 332a55cfae30d212bb90012b1fc8a0186bb0c29f `Microsoft`<http://www.microsoft.com/> The 'min-width' property sets a negative zero length value in inches.
|
|
min-width-060 reference/ref-if-there-is-no-red Min-width using inches with a positive zero value, +0in http://www.w3.org/TR/CSS21/visudet.html#propdef-min-width,http://www.w3.org/TR/CSS21/visudet.html#min-max-widths c46008501c49e8fe634a8f521705b0a164055a37 `Microsoft`<http://www.microsoft.com/> The 'min-width' property sets a positive zero length value in inches.
|
|
min-width-061 reference/max-width-061-ref Min-width using inches with a nominal value, 3in http://www.w3.org/TR/CSS21/visudet.html#propdef-min-width,http://www.w3.org/TR/CSS21/visudet.html#min-max-widths 0e3e7a92238e39cddc3c7ee276a9f388afa4f0f9 `Microsoft`<http://www.microsoft.com/> The 'min-width' property sets a nominal length value in inches.
|
|
min-width-062 reference/max-width-061-ref Min-width using inches with a positive nominal value, +3in http://www.w3.org/TR/CSS21/visudet.html#propdef-min-width,http://www.w3.org/TR/CSS21/visudet.html#min-max-widths 6b069bd70bb92d9a7903d7467e2a5bd0ca2f1a4b `Microsoft`<http://www.microsoft.com/> The 'min-width' property sets a positive nominal length value in inches.
|
|
min-width-067 reference/ref-if-there-is-no-red Min-width using 'em' units with a minimum minus one value, -1em ahem,invalid http://www.w3.org/TR/CSS21/visudet.html#propdef-min-width,http://www.w3.org/TR/CSS21/visudet.html#min-max-widths 3b83ef11acc2aa5d1de9bb1ffb960ae319b71151 `Microsoft`<http://www.microsoft.com/> The 'min-width' property sets a minimum minus one length value in 'em' units.
|
|
min-width-068 reference/ref-if-there-is-no-red Min-width using 'em' units with a minimum value, 0em ahem http://www.w3.org/TR/CSS21/visudet.html#propdef-min-width,http://www.w3.org/TR/CSS21/visudet.html#min-max-widths 0b3549d49fbcc9faf5f5e9d65b6cc5ea13744ac9 `Microsoft`<http://www.microsoft.com/> The 'min-width' property sets a minimum length value in 'em' units.
|
|
min-width-069 reference/max-width-069-ref Min-width using 'em' units with a minimum plus one value, 1em ahem http://www.w3.org/TR/CSS21/visudet.html#propdef-min-width,http://www.w3.org/TR/CSS21/visudet.html#min-max-widths 17c6ca146ce065d51c97017cf268b8a1a4585c9f `Microsoft`<http://www.microsoft.com/> The 'min-width' property sets a minimum plus one length value in 'em' units.
|
|
min-width-070 reference/ref-if-there-is-no-red Min-width using 'em' units with a negative zero value, -0em ahem http://www.w3.org/TR/CSS21/visudet.html#propdef-min-width,http://www.w3.org/TR/CSS21/visudet.html#min-max-widths eda9642bc7e62df3e8c238a8e527c01c433ddc08 `Microsoft`<http://www.microsoft.com/> The 'min-width' property sets a negative zero length value in 'em' units.
|
|
min-width-071 reference/ref-if-there-is-no-red Min-width using 'em' units with a positive zero value, +0em ahem http://www.w3.org/TR/CSS21/visudet.html#propdef-min-width,http://www.w3.org/TR/CSS21/visudet.html#min-max-widths ac3e88be0abe033fe60c4385a19ab64bc0923933 `Microsoft`<http://www.microsoft.com/> The 'min-width' property sets a positive zero length value in 'em' units.
|
|
min-width-072 reference/max-width-072-ref Min-width using 'em' units with a nominal value, 6em ahem http://www.w3.org/TR/CSS21/visudet.html#propdef-min-width,http://www.w3.org/TR/CSS21/visudet.html#min-max-widths 02a7ded83a9878de4a7133cd104473fba93d9b22 `Microsoft`<http://www.microsoft.com/> The 'min-width' property sets a nominal length value in 'em' units.
|
|
min-width-073 reference/max-width-072-ref Min-width using 'em' units with a positive nominal value, +6em ahem http://www.w3.org/TR/CSS21/visudet.html#propdef-min-width,http://www.w3.org/TR/CSS21/visudet.html#min-max-widths 7330af9e39c34d081cd5c1dbfbdde6bf909bd2bf `Microsoft`<http://www.microsoft.com/> The 'min-width' property sets a positive nominal length value in 'em' units.
|
|
min-width-078 reference/ref-if-there-is-no-red Min-width using 'ex' units with a minimum minus one value, -1ex ahem,invalid http://www.w3.org/TR/CSS21/visudet.html#propdef-min-width,http://www.w3.org/TR/CSS21/visudet.html#min-max-widths 3ab6b1da2a78b1405612aee9f4f807253012207c `Microsoft`<http://www.microsoft.com/> The 'min-width' property sets a minimum minus one length value in 'ex' units.
|
|
min-width-079 reference/ref-if-there-is-no-red Min-width using 'ex' units with a minimum value, 0ex ahem http://www.w3.org/TR/CSS21/visudet.html#propdef-min-width,http://www.w3.org/TR/CSS21/visudet.html#min-max-widths 6ef3375b6d857d20cca195abf9c7173c635e0143 `Microsoft`<http://www.microsoft.com/> The 'min-width' property sets a minimum length value in 'ex' units.
|
|
min-width-080 reference/max-width-025-ref Min-width using 'ex' units with a minimum plus one value, 1ex ahem http://www.w3.org/TR/CSS21/visudet.html#propdef-min-width,http://www.w3.org/TR/CSS21/visudet.html#min-max-widths 7b426953af5a68ed8ad044c8987e42cc7c5c665c `Microsoft`<http://www.microsoft.com/> The 'min-width' property sets a minimum plus one length value in 'ex' units.
|
|
min-width-081 reference/ref-if-there-is-no-red Min-width using 'ex' units with a negative zero value, -0ex ahem http://www.w3.org/TR/CSS21/visudet.html#propdef-min-width,http://www.w3.org/TR/CSS21/visudet.html#min-max-widths 3b74e9cd64a72f74f98ec580cc278bb9b8bb10c2 `Microsoft`<http://www.microsoft.com/> The 'min-width' property sets a negative zero length value in 'ex' units.
|
|
min-width-082 reference/ref-if-there-is-no-red Min-width using 'ex' units with a positive zero value, +0ex ahem http://www.w3.org/TR/CSS21/visudet.html#propdef-min-width,http://www.w3.org/TR/CSS21/visudet.html#min-max-widths 5ca33b5e5c7991492ccdf60853f703595bd09388 `Microsoft`<http://www.microsoft.com/> The 'min-width' property sets a positive zero length value in 'ex' units.
|
|
min-width-083 reference/max-width-006-ref Min-width using 'ex' units with a nominal value, 6ex ahem http://www.w3.org/TR/CSS21/visudet.html#propdef-min-width,http://www.w3.org/TR/CSS21/visudet.html#min-max-widths 03409402c484db25bac2b6e3845f07a1a1554002 `Microsoft`<http://www.microsoft.com/> The 'min-width' property sets a nominal length value in 'ex' units.
|
|
min-width-084 reference/max-width-006-ref Min-width using 'ex' units with a positive nominal value, +6ex ahem http://www.w3.org/TR/CSS21/visudet.html#propdef-min-width,http://www.w3.org/TR/CSS21/visudet.html#min-max-widths 62be1e8d2a1d05c5900537bdceed4051385a04a8 `Microsoft`<http://www.microsoft.com/> The 'min-width' property sets a positive nominal length value in 'ex' units.
|
|
min-width-089 reference/ref-if-there-is-no-red Min-width using percentages with a minimum minus one value, -1% invalid http://www.w3.org/TR/CSS21/visudet.html#propdef-min-width,http://www.w3.org/TR/CSS21/visudet.html#min-max-widths ac29327e0fe0f372921c6bf2c33e1183ee4a7193 `Microsoft`<http://www.microsoft.com/> The 'min-width' property sets a minimum minus one length value in percentages.
|
|
min-width-090 reference/ref-if-there-is-no-red Min-width using percentages with a minimum value, 0% http://www.w3.org/TR/CSS21/visudet.html#propdef-min-width,http://www.w3.org/TR/CSS21/visudet.html#min-max-widths 598509f8e8f8d463051d4ba0d0ada9be9d96e14f `Microsoft`<http://www.microsoft.com/> The 'min-width' property sets a minimum length value in percentages.
|
|
min-width-091 reference/max-width-003-ref Min-width using percentages with a minimum plus one value, 1% http://www.w3.org/TR/CSS21/visudet.html#propdef-min-width,http://www.w3.org/TR/CSS21/visudet.html#min-max-widths 56018ad886c32001f67270da04f0df08d0d94704 `Microsoft`<http://www.microsoft.com/> The 'min-width' property sets a minimum plus one length value in percentages.
|
|
min-width-092 reference/ref-if-there-is-no-red Min-width using percentages with a negative zero value, -0% http://www.w3.org/TR/CSS21/visudet.html#propdef-min-width,http://www.w3.org/TR/CSS21/visudet.html#min-max-widths e168c3e3eb44ac1f004f2b9ab0bb2e39500c8af0 `Microsoft`<http://www.microsoft.com/> The 'min-width' property sets a negative zero length value in percentages.
|
|
min-width-093 reference/ref-if-there-is-no-red Min-width using percentages with a positive zero value, +0% http://www.w3.org/TR/CSS21/visudet.html#propdef-min-width,http://www.w3.org/TR/CSS21/visudet.html#min-max-widths 776158b80476762d59be7e5f23d65c7764f30695 `Microsoft`<http://www.microsoft.com/> The 'min-width' property sets a positive zero length value in percentages.
|
|
min-width-094 reference/max-width-006-ref Min-width using percentages with a nominal value, 100% http://www.w3.org/TR/CSS21/visudet.html#propdef-min-width,http://www.w3.org/TR/CSS21/visudet.html#min-max-widths 112814f5cd2f388aa8ccec9606330a72840f4c59 `Microsoft`<http://www.microsoft.com/> The 'min-width' property sets a nominal length value in percentages.
|
|
min-width-095 reference/max-width-006-ref Min-width using percentages with a positive nominal value, +100% http://www.w3.org/TR/CSS21/visudet.html#propdef-min-width,http://www.w3.org/TR/CSS21/visudet.html#min-max-widths 6e90038ca1280b6cd345a50bd6ea8c867337ab8b `Microsoft`<http://www.microsoft.com/> The 'min-width' property sets a positive nominal length value in percentages.
|
|
min-width-100 reference/ref-if-there-is-no-red Min-width with a negative zero value and no units, -0 http://www.w3.org/TR/CSS21/visudet.html#propdef-min-width,http://www.w3.org/TR/CSS21/visudet.html#min-max-widths a16e120940b21adf42cfb7fdd8ad181e48b5aece `Microsoft`<http://www.microsoft.com/> The 'min-width' property sets a negative zero length value with no units.
|
|
min-width-101 reference/ref-if-there-is-no-red Min-width with a zero value and no units, 0 http://www.w3.org/TR/CSS21/visudet.html#propdef-min-width,http://www.w3.org/TR/CSS21/visudet.html#min-max-widths e6fcf7bae25526ebe47aaa5fadfe64afb878d997 `Microsoft`<http://www.microsoft.com/> The 'min-width' property sets a zero length value with no units.
|
|
min-width-102 reference/ref-if-there-is-no-red Min-width with a positive zero value and no units, +0 http://www.w3.org/TR/CSS21/visudet.html#propdef-min-width,http://www.w3.org/TR/CSS21/visudet.html#min-max-widths a5aa6d0b422606669ec2f1d0554a61fd7ae68d7d `Microsoft`<http://www.microsoft.com/> The 'min-width' property sets a positive zero length value with no units.
|
|
min-width-103 reference/max-width-003-ref Min-width set to inherit http://www.w3.org/TR/CSS21/visudet.html#propdef-min-width,http://www.w3.org/TR/CSS21/visudet.html#min-max-widths 90c2ccaa5b00d7ebc22d65c5942ee58bab964a96 `Microsoft`<http://www.microsoft.com/> The 'min-width' property properly inherits the min-width value of the parent.
|
|
min-width-applies-to-001 reference/ref-if-there-is-no-red Min-width applied to elements with 'display' set to 'table-row-group' http://www.w3.org/TR/CSS21/visudet.html#propdef-min-width,http://www.w3.org/TR/CSS21/visudet.html#min-max-widths 69b2ef1c11bb3071bbc187cd96265f01e10c259d `Microsoft`<http://www.microsoft.com/> The 'min-width' property does not apply to elements with 'display' set to 'table-row-group'.
|
|
min-width-applies-to-002 reference/ref-if-there-is-no-red Min-width applied to elements with 'display' set to 'table-header-group' http://www.w3.org/TR/CSS21/visudet.html#propdef-min-width,http://www.w3.org/TR/CSS21/visudet.html#min-max-widths a548a905989b5c6004bf92f329beadad683793f1 `Microsoft`<http://www.microsoft.com/> The 'min-width' property does not apply to elements with 'display' set to 'table-header-group'.
|
|
min-width-applies-to-003 reference/ref-if-there-is-no-red Min-width applied to elements with 'display' set to 'table-footer-group' http://www.w3.org/TR/CSS21/visudet.html#propdef-min-width,http://www.w3.org/TR/CSS21/visudet.html#min-max-widths a306400041216a54f797f12586fc1552064ca358 `Microsoft`<http://www.microsoft.com/> The 'min-width' property does not apply to elements with 'display' set to 'table-footer-group'.
|
|
min-width-applies-to-004 reference/ref-if-there-is-no-red Min-width applied to elements with 'display' set to 'table-row' http://www.w3.org/TR/CSS21/visudet.html#propdef-min-width,http://www.w3.org/TR/CSS21/visudet.html#min-max-widths 8225ca079456f1f33493b167645761cf52b71e37 `Microsoft`<http://www.microsoft.com/> The 'min-width' property does not apply to elements with 'display' set to 'table-row'.
|
|
min-width-applies-to-005 Min-width applied to elements with 'display' set to 'table-column-group' http://www.w3.org/TR/CSS21/visudet.html#propdef-min-width,http://www.w3.org/TR/CSS21/visudet.html#min-max-widths a7747d639fbb6397a1e7ff23c24347e8379b05f3 `Microsoft`<http://www.microsoft.com/> The 'min-width' property applies to elements with 'display' set to 'table-column-group'.
|
|
min-width-applies-to-006 Min-width applied to elements with 'display' set to 'table-column' http://www.w3.org/TR/CSS21/visudet.html#propdef-min-width,http://www.w3.org/TR/CSS21/visudet.html#min-max-widths bd90bf5814b3e67dcc4447bb1b67806f02b3a513 `Microsoft`<http://www.microsoft.com/> The 'min-width' property applies to elements with 'display' set to 'table-column'.
|
|
min-width-applies-to-007 Min-width applied to elements with 'display' set to 'table-cell' http://www.w3.org/TR/CSS21/visudet.html#propdef-min-width,http://www.w3.org/TR/CSS21/visudet.html#min-max-widths 9c457825463c2d29979d48fe4e348bf10011ef1f `Microsoft`<http://www.microsoft.com/> The 'min-width' property applies to elements with 'display' set to 'table-cell'.
|
|
min-width-applies-to-008 reference/ref-filled-green-100px-square Min-width applied to elements with 'display' set to 'inline' http://www.w3.org/TR/CSS21/visudet.html#propdef-min-width,http://www.w3.org/TR/CSS21/visudet.html#min-max-widths 06dc741a334a7c96c76a273d18ea034412c7e10b `Microsoft`<http://www.microsoft.com/> The 'min-width' property does not apply to elements with 'display' set to 'inline'.
|
|
min-width-applies-to-009 reference/ref-filled-black-96px-square Min-width applied to elements with 'display' set to 'block' http://www.w3.org/TR/CSS21/visudet.html#propdef-min-width,http://www.w3.org/TR/CSS21/visudet.html#min-max-widths aa6ce2f69aad4bdf9ac1dd91f28540917c9658a7 `Microsoft`<http://www.microsoft.com/> The 'min-width' property applies to elements with 'display' set to 'block'.
|
|
min-width-applies-to-010 Min-width applied to elements with 'display' set to 'list-item' http://www.w3.org/TR/CSS21/visudet.html#propdef-min-width,http://www.w3.org/TR/CSS21/visudet.html#min-max-widths 61c4b05aed9ada4db99693a3181302f3bfcf7a3c `Microsoft`<http://www.microsoft.com/> The 'min-width' property applies to elements with 'display' set to 'list-item'.
|
|
min-width-applies-to-011 Min-width applied to elements with 'display' set to 'run-in' http://www.w3.org/TR/CSS21/visudet.html#propdef-min-width,http://www.w3.org/TR/CSS21/visudet.html#min-max-widths 72ff70b4d368ea3c07edf1459ccc4272a0a054ff `Microsoft`<http://www.microsoft.com/> The 'min-width' property applies to elements with 'display' set to 'run-in'.
|
|
min-width-applies-to-012 reference/ref-filled-black-96px-square Min-width applied to elements with 'display' set to 'inline-block' http://www.w3.org/TR/CSS21/visudet.html#propdef-min-width,http://www.w3.org/TR/CSS21/visudet.html#min-max-widths ffde5d4351c9b2f505fa83f848c19395bbee4c09 `Microsoft`<http://www.microsoft.com/> The 'min-width' property applies to elements with 'display' set to 'inline-block'.
|
|
min-width-applies-to-013 Min-width applied to elements with 'display' set to 'table' http://www.w3.org/TR/CSS21/visudet.html#propdef-min-width,http://www.w3.org/TR/CSS21/visudet.html#min-max-widths 0546ec130708278c2ba7aaaeb15e151e7cffe839 `Microsoft`<http://www.microsoft.com/> The 'min-width' property applies to elements with 'display' set to 'table'.
|
|
min-width-applies-to-014 Min-width applied to elements with 'display' set to 'inline-table' http://www.w3.org/TR/CSS21/visudet.html#propdef-min-width,http://www.w3.org/TR/CSS21/visudet.html#min-max-widths c22260f53de8f04aa1ff0c47011a873ae2e52882 `Microsoft`<http://www.microsoft.com/> The 'min-width' property applies to elements with 'display' set to 'inline-table'.
|
|
min-width-applies-to-015 reference/ref-filled-black-96px-square Min-width applied to elements with 'display' set to 'table-caption' http://www.w3.org/TR/CSS21/visudet.html#propdef-min-width,http://www.w3.org/TR/CSS21/visudet.html#min-max-widths c7d0a6cdf189677aeb2111d72edc899e4b71c4f0 `Microsoft`<http://www.microsoft.com/> The 'min-width' property applies to elements with 'display' set to 'table-caption'.
|
|
min-width-applies-to-016 reference/ref-filled-green-100px-square Min-Width applied to none http://www.w3.org/TR/CSS21/visudet.html#min-max-widths 6644a1ab6ea25667e9e4a0aa1d3db4fc1532a4e6 `Microsoft`<http://www.microsoft.com/> Min-Width can be declared onto 'display: none' elements but since 'display: none' declaration on an element does not generate a CSS box, then it won't have a rendering effect nor a visual formatting repercussion.
|
|
min-width-percentage-001 reference/max-width-percentage-001-ref Using percentages with 'min-width' relative to the containing block http://www.w3.org/TR/CSS21/visudet.html#min-max-widths 86f86f182dfea976f482c2b133900cfbd5326db2 `Microsoft`<http://www.microsoft.com/> The percentage is calculated in relation to the containing block.
|
|
min-width-percentage-002 reference/ref-if-there-is-no-red Percentage based value for 'min-width' contained by box with a negative 'width' http://www.w3.org/TR/CSS21/visudet.html#min-max-widths 67df25f0981020579be9b88b4bdcddb19197c559 `Microsoft`<http://www.microsoft.com/> If the containing block's width is negative, the used value is zero.
|
|
min-width-percentage-003 Using 'min-width' with 'width' dependent on the containing block http://www.w3.org/TR/CSS21/visudet.html#min-max-widths 266eb2619750f078377888768a215f16d92913ae `Microsoft`<http://www.microsoft.com/> If the containing block's width depends on this element's width, then the resulting layout is undefined.
|
|
missing-cell-rendering-001 Rendering of missing table cells http://www.w3.org/TR/CSS21/tables.html#table-layers 3f94b88030849e38726cf22d111de906c107bf4a `Microsoft`<http://www.microsoft.com/> Missing table cells are rendered as if their grid position were occupied by an anonymous table-cell box.
|
|
moz-css21-block-page-break-inside-avoid-1 CSS 2.1 page-break-inside:avoid paged http://www.w3.org/TR/CSS21/page.html#propdef-page-break-inside de55df2867c60bf7820c707bd10993f170ecfdff `Mats Palmgren`<https://bugzilla.mozilla.org/show_bug.cgi?id=685012>
|
|
moz-css21-block-page-break-inside-avoid-10 CSS 2.1 page-break-inside:avoid paged http://www.w3.org/TR/CSS21/page.html#propdef-page-break-inside 4d489c3ac89be33e70232d5c29b5915bb6b09276 `Mats Palmgren`<https://bugzilla.mozilla.org/show_bug.cgi?id=685012>
|
|
moz-css21-block-page-break-inside-avoid-11 CSS 2.1 page-break-inside:avoid paged http://www.w3.org/TR/CSS21/page.html#propdef-page-break-inside 06aa328cb305d929fafe472b2bf68b4b820e3a4c `Mats Palmgren`<https://bugzilla.mozilla.org/show_bug.cgi?id=685012>
|
|
moz-css21-block-page-break-inside-avoid-12 CSS 2.1 page-break-inside:avoid paged http://www.w3.org/TR/CSS21/page.html#propdef-page-break-inside 7439bfc5aa6dc195a39c656d5508fa8a259e3f1c `Mats Palmgren`<https://bugzilla.mozilla.org/show_bug.cgi?id=685012>
|
|
moz-css21-block-page-break-inside-avoid-13 CSS 2.1 page-break-inside:avoid paged http://www.w3.org/TR/CSS21/page.html#propdef-page-break-inside 6048a545aec442953c0b7c83e8e3a1ade3aea952 `Mats Palmgren`<https://bugzilla.mozilla.org/show_bug.cgi?id=685012>
|
|
moz-css21-block-page-break-inside-avoid-14 CSS 2.1 page-break-inside:avoid paged http://www.w3.org/TR/CSS21/page.html#propdef-page-break-inside 86987192fc36a3673fa4438c7fb3079c451ea1dd `Mats Palmgren`<https://bugzilla.mozilla.org/show_bug.cgi?id=685012>
|
|
moz-css21-block-page-break-inside-avoid-15 CSS 2.1 page-break-inside:avoid paged http://www.w3.org/TR/CSS21/page.html#propdef-page-break-inside 8108c0b56fe4e98e3c5cc38425d83fec36ad45aa `Mats Palmgren`<https://bugzilla.mozilla.org/show_bug.cgi?id=685012>
|
|
moz-css21-block-page-break-inside-avoid-2 CSS 2.1 page-break-inside:avoid paged http://www.w3.org/TR/CSS21/page.html#propdef-page-break-inside 4a184406f6c8c4ee01a1afa18d3e282eaa42f36a `Mats Palmgren`<https://bugzilla.mozilla.org/show_bug.cgi?id=685012>
|
|
moz-css21-block-page-break-inside-avoid-3 CSS 2.1 page-break-inside:avoid paged http://www.w3.org/TR/CSS21/page.html#propdef-page-break-inside 6e22489749ae65f07b878132ace206731eacd927 `Mats Palmgren`<https://bugzilla.mozilla.org/show_bug.cgi?id=685012>
|
|
moz-css21-block-page-break-inside-avoid-4 CSS 2.1 page-break-inside:avoid paged http://www.w3.org/TR/CSS21/page.html#propdef-page-break-inside 75ceaf1c9f4aa079af60d5a3e935945a1173f26b `Mats Palmgren`<https://bugzilla.mozilla.org/show_bug.cgi?id=685012>
|
|
moz-css21-block-page-break-inside-avoid-5 CSS 2.1 page-break-inside:avoid paged http://www.w3.org/TR/CSS21/page.html#propdef-page-break-inside 555b90c918cd46f0cb1cbd77e78bd580d9a38f9c `Mats Palmgren`<https://bugzilla.mozilla.org/show_bug.cgi?id=685012>
|
|
moz-css21-block-page-break-inside-avoid-6 CSS 2.1 page-break-inside:avoid paged http://www.w3.org/TR/CSS21/page.html#propdef-page-break-inside 38150c52270cfdfbd100345609af6b02dcd83e1f `Mats Palmgren`<https://bugzilla.mozilla.org/show_bug.cgi?id=685012>
|
|
moz-css21-block-page-break-inside-avoid-7 CSS 2.1 page-break-inside:avoid paged http://www.w3.org/TR/CSS21/page.html#propdef-page-break-inside be99d5c4adffcc76bf607103e2b30a4dd26e6084 `Mats Palmgren`<https://bugzilla.mozilla.org/show_bug.cgi?id=685012>
|
|
moz-css21-block-page-break-inside-avoid-8 CSS 2.1 page-break-inside:avoid paged http://www.w3.org/TR/CSS21/page.html#propdef-page-break-inside 9ef46fd9b0600f3e2aa9e7a850460d9e3fbfcbce `Mats Palmgren`<https://bugzilla.mozilla.org/show_bug.cgi?id=685012>
|
|
moz-css21-block-page-break-inside-avoid-9 CSS 2.1 page-break-inside:avoid paged http://www.w3.org/TR/CSS21/page.html#propdef-page-break-inside acdaad87e3cbcb8401e6eb1a564fba48d851049f `Mats Palmgren`<https://bugzilla.mozilla.org/show_bug.cgi?id=685012>
|
|
moz-css21-float-page-break-inside-avoid-1 CSS 2.1 page-break-inside:avoid paged http://www.w3.org/TR/CSS21/page.html#propdef-page-break-inside 0ad68e5b16b38a785d8c9411181a0d3a1c515099 `Mats Palmgren`<https://bugzilla.mozilla.org/show_bug.cgi?id=685012>
|
|
moz-css21-float-page-break-inside-avoid-2 CSS 2.1 page-break-inside:avoid paged http://www.w3.org/TR/CSS21/page.html#propdef-page-break-inside f3633a11fdd6dad55fd4d4c32b2a43d172e2516d `Mats Palmgren`<https://bugzilla.mozilla.org/show_bug.cgi?id=685012>
|
|
moz-css21-float-page-break-inside-avoid-3 CSS 2.1 page-break-inside:avoid paged http://www.w3.org/TR/CSS21/page.html#propdef-page-break-inside 4b76c25e322168527f6725e7d0b18543afd05402 `Mats Palmgren`<https://bugzilla.mozilla.org/show_bug.cgi?id=685012>
|
|
moz-css21-float-page-break-inside-avoid-4 CSS 2.1 page-break-inside:avoid paged http://www.w3.org/TR/CSS21/page.html#propdef-page-break-inside 4fdf49709db8253028bf3fd4b5e94b356acc5507 `Mats Palmgren`<https://bugzilla.mozilla.org/show_bug.cgi?id=685012>
|
|
moz-css21-float-page-break-inside-avoid-5 CSS 2.1 page-break-inside:avoid paged http://www.w3.org/TR/CSS21/page.html#propdef-page-break-inside 6e207e3871e4e7d26a9d3172512ddd4f0c0bf608 `Mats Palmgren`<https://bugzilla.mozilla.org/show_bug.cgi?id=685012>
|
|
moz-css21-float-page-break-inside-avoid-6 CSS 2.1 page-break-inside:avoid paged http://www.w3.org/TR/CSS21/page.html#propdef-page-break-inside 4972420b79ddfc9d01e4ac5ecd9209c10053570f `Mats Palmgren`<https://bugzilla.mozilla.org/show_bug.cgi?id=685012>
|
|
moz-css21-float-page-break-inside-avoid-7 CSS 2.1 page-break-inside:avoid paged http://www.w3.org/TR/CSS21/page.html#propdef-page-break-inside 09f6d88f0c659416dfc7400ce46c33d09f671fd9 `Mats Palmgren`<https://bugzilla.mozilla.org/show_bug.cgi?id=685012>
|
|
moz-css21-float-page-break-inside-avoid-8 CSS 2.1 page-break-inside:avoid paged http://www.w3.org/TR/CSS21/page.html#propdef-page-break-inside 6fda9bdc19bbd889d661354eeb94daaf9308c486 `Mats Palmgren`<https://bugzilla.mozilla.org/show_bug.cgi?id=685012>
|
|
moz-css21-float-page-break-inside-avoid-9 CSS 2.1 page-break-inside:avoid paged http://www.w3.org/TR/CSS21/page.html#propdef-page-break-inside 3f9bd24e52c56a26be9cc266646f0c67a47a6969 `Mats Palmgren`<https://bugzilla.mozilla.org/show_bug.cgi?id=685012>
|
|
moz-css21-inline-page-break-inside-avoid-1 CSS 2.1 page-break-inside:avoid paged http://www.w3.org/TR/CSS21/page.html#propdef-page-break-inside 22af27b0e284026bae62a6b3e4b417f459ab77d9 `Mats Palmgren`<https://bugzilla.mozilla.org/show_bug.cgi?id=685012>
|
|
moz-css21-row-page-break-inside-avoid-1 CSS 2.1 page-break-inside:avoid paged http://www.w3.org/TR/CSS21/page.html#propdef-page-break-inside 61be39f82ef77430f77bf17d4190bde3aae26dfb `Mats Palmgren`<https://bugzilla.mozilla.org/show_bug.cgi?id=685012>
|
|
moz-css21-row-page-break-inside-avoid-2 CSS 2.1 page-break-inside:avoid paged http://www.w3.org/TR/CSS21/page.html#propdef-page-break-inside 41d5e9e8990647956a7bc77078573c9cb3514e27 `Mats Palmgren`<https://bugzilla.mozilla.org/show_bug.cgi?id=685012>
|
|
moz-css21-rowgroup-page-break-inside-avoid-1 CSS 2.1 page-break-inside:avoid paged http://www.w3.org/TR/CSS21/page.html#propdef-page-break-inside 92c1f684f6b7a86e9b29db35255b71e557ed7eb5 `Mats Palmgren`<https://bugzilla.mozilla.org/show_bug.cgi?id=685012>
|
|
moz-css21-rowgroup-page-break-inside-avoid-2 CSS 2.1 page-break-inside:avoid paged http://www.w3.org/TR/CSS21/page.html#propdef-page-break-inside 1f5fbff294e68ff2b1c7ae9e692806fbd26af394 `Mats Palmgren`<https://bugzilla.mozilla.org/show_bug.cgi?id=685012>
|
|
moz-css21-rowgroup-page-break-inside-avoid-3 CSS 2.1 page-break-inside:avoid paged http://www.w3.org/TR/CSS21/page.html#propdef-page-break-inside 215cd823ce90becb6ef8cbb119bbe6ed1a854533 `Mats Palmgren`<https://bugzilla.mozilla.org/show_bug.cgi?id=685012>
|
|
moz-css21-rowgroup-page-break-inside-avoid-4 CSS 2.1 page-break-inside:avoid paged http://www.w3.org/TR/CSS21/page.html#propdef-page-break-inside e472b6f46a7dc90edf2fdd453b4deef2f6dd95c5 `Mats Palmgren`<https://bugzilla.mozilla.org/show_bug.cgi?id=685012>
|
|
moz-css21-rowgroup-page-break-inside-avoid-5 CSS 2.1 page-break-inside:avoid paged http://www.w3.org/TR/CSS21/page.html#propdef-page-break-inside b886f6bf9a0d148dfa7234c3e261cf56b93a69b8 `Mats Palmgren`<https://bugzilla.mozilla.org/show_bug.cgi?id=685012>
|
|
moz-css21-rowgroup-page-break-inside-avoid-6 CSS 2.1 page-break-inside:avoid paged http://www.w3.org/TR/CSS21/page.html#propdef-page-break-inside 46dc50c420694a95ea281d78c62c6ae1c2afbb44 `Mats Palmgren`<https://bugzilla.mozilla.org/show_bug.cgi?id=685012>
|
|
moz-css21-rowgroup-page-break-inside-avoid-7 CSS 2.1 page-break-inside:avoid paged http://www.w3.org/TR/CSS21/page.html#propdef-page-break-inside c2faee1d015a6f7480ff9da8b0566f6a6f532654 `Mats Palmgren`<https://bugzilla.mozilla.org/show_bug.cgi?id=685012>
|
|
moz-css21-rowgroup-page-break-inside-avoid-8 CSS 2.1 page-break-inside:avoid paged http://www.w3.org/TR/CSS21/page.html#propdef-page-break-inside 5701d06c4898534f628e30fcd47868f989e2778a `Mats Palmgren`<https://bugzilla.mozilla.org/show_bug.cgi?id=685012>
|
|
moz-css21-table-page-break-inside-avoid-1 CSS 2.1 page-break-inside:avoid paged http://www.w3.org/TR/CSS21/page.html#propdef-page-break-inside e7c7f22a6926902e5dedfac24294e446789834c7 `Mats Palmgren`<https://bugzilla.mozilla.org/show_bug.cgi?id=685012>
|
|
moz-css21-table-page-break-inside-avoid-2 CSS 2.1 page-break-inside:avoid paged http://www.w3.org/TR/CSS21/page.html#propdef-page-break-inside 10671f0f44d6aa47cf48a6cf1f88450bb64b040c `Mats Palmgren`<https://bugzilla.mozilla.org/show_bug.cgi?id=685012>
|
|
moz-css21-table-page-break-inside-avoid-3 CSS 2.1 page-break-inside:avoid paged http://www.w3.org/TR/CSS21/page.html#propdef-page-break-inside b85d6b0a14d40d759ae660cf7cbe6891f0da22a8 `Mats Palmgren`<https://bugzilla.mozilla.org/show_bug.cgi?id=685012>
|
|
moz-css21-table-page-break-inside-avoid-4 CSS 2.1 page-break-inside:avoid paged http://www.w3.org/TR/CSS21/page.html#propdef-page-break-inside 95682b37301c72323af46a97803a93ebffe90f3c `Mats Palmgren`<https://bugzilla.mozilla.org/show_bug.cgi?id=685012>
|
|
moz-css21-table-page-break-inside-avoid-5 CSS 2.1 page-break-inside:avoid paged http://www.w3.org/TR/CSS21/page.html#propdef-page-break-inside d52568ec1d85e47149c45ce12348470b6c969e0c `Mats Palmgren`<https://bugzilla.mozilla.org/show_bug.cgi?id=685012>
|
|
moz-css21-table-page-break-inside-avoid-6 CSS 2.1 page-break-inside:avoid paged http://www.w3.org/TR/CSS21/page.html#propdef-page-break-inside 2a2e0e1eccff7fb4e2c48a972e0e8aa70127a440 `Mats Palmgren`<https://bugzilla.mozilla.org/show_bug.cgi?id=685012>
|
|
moz-css21-table-page-break-inside-avoid-7 CSS 2.1 page-break-inside:avoid paged http://www.w3.org/TR/CSS21/page.html#propdef-page-break-inside 90bec461bf70ee05d68b9a2fb95bef9d57584e4d `Mats Palmgren`<https://bugzilla.mozilla.org/show_bug.cgi?id=685012>
|
|
moz-css21-table-page-break-inside-avoid-8 CSS 2.1 page-break-inside:avoid paged http://www.w3.org/TR/CSS21/page.html#propdef-page-break-inside 21b2a9e07f4fcfc2ee17d37c107905d96c4add02 `Mats Palmgren`<https://bugzilla.mozilla.org/show_bug.cgi?id=685012>
|
|
moz-multicol3-column-balancing-break-inside-avoid-1 Balancing Overflow, page-break-inside:avoid paged http://www.w3.org/TR/CSS21/page.html#propdef-page-break-inside 5e097e9c30cbf0c7dc3fcccc014b82eb8837a7e5 `Mats Palmgren`<https://bugzilla.mozilla.org/show_bug.cgi?id=685012>
|
|
multicol-height-002 reference/multicol-height-002 Percentage Computed Height on Multicol Child (Definite Multicol Height) http://www.w3.org/TR/css3-multicol/#the-multi-column-model,http://www.w3.org/TR/CSS21/visudet.html#the-height-property f1a4776f1881b799bb1e86af1cfce1422144189c `Elika J. Etemad`<http://fantasai.inkedblade.net/contact> Percentage heights with a multi-column element are relative to the computed height of the multicolumn box, and this works even when the multi-column element is paginated.
|
|
multiple-content-values-001 Content with multiple content values http://www.w3.org/TR/CSS21/generate.html#content 91f22a98ea541cf27be79acbea5e358f2badf3f9 `Microsoft`<http://www.microsoft.com/> When 'content' property values produce no visual effect or are invalid in the current context the other 'content' property values still apply.
|
|
non-inherited-value-001 Non-inherited values http://www.w3.org/TR/CSS21/cascade.html#specified-value 800056c947160a69ec6af43d988886b54db1a91b `Microsoft`<http://www.microsoft.com/> If the cascade results in a value, use it.
|
|
numbers-units-001 Parsing invalid numbers - alphanumeric characters invalid http://www.w3.org/TR/CSS21/syndata.html#numbers 43ef09e607b7711c1f56067b7c483eb977b72344 `Microsoft`<http://www.microsoft.com/> An integer cannot have alphanumeric characters within it.
|
|
numbers-units-002 Parsing decimal values - decimal with multiple decimal digits http://www.w3.org/TR/CSS21/syndata.html#numbers 42b2756b7ca2b27dafa3013671505e81c6d37d7c `Microsoft`<http://www.microsoft.com/> A number can be zero or more digits followed by a dot (.) followed by multiple digits.
|
|
numbers-units-003 Parsing invalid decimal values - alphanumeric characters within number invalid http://www.w3.org/TR/CSS21/syndata.html#numbers 714de962ba8b2af53e3b87accdd61c53e17fe984 `Microsoft`<http://www.microsoft.com/> An alphanumeric character cannot be within the number value.
|
|
numbers-units-004 Parsing integer numbers with '+' http://www.w3.org/TR/CSS21/syndata.html#numbers 561dac2f8f4e459b6f4c9930d1fee532608ceb97 `Microsoft`<http://www.microsoft.com/> Integers can be preceded by '+'.
|
|
numbers-units-005 Optional unit identifier after 0 http://www.w3.org/TR/CSS21/syndata.html#length-units da059457c0b7657800e123a53c158586cd55c4a0 `Microsoft`<http://www.microsoft.com/> After a zero length, the unit identifier is not necessary.
|
|
numbers-units-006 Unsupported negative values invalid http://www.w3.org/TR/CSS21/syndata.html#length-units e75352dbfd47da1233ede4c4ac9a41ed89435167 `Microsoft`<http://www.microsoft.com/> If a negative length value is set on a property that does not allow negative length values, the declaration is ignored.
|
|
numbers-units-007 Em sizes ahem http://www.w3.org/TR/CSS21/syndata.html#length-units 8945a06e794fd09f93f975f1142f06fed6b4d1fb `Microsoft`<http://www.microsoft.com/> The 'em' unit is equal to the computed value of the 'font-size' property (default) of the element on which it is used.
|
|
numbers-units-009 Em size with the font-size set to px size ahem http://www.w3.org/TR/CSS21/syndata.html#length-units 3eb2cc524bdf7a01643f112b0df58344409d4109 `Microsoft`<http://www.microsoft.com/> The 'em' unit is equal to the computed value of the 'font-size' property (pixels) of the element on which it is used.
|
|
numbers-units-010 Em size with font-size set to inch ahem http://www.w3.org/TR/CSS21/syndata.html#length-units 544216b4b754c48bd39f163335c74ca642d05b48 `Microsoft`<http://www.microsoft.com/> The 'em' unit is equal to the computed value of the 'font-size' property (inches) of the element on which it is used.
|
|
numbers-units-011 Em size with font-size set to em ahem http://www.w3.org/TR/CSS21/syndata.html#length-units ec6b808f8e09eb797259c392b97f010d84fcb3e5 `Microsoft`<http://www.microsoft.com/> When 'em' is assigned in the value of the 'font-size' property itself, it uses the font size of the parent element.
|
|
numbers-units-012 Em size with font-size set to ex ahem http://www.w3.org/TR/CSS21/syndata.html#length-units 17debc5471710d3a82f442d162e780ead7b8312a `Microsoft`<http://www.microsoft.com/> The 'em' unit is equal to the computed value of the 'font-size' property (ex) of the element on which it is used.
|
|
numbers-units-013 Em size with font-size set to percentage ahem http://www.w3.org/TR/CSS21/syndata.html#length-units 635cdfff1b2b432295ca89402ef6ce959c2aba8f `Microsoft`<http://www.microsoft.com/> The 'em' unit is equal to the computed value of the 'font-size' property of the element on which it is used.
|
|
numbers-units-015 Height of EX ahem,should http://www.w3.org/TR/CSS21/syndata.html#length-units 2ba0616dabff5103226fc04ff804bb894ba4c7c0 `Microsoft`<http://www.microsoft.com/> In the cases where it is impossible or impractical to determine the x-height, a value of 0.5em should be used.
|
|
numbers-units-016 Parsing invalid percentage values - decimal value with multiple decimals invalid http://www.w3.org/TR/CSS21/syndata.html#percentage-units f3edd9cb4231a43abb3a5c7806ba65fc78489cc3 `Microsoft`<http://www.microsoft.com/> Percentage assignments with more than one decimal are invalid.
|
|
numbers-units-017 Parsing of percentage values - 0% http://www.w3.org/TR/CSS21/syndata.html#percentage-units c7c0d78e3f54e7c6c97f3b55118d23ea67f0108d `Microsoft`<http://www.microsoft.com/> Percentage of 0% is valid and calculates to 0.
|
|
numbers-units-018 Specifying em/ex on the root element ahem http://www.w3.org/TR/CSS21/syndata.html#length-units 34b295f627cee5fca0f107cabe86f8fce947c5ca `Microsoft`<http://www.microsoft.com/> Units 'em' and 'ex' refer to the initial value of the property when specified on the root element of a document.
|
|
numbers-units-019 First available font defines the 'ex' unit size ahem http://www.w3.org/TR/CSS21/syndata.html#length-units 2dcf21ffc8cc97573b4d991139da27f4f716983d `Microsoft`<http://www.microsoft.com/> The 'ex' unit size is defined by the element's first available font.
|
|
numbers-units-021 Root element and the 'em' unit size 96dpi,ahem http://www.w3.org/TR/CSS21/syndata.html#length-units 9e80c62cfd5aa67f5fe3c33a26b0512476ea8bdc `Microsoft`<http://www.microsoft.com/> The 'em' unit refers to the property's initial value when specified on the root element.
|
|
orphans-001 breaks inside elements: orphans initial value paged http://www.w3.org/TR/CSS21/page.html#break-inside,http://www.w3.org/TR/css3-page/#breaks-inside 953c3caed0530e4dd244c8aa05a41bd4a701f1ea `Tom Clancy`<mailto:tclancy@revenution.com>,`Elika J. Etemad`<http://fantasai.inkedblade.net/contact> The initial value of the 'orphans' property is 2.
|
|
orphans-002 breaks inside elements: orphans - block-level only paged http://www.w3.org/TR/CSS21/page.html#break-inside 0b30e80d7f2341ccb4aeb2fdaa3b00ba72e5a707 `Tom Clancy`<mailto:tclancy@revenution.com>,`Elika J. Etemad`<http://fantasai.inkedblade.net/contact> The 'orphans' property is only applied to block-level elements.
|
|
orphans-003 breaks inside elements: orphans - inheritance paged http://www.w3.org/TR/CSS21/page.html#break-inside ca4a0cbe9fc02b034c55bf59203d5df9eb3bc765 `Tom Clancy`<mailto:tclancy@revenution.com>,`Elika J. Etemad`<http://fantasai.inkedblade.net/contact> The 'orphans' property is inherited.
|
|
orphans-004a orphans property syntax - integer invalid,paged http://www.w3.org/TR/CSS21/page.html#break-inside,http://www.w3.org/TR/css3-page/#breaks-inside 83d8f27c63eddf8177a826bb987ce4138315c536 `Tom Clancy`<mailto:tclancy@revenution.com>,`Elika J. Etemad`<http://fantasai.inkedblade.net/contact> The syntax of the 'orphans' property is integer.
|
|
orphans-004b orphans property syntax - one invalid,paged http://www.w3.org/TR/CSS21/page.html#break-inside,http://www.w3.org/TR/css3-page/#breaks-inside 4408d84ccb38ee1fd45286483d7aea854c131371 `Tom Clancy`<mailto:tclancy@revenution.com>,`Elika J. Etemad`<http://fantasai.inkedblade.net/contact> The 'orphans' property accepts the integer one.
|
|
other-attribute-001 Function 'attr()' referencing another elements attribute data http://www.w3.org/TR/CSS21/generate.html#content 0baafcc06ba78b8bd8507fff85755c495f6200c9 `Microsoft`<http://www.microsoft.com/> The 'attr()' function can only retrieve data from the same element that is called from.
|
|
outline-001 Outline: one value with outline-color http://www.w3.org/TR/CSS21/ui.html#propdef-outline,http://www.w3.org/TR/CSS21/ui.html#dynamic-outlines 2844d49746e403bfaa21ef56fc27cc6001888155 `Microsoft`<http://www.microsoft.com/> Outline value specified in the form of 'color' is correctly applied.
|
|
outline-002 Outline: one value with outline-style http://www.w3.org/TR/CSS21/ui.html#propdef-outline,http://www.w3.org/TR/CSS21/ui.html#dynamic-outlines c90953f0c112da2290a6417064107817ca48d625 `Microsoft`<http://www.microsoft.com/> Outline value specified in the form of 'style' is correctly applied.
|
|
outline-003 Outline: one value with outline-width http://www.w3.org/TR/CSS21/ui.html#propdef-outline,http://www.w3.org/TR/CSS21/ui.html#dynamic-outlines e58e75c98c5f8d070486553052e5e5b5000b569b `Microsoft`<http://www.microsoft.com/> Outline value specified in the form of 'width' is correctly applied.
|
|
outline-004 Outline: two values in the order of 'outline-color outline-style' http://www.w3.org/TR/CSS21/ui.html#propdef-outline,http://www.w3.org/TR/CSS21/ui.html#dynamic-outlines 6718122e68da858505a61217fc213381bc58aaf0 `Microsoft`<http://www.microsoft.com/> Outline value specified in the form of 'color style' is correctly applied.
|
|
outline-005 Outline: two values in the order of 'outline-color outline-width' http://www.w3.org/TR/CSS21/ui.html#propdef-outline,http://www.w3.org/TR/CSS21/ui.html#dynamic-outlines 4a30e16744096b7eb6f62fc268c2df79373ed9ea `Microsoft`<http://www.microsoft.com/> Outline value specified in the form of 'color width' is correctly applied.
|
|
outline-006 Outline: two values in the order of 'outline-style outline-color' http://www.w3.org/TR/CSS21/ui.html#propdef-outline,http://www.w3.org/TR/CSS21/ui.html#dynamic-outlines 8191daed3f42dd29086074ab8dc35191191608a2 `Microsoft`<http://www.microsoft.com/> Outline value specified in the form of 'style color' is correctly applied.
|
|
outline-007 Outline: two values in the order of 'outline-style outline-width' http://www.w3.org/TR/CSS21/ui.html#propdef-outline,http://www.w3.org/TR/CSS21/ui.html#dynamic-outlines 783502c9a943468d164c29718624afd8b31188e4 `Microsoft`<http://www.microsoft.com/> Outline value specified in the form of 'style width' is correctly applied.
|
|
outline-008 Outline: two values in the order of 'outline-width outline-color' http://www.w3.org/TR/CSS21/ui.html#propdef-outline,http://www.w3.org/TR/CSS21/ui.html#dynamic-outlines b3204d6ba9365fc07850dd3feb98d8de57aa03e8 `Microsoft`<http://www.microsoft.com/> Outline value specified in the form of 'width color' is correctly applied.
|
|
outline-009 Outline: two values in the order of 'outline-width outline-style' http://www.w3.org/TR/CSS21/ui.html#propdef-outline,http://www.w3.org/TR/CSS21/ui.html#dynamic-outlines 26e56e923e8f71fd7da9e8d0042cd5349bd0ce15 `Microsoft`<http://www.microsoft.com/> Outline value specified in the form of 'width style' is correctly applied.
|
|
outline-010 Outline: three values in the order of 'outline-color outline-style outline-width' http://www.w3.org/TR/CSS21/ui.html#propdef-outline,http://www.w3.org/TR/CSS21/ui.html#dynamic-outlines 07edaaa5e8cce33036d174f20be1d3238e20fd8a `Microsoft`<http://www.microsoft.com/> Outline value specified in the form of 'color style width' is correctly applied.
|
|
outline-011 Outline: three values in the order of 'outline-color outline-width outline-style' http://www.w3.org/TR/CSS21/ui.html#propdef-outline,http://www.w3.org/TR/CSS21/ui.html#dynamic-outlines dddfdbddc9aa658760e2de48fdfab50c2fe14858 `Microsoft`<http://www.microsoft.com/> Outline value specified in the form of 'color width style' is correctly applied.
|
|
outline-012 Outline: three values in the order of 'outline-style outline-color outline-width' http://www.w3.org/TR/CSS21/ui.html#propdef-outline,http://www.w3.org/TR/CSS21/ui.html#dynamic-outlines d01f682d2ce29404dd23072ebac64bbc2ad41003 `Microsoft`<http://www.microsoft.com/> Outline value specified in the form of 'style color width' is correctly applied.
|
|
outline-013 Outline: three values in the order of 'outline-style outline-width outline-color' http://www.w3.org/TR/CSS21/ui.html#propdef-outline,http://www.w3.org/TR/CSS21/ui.html#dynamic-outlines c9c71aecde338999dbe8556e924977bde3173870 `Microsoft`<http://www.microsoft.com/> Outline value specified in the form of 'style width color' is correctly applied.
|
|
outline-014 Outline: three values in the order of 'outline-width outline-color outline-style' http://www.w3.org/TR/CSS21/ui.html#propdef-outline,http://www.w3.org/TR/CSS21/ui.html#dynamic-outlines f811c0c3fca63d0a7e1e3f2d7676842af25fe52c `Microsoft`<http://www.microsoft.com/> Outline specified in the form of 'width color style' is correctly applied.
|
|
outline-015 Outline: three values in the order of 'outline-width outline-style outline-color' http://www.w3.org/TR/CSS21/ui.html#propdef-outline,http://www.w3.org/TR/CSS21/ui.html#dynamic-outlines 421a0c5caaaf7938d95b0f08cea9f214aa08f56e `Microsoft`<http://www.microsoft.com/> Outline value specified in the form of 'width style color' is correctly applied.
|
|
outline-016 Outline: inherit with one value http://www.w3.org/TR/CSS21/ui.html#propdef-outline,http://www.w3.org/TR/CSS21/ui.html#dynamic-outlines 0d28626127da4965e54b8a7802184338932e3a28 `Microsoft`<http://www.microsoft.com/> Outline with value inherit uses its parent's outline values (1 value).
|
|
outline-017 Outline: inherit with two values http://www.w3.org/TR/CSS21/ui.html#propdef-outline,http://www.w3.org/TR/CSS21/ui.html#dynamic-outlines 73c8d23e31b292f9d0837c9d4ca347132bea6a91 `Microsoft`<http://www.microsoft.com/> Outline with value inherit uses its parent's outline values (2 values).
|
|
outline-018 Outline: inherit with three values http://www.w3.org/TR/CSS21/ui.html#propdef-outline,http://www.w3.org/TR/CSS21/ui.html#dynamic-outlines f195a9c5d86c63b17e26af83a81fa84d99c9dba8 `Microsoft`<http://www.microsoft.com/> Outline with value inherit uses its parent's outline values (3 values).
|
|
outline-019 outline - text-align ahem,interact http://www.w3.org/TR/CSS21/ui.html#dynamic-outlines,http://www.w3.org/TR/CSS21/text.html#alignment-prop 34795207ded3ee6e088726f92fa052fab896205b `Gérard Talbot`<http://www.gtalbot.org/BrowserBugsSection/css21testsuite/>,`James Hopkins`<james(a)idreamincode.co.uk> The outline should be drawn around an object and may be drawn starting just outside the border edge of such object.
|
|
outline-020 outline - text-align ahem,interact http://www.w3.org/TR/CSS21/ui.html#dynamic-outlines,http://www.w3.org/TR/CSS21/text.html#alignment-prop b615f776d11fa2b6dce70a70e4f78ffbe93b62eb `Gérard Talbot`<http://www.gtalbot.org/BrowserBugsSection/css21testsuite/>,`James Hopkins`<james(a)idreamincode.co.uk> The outline should be drawn around an object and may be drawn starting just outside the border edge of such object.
|
|
outline-applies-to-001 Outline applied to element with display table-row-group http://www.w3.org/TR/CSS21/ui.html#propdef-outline,http://www.w3.org/TR/CSS21/ui.html#dynamic-outlines 52de56466668fbebaf08232a8a8a8609119d6a1e `Microsoft`<http://www.microsoft.com/> The 'outline' property applies to elements with a display of table-row-group.
|
|
outline-applies-to-002 Outline applied to element with display table-header-group http://www.w3.org/TR/CSS21/ui.html#propdef-outline,http://www.w3.org/TR/CSS21/ui.html#dynamic-outlines d1ea2b4a58e47689b2ba5f653ba56f6307f29406 `Microsoft`<http://www.microsoft.com/> The 'outline' property applies to elements with a display of table-header-group.
|
|
outline-applies-to-003 Outline applied to element with display table-footer-group http://www.w3.org/TR/CSS21/ui.html#propdef-outline,http://www.w3.org/TR/CSS21/ui.html#dynamic-outlines d34d6024710669a81889cc9c6b3730916af0b6ce `Microsoft`<http://www.microsoft.com/> The 'outline' property applies to elements with a display of table-footer-group.
|
|
outline-applies-to-004 Outline applied to element with display table-row http://www.w3.org/TR/CSS21/ui.html#propdef-outline,http://www.w3.org/TR/CSS21/ui.html#dynamic-outlines 6828e644b9e9e23e83bc38036b6a40ab6823ff50 `Microsoft`<http://www.microsoft.com/> The 'outline' property applies to elements with a display of table-row.
|
|
outline-applies-to-005 Outline applied to element with display table-column-group http://www.w3.org/TR/CSS21/ui.html#propdef-outline,http://www.w3.org/TR/CSS21/ui.html#dynamic-outlines e99cac4c1e79f413ddd7c467fa32d4bb82a14132 `Microsoft`<http://www.microsoft.com/> The 'outline' property does not apply to elements with a display of table-column-group.
|
|
outline-applies-to-006 Outline applied to element with display table-column http://www.w3.org/TR/CSS21/ui.html#propdef-outline,http://www.w3.org/TR/CSS21/ui.html#dynamic-outlines 5fcbe83269a3ecf274bd57098b3b81e956f8a822 `Microsoft`<http://www.microsoft.com/> The 'outline' property does not apply to elements with a display of table-column.
|
|
outline-applies-to-007 Outline applied to element with display table-cell http://www.w3.org/TR/CSS21/ui.html#propdef-outline,http://www.w3.org/TR/CSS21/ui.html#dynamic-outlines cdb1a4f8b31a5da54201a936b8fc34a481420d9e `Microsoft`<http://www.microsoft.com/> The 'outline' property applies to elements with a display of table-cell.
|
|
outline-applies-to-008 Outline applied to element with display inline http://www.w3.org/TR/CSS21/ui.html#propdef-outline,http://www.w3.org/TR/CSS21/ui.html#dynamic-outlines 63b4a1a822ce6f079e9e456feea8059824c3dd9b `Microsoft`<http://www.microsoft.com/> The 'outline' property applies to elements with a display of inline.
|
|
outline-applies-to-009 Outline applied to element with display block http://www.w3.org/TR/CSS21/ui.html#propdef-outline,http://www.w3.org/TR/CSS21/ui.html#dynamic-outlines fdf347ded9bc768b2445061002fb8f94f9ccdd8e `Microsoft`<http://www.microsoft.com/> The 'outline' property applies to elements with a display of block.
|
|
outline-applies-to-010 Outline applied to element with display list-item http://www.w3.org/TR/CSS21/ui.html#propdef-outline,http://www.w3.org/TR/CSS21/ui.html#dynamic-outlines be89143a580b95dcadf91b372d78508da2b2eb64 `Microsoft`<http://www.microsoft.com/> The 'outline' property applies to elements with a display of list-item.
|
|
outline-applies-to-011 Outline applied to element with display run-in http://www.w3.org/TR/CSS21/ui.html#propdef-outline,http://www.w3.org/TR/CSS21/ui.html#dynamic-outlines ea36c17391eceb7cd241c271d415683522727131 `Microsoft`<http://www.microsoft.com/> The 'outline' property applies to elements with a display of run-in.
|
|
outline-applies-to-012 Outline applied to element with display inline-block http://www.w3.org/TR/CSS21/ui.html#propdef-outline,http://www.w3.org/TR/CSS21/ui.html#dynamic-outlines 8d5346b91a26583d81f1a148042c3a47370e70f6 `Microsoft`<http://www.microsoft.com/> The 'outline' property applies to elements with a display of inline-block.
|
|
outline-applies-to-013 Outline applied to element with display table http://www.w3.org/TR/CSS21/ui.html#propdef-outline,http://www.w3.org/TR/CSS21/ui.html#dynamic-outlines 23194829c6a71459114c75c7cb5ee46cb6d6c8aa `Microsoft`<http://www.microsoft.com/> The 'outline' property applies to elements with a display of table.
|
|
outline-applies-to-014 Outline applied to element with display inline-table http://www.w3.org/TR/CSS21/ui.html#propdef-outline,http://www.w3.org/TR/CSS21/ui.html#dynamic-outlines 2de1f4f0177e3d872bca684925e49ecbd6b31ba5 `Microsoft`<http://www.microsoft.com/> The 'outline' property applies to elements with a display of inline-table.
|
|
outline-applies-to-015 Outline applied to element with display table-caption http://www.w3.org/TR/CSS21/ui.html#propdef-outline,http://www.w3.org/TR/CSS21/ui.html#dynamic-outlines 1fcea7aff5ab5e6e5e450b9c5cc4f572e8a22a68 `Microsoft`<http://www.microsoft.com/> The 'outline' property applies to elements with a display of table-caption.
|
|
outline-color-001 Outline-color set to '#00000' invalid http://www.w3.org/TR/CSS21/ui.html#propdef-outline-color,http://www.w3.org/TR/CSS21/ui.html#dynamic-outlines fa11f449b0ae62b787de5619dd53de12b37744a2 `Microsoft`<http://www.microsoft.com/> Outline color #00000 (invalid) falls back to a default color.
|
|
outline-color-002 Outline-color set to '#000000' http://www.w3.org/TR/CSS21/ui.html#propdef-outline-color,http://www.w3.org/TR/CSS21/ui.html#dynamic-outlines 0fc583f4befc1135fd5f611c299e55ff67227406 `Microsoft`<http://www.microsoft.com/> Outline color #000000 renders the correct outline color on the element.
|
|
outline-color-003 Outline-color set to '#010101' http://www.w3.org/TR/CSS21/ui.html#propdef-outline-color,http://www.w3.org/TR/CSS21/ui.html#dynamic-outlines a670e7449a0826ea1a823f129415ea464fc30ac8 `Microsoft`<http://www.microsoft.com/> Outline color #010101 renders the correct outline color on the element.
|
|
outline-color-004 Outline-color set to '#999999' http://www.w3.org/TR/CSS21/ui.html#propdef-outline-color,http://www.w3.org/TR/CSS21/ui.html#dynamic-outlines 37647edb8056bae46c2289ae639b1132a489475c `Microsoft`<http://www.microsoft.com/> Outline color #999999 renders the correct outline color on the element.
|
|
outline-color-005 Outline-color set to '#fefefe' http://www.w3.org/TR/CSS21/ui.html#propdef-outline-color,http://www.w3.org/TR/CSS21/ui.html#dynamic-outlines a2621d2c59288b0e7873fbabbee6ebfd3cf1d662 `Microsoft`<http://www.microsoft.com/> Outline color #fefefe renders the correct outline color on the element.
|
|
outline-color-006 Outline-color set to '#ffffff' http://www.w3.org/TR/CSS21/ui.html#propdef-outline-color,http://www.w3.org/TR/CSS21/ui.html#dynamic-outlines 4a734e2d4518a1d61c0c3528c40c28086bf2d3e6 `Microsoft`<http://www.microsoft.com/> Outline color #ffffff renders the correct outline color on the element.
|
|
outline-color-007 Outline-color set to '#1000000' invalid http://www.w3.org/TR/CSS21/ui.html#propdef-outline-color,http://www.w3.org/TR/CSS21/ui.html#dynamic-outlines bb8c339b2c205bbbd18b11194726bdf2118d150e `Microsoft`<http://www.microsoft.com/> Outline color #1000000 (invalid) falls back to a default color.
|
|
outline-color-008 Outline-color set to '#fgfgfg' invalid http://www.w3.org/TR/CSS21/ui.html#propdef-outline-color,http://www.w3.org/TR/CSS21/ui.html#dynamic-outlines 220106484fb2426d5ea2dad884941a4c5801ee1a `Microsoft`<http://www.microsoft.com/> Outline color #fgfgfg (invalid) falls back to a default color.
|
|
outline-color-009 Outline-color set to '#010000' http://www.w3.org/TR/CSS21/ui.html#propdef-outline-color,http://www.w3.org/TR/CSS21/ui.html#dynamic-outlines afd3c346b82e48b375139dbef64226292b0b3b90 `Microsoft`<http://www.microsoft.com/> Outline color #010000 renders the correct outline color on the element.
|
|
outline-color-010 Outline-color set to '#990000' http://www.w3.org/TR/CSS21/ui.html#propdef-outline-color,http://www.w3.org/TR/CSS21/ui.html#dynamic-outlines e9f15c429a5e0789d9484b2dcec49bbab5e6f24b `Microsoft`<http://www.microsoft.com/> Outline color #990000 renders the correct outline color on the element.
|
|
outline-color-011 Outline-color set to '#fe0000' http://www.w3.org/TR/CSS21/ui.html#propdef-outline-color,http://www.w3.org/TR/CSS21/ui.html#dynamic-outlines 46dd9b632f717acf1e7a88bb8ac5f0b1197404f1 `Microsoft`<http://www.microsoft.com/> Outline color #fe0000 renders the correct outline color on the element.
|
|
outline-color-012 Outline-color set to '#ff0000' http://www.w3.org/TR/CSS21/ui.html#propdef-outline-color,http://www.w3.org/TR/CSS21/ui.html#dynamic-outlines 0c1e4bb048ccf4892c0eb6766f5b05713ef1479d `Microsoft`<http://www.microsoft.com/> Outline color #ff0000 renders the correct outline color on the element.
|
|
outline-color-013 Outline-color set to '#fg0000' invalid http://www.w3.org/TR/CSS21/ui.html#propdef-outline-color,http://www.w3.org/TR/CSS21/ui.html#dynamic-outlines 01be1e54943a9049a95d21a4b2f6b2e070531c0f `Microsoft`<http://www.microsoft.com/> Outline color #fg0000 (invalid) falls back to a default color.
|
|
outline-color-014 Outline-color set to '#000100' http://www.w3.org/TR/CSS21/ui.html#propdef-outline-color,http://www.w3.org/TR/CSS21/ui.html#dynamic-outlines 79cab000940adcc0e255d3aadfc3baf87a3f44c7 `Microsoft`<http://www.microsoft.com/> Outline color #000100 renders the correct outline color on the element.
|
|
outline-color-015 Outline-color set to '#009900' http://www.w3.org/TR/CSS21/ui.html#propdef-outline-color,http://www.w3.org/TR/CSS21/ui.html#dynamic-outlines 8a0c2252a178edc05681c1c7e1c65d1400f519e1 `Microsoft`<http://www.microsoft.com/> Outline color #009900 renders the correct outline color on the element.
|
|
outline-color-016 Outline-color set to '#00fe00' http://www.w3.org/TR/CSS21/ui.html#propdef-outline-color,http://www.w3.org/TR/CSS21/ui.html#dynamic-outlines c31dc2273f2df36c932df700f84311623b189f45 `Microsoft`<http://www.microsoft.com/> Outline color #00fe00 renders the correct outline color on the element.
|
|
outline-color-017 Outline-color set to '#00ff00' http://www.w3.org/TR/CSS21/ui.html#propdef-outline-color,http://www.w3.org/TR/CSS21/ui.html#dynamic-outlines dfbe283cb8013540f9e3fb5e4ce96c93760bf60d `Microsoft`<http://www.microsoft.com/> Outline color #00ff00 renders the correct outline color on the element.
|
|
outline-color-018 Outline-color set to '#00fg00' invalid http://www.w3.org/TR/CSS21/ui.html#propdef-outline-color,http://www.w3.org/TR/CSS21/ui.html#dynamic-outlines a2690e41bc6605736245ae4de5041a38f28a7538 `Microsoft`<http://www.microsoft.com/> Outline color #00fg00 (invalid) falls back to a default color.
|
|
outline-color-019 Outline-color set to '#000001' http://www.w3.org/TR/CSS21/ui.html#propdef-outline-color,http://www.w3.org/TR/CSS21/ui.html#dynamic-outlines 1da2e1554c9be3a037935390f2fe9937c569a324 `Microsoft`<http://www.microsoft.com/> Outline color #000001 renders the correct outline color on the element.
|
|
outline-color-020 Outline-color set to '#000099' http://www.w3.org/TR/CSS21/ui.html#propdef-outline-color,http://www.w3.org/TR/CSS21/ui.html#dynamic-outlines ad6d46295e6a7cfb710fcffe425c95b25cd2c3d3 `Microsoft`<http://www.microsoft.com/> Outline color #000099 renders the correct outline color on the element.
|
|
outline-color-021 Outline-color set to '#0000fe' http://www.w3.org/TR/CSS21/ui.html#propdef-outline-color,http://www.w3.org/TR/CSS21/ui.html#dynamic-outlines 3de84042a3e3d8babac7e8820a490d9a3a55f78b `Microsoft`<http://www.microsoft.com/> Outline color #0000fe renders the correct outline color on the element.
|
|
outline-color-022 Outline-color set to '#0000ff' http://www.w3.org/TR/CSS21/ui.html#propdef-outline-color,http://www.w3.org/TR/CSS21/ui.html#dynamic-outlines af59b7939e20342ebdb20f2d2d05fe139a62b693 `Microsoft`<http://www.microsoft.com/> Outline color #0000ff renders the correct outline color on the element.
|
|
outline-color-023 Outline-color set to '#0000fg' invalid http://www.w3.org/TR/CSS21/ui.html#propdef-outline-color,http://www.w3.org/TR/CSS21/ui.html#dynamic-outlines de62c5c5cb8dce232eb70745584e37f8a511cc20 `Microsoft`<http://www.microsoft.com/> Outline color #0000fg (invalid) falls back to a default color.
|
|
outline-color-024 Outline-color set to '#00' invalid http://www.w3.org/TR/CSS21/ui.html#propdef-outline-color,http://www.w3.org/TR/CSS21/ui.html#dynamic-outlines 881c0f1ab8c24f1ce1cc6f052eafd276a5e5760e `Microsoft`<http://www.microsoft.com/> Outline color #00 (invalid) falls back to a default color.
|
|
outline-color-025 Outline-color set to '#000' http://www.w3.org/TR/CSS21/ui.html#propdef-outline-color,http://www.w3.org/TR/CSS21/ui.html#dynamic-outlines b2428518289295dd82440e6e7bb27189a774e0f1 `Microsoft`<http://www.microsoft.com/> Outline color #000 renders the correct outline color on the element.
|
|
outline-color-026 Outline-color set to '#111' http://www.w3.org/TR/CSS21/ui.html#propdef-outline-color,http://www.w3.org/TR/CSS21/ui.html#dynamic-outlines d4d68b2ad67e46d05d7ac7bfd946dbe187b827a1 `Microsoft`<http://www.microsoft.com/> Outline color #111 renders the correct outline color on the element.
|
|
outline-color-027 Outline-color set to '#999' http://www.w3.org/TR/CSS21/ui.html#propdef-outline-color,http://www.w3.org/TR/CSS21/ui.html#dynamic-outlines 672e1d731efe5544b4c494ff345a6287d231e6f8 `Microsoft`<http://www.microsoft.com/> Outline color #999 renders the correct outline color on the element.
|
|
outline-color-028 Outline-color set to '#eee' http://www.w3.org/TR/CSS21/ui.html#propdef-outline-color,http://www.w3.org/TR/CSS21/ui.html#dynamic-outlines 355ba5b80ffb9970239ca078f88f4c9a9e9c1ec1 `Microsoft`<http://www.microsoft.com/> Outline color #eee renders the correct outline color on the element.
|
|
outline-color-029 Outline-color set to '#fff' http://www.w3.org/TR/CSS21/ui.html#propdef-outline-color,http://www.w3.org/TR/CSS21/ui.html#dynamic-outlines 84941938448ad59aefa8c2f84aa4500920a05546 `Microsoft`<http://www.microsoft.com/> Outline color #fff renders the correct outline color on the element.
|
|
outline-color-030 Outline-color set to '#1000' invalid http://www.w3.org/TR/CSS21/ui.html#propdef-outline-color,http://www.w3.org/TR/CSS21/ui.html#dynamic-outlines f257fc96ee501b59705c7ba3eb6e894e9bd5fbcb `Microsoft`<http://www.microsoft.com/> Outline color #1000 (invalid) falls back to a default color.
|
|
outline-color-031 Outline-color set to '#ggg' invalid http://www.w3.org/TR/CSS21/ui.html#propdef-outline-color,http://www.w3.org/TR/CSS21/ui.html#dynamic-outlines ae52549a6e75d27a7c8a482503af5b6a4b83caae `Microsoft`<http://www.microsoft.com/> Outline color #ggg (invalid) falls back to a default color.
|
|
outline-color-032 Outline-color set to '#100' http://www.w3.org/TR/CSS21/ui.html#propdef-outline-color,http://www.w3.org/TR/CSS21/ui.html#dynamic-outlines 9cbeae9b8699784e5946e69ef38f27d53c255db6 `Microsoft`<http://www.microsoft.com/> Outline color #100 renders the correct outline color on the element.
|
|
outline-color-033 Outline-color set to '#900' http://www.w3.org/TR/CSS21/ui.html#propdef-outline-color,http://www.w3.org/TR/CSS21/ui.html#dynamic-outlines 25259439c14286723598733fe450f5ec6c7712ed `Microsoft`<http://www.microsoft.com/> Outline color #900 renders the correct outline color on the element.
|
|
outline-color-034 Outline-color set to '#e00' http://www.w3.org/TR/CSS21/ui.html#propdef-outline-color,http://www.w3.org/TR/CSS21/ui.html#dynamic-outlines 0c8964e5c278d746d3fb0c4fc294f4be0f54588f `Microsoft`<http://www.microsoft.com/> Outline color #e00 renders the correct outline color on the element.
|
|
outline-color-035 Outline-color set to '#f00' http://www.w3.org/TR/CSS21/ui.html#propdef-outline-color,http://www.w3.org/TR/CSS21/ui.html#dynamic-outlines 6b1f5b6a607ef9983ffccacb8ca773d977f55d8b `Microsoft`<http://www.microsoft.com/> Outline color #f00 renders the correct outline color on the element.
|
|
outline-color-036 Outline-color set to '#g00' invalid http://www.w3.org/TR/CSS21/ui.html#propdef-outline-color,http://www.w3.org/TR/CSS21/ui.html#dynamic-outlines 255ea9a590807789f778a81a09dacfaeb8dcdfc7 `Microsoft`<http://www.microsoft.com/> Outline color #g00 (invalid) falls back to a default color.
|
|
outline-color-037 Outline-color set to '#010' http://www.w3.org/TR/CSS21/ui.html#propdef-outline-color,http://www.w3.org/TR/CSS21/ui.html#dynamic-outlines bb12bca64647b2a9d849538f3315bfbda76c40ec `Microsoft`<http://www.microsoft.com/> Outline color #010 renders the correct outline color on the element.
|
|
outline-color-038 Outline-color set to '#090' http://www.w3.org/TR/CSS21/ui.html#propdef-outline-color,http://www.w3.org/TR/CSS21/ui.html#dynamic-outlines 2516a2474f0796a4efbd178f2229368fc2c06743 `Microsoft`<http://www.microsoft.com/> Outline color #090 renders the correct outline color on the element.
|
|
outline-color-039 Outline-color set to '#0e0' http://www.w3.org/TR/CSS21/ui.html#propdef-outline-color,http://www.w3.org/TR/CSS21/ui.html#dynamic-outlines ed637e662e7047ebc7ab2eb10b8471fad94725b8 `Microsoft`<http://www.microsoft.com/> Outline color #0e0 renders the correct outline color on the element.
|
|
outline-color-040 Outline-color set to '#0f0' http://www.w3.org/TR/CSS21/ui.html#propdef-outline-color,http://www.w3.org/TR/CSS21/ui.html#dynamic-outlines 0158794d2ae2b6f7a34a4685198fa8d716789f2b `Microsoft`<http://www.microsoft.com/> Outline color #0f0 renders the correct outline color on the element.
|
|
outline-color-041 Outline-color set to '#0g0' invalid http://www.w3.org/TR/CSS21/ui.html#propdef-outline-color,http://www.w3.org/TR/CSS21/ui.html#dynamic-outlines b55ae4e41630da0b2e2c4c702380300e42510c92 `Microsoft`<http://www.microsoft.com/> Outline color #0g0 (invalid) falls back to a default color.
|
|
outline-color-042 Outline-color set to '#001' http://www.w3.org/TR/CSS21/ui.html#propdef-outline-color,http://www.w3.org/TR/CSS21/ui.html#dynamic-outlines b2304a4c222ae653b8288a7b41fa42d06f98c352 `Microsoft`<http://www.microsoft.com/> Outline color #001 renders the correct outline color on the element.
|
|
outline-color-043 Outline-color set to '#009' http://www.w3.org/TR/CSS21/ui.html#propdef-outline-color,http://www.w3.org/TR/CSS21/ui.html#dynamic-outlines 96fd630f0e31a983191a4ae8e6a1a89ddc2003e2 `Microsoft`<http://www.microsoft.com/> Outline color #009 renders the correct outline color on the element.
|
|
outline-color-044 Outline-color set to '#00e' http://www.w3.org/TR/CSS21/ui.html#propdef-outline-color,http://www.w3.org/TR/CSS21/ui.html#dynamic-outlines eeb2b6878c73a3778bf5f6a3b747b2e9345ba68e `Microsoft`<http://www.microsoft.com/> Outline color #00e renders the correct outline color on the element.
|
|
outline-color-045 Outline-color set to '#00f' http://www.w3.org/TR/CSS21/ui.html#propdef-outline-color,http://www.w3.org/TR/CSS21/ui.html#dynamic-outlines 757058acf1df67d7724b9d08187518b62d369ad6 `Microsoft`<http://www.microsoft.com/> Outline color #00f renders the correct outline color on the element.
|
|
outline-color-046 Outline-color set to '#00g' invalid http://www.w3.org/TR/CSS21/ui.html#propdef-outline-color,http://www.w3.org/TR/CSS21/ui.html#dynamic-outlines c18fbff29bc0074c8f4c6b82d1f4338081d3cd3c `Microsoft`<http://www.microsoft.com/> Outline color #00g (invalid) falls back to a default color.
|
|
outline-color-047 Outline-color set to 'rgb(-1%, -1%, -1%)' http://www.w3.org/TR/CSS21/ui.html#propdef-outline-color,http://www.w3.org/TR/CSS21/ui.html#dynamic-outlines 9fe53bed0411638e67905a01acff3fe2e9fc6992 `Microsoft`<http://www.microsoft.com/> Outline color rgb(-1%, -1%, -1%) renders the correct outline color on the element.
|
|
outline-color-048 Outline-color set to 'rgb(0%, 0%, 0%)' http://www.w3.org/TR/CSS21/ui.html#propdef-outline-color,http://www.w3.org/TR/CSS21/ui.html#dynamic-outlines 7b61ae947044e5fe0f7e66d4030436494026fd3c `Microsoft`<http://www.microsoft.com/> Outline color rgb(0%, 0%, 0%) renders the correct outline color on the element.
|
|
outline-color-049 reference/outline-color-049-ref Outline-color set to 'rgb(1%, 1%, 1%)' http://www.w3.org/TR/CSS21/ui.html#propdef-outline-color,http://www.w3.org/TR/CSS21/ui.html#dynamic-outlines 895a4e3615ea03d66f6e5e07af93b281d589edc4 `Microsoft`<http://www.microsoft.com/>,`Rebecca Hauck`<rhauck@adobe.com> Outline color rgb(1%, 1%, 1%) renders the correct outline color on the element.
|
|
outline-color-050 Outline-color set to 'rgb(-0%, -0%, -0%)' http://www.w3.org/TR/CSS21/ui.html#propdef-outline-color,http://www.w3.org/TR/CSS21/ui.html#dynamic-outlines 31bd5a5daa2ed05b15f1cd442300094bbe47b2a1 `Microsoft`<http://www.microsoft.com/> Outline color rgb(-0%, -0%, -0%) renders the correct outline color on the element.
|
|
outline-color-051 Outline-color set to 'rgb(+0%, +0%, +0%)' http://www.w3.org/TR/CSS21/ui.html#propdef-outline-color,http://www.w3.org/TR/CSS21/ui.html#dynamic-outlines 44e28cfa69dcf79da64d010bf8f04954e4a5aa40 `Microsoft`<http://www.microsoft.com/> Outline color rgb(+0%, +0%, +0%) renders the correct outline color on the element.
|
|
outline-color-052 reference/outline-color-052-ref Outline-color set to 'rgb(40%, 40%, 40%)' http://www.w3.org/TR/CSS21/ui.html#propdef-outline-color,http://www.w3.org/TR/CSS21/ui.html#dynamic-outlines c587aad0c2d2522304354ae5e65864e831cb8394 `Microsoft`<http://www.microsoft.com/>,`Rebecca Hauck`<rhauck@adobe.com> Outline color rgb(40%, 40%, 40%) renders the correct outline color on the element.
|
|
outline-color-053 reference/outline-color-052-ref Outline-color set to 'rgb(+40%, +40%, +40%)' http://www.w3.org/TR/CSS21/ui.html#propdef-outline-color,http://www.w3.org/TR/CSS21/ui.html#dynamic-outlines 041b7c5cb91958577963dbd740c4ada43eb64510 `Microsoft`<http://www.microsoft.com/>,`Rebecca Hauck`<rhauck@adobe.com> Outline color rgb(+40%, +40%, +40%) renders the correct outline color on the element.
|
|
outline-color-054 reference/outline-color-054-ref Outline-color set to 'rgb(99%, 99%, 99%)' http://www.w3.org/TR/CSS21/ui.html#propdef-outline-color,http://www.w3.org/TR/CSS21/ui.html#dynamic-outlines d92cd34bd0722d8fe489a42033d8dba82d44b5ed `Microsoft`<http://www.microsoft.com/>,`Rebecca Hauck`<rhauck@adobe.com> Outline color rgb(99%, 99%, 99%) renders the correct outline color on the element.
|
|
outline-color-055 Outline-color set to 'rgb(100%, 100%, 100%)' http://www.w3.org/TR/CSS21/ui.html#propdef-outline-color,http://www.w3.org/TR/CSS21/ui.html#dynamic-outlines 789db316a0a64acd4afccac59d65660766235d40 `Microsoft`<http://www.microsoft.com/> Outline color rgb(100%, 100%, 100%) renders the correct outline color on the element.
|
|
outline-color-056 Outline-color set to 'rgb(+100%, +100%, +100%)' http://www.w3.org/TR/CSS21/ui.html#propdef-outline-color,http://www.w3.org/TR/CSS21/ui.html#dynamic-outlines 625a4a08ecdf495c7e0fa35f5db8af36e0c6d911 `Microsoft`<http://www.microsoft.com/> Outline color rgb(+100%, +100%, +100%) renders the correct outline color on the element.
|
|
outline-color-057 Outline-color set to 'rgb(101%, 101%, 101%)' http://www.w3.org/TR/CSS21/ui.html#propdef-outline-color,http://www.w3.org/TR/CSS21/ui.html#dynamic-outlines b3b19ae53bf83e054aa2d10c8fe284a9ea50fd03 `Microsoft`<http://www.microsoft.com/> Outline color rgb(101%, 101%, 101%) renders the correct outline color on the element.
|
|
outline-color-058 Outline-color set to 'rgb(-1, -1, -1)' http://www.w3.org/TR/CSS21/ui.html#propdef-outline-color,http://www.w3.org/TR/CSS21/ui.html#dynamic-outlines 0a7af81d58c4d0e5eecc1d4ffdece832187e2eb0 `Microsoft`<http://www.microsoft.com/> Outline color rgb(-1, -1, -1) renders the correct outline color on the element.
|
|
outline-color-059 Outline-color set to 'rgb(0, 0, 0)' http://www.w3.org/TR/CSS21/ui.html#propdef-outline-color,http://www.w3.org/TR/CSS21/ui.html#dynamic-outlines d28739f96a9d50f3c2106833965c09b693b6cc2c `Microsoft`<http://www.microsoft.com/> Outline color rgb(0, 0, 0) renders the correct outline color on the element.
|
|
outline-color-060 Outline-color set to 'rgb(1, 1, 1)' http://www.w3.org/TR/CSS21/ui.html#propdef-outline-color,http://www.w3.org/TR/CSS21/ui.html#dynamic-outlines 55a80c0c0fd5a283f2d85f1e9e5b92ebf9f53d85 `Microsoft`<http://www.microsoft.com/> Outline color rgb(1, 1, 1) renders the correct outline color on the element.
|
|
outline-color-061 Outline-color set to 'rgb(-0, -0, -0)' http://www.w3.org/TR/CSS21/ui.html#propdef-outline-color,http://www.w3.org/TR/CSS21/ui.html#dynamic-outlines 774d27185fe35e8dc492c1e9d4a945db96eb7537 `Microsoft`<http://www.microsoft.com/> Outline color rgb(-0, -0, -0) renders the correct outline color on the element.
|
|
outline-color-062 Outline-color set to 'rgb(+0, +0, +0)' http://www.w3.org/TR/CSS21/ui.html#propdef-outline-color,http://www.w3.org/TR/CSS21/ui.html#dynamic-outlines facf24ffdfa29eb145528f91fd212cab0af2fa4a `Microsoft`<http://www.microsoft.com/> Outline color rgb(+0, +0, +0) renders the correct outline color on the element.
|
|
outline-color-063 Outline-color set to 'rgb(128, 128, 128)' http://www.w3.org/TR/CSS21/ui.html#propdef-outline-color,http://www.w3.org/TR/CSS21/ui.html#dynamic-outlines d4176f4be93374a6f7c14445fa7d473f8bb07ab7 `Microsoft`<http://www.microsoft.com/> Outline color rgb(128, 128, 128) renders the correct outline color on the element.
|
|
outline-color-064 Outline-color set to 'rgb(+128, +128, +128)' http://www.w3.org/TR/CSS21/ui.html#propdef-outline-color,http://www.w3.org/TR/CSS21/ui.html#dynamic-outlines 931e7ce0994f633a26f6b8fb3424875db9785289 `Microsoft`<http://www.microsoft.com/> Outline color rgb(+128, +128, +128) renders the correct outline color on the element.
|
|
outline-color-065 Outline-color set to 'rgb(254, 254, 254)' http://www.w3.org/TR/CSS21/ui.html#propdef-outline-color,http://www.w3.org/TR/CSS21/ui.html#dynamic-outlines 0ef81da978e4afec49081d374af93baf1aa2e486 `Microsoft`<http://www.microsoft.com/> Outline color rgb(254, 254, 254) renders the correct outline color on the element.
|
|
outline-color-066 Outline-color set to 'rgb(255, 255, 255)' http://www.w3.org/TR/CSS21/ui.html#propdef-outline-color,http://www.w3.org/TR/CSS21/ui.html#dynamic-outlines d5f0cb20eb1eaa6c727b7b9fdd5055f94fa30b5c `Microsoft`<http://www.microsoft.com/> Outline color rgb(255, 255, 255) renders the correct outline color on the element.
|
|
outline-color-067 Outline-color set to 'rgb(+255, +255, +255)' http://www.w3.org/TR/CSS21/ui.html#propdef-outline-color,http://www.w3.org/TR/CSS21/ui.html#dynamic-outlines 411c72e5ffe1f0f2cfbceb9dd4a0a959b2345a32 `Microsoft`<http://www.microsoft.com/> Outline color rgb(+255, +255, +255) renders the correct outline color on the element.
|
|
outline-color-068 Outline-color set to 'rgb(256, 256, 256)' http://www.w3.org/TR/CSS21/ui.html#propdef-outline-color,http://www.w3.org/TR/CSS21/ui.html#dynamic-outlines a2f54c030fe7f087bb7b02a9b8ec6ea390d450ff `Microsoft`<http://www.microsoft.com/> Outline color rgb(256, 256, 256) renders the correct outline color on the element.
|
|
outline-color-069 Outline-color set to 'rgb(-1%, 0%, 0%)' http://www.w3.org/TR/CSS21/ui.html#propdef-outline-color,http://www.w3.org/TR/CSS21/ui.html#dynamic-outlines 3caa4a8f6c571ca85f822b5a8f9029bb26169bc3 `Microsoft`<http://www.microsoft.com/> Outline color rgb(-1%, 0%, 0%) renders the correct outline color on the element.
|
|
outline-color-070 reference/outline-color-070-ref Outline-color set to 'rgb(1%, 0%, 0%)' http://www.w3.org/TR/CSS21/ui.html#propdef-outline-color,http://www.w3.org/TR/CSS21/ui.html#dynamic-outlines a526f3fe3a58b352dcf1ed18f3320dcd8dd70f3d `Microsoft`<http://www.microsoft.com/>,`Rebecca Hauck`<rhauck@adobe.com> Outline color rgb(1%, 0%, 0%) renders the correct outline color on the element.
|
|
outline-color-071 Outline-color set to 'rgb(-0%, 0%, 0%)' http://www.w3.org/TR/CSS21/ui.html#propdef-outline-color,http://www.w3.org/TR/CSS21/ui.html#dynamic-outlines bbff095a463b885861981fd518b7437b04760c97 `Microsoft`<http://www.microsoft.com/> Outline color rgb(-0%, 0%, 0%) renders the correct outline color on the element.
|
|
outline-color-072 Outline-color set to 'rgb(+0%, 0%, 0%)' http://www.w3.org/TR/CSS21/ui.html#propdef-outline-color,http://www.w3.org/TR/CSS21/ui.html#dynamic-outlines 07e85b0edd923d48624db1376a83c040ac82fe73 `Microsoft`<http://www.microsoft.com/> Outline color rgb(+0%, 0%, 0%) renders the correct outline color on the element.
|
|
outline-color-073 reference/outline-color-073-ref Outline-color set to 'rgb(40%, 0%, 0%)' http://www.w3.org/TR/CSS21/ui.html#propdef-outline-color,http://www.w3.org/TR/CSS21/ui.html#dynamic-outlines 9f4a6d2ed3ffc4ee7a13d5ee512c7f9f9e00ebe7 `Microsoft`<http://www.microsoft.com/>,`Rebecca Hauck`<rhauck@adobe.com> Outline color rgb(40%, 0%, 0%) renders the correct outline color on the element.
|
|
outline-color-074 reference/outline-color-073-ref Outline-color set to 'rgb(+40%, 0%, 0%)' http://www.w3.org/TR/CSS21/ui.html#propdef-outline-color,http://www.w3.org/TR/CSS21/ui.html#dynamic-outlines fc57663579d63c8bcbb0780b54bf8b2ab85306e0 `Microsoft`<http://www.microsoft.com/>,`Rebecca Hauck`<rhauck@adobe.com> Outline color rgb(+40%, 0%, 0%) renders the correct outline color on the element.
|
|
outline-color-075 reference/outline-color-075-ref Outline-color set to 'rgb(99%, 0%, 0%)' http://www.w3.org/TR/CSS21/ui.html#propdef-outline-color,http://www.w3.org/TR/CSS21/ui.html#dynamic-outlines 3fc5fbbd838095a9fc71855daa04b7a734e36d3a `Microsoft`<http://www.microsoft.com/>,`Rebecca Hauck`<rhauck@adobe.com> Outline color rgb(99%, 0%, 0%) renders the correct outline color on the element.
|
|
outline-color-076 Outline-color set to 'rgb(100%, 0%, 0%)' http://www.w3.org/TR/CSS21/ui.html#propdef-outline-color,http://www.w3.org/TR/CSS21/ui.html#dynamic-outlines 3315ab6fe22cdf791bc0b2758be4f8ae432973e4 `Microsoft`<http://www.microsoft.com/> Outline color rgb(100%, 0%, 0%) renders the correct outline color on the element.
|
|
outline-color-077 Outline-color set to 'rgb(+100%, 0%, 0%)' http://www.w3.org/TR/CSS21/ui.html#propdef-outline-color,http://www.w3.org/TR/CSS21/ui.html#dynamic-outlines e11ffc73082384509c48d69a3aaf0f1c58d44136 `Microsoft`<http://www.microsoft.com/> Outline color rgb(+100%, 0%, 0%) renders the correct outline color on the element.
|
|
outline-color-078 Outline-color set to 'rgb(101%, 0%, 0%)' http://www.w3.org/TR/CSS21/ui.html#propdef-outline-color,http://www.w3.org/TR/CSS21/ui.html#dynamic-outlines aca677eeb8587e08c8983c651619e261f9edd80d `Microsoft`<http://www.microsoft.com/> Outline color rgb(101%, 0%, 0%) renders the correct outline color on the element.
|
|
outline-color-079 Outline-color set to 'rgb(-1, 0, 0)' http://www.w3.org/TR/CSS21/ui.html#propdef-outline-color,http://www.w3.org/TR/CSS21/ui.html#dynamic-outlines 281f18187349e48e8eff443bc3a21f6fce490d95 `Microsoft`<http://www.microsoft.com/> Outline color rgb(-1, 0, 0) renders the correct outline color on the element.
|
|
outline-color-080 Outline-color set to 'rgb(1, 0, 0)' http://www.w3.org/TR/CSS21/ui.html#propdef-outline-color,http://www.w3.org/TR/CSS21/ui.html#dynamic-outlines 26cd2d0c7927ad5e0c2933ed9c8c6c2b0ca99f45 `Microsoft`<http://www.microsoft.com/> Outline color rgb(1, 0, 0) renders the correct outline color on the element.
|
|
outline-color-081 Outline-color set to 'rgb(-0, 0, 0)' http://www.w3.org/TR/CSS21/ui.html#propdef-outline-color,http://www.w3.org/TR/CSS21/ui.html#dynamic-outlines 08097127c9eb97844782c371649936b0e8a0763d `Microsoft`<http://www.microsoft.com/> Outline color rgb(-0, 0, 0) renders the correct outline color on the element.
|
|
outline-color-082 Outline-color set to 'rgb(+0, 0, 0)' http://www.w3.org/TR/CSS21/ui.html#propdef-outline-color,http://www.w3.org/TR/CSS21/ui.html#dynamic-outlines d2d2243e468aa58b5d84c37877bfda07d89e8ef7 `Microsoft`<http://www.microsoft.com/> Outline color rgb(+0, 0, 0) renders the correct outline color on the element.
|
|
outline-color-083 Outline-color set to 'rgb(128, 0, 0)' http://www.w3.org/TR/CSS21/ui.html#propdef-outline-color,http://www.w3.org/TR/CSS21/ui.html#dynamic-outlines 19c5b9913d30fa754b817bc498fbb7924827e1e0 `Microsoft`<http://www.microsoft.com/> Outline color rgb(128, 0, 0) renders the correct outline color on the element.
|
|
outline-color-084 Outline-color set to 'rgb(+128, 0, 0)' http://www.w3.org/TR/CSS21/ui.html#propdef-outline-color,http://www.w3.org/TR/CSS21/ui.html#dynamic-outlines 0f9f3bbc50ef421be22c2aa0647bf792283dc5a0 `Microsoft`<http://www.microsoft.com/> Outline color rgb(+128, 0, 0) renders the correct outline color on the element.
|
|
outline-color-085 Outline-color set to 'rgb(254, 0, 0)' http://www.w3.org/TR/CSS21/ui.html#propdef-outline-color,http://www.w3.org/TR/CSS21/ui.html#dynamic-outlines 714dd12979936eb48ee7beaa3e2fa86f620544cd `Microsoft`<http://www.microsoft.com/> Outline color rgb(254, 0, 0) renders the correct outline color on the element.
|
|
outline-color-086 Outline-color set to 'rgb(255, 0, 0)' http://www.w3.org/TR/CSS21/ui.html#propdef-outline-color,http://www.w3.org/TR/CSS21/ui.html#dynamic-outlines 80bbf76c26c53d1e0b3d4ec806be2c9df543974d `Microsoft`<http://www.microsoft.com/> Outline color rgb(255, 0, 0) renders the correct outline color on the element.
|
|
outline-color-087 Outline-color set to 'rgb(+255, 0, 0)' http://www.w3.org/TR/CSS21/ui.html#propdef-outline-color,http://www.w3.org/TR/CSS21/ui.html#dynamic-outlines 4f0c162f9c9f9f7a6bd290e59fe668b5fb1c7b02 `Microsoft`<http://www.microsoft.com/> Outline color rgb(+255, 0, 0) renders the correct outline color on the element.
|
|
outline-color-088 Outline-color set to 'rgb(256, 0, 0)' http://www.w3.org/TR/CSS21/ui.html#propdef-outline-color,http://www.w3.org/TR/CSS21/ui.html#dynamic-outlines bf1946865180f5507cc7420b85fb30dbae3c2b0a `Microsoft`<http://www.microsoft.com/> Outline color rgb(256, 0, 0) renders the correct outline color on the element.
|
|
outline-color-089 Outline-color set to 'rgb(0%, -1%, 0%)' http://www.w3.org/TR/CSS21/ui.html#propdef-outline-color,http://www.w3.org/TR/CSS21/ui.html#dynamic-outlines 7c4d49f12ec2363a75671f724b01413ccad057d9 `Microsoft`<http://www.microsoft.com/> Outline color rgb(0%, -1%, 0%) renders the correct outline color on the element.
|
|
outline-color-090 reference/outline-color-090-ref Outline-color set to 'rgb(0%, 1%, 0%)' http://www.w3.org/TR/CSS21/ui.html#propdef-outline-color,http://www.w3.org/TR/CSS21/ui.html#dynamic-outlines efcbce2a78de6a8dd193815073b387ab01ee8fe9 `Microsoft`<http://www.microsoft.com/>,`Rebecca Hauck`<rhauck@adobe.com> Outline color rgb(0%, 1%, 0%) renders the correct outline color on the element.
|
|
outline-color-091 Outline-color set to 'rgb(0%, -0%, 0%)' http://www.w3.org/TR/CSS21/ui.html#propdef-outline-color,http://www.w3.org/TR/CSS21/ui.html#dynamic-outlines dc04763b0d15b07b40c39983eb82d4f909508cd3 `Microsoft`<http://www.microsoft.com/> Outline color rgb(0%, -0%, 0%) renders the correct outline color on the element.
|
|
outline-color-092 Outline-color set to 'rgb(0%, +0%, 0%)' http://www.w3.org/TR/CSS21/ui.html#propdef-outline-color,http://www.w3.org/TR/CSS21/ui.html#dynamic-outlines 8ec05d041fb025845559960606c9b4ce0e5af018 `Microsoft`<http://www.microsoft.com/> Outline color rgb(0%, +0%, 0%) renders the correct outline color on the element.
|
|
outline-color-093 reference/outline-color-093-ref Outline-color set to 'rgb(0%, 40%, 0%)' http://www.w3.org/TR/CSS21/ui.html#propdef-outline-color,http://www.w3.org/TR/CSS21/ui.html#dynamic-outlines 06d11970962bcee3d0354dac22bcd296975f2f84 `Microsoft`<http://www.microsoft.com/>,`Rebecca Hauck`<rhauck@adobe.com> Outline color rgb(0%, 40%, 0%) renders the correct outline color on the element.
|
|
outline-color-094 reference/outline-color-093-ref Outline-color set to 'rgb(0%, +40%, 0%)' http://www.w3.org/TR/CSS21/ui.html#propdef-outline-color,http://www.w3.org/TR/CSS21/ui.html#dynamic-outlines e48db7cc92ab6bb0ab26bc6135e10f98a1027fc1 `Microsoft`<http://www.microsoft.com/>,`Rebecca Hauck`<rhauck@adobe.com> Outline color rgb(0%, +40%, 0%) renders the correct outline color on the element.
|
|
outline-color-095 reference/outline-color-095-ref Outline-color set to 'rgb(0%, 99%, 0%)' http://www.w3.org/TR/CSS21/ui.html#propdef-outline-color,http://www.w3.org/TR/CSS21/ui.html#dynamic-outlines 905e1b183cde0163c427bcb8de4d5573bb202a9a `Microsoft`<http://www.microsoft.com/>,`Rebecca Hauck`<rhauck@adobe.com> Outline color rgb(0%, 99%, 0%) renders the correct outline color on the element.
|
|
outline-color-096 Outline-color set to 'rgb(0%, 100%, 0%)' http://www.w3.org/TR/CSS21/ui.html#propdef-outline-color,http://www.w3.org/TR/CSS21/ui.html#dynamic-outlines 2bfa1e3f593dd473609efe9354e04e558135f59b `Microsoft`<http://www.microsoft.com/> Outline color rgb(0%, 100%, 0%) renders the correct outline color on the element.
|
|
outline-color-097 Outline-color set to 'rgb(0%, +100%, 0%)' http://www.w3.org/TR/CSS21/ui.html#propdef-outline-color,http://www.w3.org/TR/CSS21/ui.html#dynamic-outlines e7a1c73cabaeebe321858eccf230296b8ad69b28 `Microsoft`<http://www.microsoft.com/> Outline color rgb(0%, +100%, 0%) renders the correct outline color on the element.
|
|
outline-color-098 Outline-color set to 'rgb(0%, 101%, 0%)' http://www.w3.org/TR/CSS21/ui.html#propdef-outline-color,http://www.w3.org/TR/CSS21/ui.html#dynamic-outlines 458e84686a105fc73519b6a458cfc5b1fa90301d `Microsoft`<http://www.microsoft.com/> Outline color rgb(0%, 101%, 0%) renders the correct outline color on the element.
|
|
outline-color-099 Outline-color set to 'rgb(0, -1, 0)' http://www.w3.org/TR/CSS21/ui.html#propdef-outline-color,http://www.w3.org/TR/CSS21/ui.html#dynamic-outlines 14cf5a65d84be672afc32bb79bd239c556733a05 `Microsoft`<http://www.microsoft.com/> Outline color rgb(0, -1, 0) renders the correct outline color on the element.
|
|
outline-color-100 Outline-color set to 'rgb(0, 1, 0)' http://www.w3.org/TR/CSS21/ui.html#propdef-outline-color,http://www.w3.org/TR/CSS21/ui.html#dynamic-outlines d4ef8e421284eb19c9cfdaea387530cbf14088f1 `Microsoft`<http://www.microsoft.com/> Outline color rgb(0, 1, 0) renders the correct outline color on the element.
|
|
outline-color-101 Outline-color set to 'rgb(0, -0, 0)' http://www.w3.org/TR/CSS21/ui.html#propdef-outline-color,http://www.w3.org/TR/CSS21/ui.html#dynamic-outlines 6fb16cc2d99bd765c378318c7d1bdd972fc6f91d `Microsoft`<http://www.microsoft.com/> Outline color rgb(0, -0, 0) renders the correct outline color on the element.
|
|
outline-color-102 Outline-color set to 'rgb(0, +0, 0)' http://www.w3.org/TR/CSS21/ui.html#propdef-outline-color,http://www.w3.org/TR/CSS21/ui.html#dynamic-outlines c31b01c96ccc9cef12bd9db8280b6a64b1efdefb `Microsoft`<http://www.microsoft.com/> Outline color rgb(0, +0, 0) renders the correct outline color on the element.
|
|
outline-color-103 Outline-color set to 'rgb(0, 128, 0)' http://www.w3.org/TR/CSS21/ui.html#propdef-outline-color,http://www.w3.org/TR/CSS21/ui.html#dynamic-outlines bbed897340dde956d943be72e219c654519a0a54 `Microsoft`<http://www.microsoft.com/> Outline color rgb(0, 128, 0) renders the correct outline color on the element.
|
|
outline-color-104 Outline-color set to 'rgb(0, +128, 0)' http://www.w3.org/TR/CSS21/ui.html#propdef-outline-color,http://www.w3.org/TR/CSS21/ui.html#dynamic-outlines d3371a2cd0a57c1c80adf3b21e743a7c955a6315 `Microsoft`<http://www.microsoft.com/> Outline color rgb(0, +128, 0) renders the correct outline color on the element.
|
|
outline-color-105 Outline-color set to 'rgb(0, 254, 0)' http://www.w3.org/TR/CSS21/ui.html#propdef-outline-color,http://www.w3.org/TR/CSS21/ui.html#dynamic-outlines 45152ca1defe6746bf93d332d01294d56233bbd5 `Microsoft`<http://www.microsoft.com/> Outline color rgb(0, 254, 0) renders the correct outline color on the element.
|
|
outline-color-106 Outline-color set to 'rgb(0, 255, 0)' http://www.w3.org/TR/CSS21/ui.html#propdef-outline-color,http://www.w3.org/TR/CSS21/ui.html#dynamic-outlines 149e9fe455efcf68bf9dda6f6c70fc994858ada9 `Microsoft`<http://www.microsoft.com/> Outline color rgb(0, 255, 0) renders the correct outline color on the element.
|
|
outline-color-107 Outline-color set to 'rgb(0, +255, 0)' http://www.w3.org/TR/CSS21/ui.html#propdef-outline-color,http://www.w3.org/TR/CSS21/ui.html#dynamic-outlines dcad0aa09b596eac5e4d5dfd03e629339a899fda `Microsoft`<http://www.microsoft.com/> Outline color rgb(0, +255, 0) renders the correct outline color on the element.
|
|
outline-color-108 Outline-color set to 'rgb(0, 256, 0)' http://www.w3.org/TR/CSS21/ui.html#propdef-outline-color,http://www.w3.org/TR/CSS21/ui.html#dynamic-outlines a9a078bb0552345f587630f9192f5a745371a18c `Microsoft`<http://www.microsoft.com/> Outline color rgb(0, 256, 0) renders the correct outline color on the element.
|
|
outline-color-109 Outline-color set to 'rgb(0%, 0%, -1%)' http://www.w3.org/TR/CSS21/ui.html#propdef-outline-color,http://www.w3.org/TR/CSS21/ui.html#dynamic-outlines 89dc2fd409af3afa136ba9321110c42d5a366fd4 `Microsoft`<http://www.microsoft.com/> Outline color rgb(0%, 0%, -1%) renders the correct outline color on the element.
|
|
outline-color-110 reference/outline-color-110-ref Outline-color set to 'rgb(0%, 0%, 1%)' http://www.w3.org/TR/CSS21/ui.html#propdef-outline-color,http://www.w3.org/TR/CSS21/ui.html#dynamic-outlines d7ca28fabb500d50ba33a5cc4e2c4f00bc750de6 `Microsoft`<http://www.microsoft.com/>,`Rebecca Hauck`<rhauck@adobe.com> Outline color rgb(0%, 0%, 1%) renders the correct outline color on the element.
|
|
outline-color-111 Outline-color set to 'rgb(0%, 0%, -0%)' http://www.w3.org/TR/CSS21/ui.html#propdef-outline-color,http://www.w3.org/TR/CSS21/ui.html#dynamic-outlines 75a908b6beaf8a5a3b648425ab2ab919c9be0cd4 `Microsoft`<http://www.microsoft.com/> Outline color rgb(0%, 0%, -0%) renders the correct outline color on the element.
|
|
outline-color-112 Outline-color set to 'rgb(0%, 0%, +0%)' http://www.w3.org/TR/CSS21/ui.html#propdef-outline-color,http://www.w3.org/TR/CSS21/ui.html#dynamic-outlines 06ab6d0c1d209132ce2343775d8f98e2e3c291bd `Microsoft`<http://www.microsoft.com/> Outline color rgb(0%, 0%, +0%) renders the correct outline color on the element.
|
|
outline-color-113 reference/outline-color-113-ref Outline-color set to 'rgb(0%, 0%, 40%)' http://www.w3.org/TR/CSS21/ui.html#propdef-outline-color,http://www.w3.org/TR/CSS21/ui.html#dynamic-outlines 73cea6639c8621e17851d84bb99900a0de49b8ce `Microsoft`<http://www.microsoft.com/>,`Rebecca Hauck`<rhauck@adobe.com> Outline color rgb(0%, 0%, 40%) renders the correct outline color on the element.
|
|
outline-color-114 reference/outline-color-113-ref Outline-color set to 'rgb(0%, 0%, +40%)' http://www.w3.org/TR/CSS21/ui.html#propdef-outline-color,http://www.w3.org/TR/CSS21/ui.html#dynamic-outlines 18632583551b20640d86793674d8a3acd2c10e21 `Microsoft`<http://www.microsoft.com/>,`Rebecca Hauck`<rhauck@adobe.com> Outline color rgb(0%, 0%, +40%) renders the correct outline color on the element.
|
|
outline-color-115 reference/outline-color-115-ref Outline-color set to 'rgb(0%, 0%, 99%)' http://www.w3.org/TR/CSS21/ui.html#propdef-outline-color,http://www.w3.org/TR/CSS21/ui.html#dynamic-outlines b4985ffbeabbc60c8c93ffdea07e6849595d0d70 `Microsoft`<http://www.microsoft.com/>,`Rebecca Hauck`<rhauck@adobe.com> Outline color rgb(0%, 0%, 99%) renders the correct outline color on the element.
|
|
outline-color-116 Outline-color set to 'rgb(0%, 0%, 100%)' http://www.w3.org/TR/CSS21/ui.html#propdef-outline-color,http://www.w3.org/TR/CSS21/ui.html#dynamic-outlines b9b755b4a8dc6415ef58b7450d348c751b80d491 `Microsoft`<http://www.microsoft.com/> Outline color rgb(0%, 0%, 100%) renders the correct outline color on the element.
|
|
outline-color-117 Outline-color set to 'rgb(0%, 0%, +100%)' http://www.w3.org/TR/CSS21/ui.html#propdef-outline-color,http://www.w3.org/TR/CSS21/ui.html#dynamic-outlines 21b27175bbe04b703624dd2ebe91493b2619285f `Microsoft`<http://www.microsoft.com/> Outline color rgb(0%, 0%, +100%) renders the correct outline color on the element.
|
|
outline-color-118 Outline-color set to 'rgb(0%, 0%, 101%)' http://www.w3.org/TR/CSS21/ui.html#propdef-outline-color,http://www.w3.org/TR/CSS21/ui.html#dynamic-outlines eed5974cba216bc8eea6f5e561ebd2d87cccc416 `Microsoft`<http://www.microsoft.com/> Outline color rgb(0%, 0%, 101%) renders the correct outline color on the element.
|
|
outline-color-119 Outline-color set to 'rgb(0, 0, -1)' http://www.w3.org/TR/CSS21/ui.html#propdef-outline-color,http://www.w3.org/TR/CSS21/ui.html#dynamic-outlines 3f095a5b8d4a0127db10b058d1a9102197a84729 `Microsoft`<http://www.microsoft.com/> Outline color rgb(0, 0, -1) renders the correct outline color on the element.
|
|
outline-color-120 Outline-color set to 'rgb(0, 0, 1)' http://www.w3.org/TR/CSS21/ui.html#propdef-outline-color,http://www.w3.org/TR/CSS21/ui.html#dynamic-outlines 43b04439d4709188abf646e5c14e7d65b3316438 `Microsoft`<http://www.microsoft.com/> Outline color rgb(0, 0, 1) renders the correct outline color on the element.
|
|
outline-color-121 Outline-color set to 'rgb(0, 0, -0)' http://www.w3.org/TR/CSS21/ui.html#propdef-outline-color,http://www.w3.org/TR/CSS21/ui.html#dynamic-outlines c5ef7f4443a6a3f32807b1f7c4042f1d79c07686 `Microsoft`<http://www.microsoft.com/> Outline color rgb(0, 0, -0) renders the correct outline color on the element.
|
|
outline-color-122 Outline-color set to 'rgb(0, 0, +0)' http://www.w3.org/TR/CSS21/ui.html#propdef-outline-color,http://www.w3.org/TR/CSS21/ui.html#dynamic-outlines e04c09bedf80c6f9831fd7cea9c262aa4932adbc `Microsoft`<http://www.microsoft.com/> Outline color rgb(0, 0, +0) renders the correct outline color on the element.
|
|
outline-color-123 Outline-color set to 'rgb(0, 0, 128)' http://www.w3.org/TR/CSS21/ui.html#propdef-outline-color,http://www.w3.org/TR/CSS21/ui.html#dynamic-outlines a9aa156ccadfbe2d6999298c430cec17bce24d1a `Microsoft`<http://www.microsoft.com/> Outline color rgb(0, 0, 128) renders the correct outline color on the element.
|
|
outline-color-124 Outline-color set to 'rgb(0, 0, +128)' http://www.w3.org/TR/CSS21/ui.html#propdef-outline-color,http://www.w3.org/TR/CSS21/ui.html#dynamic-outlines 8f95d0c69347c9617767a430911eba8ed645f2ad `Microsoft`<http://www.microsoft.com/> Outline color rgb(0, 0, +128) renders the correct outline color on the element.
|
|
outline-color-125 Outline-color set to 'rgb(0, 0, 254)' http://www.w3.org/TR/CSS21/ui.html#propdef-outline-color,http://www.w3.org/TR/CSS21/ui.html#dynamic-outlines 1c493027f5514e2e3199aa9ab14d1ded23e4d9fc `Microsoft`<http://www.microsoft.com/> Outline color rgb(0, 0, 254) renders the correct outline color on the element.
|
|
outline-color-126 Outline-color set to 'rgb(0, 0, 255)' http://www.w3.org/TR/CSS21/ui.html#propdef-outline-color,http://www.w3.org/TR/CSS21/ui.html#dynamic-outlines ff98444de90caa237b7c90d26211792a56a6534f `Microsoft`<http://www.microsoft.com/> Outline color rgb(0, 0, 255) renders the correct outline color on the element.
|
|
outline-color-127 Outline-color set to 'rgb(0, 0, +255)' http://www.w3.org/TR/CSS21/ui.html#propdef-outline-color,http://www.w3.org/TR/CSS21/ui.html#dynamic-outlines 35e1dd6010bbbd76bbe09b6b254c77f057b2e9db `Microsoft`<http://www.microsoft.com/> Outline color rgb(0, 0, +255) renders the correct outline color on the element.
|
|
outline-color-128 Outline-color set to 'rgb(0, 0, 256)' http://www.w3.org/TR/CSS21/ui.html#propdef-outline-color,http://www.w3.org/TR/CSS21/ui.html#dynamic-outlines ed8dec821c38a6c10e35ba22ae2a9b420beb78e6 `Microsoft`<http://www.microsoft.com/> Outline color rgb(0, 0, 256) renders the correct outline color on the element.
|
|
outline-color-129 Outline-color set to 'aqua' http://www.w3.org/TR/CSS21/ui.html#propdef-outline-color,http://www.w3.org/TR/CSS21/ui.html#dynamic-outlines b9e15d2961e3d36889ae8d36f9303222adea40e5 `Microsoft`<http://www.microsoft.com/> Outline color aqua renders the correct outline color on the element.
|
|
outline-color-130 Outline-color set to 'black' http://www.w3.org/TR/CSS21/ui.html#propdef-outline-color,http://www.w3.org/TR/CSS21/ui.html#dynamic-outlines 24312ef742bfa00547871ab4018091467dd889e4 `Microsoft`<http://www.microsoft.com/> Outline color black renders the correct outline color on the element.
|
|
outline-color-131 Outline-color set to 'blue' http://www.w3.org/TR/CSS21/ui.html#propdef-outline-color,http://www.w3.org/TR/CSS21/ui.html#dynamic-outlines 2aa419fdf340ea5b80e57df716b149505d3af2ff `Microsoft`<http://www.microsoft.com/> Outline color blue renders the correct outline color on the element.
|
|
outline-color-132 Outline-color set to 'fuchsia' http://www.w3.org/TR/CSS21/ui.html#propdef-outline-color,http://www.w3.org/TR/CSS21/ui.html#dynamic-outlines eeec5f5b5a677336acd45fcd88be2f339f087784 `Microsoft`<http://www.microsoft.com/> Outline color fuchsia renders the correct outline color on the element.
|
|
outline-color-133 Outline-color set to 'gray' http://www.w3.org/TR/CSS21/ui.html#propdef-outline-color,http://www.w3.org/TR/CSS21/ui.html#dynamic-outlines 7300511619afdf878d789a69b8ef560f05f30239 `Microsoft`<http://www.microsoft.com/> Outline color gray renders the correct outline color on the element.
|
|
outline-color-134 Outline-color set to 'green' http://www.w3.org/TR/CSS21/ui.html#propdef-outline-color,http://www.w3.org/TR/CSS21/ui.html#dynamic-outlines 7ffe479a1b913c0035f606e2a979af32a4db1935 `Microsoft`<http://www.microsoft.com/> Outline color green renders the correct outline color on the element.
|
|
outline-color-135 Outline-color set to 'lime' http://www.w3.org/TR/CSS21/ui.html#propdef-outline-color,http://www.w3.org/TR/CSS21/ui.html#dynamic-outlines 81029f3cb62d6ceca380960fd26083e02ccd315c `Microsoft`<http://www.microsoft.com/> Outline color lime renders the correct outline color on the element.
|
|
outline-color-136 Outline-color set to 'maroon' http://www.w3.org/TR/CSS21/ui.html#propdef-outline-color,http://www.w3.org/TR/CSS21/ui.html#dynamic-outlines 9238b936b769c1f1302e321a1b1ee983a010093e `Microsoft`<http://www.microsoft.com/> Outline color maroon renders the correct outline color on the element.
|
|
outline-color-137 Outline-color set to 'navy' http://www.w3.org/TR/CSS21/ui.html#propdef-outline-color,http://www.w3.org/TR/CSS21/ui.html#dynamic-outlines 92f3eb783dfda1704c144776895863cb5280f1ad `Microsoft`<http://www.microsoft.com/> Outline color navy renders the correct outline color on the element.
|
|
outline-color-138 Outline-color set to 'olive' http://www.w3.org/TR/CSS21/ui.html#propdef-outline-color,http://www.w3.org/TR/CSS21/ui.html#dynamic-outlines 5f0d18b4c236acf74b7ec87570488496b4d80564 `Microsoft`<http://www.microsoft.com/> Outline color olive renders the correct outline color on the element.
|
|
outline-color-139 Outline-color set to 'orange' http://www.w3.org/TR/CSS21/ui.html#propdef-outline-color,http://www.w3.org/TR/CSS21/ui.html#dynamic-outlines 846b5c91f675e7f1eef864dfbd5e5e8ffcc80ea4 `Microsoft`<http://www.microsoft.com/> Outline color orange renders the correct outline color on the element.
|
|
outline-color-140 Outline-color set to 'purple' http://www.w3.org/TR/CSS21/ui.html#propdef-outline-color,http://www.w3.org/TR/CSS21/ui.html#dynamic-outlines 9d35f08b00dbfac199d36e815fb76f6ac0711a80 `Microsoft`<http://www.microsoft.com/> Outline color purple renders the correct outline color on the element.
|
|
outline-color-141 Outline-color set to 'red' http://www.w3.org/TR/CSS21/ui.html#propdef-outline-color,http://www.w3.org/TR/CSS21/ui.html#dynamic-outlines 8db07867f1f62e93138f7d55d160d538abcc9976 `Microsoft`<http://www.microsoft.com/> Outline color red renders the correct outline color on the element.
|
|
outline-color-142 Outline-color set to 'silver' http://www.w3.org/TR/CSS21/ui.html#propdef-outline-color,http://www.w3.org/TR/CSS21/ui.html#dynamic-outlines 19c498afbcd6d1230a7a1617ffa5b824c8e9d716 `Microsoft`<http://www.microsoft.com/> Outline color silver renders the correct outline color on the element.
|
|
outline-color-143 Outline-color set to 'teal' http://www.w3.org/TR/CSS21/ui.html#propdef-outline-color,http://www.w3.org/TR/CSS21/ui.html#dynamic-outlines b2b905cc73e9f92187f4a3feace7df89b52a98dc `Microsoft`<http://www.microsoft.com/> Outline color teal renders the correct outline color on the element.
|
|
outline-color-144 Outline-color set to 'white' http://www.w3.org/TR/CSS21/ui.html#propdef-outline-color,http://www.w3.org/TR/CSS21/ui.html#dynamic-outlines ebff91bf5410b1e208e6698c41901e25a3afaf72 `Microsoft`<http://www.microsoft.com/> Outline color white renders the correct outline color on the element.
|
|
outline-color-145 Outline-color set to 'yellow' http://www.w3.org/TR/CSS21/ui.html#propdef-outline-color,http://www.w3.org/TR/CSS21/ui.html#dynamic-outlines 11d033c5b54ac24892dfaa45a81ee769c6c81b11 `Microsoft`<http://www.microsoft.com/> Outline color yellow renders the correct outline color on the element.
|
|
outline-color-174 Outline color set to 'invert' http://www.w3.org/TR/CSS21/ui.html#propdef-outline-color,http://www.w3.org/TR/CSS21/ui.html#dynamic-outlines 6b3127da9e1daead45cd35a562598fdaf8917cb1 `Microsoft`<http://www.microsoft.com/> Outline color 'invert' makes outline visible on any background color.
|
|
outline-color-175 Outline-color set to 'inherit' http://www.w3.org/TR/CSS21/ui.html#propdef-outline-color,http://www.w3.org/TR/CSS21/ui.html#dynamic-outlines 99a5e95d2160344ce8ddacec709eff090b70cfa9 `Microsoft`<http://www.microsoft.com/> Outline color inherit renders the correct outline color on the element.
|
|
outline-color-applies-to-001 Outline-color applied to element with display table-row-group http://www.w3.org/TR/CSS21/ui.html#propdef-outline-color,http://www.w3.org/TR/CSS21/ui.html#dynamic-outlines 271060f10d5c659d26cb3d4288de2d8c69726140 `Microsoft`<http://www.microsoft.com/> The 'outline-color' property applies to elements with a display of table-row-group.
|
|
outline-color-applies-to-002 Outline-color applied to element with display table-header-group http://www.w3.org/TR/CSS21/ui.html#propdef-outline-color,http://www.w3.org/TR/CSS21/ui.html#dynamic-outlines e0d632e933076adfe5f74b63e397b4a582632604 `Microsoft`<http://www.microsoft.com/> The 'outline-color' property applies to elements with a display of table-header-group.
|
|
outline-color-applies-to-003 Outline-color applied to element with display table-footer-group http://www.w3.org/TR/CSS21/ui.html#propdef-outline-color,http://www.w3.org/TR/CSS21/ui.html#dynamic-outlines 01e16c79cd7cfb9d64e6baa6c1af0a449997199a `Microsoft`<http://www.microsoft.com/> The 'outline-color' property applies to elements with a display of table-footer-group.
|
|
outline-color-applies-to-004 Outline-color applied to element with display table-row http://www.w3.org/TR/CSS21/ui.html#propdef-outline-color,http://www.w3.org/TR/CSS21/ui.html#dynamic-outlines 80080976763bd688e2e390e2aae4bd3cee318361 `Microsoft`<http://www.microsoft.com/> The 'outline-color' property applies to elements with a display of table-row.
|
|
outline-color-applies-to-005 Outline-color applied to element with display table-column-group http://www.w3.org/TR/CSS21/ui.html#propdef-outline-color,http://www.w3.org/TR/CSS21/ui.html#dynamic-outlines b89a02a4dd2b4f9fb55aa6c2f1032c77b2a5e52d `Microsoft`<http://www.microsoft.com/> The 'outline-color' property does not apply to elements with a display of table-column-group.
|
|
outline-color-applies-to-006 Outline-color applied to element with display table-column http://www.w3.org/TR/CSS21/ui.html#propdef-outline-color,http://www.w3.org/TR/CSS21/ui.html#dynamic-outlines 10571bf7c33bf3d53d4f0c62dea8ff350f695be9 `Microsoft`<http://www.microsoft.com/> The 'outline-color' property does not apply to elements with a display of table-column.
|
|
outline-color-applies-to-007 Outline-color applied to element with display table-cell http://www.w3.org/TR/CSS21/ui.html#propdef-outline-color,http://www.w3.org/TR/CSS21/ui.html#dynamic-outlines ae7d95546619c7fdb866162cf47dc5783e77b12e `Microsoft`<http://www.microsoft.com/> The 'outline-color' property applies to elements with a display of table-cell.
|
|
outline-color-applies-to-008 Outline-color applied to element with display inline http://www.w3.org/TR/CSS21/ui.html#propdef-outline-color,http://www.w3.org/TR/CSS21/ui.html#dynamic-outlines 6f5cfddf0ed9bf8c08273a025c6734f4c29cf695 `Microsoft`<http://www.microsoft.com/> The 'outline-color' property applies to elements with a display of inline.
|
|
outline-color-applies-to-009 Outline-color applied to element with display block http://www.w3.org/TR/CSS21/ui.html#propdef-outline-color,http://www.w3.org/TR/CSS21/ui.html#dynamic-outlines 601975bfe8d50bf91d8735bffdc56b58ece45ea3 `Microsoft`<http://www.microsoft.com/> The 'outline-color' property applies to elements with a display of block.
|
|
outline-color-applies-to-010 Outline-color applied to element with display list-item http://www.w3.org/TR/CSS21/ui.html#propdef-outline-color,http://www.w3.org/TR/CSS21/ui.html#dynamic-outlines fb0ebe0b1e1b61986ec2a31568680f40a749ab5a `Microsoft`<http://www.microsoft.com/> The 'outline-color' property applies to elements with a display of list-item.
|
|
outline-color-applies-to-011 Outline-color applied to element with display run-in http://www.w3.org/TR/CSS21/ui.html#propdef-outline-color,http://www.w3.org/TR/CSS21/ui.html#dynamic-outlines eb3a1ccff48485cddd5b0ec80c64a2d957104275 `Microsoft`<http://www.microsoft.com/> The 'outline-color' property applies to elements with a display of run-in.
|
|
outline-color-applies-to-012 Outline-color applied to element with display inline-block http://www.w3.org/TR/CSS21/ui.html#propdef-outline-color,http://www.w3.org/TR/CSS21/ui.html#dynamic-outlines 0460cb0095876600fbf530294b6dbd714ff91365 `Microsoft`<http://www.microsoft.com/> The 'outline-color' property applies to elements with a display of inline-block.
|
|
outline-color-applies-to-013 Outline-color applied to element with display table http://www.w3.org/TR/CSS21/ui.html#propdef-outline-color,http://www.w3.org/TR/CSS21/ui.html#dynamic-outlines 440f73e88e7c3cfada966a15beee82657809bd43 `Microsoft`<http://www.microsoft.com/> The 'outline-color' property applies to elements with a display of table.
|
|
outline-color-applies-to-014 Outline-color applied to element with display inline-table http://www.w3.org/TR/CSS21/ui.html#propdef-outline-color,http://www.w3.org/TR/CSS21/ui.html#dynamic-outlines cb961bbb6699eafd6d178e696a49de70dc85235c `Microsoft`<http://www.microsoft.com/> The 'outline-color' property applies to elements with a display of inline-table.
|
|
outline-color-applies-to-015 Outline-color applied to element with display table-caption http://www.w3.org/TR/CSS21/ui.html#propdef-outline-color,http://www.w3.org/TR/CSS21/ui.html#dynamic-outlines 1c015135d8233506931f12a48074db0dfa478035 `Microsoft`<http://www.microsoft.com/> The 'outline-color' property applies to elements with a display of table-caption.
|
|
outline-focus-001 Default outlines and interactive media groups interact,may http://www.w3.org/TR/CSS21/ui.html#outline-focus,http://www.w3.org/TR/CSS21/media.html#interactive-media-group,http://www.w3.org/TR/CSS21/selector.html#dynamic-pseudo-classes d65d55a1a4157a80ceadcb92597451079563205e `Microsoft`<http://www.microsoft.com/> Interactive media groups may show a focus outline to indicate that focus has been set on an element.
|
|
outline-individual-001 Outline-top is not valid invalid http://www.w3.org/TR/CSS21/ui.html#dynamic-outlines 3e71471c02eb11cfcc6e79fd8808ba754ecafa3b `Microsoft`<http://www.microsoft.com/> Outline does not support setting individual values for the outline like 'outline-top'.
|
|
outline-individual-002 Outline-left is not valid invalid http://www.w3.org/TR/CSS21/ui.html#dynamic-outlines 8113abf7d307eca8f60c2891782d1d97982968d3 `Microsoft`<http://www.microsoft.com/> Outline does not support setting individual values for the outline like 'outline-left'.
|
|
outline-individual-003 Outline-bottom is not valid invalid http://www.w3.org/TR/CSS21/ui.html#dynamic-outlines 642e84d7bd1e5d1e98e01d6c078988eee6a172d2 `Microsoft`<http://www.microsoft.com/> Outline does not support setting individual values for the outline like 'outline-bottom'.
|
|
outline-individual-004 Outline-right is not valid invalid http://www.w3.org/TR/CSS21/ui.html#dynamic-outlines 0823fc6b7667055a55bc6e1a62ed389e2bcf9165 `Microsoft`<http://www.microsoft.com/> Outline does not support setting individual values for the outline like 'outline-right'.
|
|
outline-layout-001 Outlines and box layout http://www.w3.org/TR/CSS21/ui.html#dynamic-outlines 219785b60e7ee1d96f6d6f8bf0543b6cec5de9ba `Microsoft`<http://www.microsoft.com/> Outlines do not affect box layout.
|
|
outline-layout-002 Outline and text layout http://www.w3.org/TR/CSS21/ui.html#dynamic-outlines 66adcae744cad10aa7b3aa7e961b5d9be235f3bd `Microsoft`<http://www.microsoft.com/> Outlines are visual indications that do not affect layout of other elements or text.
|
|
outline-layout-003 Outline and border placement may http://www.w3.org/TR/CSS21/ui.html#dynamic-outlines fb51ea8f5dc7acc7b15674c1fbf0e19d4a0c9484 `Microsoft`<http://www.microsoft.com/> Outline may be drawn directly outside of the border.
|
|
outline-layout-004 Outline is connected and closed http://www.w3.org/TR/CSS21/ui.html#dynamic-outlines b2d8a3a663ea8e405ba93522d4726a5169b170cf `Microsoft`<http://www.microsoft.com/> Outline is connected and encloses the appropriate content.
|
|
outline-layout-005 Outline is the same on all sides http://www.w3.org/TR/CSS21/ui.html#dynamic-outlines de41ec9b43edfb818c356a47eb7320897455f912 `Microsoft`<http://www.microsoft.com/> Outline is the same on all sides.
|
|
outline-layout-006 reference/outline-layout-006-ref outline - minimum that encloses all the element's boxes http://www.w3.org/TR/CSS21/ui.html#dynamic-outlines d026807b75a90e535ea0525bb0091d4a8aa1c0ec `Gérard Talbot`<http://www.gtalbot.org/BrowserBugsSection/css21testsuite/> The outline of an element is the minimum outline that encloses all the element's boxes.
|
|
outline-no-relayout-001 Outline-width is changed via script dom,interact http://www.w3.org/TR/CSS21/ui.html#dynamic-outlines 5f4a15b82d647a1c546007f5cc86a0ffa8bd8056 `Microsoft`<http://www.microsoft.com/> Scripts can change outline width, without causing a reflow.
|
|
outline-overlap-001 Outline overlaps with other elements http://www.w3.org/TR/CSS21/ui.html#dynamic-outlines e2de69c8652a9086c6188e810685acb06db085fe `Microsoft`<http://www.microsoft.com/> Outline can overlap with other elements.
|
|
outline-pseudo-selector-001 Outline specified with the ':focus' selector interact http://www.w3.org/TR/CSS21/ui.html#outline-focus f881d87785d587129c4f111d6bb4b366f7a579c7 `Microsoft`<http://www.microsoft.com/> Outline works with the ':focus' selectors.
|
|
outline-pseudo-selector-002 Outline specified with the ':hover' selector interact http://www.w3.org/TR/CSS21/ui.html#outline-focus e6e45ffb2fc10cfd231f40451dfafae872e0732c `Microsoft`<http://www.microsoft.com/> Outline works with the ':hover' selector.
|
|
outline-pseudo-selector-003 Outline specified with the ':active' selector interact http://www.w3.org/TR/CSS21/ui.html#outline-focus b6b9b38d233b4cac110284bc74cff7c15d7547e9 `Microsoft`<http://www.microsoft.com/> Outline works with the ':active' selectors.
|
|
outline-style-001 Outline-style set to 'none' http://www.w3.org/TR/CSS21/ui.html#propdef-outline-style,http://www.w3.org/TR/CSS21/ui.html#dynamic-outlines da334b9058c978b6524d3c101e7efc1004194f96 `Microsoft`<http://www.microsoft.com/> Outline style 'none' results in no outline.
|
|
outline-style-002 Outline-style set to 'dotted' http://www.w3.org/TR/CSS21/ui.html#propdef-outline-style,http://www.w3.org/TR/CSS21/ui.html#dynamic-outlines 00ab7636a2e44169e9743a74cc0bfc1ad8b38431 `Microsoft`<http://www.microsoft.com/> Outline style 'dotted' results in a dotted outline.
|
|
outline-style-003 Outline-style set to 'dashed' http://www.w3.org/TR/CSS21/ui.html#propdef-outline-style,http://www.w3.org/TR/CSS21/ui.html#dynamic-outlines d9a502d2aabe83afad5dd1eeac9264b7d4f2b514 `Microsoft`<http://www.microsoft.com/> Outline style 'dashed' results in a dashed outline.
|
|
outline-style-004 Outline-style set to 'solid' http://www.w3.org/TR/CSS21/ui.html#propdef-outline-style,http://www.w3.org/TR/CSS21/ui.html#dynamic-outlines 62afcda89ba75c14efd5aab6a61c41179ee89d88 `Microsoft`<http://www.microsoft.com/> Outline style 'solid' results in a solid outline.
|
|
outline-style-005 Outline-style set to 'double' http://www.w3.org/TR/CSS21/ui.html#propdef-outline-style,http://www.w3.org/TR/CSS21/ui.html#dynamic-outlines 6f4b7620f29c5b303a92559f80a3c38547e5bea2 `Microsoft`<http://www.microsoft.com/> Outline style 'double' results in a double-line outline.
|
|
outline-style-006 Outline-style set to 'groove' http://www.w3.org/TR/CSS21/ui.html#propdef-outline-style,http://www.w3.org/TR/CSS21/ui.html#dynamic-outlines db49bb84e183a1958ec32a029b00d4462312f3f9 `Microsoft`<http://www.microsoft.com/> Outline style 'groove' results in a carved outline.
|
|
outline-style-007 Outline-style set to 'ridge' http://www.w3.org/TR/CSS21/ui.html#propdef-outline-style,http://www.w3.org/TR/CSS21/ui.html#dynamic-outlines b962b2f013208caf3101f664b5825b95ae792489 `Microsoft`<http://www.microsoft.com/> Outline style 'ridge' results in a ridged outline (as if it were a bump around the box).
|
|
outline-style-008 Outline-style set to 'inset' http://www.w3.org/TR/CSS21/ui.html#propdef-outline-style,http://www.w3.org/TR/CSS21/ui.html#dynamic-outlines 036f18bbbdefb850486eaad86086a7348c7ae11b `Microsoft`<http://www.microsoft.com/> Outline style 'inset' results in a sunken box.
|
|
outline-style-009 Outline-style set to 'outset' http://www.w3.org/TR/CSS21/ui.html#propdef-outline-style,http://www.w3.org/TR/CSS21/ui.html#dynamic-outlines 2c73b087e949e8d54d78e32caa24e2c56c594b28 `Microsoft`<http://www.microsoft.com/> Outline style 'outset' results in a raised box.
|
|
outline-style-010 Outline-style set to 'inherit' http://www.w3.org/TR/CSS21/ui.html#propdef-outline-style,http://www.w3.org/TR/CSS21/ui.html#dynamic-outlines 5c0c62497a03bcbbc06f215a22ea04aacc48a76f `Microsoft`<http://www.microsoft.com/> Outline-style with value 'inherit' uses its parent's outline-style value.
|
|
outline-style-applies-to-001 Outline-style applied to element with display table-row-group http://www.w3.org/TR/CSS21/ui.html#propdef-outline-style,http://www.w3.org/TR/CSS21/ui.html#dynamic-outlines f9aa77c49b5d2f21e21fe1838ca9fab7f3d7aef3 `Microsoft`<http://www.microsoft.com/> The 'outline-style' property applies to elements with a display of table-row-group.
|
|
outline-style-applies-to-002 Outline-style applied to element with display table-header-group http://www.w3.org/TR/CSS21/ui.html#propdef-outline-style,http://www.w3.org/TR/CSS21/ui.html#dynamic-outlines 63480d82c4b0f0037d6f950dcea0d23ca0b2dd4e `Microsoft`<http://www.microsoft.com/> The 'outline-style' property applies to elements with a display of table-header-group.
|
|
outline-style-applies-to-003 Outline-style applied to element with display table-footer-group http://www.w3.org/TR/CSS21/ui.html#propdef-outline-style,http://www.w3.org/TR/CSS21/ui.html#dynamic-outlines 4b9e474a5b814a69d5c83746ee4b01b31096a49a `Microsoft`<http://www.microsoft.com/> The 'outline-style' property applies to elements with a display of table-footer-group.
|
|
outline-style-applies-to-004 Outline-style applied to element with display table-row http://www.w3.org/TR/CSS21/ui.html#propdef-outline-style,http://www.w3.org/TR/CSS21/ui.html#dynamic-outlines 15f30eeac95f00afbee6ca82038628a930b20a15 `Microsoft`<http://www.microsoft.com/> The 'outline-style' property applies to elements with a display of table-row.
|
|
outline-style-applies-to-005 Outline-style applied to element with display table-column-group http://www.w3.org/TR/CSS21/ui.html#propdef-outline-style,http://www.w3.org/TR/CSS21/ui.html#dynamic-outlines b3d4a283ebdbf0a66a9f05470a86fcf44faea739 `Microsoft`<http://www.microsoft.com/> The 'outline-style' property does not apply to elements with a display of table-column-group.
|
|
outline-style-applies-to-006 Outline-style applied to element with display table-column http://www.w3.org/TR/CSS21/ui.html#propdef-outline-style,http://www.w3.org/TR/CSS21/ui.html#dynamic-outlines 72b1449344023e3548a27d0df5f1f2275e31db32 `Microsoft`<http://www.microsoft.com/> The 'outline-style' property does not apply to elements with a display of table-column.
|
|
outline-style-applies-to-007 Outline-style applied to element with display table-cell http://www.w3.org/TR/CSS21/ui.html#propdef-outline-style,http://www.w3.org/TR/CSS21/ui.html#dynamic-outlines 45dbceb2f9baf80a00a696c6786d12391471509b `Microsoft`<http://www.microsoft.com/> The 'outline-style' property applies to elements with a display of table-cell.
|
|
outline-style-applies-to-008 Outline-style applied to element with display inline http://www.w3.org/TR/CSS21/ui.html#propdef-outline-style,http://www.w3.org/TR/CSS21/ui.html#dynamic-outlines ea252b5e26e929a6af55d6575eeb27f810687430 `Microsoft`<http://www.microsoft.com/> The 'outline-style' property applies to elements with a display of inline.
|
|
outline-style-applies-to-009 Outline-style applied to element with display block http://www.w3.org/TR/CSS21/ui.html#propdef-outline-style,http://www.w3.org/TR/CSS21/ui.html#dynamic-outlines 6f71e64f083140d22986794275cc8339e0fb5326 `Microsoft`<http://www.microsoft.com/> The 'outline-style' property applies to elements with a display of block.
|
|
outline-style-applies-to-010 Outline-style applied to element with display list-item http://www.w3.org/TR/CSS21/ui.html#propdef-outline-style,http://www.w3.org/TR/CSS21/ui.html#dynamic-outlines 3ca305d94e295797ae0015d475ef6a4847110590 `Microsoft`<http://www.microsoft.com/> The 'outline-style' property applies to elements with a display of list-item.
|
|
outline-style-applies-to-011 Outline-style applied to element with display run-in http://www.w3.org/TR/CSS21/ui.html#propdef-outline-style,http://www.w3.org/TR/CSS21/ui.html#dynamic-outlines 1b955345d47d3f6ed5cda4c14b28a267d86b48cb `Microsoft`<http://www.microsoft.com/> The 'outline-style' property applies to elements with a display of run-in.
|
|
outline-style-applies-to-012 Outline-style applied to element with display inline-block http://www.w3.org/TR/CSS21/ui.html#propdef-outline-style,http://www.w3.org/TR/CSS21/ui.html#dynamic-outlines d220b21db7fb5811e23af4c142e9d7796d91dd9e `Microsoft`<http://www.microsoft.com/> The 'outline-style' property applies to elements with a display of inline-block.
|
|
outline-style-applies-to-013 Outline-style applied to element with display table http://www.w3.org/TR/CSS21/ui.html#propdef-outline-style,http://www.w3.org/TR/CSS21/ui.html#dynamic-outlines ae651da48c3dfb0a9dca55699de31a7542db6cb4 `Microsoft`<http://www.microsoft.com/> The 'outline-style' property applies to elements with a display of table.
|
|
outline-style-applies-to-014 Outline-style applied to element with display inline-table http://www.w3.org/TR/CSS21/ui.html#propdef-outline-style,http://www.w3.org/TR/CSS21/ui.html#dynamic-outlines 7f4dcc7608fb2f592c899b748bd15c30849c5675 `Microsoft`<http://www.microsoft.com/> The 'outline-style' property applies to elements with a display of inline-table.
|
|
outline-style-applies-to-015 Outline-style applied to element with display table-caption http://www.w3.org/TR/CSS21/ui.html#propdef-outline-style,http://www.w3.org/TR/CSS21/ui.html#dynamic-outlines 983cccf27f2065fd61f7c2d01faba9900a922692 `Microsoft`<http://www.microsoft.com/> The 'outline-style' property applies to elements with a display of table-caption.
|
|
outline-style-hidden-001 Outline-style set to 'hidden' invalid http://www.w3.org/TR/CSS21/ui.html#dynamic-outlines 1c3265fc3e1ddfdd3dfda0f7bc3311c943421d1c `Microsoft`<http://www.microsoft.com/> Outline style does not support the 'border-style' value of 'hidden'.
|
|
outline-width-001 Outline-width - outline the box with a -1px solid outline invalid http://www.w3.org/TR/CSS21/ui.html#propdef-outline-width,http://www.w3.org/TR/CSS21/ui.html#dynamic-outlines befa477ebe0f7456a81c7e6fefaf97b423e67d8b `Microsoft`<http://www.microsoft.com/> The 'outline-width' property does not support a negative length value in pixels and is ignored.
|
|
outline-width-002 Outline-width set to a minimum value for pixels http://www.w3.org/TR/CSS21/ui.html#propdef-outline-width,http://www.w3.org/TR/CSS21/ui.html#dynamic-outlines cc227600cdc18dc1d1ae6dd20b4179151ae7bdc4 `Microsoft`<http://www.microsoft.com/> The 'outline-width' property supports a minimum length value in pixels that sets the width of the outline.
|
|
outline-width-003 Outline-width - outline the box with a 1px solid outline http://www.w3.org/TR/CSS21/ui.html#propdef-outline-width,http://www.w3.org/TR/CSS21/ui.html#dynamic-outlines ca2745109bbae0b373f72af8a1d5374f503b006b `Microsoft`<http://www.microsoft.com/> The 'outline-width' property supports a minimum plus one length value in pixels that sets the width of the outline.
|
|
outline-width-004 Outline-width - outline the box with a -0px solid outline http://www.w3.org/TR/CSS21/ui.html#propdef-outline-width,http://www.w3.org/TR/CSS21/ui.html#dynamic-outlines c2e45f6c454c4aaa5c2db94221f947dd762f5217 `Microsoft`<http://www.microsoft.com/> The 'outline-width' property supports a minimum length value in pixels that that has a minus sign before it.
|
|
outline-width-005 Outline-width - outline the box with a +0px solid outline http://www.w3.org/TR/CSS21/ui.html#propdef-outline-width,http://www.w3.org/TR/CSS21/ui.html#dynamic-outlines f0c7fd8a2b7c4c2b4870c298f2f2e9ef552ac571 `Microsoft`<http://www.microsoft.com/> The 'outline-width' property supports a minimum length value in pixels that that has a plus sign before it.
|
|
outline-width-006 Outline-width - outline the box with a 5px solid outline http://www.w3.org/TR/CSS21/ui.html#propdef-outline-width,http://www.w3.org/TR/CSS21/ui.html#dynamic-outlines 8156d9bdf52ffdbbe022eda8dc6d8ea044983465 `Microsoft`<http://www.microsoft.com/> The 'outline-width' property supports a nominal length value in pixels that sets the width of the outline.
|
|
outline-width-007 Outline-width - outline the box with a +5px solid outline http://www.w3.org/TR/CSS21/ui.html#propdef-outline-width,http://www.w3.org/TR/CSS21/ui.html#dynamic-outlines 8fee74b33189a71676e58c2df2f7208bf4269a0b `Microsoft`<http://www.microsoft.com/> The 'outline-width' property supports a nominal length value in pixels that has a plus sign before it.
|
|
outline-width-012 Outline-width with a minimum minus one value in points invalid http://www.w3.org/TR/CSS21/ui.html#propdef-outline-width,http://www.w3.org/TR/CSS21/ui.html#dynamic-outlines 8ba85d7788c71c2a52282ff9f27823f88e01832b `Microsoft`<http://www.microsoft.com/> The 'outline-width' property does not support a negative length value in points and is ignored.
|
|
outline-width-013 Outline-width with a minimum value in points http://www.w3.org/TR/CSS21/ui.html#propdef-outline-width,http://www.w3.org/TR/CSS21/ui.html#dynamic-outlines 452ff45bee8968d023f0fd784f1166b24e0d8ab8 `Microsoft`<http://www.microsoft.com/> The 'outline-width' property supports a minimum length value in points that sets the width of the outline.
|
|
outline-width-014 Outline-width with a minimum plus one value in points http://www.w3.org/TR/CSS21/ui.html#propdef-outline-width,http://www.w3.org/TR/CSS21/ui.html#dynamic-outlines fffacbc10ca743fc5253188d8d0911e4f66bb0d7 `Microsoft`<http://www.microsoft.com/> The 'outline-width' property supports a minimum plus one length value in points that sets the width of the outline.
|
|
outline-width-015 Outline-width with a negative minimum value in points http://www.w3.org/TR/CSS21/ui.html#propdef-outline-width,http://www.w3.org/TR/CSS21/ui.html#dynamic-outlines a69755711eaa3658528db366e3fe377d349d8faf `Microsoft`<http://www.microsoft.com/> The 'outline-width' property supports a minimum length value in points that that has a minus sign before it.
|
|
outline-width-016 Outline-width with a positive minimum value in points http://www.w3.org/TR/CSS21/ui.html#propdef-outline-width,http://www.w3.org/TR/CSS21/ui.html#dynamic-outlines 6352ce74c1b2345845891500257f47e77eb608c4 `Microsoft`<http://www.microsoft.com/> The 'outline-width' property supports a minimum length value in points that that has a plus sign before it.
|
|
outline-width-017 Outline-width - outline the box with a 5pt solid outline http://www.w3.org/TR/CSS21/ui.html#propdef-outline-width,http://www.w3.org/TR/CSS21/ui.html#dynamic-outlines ebbc34782adb7882e859d621aec373975abb2dbf `Microsoft`<http://www.microsoft.com/> The 'outline-width' property supports a nominal length value in points that sets the width of the outline.
|
|
outline-width-018 Outline-width - outline the box with a +5pt solid outline http://www.w3.org/TR/CSS21/ui.html#propdef-outline-width,http://www.w3.org/TR/CSS21/ui.html#dynamic-outlines 16619629459b8f63afb3339e06a1de447f1425b0 `Microsoft`<http://www.microsoft.com/> The 'outline-width' property supports a nominal length value in points that has a plus sign before it.
|
|
outline-width-023 Outline-width - outline the box with a -1pc solid outline invalid http://www.w3.org/TR/CSS21/ui.html#propdef-outline-width,http://www.w3.org/TR/CSS21/ui.html#dynamic-outlines 7ec5bb0eba76fd9e7c66da874f523f83638c3209 `Microsoft`<http://www.microsoft.com/> The 'outline-width' property does not support a negative length value in picas and is ignored.
|
|
outline-width-024 Outline-width - outline the box with a 0pc solid outline http://www.w3.org/TR/CSS21/ui.html#propdef-outline-width,http://www.w3.org/TR/CSS21/ui.html#dynamic-outlines 8a8940d616f02ca3f4ed7ec02d5661f7afd4c192 `Microsoft`<http://www.microsoft.com/> The 'outline-width' property supports a minimum length value in picas that sets the width of the outline.
|
|
outline-width-025 Outline-width - outline the box with a 1pc solid outline http://www.w3.org/TR/CSS21/ui.html#propdef-outline-width,http://www.w3.org/TR/CSS21/ui.html#dynamic-outlines 9709616b3ba9eb581f714b517bbc8daff91f3403 `Microsoft`<http://www.microsoft.com/> The 'outline-width' property supports a minimum plus one length value in picas that sets the width of the outline.
|
|
outline-width-026 Outline-width - outline the box with a -0pc solid outline http://www.w3.org/TR/CSS21/ui.html#propdef-outline-width,http://www.w3.org/TR/CSS21/ui.html#dynamic-outlines ec22e25116e6207fdaffe2bf5fa5b87f5a5b604f `Microsoft`<http://www.microsoft.com/> The 'outline-width' property supports a minimum length value in picas that that has a minus sign before it.
|
|
outline-width-027 Outline-width - outline the box with a +0pc solid outline http://www.w3.org/TR/CSS21/ui.html#propdef-outline-width,http://www.w3.org/TR/CSS21/ui.html#dynamic-outlines 9d6e14af0014b45762dab1afdeaab7093716f11d `Microsoft`<http://www.microsoft.com/> The 'outline-width' property supports a minimum length value in picas that that has a plus sign before it.
|
|
outline-width-028 Outline-width - outline the box with a 5pc solid outline http://www.w3.org/TR/CSS21/ui.html#propdef-outline-width,http://www.w3.org/TR/CSS21/ui.html#dynamic-outlines 476731653f0cbacc47537419b0ec70017d5a19a9 `Microsoft`<http://www.microsoft.com/> The 'outline-width' property supports a nominal length value in picas that sets the width of the outline.
|
|
outline-width-029 Outline-width - outline the box with a +5pc solid outline http://www.w3.org/TR/CSS21/ui.html#propdef-outline-width,http://www.w3.org/TR/CSS21/ui.html#dynamic-outlines 02263eeae886d23ae69d95af4bda08accbbdcbe7 `Microsoft`<http://www.microsoft.com/> The 'outline-width' property supports a nominal length value in picas that has a plus sign before it.
|
|
outline-width-034 Outline-width - outline the box with a -1cm solid outline invalid http://www.w3.org/TR/CSS21/ui.html#propdef-outline-width,http://www.w3.org/TR/CSS21/ui.html#dynamic-outlines d322dd1990390cca5c07591afaea12f218569e07 `Microsoft`<http://www.microsoft.com/> The 'outline-width' property does not support a negative length value in centimeters and is ignored.
|
|
outline-width-035 Outline-width - outline the box with a 0cm solid outline http://www.w3.org/TR/CSS21/ui.html#propdef-outline-width,http://www.w3.org/TR/CSS21/ui.html#dynamic-outlines d119f0fcadac5bb2ab5cf9caefc61b82424c3ac0 `Microsoft`<http://www.microsoft.com/> The 'outline-width' property supports a minimum length value in centimeters that sets the width of the outline.
|
|
outline-width-036 Outline-width - outline the box with a 1cm solid outline http://www.w3.org/TR/CSS21/ui.html#propdef-outline-width,http://www.w3.org/TR/CSS21/ui.html#dynamic-outlines d34fdc2130c9e9240fd705fad05afd9412219c28 `Microsoft`<http://www.microsoft.com/> The 'outline-width' property supports a minimum plus one length value in centimeters that sets the width of the outline.
|
|
outline-width-037 Outline-width - outline the box with a -0cm solid outline http://www.w3.org/TR/CSS21/ui.html#propdef-outline-width,http://www.w3.org/TR/CSS21/ui.html#dynamic-outlines f497ad70bb001cf9b8d4a04a508170b9cdaebce3 `Microsoft`<http://www.microsoft.com/> The 'outline-width' property supports a minimum length value in centimeters that that has a minus sign before it.
|
|
outline-width-038 Outline-width - outline the box with a +0cm solid outline http://www.w3.org/TR/CSS21/ui.html#propdef-outline-width,http://www.w3.org/TR/CSS21/ui.html#dynamic-outlines d774fe99845c5f0c22e3dedf9fcce13adb13930f `Microsoft`<http://www.microsoft.com/> The 'outline-width' property supports a minimum length value in centimeters that that has a plus sign before it.
|
|
outline-width-039 Outline-width - outline the box with a 5cm solid outline http://www.w3.org/TR/CSS21/ui.html#propdef-outline-width,http://www.w3.org/TR/CSS21/ui.html#dynamic-outlines 02e2e8e4917fa34947ea9380642c2bff48c7e348 `Microsoft`<http://www.microsoft.com/> The 'outline-width' property supports a nominal length value in centimeters that sets the width of the outline.
|
|
outline-width-040 Outline-width - outline the box with a +5cm solid outline http://www.w3.org/TR/CSS21/ui.html#propdef-outline-width,http://www.w3.org/TR/CSS21/ui.html#dynamic-outlines af816c02cdb2ee875b25dd79cb4d5e7f9f9a75aa `Microsoft`<http://www.microsoft.com/> The 'outline-width' property supports a nominal length value in centimeters that has a plus sign before it.
|
|
outline-width-045 Outline-width - outline the box with a -1mm solid outline invalid http://www.w3.org/TR/CSS21/ui.html#propdef-outline-width,http://www.w3.org/TR/CSS21/ui.html#dynamic-outlines 0ebb1c6f84869626b62f219acdbc42a1e5efda0e `Microsoft`<http://www.microsoft.com/> The 'outline-width' property does not support a negative length value in millimeters and is ignored.
|
|
outline-width-046 Outline-width - outline the box with a 0mm solid outline http://www.w3.org/TR/CSS21/ui.html#propdef-outline-width,http://www.w3.org/TR/CSS21/ui.html#dynamic-outlines 7960818090c6ba10d0a164c8ac89bcae7077cdbd `Microsoft`<http://www.microsoft.com/> The 'outline-width' property supports a minimum length value in millimeters that sets the width of the outline.
|
|
outline-width-047 Outline-width - outline the box with a 1mm solid outline http://www.w3.org/TR/CSS21/ui.html#propdef-outline-width,http://www.w3.org/TR/CSS21/ui.html#dynamic-outlines 344df78ad51929a42c41325b25650a7e7006bbec `Microsoft`<http://www.microsoft.com/> The 'outline-width' property supports a minimum plus one length value in millimeters that sets the width of the outline.
|
|
outline-width-048 Outline-width - outline the box with a -0mm solid outline http://www.w3.org/TR/CSS21/ui.html#propdef-outline-width,http://www.w3.org/TR/CSS21/ui.html#dynamic-outlines ab1e0325a229226b268dca680cbd445785f65f3b `Microsoft`<http://www.microsoft.com/> The 'outline-width' property supports a minimum length value in millimeters that that has a minus sign before it.
|
|
outline-width-049 Outline-width - outline the box with a +0mm solid outline http://www.w3.org/TR/CSS21/ui.html#propdef-outline-width,http://www.w3.org/TR/CSS21/ui.html#dynamic-outlines 01d9fcfab42a607f6fcdcd1845acbd7d603a53bf `Microsoft`<http://www.microsoft.com/> The 'outline-width' property supports a minimum length value in millimeters that that has a plus sign before it.
|
|
outline-width-050 Outline-width - outline the box with a 5mm solid outline http://www.w3.org/TR/CSS21/ui.html#propdef-outline-width,http://www.w3.org/TR/CSS21/ui.html#dynamic-outlines 05c6aefeac65a4eb35ae2b65d54d9e435d1e689a `Microsoft`<http://www.microsoft.com/> The 'outline-width' property supports a nominal length value in millimeters that sets the width of the outline.
|
|
outline-width-051 Outline-width - outline the box with a +5mm solid outline http://www.w3.org/TR/CSS21/ui.html#propdef-outline-width,http://www.w3.org/TR/CSS21/ui.html#dynamic-outlines ca498ca5fe6e1264b3e90d538fd6edfe4a398dc2 `Microsoft`<http://www.microsoft.com/> The 'outline-width' property supports a nominal length value in millimeters that has a plus sign before it.
|
|
outline-width-056 Outline-width - outline the box with a -1in solid outline invalid http://www.w3.org/TR/CSS21/ui.html#propdef-outline-width,http://www.w3.org/TR/CSS21/ui.html#dynamic-outlines 7caa897feec400033e85670ee9ce8dce1006ecdd `Microsoft`<http://www.microsoft.com/> The 'outline-width' property does not support a negative length value in inches and is ignored.
|
|
outline-width-057 Outline-width - outline the box with a 0in solid outline http://www.w3.org/TR/CSS21/ui.html#propdef-outline-width,http://www.w3.org/TR/CSS21/ui.html#dynamic-outlines efab22d0acfc8deda4b3564357784b10d6d5f117 `Microsoft`<http://www.microsoft.com/> The 'outline-width' property supports a minimum length value in inches that sets the width of the outline.
|
|
outline-width-058 Outline-width - outline the box with a 1in solid outline http://www.w3.org/TR/CSS21/ui.html#propdef-outline-width,http://www.w3.org/TR/CSS21/ui.html#dynamic-outlines a0dfb9392633dbccccbfa5e6055ada676b03fa48 `Microsoft`<http://www.microsoft.com/> The 'outline-width' property supports a minimum plus one length value in inches that sets the width of the outline.
|
|
outline-width-059 Outline-width - outline the box with a -0in solid outline http://www.w3.org/TR/CSS21/ui.html#propdef-outline-width,http://www.w3.org/TR/CSS21/ui.html#dynamic-outlines a81a2769579c61724eddae80688577fdb6f9d3e3 `Microsoft`<http://www.microsoft.com/> The 'outline-width' property supports a minimum length value in inches that that has a minus sign before it.
|
|
outline-width-060 Outline-width - outline the box with a +0in solid outline http://www.w3.org/TR/CSS21/ui.html#propdef-outline-width,http://www.w3.org/TR/CSS21/ui.html#dynamic-outlines abadd757585f10b9e801410e4b688031d7cf48b4 `Microsoft`<http://www.microsoft.com/> The 'outline-width' property supports a minimum length value in inches that that has a plus sign before it.
|
|
outline-width-061 Outline-width - outline the box with a 2in solid outline http://www.w3.org/TR/CSS21/ui.html#propdef-outline-width,http://www.w3.org/TR/CSS21/ui.html#dynamic-outlines 6a07bea8b550a10968fb8dc248053b18049028ed `Microsoft`<http://www.microsoft.com/> The 'outline-width' property supports a nominal length value in inches that sets the width of the outline.
|
|
outline-width-062 Outline-width - outline the box with a +2in solid outline http://www.w3.org/TR/CSS21/ui.html#propdef-outline-width,http://www.w3.org/TR/CSS21/ui.html#dynamic-outlines 0356c25bd65f737c6a5baca3a2186f96650a20dc `Microsoft`<http://www.microsoft.com/> The 'outline-width' property supports a nominal length value in inches that has a plus sign before it.
|
|
outline-width-067 Outline-width - outline the box with a -1em solid outline invalid http://www.w3.org/TR/CSS21/ui.html#propdef-outline-width,http://www.w3.org/TR/CSS21/ui.html#dynamic-outlines 7076d9ed6c4e8b4887d16b3c73c12fded15b5df6 `Microsoft`<http://www.microsoft.com/> The 'outline-width' property does not support a negative length value in 'em' units and is ignored.
|
|
outline-width-068 Outline-width - outline the box with a 0em solid outline http://www.w3.org/TR/CSS21/ui.html#propdef-outline-width,http://www.w3.org/TR/CSS21/ui.html#dynamic-outlines 8e4da24207d3dc7ead2a8ddefb68eb8d4ed65ee9 `Microsoft`<http://www.microsoft.com/> The 'outline-width' property supports a minimum length value in 'em' units that sets the width of the outline.
|
|
outline-width-069 Outline-width - outline the box with a 1em solid outline http://www.w3.org/TR/CSS21/ui.html#propdef-outline-width,http://www.w3.org/TR/CSS21/ui.html#dynamic-outlines a6378aa132c275cc196ea39f9f6b8a46790d92c8 `Microsoft`<http://www.microsoft.com/> The 'outline-width' property supports a minimum plus one length value in 'em' units that sets the width of the outline.
|
|
outline-width-070 Outline-width - outline the box with a -0em solid outline http://www.w3.org/TR/CSS21/ui.html#propdef-outline-width,http://www.w3.org/TR/CSS21/ui.html#dynamic-outlines 70aad59ad66fed87627ec4689f074f8ad280d738 `Microsoft`<http://www.microsoft.com/> The 'outline-width' property supports a minimum length value in 'em' units that that has a minus sign before it.
|
|
outline-width-071 Outline-width - outline the box with a +0em solid outline http://www.w3.org/TR/CSS21/ui.html#propdef-outline-width,http://www.w3.org/TR/CSS21/ui.html#dynamic-outlines 718ee4777f9b53e15ab2e6646c3f62e56fa3b11b `Microsoft`<http://www.microsoft.com/> The 'outline-width' property supports a minimum length value in 'em' units that that has a plus sign before it.
|
|
outline-width-072 Outline-width - outline the box with a 5em solid outline http://www.w3.org/TR/CSS21/ui.html#propdef-outline-width,http://www.w3.org/TR/CSS21/ui.html#dynamic-outlines 8abe53cbc70f4343a09657c5f5d06e763b37c456 `Microsoft`<http://www.microsoft.com/> The 'outline-width' property supports a nominal length value in 'em' units that sets the width of the outline.
|
|
outline-width-073 Outline-width - outline the box with a +5em solid outline http://www.w3.org/TR/CSS21/ui.html#propdef-outline-width,http://www.w3.org/TR/CSS21/ui.html#dynamic-outlines 3389e342fcb78eaf7c549e16a7a97a4fe8a16c55 `Microsoft`<http://www.microsoft.com/> The 'outline-width' property supports a nominal length value in 'em' units that has a plus sign before it.
|
|
outline-width-078 Outline-width - outline the box with a -1ex solid outline invalid http://www.w3.org/TR/CSS21/ui.html#propdef-outline-width,http://www.w3.org/TR/CSS21/ui.html#dynamic-outlines 2a40133691cf30111d2b4230977983c43df61c82 `Microsoft`<http://www.microsoft.com/> The 'outline-width' property does not support a negative length value in 'ex' units and is ignored.
|
|
outline-width-079 Outline-width - outline the box with a 0ex solid outline http://www.w3.org/TR/CSS21/ui.html#propdef-outline-width,http://www.w3.org/TR/CSS21/ui.html#dynamic-outlines 97233524328ad55452e4489eaedfe3c0404992b2 `Microsoft`<http://www.microsoft.com/> The 'outline-width' property supports a minimum length value in 'ex' units that sets the width of the outline.
|
|
outline-width-080 Outline-width - outline the box with a 1ex solid outline http://www.w3.org/TR/CSS21/ui.html#propdef-outline-width,http://www.w3.org/TR/CSS21/ui.html#dynamic-outlines 2ff5a0490be0dc917f2ed0d6228139247f0b4bde `Microsoft`<http://www.microsoft.com/> The 'outline-width' property supports a minimum plus one length value in 'ex' units that sets the width of the outline.
|
|
outline-width-081 Outline-width - outline the box with a -0ex solid outline http://www.w3.org/TR/CSS21/ui.html#propdef-outline-width,http://www.w3.org/TR/CSS21/ui.html#dynamic-outlines de373aa43a82b479967d49932625047164192306 `Microsoft`<http://www.microsoft.com/> The 'outline-width' property supports a minimum length value in 'ex' units that that has a minus sign before it.
|
|
outline-width-082 Outline-width - outline the box with a +0ex solid outline http://www.w3.org/TR/CSS21/ui.html#propdef-outline-width,http://www.w3.org/TR/CSS21/ui.html#dynamic-outlines 6622b0c5fb4d3a711538d20c5b0349e0c1ee4a78 `Microsoft`<http://www.microsoft.com/> The 'outline-width' property supports a minimum length value in 'ex' units that that has a plus sign before it.
|
|
outline-width-083 Outline-width - outline the box with a 5px solid outline http://www.w3.org/TR/CSS21/ui.html#propdef-outline-width,http://www.w3.org/TR/CSS21/ui.html#dynamic-outlines f90fe2f1566282b76d6b60c5070283008cdb0074 `Microsoft`<http://www.microsoft.com/> The 'outline-width' property supports a nominal length value in 'ex' units that sets the width of the outline.
|
|
outline-width-084 Outline-width - outline the box with a +5ex solid outline http://www.w3.org/TR/CSS21/ui.html#propdef-outline-width,http://www.w3.org/TR/CSS21/ui.html#dynamic-outlines e5925ca31fc292f7a05be27fd8341d131664d9f8 `Microsoft`<http://www.microsoft.com/> The 'outline-width' property supports a nominal length value in 'ex' units that has a plus sign before it.
|
|
outline-width-089 Outline-width - outline the box with a -0 solid outline http://www.w3.org/TR/CSS21/ui.html#propdef-outline-width,http://www.w3.org/TR/CSS21/ui.html#dynamic-outlines b77167c4b7b15c2086bfd42859c5c31a5a3e82a4 `Microsoft`<http://www.microsoft.com/> The 'outline-width' property supports a minimum length value with no units that has a minus sign before it.
|
|
outline-width-090 Outline-width - outline the box with a 0 solid outline http://www.w3.org/TR/CSS21/ui.html#propdef-outline-width,http://www.w3.org/TR/CSS21/ui.html#dynamic-outlines 2ab2b35e3418eaf992a3c95b730522f62717ddd8 `Microsoft`<http://www.microsoft.com/> The 'outline-width' property supports a minimum length value with no units.
|
|
outline-width-091 Outline-width - outline the box with a +0 solid outline http://www.w3.org/TR/CSS21/ui.html#propdef-outline-width,http://www.w3.org/TR/CSS21/ui.html#dynamic-outlines 9d87358f691407f9e4ac0b07df49f720b683c886 `Microsoft`<http://www.microsoft.com/> The 'outline-width' property supports a minimum length value with no units that has a plus sign before it.
|
|
outline-width-092 Outline-width - outline the box with a thin solid outline http://www.w3.org/TR/CSS21/ui.html#propdef-outline-width,http://www.w3.org/TR/CSS21/ui.html#dynamic-outlines 5eb649838150c92e4c6d0de71eceb9fd03b0e374 `Microsoft`<http://www.microsoft.com/> The 'outline-width' property supports a value of 'thin'.
|
|
outline-width-093 Outline-width - outline the box with a medium solid outline http://www.w3.org/TR/CSS21/ui.html#propdef-outline-width,http://www.w3.org/TR/CSS21/ui.html#dynamic-outlines eb9e066e838acc0224dad4c3e26e73fb0ac8c8c6 `Microsoft`<http://www.microsoft.com/> The 'outline-width' property supports a value of 'medium'.
|
|
outline-width-094 Outline-width - outline the box with a thick solid outline http://www.w3.org/TR/CSS21/ui.html#propdef-outline-width,http://www.w3.org/TR/CSS21/ui.html#dynamic-outlines 7c67804efda014dcbebc4078da1fa5e230663d95 `Microsoft`<http://www.microsoft.com/> The 'outline-width' property supports a value of 'thick'.
|
|
outline-width-095 Outline-width set to 'inherit' http://www.w3.org/TR/CSS21/ui.html#propdef-outline-width,http://www.w3.org/TR/CSS21/ui.html#dynamic-outlines 55251ee20f1ad6dc6fc9ac43d56190af1575ef1a `Microsoft`<http://www.microsoft.com/> The 'outline-width' property supports a value of 'inherit' and gets its computed value from its parent.
|
|
outline-width-096 outline-width - 'outline-style: none' and inherit http://www.w3.org/TR/CSS21/ui.html#dynamic-outlines 03566d3140174bdc71d9835d6fd0887b651f08a6 `Gérard Talbot`<http://www.gtalbot.org/BrowserBugsSection/css21testsuite/> The computed value of 'outline-width' property is '0' if 'outline-style' is 'none'
|
|
outline-width-applies-to-001 Outline-width applied to element with display table-row-group http://www.w3.org/TR/CSS21/ui.html#propdef-outline-width,http://www.w3.org/TR/CSS21/ui.html#dynamic-outlines a8370105a131b06ce723e1ac1f036aa0063801b4 `Microsoft`<http://www.microsoft.com/> The 'outline-width' property applies to elements with a display of table-row-group.
|
|
outline-width-applies-to-002 Outline-width applied to element with display table-header-group http://www.w3.org/TR/CSS21/ui.html#propdef-outline-width,http://www.w3.org/TR/CSS21/ui.html#dynamic-outlines a96ec413a9b7702470471a050658eef8c236693e `Microsoft`<http://www.microsoft.com/> The 'outline-width' property applies to elements with a display of table-header-group.
|
|
outline-width-applies-to-003 Outline-width applied to element with display table-footer-group http://www.w3.org/TR/CSS21/ui.html#propdef-outline-width,http://www.w3.org/TR/CSS21/ui.html#dynamic-outlines 2507c027082460f8ee52e4e963977a0bbf582993 `Microsoft`<http://www.microsoft.com/> The 'outline-width' property applies to elements with a display of table-footer-group.
|
|
outline-width-applies-to-004 Outline-width applied to element with display table-row http://www.w3.org/TR/CSS21/ui.html#propdef-outline-width,http://www.w3.org/TR/CSS21/ui.html#dynamic-outlines 05f56ca5ac9471c4170d7601be498ccf8a3747cf `Microsoft`<http://www.microsoft.com/> The 'outline-width' property applies to elements with a display of table-row.
|
|
outline-width-applies-to-005 Outline-width applied to element with display table-column-group http://www.w3.org/TR/CSS21/ui.html#propdef-outline-width,http://www.w3.org/TR/CSS21/ui.html#dynamic-outlines 7c42150dfd9feb66e6d023c9863b31d954ff457f `Microsoft`<http://www.microsoft.com/> The 'outline-width' property does not apply to elements with a display of table-column-group.
|
|
outline-width-applies-to-006 Outline-width applied to element with display table-column http://www.w3.org/TR/CSS21/ui.html#propdef-outline-width,http://www.w3.org/TR/CSS21/ui.html#dynamic-outlines f2bf5f82ef436f0299431a8236b8693ead3ae951 `Microsoft`<http://www.microsoft.com/> The 'outline-width' property does not apply to elements with a display of table-column.
|
|
outline-width-applies-to-007 Outline-width applied to element with display table-cell http://www.w3.org/TR/CSS21/ui.html#propdef-outline-width,http://www.w3.org/TR/CSS21/ui.html#dynamic-outlines 258c683944b503457a09b2dc46f2ee22d26985aa `Microsoft`<http://www.microsoft.com/> The 'outline-width' property applies to elements with a display of table-cell.
|
|
outline-width-applies-to-008 Outline-width applied to element with display inline http://www.w3.org/TR/CSS21/ui.html#propdef-outline-width,http://www.w3.org/TR/CSS21/ui.html#dynamic-outlines bbb3adeead4a883ab5b359cee3c8d201898d52df `Microsoft`<http://www.microsoft.com/> The 'outline-width' property applies to elements with a display of inline.
|
|
outline-width-applies-to-009 Outline-width applied to element with display block http://www.w3.org/TR/CSS21/ui.html#propdef-outline-width,http://www.w3.org/TR/CSS21/ui.html#dynamic-outlines ee3a3e21b9b6ae4a15bed946d6ae64be02c2af54 `Microsoft`<http://www.microsoft.com/> The 'outline-width' property applies to elements with a display of block.
|
|
outline-width-applies-to-010 Outline-width applied to element with display list-item http://www.w3.org/TR/CSS21/ui.html#propdef-outline-width,http://www.w3.org/TR/CSS21/ui.html#dynamic-outlines 4f13e56b8023238d4951bc74697669bd2c725b81 `Microsoft`<http://www.microsoft.com/> The 'outline-width' property applies to elements with a display of list-item.
|
|
outline-width-applies-to-011 Outline-width applied to element with display run-in http://www.w3.org/TR/CSS21/ui.html#propdef-outline-width,http://www.w3.org/TR/CSS21/ui.html#dynamic-outlines 617a0839b52db544259ca3c6b58dbaf6b470105c `Microsoft`<http://www.microsoft.com/> The 'outline-width' property applies to elements with a display of run-in.
|
|
outline-width-applies-to-012 Outline-width applied to element with display inline-block http://www.w3.org/TR/CSS21/ui.html#propdef-outline-width,http://www.w3.org/TR/CSS21/ui.html#dynamic-outlines b19984cc4b8ae7956406ccb0a2e596fa0b41b4a1 `Microsoft`<http://www.microsoft.com/> The 'outline-width' property applies to elements with a display of inline-block.
|
|
outline-width-applies-to-013 Outline-width applied to element with display table http://www.w3.org/TR/CSS21/ui.html#propdef-outline-width,http://www.w3.org/TR/CSS21/ui.html#dynamic-outlines 7512029dffcc003aac4d631ab9182b776f6a93c4 `Microsoft`<http://www.microsoft.com/> The 'outline-width' property applies to elements with a display of table.
|
|
outline-width-applies-to-014 Outline-width applied to element with display inline-table http://www.w3.org/TR/CSS21/ui.html#propdef-outline-width,http://www.w3.org/TR/CSS21/ui.html#dynamic-outlines 770ba1a2e58e6f86c9204073d77c15fa788a3b34 `Microsoft`<http://www.microsoft.com/> The 'outline-width' property applies to elements with a display of inline-table.
|
|
outline-width-applies-to-015 Outline-width applied to element with display table-caption http://www.w3.org/TR/CSS21/ui.html#propdef-outline-width,http://www.w3.org/TR/CSS21/ui.html#dynamic-outlines 4081a8e9d7d5e67c17979f47bd59999658959a7c `Microsoft`<http://www.microsoft.com/> The 'outline-width' property applies to elements with a display of table-caption.
|
|
overflow-001 Overflow set to 'visible' http://www.w3.org/TR/CSS21/visufx.html#propdef-overflow,http://www.w3.org/TR/CSS21/visufx.html#overflow 008009a6a087f390c5ea40bd7437a83e8bc7a41f `Microsoft`<http://www.microsoft.com/> The 'overflow' property set to 'visible' properly shows all content that extends beyond the containing element.
|
|
overflow-002 Overflow set to 'hidden' http://www.w3.org/TR/CSS21/visufx.html#propdef-overflow,http://www.w3.org/TR/CSS21/visufx.html#overflow fac9e1b75619497fb8b8b7bc1e9080d650a41397 `Microsoft`<http://www.microsoft.com/> The 'overflow' property set to 'hidden' properly hides all content that extends beyond the containing element.
|
|
overflow-003 Overflow set to 'scroll' interact http://www.w3.org/TR/CSS21/visufx.html#propdef-overflow,http://www.w3.org/TR/CSS21/visufx.html#overflow 7b873e1a09c8f2a9e6548ce601792fc102924dc1 `Microsoft`<http://www.microsoft.com/> The 'overflow' property set to 'scroll' properly applies a scrolling mechanism to access overflowing content.
|
|
overflow-004 Overflow set to 'auto' interact http://www.w3.org/TR/CSS21/visufx.html#propdef-overflow,http://www.w3.org/TR/CSS21/visufx.html#overflow 1ff7d9f4acd4098add9d463002e754220fe21fbf `Microsoft`<http://www.microsoft.com/> The 'overflow' property set to 'auto' properly applies a scrolling mechanism to access overflowing content.
|
|
overflow-005 Overflow set to 'inherit' interact http://www.w3.org/TR/CSS21/visufx.html#propdef-overflow,http://www.w3.org/TR/CSS21/visufx.html#overflow e59658a3486710dd18a4bee67b7d0049059ad3d8 `Microsoft`<http://www.microsoft.com/> The 'overflow' property set to 'inherit' properly inherits its value from its parent element.
|
|
overflow-006 Floats and overflow http://www.w3.org/TR/CSS21/visufx.html#overflow b4d80289d167fe941ba824174918831af446ef1b `Ian Hickson`<mailto:ian@hixie.ch>
|
|
overflow-007 margin and overflow interact http://www.w3.org/TR/CSS21/visufx.html#overflow d1086522145abf6eefece68695cd51b926956ae6 `Eira Monstad`<mailto:eiram@opera.com>,`Ian Hickson`<mailto:ian@hixie.ch>
|
|
overflow-008 margin and overflow interact http://www.w3.org/TR/CSS21/visufx.html#overflow d902b792642b44fb742db5c272310d62399e196f `Eira Monstad`<mailto:eiram@opera.com>,`Ian Hickson`<mailto:ian@hixie.ch>
|
|
overflow-ancestors-001 Overflow affect on children interact http://www.w3.org/TR/CSS21/visufx.html#overflow a1eef7937185b65f54cb7cc12a518d447eb63817 `Microsoft`<http://www.microsoft.com/> Overflow clipping does not affect elements which are ancestors to the element being clipped.
|
|
overflow-applies-to-001 reference/overflow-applies-to-001-ref overflow applied to elements with 'display' set to 'table-row-group' ahem http://www.w3.org/TR/CSS21/visufx.html#propdef-overflow,http://www.w3.org/TR/CSS21/visufx.html#overflow bbb575617149a4b2ca839e3cfb97e2f1f529b04b `Microsoft`<http://www.microsoft.com/> The 'overflow' property does not apply to elements with 'display' set to 'table-row-group'.
|
|
overflow-applies-to-002 reference/overflow-applies-to-001-ref overflow applied to elements with 'display' set to 'table-header-group' ahem http://www.w3.org/TR/CSS21/visufx.html#propdef-overflow,http://www.w3.org/TR/CSS21/visufx.html#overflow 88367f66c7ac797d27a2c701c5e341ec72431610 `Microsoft`<http://www.microsoft.com/> The 'overflow' property does not apply to elements with 'display' set to 'table-header-group'.
|
|
overflow-applies-to-003 reference/overflow-applies-to-001-ref overflow applied to elements with 'display' set to 'table-footer-group' ahem http://www.w3.org/TR/CSS21/visufx.html#propdef-overflow,http://www.w3.org/TR/CSS21/visufx.html#overflow 4bfebd3a8e08322bc1fab312d56b4cc64d2afc85 `Microsoft`<http://www.microsoft.com/> The 'overflow' property does not apply to elements with 'display' set to 'table-footer-group'.
|
|
overflow-applies-to-004 reference/overflow-applies-to-001-ref overflow applied to elements with 'display' set to 'table-row' ahem http://www.w3.org/TR/CSS21/visufx.html#propdef-overflow,http://www.w3.org/TR/CSS21/visufx.html#overflow aba63bd434e844fa73a3eb1bc25b4ec29c9f5115 `Microsoft`<http://www.microsoft.com/> The 'overflow' property does not apply to elements with 'display' set to 'table-row'.
|
|
overflow-applies-to-005 reference/overflow-applies-to-001-ref overflow applied to elements with 'display' set to 'table-column-group' ahem http://www.w3.org/TR/CSS21/visufx.html#propdef-overflow,http://www.w3.org/TR/CSS21/visufx.html#overflow 53803ae43b32cf313be7c2f635e4dcedd1bf3bc3 `Microsoft`<http://www.microsoft.com/> The 'overflow' property does not apply to elements with 'display' set to 'table-column-group'.
|
|
overflow-applies-to-006 reference/overflow-applies-to-001-ref overflow applied to elements with 'display' set to 'table-column' ahem http://www.w3.org/TR/CSS21/visufx.html#propdef-overflow,http://www.w3.org/TR/CSS21/visufx.html#overflow 65c59822197807ded388151693a4a9e88c608031 `Microsoft`<http://www.microsoft.com/> The 'overflow' property does not apply to elements with 'display' set to 'table-column'.
|
|
overflow-applies-to-007 reference/ref-if-there-is-no-red overflow applied to elements with 'display' set to 'table-cell' ahem http://www.w3.org/TR/CSS21/visufx.html#propdef-overflow,http://www.w3.org/TR/CSS21/visufx.html#overflow 05e3598ab1f8a89b61894cd908311b0699ae2773 `Microsoft`<http://www.microsoft.com/> The 'overflow' property applies to elements with 'display' set to 'table-cell'.
|
|
overflow-applies-to-008 reference/overflow-applies-to-001-ref overflow applied to elements with 'display' set to 'inline' ahem http://www.w3.org/TR/CSS21/visufx.html#propdef-overflow,http://www.w3.org/TR/CSS21/visufx.html#overflow 8617ff144108b1679a7bd7bffdbedd833551f442 `Microsoft`<http://www.microsoft.com/> The 'overflow' property does not apply to elements with 'display' set to 'inline'.
|
|
overflow-applies-to-009 reference/ref-if-there-is-no-red overflow applied to elements with 'display' set to 'block' ahem http://www.w3.org/TR/CSS21/visufx.html#propdef-overflow,http://www.w3.org/TR/CSS21/visufx.html#overflow 717bf7ff274be83175c495aceab1ea3a5cc1fff3 `Microsoft`<http://www.microsoft.com/> The 'overflow' property applies to elements with 'display' set to 'block'.
|
|
overflow-applies-to-010 overflow applied to elements with 'display' set to 'list-item' ahem http://www.w3.org/TR/CSS21/visufx.html#propdef-overflow,http://www.w3.org/TR/CSS21/visufx.html#overflow 40297b682b87073b6fdf8fb6ea19f4699be1977d `Microsoft`<http://www.microsoft.com/> The 'overflow' property applies to elements with 'display' set to 'list-item'.
|
|
overflow-applies-to-011 overflow applied to elements with 'display' set to 'run-in' ahem http://www.w3.org/TR/CSS21/visufx.html#propdef-overflow,http://www.w3.org/TR/CSS21/visufx.html#overflow 9c1b9303339b7186f14cb4493f3c8ca30e9d024f `Microsoft`<http://www.microsoft.com/> The 'overflow' property applies to elements with 'display' set to 'run-in'.
|
|
overflow-applies-to-012 reference/ref-if-there-is-no-red overflow applied to elements with 'display' set to 'inline-block' ahem http://www.w3.org/TR/CSS21/visufx.html#propdef-overflow,http://www.w3.org/TR/CSS21/visufx.html#overflow 3643a28d78d99c427b7fb4c7b673d0787477c609 `Microsoft`<http://www.microsoft.com/> The 'overflow' property applies to elements with 'display' set to 'inline-block'.
|
|
overflow-applies-to-013 reference/ref-if-there-is-no-red overflow applied to elements with 'display' set to 'table' ahem http://www.w3.org/TR/CSS21/visufx.html#propdef-overflow,http://www.w3.org/TR/CSS21/visufx.html#overflow f32853446be0649bcbf2ad5d370f85cf9f1a57fd `Microsoft`<http://www.microsoft.com/> The 'overflow' property applies to elements with 'display' set to 'table'.
|
|
overflow-applies-to-014 reference/ref-if-there-is-no-red overflow applied to elements with 'display' set to 'inline-table' ahem http://www.w3.org/TR/CSS21/visufx.html#propdef-overflow,http://www.w3.org/TR/CSS21/visufx.html#overflow 9dff4df7af0a5fd748bbf49d98ee9a49ddaf9441 `Microsoft`<http://www.microsoft.com/> The 'overflow' property applies to elements with 'display' set to 'inline-table'.
|
|
overflow-applies-to-015 reference/ref-if-there-is-no-red overflow applied to elements with 'display' set to 'table-caption' ahem http://www.w3.org/TR/CSS21/visufx.html#propdef-overflow,http://www.w3.org/TR/CSS21/visufx.html#overflow 442f3d24c0384de7ea16ff5eb82f46abcb88c8fb `Microsoft`<http://www.microsoft.com/> The 'overflow' property applies to elements with 'display' set to 'table-caption'.
|
|
overflow-html-body-001 Overflow on body propagates to viewport HTMLonly http://www.w3.org/TR/CSS21/visufx.html#overflow fe1965ac899fd53ea219d93a81049663904e20d2 `Microsoft`<http://www.microsoft.com/> An HTML user agent propagates the 'overflow' property from the 'body' to the viewport.
|
|
overflow-parent-001 Overflow hidden on root element http://www.w3.org/TR/CSS21/visufx.html#overflow 5e5665c2ad7fbd835b709512267113fbdb6b67fc `Microsoft`<http://www.microsoft.com/> Clipping does not affect elements where their parent is the viewport.
|
|
overflow-print-001 Overflow 'scroll' and printing may,paged http://www.w3.org/TR/CSS21/visufx.html#overflow 6084ae9d52fdc1d051372ae928be2d0fc0ece147 `Microsoft`<http://www.microsoft.com/> The 'overflow' property set to 'scroll' acts like 'visible' when element is printed.
|
|
overflow-root-001 Overflow on root propagates to viewport http://www.w3.org/TR/CSS21/visufx.html#overflow 2732f05f98602083e3cac47e147b2cf9a8ef8e6b `Microsoft`<http://www.microsoft.com/> The 'overflow' property set on the root propagates to the viewport.
|
|
overflow-scrollbar-001 Scrollbar placement in overflow scenario http://www.w3.org/TR/CSS21/visufx.html#overflow d24b02325ac910eea3e4a916687be3c794a0c248 `Microsoft`<http://www.microsoft.com/> The placement of the scrollbar is between the inner border edge and the outer padding edge.
|
|
overflow-visible-viewport-001 Overflow set to visible is interpreted as auto on viewport dom http://www.w3.org/TR/CSS21/visufx.html#overflow d91162ae2cbeebdf102246420a158c56cec3933d `Microsoft`<http://www.microsoft.com/> When 'overflow: visible' is set on the viewport it is interpreted as 'auto' but is still returns a computed value of 'visible'.
|
|
padding-001 reference/margin-001-ref Padding set using a single value http://www.w3.org/TR/CSS21/box.html#propdef-padding,http://www.w3.org/TR/CSS21/box.html#padding-properties 28a924fb7421b1c1faad746676d57ffecc9f8e95 `Microsoft`<http://www.microsoft.com/> The 'padding' property set using a single value properly assigns the same value to all sides.
|
|
padding-002 reference/margin-002-ref Padding set using two values http://www.w3.org/TR/CSS21/box.html#propdef-padding,http://www.w3.org/TR/CSS21/box.html#padding-properties dfadc18efaa847182440fcd6d996471621d98767 `Microsoft`<http://www.microsoft.com/> The 'padding' property set using two values properly assigns the first value to the top and bottom padding and the second value to the left and right padding.
|
|
padding-003 reference/margin-003-ref Padding set using three values http://www.w3.org/TR/CSS21/box.html#propdef-padding,http://www.w3.org/TR/CSS21/box.html#padding-properties 5fc571036f4804cf7e13c0bf355d2f58b2538898 `Microsoft`<http://www.microsoft.com/> The 'padding' property set using three values properly assigns the first value to the top padding, the second value to the left and right padding, and the third value to the bottom padding.
|
|
padding-004 reference/padding-004-ref Padding set using four values http://www.w3.org/TR/CSS21/box.html#propdef-padding,http://www.w3.org/TR/CSS21/box.html#padding-properties 4330400e78f7d477454570bb589e20ab0116a1ff `Microsoft`<http://www.microsoft.com/> The 'padding' property set using three values properly assigns the first value to the top padding, the second value to the left padding, the third value to the bottom padding, and the fourth value to the right padding.
|
|
padding-005 reference/padding-005-ref Padding inheriting one value http://www.w3.org/TR/CSS21/box.html#propdef-padding,http://www.w3.org/TR/CSS21/box.html#padding-properties ada0e35d7a92a672280e82172ed84f0240cc78be `Microsoft`<http://www.microsoft.com/> The 'padding' property set to 'inherit' and inheriting one value.
|
|
padding-006 reference/padding-006-ref Padding inheriting two values http://www.w3.org/TR/CSS21/box.html#propdef-padding,http://www.w3.org/TR/CSS21/box.html#padding-properties 34bada00e990cf71abed6c5b260f8d03e4b6cb85 `Microsoft`<http://www.microsoft.com/> The 'padding' property set to 'inherit' and inheriting two values.
|
|
padding-007 reference/padding-007-ref Padding inheriting three values http://www.w3.org/TR/CSS21/box.html#propdef-padding,http://www.w3.org/TR/CSS21/box.html#padding-properties 61797d61bb58b803b6bfb23a88f735318e601e09 `Microsoft`<http://www.microsoft.com/> The 'padding' property set to 'inherit' and inheriting three values.
|
|
padding-008 reference/padding-008-ref Padding inheriting four values http://www.w3.org/TR/CSS21/box.html#propdef-padding,http://www.w3.org/TR/CSS21/box.html#padding-properties bf97b9dffa880ee58208ebdde780f8b562adcc49 `Microsoft`<http://www.microsoft.com/> The 'padding' property set to 'inherit' and inheriting four values.
|
|
padding-009 reference/padding-009-ref CSS Parsing: Negative Padding invalid http://www.w3.org/TR/CSS21/syndata.html#length-units 26918a3eaa57903c699f8e06e2f795dc09821d98 `Ian Hickson`<mailto:ian@hixie.ch>
|
|
padding-applies-to-001 reference/margin-applies-to-001-ref Padding applied to element with display table-row-group http://www.w3.org/TR/CSS21/box.html#propdef-padding,http://www.w3.org/TR/CSS21/box.html#padding-properties e5be307111335ce773788a182820922dc25667fd `Microsoft`<http://www.microsoft.com/> The 'padding' property does not apply to elements with a display of table-row-group.
|
|
padding-applies-to-002 reference/margin-applies-to-001-ref Padding applied to element with display table-header-group http://www.w3.org/TR/CSS21/box.html#propdef-padding,http://www.w3.org/TR/CSS21/box.html#padding-properties 189af60bc3235c6d1d30914072dfc54f82447faf `Microsoft`<http://www.microsoft.com/> The 'padding' property does not apply to elements with a display of table-header-group.
|
|
padding-applies-to-003 reference/margin-applies-to-001-ref Padding applied to element with display table-footer-group http://www.w3.org/TR/CSS21/box.html#propdef-padding,http://www.w3.org/TR/CSS21/box.html#padding-properties 4ca5e3636188bbc7e0e57200a6d265b2102da001 `Microsoft`<http://www.microsoft.com/> The 'padding' property does not apply to elements with a display of table-footer-group.
|
|
padding-applies-to-004 reference/margin-applies-to-001-ref Padding applied to element with display table-row http://www.w3.org/TR/CSS21/box.html#propdef-padding,http://www.w3.org/TR/CSS21/box.html#padding-properties b84704ee696db9b10ca99c4c5cab66b52b253ce6 `Microsoft`<http://www.microsoft.com/> The 'padding' property does not apply to elements with a display of table-row.
|
|
padding-applies-to-005 reference/margin-applies-to-001-ref Padding applied to element with display table-column-group http://www.w3.org/TR/CSS21/box.html#propdef-padding,http://www.w3.org/TR/CSS21/box.html#padding-properties 9e4efcef304587231b66d1822cf62c8537e03de0 `Microsoft`<http://www.microsoft.com/> The 'padding' property does not apply to elements with a display of table-column-group.
|
|
padding-applies-to-006 reference/margin-applies-to-001-ref Padding applied to element with display table-column http://www.w3.org/TR/CSS21/box.html#propdef-padding,http://www.w3.org/TR/CSS21/box.html#padding-properties e266eae65535252c14333f2d271b543d5843c5f0 `Microsoft`<http://www.microsoft.com/> The 'padding' property does not apply to elements with a display of table-column.
|
|
padding-applies-to-007 reference/margin-applies-to-009-ref Padding applied to element with display table-cell http://www.w3.org/TR/CSS21/box.html#propdef-padding,http://www.w3.org/TR/CSS21/box.html#padding-properties eff48fffefaa73f984c04ea5b2b74875163953cb `Microsoft`<http://www.microsoft.com/> The 'padding' property applies to elements with a display of table-cell.
|
|
padding-applies-to-008 Padding applied to element with display inline http://www.w3.org/TR/CSS21/box.html#propdef-padding,http://www.w3.org/TR/CSS21/box.html#padding-properties 884d9bbbd26d4e00d4ef7060626e0dbd71cb6082 `Microsoft`<http://www.microsoft.com/> The 'padding' property applies to elements with a display of inline.
|
|
padding-applies-to-009 reference/margin-applies-to-009-ref Padding applied to element with display block http://www.w3.org/TR/CSS21/box.html#propdef-padding,http://www.w3.org/TR/CSS21/box.html#padding-properties b69b8f5cc1f2cc00ba93bb9cce9fc4aea841c039 `Microsoft`<http://www.microsoft.com/> The 'padding' property applies to elements with a display of block.
|
|
padding-applies-to-010 Padding applied to element with display list-item http://www.w3.org/TR/CSS21/box.html#propdef-padding,http://www.w3.org/TR/CSS21/box.html#padding-properties 8ecc03d90cf56f846abda1287594c32ed394eb73 `Microsoft`<http://www.microsoft.com/> The 'padding' property applies to elements with a display of list-item.
|
|
padding-applies-to-011 Padding applied to element with display run-in http://www.w3.org/TR/CSS21/box.html#propdef-padding,http://www.w3.org/TR/CSS21/box.html#padding-properties 99878cb9961630b9a2cc1c74f2b2ab154d8e078c `Microsoft`<http://www.microsoft.com/> The 'padding' property applies to elements with a display of run-in.
|
|
padding-applies-to-012 reference/margin-applies-to-009-ref Padding applied to element with display inline-block http://www.w3.org/TR/CSS21/box.html#propdef-padding,http://www.w3.org/TR/CSS21/box.html#padding-properties b1c100c037581db4c60f4021afffb677c2dcbb6a `Microsoft`<http://www.microsoft.com/> The 'padding' property applies to elements with a display of inline-block.
|
|
padding-applies-to-013 reference/margin-applies-to-009-ref Padding applied to element with display table http://www.w3.org/TR/CSS21/box.html#propdef-padding,http://www.w3.org/TR/CSS21/box.html#padding-properties f8810080fe070921928eecbb4800e04c29f71e6d `Microsoft`<http://www.microsoft.com/> The 'padding' property applies to elements with a display of table.
|
|
padding-applies-to-013a reference/ref-filled-green-100px-square Padding applied to element with display table and with a set width http://www.w3.org/TR/CSS21/tables.html#separated-borders,http://www.w3.org/TR/CSS21/box.html#padding-properties 4fa64b79273ad360a533336020e3a0fb7769a83e `Gérard Talbot`<http://www.gtalbot.org/BrowserBugsSection/css21testsuite/> The width of a CSS table is the distance from the left inner padding edge to the right inner padding edge: so the width of a CSS table does not include its padding area.
|
|
padding-applies-to-014 reference/margin-applies-to-009-ref Padding applied to element with display inline-table http://www.w3.org/TR/CSS21/box.html#propdef-padding,http://www.w3.org/TR/CSS21/box.html#padding-properties 9ddcdd7014e09e4d2670f7d2ddf954f8add225de `Microsoft`<http://www.microsoft.com/> The 'padding' property applies to elements with a display of inline-table.
|
|
padding-applies-to-015 reference/margin-applies-to-009-ref Padding applied to element with display table-caption http://www.w3.org/TR/CSS21/box.html#propdef-padding,http://www.w3.org/TR/CSS21/box.html#padding-properties e6aecd90f8dd00e44e105d051b7989349a46cda3 `Microsoft`<http://www.microsoft.com/> The 'padding' property applies to elements with a display of table-caption.
|
|
padding-applies-to-016 CSS Tables: Bottom Padding on Inline Children http://www.w3.org/TR/CSS21/box.html#padding-properties 84bcaeb00635e45fba2863c1e9cd633eb29ee1a6 `Ian Hickson`<mailto:ian@hixie.ch>
|
|
padding-applies-to-017 CSS Tables: Bottom Padding on Inline Children http://www.w3.org/TR/CSS21/box.html#padding-properties 77eb851bc52ecb9a57149f2d20b4bb38b43d6102 `Ian Hickson`<mailto:ian@hixie.ch>
|
|
padding-background-001 reference/padding-background-001-ref Padding background defined by the background property http://www.w3.org/TR/CSS21/box.html#padding-properties ee61284d1509c1ff69b7170a5bb7579b79c00ffb `Microsoft`<http://www.microsoft.com/> The background for the padding area is defined by the background property.
|
|
padding-bottom-001 reference/ref-no-vert-space-between Padding-bottom using pixels with a minimum minus one value, -1px invalid http://www.w3.org/TR/CSS21/box.html#propdef-padding-bottom,http://www.w3.org/TR/CSS21/box.html#padding-properties 18be51f7c2cd01175f2d7bf2d486341f47b74e4d `Microsoft`<http://www.microsoft.com/> The 'padding-bottom' property handles a minimum minus one length value in pixels.
|
|
padding-bottom-002 reference/ref-no-vert-space-between Padding-bottom using pixels with a minimum value, 0px http://www.w3.org/TR/CSS21/box.html#propdef-padding-bottom,http://www.w3.org/TR/CSS21/box.html#padding-properties d94af3f61c997745e5b27422a8acda2fa112dbe6 `Microsoft`<http://www.microsoft.com/> The 'padding-bottom' property handles a minimum length value in pixels.
|
|
padding-bottom-003 reference/margin-top-007-ref Padding-bottom using pixels with a minimum plus one value, 1px http://www.w3.org/TR/CSS21/box.html#propdef-padding-bottom,http://www.w3.org/TR/CSS21/box.html#padding-properties cd41e2e0cf1132efc5daa8468dbcb487e664aa63 `Microsoft`<http://www.microsoft.com/> The 'padding-bottom' property handles a minimum plus one length value in pixels.
|
|
padding-bottom-004 reference/ref-no-vert-space-between Padding-bottom using pixels with a negative zero value, -0px http://www.w3.org/TR/CSS21/box.html#propdef-padding-bottom,http://www.w3.org/TR/CSS21/box.html#padding-properties 80fd94799118a8be695bfa4e802e43905ef1014a `Microsoft`<http://www.microsoft.com/> The 'padding-bottom' property handles a negative zero length value in pixels.
|
|
padding-bottom-005 reference/ref-no-vert-space-between Padding-bottom using pixels with a positive zero value, +0px http://www.w3.org/TR/CSS21/box.html#propdef-padding-bottom,http://www.w3.org/TR/CSS21/box.html#padding-properties 3240f58b9b626ebe38deea04f22150d0df8e1381 `Microsoft`<http://www.microsoft.com/> The 'padding-bottom' property handles a positive zero length value in pixels.
|
|
padding-bottom-006 reference/margin-top-007-ref Padding-bottom using pixels with a nominal value, 96px http://www.w3.org/TR/CSS21/box.html#propdef-padding-bottom,http://www.w3.org/TR/CSS21/box.html#padding-properties e820c02797032f1d44c182f289fd7171b8e063b9 `Microsoft`<http://www.microsoft.com/> The 'padding-bottom' property handles a nominal length value in pixels.
|
|
padding-bottom-007 reference/margin-top-007-ref Padding-bottom using pixels with a nominal value with a plus sign, +96px http://www.w3.org/TR/CSS21/box.html#propdef-padding-bottom,http://www.w3.org/TR/CSS21/box.html#padding-properties d82e6a89333cd1b9989bc8e587cf4ce3323d3efa `Microsoft`<http://www.microsoft.com/> The 'padding-bottom' property handles a nominal length value in pixels with a plus sign.
|
|
padding-bottom-012 reference/ref-no-vert-space-between Padding-bottom using points with a minimum minus one value, -1pt invalid http://www.w3.org/TR/CSS21/box.html#propdef-padding-bottom,http://www.w3.org/TR/CSS21/box.html#padding-properties bf0739459bc2fbc462c43c6d9cd0796cfee3b18c `Microsoft`<http://www.microsoft.com/> The 'padding-bottom' property handles a minimum minus one length value in points.
|
|
padding-bottom-013 reference/ref-no-vert-space-between Padding-bottom using points with a minimum value, 0pt http://www.w3.org/TR/CSS21/box.html#propdef-padding-bottom,http://www.w3.org/TR/CSS21/box.html#padding-properties 55735cd8e76e83d578eca7016fb6ffaf57056455 `Microsoft`<http://www.microsoft.com/> The 'padding-bottom' property handles a minimum length value in points.
|
|
padding-bottom-014 reference/margin-top-043-ref Padding-bottom using points with a minimum plus one value, 1pt http://www.w3.org/TR/CSS21/box.html#propdef-padding-bottom,http://www.w3.org/TR/CSS21/box.html#padding-properties 0cadc10307a5ab5f31f280391daa8531e57ac98c `Microsoft`<http://www.microsoft.com/> The 'padding-bottom' property handles a minimum plus one length value in points.
|
|
padding-bottom-015 reference/ref-no-vert-space-between Padding-bottom using points with a negative zero value, -0pt http://www.w3.org/TR/CSS21/box.html#propdef-padding-bottom,http://www.w3.org/TR/CSS21/box.html#padding-properties 1ac0f35272810a0a22f26f62380041f10806951f `Microsoft`<http://www.microsoft.com/> The 'padding-bottom' property handles a negative zero length value in points.
|
|
padding-bottom-016 reference/ref-no-vert-space-between Padding-bottom using points with a positive zero value, +0pt http://www.w3.org/TR/CSS21/box.html#propdef-padding-bottom,http://www.w3.org/TR/CSS21/box.html#padding-properties c559fdf7535a3671cf7c63fcb0d4bc3eddf7f7a8 `Microsoft`<http://www.microsoft.com/> The 'padding-bottom' property handles a positive zero length value in points.
|
|
padding-bottom-017 reference/margin-top-019-ref Padding-bottom using points with a nominal value, 72pt http://www.w3.org/TR/CSS21/box.html#propdef-padding-bottom,http://www.w3.org/TR/CSS21/box.html#padding-properties 705d91811600473d471168d2fcdcd3de2c83e3f3 `Microsoft`<http://www.microsoft.com/> The 'padding-bottom' property handles a nominal length value in points.
|
|
padding-bottom-018 reference/margin-top-019-ref Padding-bottom using points with a nominal value with a plus sign, +72pt http://www.w3.org/TR/CSS21/box.html#propdef-padding-bottom,http://www.w3.org/TR/CSS21/box.html#padding-properties fc105b5c6bb7fbc8523377e1c6605f78d4d08244 `Microsoft`<http://www.microsoft.com/> The 'padding-bottom' property handles a nominal length value in points with a plus sign.
|
|
padding-bottom-023 reference/ref-no-vert-space-between Padding-bottom using picas with a minimum minus one value, -1pc invalid http://www.w3.org/TR/CSS21/box.html#propdef-padding-bottom,http://www.w3.org/TR/CSS21/box.html#padding-properties c1d18ba41235ac11ef9e34eddaf16c79092f8ae9 `Microsoft`<http://www.microsoft.com/> The 'padding-bottom' property handles a minimum minus one length value in picas.
|
|
padding-bottom-024 reference/ref-no-vert-space-between Padding-bottom using picas with a minimum value, 0pc http://www.w3.org/TR/CSS21/box.html#propdef-padding-bottom,http://www.w3.org/TR/CSS21/box.html#padding-properties 6cdd751a422db39d4c3e6f10aab565a407eac762 `Microsoft`<http://www.microsoft.com/> The 'padding-bottom' property handles a minimum length value in picas.
|
|
padding-bottom-025 reference/margin-top-031-ref Padding-bottom using picas with a minimum plus one value, 1pc http://www.w3.org/TR/CSS21/box.html#propdef-padding-bottom,http://www.w3.org/TR/CSS21/box.html#padding-properties 6635463648070b17f1f3fc99a352ba736e7455d9 `Microsoft`<http://www.microsoft.com/> The 'padding-bottom' property handles a minimum plus one length value in picas.
|
|
padding-bottom-026 reference/ref-no-vert-space-between Padding-bottom using picas with a negative zero value, -0pc http://www.w3.org/TR/CSS21/box.html#propdef-padding-bottom,http://www.w3.org/TR/CSS21/box.html#padding-properties c07bb55eb840a1c6cfa7ae368fa216a829ad6db1 `Microsoft`<http://www.microsoft.com/> The 'padding-bottom' property handles a negative zero length value in picas.
|
|
padding-bottom-027 reference/ref-no-vert-space-between Padding-bottom using picas with a positive zero value, +0pc http://www.w3.org/TR/CSS21/box.html#propdef-padding-bottom,http://www.w3.org/TR/CSS21/box.html#padding-properties cb1b00d268ae22b4293b600b7ee9afad55d8a333 `Microsoft`<http://www.microsoft.com/> The 'padding-bottom' property handles a positive zero length value in picas.
|
|
padding-bottom-028 reference/margin-top-031-ref Padding-bottom using picas with a nominal value, 6pc http://www.w3.org/TR/CSS21/box.html#propdef-padding-bottom,http://www.w3.org/TR/CSS21/box.html#padding-properties b11343c54f5f1dc360b9157abe67c7414541c3f2 `Microsoft`<http://www.microsoft.com/> The 'padding-bottom' property handles a nominal length value in picas.
|
|
padding-bottom-029 reference/margin-top-031-ref Padding-bottom using picas with a nominal value with a plus sign, +6pc http://www.w3.org/TR/CSS21/box.html#propdef-padding-bottom,http://www.w3.org/TR/CSS21/box.html#padding-properties 6e0c6a419d315598102b3961de7dfcc7ce2474dd `Microsoft`<http://www.microsoft.com/> The 'padding-bottom' property handles a nominal length value in picas with a plus sign.
|
|
padding-bottom-034 reference/ref-no-vert-space-between Padding-bottom using centimeters with a minimum minus one value, -1cm invalid http://www.w3.org/TR/CSS21/box.html#propdef-padding-bottom,http://www.w3.org/TR/CSS21/box.html#padding-properties e3ef77f228cd0fc68a86b969a4022ef4dc8eaf72 `Microsoft`<http://www.microsoft.com/> The 'padding-bottom' property handles a minimum minus one length value in centimeters.
|
|
padding-bottom-035 reference/ref-no-vert-space-between Padding-bottom using centimeters with a minimum value, 0cm http://www.w3.org/TR/CSS21/box.html#propdef-padding-bottom,http://www.w3.org/TR/CSS21/box.html#padding-properties 4ac06d81be7c49329d02acc6fad22f6a01f23b67 `Microsoft`<http://www.microsoft.com/> The 'padding-bottom' property handles a minimum length value in centimeters.
|
|
padding-bottom-036 Padding-bottom using centimeters with a minimum plus one value, 1cm http://www.w3.org/TR/CSS21/box.html#propdef-padding-bottom,http://www.w3.org/TR/CSS21/box.html#padding-properties 6c9cb29e9c1c7dff6a52fd36730417585646a635 `Microsoft`<http://www.microsoft.com/> The 'padding-bottom' property handles a minimum plus one length value in centimeters.
|
|
padding-bottom-037 reference/ref-no-vert-space-between Padding-bottom using centimeters with a negative zero value, -0cm http://www.w3.org/TR/CSS21/box.html#propdef-padding-bottom,http://www.w3.org/TR/CSS21/box.html#padding-properties 6c77fc72c6fb7114481523b5a84a6605418b55a6 `Microsoft`<http://www.microsoft.com/> The 'padding-bottom' property handles a negative zero length value in centimeters.
|
|
padding-bottom-038 reference/ref-no-vert-space-between Padding-bottom using centimeters with a positive zero value, +0cm http://www.w3.org/TR/CSS21/box.html#propdef-padding-bottom,http://www.w3.org/TR/CSS21/box.html#padding-properties e67400373eb35c9e0b6a997425ebd4f7afe66114 `Microsoft`<http://www.microsoft.com/> The 'padding-bottom' property handles a positive zero length value in centimeters.
|
|
padding-bottom-039 reference/margin-top-043-ref Padding-bottom using centimeters with a nominal value, 2.54cm http://www.w3.org/TR/CSS21/box.html#propdef-padding-bottom,http://www.w3.org/TR/CSS21/box.html#padding-properties fb45dff09a8ea451c2a235d237e00b8a913eac9b `Microsoft`<http://www.microsoft.com/> The 'padding-bottom' property handles a nominal length value in centimeters.
|
|
padding-bottom-040 reference/margin-top-043-ref Padding-bottom using centimeters with a nominal value with a plus sign, +2.54cm http://www.w3.org/TR/CSS21/box.html#propdef-padding-bottom,http://www.w3.org/TR/CSS21/box.html#padding-properties 145e91f46983103863b339fbf955f40736c2c111 `Microsoft`<http://www.microsoft.com/> The 'padding-bottom' property handles a nominal length value in centimeters with a plus sign.
|
|
padding-bottom-045 reference/ref-no-vert-space-between Padding-bottom using millimeters with a minimum minus one value, -1mm invalid http://www.w3.org/TR/CSS21/box.html#propdef-padding-bottom,http://www.w3.org/TR/CSS21/box.html#padding-properties 56e5970c4644bcb053f58699dedc73217571b4b0 `Microsoft`<http://www.microsoft.com/> The 'padding-bottom' property handles a minimum minus one length value in millimeters.
|
|
padding-bottom-046 reference/ref-no-vert-space-between Padding-bottom using millimeters with a minimum value, 0mm http://www.w3.org/TR/CSS21/box.html#propdef-padding-bottom,http://www.w3.org/TR/CSS21/box.html#padding-properties 67738e4c433efbd570d55b773abf62f79a0e782e `Microsoft`<http://www.microsoft.com/> The 'padding-bottom' property handles a minimum length value in millimeters.
|
|
padding-bottom-047 Padding-bottom using millimeters with a minimum plus one value, 1mm http://www.w3.org/TR/CSS21/box.html#propdef-padding-bottom,http://www.w3.org/TR/CSS21/box.html#padding-properties 3f7586df212f14ed8aae597f99eaf1dd67c3f975 `Microsoft`<http://www.microsoft.com/> The 'padding-bottom' property handles a minimum plus one length value in millimeters.
|
|
padding-bottom-048 reference/ref-no-vert-space-between Padding-bottom using millimeters with a negative zero value, -0mm http://www.w3.org/TR/CSS21/box.html#propdef-padding-bottom,http://www.w3.org/TR/CSS21/box.html#padding-properties d6c2ea32cdf1adbf64557626aa22a1db8215970f `Microsoft`<http://www.microsoft.com/> The 'padding-bottom' property handles a negative zero length value in millimeters.
|
|
padding-bottom-049 reference/ref-no-vert-space-between Padding-bottom using millimeters with a positive zero value, +0mm http://www.w3.org/TR/CSS21/box.html#propdef-padding-bottom,http://www.w3.org/TR/CSS21/box.html#padding-properties 27a6e99293d6f7367a8b5eab8591f9c59c33de1b `Microsoft`<http://www.microsoft.com/> The 'padding-bottom' property handles a positive zero length value in millimeters.
|
|
padding-bottom-050 reference/margin-top-043-ref Padding-bottom using millimeters with a nominal value, 25.4mm http://www.w3.org/TR/CSS21/box.html#propdef-padding-bottom,http://www.w3.org/TR/CSS21/box.html#padding-properties d8650c81dc0d1c3ac62f621b7c33d82b32d25d2b `Microsoft`<http://www.microsoft.com/> The 'padding-bottom' property handles a nominal length value in millimeters.
|
|
padding-bottom-051 reference/margin-top-043-ref Padding-bottom using millimeters with a nominal value with a plus sign, +25.4mm http://www.w3.org/TR/CSS21/box.html#propdef-padding-bottom,http://www.w3.org/TR/CSS21/box.html#padding-properties 6614205df5adf17dd72d129737ed900012475fd4 `Microsoft`<http://www.microsoft.com/> The 'padding-bottom' property handles a nominal length value in millimeters with a plus sign.
|
|
padding-bottom-056 reference/ref-no-vert-space-between Padding-bottom using inches with a minimum minus one value, -1in invalid http://www.w3.org/TR/CSS21/box.html#propdef-padding-bottom,http://www.w3.org/TR/CSS21/box.html#padding-properties 42cbf0b6a9a0a6428c8ce93f1e1ba2209cd96b1a `Microsoft`<http://www.microsoft.com/> The 'padding-bottom' property handles a minimum minus one length value in inches.
|
|
padding-bottom-057 reference/ref-no-vert-space-between Padding-bottom using inches with a minimum value, 0in http://www.w3.org/TR/CSS21/box.html#propdef-padding-bottom,http://www.w3.org/TR/CSS21/box.html#padding-properties b36f5c8df1db6c50f948754f5065e435632e8aac `Microsoft`<http://www.microsoft.com/> The 'padding-bottom' property handles a minimum length value in inches.
|
|
padding-bottom-058 reference/margin-top-043-ref Padding-bottom using inches with a minimum plus one value, 1in http://www.w3.org/TR/CSS21/box.html#propdef-padding-bottom,http://www.w3.org/TR/CSS21/box.html#padding-properties 075e7f90d1c69356a65c94d8b4dbb7fa7db02e3e `Microsoft`<http://www.microsoft.com/> The 'padding-bottom' property handles a minimum plus one length value in inches.
|
|
padding-bottom-059 reference/ref-no-vert-space-between Padding-bottom using inches with a negative zero value, -0in http://www.w3.org/TR/CSS21/box.html#propdef-padding-bottom,http://www.w3.org/TR/CSS21/box.html#padding-properties 3c9ebfe1cfec5ab5526d5061529c6d40083db4d7 `Microsoft`<http://www.microsoft.com/> The 'padding-bottom' property handles a negative zero length value in inches.
|
|
padding-bottom-060 reference/ref-no-vert-space-between Padding-bottom using inches with a positive zero value, +0in http://www.w3.org/TR/CSS21/box.html#propdef-padding-bottom,http://www.w3.org/TR/CSS21/box.html#padding-properties 72c5db75403a522e265ef8665337f4e91ecf00fa `Microsoft`<http://www.microsoft.com/> The 'padding-bottom' property handles a positive zero length value in inches.
|
|
padding-bottom-061 reference/margin-top-043-ref Padding-bottom using inches with a nominal value, 3in http://www.w3.org/TR/CSS21/box.html#propdef-padding-bottom,http://www.w3.org/TR/CSS21/box.html#padding-properties dd412ef26e20db2117cd11e51e87974389851ccb `Microsoft`<http://www.microsoft.com/> The 'padding-bottom' property handles a nominal length value in inches.
|
|
padding-bottom-062 reference/margin-top-043-ref Padding-bottom using inches with a nominal value with a plus sign, +3in http://www.w3.org/TR/CSS21/box.html#propdef-padding-bottom,http://www.w3.org/TR/CSS21/box.html#padding-properties 22aa2040fb987a2ebee66e437c09469961fae5e6 `Microsoft`<http://www.microsoft.com/> The 'padding-bottom' property handles a nominal length value in inches with a plus sign.
|
|
padding-bottom-067 reference/ref-no-vert-space-between Padding-bottom using 'em' units with a minimum minus one value, -1em ahem,invalid http://www.w3.org/TR/CSS21/box.html#propdef-padding-bottom,http://www.w3.org/TR/CSS21/box.html#padding-properties 2734f16e053177fb4e43c5cfe7e7d1b19423cfdd `Microsoft`<http://www.microsoft.com/> The 'padding-bottom' property handles a minimum minus one length value in 'em' units.
|
|
padding-bottom-068 reference/ref-no-vert-space-between Padding-bottom using 'em' units with a minimum value, 0em ahem http://www.w3.org/TR/CSS21/box.html#propdef-padding-bottom,http://www.w3.org/TR/CSS21/box.html#padding-properties bd48fa5ca05e4ebf9f7aa05ae526bf9ff1e6b553 `Microsoft`<http://www.microsoft.com/> The 'padding-bottom' property handles a minimum length value in 'em' units.
|
|
padding-bottom-069 reference/margin-top-079-ref Padding-bottom using 'em' units with a minimum plus one value, 1em ahem http://www.w3.org/TR/CSS21/box.html#propdef-padding-bottom,http://www.w3.org/TR/CSS21/box.html#padding-properties 98009b8151cf7e39eb8d5527665c073383671137 `Microsoft`<http://www.microsoft.com/> The 'padding-bottom' property handles a minimum plus one length value in 'em' units.
|
|
padding-bottom-070 reference/ref-no-vert-space-between Padding-bottom using 'em' units with a negative zero value, -0em ahem http://www.w3.org/TR/CSS21/box.html#propdef-padding-bottom,http://www.w3.org/TR/CSS21/box.html#padding-properties 34c22a9ae13c3a2bccaea771377d8a9ae0d4305c `Microsoft`<http://www.microsoft.com/> The 'padding-bottom' property handles a negative zero length value in 'em' units.
|
|
padding-bottom-071 reference/ref-no-vert-space-between Padding-bottom using 'em' units with a positive zero value, +0em ahem http://www.w3.org/TR/CSS21/box.html#propdef-padding-bottom,http://www.w3.org/TR/CSS21/box.html#padding-properties 53d1d52f76b9dc730d1ac0f396fccab0011fd7a0 `Microsoft`<http://www.microsoft.com/> The 'padding-bottom' property handles a positive zero length value in 'em' units.
|
|
padding-bottom-072 reference/margin-top-079-ref Padding-bottom using 'em' units with a nominal value, 6em ahem http://www.w3.org/TR/CSS21/box.html#propdef-padding-bottom,http://www.w3.org/TR/CSS21/box.html#padding-properties cd0b3eded06182c77c3c8d468211b5045ada54f2 `Microsoft`<http://www.microsoft.com/> The 'padding-bottom' property handles a nominal length value in 'em' units.
|
|
padding-bottom-073 reference/margin-top-079-ref Padding-bottom using 'em' units with a nominal value with a plus sign, +6em ahem http://www.w3.org/TR/CSS21/box.html#propdef-padding-bottom,http://www.w3.org/TR/CSS21/box.html#padding-properties c7cf338599613a79787a93482498d24f7d60442a `Microsoft`<http://www.microsoft.com/> The 'padding-bottom' property handles a nominal length value in 'em' units with a plus sign.
|
|
padding-bottom-078 reference/ref-no-vert-space-between Padding-bottom using 'ex' units with a minimum minus one value, -1ex ahem,invalid http://www.w3.org/TR/CSS21/box.html#propdef-padding-bottom,http://www.w3.org/TR/CSS21/box.html#padding-properties e2a13ca6484147bbc6ae53de45ccb9ee502deba2 `Microsoft`<http://www.microsoft.com/> The 'padding-bottom' property handles a minimum minus one length value in 'ex' units.
|
|
padding-bottom-079 reference/ref-no-vert-space-between Padding-bottom using 'ex' units with a minimum value, 0ex ahem http://www.w3.org/TR/CSS21/box.html#propdef-padding-bottom,http://www.w3.org/TR/CSS21/box.html#padding-properties 86bb4d74d6dbf363305bed6d2a3e430def5cd934 `Microsoft`<http://www.microsoft.com/> The 'padding-bottom' property handles a minimum length value in 'ex' units.
|
|
padding-bottom-080 reference/margin-top-031-ref Padding-bottom using 'ex' units with a minimum plus one value, 1ex ahem http://www.w3.org/TR/CSS21/box.html#propdef-padding-bottom,http://www.w3.org/TR/CSS21/box.html#padding-properties ef13e4f726730ad6498e70171c1d8e9903fbbfcf `Microsoft`<http://www.microsoft.com/> The 'padding-bottom' property handles a minimum plus one length value in 'ex' units.
|
|
padding-bottom-081 reference/ref-no-vert-space-between Padding-bottom using 'ex' units with a negative zero value, -0ex ahem http://www.w3.org/TR/CSS21/box.html#propdef-padding-bottom,http://www.w3.org/TR/CSS21/box.html#padding-properties 26a4cb5f3dbe60316b34dfcecc7b6b96c5de8698 `Microsoft`<http://www.microsoft.com/> The 'padding-bottom' property handles a negative zero length value in 'ex' units.
|
|
padding-bottom-082 reference/ref-no-vert-space-between Padding-bottom using 'ex' units with a positive zero value, +0ex ahem http://www.w3.org/TR/CSS21/box.html#propdef-padding-bottom,http://www.w3.org/TR/CSS21/box.html#padding-properties f0db0317ef25adffac550328aef1d6449c3c5f19 `Microsoft`<http://www.microsoft.com/> The 'padding-bottom' property handles a positive zero length value in 'ex' units.
|
|
padding-bottom-083 reference/margin-top-031-ref Padding-bottom using 'ex' units with a nominal value, 7.5ex ahem http://www.w3.org/TR/CSS21/box.html#propdef-padding-bottom,http://www.w3.org/TR/CSS21/box.html#padding-properties c8cdebb87c997e0201a98ce2882613bd91ff113d `Microsoft`<http://www.microsoft.com/> The 'padding-bottom' property handles a nominal length value in 'ex' units.
|
|
padding-bottom-084 reference/margin-top-031-ref Padding-bottom using 'ex' units with a nominal value with a plus sign, +7.5ex ahem http://www.w3.org/TR/CSS21/box.html#propdef-padding-bottom,http://www.w3.org/TR/CSS21/box.html#padding-properties 2f5419caf15cad88dd59ba9841de0fc9cabb9363 `Microsoft`<http://www.microsoft.com/> The 'padding-bottom' property handles a nominal length value in 'ex' units with a plus sign.
|
|
padding-bottom-089 reference/margin-bottom-100-ref Padding-bottom using percentage with a minimum minus one value, -1% invalid http://www.w3.org/TR/CSS21/box.html#propdef-padding-bottom,http://www.w3.org/TR/CSS21/box.html#padding-properties 9b36d6e7f20c115a82865e2ff03c264f32f8fdc1 `Microsoft`<http://www.microsoft.com/> The 'padding-bottom' property handles a minimum minus one length value in percentage.
|
|
padding-bottom-090 reference/margin-bottom-100-ref Padding-bottom using percentage with a minimum value, 0% http://www.w3.org/TR/CSS21/box.html#propdef-padding-bottom,http://www.w3.org/TR/CSS21/box.html#padding-properties 62048e6baa21aeb56197ed8230ebf737189a8613 `Microsoft`<http://www.microsoft.com/> The 'padding-bottom' property handles a minimum length value in percentage.
|
|
padding-bottom-091 reference/padding-bottom-091-ref Padding-bottom using percentage with a minimum plus one value, 1% http://www.w3.org/TR/CSS21/box.html#propdef-padding-bottom,http://www.w3.org/TR/CSS21/box.html#padding-properties 53a8d11d049c287d387562eb7e5ef7fc91db0628 `Microsoft`<http://www.microsoft.com/> The 'padding-bottom' property handles a minimum plus one length value in percentage.
|
|
padding-bottom-092 reference/margin-bottom-100-ref Padding-bottom using percentage with a negative zero value, -0% http://www.w3.org/TR/CSS21/box.html#propdef-padding-bottom,http://www.w3.org/TR/CSS21/box.html#padding-properties 953535f041baeb7b483b112d09b2bb8fafd6c87d `Microsoft`<http://www.microsoft.com/> The 'padding-bottom' property handles a negative zero length value in percentage.
|
|
padding-bottom-093 reference/margin-bottom-100-ref Padding-bottom using percentage with a positive zero value, +0% http://www.w3.org/TR/CSS21/box.html#propdef-padding-bottom,http://www.w3.org/TR/CSS21/box.html#padding-properties a2878e52e74efe3dcbb71f6d03b6787a5e4d27ef `Microsoft`<http://www.microsoft.com/> The 'padding-bottom' property handles a positive zero length value in percentage.
|
|
padding-bottom-094 reference/margin-top-103-ref Padding-bottom using percentage with a nominal value, 50% http://www.w3.org/TR/CSS21/box.html#propdef-padding-bottom,http://www.w3.org/TR/CSS21/box.html#padding-properties 9f247ca793c0dcdd8980450de6291c9ecc4034cc `Microsoft`<http://www.microsoft.com/> The 'padding-bottom' property handles a nominal length value in percentage.
|
|
padding-bottom-095 reference/margin-top-103-ref Padding-bottom using percentage with a nominal value with a plus sign, +50% http://www.w3.org/TR/CSS21/box.html#propdef-padding-bottom,http://www.w3.org/TR/CSS21/box.html#padding-properties 733e9ac78eb449f03f5bfed19b95f863b6eb7a19 `Microsoft`<http://www.microsoft.com/> The 'padding-bottom' property handles a nominal length value in percentage with a plus sign.
|
|
padding-bottom-100 reference/ref-no-vert-space-between Padding-bottom with a negative zero value and no units, -0 http://www.w3.org/TR/CSS21/box.html#propdef-padding-bottom,http://www.w3.org/TR/CSS21/box.html#padding-properties 238a84ef9a2edd2ee3506830a1451ecb940ec6b9 `Microsoft`<http://www.microsoft.com/> The 'padding-bottom' property handles a negative zero length value with no units.
|
|
padding-bottom-101 reference/ref-no-vert-space-between Padding-bottom with a zero value and no units, 0 http://www.w3.org/TR/CSS21/box.html#propdef-padding-bottom,http://www.w3.org/TR/CSS21/box.html#padding-properties 61cd6ff35b172cd097ecd2e45ca32399361d4c2a `Microsoft`<http://www.microsoft.com/> The 'padding-bottom' property handles a zero length value with no units.
|
|
padding-bottom-102 reference/ref-no-vert-space-between Padding-bottom with a positive zero value and no units, +0 http://www.w3.org/TR/CSS21/box.html#propdef-padding-bottom,http://www.w3.org/TR/CSS21/box.html#padding-properties aa4759a9d792047005c57fc4631b0d0edd4f8623 `Microsoft`<http://www.microsoft.com/> The 'padding-bottom' property handles a positive zero length value with no units.
|
|
padding-bottom-103 reference/padding-bottom-103-ref Padding-bottom using the 'inherit' value http://www.w3.org/TR/CSS21/box.html#propdef-padding-bottom,http://www.w3.org/TR/CSS21/box.html#padding-properties c1c311735bda7fb6e80123e5d7b9c4e5dd2e3f8d `Microsoft`<http://www.microsoft.com/> The 'padding-bottom' property handles the 'inherit' value.
|
|
padding-bottom-applies-to-001 reference/padding-bottom-applies-to-001-ref Padding-bottom applied to element with display table-row-group http://www.w3.org/TR/CSS21/box.html#propdef-padding-bottom,http://www.w3.org/TR/CSS21/box.html#padding-properties 054a7dfdb21f74e37ee9e1f12845f24c0bfd02c9 `Microsoft`<http://www.microsoft.com/> The 'padding-bottom' property does not apply to elements with a display of table-row-group.
|
|
padding-bottom-applies-to-002 reference/padding-bottom-applies-to-001-ref Padding-bottom applied to element with display table-header-group http://www.w3.org/TR/CSS21/box.html#propdef-padding-bottom,http://www.w3.org/TR/CSS21/box.html#padding-properties e1d60b4c1e0ed95d71a32650bdd55958c7bd26fb `Microsoft`<http://www.microsoft.com/> The 'padding-bottom' property does not apply to elements with a display of table-header-group.
|
|
padding-bottom-applies-to-003 reference/padding-bottom-applies-to-001-ref Padding-bottom applied to element with display table-footer-group http://www.w3.org/TR/CSS21/box.html#propdef-padding-bottom,http://www.w3.org/TR/CSS21/box.html#padding-properties 6f7f886c0418055aef63090abdb44fa4832403ac `Microsoft`<http://www.microsoft.com/> The 'padding-bottom' property does not apply to elements with a display of table-footer-group.
|
|
padding-bottom-applies-to-004 reference/padding-bottom-applies-to-001-ref Padding-bottom applied to element with display table-row http://www.w3.org/TR/CSS21/box.html#propdef-padding-bottom,http://www.w3.org/TR/CSS21/box.html#padding-properties 473f0115bc7b309a62e70e91795311169b7c5add `Microsoft`<http://www.microsoft.com/> The 'padding-bottom' property does not apply to elements with a display of table-row.
|
|
padding-bottom-applies-to-005 reference/padding-bottom-applies-to-001-ref Padding-bottom applied to element with display table-column-group http://www.w3.org/TR/CSS21/box.html#propdef-padding-bottom,http://www.w3.org/TR/CSS21/box.html#padding-properties 4c12123c3512f4724780edf8ab5d8412f4b6663a `Microsoft`<http://www.microsoft.com/> The 'padding-bottom' property does not apply to elements with a display of table-column-group.
|
|
padding-bottom-applies-to-006 reference/padding-bottom-applies-to-001-ref Padding-bottom applied to element with display table-column http://www.w3.org/TR/CSS21/box.html#propdef-padding-bottom,http://www.w3.org/TR/CSS21/box.html#padding-properties f5b40a27d2782dd12e471e9e77504df080b16bb3 `Microsoft`<http://www.microsoft.com/> The 'padding-bottom' property does not apply to elements with a display of table-column.
|
|
padding-bottom-applies-to-007 reference/padding-bottom-applies-to-007-ref Padding-bottom applied to element with display table-cell http://www.w3.org/TR/CSS21/box.html#propdef-padding-bottom,http://www.w3.org/TR/CSS21/box.html#padding-properties 943686123181a633b98a726f534a32517ca02db4 `Microsoft`<http://www.microsoft.com/> The 'padding-bottom' property applies to elements with a display of table-cell.
|
|
padding-bottom-applies-to-008 Padding-bottom applied to element with display inline http://www.w3.org/TR/CSS21/box.html#propdef-padding-bottom,http://www.w3.org/TR/CSS21/box.html#padding-properties 2b61f629f5cf0f21d04a4f0469a6ca2f8f2d3a29 `Microsoft`<http://www.microsoft.com/> The 'padding-bottom' property applies to elements with a display of inline.
|
|
padding-bottom-applies-to-009 reference/padding-bottom-applies-to-007-ref Padding-bottom applied to element with display block http://www.w3.org/TR/CSS21/box.html#propdef-padding-bottom,http://www.w3.org/TR/CSS21/box.html#padding-properties 839e7c1eb682468851086306d9797fb86a640866 `Microsoft`<http://www.microsoft.com/> The 'padding-bottom' property applies to elements with a display of block.
|
|
padding-bottom-applies-to-010 Padding-bottom applied to element with display list-item http://www.w3.org/TR/CSS21/box.html#propdef-padding-bottom,http://www.w3.org/TR/CSS21/box.html#padding-properties 800830e9b917d40857bef159e9cb20fd5d499c64 `Microsoft`<http://www.microsoft.com/> The 'padding-bottom' property applies to elements with a display of list-item.
|
|
padding-bottom-applies-to-011 Padding-bottom applied to element with display run-in http://www.w3.org/TR/CSS21/box.html#propdef-padding-bottom,http://www.w3.org/TR/CSS21/box.html#padding-properties 1d96fce67c470f68c5511f13a36988f0b05a1e20 `Microsoft`<http://www.microsoft.com/> The 'padding-bottom' property applies to elements with a display of run-in.
|
|
padding-bottom-applies-to-012 reference/padding-bottom-applies-to-007-ref Padding-bottom applied to element with display inline-block http://www.w3.org/TR/CSS21/box.html#propdef-padding-bottom,http://www.w3.org/TR/CSS21/box.html#padding-properties fc1e405821394c51fe61bced3489fda915b42f1c `Microsoft`<http://www.microsoft.com/> The 'padding-bottom' property applies to elements with a display of inline-block.
|
|
padding-bottom-applies-to-013 reference/padding-bottom-applies-to-007-ref Padding-bottom applied to element with display table http://www.w3.org/TR/CSS21/box.html#propdef-padding-bottom,http://www.w3.org/TR/CSS21/box.html#padding-properties b085b18775b51f8cefa28ec1801a06fc64f074c5 `Microsoft`<http://www.microsoft.com/> The 'padding-bottom' property applies to elements with a display of table.
|
|
padding-bottom-applies-to-014 reference/padding-bottom-applies-to-007-ref Padding-bottom applied to element with display inline-table http://www.w3.org/TR/CSS21/box.html#propdef-padding-bottom,http://www.w3.org/TR/CSS21/box.html#padding-properties c8955fa450dfb2b8d67c05caa045e4bb918ba8fe `Microsoft`<http://www.microsoft.com/> The 'padding-bottom' property applies to elements with a display of inline-table.
|
|
padding-bottom-applies-to-015 reference/padding-bottom-applies-to-007-ref Padding-bottom applied to element with display table-caption http://www.w3.org/TR/CSS21/box.html#propdef-padding-bottom,http://www.w3.org/TR/CSS21/box.html#padding-properties 4e0617fa189aca00b8b611a0564646df4f28c22e `Microsoft`<http://www.microsoft.com/> The 'padding-bottom' property applies to elements with a display of table-caption.
|
|
padding-em-inherit-001 reference/padding-em-inherit-001-ref inherit applied on padding set with em image http://www.w3.org/TR/CSS21/box.html#padding-properties,http://www.w3.org/TR/CSS21/syndata.html#length-units,http://www.w3.org/TR/CSS21/cascade.html#value-def-inherit cbad6532359ebecb0ff9b8cd2f1878023e6764b7 `Gérard Talbot`<http://www.gtalbot.org/BrowserBugsSection/css21testsuite/> The 'em' unit is equal to the computed value of the 'font-size' property of the element on which it is used. When inherit keyword is used, the property takes the same computed value - a length value in this testcase - as the property for the element's parent.
|
|
padding-left-001 reference/margin-left-004-ref Padding-left using pixels with a minimum minus one value, -1px invalid http://www.w3.org/TR/CSS21/box.html#propdef-padding-left,http://www.w3.org/TR/CSS21/box.html#padding-properties ee93b5424ca62afe9136422ed7dcdc8c87675af1 `Microsoft`<http://www.microsoft.com/> The 'padding-left' property handles a minimum minus one length value in pixels.
|
|
padding-left-002 reference/margin-left-004-ref Padding-left using pixels with a minimum value, 0px http://www.w3.org/TR/CSS21/box.html#propdef-padding-left,http://www.w3.org/TR/CSS21/box.html#padding-properties dff02b268556a926d687994578579f3d5a95a203 `Microsoft`<http://www.microsoft.com/> The 'padding-left' property handles a minimum length value in pixels.
|
|
padding-left-003 reference/margin-left-007-ref Padding-left using pixels with a minimum plus one value, 1px http://www.w3.org/TR/CSS21/box.html#propdef-padding-left,http://www.w3.org/TR/CSS21/box.html#padding-properties 2984440e2b7aa3caaf333942d08065de3e1cbb06 `Microsoft`<http://www.microsoft.com/> The 'padding-left' property handles a minimum plus one length value in pixels.
|
|
padding-left-004 reference/margin-left-004-ref Padding-left using pixels with a negative zero value, -0px http://www.w3.org/TR/CSS21/box.html#propdef-padding-left,http://www.w3.org/TR/CSS21/box.html#padding-properties b081193e4eecc62fa67cc8bcfa7acea8890e161c `Microsoft`<http://www.microsoft.com/> The 'padding-left' property handles a negative zero length value in pixels.
|
|
padding-left-005 reference/margin-left-004-ref Padding-left using pixels with a positive zero value, +0px http://www.w3.org/TR/CSS21/box.html#propdef-padding-left,http://www.w3.org/TR/CSS21/box.html#padding-properties 5344557d892adb91e095ca11df4abaa996b6808b `Microsoft`<http://www.microsoft.com/> The 'padding-left' property handles a positive zero length value in pixels.
|
|
padding-left-006 reference/margin-left-007-ref Padding-left using pixels with a nominal value, 96px http://www.w3.org/TR/CSS21/box.html#propdef-padding-left,http://www.w3.org/TR/CSS21/box.html#padding-properties e19ac34142b7b29380a291068dc718993de83396 `Microsoft`<http://www.microsoft.com/> The 'padding-left' property handles a nominal length value in pixels.
|
|
padding-left-007 reference/margin-left-007-ref Padding-left using pixels with a nominal value with a plus sign, +96px http://www.w3.org/TR/CSS21/box.html#propdef-padding-left,http://www.w3.org/TR/CSS21/box.html#padding-properties a7b2d6dce818618c18f7fe430b699c8dccfd8e52 `Microsoft`<http://www.microsoft.com/> The 'padding-left' property handles a nominal length value in pixels with a plus sign.
|
|
padding-left-012 reference/margin-left-004-ref Padding-left using points with a minimum minus one value, -1pt invalid http://www.w3.org/TR/CSS21/box.html#propdef-padding-left,http://www.w3.org/TR/CSS21/box.html#padding-properties 86272fdf6c6c4884b449650bfdfd4eae00ebf65c `Microsoft`<http://www.microsoft.com/> The 'padding-left' property handles a minimum minus one length value in points.
|
|
padding-left-013 reference/margin-left-004-ref Padding-left using points with a minimum value, 0pt http://www.w3.org/TR/CSS21/box.html#propdef-padding-left,http://www.w3.org/TR/CSS21/box.html#padding-properties bcc2972eb2282b44dbe6741e4e60306ec2f67d02 `Microsoft`<http://www.microsoft.com/> The 'padding-left' property handles a minimum length value in points.
|
|
padding-left-015 reference/margin-left-004-ref Padding-left using points with a negative zero value, -0pt http://www.w3.org/TR/CSS21/box.html#propdef-padding-left,http://www.w3.org/TR/CSS21/box.html#padding-properties 79be96a91d0a43638a5533dc153c0fd77c58a29a `Microsoft`<http://www.microsoft.com/> The 'padding-left' property handles a negative zero length value in points.
|
|
padding-left-016 reference/margin-left-004-ref Padding-left using points with a positive zero value, +0pt http://www.w3.org/TR/CSS21/box.html#propdef-padding-left,http://www.w3.org/TR/CSS21/box.html#padding-properties ed2ba3564b716bab4e19d43413b1e4cc0f24b07b `Microsoft`<http://www.microsoft.com/> The 'padding-left' property handles a positive zero length value in points.
|
|
padding-left-017 reference/margin-left-019-ref Padding-left using points with a nominal value, 72pt http://www.w3.org/TR/CSS21/box.html#propdef-padding-left,http://www.w3.org/TR/CSS21/box.html#padding-properties d280a0aecfb35346a50b521da9030ad999dca3dc `Microsoft`<http://www.microsoft.com/> The 'padding-left' property handles a nominal length value in points.
|
|
padding-left-018 reference/margin-left-019-ref Padding-left using points with a nominal value with a plus sign, +72pt http://www.w3.org/TR/CSS21/box.html#propdef-padding-left,http://www.w3.org/TR/CSS21/box.html#padding-properties 493fd7f0160bab44954feac790275e12dcd754df `Microsoft`<http://www.microsoft.com/> The 'padding-left' property handles a nominal length value in points with a plus sign.
|
|
padding-left-023 reference/margin-left-004-ref Padding-left using picas with a minimum minus one value, -1pc invalid http://www.w3.org/TR/CSS21/box.html#propdef-padding-left,http://www.w3.org/TR/CSS21/box.html#padding-properties 108eaf217d8a488f04c0771ded85c0420279d010 `Microsoft`<http://www.microsoft.com/> The 'padding-left' property handles a minimum minus one length value in picas.
|
|
padding-left-024 reference/margin-left-004-ref Padding-left using picas with a minimum value, 0pc http://www.w3.org/TR/CSS21/box.html#propdef-padding-left,http://www.w3.org/TR/CSS21/box.html#padding-properties 517bbe6efa26d345fce18be374d6077891b39cd6 `Microsoft`<http://www.microsoft.com/> The 'padding-left' property handles a minimum length value in picas.
|
|
padding-left-025 reference/margin-left-031-ref Padding-left using picas with a minimum plus one value, 1pc http://www.w3.org/TR/CSS21/box.html#propdef-padding-left,http://www.w3.org/TR/CSS21/box.html#padding-properties c9d55871ecceffa771e0d5578dd1d8a3ffc6485a `Microsoft`<http://www.microsoft.com/> The 'padding-left' property handles a minimum plus one length value in picas.
|
|
padding-left-026 reference/margin-left-004-ref Padding-left using picas with a negative zero value, -0pc http://www.w3.org/TR/CSS21/box.html#propdef-padding-left,http://www.w3.org/TR/CSS21/box.html#padding-properties aea9c93712a2b2ac1f2a43e8c78a21d53eeff8b8 `Microsoft`<http://www.microsoft.com/> The 'padding-left' property handles a negative zero length value in picas.
|
|
padding-left-027 reference/margin-left-004-ref Padding-left using picas with a positive zero value, +0pc http://www.w3.org/TR/CSS21/box.html#propdef-padding-left,http://www.w3.org/TR/CSS21/box.html#padding-properties e5bceb57b363b0442b7bdf7635e416f6a2590e6f `Microsoft`<http://www.microsoft.com/> The 'padding-left' property handles a positive zero length value in picas.
|
|
padding-left-028 reference/margin-left-031-ref Padding-left using picas with a nominal value, 6pc http://www.w3.org/TR/CSS21/box.html#propdef-padding-left,http://www.w3.org/TR/CSS21/box.html#padding-properties f83c26e2210d33aeadd75e086a5e33d90b370498 `Microsoft`<http://www.microsoft.com/> The 'padding-left' property handles a nominal length value in picas.
|
|
padding-left-029 reference/margin-left-031-ref Padding-left using picas with a nominal value with a plus sign, +6pc http://www.w3.org/TR/CSS21/box.html#propdef-padding-left,http://www.w3.org/TR/CSS21/box.html#padding-properties bec3174bc700c6d0271238d336cb7573aa7bf68f `Microsoft`<http://www.microsoft.com/> The 'padding-left' property handles a nominal length value in picas with a plus sign.
|
|
padding-left-034 reference/margin-left-004-ref Padding-left using centimeters with a minimum minus one value, -1cm invalid http://www.w3.org/TR/CSS21/box.html#propdef-padding-left,http://www.w3.org/TR/CSS21/box.html#padding-properties c05bb4507c432855f9d2bad699e9ee483a02411a `Microsoft`<http://www.microsoft.com/> The 'padding-left' property handles a minimum minus one length value in centimeters.
|
|
padding-left-035 reference/margin-left-004-ref Padding-left using centimeters with a minimum value, 0cm http://www.w3.org/TR/CSS21/box.html#propdef-padding-left,http://www.w3.org/TR/CSS21/box.html#padding-properties 3c360774937eb883b3ea712eb299ab39ca0fea1d `Microsoft`<http://www.microsoft.com/> The 'padding-left' property handles a minimum length value in centimeters.
|
|
padding-left-036 Padding-left using centimeters with a minimum plus one value, 1cm http://www.w3.org/TR/CSS21/box.html#propdef-padding-left,http://www.w3.org/TR/CSS21/box.html#padding-properties e94d87999904e7009b487883e126b83232918459 `Microsoft`<http://www.microsoft.com/> The 'padding-left' property handles a minimum plus one length value in centimeters.
|
|
padding-left-037 reference/margin-left-004-ref Padding-left using centimeters with a negative zero value, -0cm http://www.w3.org/TR/CSS21/box.html#propdef-padding-left,http://www.w3.org/TR/CSS21/box.html#padding-properties 62f210281941fe270d860b7780eb84e0620fd075 `Microsoft`<http://www.microsoft.com/> The 'padding-left' property handles a negative zero length value in centimeters.
|
|
padding-left-038 reference/margin-left-004-ref Padding-left using centimeters with a positive zero value, +0cm http://www.w3.org/TR/CSS21/box.html#propdef-padding-left,http://www.w3.org/TR/CSS21/box.html#padding-properties ee84838c4d9dd42624a7ba9bfca887b78388c368 `Microsoft`<http://www.microsoft.com/> The 'padding-left' property handles a positive zero length value in centimeters.
|
|
padding-left-039 reference/margin-left-043-ref Padding-left using centimeters with a nominal value, 2.54cm http://www.w3.org/TR/CSS21/box.html#propdef-padding-left,http://www.w3.org/TR/CSS21/box.html#padding-properties b8918ae204783126063c3e22da419f4a4032e016 `Microsoft`<http://www.microsoft.com/> The 'padding-left' property handles a nominal length value in centimeters.
|
|
padding-left-040 reference/margin-left-043-ref Padding-left using centimeters with a nominal value with a plus sign, +2.54cm http://www.w3.org/TR/CSS21/box.html#propdef-padding-left,http://www.w3.org/TR/CSS21/box.html#padding-properties b368b58cca18b353bd04a4dfc9a05d0e9c32320a `Microsoft`<http://www.microsoft.com/> The 'padding-left' property handles a nominal length value in centimeters with a plus sign.
|
|
padding-left-045 reference/margin-left-004-ref Padding-left using millimeters with a minimum minus one value, -1mm invalid http://www.w3.org/TR/CSS21/box.html#propdef-padding-left,http://www.w3.org/TR/CSS21/box.html#padding-properties 0b74747adf397aae332f770ca97f267c3e9cdf73 `Microsoft`<http://www.microsoft.com/> The 'padding-left' property handles a minimum minus one length value in millimeters.
|
|
padding-left-046 reference/margin-left-004-ref Padding-left using millimeters with a minimum value, 0mm http://www.w3.org/TR/CSS21/box.html#propdef-padding-left,http://www.w3.org/TR/CSS21/box.html#padding-properties 42d61ba1986c9f08ac816cc1f993d5d21c38b571 `Microsoft`<http://www.microsoft.com/> The 'padding-left' property handles a minimum length value in millimeters.
|
|
padding-left-047 Padding-left using millimeters with a minimum plus one value, 1mm http://www.w3.org/TR/CSS21/box.html#propdef-padding-left,http://www.w3.org/TR/CSS21/box.html#padding-properties bf4e18024fd2e874b29be61a7c727800238ce81f `Microsoft`<http://www.microsoft.com/> The 'padding-left' property handles a minimum plus one length value in millimeters.
|
|
padding-left-048 reference/margin-left-004-ref Padding-left using millimeters with a negative zero value, -0mm http://www.w3.org/TR/CSS21/box.html#propdef-padding-left,http://www.w3.org/TR/CSS21/box.html#padding-properties 63452a150a07467d91cd9d0a6f65ebb1ef19579e `Microsoft`<http://www.microsoft.com/> The 'padding-left' property handles a negative zero length value in millimeters.
|
|
padding-left-049 reference/margin-left-004-ref Padding-left using millimeters with a positive zero value, +0mm http://www.w3.org/TR/CSS21/box.html#propdef-padding-left,http://www.w3.org/TR/CSS21/box.html#padding-properties ca7526c9feb3ddf857ce648a61441ba3d15c170f `Microsoft`<http://www.microsoft.com/> The 'padding-left' property handles a positive zero length value in millimeters.
|
|
padding-left-050 reference/margin-left-043-ref Padding-left using millimeters with a nominal value, 25.4mm http://www.w3.org/TR/CSS21/box.html#propdef-padding-left,http://www.w3.org/TR/CSS21/box.html#padding-properties 089b72a820df142cb9bfa6515066e80d81874cb1 `Microsoft`<http://www.microsoft.com/> The 'padding-left' property handles a nominal length value in millimeters.
|
|
padding-left-051 reference/margin-left-043-ref Padding-left using millimeters with a nominal value with a plus sign, +25.4mm http://www.w3.org/TR/CSS21/box.html#propdef-padding-left,http://www.w3.org/TR/CSS21/box.html#padding-properties 252cd6de84ed8bc2bf87440adcc1acd9a2949277 `Microsoft`<http://www.microsoft.com/> The 'padding-left' property handles a nominal length value in millimeters with a plus sign.
|
|
padding-left-056 reference/margin-left-004-ref Padding-left using inches with a minimum minus one value, -1in invalid http://www.w3.org/TR/CSS21/box.html#propdef-padding-left,http://www.w3.org/TR/CSS21/box.html#padding-properties ba2eaff6c473e480dbaff35b1f62e0eb9b941004 `Microsoft`<http://www.microsoft.com/> The 'padding-left' property handles a minimum minus one length value in inches.
|
|
padding-left-057 reference/margin-left-004-ref Padding-left using inches with a minimum value, 0in http://www.w3.org/TR/CSS21/box.html#propdef-padding-left,http://www.w3.org/TR/CSS21/box.html#padding-properties 08a87b12bd0c8da841291c0853d21cbb8ec33e96 `Microsoft`<http://www.microsoft.com/> The 'padding-left' property handles a minimum length value in inches.
|
|
padding-left-058 reference/margin-left-043-ref Padding-left using inches with a minimum plus one value, 1in http://www.w3.org/TR/CSS21/box.html#propdef-padding-left,http://www.w3.org/TR/CSS21/box.html#padding-properties 08cec665833d7db5e85b24e46a75bf7ebb4f3e64 `Microsoft`<http://www.microsoft.com/> The 'padding-left' property handles a minimum plus one length value in inches.
|
|
padding-left-059 reference/margin-left-004-ref Padding-left using inches with a negative zero value, -0in http://www.w3.org/TR/CSS21/box.html#propdef-padding-left,http://www.w3.org/TR/CSS21/box.html#padding-properties 9debb4a5c90b234dec52777d5b3283c58848c4f7 `Microsoft`<http://www.microsoft.com/> The 'padding-left' property handles a negative zero length value in inches.
|
|
padding-left-060 reference/margin-left-004-ref Padding-left using inches with a positive zero value, +0in http://www.w3.org/TR/CSS21/box.html#propdef-padding-left,http://www.w3.org/TR/CSS21/box.html#padding-properties 7f9480ed0a5c0e746c73c759c5558654e85eb2b5 `Microsoft`<http://www.microsoft.com/> The 'padding-left' property handles a positive zero length value in inches.
|
|
padding-left-061 reference/margin-left-043-ref Padding-left using inches with a nominal value, 3in http://www.w3.org/TR/CSS21/box.html#propdef-padding-left,http://www.w3.org/TR/CSS21/box.html#padding-properties 441106aec1d215521bc47d703f8c0980423e8236 `Microsoft`<http://www.microsoft.com/> The 'padding-left' property handles a nominal length value in inches.
|
|
padding-left-062 reference/margin-left-043-ref Padding-left using inches with a nominal value with a plus sign, +3in http://www.w3.org/TR/CSS21/box.html#propdef-padding-left,http://www.w3.org/TR/CSS21/box.html#padding-properties de94caf7a0aebe60b429497a8ea500e927543732 `Microsoft`<http://www.microsoft.com/> The 'padding-left' property handles a nominal length value in inches with a plus sign.
|
|
padding-left-067 reference/margin-left-004-ref Padding-left using 'em' units with a minimum minus one value, -1em ahem,invalid http://www.w3.org/TR/CSS21/box.html#propdef-padding-left,http://www.w3.org/TR/CSS21/box.html#padding-properties 269caf3307a5b474f2670d08a80edfd68b9ec51d `Microsoft`<http://www.microsoft.com/> The 'padding-left' property handles a minimum minus one length value in 'em' units.
|
|
padding-left-068 reference/margin-left-004-ref Padding-left using 'em' units with a minimum value, 0em ahem http://www.w3.org/TR/CSS21/box.html#propdef-padding-left,http://www.w3.org/TR/CSS21/box.html#padding-properties b0d88c4e08218684e10e869a7f8d555c917f41fa `Microsoft`<http://www.microsoft.com/> The 'padding-left' property handles a minimum length value in 'em' units.
|
|
padding-left-069 reference/margin-left-079-ref Padding-left using 'em' units with a minimum plus one value, 1em ahem http://www.w3.org/TR/CSS21/box.html#propdef-padding-left,http://www.w3.org/TR/CSS21/box.html#padding-properties 78bc6c2c81d1a813e7bca56092a3b180f7f80b13 `Microsoft`<http://www.microsoft.com/> The 'padding-left' property handles a minimum plus one length value in 'em' units.
|
|
padding-left-070 reference/margin-left-004-ref Padding-left using 'em' units with a negative zero value, -0em ahem http://www.w3.org/TR/CSS21/box.html#propdef-padding-left,http://www.w3.org/TR/CSS21/box.html#padding-properties 1d2b8d40bfa09218cdb142b8c0a722532085b4d2 `Microsoft`<http://www.microsoft.com/> The 'padding-left' property handles a negative zero length value in 'em' units.
|
|
padding-left-071 reference/margin-left-004-ref Padding-left using 'em' units with a positive zero value, +0em ahem http://www.w3.org/TR/CSS21/box.html#propdef-padding-left,http://www.w3.org/TR/CSS21/box.html#padding-properties 85976a4ba7fe47e96ba0adbc73c115d426abe69e `Microsoft`<http://www.microsoft.com/> The 'padding-left' property handles a positive zero length value in 'em' units.
|
|
padding-left-072 reference/margin-left-079-ref Padding-left using 'em' units with a nominal value, 6em ahem http://www.w3.org/TR/CSS21/box.html#propdef-padding-left,http://www.w3.org/TR/CSS21/box.html#padding-properties 344fc510194c4a016b579d24805b2aefb772c4be `Microsoft`<http://www.microsoft.com/> The 'padding-left' property handles a nominal length value in 'em' units.
|
|
padding-left-073 reference/margin-left-079-ref Padding-left using 'em' units with a nominal value with a plus sign, +6em ahem http://www.w3.org/TR/CSS21/box.html#propdef-padding-left,http://www.w3.org/TR/CSS21/box.html#padding-properties a7ca75bd45f9a0fbc8c7a0106347381ed7006887 `Microsoft`<http://www.microsoft.com/> The 'padding-left' property handles a nominal length value in 'em' units with a plus sign.
|
|
padding-left-078 reference/margin-left-004-ref Padding-left using 'ex' units with a minimum minus one value, -1ex ahem,invalid http://www.w3.org/TR/CSS21/box.html#propdef-padding-left,http://www.w3.org/TR/CSS21/box.html#padding-properties 048375813c71e10da393234c8e52bb703e6fc44a `Microsoft`<http://www.microsoft.com/> The 'padding-left' property handles a minimum minus one length value in 'ex' units.
|
|
padding-left-079 reference/margin-left-004-ref Padding-left using 'ex' units with a minimum value, 0ex ahem http://www.w3.org/TR/CSS21/box.html#propdef-padding-left,http://www.w3.org/TR/CSS21/box.html#padding-properties 4cf4c1106fac21cfff698e43ba48dda535414fc9 `Microsoft`<http://www.microsoft.com/> The 'padding-left' property handles a minimum length value in 'ex' units.
|
|
padding-left-080 reference/margin-left-031-ref Padding-left using 'ex' units with a minimum plus one value, 1ex ahem http://www.w3.org/TR/CSS21/box.html#propdef-padding-left,http://www.w3.org/TR/CSS21/box.html#padding-properties 21e7af1caa1b7365169899658f73f44aadd4156c `Microsoft`<http://www.microsoft.com/> The 'padding-left' property handles a minimum plus one length value in 'ex' units.
|
|
padding-left-081 reference/margin-left-004-ref Padding-left using 'ex' units with a negative zero value, -0ex ahem http://www.w3.org/TR/CSS21/box.html#propdef-padding-left,http://www.w3.org/TR/CSS21/box.html#padding-properties 40929f5faf81f195a3916b2d3b8f497f5bd5a1f1 `Microsoft`<http://www.microsoft.com/> The 'padding-left' property handles a negative zero length value in 'ex' units.
|
|
padding-left-082 reference/margin-left-004-ref Padding-left using 'ex' units with a positive zero value, +0ex ahem http://www.w3.org/TR/CSS21/box.html#propdef-padding-left,http://www.w3.org/TR/CSS21/box.html#padding-properties c6065eaff8914f48b7fca7921d5f4b7038b5cc82 `Microsoft`<http://www.microsoft.com/> The 'padding-left' property handles a positive zero length value in 'ex' units.
|
|
padding-left-083 reference/margin-left-031-ref Padding-left using 'ex' units with a nominal value, 6ex ahem http://www.w3.org/TR/CSS21/box.html#propdef-padding-left,http://www.w3.org/TR/CSS21/box.html#padding-properties 04a8a522d66f85666823ad308810da5c3ad03c18 `Microsoft`<http://www.microsoft.com/> The 'padding-left' property handles a nominal length value in 'ex' units.
|
|
padding-left-084 reference/margin-left-031-ref Padding-left using 'ex' units with a nominal value with a plus sign, +6ex ahem http://www.w3.org/TR/CSS21/box.html#propdef-padding-left,http://www.w3.org/TR/CSS21/box.html#padding-properties 93bb82b45bf79acc17665f473cd323a24c5416cf `Microsoft`<http://www.microsoft.com/> The 'padding-left' property handles a nominal length value in 'ex' units with a plus sign.
|
|
padding-left-089 reference/margin-left-004-ref Padding-left using percentage with a minimum minus one value, -1% invalid http://www.w3.org/TR/CSS21/box.html#propdef-padding-left,http://www.w3.org/TR/CSS21/box.html#padding-properties 8bf6393f4d1f193912af8049b644b3fd7387362c `Microsoft`<http://www.microsoft.com/> The 'padding-left' property handles a minimum minus one length value in percentage.
|
|
padding-left-090 reference/margin-left-004-ref Padding-left using percentage with a minimum value, 0% http://www.w3.org/TR/CSS21/box.html#propdef-padding-left,http://www.w3.org/TR/CSS21/box.html#padding-properties fab83fa33f30c5d4797a19f0892006ebd5bf4f19 `Microsoft`<http://www.microsoft.com/> The 'padding-left' property handles a minimum length value in percentage.
|
|
padding-left-091 reference/padding-left-091-ref Padding-left using percentage with a minimum plus one value, 1% http://www.w3.org/TR/CSS21/box.html#propdef-padding-left,http://www.w3.org/TR/CSS21/box.html#padding-properties a9b11a148edd713024a2a2a8071f844aebc7ec51 `Microsoft`<http://www.microsoft.com/> The 'padding-left' property handles a minimum plus one length value in percentage.
|
|
padding-left-092 reference/margin-left-004-ref Padding-left using percentage with a negative zero value, -0% http://www.w3.org/TR/CSS21/box.html#propdef-padding-left,http://www.w3.org/TR/CSS21/box.html#padding-properties 65fc63d82f594c8084838922f634a8ec5d18ba8e `Microsoft`<http://www.microsoft.com/> The 'padding-left' property handles a negative zero length value in percentage.
|
|
padding-left-093 reference/margin-left-004-ref Padding-left using percentage with a positive zero value, +0% http://www.w3.org/TR/CSS21/box.html#propdef-padding-left,http://www.w3.org/TR/CSS21/box.html#padding-properties 1c5c62a2b677ba286abbd77d48d197875a366f8a `Microsoft`<http://www.microsoft.com/> The 'padding-left' property handles a positive zero length value in percentage.
|
|
padding-left-094 reference/margin-left-043-ref Padding-left using percentage with a nominal value, 50% http://www.w3.org/TR/CSS21/box.html#propdef-padding-left,http://www.w3.org/TR/CSS21/box.html#padding-properties 1ed97e09a8f2e95154a953595cc78271a6da4f84 `Microsoft`<http://www.microsoft.com/> The 'padding-left' property handles a nominal length value in percentage.
|
|
padding-left-095 reference/margin-left-043-ref Padding-left using percentage with a nominal value with a plus sign, +50% http://www.w3.org/TR/CSS21/box.html#propdef-padding-left,http://www.w3.org/TR/CSS21/box.html#padding-properties cfa5b5cee5f2a48a74e3980080f207e5a85bd2e2 `Microsoft`<http://www.microsoft.com/> The 'padding-left' property handles a nominal length value in percentage with a plus sign.
|
|
padding-left-100 reference/margin-left-004-ref Padding-left with a negative zero value and no units, -0 http://www.w3.org/TR/CSS21/box.html#propdef-padding-left,http://www.w3.org/TR/CSS21/box.html#padding-properties dda25def15d116e92c90da3564319499f1823148 `Microsoft`<http://www.microsoft.com/> The 'padding-left' property handles a negative zero length value with no units.
|
|
padding-left-101 reference/margin-left-004-ref Padding-left with a zero value and no units, 0 http://www.w3.org/TR/CSS21/box.html#propdef-padding-left,http://www.w3.org/TR/CSS21/box.html#padding-properties 3223eef4c06e36be8444f9b8e3c1276b689820b7 `Microsoft`<http://www.microsoft.com/> The 'padding-left' property handles a zero length value with no units.
|
|
padding-left-102 reference/margin-left-004-ref Padding-left with a positive zero value and no units, +0 http://www.w3.org/TR/CSS21/box.html#propdef-padding-left,http://www.w3.org/TR/CSS21/box.html#padding-properties 8d46be64b68b5fb06550a849e7c2a00d38191d97 `Microsoft`<http://www.microsoft.com/> The 'padding-left' property handles a positive zero length value with no units.
|
|
padding-left-103 reference/padding-left-103-ref Padding-left using the 'inherit' value http://www.w3.org/TR/CSS21/box.html#propdef-padding-left,http://www.w3.org/TR/CSS21/box.html#padding-properties 9eafc18161a3f266171d5c1072a8f76cf0d3b348 `Microsoft`<http://www.microsoft.com/> The 'padding-left' property handles the 'inherit' value.
|
|
padding-left-applies-to-001 reference/margin-left-applies-to-001-ref Padding-left applied to element with display table-row-group http://www.w3.org/TR/CSS21/box.html#propdef-padding-left,http://www.w3.org/TR/CSS21/box.html#padding-properties 37b81847189decebb5467dcb2e8b5c8c7026b89c `Microsoft`<http://www.microsoft.com/> The 'padding-left' property does not apply to elements with a display of table-row-group.
|
|
padding-left-applies-to-002 reference/margin-left-applies-to-001-ref Padding-left applied to element with display table-header-group http://www.w3.org/TR/CSS21/box.html#propdef-padding-left,http://www.w3.org/TR/CSS21/box.html#padding-properties cd5248123ae24305d277881dfbfbf0d735aa1edc `Microsoft`<http://www.microsoft.com/> The 'padding-left' property does not apply to elements with a display of table-header-group.
|
|
padding-left-applies-to-003 reference/margin-left-applies-to-001-ref Padding-left applied to element with display table-footer-group http://www.w3.org/TR/CSS21/box.html#propdef-padding-left,http://www.w3.org/TR/CSS21/box.html#padding-properties b660c8073d3eb7a66f125e7a2429fcf966f55fc0 `Microsoft`<http://www.microsoft.com/> The 'padding-left' property does not apply to elements with a display of table-footer-group.
|
|
padding-left-applies-to-004 reference/margin-left-applies-to-001-ref Padding-left applied to element with display table-row http://www.w3.org/TR/CSS21/box.html#propdef-padding-left,http://www.w3.org/TR/CSS21/box.html#padding-properties 6ae38b758aa3e10d85a7a2d56ed380602d0d64bf `Microsoft`<http://www.microsoft.com/> The 'padding-left' property does not apply to elements with a display of table-row.
|
|
padding-left-applies-to-005 reference/margin-left-applies-to-001-ref Padding-left applied to element with display table-column-group http://www.w3.org/TR/CSS21/box.html#propdef-padding-left,http://www.w3.org/TR/CSS21/box.html#padding-properties f2e384aec5f4145b1b11b3e563314e224089a37a `Microsoft`<http://www.microsoft.com/> The 'padding-left' property does not apply to elements with a display of table-column-group.
|
|
padding-left-applies-to-006 reference/margin-left-applies-to-001-ref Padding-left applied to element with display table-column http://www.w3.org/TR/CSS21/box.html#propdef-padding-left,http://www.w3.org/TR/CSS21/box.html#padding-properties 52113687c7578eba19d42f50aed680c18ef51cad `Microsoft`<http://www.microsoft.com/> The 'padding-left' property does not apply to elements with a display of table-column.
|
|
padding-left-applies-to-007 reference/margin-left-applies-to-009-ref Padding-left applied to element with display table-cell http://www.w3.org/TR/CSS21/box.html#propdef-padding-left,http://www.w3.org/TR/CSS21/box.html#padding-properties 76ff598ea747e363f079fb30fc974dfe059dcda9 `Microsoft`<http://www.microsoft.com/> The 'padding-left' property applies to elements with a display of table-cell.
|
|
padding-left-applies-to-008 Padding-left applied to element with display inline http://www.w3.org/TR/CSS21/box.html#propdef-padding-left,http://www.w3.org/TR/CSS21/box.html#padding-properties 110704445e5d139d41baba9f9eb8e11e3758ff1a `Microsoft`<http://www.microsoft.com/> The 'padding-left' property applies to elements with a display of inline.
|
|
padding-left-applies-to-009 reference/margin-left-applies-to-009-ref Padding-left applied to element with display block http://www.w3.org/TR/CSS21/box.html#propdef-padding-left,http://www.w3.org/TR/CSS21/box.html#padding-properties 1a483a64dbaa98181699b2654a5c399ab93d863f `Microsoft`<http://www.microsoft.com/> The 'padding-left' property applies to elements with a display of block.
|
|
padding-left-applies-to-010 Padding-left applied to element with display list-item http://www.w3.org/TR/CSS21/box.html#propdef-padding-left,http://www.w3.org/TR/CSS21/box.html#padding-properties c19635df16ca3940e72d51fae4c664a24a455aa3 `Microsoft`<http://www.microsoft.com/> The 'padding-left' property applies to elements with a display of list-item.
|
|
padding-left-applies-to-011 Padding-left applied to element with display run-in http://www.w3.org/TR/CSS21/box.html#propdef-padding-left,http://www.w3.org/TR/CSS21/box.html#padding-properties 6cadf77a03e661fa9be54a28842da41afde37b05 `Microsoft`<http://www.microsoft.com/> The 'padding-left' property applies to elements with a display of run-in.
|
|
padding-left-applies-to-012 reference/margin-left-applies-to-009-ref Padding-left applied to element with display inline-block http://www.w3.org/TR/CSS21/box.html#propdef-padding-left,http://www.w3.org/TR/CSS21/box.html#padding-properties 613da0460a19f901d62af0528a2c12c6970273e2 `Microsoft`<http://www.microsoft.com/> The 'padding-left' property applies to elements with a display of inline-block.
|
|
padding-left-applies-to-013 reference/margin-left-applies-to-009-ref Padding-left applied to element with display table http://www.w3.org/TR/CSS21/box.html#propdef-padding-left,http://www.w3.org/TR/CSS21/box.html#padding-properties 9d27fad36e1660552d8bf4c7eeb03cfa2dba5625 `Microsoft`<http://www.microsoft.com/> The 'padding-left' property applies to elements with a display of table.
|
|
padding-left-applies-to-014 reference/margin-left-applies-to-009-ref Padding-left applied to element with display inline-table http://www.w3.org/TR/CSS21/box.html#propdef-padding-left,http://www.w3.org/TR/CSS21/box.html#padding-properties 36331ec7bcee68c77a2a0299db88ce41d2b75d6a `Microsoft`<http://www.microsoft.com/> The 'padding-left' property applies to elements with a display of inline-table.
|
|
padding-left-applies-to-015 reference/margin-left-applies-to-009-ref Padding-left applied to element with display table-caption http://www.w3.org/TR/CSS21/box.html#propdef-padding-left,http://www.w3.org/TR/CSS21/box.html#padding-properties 8b44be8c54b354c05acb213b343353e6d71ba52a `Microsoft`<http://www.microsoft.com/> The 'padding-left' property applies to elements with a display of table-caption.
|
|
padding-percentage-inherit-001 reference/padding-percentage-inherit-001-ref padding - inherit applied on padding percentage image http://www.w3.org/TR/CSS21/box.html#padding-properties,http://www.w3.org/TR/CSS21/cascade.html#value-def-inherit 72d2f048aca2febd70b6e5e7a4eaafcb9502860b `Gérard Talbot`<http://www.gtalbot.org/BrowserBugsSection/css21testsuite/> A padding percentage is calculated with respect to the width of the generated box's containing block. When inherit keyword is used, the property takes the same computed value - a percentage value in this testcase - as the property for the element's parent.
|
|
padding-percentage-undefined-001 Padding with percentage determined by containing block http://www.w3.org/TR/CSS21/box.html#padding-properties 56236a70edc1dbb2d29fea59fae7d8d1949c1786 `Microsoft`<http://www.microsoft.com/> Potential circular reference cannot cause the user agent to crash or hang.
|
|
padding-right-001 reference/margin-left-004-ref Padding-right using pixels with a minimum minus one value, -1px invalid http://www.w3.org/TR/CSS21/box.html#propdef-padding-right,http://www.w3.org/TR/CSS21/box.html#padding-properties 80935401ef2b0f68a05e2271164d645656f8b3c2 `Microsoft`<http://www.microsoft.com/> The 'padding-right' property handles a minimum minus one length value in pixels.
|
|
padding-right-002 reference/margin-left-004-ref Padding-right using pixels with a minimum value, 0px http://www.w3.org/TR/CSS21/box.html#propdef-padding-right,http://www.w3.org/TR/CSS21/box.html#padding-properties f28ae55ee37c697b4ec2888b4c6a1aafade9702e `Microsoft`<http://www.microsoft.com/> The 'padding-right' property handles a minimum length value in pixels.
|
|
padding-right-003 reference/padding-right-003-ref Padding-right using pixels with a minimum plus one value, 1px http://www.w3.org/TR/CSS21/box.html#propdef-padding-right,http://www.w3.org/TR/CSS21/box.html#padding-properties b01412ffa6f2ca17b0be17af70114fa43b3148e3 `Microsoft`<http://www.microsoft.com/> The 'padding-right' property handles a minimum plus one length value in pixels.
|
|
padding-right-004 reference/margin-left-004-ref Padding-right using pixels with a negative zero value, -0px http://www.w3.org/TR/CSS21/box.html#propdef-padding-right,http://www.w3.org/TR/CSS21/box.html#padding-properties ae8c03a0d4a99fe356590a76362c2ae092113378 `Microsoft`<http://www.microsoft.com/> The 'padding-right' property handles a negative zero length value in pixels.
|
|
padding-right-005 reference/margin-left-004-ref Padding-right using pixels with a positive zero value, +0px http://www.w3.org/TR/CSS21/box.html#propdef-padding-right,http://www.w3.org/TR/CSS21/box.html#padding-properties d0fe41a721a84cb763494cc38560f3cbc9c31f57 `Microsoft`<http://www.microsoft.com/> The 'padding-right' property handles a positive zero length value in pixels.
|
|
padding-right-006 reference/padding-right-006-ref Padding-right using pixels with a nominal value, 96px http://www.w3.org/TR/CSS21/box.html#propdef-padding-right,http://www.w3.org/TR/CSS21/box.html#padding-properties 81fa0908725d112b417882e3afe6862081a3044e `Microsoft`<http://www.microsoft.com/> The 'padding-right' property handles a nominal length value in pixels.
|
|
padding-right-007 reference/padding-right-006-ref Padding-right using pixels with a nominal value with a plus sign, +96px http://www.w3.org/TR/CSS21/box.html#propdef-padding-right,http://www.w3.org/TR/CSS21/box.html#padding-properties 51fc1f5a8b95e156a8d6e4c244be9bd455441fab `Microsoft`<http://www.microsoft.com/> The 'padding-right' property handles a nominal length value in pixels with a plus sign.
|
|
padding-right-012 reference/margin-left-004-ref Padding-right using points with a minimum minus one value, -1pt invalid http://www.w3.org/TR/CSS21/box.html#propdef-padding-right,http://www.w3.org/TR/CSS21/box.html#padding-properties ea46b14193b29cd2433f3e5582bfeb5690b06c17 `Microsoft`<http://www.microsoft.com/> The 'padding-right' property handles a minimum minus one length value in points.
|
|
padding-right-013 reference/margin-left-004-ref Padding-right using points with a minimum value, 0pt http://www.w3.org/TR/CSS21/box.html#propdef-padding-right,http://www.w3.org/TR/CSS21/box.html#padding-properties fe8108d1cf265cef4385cfdee385f4f75ecefd7d `Microsoft`<http://www.microsoft.com/> The 'padding-right' property handles a minimum length value in points.
|
|
padding-right-015 reference/margin-left-004-ref Padding-right using points with a negative zero value, -0pt http://www.w3.org/TR/CSS21/box.html#propdef-padding-right,http://www.w3.org/TR/CSS21/box.html#padding-properties 101fae7984429a001ecd806439e549cbc5f48c6e `Microsoft`<http://www.microsoft.com/> The 'padding-right' property handles a negative zero length value in points.
|
|
padding-right-016 reference/margin-left-004-ref Padding-right using points with a positive zero value, +0pt http://www.w3.org/TR/CSS21/box.html#propdef-padding-right,http://www.w3.org/TR/CSS21/box.html#padding-properties 6af5ffdd378e3720edd335a2dea86b9cc2534957 `Microsoft`<http://www.microsoft.com/> The 'padding-right' property handles a positive zero length value in points.
|
|
padding-right-017 reference/padding-right-017-ref Padding-right using points with a nominal value, 72pt http://www.w3.org/TR/CSS21/box.html#propdef-padding-right,http://www.w3.org/TR/CSS21/box.html#padding-properties 12690027f05d47e9f02b3f3e69afcc790aa49b5f `Microsoft`<http://www.microsoft.com/> The 'padding-right' property handles a nominal length value in points.
|
|
padding-right-018 reference/padding-right-017-ref Padding-right using points with a nominal value with a plus sign, +72pt http://www.w3.org/TR/CSS21/box.html#propdef-padding-right,http://www.w3.org/TR/CSS21/box.html#padding-properties a2fb4a02220651e2ebf91b141723176f9a27c18e `Microsoft`<http://www.microsoft.com/> The 'padding-right' property handles a nominal length value in points with a plus sign.
|
|
padding-right-023 reference/margin-left-004-ref Padding-right using picas with a minimum minus one value, -1pc invalid http://www.w3.org/TR/CSS21/box.html#propdef-padding-right,http://www.w3.org/TR/CSS21/box.html#padding-properties dca91e137a2e915fb2da31a4e12b790fce5fe4ba `Microsoft`<http://www.microsoft.com/> The 'padding-right' property handles a minimum minus one length value in picas.
|
|
padding-right-024 reference/margin-left-004-ref Padding-right using picas with a minimum value, 0pc http://www.w3.org/TR/CSS21/box.html#propdef-padding-right,http://www.w3.org/TR/CSS21/box.html#padding-properties 3860b4a10e9f28875201ebc06d7483c6b7723866 `Microsoft`<http://www.microsoft.com/> The 'padding-right' property handles a minimum length value in picas.
|
|
padding-right-025 reference/padding-right-025-ref Padding-right using picas with a minimum plus one value, 1pc http://www.w3.org/TR/CSS21/box.html#propdef-padding-right,http://www.w3.org/TR/CSS21/box.html#padding-properties 32292925546159f0008dd1f1134360bd4f96775b `Microsoft`<http://www.microsoft.com/> The 'padding-right' property handles a minimum plus one length value in picas.
|
|
padding-right-026 reference/margin-left-004-ref Padding-right using picas with a negative zero value, -0pc http://www.w3.org/TR/CSS21/box.html#propdef-padding-right,http://www.w3.org/TR/CSS21/box.html#padding-properties 850e014a8afb2cd0485d1fadc1860cc34bb724d2 `Microsoft`<http://www.microsoft.com/> The 'padding-right' property handles a negative zero length value in picas.
|
|
padding-right-027 reference/margin-left-004-ref Padding-right using picas with a positive zero value, +0pc http://www.w3.org/TR/CSS21/box.html#propdef-padding-right,http://www.w3.org/TR/CSS21/box.html#padding-properties 546c027cd92fc62caf7dc8d0845c82df2cbafc5a `Microsoft`<http://www.microsoft.com/> The 'padding-right' property handles a positive zero length value in picas.
|
|
padding-right-028 reference/padding-right-028-ref Padding-right using picas with a nominal value, 6pc http://www.w3.org/TR/CSS21/box.html#propdef-padding-right,http://www.w3.org/TR/CSS21/box.html#padding-properties ea091cb39bc17185bafffa91b5347a9d11bd856d `Microsoft`<http://www.microsoft.com/> The 'padding-right' property handles a nominal length value in picas.
|
|
padding-right-029 reference/padding-right-028-ref Padding-right using picas with a nominal value with a plus sign, +6pc http://www.w3.org/TR/CSS21/box.html#propdef-padding-right,http://www.w3.org/TR/CSS21/box.html#padding-properties f41c4378e194fb00c32ecd43370c9cc8a39937c3 `Microsoft`<http://www.microsoft.com/> The 'padding-right' property handles a nominal length value in picas with a plus sign.
|
|
padding-right-034 reference/margin-left-004-ref Padding-right using centimeters with a minimum minus one value, -1cm invalid http://www.w3.org/TR/CSS21/box.html#propdef-padding-right,http://www.w3.org/TR/CSS21/box.html#padding-properties 48d46b0be68d3f5838f42ad936d5c033167b6352 `Microsoft`<http://www.microsoft.com/> The 'padding-right' property handles a minimum minus one length value in centimeters.
|
|
padding-right-035 reference/margin-left-004-ref Padding-right using centimeters with a minimum value, 0cm http://www.w3.org/TR/CSS21/box.html#propdef-padding-right,http://www.w3.org/TR/CSS21/box.html#padding-properties 7617e70b64f72b4ec35a605128364b45f910d6ce `Microsoft`<http://www.microsoft.com/> The 'padding-right' property handles a minimum length value in centimeters.
|
|
padding-right-036 Padding-right using centimeters with a minimum plus one value, 1cm http://www.w3.org/TR/CSS21/box.html#propdef-padding-right,http://www.w3.org/TR/CSS21/box.html#padding-properties 9e33962fa50aec1b9a1edd576295b07851d9f42f `Microsoft`<http://www.microsoft.com/> The 'padding-right' property handles a minimum plus one length value in centimeters.
|
|
padding-right-037 reference/margin-left-004-ref Padding-right using centimeters with a negative zero value, -0cm http://www.w3.org/TR/CSS21/box.html#propdef-padding-right,http://www.w3.org/TR/CSS21/box.html#padding-properties d652b70ffda668263c096169e7280cf31331f16c `Microsoft`<http://www.microsoft.com/> The 'padding-right' property handles a negative zero length value in centimeters.
|
|
padding-right-038 reference/margin-left-004-ref Padding-right using centimeters with a positive zero value, +0cm http://www.w3.org/TR/CSS21/box.html#propdef-padding-right,http://www.w3.org/TR/CSS21/box.html#padding-properties 32823685b8100d23fac09bb2d80aff044a61e52d `Microsoft`<http://www.microsoft.com/> The 'padding-right' property handles a positive zero length value in centimeters.
|
|
padding-right-039 reference/padding-right-039-ref Padding-right using centimeters with a nominal value, 2.54cm http://www.w3.org/TR/CSS21/box.html#propdef-padding-right,http://www.w3.org/TR/CSS21/box.html#padding-properties 2b01284faffa496c243681fd9e7e1bce0fbd87f1 `Microsoft`<http://www.microsoft.com/> The 'padding-right' property handles a nominal length value in centimeters.
|
|
padding-right-040 reference/padding-right-039-ref Padding-right using centimeters with a nominal value with a plus sign, +2.54cm http://www.w3.org/TR/CSS21/box.html#propdef-padding-right,http://www.w3.org/TR/CSS21/box.html#padding-properties 2e1d9c11f1d7c22fbedd9a29decba13c56dc6095 `Microsoft`<http://www.microsoft.com/> The 'padding-right' property handles a nominal length value in centimeters with a plus sign.
|
|
padding-right-045 reference/margin-left-004-ref Padding-right using millimeters with a minimum minus one value, -1mm invalid http://www.w3.org/TR/CSS21/box.html#propdef-padding-right,http://www.w3.org/TR/CSS21/box.html#padding-properties 6538cdf6613c890471884b37180389d2488c9d29 `Microsoft`<http://www.microsoft.com/> The 'padding-right' property handles a minimum minus one length value in millimeters.
|
|
padding-right-046 reference/margin-left-004-ref Padding-right using millimeters with a minimum value, 0mm http://www.w3.org/TR/CSS21/box.html#propdef-padding-right,http://www.w3.org/TR/CSS21/box.html#padding-properties 7bc64da065bfe3af95f271bb2e189bb0cefd94cc `Microsoft`<http://www.microsoft.com/> The 'padding-right' property handles a minimum length value in millimeters.
|
|
padding-right-047 Padding-right using millimeters with a minimum plus one value, 1mm http://www.w3.org/TR/CSS21/box.html#propdef-padding-right,http://www.w3.org/TR/CSS21/box.html#padding-properties 22bd84ddd018482b699ce57daf609896196d74e2 `Microsoft`<http://www.microsoft.com/> The 'padding-right' property handles a minimum plus one length value in millimeters.
|
|
padding-right-048 reference/margin-left-004-ref Padding-right using millimeters with a negative zero value, -0mm http://www.w3.org/TR/CSS21/box.html#propdef-padding-right,http://www.w3.org/TR/CSS21/box.html#padding-properties f28017299de3d6d4e921ced1a62b8028e77da5b0 `Microsoft`<http://www.microsoft.com/> The 'padding-right' property handles a negative zero length value in millimeters.
|
|
padding-right-049 reference/margin-left-004-ref Padding-right using millimeters with a positive zero value, +0mm http://www.w3.org/TR/CSS21/box.html#propdef-padding-right,http://www.w3.org/TR/CSS21/box.html#padding-properties a32e9f40e118d6ee5065bfb0cd301afdfa63abed `Microsoft`<http://www.microsoft.com/> The 'padding-right' property handles a positive zero length value in millimeters.
|
|
padding-right-050 reference/padding-right-039-ref Padding-right using millimeters with a nominal value, 25.4mm http://www.w3.org/TR/CSS21/box.html#propdef-padding-right,http://www.w3.org/TR/CSS21/box.html#padding-properties 11f9bb52a9c7bc4337431c6df4cfc4a00ebf4e00 `Microsoft`<http://www.microsoft.com/> The 'padding-right' property handles a nominal length value in millimeters.
|
|
padding-right-051 reference/padding-right-039-ref Padding-right using millimeters with a nominal value with a plus sign, +25.4mm http://www.w3.org/TR/CSS21/box.html#propdef-padding-right,http://www.w3.org/TR/CSS21/box.html#padding-properties 1a1c6c70ca1b3366a4557ac570064f67a4c21f0d `Microsoft`<http://www.microsoft.com/> The 'padding-right' property handles a nominal length value in millimeters with a plus sign.
|
|
padding-right-056 reference/margin-left-004-ref Padding-right using inches with a minimum minus one value, -1in invalid http://www.w3.org/TR/CSS21/box.html#propdef-padding-right,http://www.w3.org/TR/CSS21/box.html#padding-properties 57ea4dcd979145126f47a01db7ca6e9000b3a5b9 `Microsoft`<http://www.microsoft.com/> The 'padding-right' property handles a minimum minus one length value in inches.
|
|
padding-right-057 reference/margin-left-004-ref Padding-right using inches with a minimum value, 0in http://www.w3.org/TR/CSS21/box.html#propdef-padding-right,http://www.w3.org/TR/CSS21/box.html#padding-properties 332b8b3ce96875427d28aefec4c0499af329d520 `Microsoft`<http://www.microsoft.com/> The 'padding-right' property handles a minimum length value in inches.
|
|
padding-right-058 reference/padding-right-039-ref Padding-right using inches with a minimum plus one value, 1in http://www.w3.org/TR/CSS21/box.html#propdef-padding-right,http://www.w3.org/TR/CSS21/box.html#padding-properties dfe2bedb9b26327862df1428d07d8ff928fd0fbb `Microsoft`<http://www.microsoft.com/> The 'padding-right' property handles a minimum plus one length value in inches.
|
|
padding-right-059 reference/margin-left-004-ref Padding-right using inches with a negative zero value, -0in http://www.w3.org/TR/CSS21/box.html#propdef-padding-right,http://www.w3.org/TR/CSS21/box.html#padding-properties aa8777c4a586e144e089ef0ff26b8d07b18a6277 `Microsoft`<http://www.microsoft.com/> The 'padding-right' property handles a negative zero length value in inches.
|
|
padding-right-060 reference/margin-left-004-ref Padding-right using inches with a positive zero value, +0in http://www.w3.org/TR/CSS21/box.html#propdef-padding-right,http://www.w3.org/TR/CSS21/box.html#padding-properties 9ab284aaec4096e84a70eee7e7f3d3ae4d0b4f02 `Microsoft`<http://www.microsoft.com/> The 'padding-right' property handles a positive zero length value in inches.
|
|
padding-right-061 reference/padding-right-061-ref Padding-right using inches with a nominal value, 3in http://www.w3.org/TR/CSS21/box.html#propdef-padding-right,http://www.w3.org/TR/CSS21/box.html#padding-properties a437c425e84ae06bd2a6a94db0c7d1bd2efb1777 `Microsoft`<http://www.microsoft.com/> The 'padding-right' property handles a nominal length value in inches.
|
|
padding-right-062 reference/padding-right-061-ref Padding-right using inches with a nominal value with a plus sign, +3in http://www.w3.org/TR/CSS21/box.html#propdef-padding-right,http://www.w3.org/TR/CSS21/box.html#padding-properties 218732bf0c4ef9eb4841c840e38915d4809200f3 `Microsoft`<http://www.microsoft.com/> The 'padding-right' property handles a nominal length value in inches with a plus sign.
|
|
padding-right-067 reference/margin-left-004-ref Padding-right using 'em' units with a minimum minus one value, -1em ahem,invalid http://www.w3.org/TR/CSS21/box.html#propdef-padding-right,http://www.w3.org/TR/CSS21/box.html#padding-properties 66dc2dbf212f083d335de2d41e29a69cb60e2adc `Microsoft`<http://www.microsoft.com/> The 'padding-right' property handles a minimum minus one length value in 'em' units.
|
|
padding-right-068 reference/margin-left-004-ref Padding-right using 'em' units with a minimum value, 0em ahem http://www.w3.org/TR/CSS21/box.html#propdef-padding-right,http://www.w3.org/TR/CSS21/box.html#padding-properties fd0f29ca7031126b9308b9f33d7ac063df6d1741 `Microsoft`<http://www.microsoft.com/> The 'padding-right' property handles a minimum length value in 'em' units.
|
|
padding-right-069 reference/padding-right-069-ref Padding-right using 'em' units with a minimum plus one value, 1em ahem http://www.w3.org/TR/CSS21/box.html#propdef-padding-right,http://www.w3.org/TR/CSS21/box.html#padding-properties 1ed6683233805d1ec637830cb119a8a4b10d0964 `Microsoft`<http://www.microsoft.com/> The 'padding-right' property handles a minimum plus one length value in 'em' units.
|
|
padding-right-070 reference/margin-left-004-ref Padding-right using 'em' units with a negative zero value, -0em ahem http://www.w3.org/TR/CSS21/box.html#propdef-padding-right,http://www.w3.org/TR/CSS21/box.html#padding-properties b8c7859cfe1a8a1ffa8e0c2134ae88a11d5e0ab7 `Microsoft`<http://www.microsoft.com/> The 'padding-right' property handles a negative zero length value in 'em' units.
|
|
padding-right-071 reference/margin-left-004-ref Padding-right using 'em' units with a positive zero value, +0em ahem http://www.w3.org/TR/CSS21/box.html#propdef-padding-right,http://www.w3.org/TR/CSS21/box.html#padding-properties cfc8d67017731060d9f171b5d153268fd6ddc6ad `Microsoft`<http://www.microsoft.com/> The 'padding-right' property handles a positive zero length value in 'em' units.
|
|
padding-right-072 reference/padding-right-072-ref Padding-right using 'em' units with a nominal value, 6em ahem http://www.w3.org/TR/CSS21/box.html#propdef-padding-right,http://www.w3.org/TR/CSS21/box.html#padding-properties c0dbb754e9d36d31126f3435c5daee16446ba026 `Microsoft`<http://www.microsoft.com/> The 'padding-right' property handles a nominal length value in 'em' units.
|
|
padding-right-073 reference/padding-right-072-ref Padding-right using 'em' units with a nominal value with a plus sign, +6em ahem http://www.w3.org/TR/CSS21/box.html#propdef-padding-right,http://www.w3.org/TR/CSS21/box.html#padding-properties c71a665e78a8a42e75bd753fea5f40c28eb0292b `Microsoft`<http://www.microsoft.com/> The 'padding-right' property handles a nominal length value in 'em' units with a plus sign.
|
|
padding-right-078 reference/margin-left-004-ref Padding-right using 'ex' units with a minimum minus one value, -1ex ahem,invalid http://www.w3.org/TR/CSS21/box.html#propdef-padding-right,http://www.w3.org/TR/CSS21/box.html#padding-properties e68bf198b84c32e641380b625b138d004574ff16 `Microsoft`<http://www.microsoft.com/> The 'padding-right' property handles a minimum minus one length value in 'ex' units.
|
|
padding-right-079 reference/margin-left-004-ref Padding-right using 'ex' units with a minimum value, 0ex ahem http://www.w3.org/TR/CSS21/box.html#propdef-padding-right,http://www.w3.org/TR/CSS21/box.html#padding-properties 80aa42ccbbc007eb677861b954ba5bdfb3bb4304 `Microsoft`<http://www.microsoft.com/> The 'padding-right' property handles a minimum length value in 'ex' units.
|
|
padding-right-080 reference/padding-right-080-ref Padding-right using 'ex' units with a minimum plus one value, 1ex ahem http://www.w3.org/TR/CSS21/box.html#propdef-padding-right,http://www.w3.org/TR/CSS21/box.html#padding-properties 7914ff4011c506aa51d3570d8be8bdaa9bca453f `Microsoft`<http://www.microsoft.com/> The 'padding-right' property handles a minimum plus one length value in 'ex' units.
|
|
padding-right-081 reference/margin-left-004-ref Padding-right using 'ex' units with a negative zero value, -0ex ahem http://www.w3.org/TR/CSS21/box.html#propdef-padding-right,http://www.w3.org/TR/CSS21/box.html#padding-properties ecab6ae62ba2fa7db00b659c19a00c0803806d52 `Microsoft`<http://www.microsoft.com/> The 'padding-right' property handles a negative zero length value in 'ex' units.
|
|
padding-right-082 reference/margin-left-004-ref Padding-right using 'ex' units with a positive zero value, +0ex ahem http://www.w3.org/TR/CSS21/box.html#propdef-padding-right,http://www.w3.org/TR/CSS21/box.html#padding-properties 33a1cc212a57273674ad014b6f24d300504095d0 `Microsoft`<http://www.microsoft.com/> The 'padding-right' property handles a positive zero length value in 'ex' units.
|
|
padding-right-083 reference/padding-right-083-ref Padding-right using 'ex' units with a nominal value, 6ex ahem http://www.w3.org/TR/CSS21/box.html#propdef-padding-right,http://www.w3.org/TR/CSS21/box.html#padding-properties ddc2621575e2fd2892a507defb9c67770941b856 `Microsoft`<http://www.microsoft.com/> The 'padding-right' property handles a nominal length value in 'ex' units.
|
|
padding-right-084 reference/padding-right-083-ref Padding-right using 'ex' units with a nominal value with a plus sign, +6ex ahem http://www.w3.org/TR/CSS21/box.html#propdef-padding-right,http://www.w3.org/TR/CSS21/box.html#padding-properties ae7f4391d44b54476035c7a78092052de69793e0 `Microsoft`<http://www.microsoft.com/> The 'padding-right' property handles a nominal length value in 'ex' units with a plus sign.
|
|
padding-right-089 reference/padding-right-089-ref Padding-right using percentage with a minimum minus one value, -1% invalid http://www.w3.org/TR/CSS21/box.html#propdef-padding-right,http://www.w3.org/TR/CSS21/box.html#padding-properties a61017f2d792cdde33c2270e82c5924f83bae150 `Microsoft`<http://www.microsoft.com/> The 'padding-right' property handles a minimum minus one length value in percentage.
|
|
padding-right-090 reference/padding-right-089-ref Padding-right using percentage with a minimum value, 0% http://www.w3.org/TR/CSS21/box.html#propdef-padding-right,http://www.w3.org/TR/CSS21/box.html#padding-properties b7e2adbe493429a5cd99511f62be1e1d45c03e3d `Microsoft`<http://www.microsoft.com/> The 'padding-right' property handles a minimum length value in percentage.
|
|
padding-right-091 reference/padding-right-091-ref Padding-right using percentage with a minimum plus one value, 1% http://www.w3.org/TR/CSS21/box.html#propdef-padding-right,http://www.w3.org/TR/CSS21/box.html#padding-properties ad3db8ce94dc89fda0102dbc4da498a08cf05aa3 `Microsoft`<http://www.microsoft.com/> The 'padding-right' property handles a minimum plus one length value in percentage.
|
|
padding-right-092 reference/padding-right-089-ref Padding-right using percentage with a negative zero value, -0% http://www.w3.org/TR/CSS21/box.html#propdef-padding-right,http://www.w3.org/TR/CSS21/box.html#padding-properties 4c3fc8f0b907a33510795ab55d7cc5a19fbe4d65 `Microsoft`<http://www.microsoft.com/> The 'padding-right' property handles a negative zero length value in percentage.
|
|
padding-right-093 reference/padding-right-089-ref Padding-right using percentage with a positive zero value, +0% http://www.w3.org/TR/CSS21/box.html#propdef-padding-right,http://www.w3.org/TR/CSS21/box.html#padding-properties 77a53648411dbc0ee4526e62c5d070c37824951a `Microsoft`<http://www.microsoft.com/> The 'padding-right' property handles a positive zero length value in percentage.
|
|
padding-right-094 reference/padding-right-039-ref Padding-right using percentage with a nominal value, 50% http://www.w3.org/TR/CSS21/box.html#propdef-padding-right,http://www.w3.org/TR/CSS21/box.html#padding-properties 8c97e409fb737fb2195edbbd0b770393a7acab5c `Microsoft`<http://www.microsoft.com/> The 'padding-right' property handles a nominal length value in percentage.
|
|
padding-right-095 reference/padding-right-039-ref Padding-right using percentage with a nominal value with a plus sign, +50% http://www.w3.org/TR/CSS21/box.html#propdef-padding-right,http://www.w3.org/TR/CSS21/box.html#padding-properties 2afacbb5b370b231cc6dea0bbf3401e5a9403e9c `Microsoft`<http://www.microsoft.com/> The 'padding-right' property handles a nominal length value in percentage with a plus sign.
|
|
padding-right-100 reference/margin-left-004-ref Padding-right with a negative zero value and no units, -0 http://www.w3.org/TR/CSS21/box.html#propdef-padding-right,http://www.w3.org/TR/CSS21/box.html#padding-properties 919cde8aecbf3bd30603e2920ca88e29fc973912 `Microsoft`<http://www.microsoft.com/> The 'padding-right' property handles a negative zero length value with no units.
|
|
padding-right-101 reference/margin-left-004-ref Padding-right with a zero value and no units, 0 http://www.w3.org/TR/CSS21/box.html#propdef-padding-right,http://www.w3.org/TR/CSS21/box.html#padding-properties fe658e5874df69f493d418b3b2a8b05150fe1ccf `Microsoft`<http://www.microsoft.com/> The 'padding-right' property handles a zero length value with no units.
|
|
padding-right-102 reference/margin-left-004-ref Padding-right with a positive zero value and no units, +0 http://www.w3.org/TR/CSS21/box.html#propdef-padding-right,http://www.w3.org/TR/CSS21/box.html#padding-properties 6e98b14979476a629535310eeb9518265067e525 `Microsoft`<http://www.microsoft.com/> The 'padding-right' property handles a positive zero length value with no units.
|
|
padding-right-103 reference/padding-right-017-ref Padding-right using the 'inherit' value http://www.w3.org/TR/CSS21/box.html#propdef-padding-right,http://www.w3.org/TR/CSS21/box.html#padding-properties 0c07112e19797c233683ba9b0851eab746d8863a `Microsoft`<http://www.microsoft.com/> The 'padding-right' property handles the 'inherit' value.
|
|
padding-right-applies-to-001 reference/margin-left-applies-to-001-ref Padding-right applied to element with display table-row-group http://www.w3.org/TR/CSS21/box.html#propdef-padding-right,http://www.w3.org/TR/CSS21/box.html#padding-properties 4fb47cf0f1f0f9230dcfd4769213328aa86d9fe2 `Microsoft`<http://www.microsoft.com/> The 'padding-right' property does not apply to elements with a display of table-row-group.
|
|
padding-right-applies-to-002 reference/margin-left-applies-to-001-ref Padding-right applied to element with display table-header-group http://www.w3.org/TR/CSS21/box.html#propdef-padding-right,http://www.w3.org/TR/CSS21/box.html#padding-properties 5fe68a3eb4a69bcbf0265887c1b133f08f7de465 `Microsoft`<http://www.microsoft.com/> The 'padding-right' property does not apply to elements with a display of table-header-group.
|
|
padding-right-applies-to-003 reference/margin-left-applies-to-001-ref Padding-right applied to element with display table-footer-group http://www.w3.org/TR/CSS21/box.html#propdef-padding-right,http://www.w3.org/TR/CSS21/box.html#padding-properties 0e35695696e326e3b1a5d3bf46d43f6568884da2 `Microsoft`<http://www.microsoft.com/> The 'padding-right' property does not apply to elements with a display of table-footer-group.
|
|
padding-right-applies-to-004 reference/margin-left-applies-to-001-ref Padding-right applied to element with display table-row http://www.w3.org/TR/CSS21/box.html#propdef-padding-right,http://www.w3.org/TR/CSS21/box.html#padding-properties d322655484c006ae0b65b37348a51c706e4e3c71 `Microsoft`<http://www.microsoft.com/> The 'padding-right' property does not apply to elements with a display of table-row.
|
|
padding-right-applies-to-005 reference/margin-left-applies-to-001-ref Padding-right applied to element with display table-column-group http://www.w3.org/TR/CSS21/box.html#propdef-padding-right,http://www.w3.org/TR/CSS21/box.html#padding-properties 7e900c4c6e6d6ea472dcd9f24cf7dd6fd86bdbfa `Microsoft`<http://www.microsoft.com/> The 'padding-right' property does not apply to elements with a display of table-column-group.
|
|
padding-right-applies-to-006 reference/margin-left-applies-to-001-ref Padding-right applied to element with display table-column http://www.w3.org/TR/CSS21/box.html#propdef-padding-right,http://www.w3.org/TR/CSS21/box.html#padding-properties 3d4aa5dd37824b985cb1836006511a4ffd8f238c `Microsoft`<http://www.microsoft.com/> The 'padding-right' property does not apply to elements with a display of table-column.
|
|
padding-right-applies-to-007 reference/margin-left-applies-to-009-ref Padding-right applied to element with display table-cell http://www.w3.org/TR/CSS21/box.html#propdef-padding-right,http://www.w3.org/TR/CSS21/box.html#padding-properties 40c9ebdff1f68b5bbe7bab10b1e1f9983bbdd1b6 `Microsoft`<http://www.microsoft.com/> The 'padding-right' property applies to elements with a display of table-cell.
|
|
padding-right-applies-to-008 Padding-right applied to element with display inline http://www.w3.org/TR/CSS21/box.html#propdef-padding-right,http://www.w3.org/TR/CSS21/box.html#padding-properties 3a600a4a3481937ac86f5a3029e165e7aab10164 `Microsoft`<http://www.microsoft.com/> The 'padding-right' property applies to elements with a display of inline.
|
|
padding-right-applies-to-009 reference/margin-left-applies-to-009-ref Padding-right applied to element with display block http://www.w3.org/TR/CSS21/box.html#propdef-padding-right,http://www.w3.org/TR/CSS21/box.html#padding-properties 46fcdb9c5b12b560d5eef8c38e5c5dd461683e82 `Microsoft`<http://www.microsoft.com/> The 'padding-right' property applies to elements with a display of block.
|
|
padding-right-applies-to-010 Padding-right applied to element with display list-item http://www.w3.org/TR/CSS21/box.html#propdef-padding-right,http://www.w3.org/TR/CSS21/box.html#padding-properties be156a80832f593dc2be61a01689fb96f6beae9b `Microsoft`<http://www.microsoft.com/> The 'padding-right' property applies to elements with a display of list-item.
|
|
padding-right-applies-to-011 Padding-right applied to element with display run-in http://www.w3.org/TR/CSS21/box.html#propdef-padding-right,http://www.w3.org/TR/CSS21/box.html#padding-properties 32f6019624028f31551d13fec16236e26a640fd2 `Microsoft`<http://www.microsoft.com/> The 'padding-right' property applies to elements with a display of run-in.
|
|
padding-right-applies-to-012 reference/margin-left-applies-to-009-ref Padding-right applied to element with display inline-block http://www.w3.org/TR/CSS21/box.html#propdef-padding-right,http://www.w3.org/TR/CSS21/box.html#padding-properties 7653fa0ba5c00aaa5880ce5df1866f9b159933a1 `Microsoft`<http://www.microsoft.com/> The 'padding-right' property applies to elements with a display of inline-block.
|
|
padding-right-applies-to-013 reference/margin-left-applies-to-009-ref Padding-right applied to element with display table http://www.w3.org/TR/CSS21/box.html#propdef-padding-right,http://www.w3.org/TR/CSS21/box.html#padding-properties c3ddabec1456ee3ca4bf1e68981e6dda1c8383c8 `Microsoft`<http://www.microsoft.com/> The 'padding-right' property applies to elements with a display of table.
|
|
padding-right-applies-to-014 reference/margin-left-applies-to-009-ref Padding-right applied to element with display inline-table http://www.w3.org/TR/CSS21/box.html#propdef-padding-right,http://www.w3.org/TR/CSS21/box.html#padding-properties 5231a89c53544cb122a1c3a626919eaa4386ae01 `Microsoft`<http://www.microsoft.com/> The 'padding-right' property applies to elements with a display of inline-table.
|
|
padding-right-applies-to-015 reference/margin-left-applies-to-009-ref Padding-right applied to element with display table-caption http://www.w3.org/TR/CSS21/box.html#propdef-padding-right,http://www.w3.org/TR/CSS21/box.html#padding-properties edcf8aaea0b9d0c9130921eb766132a6f3ef1d66 `Microsoft`<http://www.microsoft.com/> The 'padding-right' property applies to elements with a display of table-caption.
|
|
padding-shorthand-001 reference/margin-shorthand-001-ref Padding shorthand - One value application to all sides image http://www.w3.org/TR/CSS21/box.html#propdef-padding,http://www.w3.org/TR/CSS21/box.html#padding-properties 8a9dd60182ef57e4293d5a3578b7ef546c048142 `Microsoft`<http://www.microsoft.com/> Applying a single value to the padding property replicates it to all sides of the element.
|
|
padding-shorthand-002 reference/margin-shorthand-002-ref Padding shorthand - two values application top, bottom and left, right image http://www.w3.org/TR/CSS21/box.html#propdef-padding,http://www.w3.org/TR/CSS21/box.html#padding-properties 8faceac738c2031e119146f135bc2a7f365ac822 `Microsoft`<http://www.microsoft.com/> Applying two values to the padding property applies the first value to the top and bottom and the second to the left and right.
|
|
padding-shorthand-003 reference/margin-shorthand-003-ref Padding shorthand - three values application top and left, right and bottom image http://www.w3.org/TR/CSS21/box.html#propdef-padding,http://www.w3.org/TR/CSS21/box.html#padding-properties b7c0ee3b55dfaaa04921bea51114f29e603b92ca `Microsoft`<http://www.microsoft.com/> Applying three values to the padding property applies the first value to the top the second value to the left and right and the third value to the bottom.
|
|
padding-shorthand-004 reference/margin-shorthand-003-ref Padding shorthand - Four values application top, left, right, bottom image http://www.w3.org/TR/CSS21/box.html#propdef-padding,http://www.w3.org/TR/CSS21/box.html#padding-properties 5c0899e0a993336c2431f5f4976a7b2bfd99cf45 `Microsoft`<http://www.microsoft.com/> Applying four values to the padding property applies the values top, right, bottom, left, respectively.
|
|
padding-top-001 reference/ref-no-vert-space-between Padding-top using pixels with a minimum minus one value, -1px invalid http://www.w3.org/TR/CSS21/box.html#propdef-padding-top,http://www.w3.org/TR/CSS21/box.html#padding-properties d98b9bc3084fadf9e60eacdd02bc6c4f8f3d5f5b `Microsoft`<http://www.microsoft.com/> The 'padding-top' property handles a minimum minus one length value in pixels.
|
|
padding-top-002 reference/ref-no-vert-space-between Padding-top using pixels with a minimum value, 0px http://www.w3.org/TR/CSS21/box.html#propdef-padding-top,http://www.w3.org/TR/CSS21/box.html#padding-properties f81e20ef81339e0fc08d44aed75363e0fce0faf9 `Microsoft`<http://www.microsoft.com/> The 'padding-top' property handles a minimum length value in pixels.
|
|
padding-top-003 reference/margin-top-007-ref Padding-top using pixels with a minimum plus one value, 1px http://www.w3.org/TR/CSS21/box.html#propdef-padding-top,http://www.w3.org/TR/CSS21/box.html#padding-properties 33c3a27afbcb890457eeb855b753d436c9ed43de `Microsoft`<http://www.microsoft.com/> The 'padding-top' property handles a minimum plus one length value in pixels.
|
|
padding-top-004 reference/ref-no-vert-space-between Padding-top using pixels with a negative zero value, -0px http://www.w3.org/TR/CSS21/box.html#propdef-padding-top,http://www.w3.org/TR/CSS21/box.html#padding-properties f4e413a4c97f24fce636a19ac4e227787682742c `Microsoft`<http://www.microsoft.com/> The 'padding-top' property handles a negative zero length value in pixels.
|
|
padding-top-005 reference/ref-no-vert-space-between Padding-top using pixels with a positive zero value, +0px http://www.w3.org/TR/CSS21/box.html#propdef-padding-top,http://www.w3.org/TR/CSS21/box.html#padding-properties d4f48bcb0d7d7cb4cae4bd6de7ae7773d510f023 `Microsoft`<http://www.microsoft.com/> The 'padding-top' property handles a positive zero length value in pixels.
|
|
padding-top-006 reference/margin-top-007-ref Padding-top using pixels with a nominal value, 96px http://www.w3.org/TR/CSS21/box.html#propdef-padding-top,http://www.w3.org/TR/CSS21/box.html#padding-properties 7cede2c819240fb076342d4e92dce7c0bdb9a3b6 `Microsoft`<http://www.microsoft.com/> The 'padding-top' property handles a nominal length value in pixels.
|
|
padding-top-007 reference/margin-top-007-ref Padding-top using pixels with a nominal value with a plus sign, +96px http://www.w3.org/TR/CSS21/box.html#propdef-padding-top,http://www.w3.org/TR/CSS21/box.html#padding-properties 29a588a6549e090edc07a8efde5ce7bfffcff731 `Microsoft`<http://www.microsoft.com/> The 'padding-top' property handles a nominal length value in pixels with a plus sign.
|
|
padding-top-012 reference/ref-no-vert-space-between Padding-top using points with a minimum minus one value, -1pt invalid http://www.w3.org/TR/CSS21/box.html#propdef-padding-top,http://www.w3.org/TR/CSS21/box.html#padding-properties 2982d86822327a39009501d6d45cd0203ffc750a `Microsoft`<http://www.microsoft.com/> The 'padding-top' property handles a minimum minus one length value in points.
|
|
padding-top-013 reference/ref-no-vert-space-between Padding-top using points with a minimum value, 0pt http://www.w3.org/TR/CSS21/box.html#propdef-padding-top,http://www.w3.org/TR/CSS21/box.html#padding-properties 955d3b6484af07430388c1d2a7d5c73b79a43be2 `Microsoft`<http://www.microsoft.com/> The 'padding-top' property handles a minimum length value in points.
|
|
padding-top-014 reference/margin-top-043-ref Padding-top using points with a minimum plus one value, 1pt http://www.w3.org/TR/CSS21/box.html#propdef-padding-top,http://www.w3.org/TR/CSS21/box.html#padding-properties 4fb8d5e3368d1c996fdf54006cbe7f5e550bfa1c `Microsoft`<http://www.microsoft.com/> The 'padding-top' property handles a minimum plus one length value in points.
|
|
padding-top-015 reference/ref-no-vert-space-between Padding-top using points with a negative zero value, -0pt http://www.w3.org/TR/CSS21/box.html#propdef-padding-top,http://www.w3.org/TR/CSS21/box.html#padding-properties 393ba5a5b990b40ba35e59fa349562c82c9209dc `Microsoft`<http://www.microsoft.com/> The 'padding-top' property handles a negative zero length value in points.
|
|
padding-top-016 reference/ref-no-vert-space-between Padding-top using points with a positive zero value, +0pt http://www.w3.org/TR/CSS21/box.html#propdef-padding-top,http://www.w3.org/TR/CSS21/box.html#padding-properties f71d825b112ba682f0dbb46f3e4006a7be53a816 `Microsoft`<http://www.microsoft.com/> The 'padding-top' property handles a positive zero length value in points.
|
|
padding-top-017 reference/margin-top-019-ref Padding-top using points with a nominal value, 72pt http://www.w3.org/TR/CSS21/box.html#propdef-padding-top,http://www.w3.org/TR/CSS21/box.html#padding-properties 21d4ddb75c196e5874e6fd2fe69f0260499b6774 `Microsoft`<http://www.microsoft.com/> The 'padding-top' property handles a nominal length value in points.
|
|
padding-top-018 reference/margin-top-019-ref Padding-top using points with a nominal value with a plus sign, +72pt http://www.w3.org/TR/CSS21/box.html#propdef-padding-top,http://www.w3.org/TR/CSS21/box.html#padding-properties 2c90df5693c0e1e5debe711d9922946124f61beb `Microsoft`<http://www.microsoft.com/> The 'padding-top' property handles a nominal length value in points with a plus sign.
|
|
padding-top-023 reference/ref-no-vert-space-between Padding-top using picas with a minimum minus one value, -1pc invalid http://www.w3.org/TR/CSS21/box.html#propdef-padding-top,http://www.w3.org/TR/CSS21/box.html#padding-properties d5c01ce60a6eaec82eaa46e53db56d31542566c9 `Microsoft`<http://www.microsoft.com/> The 'padding-top' property handles a minimum minus one length value in picas.
|
|
padding-top-024 reference/ref-no-vert-space-between Padding-top using picas with a minimum value, 0pc http://www.w3.org/TR/CSS21/box.html#propdef-padding-top,http://www.w3.org/TR/CSS21/box.html#padding-properties a1855d5d1212fb64d15f881951abb15992605a9e `Microsoft`<http://www.microsoft.com/> The 'padding-top' property handles a minimum length value in picas.
|
|
padding-top-025 reference/margin-top-031-ref Padding-top using picas with a minimum plus one value, 1pc http://www.w3.org/TR/CSS21/box.html#propdef-padding-top,http://www.w3.org/TR/CSS21/box.html#padding-properties 3bb0da475a8d75880d69dc7107a7425629e524a2 `Microsoft`<http://www.microsoft.com/> The 'padding-top' property handles a minimum plus one length value in picas.
|
|
padding-top-026 reference/ref-no-vert-space-between Padding-top using picas with a negative zero value, -0pc http://www.w3.org/TR/CSS21/box.html#propdef-padding-top,http://www.w3.org/TR/CSS21/box.html#padding-properties e6c1a353e4986444bc48bc3a8538644da17b3e98 `Microsoft`<http://www.microsoft.com/> The 'padding-top' property handles a negative zero length value in picas.
|
|
padding-top-027 reference/ref-no-vert-space-between Padding-top using picas with a positive zero value, +0pc http://www.w3.org/TR/CSS21/box.html#propdef-padding-top,http://www.w3.org/TR/CSS21/box.html#padding-properties e34c12664fa6fb070eff74a43816ce616af81f71 `Microsoft`<http://www.microsoft.com/> The 'padding-top' property handles a positive zero length value in picas.
|
|
padding-top-028 reference/margin-top-031-ref Padding-top using picas with a nominal value, 6pc http://www.w3.org/TR/CSS21/box.html#propdef-padding-top,http://www.w3.org/TR/CSS21/box.html#padding-properties 57e8f7e8b0f759f5b6807ab046c38322693ac3bc `Microsoft`<http://www.microsoft.com/> The 'padding-top' property handles a nominal length value in picas.
|
|
padding-top-029 reference/margin-top-031-ref Padding-top using picas with a nominal value with a plus sign, +6pc http://www.w3.org/TR/CSS21/box.html#propdef-padding-top,http://www.w3.org/TR/CSS21/box.html#padding-properties 8da50dbd5d7f658feb67c8cc24029ebba2706aee `Microsoft`<http://www.microsoft.com/> The 'padding-top' property handles a nominal length value in picas with a plus sign.
|
|
padding-top-034 reference/ref-no-vert-space-between Padding-top using centimeters with a minimum minus one value, -1cm invalid http://www.w3.org/TR/CSS21/box.html#propdef-padding-top,http://www.w3.org/TR/CSS21/box.html#padding-properties 942a15d09e46e76e71fadf52dbe47c10b4bccf22 `Microsoft`<http://www.microsoft.com/> The 'padding-top' property handles a minimum minus one length value in centimeters.
|
|
padding-top-035 reference/ref-no-vert-space-between Padding-top using centimeters with a minimum value, 0cm http://www.w3.org/TR/CSS21/box.html#propdef-padding-top,http://www.w3.org/TR/CSS21/box.html#padding-properties fdc229d890b06447b6813e56ce5adea1eb3ff2b3 `Microsoft`<http://www.microsoft.com/> The 'padding-top' property handles a minimum length value in centimeters.
|
|
padding-top-036 Padding-top using centimeters with a minimum plus one value, 1cm http://www.w3.org/TR/CSS21/box.html#propdef-padding-top,http://www.w3.org/TR/CSS21/box.html#padding-properties aafd7f3dd3c325a5bee24cc437157f66b1a09f08 `Microsoft`<http://www.microsoft.com/> The 'padding-top' property handles a minimum plus one length value in centimeters.
|
|
padding-top-037 reference/ref-no-vert-space-between Padding-top using centimeters with a negative zero value, -0cm http://www.w3.org/TR/CSS21/box.html#propdef-padding-top,http://www.w3.org/TR/CSS21/box.html#padding-properties e57b99e13e561349de5683f9d5b9ef4c1e0fc840 `Microsoft`<http://www.microsoft.com/> The 'padding-top' property handles a negative zero length value in centimeters.
|
|
padding-top-038 reference/ref-no-vert-space-between Padding-top using centimeters with a positive zero value, +0cm http://www.w3.org/TR/CSS21/box.html#propdef-padding-top,http://www.w3.org/TR/CSS21/box.html#padding-properties 5b7a7770c6d117521c6e0f83c4d3688296255646 `Microsoft`<http://www.microsoft.com/> The 'padding-top' property handles a positive zero length value in centimeters.
|
|
padding-top-039 reference/margin-top-043-ref Padding-top using centimeters with a nominal value, 2.54cm http://www.w3.org/TR/CSS21/box.html#propdef-padding-top,http://www.w3.org/TR/CSS21/box.html#padding-properties 1f78e7c5e248fe84682228c31f3e72bd7131d17c `Microsoft`<http://www.microsoft.com/> The 'padding-top' property handles a nominal length value in centimeters.
|
|
padding-top-040 reference/margin-top-043-ref Padding-top using centimeters with a nominal value with a plus sign, +2.54cm http://www.w3.org/TR/CSS21/box.html#propdef-padding-top,http://www.w3.org/TR/CSS21/box.html#padding-properties 0796929440adfffdc216d1befd17f193842f4479 `Microsoft`<http://www.microsoft.com/> The 'padding-top' property handles a nominal length value in centimeters with a plus sign.
|
|
padding-top-045 reference/ref-no-vert-space-between Padding-top using millimeters with a minimum minus one value, -1mm invalid http://www.w3.org/TR/CSS21/box.html#propdef-padding-top,http://www.w3.org/TR/CSS21/box.html#padding-properties 0a9079e069e1168632526bdf0b4b1658f50c27d6 `Microsoft`<http://www.microsoft.com/> The 'padding-top' property handles a minimum minus one length value in millimeters.
|
|
padding-top-046 reference/ref-no-vert-space-between Padding-top using millimeters with a minimum value, 0mm http://www.w3.org/TR/CSS21/box.html#propdef-padding-top,http://www.w3.org/TR/CSS21/box.html#padding-properties c2fcb246fcc134b83a3bc5a208c39d5951131638 `Microsoft`<http://www.microsoft.com/> The 'padding-top' property handles a minimum length value in millimeters.
|
|
padding-top-047 Padding-top using millimeters with a minimum plus one value, 1mm http://www.w3.org/TR/CSS21/box.html#propdef-padding-top,http://www.w3.org/TR/CSS21/box.html#padding-properties ed60575f7b6b3c077559221a441c92b6143e48ce `Microsoft`<http://www.microsoft.com/> The 'padding-top' property handles a minimum plus one length value in millimeters.
|
|
padding-top-048 reference/ref-no-vert-space-between Padding-top using millimeters with a negative zero value, -0mm http://www.w3.org/TR/CSS21/box.html#propdef-padding-top,http://www.w3.org/TR/CSS21/box.html#padding-properties c7feafb275705cde77b0a3a47a7f77aca6624088 `Microsoft`<http://www.microsoft.com/> The 'padding-top' property handles a negative zero length value in millimeters.
|
|
padding-top-049 reference/ref-no-vert-space-between Padding-top using millimeters with a positive zero value, +0mm http://www.w3.org/TR/CSS21/box.html#propdef-padding-top,http://www.w3.org/TR/CSS21/box.html#padding-properties 8b5b0b32da7139b4bd947e98e12d53b352ea38cb `Microsoft`<http://www.microsoft.com/> The 'padding-top' property handles a positive zero length value in millimeters.
|
|
padding-top-050 reference/margin-top-043-ref Padding-top using millimeters with a nominal value, 25.4mm http://www.w3.org/TR/CSS21/box.html#propdef-padding-top,http://www.w3.org/TR/CSS21/box.html#padding-properties e13b3326feb39d3c115b0681fdf8080c543b7106 `Microsoft`<http://www.microsoft.com/> The 'padding-top' property handles a nominal length value in millimeters.
|
|
padding-top-051 reference/margin-top-043-ref Padding-top using millimeters with a nominal value with a plus sign, +25.4mm http://www.w3.org/TR/CSS21/box.html#propdef-padding-top,http://www.w3.org/TR/CSS21/box.html#padding-properties 5c939f8bd7be7c958d9f473c358d5d1142a50ac4 `Microsoft`<http://www.microsoft.com/> The 'padding-top' property handles a nominal length value in millimeters with a plus sign.
|
|
padding-top-056 reference/ref-no-vert-space-between Padding-top using inches with a minimum minus one value, -1in invalid http://www.w3.org/TR/CSS21/box.html#propdef-padding-top,http://www.w3.org/TR/CSS21/box.html#padding-properties 16589c93b906634c29d1755fe58e4ba40c4a9276 `Microsoft`<http://www.microsoft.com/> The 'padding-top' property handles a minimum minus one length value in inches.
|
|
padding-top-057 reference/ref-no-vert-space-between Padding-top using inches with a minimum value, 0in http://www.w3.org/TR/CSS21/box.html#propdef-padding-top,http://www.w3.org/TR/CSS21/box.html#padding-properties 051e36f71b1b71e5e56d27d7d78566eb410da3d8 `Microsoft`<http://www.microsoft.com/> The 'padding-top' property handles a minimum length value in inches.
|
|
padding-top-058 reference/margin-top-043-ref Padding-top using inches with a minimum plus one value, 1in http://www.w3.org/TR/CSS21/box.html#propdef-padding-top,http://www.w3.org/TR/CSS21/box.html#padding-properties 768ed73250efb7f4b182f14f120b140707a6732b `Microsoft`<http://www.microsoft.com/> The 'padding-top' property handles a minimum plus one length value in inches.
|
|
padding-top-059 reference/ref-no-vert-space-between Padding-top using inches with a negative zero value, -0in http://www.w3.org/TR/CSS21/box.html#propdef-padding-top,http://www.w3.org/TR/CSS21/box.html#padding-properties c25b562ac3a3faa6d90a892bb6065d03097d53c3 `Microsoft`<http://www.microsoft.com/> The 'padding-top' property handles a negative zero length value in inches.
|
|
padding-top-060 reference/ref-no-vert-space-between Padding-top using inches with a positive zero value, +0in http://www.w3.org/TR/CSS21/box.html#propdef-padding-top,http://www.w3.org/TR/CSS21/box.html#padding-properties 9a2ef31595cb30384e142e04a000a0cd9eb1847c `Microsoft`<http://www.microsoft.com/> The 'padding-top' property handles a positive zero length value in inches.
|
|
padding-top-061 reference/margin-top-043-ref Padding-top using inches with a nominal value, 2in http://www.w3.org/TR/CSS21/box.html#propdef-padding-top,http://www.w3.org/TR/CSS21/box.html#padding-properties 02a291e1bc2afca0b5b4ed04836cd3d3d3e1f246 `Microsoft`<http://www.microsoft.com/> The 'padding-top' property handles a nominal length value in inches.
|
|
padding-top-062 reference/margin-top-043-ref Padding-top using inches with a nominal value with a plus sign, +2in http://www.w3.org/TR/CSS21/box.html#propdef-padding-top,http://www.w3.org/TR/CSS21/box.html#padding-properties b5f5c29b4d1e4ff4c3040b50d66c7ba36fd4533c `Microsoft`<http://www.microsoft.com/> The 'padding-top' property handles a nominal length value in inches with a plus sign.
|
|
padding-top-067 reference/ref-no-vert-space-between Padding-top using 'em' units with a minimum minus one value, -1em ahem,invalid http://www.w3.org/TR/CSS21/box.html#propdef-padding-top,http://www.w3.org/TR/CSS21/box.html#padding-properties d145257e430f0eb5c9af2b86c54798d56ac422c6 `Microsoft`<http://www.microsoft.com/> The 'padding-top' property handles a minimum minus one length value in 'em' units.
|
|
padding-top-068 reference/ref-no-vert-space-between Padding-top using 'em' units with a minimum value, 0em ahem http://www.w3.org/TR/CSS21/box.html#propdef-padding-top,http://www.w3.org/TR/CSS21/box.html#padding-properties d58b284f7b48ad1ca6a658dd2b3b563180cdea0f `Microsoft`<http://www.microsoft.com/> The 'padding-top' property handles a minimum length value in 'em' units.
|
|
padding-top-069 reference/margin-top-079-ref Padding-top using 'em' units with a minimum plus one value, 1em ahem http://www.w3.org/TR/CSS21/box.html#propdef-padding-top,http://www.w3.org/TR/CSS21/box.html#padding-properties 393a2b139474fc43308f2c892f9143ef0213c60e `Microsoft`<http://www.microsoft.com/> The 'padding-top' property handles a minimum plus one length value in 'em' units.
|
|
padding-top-070 reference/ref-no-vert-space-between Padding-top using 'em' units with a negative zero value, -0em ahem http://www.w3.org/TR/CSS21/box.html#propdef-padding-top,http://www.w3.org/TR/CSS21/box.html#padding-properties 85e22ff52cf85418fb99aa80c59f59ab34c3e6fa `Microsoft`<http://www.microsoft.com/> The 'padding-top' property handles a negative zero length value in 'em' units.
|
|
padding-top-071 reference/ref-no-vert-space-between Padding-top using 'em' units with a positive zero value, +0em ahem http://www.w3.org/TR/CSS21/box.html#propdef-padding-top,http://www.w3.org/TR/CSS21/box.html#padding-properties c4afedc10e9f47989030687dbf1f89a975564ae8 `Microsoft`<http://www.microsoft.com/> The 'padding-top' property handles a positive zero length value in 'em' units.
|
|
padding-top-072 reference/margin-top-079-ref Padding-top using 'em' units with a nominal value, 6em ahem http://www.w3.org/TR/CSS21/box.html#propdef-padding-top,http://www.w3.org/TR/CSS21/box.html#padding-properties dddf2a3eeffb3e9a68b7e9151d16b3b9f68f12d7 `Microsoft`<http://www.microsoft.com/> The 'padding-top' property handles a nominal length value in 'em' units.
|
|
padding-top-073 reference/margin-top-079-ref Padding-top using 'em' units with a nominal value with a plus sign, +6em ahem http://www.w3.org/TR/CSS21/box.html#propdef-padding-top,http://www.w3.org/TR/CSS21/box.html#padding-properties 5b5c5abd4dc0b407dafea8620126c6381c6d7719 `Microsoft`<http://www.microsoft.com/> The 'padding-top' property handles a nominal length value in 'em' units with a plus sign.
|
|
padding-top-078 reference/ref-no-vert-space-between Padding-top using 'ex' units with a minimum minus one value, -1ex ahem,invalid http://www.w3.org/TR/CSS21/box.html#propdef-padding-top,http://www.w3.org/TR/CSS21/box.html#padding-properties 2f2269233629e3079becf9ca0f3ae31e61fc19e5 `Microsoft`<http://www.microsoft.com/> The 'padding-top' property handles a minimum minus one length value in 'ex' units.
|
|
padding-top-079 reference/ref-no-vert-space-between Padding-top using 'ex' units with a minimum value, 0ex ahem http://www.w3.org/TR/CSS21/box.html#propdef-padding-top,http://www.w3.org/TR/CSS21/box.html#padding-properties fb8dfdc01429370266676ac95a3625ec49537da4 `Microsoft`<http://www.microsoft.com/> The 'padding-top' property handles a minimum length value in 'ex' units.
|
|
padding-top-080 reference/margin-top-031-ref Padding-top using 'ex' units with a minimum plus one value, 1ex ahem http://www.w3.org/TR/CSS21/box.html#propdef-padding-top,http://www.w3.org/TR/CSS21/box.html#padding-properties 8c1a8f63f7bc1db6ba2680e34798eb685e1f013a `Microsoft`<http://www.microsoft.com/> The 'padding-top' property handles a minimum plus one length value in 'ex' units.
|
|
padding-top-081 reference/ref-no-vert-space-between Padding-top using 'ex' units with a negative zero value, -0ex ahem http://www.w3.org/TR/CSS21/box.html#propdef-padding-top,http://www.w3.org/TR/CSS21/box.html#padding-properties 7597a47e07e51ba9eeb10208c80b1739ac349d8f `Microsoft`<http://www.microsoft.com/> The 'padding-top' property handles a negative zero length value in 'ex' units.
|
|
padding-top-082 reference/ref-no-vert-space-between Padding-top using 'ex' units with a positive zero value, +0ex ahem http://www.w3.org/TR/CSS21/box.html#propdef-padding-top,http://www.w3.org/TR/CSS21/box.html#padding-properties 943202f45173edeca172dbfc06e34652d1c547b4 `Microsoft`<http://www.microsoft.com/> The 'padding-top' property handles a positive zero length value in 'ex' units.
|
|
padding-top-083 reference/margin-top-031-ref Padding-top using 'ex' units with a nominal value, 6ex ahem http://www.w3.org/TR/CSS21/box.html#propdef-padding-top,http://www.w3.org/TR/CSS21/box.html#padding-properties b73a9d628f5ea0f8a0edf4243caa006f300b80a3 `Microsoft`<http://www.microsoft.com/> The 'padding-top' property handles a nominal length value in 'ex' units.
|
|
padding-top-084 reference/margin-top-031-ref Padding-top using 'ex' units with a nominal value with a plus sign, +6ex ahem http://www.w3.org/TR/CSS21/box.html#propdef-padding-top,http://www.w3.org/TR/CSS21/box.html#padding-properties 6a1e765d3353946bb16ed1e2d3f805bb42e7259d `Microsoft`<http://www.microsoft.com/> The 'padding-top' property handles a nominal length value in 'ex' units with a plus sign.
|
|
padding-top-089 reference/margin-bottom-100-ref Padding-top using percentage with a minimum minus one value, -1% invalid http://www.w3.org/TR/CSS21/box.html#propdef-padding-top,http://www.w3.org/TR/CSS21/box.html#padding-properties 0b88521d0d1ddea0fb8250b55c5887aab3e8eac2 `Microsoft`<http://www.microsoft.com/> The 'padding-top' property handles a minimum minus one length value in percentage.
|
|
padding-top-090 reference/margin-bottom-100-ref Padding-top using percentage with a minimum value, 0% http://www.w3.org/TR/CSS21/box.html#propdef-padding-top,http://www.w3.org/TR/CSS21/box.html#padding-properties 877df2cc1dc9fbaa8b819f0b432c8b6066125ea8 `Microsoft`<http://www.microsoft.com/> The 'padding-top' property handles a minimum length value in percentage.
|
|
padding-top-091 reference/padding-top-091-ref Padding-top using percentage with a minimum plus one value, 1% http://www.w3.org/TR/CSS21/box.html#propdef-padding-top,http://www.w3.org/TR/CSS21/box.html#padding-properties 6450431e7e0822306ad20a41f87c1bbb0a2215d1 `Microsoft`<http://www.microsoft.com/> The 'padding-top' property handles a minimum plus one length value in percentage.
|
|
padding-top-092 reference/margin-bottom-100-ref Padding-top using percentage with a negative zero value, -0% http://www.w3.org/TR/CSS21/box.html#propdef-padding-top,http://www.w3.org/TR/CSS21/box.html#padding-properties c5e9f445c9052e69f53f102a6201a9c99a3d7d7a `Microsoft`<http://www.microsoft.com/> The 'padding-top' property handles a negative zero length value in percentage.
|
|
padding-top-093 reference/margin-bottom-100-ref Padding-top using percentage with a positive zero value, +0% http://www.w3.org/TR/CSS21/box.html#propdef-padding-top,http://www.w3.org/TR/CSS21/box.html#padding-properties b3222c21ff510d4c5c2431c206bf82ebf640fda8 `Microsoft`<http://www.microsoft.com/> The 'padding-top' property handles a positive zero length value in percentage.
|
|
padding-top-094 reference/margin-top-103-ref Padding-top using percentage with a nominal value, 50% http://www.w3.org/TR/CSS21/box.html#propdef-padding-top,http://www.w3.org/TR/CSS21/box.html#padding-properties efcce645b7522ebe16727792a76578a4ecbb8432 `Microsoft`<http://www.microsoft.com/> The 'padding-top' property handles a nominal length value in percentage.
|
|
padding-top-095 reference/margin-top-103-ref Padding-top using percentage with a nominal value with a plus sign, +50% http://www.w3.org/TR/CSS21/box.html#propdef-padding-top,http://www.w3.org/TR/CSS21/box.html#padding-properties aa36ca29ed54b7e8ada408bee207824ba30dfd1b `Microsoft`<http://www.microsoft.com/> The 'padding-top' property handles a nominal length value in percentage with a plus sign.
|
|
padding-top-100 reference/ref-no-vert-space-between Padding-top with a negative zero value and no units, -0 http://www.w3.org/TR/CSS21/box.html#propdef-padding-top,http://www.w3.org/TR/CSS21/box.html#padding-properties 905b91501597f998c1b3f5fdfd556e1e0f6af2d6 `Microsoft`<http://www.microsoft.com/> The 'padding-top' property handles a negative zero length value with no units.
|
|
padding-top-101 reference/ref-no-vert-space-between Padding-top with a zero value and no units, 0 http://www.w3.org/TR/CSS21/box.html#propdef-padding-top,http://www.w3.org/TR/CSS21/box.html#padding-properties 0a8aa325eb168f196b119f28caf76e4110a9a7fc `Microsoft`<http://www.microsoft.com/> The 'padding-top' property handles a zero length value with no units.
|
|
padding-top-102 reference/ref-no-vert-space-between Padding-top with a positive zero value and no units, +0 http://www.w3.org/TR/CSS21/box.html#propdef-padding-top,http://www.w3.org/TR/CSS21/box.html#padding-properties 3f0e2255d260ee4d1bc79a0ec5795366d8688566 `Microsoft`<http://www.microsoft.com/> The 'padding-top' property handles a positive zero length value with no units.
|
|
padding-top-103 reference/padding-top-103-ref Padding-top using the 'inherit' value http://www.w3.org/TR/CSS21/box.html#propdef-padding-top,http://www.w3.org/TR/CSS21/box.html#padding-properties 4531c676bf4debc14d0944a65a32a3bfb5f21471 `Microsoft`<http://www.microsoft.com/> The 'padding-top' property handles the 'inherit' value.
|
|
padding-top-applies-to-001 reference/margin-top-applies-to-001-ref Padding-top applied to element with display table-row-group http://www.w3.org/TR/CSS21/box.html#propdef-padding-top,http://www.w3.org/TR/CSS21/box.html#padding-properties aa1feec388aa28764eec8a6cc3a9507fa6f84c08 `Microsoft`<http://www.microsoft.com/> The 'padding-top' property does not apply to elements with a display of table-row-group.
|
|
padding-top-applies-to-002 reference/margin-top-applies-to-001-ref Padding-top applied to element with display table-header-group http://www.w3.org/TR/CSS21/box.html#propdef-padding-top,http://www.w3.org/TR/CSS21/box.html#padding-properties 43965c7b41a3520b1611fad9c5803824325bc690 `Microsoft`<http://www.microsoft.com/> The 'padding-top' property does not apply to elements with a display of table-header-group.
|
|
padding-top-applies-to-003 reference/margin-top-applies-to-001-ref Padding-top applied to element with display table-footer-group http://www.w3.org/TR/CSS21/box.html#propdef-padding-top,http://www.w3.org/TR/CSS21/box.html#padding-properties 1412feefd8d1394c0fdd84e5b223c6eaff209e7d `Microsoft`<http://www.microsoft.com/> The 'padding-top' property does not apply to elements with a display of table-footer-group.
|
|
padding-top-applies-to-004 reference/margin-top-applies-to-001-ref Padding-top applied to element with display table-row http://www.w3.org/TR/CSS21/box.html#propdef-padding-top,http://www.w3.org/TR/CSS21/box.html#padding-properties f9159c175e9799c2bc7e7844663a89d1925210e5 `Microsoft`<http://www.microsoft.com/> The 'padding-top' property does not apply to elements with a display of table-row.
|
|
padding-top-applies-to-005 reference/margin-top-applies-to-001-ref Padding-top applied to element with display table-column-group http://www.w3.org/TR/CSS21/box.html#propdef-padding-top,http://www.w3.org/TR/CSS21/box.html#padding-properties a3bfc5c7bcd145282a569e4d0d9e9a9afb72352e `Microsoft`<http://www.microsoft.com/> The 'padding-top' property does not apply to elements with a display of table-column-group.
|
|
padding-top-applies-to-006 reference/margin-top-applies-to-001-ref Padding-top applied to element with display table-column http://www.w3.org/TR/CSS21/box.html#propdef-padding-top,http://www.w3.org/TR/CSS21/box.html#padding-properties 721d26dbd099c9b267c2a91d45ce56eeb34ea423 `Microsoft`<http://www.microsoft.com/> The 'padding-top' property does not apply to elements with a display of table-column.
|
|
padding-top-applies-to-007 reference/margin-top-applies-to-012-ref Padding-top applied to element with display table-cell http://www.w3.org/TR/CSS21/box.html#propdef-padding-top,http://www.w3.org/TR/CSS21/box.html#padding-properties 65b4e455da5455bfdec4ed0ebce14267a1dcd356 `Microsoft`<http://www.microsoft.com/> The 'padding-top' property applies to elements with a display of table-cell.
|
|
padding-top-applies-to-008 Padding-top applied to element with display inline http://www.w3.org/TR/CSS21/box.html#propdef-padding-top,http://www.w3.org/TR/CSS21/box.html#padding-properties ef9c1e5f24cafd8ee25e6295e41ec1337df79def `Microsoft`<http://www.microsoft.com/> The 'padding-top' property applies to elements with a display of inline.
|
|
padding-top-applies-to-009 reference/margin-bottom-applies-to-009-ref Padding-top applied to element with display block http://www.w3.org/TR/CSS21/box.html#propdef-padding-top,http://www.w3.org/TR/CSS21/box.html#padding-properties 4780d572e9caa3db39b26c6994fde11e234b87b9 `Microsoft`<http://www.microsoft.com/> The 'padding-top' property applies to elements with a display of block.
|
|
padding-top-applies-to-010 Padding-top applied to element with display list-item http://www.w3.org/TR/CSS21/box.html#propdef-padding-top,http://www.w3.org/TR/CSS21/box.html#padding-properties 7c8e6761c3b0ca1374d04dbed9df3873e3652a97 `Microsoft`<http://www.microsoft.com/> The 'padding-top' property applies to elements with a display of list-item.
|
|
padding-top-applies-to-011 Padding-top applied to element with display run-in http://www.w3.org/TR/CSS21/box.html#propdef-padding-top,http://www.w3.org/TR/CSS21/box.html#padding-properties 1132c8a508fe291821518c33816672bc47017037 `Microsoft`<http://www.microsoft.com/> The 'padding-top' property applies to elements with a display of run-in.
|
|
padding-top-applies-to-012 reference/margin-top-applies-to-012-ref Padding-top applied to element with display inline-block http://www.w3.org/TR/CSS21/box.html#propdef-padding-top,http://www.w3.org/TR/CSS21/box.html#padding-properties 29373af928c4f624b304e58ce63d509feeb76cbd `Microsoft`<http://www.microsoft.com/> The 'padding-top' property applies to elements with a display of inline-block.
|
|
padding-top-applies-to-013 reference/margin-top-applies-to-013-ref Padding-top applied to element with display table http://www.w3.org/TR/CSS21/box.html#propdef-padding-top,http://www.w3.org/TR/CSS21/box.html#padding-properties ea4c9875427598a8faace32208da9fc17b9b8b99 `Microsoft`<http://www.microsoft.com/> The 'padding-top' property applies to elements with a display of table.
|
|
padding-top-applies-to-014 reference/margin-top-applies-to-013-ref Padding-top applied to element with display inline-table http://www.w3.org/TR/CSS21/box.html#propdef-padding-top,http://www.w3.org/TR/CSS21/box.html#padding-properties 45af2a07288d126a6dc8c6d750a2a253ebfb09da `Microsoft`<http://www.microsoft.com/> The 'padding-top' property applies to elements with a display of inline-table.
|
|
padding-top-applies-to-015 reference/margin-top-applies-to-012-ref Padding-top applied to element with display table-caption http://www.w3.org/TR/CSS21/box.html#propdef-padding-top,http://www.w3.org/TR/CSS21/box.html#padding-properties fdcac029e174a94ffc233994e5e9bb34e8e08c17 `Microsoft`<http://www.microsoft.com/> The 'padding-top' property applies to elements with a display of table-caption.
|
|
page-box-000 Page bleed paged,should http://www.w3.org/TR/CSS21/page.html#outside-page-box,http://www.w3.org/TR/css3-page/#content-outside-box 51885de547b337a82c0b2e78f7d209497d85f973 `Melinda Grant`<mailto:melinda.grant@hp.com> Content should be allowed slightly beyond the page box to allow pages to 'bleed'.
|
|
page-break-after-000 page-break-after: always paged http://www.w3.org/TR/CSS21/page.html#page-break-props 8e9ac9eb933632ebf92a5fc8c879a5a47b205206 `Michael Turnwall`<mailto:mturnwall@revenution.com>,`Hewlett-Packard Company`<http://www.hp.com/> The 'always' value of the 'page-break-after' property forces a page break after the box.
|
|
page-break-after-001 page-break-after: auto paged http://www.w3.org/TR/CSS21/page.html#page-break-props e94d2ca26b4985763f03fd564ea05e4afae6fc15 `Michael Turnwall`<mailto:mturnwall@revenution.com>,`Hewlett-Packard Company`<http://www.hp.com/> The 'always' value of the 'page-break-after' property forces a page break after the box.
|
|
page-break-after-002 page-break-after applies to blocks paged http://www.w3.org/TR/CSS21/page.html#page-break-props,http://www.w3.org/TR/css3-page/#pg-br-before-after 63b9550470e265c2a44cc7c185743939e895fb79 `Tom Clancy`<mailto:tclancy@revenution.com> The 'page-break-after' property must be applied to block-level elements and may be applied to other elements.
|
|
page-break-after-003 page-break-after (no inherit) paged http://www.w3.org/TR/CSS21/page.html#page-break-props 76388e1ae48c7d12181f0f6b8aee24050bb63f79 `Michael Turnwall`<mailto:mturnwall@revenution.com>,`Hewlett-Packard Company`<http://www.hp.com/> The 'page-break-after' property is not inherited.
|
|
page-break-after-004 page-break-after (invalid syntax) invalid,paged http://www.w3.org/TR/CSS21/page.html#page-break-props 53218819afb8f8ec139cba996949c517f8c2bf38 `Michael Turnwall`<mailto:mturnwall@revenution.com>,`Hewlett-Packard Company`<http://www.hp.com/> The syntax of the 'page-break-after' property is auto | always | avoid | left | right.
|
|
page-break-after-005 page-break-after: initial value paged http://www.w3.org/TR/CSS21/page.html#page-break-props,http://www.w3.org/TR/css3-page/#pg-br-before-after 1a04eaf8772a5ee4da632459d3c90ec2fd0014db `Tom Clancy`<mailto:tclancy@revenution.com> The initial value of the 'page-break-after' property is 'auto'.
|
|
page-break-after-006 page-break-after applies to paged media http://www.w3.org/TR/CSS21/page.html#page-break-props,http://www.w3.org/TR/css3-page/#pg-br-before-after e74554ec72167edc6583e3b60ca83437b7a6c12c `Tom Clancy`<mailto:tclancy@revenution.com> The 'page-break-after' property applies to paged media only
|
|
page-break-after-007 page-break-after: auto paged http://www.w3.org/TR/CSS21/page.html#page-break-props,http://www.w3.org/TR/css3-page/#pg-br-before-after 7ccf695dea1e71f9fa18b3f7903435117be04fbc `Melinda Grant`<mailto:melinda.grant@hp.com> The 'auto' value of the 'page-break-after' property neither forces nor forbids a page break after the box.
|
|
page-break-after-008 page-break-after: right paged http://www.w3.org/TR/CSS21/page.html#page-break-props,http://www.w3.org/TR/css3-page/#pg-br-before-after 20eae7f8e023cbe1d0fefe05e0f639eed0d3133b `Tom Clancy`<mailto:tclancy@revenution.com> The 'right' value of the 'page-break-after' property forces one or two page breaks before the box so that the page after the break is formatted as a right page
|
|
page-break-after-009 page-break-after: avoid paged http://www.w3.org/TR/CSS21/page.html#page-break-props,http://www.w3.org/TR/css3-page/#pg-br-before-after 741c09bf019e30dc895b57ac1c9b782a605d0f6d `Elika J. Etemad`<http://fantasai.inkedblade.net/contact>,`Tom Clancy`<mailto:tclancy@revenution.com> The 'avoid' value of the 'page-break-after' property inhibits a page break after the element when possible.
|
|
page-break-after-010 page-break-after: left paged http://www.w3.org/TR/CSS21/page.html#page-break-props,http://www.w3.org/TR/css3-page/#pg-br-before-after fbc19db479c8fbc9109d67de7f5c4be2d5de4d2a `Tom Clancy`<mailto:tclancy@revenution.com> The 'left' value of the 'page-break-after' property forces one or two page breaks before the box so that the page after the break is formatted as a left page
|
|
page-break-before-000 page-break-before: always paged http://www.w3.org/TR/CSS21/page.html#page-break-props,http://www.w3.org/TR/css3-page/#pg-br-before-after c6e20825bb4f95a94aa60a4a5252a59af9f09230 `Michael Turnwall`<mailto:mturnwall@revenution.com>,`Hewlett-Packard Company`<http://www.hp.com/> The 'always' value of the 'page-break-before' property forces a page break before the box.
|
|
page-break-before-001 page-break-before :auto paged http://www.w3.org/TR/CSS21/page.html#page-break-props c455a554b204a25e9967a7fc57f5f98447248d76 `Michael Turnwall`<mailto:mturnwall@revenution.com>,`Hewlett-Packard Company`<http://www.hp.com/> The 'auto' value of the 'page-break-before' property neither forces nor forbids a page break before the box.
|
|
page-break-before-002 page-break-before inline elements paged http://www.w3.org/TR/CSS21/page.html#page-break-props a51b72028a8ba6b8dfc77e252038e5ac43c4d9f7 `Michael Turnwall`<mailto:mturnwall@revenution.com>,`Hewlett-Packard Company`<http://www.hp.com/> The 'page-break-before' property applies to block-level elements only.
|
|
page-break-before-003 page-break-before: left paged http://www.w3.org/TR/CSS21/page.html#page-break-props,http://www.w3.org/TR/css3-page/#pg-br-before-after 38c25fb57ad4d983885501bbb4bf40d615404e1c `Tom Clancy`<mailto:tclancy@revenution.com> - The 'left' value of the 'page-break-before' property forces one or two page breaks before the box so that the page after the break is formatted as a left page.
|
|
page-break-before-004 page-break-before (no inherit) paged http://www.w3.org/TR/CSS21/page.html#page-break-props,http://www.w3.org/TR/css3-page/#pg-br-before-after 58cc9bead9d74e61e7fe765baa7b749a8941414b `Tom Clancy`<mailto:tclancy@revenution.com> The 'page-break-before' property is not inherited.
|
|
page-break-before-005 page-break-before: right paged http://www.w3.org/TR/CSS21/page.html#page-break-props,http://www.w3.org/TR/css3-page/#pg-br-before-after 1a2cf3dd8a0faad885f3794788b69b278c411134 `Tom Clancy`<mailto:tclancy@revenution.com> - The 'right' value of the 'page-break-before' property forces one or two page breaks before the box so that the page after the break is formatted as a right page.
|
|
page-break-before-006 page-break-before (invalid syntax) invalid,paged http://www.w3.org/TR/CSS21/page.html#page-break-props,http://www.w3.org/TR/css3-page/#pg-br-before-after e6410d269f531904b4097ebb348466852779af67 `Tom Clancy`<mailto:tclancy@revenution.com> The syntax of the 'page-break-before' property is auto | always | avoid | left | right.
|
|
page-break-before-007 page-break-before initial value paged http://www.w3.org/TR/CSS21/page.html#page-break-props,http://www.w3.org/TR/css3-page/#pg-br-before-after 3feef62b2cfdcf645f288dd08acbec285a0178fb `Tom Clancy`<mailto:tclancy@revenution.com> The initial value of the 'page-break-before' property is 'auto', which neither forces nor forbids a page break before boxes.
|
|
page-break-before-007-b page-break-before explicit auto test paged http://www.w3.org/TR/CSS21/page.html#page-break-props,http://www.w3.org/TR/css3-page/#pg-br-before-after 00ce03b2774821002cc62f69c89712250673ac4d `Tom Clancy`<mailto:tclancy@revenution.com> The initial value of the 'page-break-before' property is 'auto'.
|
|
page-break-before-008 page-break-before paged media paged http://www.w3.org/TR/CSS21/page.html#page-break-props,http://www.w3.org/TR/css3-page/#pg-br-before-after 0125085a8bdf74587cbfed9bad64bc0cc10cc386 `Tom Clancy`<mailto:tclancy@revenution.com> The 'page-break-before' property applies to paged media only
|
|
page-break-before-009 page-break-before avoid paged http://www.w3.org/TR/CSS21/page.html#page-break-props,http://www.w3.org/TR/css3-page/#pg-br-before-after 0e5c562ccbeae4e0b60bd0072f6bedbcf2b47b3b `Elika J. Etemad`<http://fantasai.inkedblade.net/contact>,`Tom Clancy`<mailto:tclancy@revenution.com> The 'avoid' value of the 'page-break-before' property prevents a page break before the element when possible
|
|
page-break-before-010 page-break-before :auto paged http://www.w3.org/TR/CSS21/page.html#page-break-props,http://www.w3.org/TR/css3-page/#pg-br-before-after 9d611ae9cc85acfc8abdad6f14e27a8237c70801 `Elika J. Etemad`<http://fantasai.inkedblade.net/contact> The 'auto' value of the 'page-break-before' property neither forces nor forbids a page break before the box.
|
|
page-break-before-011 page-break-before initial value paged http://www.w3.org/TR/CSS21/page.html#page-break-props,http://www.w3.org/TR/css3-page/#pg-br-before-after 16271457ff607e28b5db96c6cd66738a1e64f883 `Tom Clancy`<mailto:tclancy@revenution.com> The initial value of the 'page-break-before' property is 'auto', which neither forces nor forbids a page break before boxes.
|
|
page-break-before-020 Paged media - page-break-before on floats paged http://www.w3.org/TR/CSS21/page.html#page-break-props,http://www.w3.org/TR/css3-page/#pg-br-before-after 0b68391c6503731277009ed532ccd93fb6230e5a `Melinda Grant`<mailto:melinda.grant@hp.com> The 'page-break-before' property applies to floated block-level elements in normal flow.
|
|
page-break-inside-000 page-break-inside:auto paged http://www.w3.org/TR/CSS21/page.html#page-break-props,http://www.w3.org/TR/CSS21/visudet.html#the-height-property,http://www.w3.org/TR/CSS21/visudet.html#containing-block-details 059ab7276a568789de001a8467408972d6e0f9ce `Tom Clancy`<mailto:tclancy@revenution.com>,`Hewlett-Packard Company`<http://www.hp.com/> The 'auto' value of the 'page-break-inside' property neither forces nor forbids a page break inside the box.
|
|
page-break-inside-001 page-break-inside: avoid (basic) paged http://www.w3.org/TR/CSS21/page.html#page-break-props,http://www.w3.org/TR/css3-page/#pg-br-before-after 4883142adb3ef2ae5b1370d66eb71f3abbb9e5b6 `Tom Clancy`<mailto:tclancy@revenution.com> The 'avoid' value of the 'page-break-inside' property causes the UA to avoid breaking inside the element.
|
|
page-break-inside-002 page-break-inside (inline elements) paged http://www.w3.org/TR/CSS21/page.html#page-break-props 9e3a8e85f2a775716ed338b9c1a3a05ea2a8a97c `Tom Clancy`<mailto:tclancy@revenution.com> The 'page-break-inside' property applies to block-level elements only.
|
|
page-break-inside-003 @page page-break-inside invalid syntax invalid,paged http://www.w3.org/TR/CSS21/page.html#page-break-props e2f3c2d197dd0bad5ab33eb7b210904317c5b308 `Tom Clancy`<mailto:tclancy@revenution.com> The syntax of the 'page-break-inside' property is auto | avoid.
|
|
page-break-inside-004 @page page-break-inside:auto paged http://www.w3.org/TR/CSS21/page.html#page-break-props,http://www.w3.org/TR/css3-page/#pg-br-before-after a5aed59b82b590bd6545332daa3766c6bf5f8fbf `Tom Clancy`<mailto:tclancy@revenution.com> The initial value of the 'page-break-inside' property is 'auto'.
|
|
page-break-inside-005 page-break-inside inheritance paged http://www.w3.org/TR/CSS21/text.html#spacing-props 77c029b7e871e46660d792118d44b2f92aaa74d7 `Elika J. Etemad`<http://fantasai.inkedblade.net/contact> 'page-break-inside' does not inherit.
|
|
page-break-inside-006 page-break-inside: paged media paged http://www.w3.org/TR/CSS21/page.html#page-break-props 82405f400c4e0d35f934bfe16820d423b3084b76 `Tom Clancy`<mailto:tclancy@revenution.com>,`Elika J. Etemad`<http://fantasai.inkedblade.net/contact> The 'page-break-inside' property applies to paged media only.
|
|
page-break-margins-001 Margin at the start of document may,paged http://www.w3.org/TR/CSS21/text.html#spacing-props 1ce6b83a15f6b8e4be94b93acce1099bbe4ba500 `Elika J. Etemad`<http://fantasai.inkedblade.net/contact> The UA may preserve the margin after a forced page break.
|
|
page-break-margins-002 allowed page break margin handling paged http://www.w3.org/TR/CSS21/page.html#page-break-props 17a2f4d4c67f694a5306d94719135220b4e16727 `Tom Clancy`<mailto:tclancy@revenution.com> When a page break occurs in the vertical margin between sibling block boxes (or rows in a table), the used values of the adjoining 'margin-bottom' and 'margin-top' properties are set to '0'.
|
|
page-break-margins-003 page break margin handling paged http://www.w3.org/TR/CSS21/page.html#page-break-props,http://www.w3.org/TR/css3-page/#allowed-pg-brk 6eda07acbe095cc1d25cf5ccdea6aec72037d539 `Melinda Grant`<mailto:melinda.grant@hp.com> When a page break occurs in the vertical margin between sibling block boxes, the used values of the adjoining 'margin-bottom' and 'margin-top' properties are set to '0'.
|
|
page-break-margins-004 page break margin handling paged http://www.w3.org/TR/CSS21/page.html#page-break-props,http://www.w3.org/TR/css3-page/#allowed-pg-brk 36c884e04092a565b5bd3c7cf19bfa1f7d4cb6f7 `Melinda Grant`<mailto:melinda.grant@hp.com> When a page break occurs in the vertical margin between sibling block boxes, the used values of the adjoining 'margin-top' property is set to '0'.
|
|
page-breaks-100 Page breaks: clearing bottom margin paged http://www.w3.org/TR/CSS21/page.html#allowed-page-breaks,http://www.w3.org/TR/css3-page/#allowed-pg-brk a4779a19e9a02180af1eed42b647b95454cc4cad `Melinda Grant`<mailto:melinda.grant@hp.com> When an element would span a page break solely to satisfy a descendant's bottom margin, that margin is instead truncated and the element does not span pages.
|
|
page-breaks-101 Page Breaks and Bottom Margin (with bg/border) paged http://www.w3.org/TR/CSS21/page.html#allowed-page-breaks,http://www.w3.org/TR/css3-page/#allowed-pg-brk a2e18b486692cca0808910db3a87014066bb1715 `Melinda Grant`<mailto:melinda.grant@hp.com>,`Elika J. Etemad`<http://fantasai.inkedblade.net/contact> Page breaks are not allowed between the last child of a block and its parent.
|
|
page-container-000 Paged Media root container paged http://www.w3.org/TR/CSS21/page.html#page-box,http://www.w3.org/TR/CSS21/visudet.html#the-height-property,http://www.w3.org/TR/css3-page/#page-box-page-rule d5298d0a06bf98afd48bba6e4df1e56bd2c3a999 `Melinda Grant`<mailto:melinda.grant@hp.com> For a single-page document, the containing box for the root element is the page area.
|
|
page-container-001 paged media abspos containing block paged http://www.w3.org/TR/CSS21/page.html#page-box,http://www.w3.org/TR/css3-page/#page-box-page-rule 7a8359f5db63c017ccc3763efd719113c8da0d84 `Melinda Grant`<mailto:melinda.grant@hp.com> For a single-page document, the containing box for positioned content with no positioned ancestor is the page area.
|
|
page-container-002 paged media root percent height paged http://www.w3.org/TR/CSS21/page.html#page-box,http://www.w3.org/TR/CSS21/visudet.html#the-height-property,http://www.w3.org/TR/css3-page/#page-box-page-rule ec7a5a78b1a532debc1f959423b5eed0b0705643 `Melinda Grant`<mailto:melinda.grant@hp.com> A percentage height on the root element is relative to the page area height.
|
|
page-container-003 paged media position fixed paged http://www.w3.org/TR/CSS21/page.html#page-box,http://www.w3.org/TR/CSS21/visuren.html#choose-position,http://www.w3.org/TR/css3-page/#page-box-page-rule 8d4d4d64d497546c6ee31a3d663078ff795c533c `Melinda Grant`<mailto:melinda.grant@hp.com> Elements with 'position: fixed' are positioned relative to the page area and are rendered on every page of the printed document.
|
|
page-container-004 Paged Media root container (float) may,paged http://www.w3.org/TR/CSS21/page.html#page-box,http://www.w3.org/TR/CSS21/visudet.html#the-height-property,http://www.w3.org/TR/css3-page/#page-box-page-rule 916ae2c5bc6ae391a5dccc376b28dfa68c449c7f `Melinda Grant`<mailto:melinda.grant@hp.com> The root element when floated abuts the left or right edge of the page area.
|
|
page-container-005 Paged content image,paged http://www.w3.org/TR/CSS21/page.html#page-box,http://www.w3.org/TR/css3-page/#page-box-page-rule 758c2a3123c85e08619ca5f625dcf1c676c1a5be `Melinda Grant`<mailto:melinda.grant@hp.com> The page area includes the boxes laid out on that page. The content of the document is flowed into the page area of one or more page sheets.
|
|
page-container-006 Paged media - percent on root paged http://www.w3.org/TR/CSS21/page.html#page-box,http://www.w3.org/TR/css3-page/#page-box-page-rule d1c3a6ea2a6f5b629d368fcad2a8869ccac7433b `Melinda Grant`<mailto:melinda.grant@hp.com> A percentage width on the root element is relative to the page area width.
|
|
page-container-007 Fixed content outside the page area image,paged http://www.w3.org/TR/CSS21/visuren.html#fixed-positioning 21b54af4c2e9557e25d1cf1fd2751ce532c965fb `Melinda Grant`<mailto:melinda.grant@hp.com> Any portion of an element with 'position: fixed' which is positioned outside the page area is not printed.
|
|
page-container-008 Paged Media Canvas Background paged http://www.w3.org/TR/CSS21/visudet.html#containing-block-details,http://www.w3.org/TR/css3-page/#painting e8bbccc4565c036aba6b927c5b31c69e88645a93 `Melinda Grant`<mailto:melinda.grant@hp.com> For documents in the html namespace, a background on 'html' will cover the page area but not the margin area.
|
|
page-container-009 Paged Media Body Background paged http://www.w3.org/TR/CSS21/visudet.html#containing-block-details,http://www.w3.org/TR/css3-page/#painting 9da37a4c25421d668ca339c98319554d2afaa42a `Melinda Grant`<mailto:melinda.grant@hp.com> For documents in the html namespace, a background on 'body' will cover the page area.
|
|
page-container-010 Paged Media Height (percent) paged http://www.w3.org/TR/CSS21/page.html#page-box,http://www.w3.org/TR/CSS21/visuren.html#comp-abspos,http://www.w3.org/TR/CSS21/visudet.html#the-height-property,http://www.w3.org/TR/css3-page/#page-box-page-rule 84badaa974fadd5a74622e993ec856487f569def `Melinda Grant`<mailto:melinda.grant@hp.com> For HTML documents in paged media, when the HTML and BODY elements have heights of 100%, a percentage height on a child of BODY is relative to the page area height.
|
|
page-container-011 Paged Media: Relatively Positioned Pages paged http://www.w3.org/TR/CSS21/visuren.html#comp-abspos 1ba8d921d0b11dc7a808e128bdb418d8430f06ca `Melinda Grant`<mailto:melinda.grant@hp.com> When a relatively positioned element whose 'height' and 'width' match that of the page area has a corner positioned at a corner of the page area, any positioned children are positioned relative to the page area.
|
|
page-grammar-001 @page grammar: white space allowed around pseudo paged http://www.w3.org/TR/CSS21/page.html#page-box,http://www.w3.org/TR/CSS21/grammar.html#grammar,http://www.w3.org/TR/css3-page/#syntax-page-selector 50fe56e87160b18a37f87f94b78ed38a21535a31 `Melinda Grant`<mailto:melinda.grant@hp.com> White space before and after a pseudo-page selector is allowed.
|
|
page-grammar-002 @page grammar: white space not required around pseudo paged http://www.w3.org/TR/CSS21/page.html#page-box,http://www.w3.org/TR/CSS21/grammar.html#grammar,http://www.w3.org/TR/css3-page/#syntax-page-selector 28648364a4c632b4fce2f7736e453c720133754e `Melinda Grant`<mailto:melinda.grant@hp.com> White space before and after a pseudo-page selector is not required.
|
|
page-margin-000 @page margins shorthand using fixed physical units paged http://www.w3.org/TR/CSS21/page.html#page-margins,http://www.w3.org/TR/css3-page/#page-properties,http://www.w3.org/TR/css3-page/#page-box-page-rule 3f3a0d8c5fdd09c42565e3ee97a887eae7f1a22a `Tom Clancy`<mailto:tclancy@revenution.com>,`Hewlett-Packard Company`<http://www.hp.com/> A margin declaration within the @page context applies to the page box.
|
|
page-margin-001 @page margins on top and right using percentages paged http://www.w3.org/TR/CSS21/page.html#page-margins,http://www.w3.org/TR/css3-page/#page-properties,http://www.w3.org/TR/css3-page/#page-box-page-rule 91069f274c9cfee882bdc257114b67ade8f141cf `Tom Clancy`<mailto:tclancy@revenution.com>,`Hewlett-Packard Company`<http://www.hp.com/> A percentage right margin in the @page context applies to the page box and is relative to the width of the page box. A percentage top margin in the @page context applies to the page box and is relative to the height of the page box.
|
|
page-margin-002 @page margins on bottom and left using percentages paged http://www.w3.org/TR/CSS21/page.html#page-margins,http://www.w3.org/TR/css3-page/#page-properties,http://www.w3.org/TR/css3-page/#page-box-page-rule b3af3c79091e314f126850729d3c5c305fe8fa41 `Tom Clancy`<mailto:tclancy@revenution.com>,`Hewlett-Packard Company`<http://www.hp.com/> A margin declaration within the @page context applies to the page box.
|
|
page-props-100-a Unqualified Page Contexts (first, right) paged http://www.w3.org/TR/CSS21/page.html#page-margins,http://www.w3.org/TR/CSS21/page.html#page-selectors,http://www.w3.org/TR/css3-page/#at-page-rule 593260616a8e3a6abf4e0e03700762a155f2000c `Melinda Grant`<mailto:melinda.grant@hp.com> A margin declaration within a page context which is not qualified by a pseudo-class (or, for css3, a named page identifier) sets the margins for every page of the document which doesn't match a page context with a :first, :right, or :left pseudoclass (or, for css3, a named page identifier).
|
|
page-props-100-b Unqualified Page Contexts (first, left) paged http://www.w3.org/TR/CSS21/page.html#page-margins,http://www.w3.org/TR/CSS21/page.html#page-selectors,http://www.w3.org/TR/css3-page/#at-page-rule 838829260c173c5e92eadf3e210e805e7cf87096 `Melinda Grant`<mailto:melinda.grant@hp.com> A margin declaration within a page context which is not qualified by a pseudo-class (or, for css3, a named page identifier) sets the margins for every page of the document which doesn't match a page context with a :first, :right, or :left pseudoclass (or, for css3, a named page identifier).
|
|
page-props-101 Right and Left Pages (page area equal) paged http://www.w3.org/TR/CSS21/page.html#page-selectors,http://www.w3.org/TR/css3-page/#left-right-first 7005435a9d394b5d8b45f42086070b2d672a54c9 `Melinda Grant`<mailto:melinda.grant@hp.com> The right and left pages of a document may use differing margin styles that yield equivalent page area heights.
|
|
page-props-102 Right and Left Pages (page area equal) paged http://www.w3.org/TR/CSS21/page.html#page-selectors 9e4cb93042bdd6954c3ed00e48320a2845c9d7dd `Melinda Grant`<mailto:melinda.grant@hp.com> The right and left pages of a document may use differing margin styles that yield different page area widths, but the UA may adjust the margins such that the page area widths are the same.
|
|
page-props-103 Right and Left Pages (page area equal) paged http://www.w3.org/TR/CSS21/page.html#page-selectors,http://www.w3.org/TR/css3-page/#left-right-first 4c3efee76a6c8457f2c8bb2b9d81a66776e012bc `Melinda Grant`<mailto:melinda.grant@hp.com> The right and left pages of a document may use differing margin styles that yield different page area heights.
|
|
page-selectors-001 page selector is optional in @page rules paged http://www.w3.org/TR/CSS21/page.html#page-box,http://www.w3.org/TR/css3-page/#at-page-rule 05c137a449d7d34a421d9fa66f2dfe980709797c `Melinda Grant`<mailto:melinda.grant@hp.com> An @page rule consists of the keyword '@page', followed by an optional page selector, followed by a block of declarations.
|
|
page-selectors-002 Page Selectors: first, right, and left pages paged http://www.w3.org/TR/CSS21/page.html#page-selectors,http://www.w3.org/TR/css3-page/#left-right-first d09ca33c13e30983772e405e791712689de6f270 `Melinda Grant`<mailto:melinda.grant@hp.com> In CSS 2.1, page selectors may designate the first page, all left pages, or all right pages.
|
|
page-selectors-003 Page cascade (right/left) paged http://www.w3.org/TR/CSS21/page.html#page-selectors,http://www.w3.org/TR/css3-page/#cascading-and-page-context 2bfef1b4a541440e6b37f66430000763f64f81d9 `Melinda Grant`<mailto:melinda.grant@hp.com> Properties specified in a :left or :right @page rule override those specified in an @page rule that has no pseudo-class specified.
|
|
page-selectors-004 Page cascade (first trumps right) paged http://www.w3.org/TR/CSS21/page.html#page-selectors,http://www.w3.org/TR/css3-page/#cascading-and-page-context f891ace4d89107be53733960b9977a18aa485216 `Melinda Grant`<mailto:melinda.grant@hp.com> Properties specified in a :first @page context override those specified in :right @page contexts.
|
|
page-selectors-006 Page cascade (first trumps no pseudo-class) paged http://www.w3.org/TR/CSS21/page.html#page-selectors,http://www.w3.org/TR/css3-page/#cascading-and-page-context 697227ba2400aaeb6372426c350e26f181fd8cab `Melinda Grant`<mailto:melinda.grant@hp.com> Properties specified in a :first @page rule override those specified in an @page rule with no pseudo-class specified.
|
|
position-001 Position set to 'static' http://www.w3.org/TR/CSS21/visuren.html#propdef-position,http://www.w3.org/TR/CSS21/visuren.html#choose-position 49d6cf06033dd92801dbc70332be6d71e150a4fe `Microsoft`<http://www.microsoft.com/> The 'position' property applies the value 'static' and places the element in normal document flow.
|
|
position-002 Position set to 'relative' http://www.w3.org/TR/CSS21/visuren.html#propdef-position,http://www.w3.org/TR/CSS21/visuren.html#choose-position 49a12e98212cc8170c07854ca64ec1761b5fe281 `Microsoft`<http://www.microsoft.com/> The 'position' property applies the value 'relative' and places the element in normal document flow.
|
|
position-003 Position set to 'absolute' http://www.w3.org/TR/CSS21/visuren.html#propdef-position,http://www.w3.org/TR/CSS21/visuren.html#choose-position 8d0ac3c836c9f720233c8d339203bd92ee69a77f `Microsoft`<http://www.microsoft.com/> The 'position' property applies the value 'absolute' and places the element out of flow of the document.
|
|
position-004 Position set to 'fixed' interact http://www.w3.org/TR/CSS21/visuren.html#propdef-position,http://www.w3.org/TR/CSS21/visuren.html#choose-position 8229d8e8bc8d0963366ea596b1118fde830fea8e `Microsoft`<http://www.microsoft.com/> The 'position' property applies the value 'fixed' and places the element out of flow of the document and locks it to a specific point on the viewport.
|
|
position-005 Position set to 'inherit' http://www.w3.org/TR/CSS21/visuren.html#propdef-position,http://www.w3.org/TR/CSS21/visuren.html#choose-position 371eb74e85869220efb7b7117768c3944af9ffb7 `Microsoft`<http://www.microsoft.com/> The 'position' property applies the value 'inherit' and inherits the 'position' value from its parent element.
|
|
position-006 reference/position-006-ref Parsing 'position' invalid http://www.w3.org/TR/CSS21/syndata.html#parsing-errors 9d42f5ca369489498c989f7f062eeb0f24cd6623 `Ian Hickson`<mailto:ian@hixie.ch>
|
|
position-absolute-001 reference/ref-filled-green-100px-square Absolute positions impact on later siblings http://www.w3.org/TR/CSS21/visuren.html#positioning-scheme b0383917b9d498980b17b4118637781ef2a556dd `Microsoft`<http://www.microsoft.com/> Absolute positioned elements do not impact later siblings.
|
|
position-absolute-002 reference/position-absolute-002-ref Position absolute size and positioning http://www.w3.org/TR/CSS21/visuren.html#propdef-position,http://www.w3.org/TR/CSS21/visuren.html#choose-position 9e2a185a8b276e96f2fb3ec4259b509fff5434c9 `Microsoft`<http://www.microsoft.com/> Absolutely positioned elements can be sized and positioned using 'top', 'right', 'bottom' and 'left' properties.
|
|
position-absolute-003 reference/ref-filled-green-100px-square Absolute position element taken out of flow http://www.w3.org/TR/CSS21/visuren.html#absolute-positioning d433844755ced213600865590beb63631483beb0 `Microsoft`<http://www.microsoft.com/> Absolute positioned elements are taken out of the normal flow when they have explicit offsets.
|
|
position-absolute-004 reference/position-absolute-004-ref Absolutely positioned elements establishes a new containing block for normal flow children http://www.w3.org/TR/CSS21/visuren.html#absolute-positioning 549f2a39ecc373577d44f3d3b6dc6733b247a0e6 `Microsoft`<http://www.microsoft.com/> An absolutely positioned box establishes a new containing block for normal flow children.
|
|
position-absolute-005 Absolutely positioned elements do not establish a new containing block for fixed position descendants http://www.w3.org/TR/CSS21/visuren.html#absolute-positioning 5aeee6e9b6ae0f7cd3866a168107bfc0572bbe3b `Microsoft`<http://www.microsoft.com/> An absolutely positioned box does not establish a new containing block for fixed positioned descendants.
|
|
position-absolute-006 reference/position-absolute-004-ref Absolutely positioned elements establishes a new containing block for absolutely positioned children http://www.w3.org/TR/CSS21/visuren.html#absolute-positioning 9bb926d74fd94f47bfef44de63ea383e8f0ae387 `Microsoft`<http://www.microsoft.com/> An absolutely positioned box establishes a new containing block for absolutely positioned children.
|
|
position-absolute-007 reference/position-absolute-007-ref Absolutely positioned elements child behavior http://www.w3.org/TR/CSS21/visuren.html#absolute-positioning 35f579780ceb749acf10099f9a94504ee71b1da4 `Microsoft`<http://www.microsoft.com/> The contents of an absolutely positioned element do not flow around any other boxes and can obscure the contents of another box.
|
|
position-absolute-008 reference/ref-filled-green-100px-square Float is computed to 'none' when element is absolutely positioned http://www.w3.org/TR/CSS21/visuren.html#dis-pos-flo c941c0ce12b16b94b183529cbbd7b70edc8c1c17 `Microsoft`<http://www.microsoft.com/> Float is computed to 'none' when 'position: absolute' is specified.
|
|
position-absolute-008a reference/ref-filled-green-100px-square Float is computed to 'none' when element is absolutely positioned http://www.w3.org/TR/CSS21/visuren.html#dis-pos-flo efc3a806c8e9e628a07dffc3b0285ebb261f35a9 `Gérard Talbot`<http://www.gtalbot.org/BrowserBugsSection/css21testsuite/> Float is computed to 'none' when 'position: absolute' is specified.
|
|
position-absolute-percentage-inherit-001 reference/position-absolute-percentage-inherit-001-ref position absolute - dimensions and position given by offset percentages and inherit http://www.w3.org/TR/CSS21/visuren.html#position-props,http://www.w3.org/TR/CSS21/cascade.html#value-def-inherit,http://www.w3.org/TR/CSS21/syndata.html#length-units c941a884c05aa3df96b9c703d52b9f7034fff7e9 `Gérard Talbot`<http://www.gtalbot.org/BrowserBugsSection/css21testsuite/> Absolutely positioned boxes can be dimensioned and positioned solely by setting offset 'top', 'right', 'bottom' and 'left' property values with percentage unit and then with inherit keyword. 'inherit' on a offset property makes such offset property take the same computed value as the offset property of the nearest positioned ancestor; in the case of a percentage value - like in this testcase - , the computed value is the specified percentage value of such nearest positioned ancestor.
|
|
position-applies-to-001 reference/bottom-applies-to-001-ref Position applied to element with 'display' set to 'table-row-group' http://www.w3.org/TR/CSS21/visuren.html#propdef-position,http://www.w3.org/TR/CSS21/visuren.html#dis-pos-flo,http://www.w3.org/TR/CSS21/visuren.html#choose-position 2f158f0f5b42e482ce21b76504dd1ac8b2f9a3ce `Microsoft`<http://www.microsoft.com/> The 'position' property applies to elements with a display of 'table-row-group'.
|
|
position-applies-to-002 reference/bottom-applies-to-001-ref Position applied to element with 'display' set to 'table-header-group' http://www.w3.org/TR/CSS21/visuren.html#propdef-position,http://www.w3.org/TR/CSS21/visuren.html#dis-pos-flo,http://www.w3.org/TR/CSS21/visuren.html#choose-position 26d9433f71cfa6639af47d1bdcc9a9052cb97432 `Microsoft`<http://www.microsoft.com/> The 'position' property applies to elements with a display of 'table-header-group'.
|
|
position-applies-to-003 reference/bottom-applies-to-001-ref Position applied to element with 'display' set to 'table-footer-group' http://www.w3.org/TR/CSS21/visuren.html#propdef-position,http://www.w3.org/TR/CSS21/visuren.html#dis-pos-flo,http://www.w3.org/TR/CSS21/visuren.html#choose-position b7e8a0a20853781c2d113f165691ae557a447b29 `Microsoft`<http://www.microsoft.com/> The 'position' property applies to elements with a display of 'table-footer-group'.
|
|
position-applies-to-004 reference/bottom-applies-to-001-ref Position applied to element with 'display' set to 'table-row' http://www.w3.org/TR/CSS21/visuren.html#propdef-position,http://www.w3.org/TR/CSS21/visuren.html#dis-pos-flo,http://www.w3.org/TR/CSS21/visuren.html#choose-position 17e80cd4baa47ff7544229c40ba2538b4ee18ff9 `Microsoft`<http://www.microsoft.com/> The 'position' property applies to elements with a display of 'table-row'.
|
|
position-applies-to-005 reference/bottom-applies-to-001-ref Position applied to element with 'display' set to 'table-column-group' http://www.w3.org/TR/CSS21/visuren.html#propdef-position,http://www.w3.org/TR/CSS21/visuren.html#dis-pos-flo,http://www.w3.org/TR/CSS21/visuren.html#choose-position 3421802ddeefbc1b6bd071d28682e517f0abde69 `Microsoft`<http://www.microsoft.com/> The 'position' property applies to elements with a display of 'table-column-group'.
|
|
position-applies-to-006 reference/bottom-applies-to-001-ref Position applied to element with 'display' set to 'table-column' http://www.w3.org/TR/CSS21/visuren.html#propdef-position,http://www.w3.org/TR/CSS21/visuren.html#dis-pos-flo,http://www.w3.org/TR/CSS21/visuren.html#choose-position 65ba06f9709bc1c61ed84d7531d65254778400d0 `Microsoft`<http://www.microsoft.com/> The 'position' property applies to elements with a display of 'table-column'.
|
|
position-applies-to-007 reference/bottom-applies-to-001-ref Position applied to element with 'display' set to 'table-cell' http://www.w3.org/TR/CSS21/visuren.html#propdef-position,http://www.w3.org/TR/CSS21/visuren.html#dis-pos-flo,http://www.w3.org/TR/CSS21/visuren.html#choose-position 3878bcd968f31f3247222016de183271e7017b40 `Microsoft`<http://www.microsoft.com/> The 'position' property applies to elements with a display of 'table-cell'.
|
|
position-applies-to-008 Position applied to element with 'display' set to inline http://www.w3.org/TR/CSS21/visuren.html#propdef-position,http://www.w3.org/TR/CSS21/visuren.html#dis-pos-flo,http://www.w3.org/TR/CSS21/visuren.html#choose-position 4d9d286547d68d2015067f68b5464e9ad8405502 `Microsoft`<http://www.microsoft.com/> The 'position' property applies to elements with a display of inline.
|
|
position-applies-to-009 reference/bottom-applies-to-001-ref Position applied to element with 'display' set to block http://www.w3.org/TR/CSS21/visuren.html#propdef-position,http://www.w3.org/TR/CSS21/visuren.html#dis-pos-flo,http://www.w3.org/TR/CSS21/visuren.html#choose-position 83299f9a472bc6f4e53e2edec74c9bbec00d3b8a `Microsoft`<http://www.microsoft.com/> The 'position' property applies to elements with a display of block.
|
|
position-applies-to-010 Position applied to element with 'display' set to list-item http://www.w3.org/TR/CSS21/visuren.html#propdef-position,http://www.w3.org/TR/CSS21/visuren.html#dis-pos-flo,http://www.w3.org/TR/CSS21/visuren.html#choose-position 9d5168582f8b2d4a650616a6b1908b088dfd98ee `Microsoft`<http://www.microsoft.com/> The 'position' property applies to elements with a display of list-item.
|
|
position-applies-to-011 Position applied to element with 'display' set to run-in http://www.w3.org/TR/CSS21/visuren.html#propdef-position,http://www.w3.org/TR/CSS21/visuren.html#dis-pos-flo,http://www.w3.org/TR/CSS21/visuren.html#choose-position 1f4f55a305548bad5b9dc5a2c89fff9debea4bbd `Microsoft`<http://www.microsoft.com/> The 'position' property applies to elements with a display of run-in.
|
|
position-applies-to-012 reference/bottom-applies-to-001-ref Position applied to element with 'display' set to inline-block http://www.w3.org/TR/CSS21/visuren.html#propdef-position,http://www.w3.org/TR/CSS21/visuren.html#dis-pos-flo,http://www.w3.org/TR/CSS21/visuren.html#choose-position 9b27558b9f4aa72fe525d876b2b3b78041a96815 `Microsoft`<http://www.microsoft.com/> The 'position' property applies to elements with a display of inline-block.
|
|
position-applies-to-013 reference/bottom-applies-to-001-ref Position applied to element with 'display' set to 'table' http://www.w3.org/TR/CSS21/visuren.html#propdef-position,http://www.w3.org/TR/CSS21/visuren.html#dis-pos-flo,http://www.w3.org/TR/CSS21/visuren.html#choose-position 0d284130904b34d6c7f60e6715a6d29756cf236e `Microsoft`<http://www.microsoft.com/> The 'position' property applies to elements with a display of 'table'.
|
|
position-applies-to-014 reference/bottom-applies-to-001-ref Position applied to element with 'display' set to 'inline-table' http://www.w3.org/TR/CSS21/visuren.html#propdef-position,http://www.w3.org/TR/CSS21/visuren.html#dis-pos-flo,http://www.w3.org/TR/CSS21/visuren.html#choose-position c24cb7f0e826e5cd9c66903fd436a126db2dd32e `Microsoft`<http://www.microsoft.com/> The 'position' property applies to elements with a display of 'inline-table'.
|
|
position-applies-to-015 reference/bottom-applies-to-001-ref Position applied to element with 'display' set to 'table-caption' http://www.w3.org/TR/CSS21/visuren.html#propdef-position,http://www.w3.org/TR/CSS21/visuren.html#dis-pos-flo,http://www.w3.org/TR/CSS21/visuren.html#choose-position 542ba42392137f80ab8aae411860fc8c43b969ce `Microsoft`<http://www.microsoft.com/> The 'position' property applies to elements with a display of 'table-caption'.
|
|
position-fixed-001 reference/ref-filled-green-100px-square Fixed position elements impact on later siblings http://www.w3.org/TR/CSS21/visuren.html#propdef-position,http://www.w3.org/TR/CSS21/visuren.html#choose-position 282274dbf71e69efb44a661eb3075af0fc5a2113 `Microsoft`<http://www.microsoft.com/> Fixed positioned elements do not impact later siblings.
|
|
position-fixed-002 Position fixed size and positioning http://www.w3.org/TR/CSS21/visuren.html#propdef-position,http://www.w3.org/TR/CSS21/visuren.html#choose-position cda0af0fc3cee9dabdd6b9cbba5711be0e6a1b89 `Microsoft`<http://www.microsoft.com/> Fixed positioned elements can be sized and positioned using 'top', 'right', 'bottom' and 'left' properties.
|
|
position-fixed-003 Position fixed on different media types interact http://www.w3.org/TR/CSS21/visuren.html#propdef-position,http://www.w3.org/TR/CSS21/visuren.html#choose-position 1475cbe24b14bb18415d1477faa4040ce47d9105 `Microsoft`<http://www.microsoft.com/> Elements that are set to 'position: fixed' are fixed with respect to the viewport.
|
|
position-fixed-004 Position fixed and print media paged http://www.w3.org/TR/CSS21/visuren.html#propdef-position,http://www.w3.org/TR/CSS21/visuren.html#choose-position fc39cef8ee5cf4898459fc84643b1f35c574c491 `Microsoft`<http://www.microsoft.com/> Fixed position elements are positioned with respect to the page box when printed.
|
|
position-fixed-005 Pagination of fixed positioned elements paged http://www.w3.org/TR/CSS21/visuren.html#propdef-position,http://www.w3.org/TR/CSS21/visuren.html#choose-position 6f706963ab76fa67bafb276bb3fbff3ea683230c `Microsoft`<http://www.microsoft.com/> Fixed position elements cannot be paginated.
|
|
position-fixed-006 Non-static position on the root element dom,may http://www.w3.org/TR/CSS21/visuren.html#propdef-position,http://www.w3.org/TR/CSS21/visuren.html#choose-position 3d43679034fd86e83124c8442a2640344c1e41c1 `Microsoft`<http://www.microsoft.com/> Root elements may treat non-static positions as 'static'.
|
|
position-fixed-007 reference/position-fixed-007-ref Float is computed to 'none' when element is fixed positioned http://www.w3.org/TR/CSS21/visuren.html#absolute-positioning 8b545547c439a785a0994dc5e2ec1cf9d250a3cd `Microsoft`<http://www.microsoft.com/> Float is computed to 'none' when 'position: fixed' is applied.
|
|
position-relative-001 reference/position-relative-001-ref Relative positioning and normal flow http://www.w3.org/TR/CSS21/visuren.html#propdef-position,http://www.w3.org/TR/CSS21/visuren.html#choose-position 38ab6fc56d92aabc2c1f07f7dc78876df2280142 `Microsoft`<http://www.microsoft.com/> Relatively positioned elements lay out in normal flow.
|
|
position-relative-002 Elements following relatively positioned elements http://www.w3.org/TR/CSS21/visuren.html#relative-positioning d72c0c869947fc173518436c78309511334c184e `Microsoft`<http://www.microsoft.com/> Element following relatively positioned element show up in normal flow as if the relatively positioned element were not offset.
|
|
position-relative-003 reference/position-relative-003-ref Relative positioning with auto http://www.w3.org/TR/CSS21/visuren.html#relative-positioning 77eaa85498a812bc3394122fab92023f815df440 `Microsoft`<http://www.microsoft.com/> The position of a relatively positioned element with left and right set to auto the values compute to zero.
|
|
position-relative-004 reference/position-relative-004-ref Relative positioning dimensions http://www.w3.org/TR/CSS21/visuren.html#relative-positioning 0568eded8c03d15a637616320e1036e71e462c39 `Microsoft`<http://www.microsoft.com/> Relative positioning with left or right does not change size of a box.
|
|
position-relative-005 reference/position-relative-005-ref Relative positioning with left http://www.w3.org/TR/CSS21/visuren.html#relative-positioning 23fd98f443e05d790321e8d5de12d15acd3fcf99 `Microsoft`<http://www.microsoft.com/> Relatively positioned element with the left specified offsets the element from the left of the containing block.
|
|
position-relative-006 reference/position-relative-005-ref Relative positioning with right http://www.w3.org/TR/CSS21/visuren.html#relative-positioning 05e22a4544d2d222cfa61b70297d6241c7ba6982 `Microsoft`<http://www.microsoft.com/> Relatively positioned element with the right specified offsets the element from the right of the containing block.
|
|
position-relative-007 reference/position-relative-005-ref Relative positioning with 'left' set and 'right' 'auto' http://www.w3.org/TR/CSS21/visuren.html#relative-positioning 2d622b4b4fe645752163231c235d4db44ed64a9f `Microsoft`<http://www.microsoft.com/> Relatively positioned element with 'left' set to 'auto' and 'right' set to a value appears at expected offset.
|
|
position-relative-008 Relative positioning with 'right' set and 'left' 'auto' http://www.w3.org/TR/CSS21/visuren.html#relative-positioning e30316d5c4de163b39c11873b4a87b3d2ad538cd `Microsoft`<http://www.microsoft.com/> If 'right' offset of a relatively positioned box is specified as 'auto', then its computed value is minus the value of 'left' offset. A relatively positioned box with 'left' set to a value moves the box to the left by the value of 'right'.
|
|
position-relative-009 reference/position-relative-005-ref Over-constrained situation with position 'left' property http://www.w3.org/TR/CSS21/visuren.html#relative-positioning 59b40a9891407716126ccc17a28bb10faa97c582 `Microsoft`<http://www.microsoft.com/> If the 'direction' property of the containing block is 'ltr', the value of 'left' wins and 'right' becomes negative 'left'.
|
|
position-relative-010 reference/position-relative-005-ref Over-constrained situation with position 'right' property http://www.w3.org/TR/CSS21/visuren.html#relative-positioning aae97aadcc3cea184f9dc3057e4cc6f922b113c3 `Microsoft`<http://www.microsoft.com/> If the 'direction' property of the containing block is 'rtl', the value of 'right' wins and 'left' becomes negative 'right'.
|
|
position-relative-013 reference/ref-filled-green-100px-square Relative positioning with top and bottom do not change element dimensions http://www.w3.org/TR/CSS21/visuren.html#relative-positioning f3ae1b90d7191fa2b6393b96fb4cfddd1e989636 `Microsoft`<http://www.microsoft.com/> Relatively positioned element dimensions are not changed with top/bottom applied. If 'top' is 'auto' and if 'bottom' is '100px', then top's used value becomes the negative of bottom. If both 'top' and 'bottom' are specified (like for #div3 in this test), then 'bottom' is ignored and the used value of 'bottom' becomes minus the value of 'top').
|
|
position-relative-014 reference/position-relative-014-ref Relative positioning with top http://www.w3.org/TR/CSS21/visuren.html#relative-positioning cb730a4d985268a056997d19e7a59e4973b4aedc `Microsoft`<http://www.microsoft.com/> Relatively positioned element dimensions are not changed with top applied.
|
|
position-relative-015 reference/position-relative-014-ref Relative positioning with bottom http://www.w3.org/TR/CSS21/visuren.html#relative-positioning ea73deaa9b3d047c0563577d658c1d7e9855cce1 `Microsoft`<http://www.microsoft.com/> Relatively positioned element dimensions are not changed with bottom applied.
|
|
position-relative-016 reference/position-relative-016-ref Relative positioning and computed top/bottom values http://www.w3.org/TR/CSS21/visuren.html#relative-positioning 69a54b5f9273b23de90e5613a0eab0d1eaba44da `Microsoft`<http://www.microsoft.com/> Used value of top equals negative bottom when top is auto and bottom is given. (Computed value of top remains auto.)
|
|
position-relative-017 reference/position-relative-014-ref Relative positioning and computed 'top'/'bottom' set to 'auto' http://www.w3.org/TR/CSS21/visuren.html#relative-positioning f5c277dc82b8e757b04bb62dbae7e3dc118ebae7 `Microsoft`<http://www.microsoft.com/> Computed values are zero when both 'top' and 'bottom' are set to 'auto'.
|
|
position-relative-018 reference/position-relative-018-ref Relative positioning and computed values when 'bottom' is set to 'auto' http://www.w3.org/TR/CSS21/visuren.html#relative-positioning 2eeff868be0936d8c34f318055cc78e05960645b `Microsoft`<http://www.microsoft.com/> Computed value of 'bottom' set to 'auto' is equal to negative 'top'.
|
|
position-relative-019 reference/position-relative-014-ref Relative positioning 'bottom' ignored if 'top' and 'bottom' are both not 'auto' http://www.w3.org/TR/CSS21/visuren.html#relative-positioning a0b23dcdb2136fc72a6da3ee68771960be681571 `Microsoft`<http://www.microsoft.com/> The 'bottom' value is ignored if neither 'top' or 'bottom' is 'auto'.
|
|
position-relative-020 Relative positioning and overflow: auto interact http://www.w3.org/TR/CSS21/visuren.html#relative-positioning 5e240070a27e167931e2d2bf6206b204d6da335a `Microsoft`<http://www.microsoft.com/> If relative positioning causes overflow the user agent needs to provide a scrolling mechanism to all of the content at its offset position.
|
|
position-relative-021 Relative positioning and overflow: scroll interact http://www.w3.org/TR/CSS21/visuren.html#relative-positioning ab2cd3047d512a8a89d86014e95aa8ffa0aab6c8 `Microsoft`<http://www.microsoft.com/> If relative positioning causes overflow the user agent needs to provide a scrolling mechanism to all of the content at its offset position.
|
|
position-relative-022 Relative positioning and overflow: auto interact http://www.w3.org/TR/CSS21/visuren.html#relative-positioning 62eca5ca98d8a3fa4d0172c5d1aab3df9745ddae `Gérard Talbot`<http://www.gtalbot.org/BrowserBugsSection/css21testsuite/> If relative positioning causes overflow to an containing ancestor, then the user agent needs to provide a scrolling mechanism to all of the content at its offset position. In this test, div#taller-and-wider-rel-pos generates a 1.75in wide by 1.75in tall box.
|
|
position-relative-027 reference/position-relative-027-ref Relatively positioned elements with auto positioning with anonymous boxes before and after http://www.w3.org/TR/CSS21/visuren.html#relative-positioning ab917dc07af8bf9252ddea6dc80cfc163faa08dd `Microsoft`<http://www.microsoft.com/> Relatively positioned element with auto positioning appear as though they were positioned in flow.
|
|
position-relative-028 reference/position-relative-028-ref Relatively positioned elements with auto positioning with anonymous boxes after http://www.w3.org/TR/CSS21/visuren.html#comp-relpos 014843140c8ca66014a6f569b74de174882e49c7 `Microsoft`<http://www.microsoft.com/> Relatively positioned element with auto positioning appear as though they were positioned in flow.
|
|
position-relative-029 reference/position-relative-028-ref Relatively positioned elements with auto positioning with inline box after http://www.w3.org/TR/CSS21/visuren.html#comp-relpos cb2dfbb9f835751d58216e2eb2be9123ba097e44 `Microsoft`<http://www.microsoft.com/> Relatively positioned element with auto positioning appear as though they were positioned in flow.
|
|
position-relative-030 reference/position-relative-030-ref Relatively positioned elements with auto positioning with anonymous boxes before and after with trailing inline http://www.w3.org/TR/CSS21/visuren.html#comp-relpos b215914f416e38ec587240f7a7537da0a6781339 `Microsoft`<http://www.microsoft.com/> Relatively positioned element with auto positioning appear as though they were positioned in flow.
|
|
position-relative-031 reference/position-relative-031-ref Relatively positioned elements with auto positioning with an inline element before, anonymous boxes, and inline boxes after http://www.w3.org/TR/CSS21/visuren.html#comp-relpos 4183f08de7933d02dc1595f31d88c14c107b38a4 `Microsoft`<http://www.microsoft.com/> Relatively positioned element with auto positioning render as though they were positioned in flow.
|
|
position-relative-032 reference/position-relative-032-ref Relatively positioned box has no impact on boxes which follow http://www.w3.org/TR/CSS21/visuren.html#comp-relpos e0b5c5c6c94a5b526e290b2b52177cd0cb26ce15 `Microsoft`<http://www.microsoft.com/> Offsetting a box with relative positioning has no effect on the boxes which follow.
|
|
position-relative-033 reference/position-relative-033-ref Relatively positioned box has no impact on boxes which follow and boxes may overlap ahem,may http://www.w3.org/TR/CSS21/visuren.html#comp-relpos 4a378e9d853acbcf78f993fcf59d3f77fc3d2465 `Microsoft`<http://www.microsoft.com/> Offsetting a box with relative positioning has no effect on the boxes which follow and boxes may overlap.
|
|
position-relative-034 Relatively positioned content inside container with overflow auto interact http://www.w3.org/TR/CSS21/visuren.html#comp-relpos 7fc1dbea9c9db6038122dc7a840d5956e93172f7 `Microsoft`<http://www.microsoft.com/> A container with overflow set to auto provides a scrolling mechanism for relatively positioned content.
|
|
position-relative-035 reference/position-relative-035-ref Relatively positioned boxes preserve the space created for it in flow http://www.w3.org/TR/CSS21/visuren.html#comp-relpos 934d3c88dadc38b672ff58812995857c89670809 `Microsoft`<http://www.microsoft.com/> Relative positioned content keeps its normal flow size including line breaks and the space originally reserved for it.
|
|
position-relative-036 Relatively positioned content inside container with overflow scroll interact http://www.w3.org/TR/CSS21/visuren.html#comp-relpos 236388f298fa14ad7833d8ea3e6b4ae187791e33 `Microsoft`<http://www.microsoft.com/> A container with overflow set to scroll provides a scrolling mechanism for relatively positioned content.
|
|
position-relative-037 reference/position-relative-037-ref Relative positioning with over-constained situation and direction left-to-right http://www.w3.org/TR/CSS21/visuren.html#relative-positioning 0572b048da980bb25aca14def0ce69f777565879 `Microsoft`<http://www.microsoft.com/> Relative positioning with left and right values and over-constrained situations when direction is left-to-right.
|
|
position-relative-038 reference/position-relative-038-ref Relative positioning with over-constained situation and direction right-to-left http://www.w3.org/TR/CSS21/visuren.html#relative-positioning 19a3580b1b8ab0e14f63f9af93a2d4cfcb058c02 `Microsoft`<http://www.microsoft.com/> Relative positioning with left and right values and over-constrained situations when direction is right-to-left.
|
|
position-relative-nested-001 reference/position-relative-nested-001-ref Vertical centering with negative and positive top positioning http://www.w3.org/TR/CSS21/visuren.html#positioning-scheme 09ba478cd4b3ead233f2120a074851bcfb1af0ac `Microsoft`<http://www.microsoft.com/> Equal 50% positive and negative positioning can vertically center objects.
|
|
position-static-001 reference/position-static-001-ref Content laid out in normal flow when 'position' is set to 'static' http://www.w3.org/TR/CSS21/visuren.html#propdef-position,http://www.w3.org/TR/CSS21/visuren.html#choose-position 882afc6087f66a2f37ca346effe6b3f54c3ed9f7 `Microsoft`<http://www.microsoft.com/> Static positioned elements are not affected by top, right, bottom, left property settings.
|
|
positioning-float-001 reference/positioning-float-001-ref Positioning a left floated element http://www.w3.org/TR/CSS21/visuren.html#positioning-scheme 50264c490ae9409683f8a072e279099602f1c77c `Microsoft`<http://www.microsoft.com/> Floating a box will first lay out the box then shift it to the left.
|
|
positioning-float-002 reference/positioning-float-002-ref Positioning a right floated element http://www.w3.org/TR/CSS21/visuren.html#positioning-scheme 42efe1fd42c36b2c1b349ef7f690f213a46cf241 `Microsoft`<http://www.microsoft.com/> Floating a box will first lay out the box then shift it to the right.
|
|
positive-integer-001 Parsing signed integers http://www.w3.org/TR/CSS21/syndata.html#numbers 98dfaa21253c1d43cf700a11d1cc431e5ae1aaf0 `Microsoft`<http://www.microsoft.com/> Positively signed integers are treated the same as non-signed integers.
|
|
pseudo-001 Pseudo elements before simple selector http://www.w3.org/TR/CSS21/selector.html#first-line-pseudo ba8a88ba9e75eea71e3ca9e38e33d32821a9016d `Microsoft`<http://www.microsoft.com/> A pseudo-selector cannot be followed by a simple selector.
|
|
pseudo-002 First-line pseudo-element case sensitivity http://www.w3.org/TR/CSS21/selector.html#first-line-pseudo d9b1fe91277c12e8dd4fb9a73589a990e479e99a `Microsoft`<http://www.microsoft.com/> First-line is case-insensitive.
|
|
pseudo-003 Multiple pseudo-classes - hover and active interact http://www.w3.org/TR/CSS21/selector.html#first-line-pseudo 2c843f0711e025efdf9d19917e90a88b82535c50 `Microsoft`<http://www.microsoft.com/> Hover and active pseudo-classes can be applied at the same time.
|
|
pseudo-005 Pseudo-classes and layout interact,may http://www.w3.org/TR/CSS21/selector.html#first-line-pseudo f84eb8bb2d9d18afef6fdb0ffed5761ed39f23d5 `Microsoft`<http://www.microsoft.com/> User agents are not required to reflow a currently displayed document due to pseudo-class transitions.
|
|
pseudo-006 First-letter pseudo-element case sensitivity http://www.w3.org/TR/CSS21/selector.html#first-line-pseudo 84043aaffa62d92ff85f7d557622c102612a01f9 `Microsoft`<http://www.microsoft.com/> First-letter is case-insensitive.
|
|
pseudo-007 First-child pseudo-element case sensitivity http://www.w3.org/TR/CSS21/selector.html#first-line-pseudo 82e9ae396048d1c9c47977aa6cd88d655970265f `Microsoft`<http://www.microsoft.com/> First-child is case-insensitive.
|
|
pseudo-008 After and before case sensitivity http://www.w3.org/TR/CSS21/selector.html#first-line-pseudo 334c821ded183328ec2cff1a6ad465fd8262371e `Microsoft`<http://www.microsoft.com/> After and before are case-insensitive.
|
|
pseudo-009 Pseudo-class ':visited' case sensitivity interact http://www.w3.org/TR/CSS21/selector.html#first-line-pseudo ec9fb42e31397f65039dcef0e2f8861a5c6f1fc9 `Microsoft`<http://www.microsoft.com/> The ':visited' pseudo-class' is case-insensitive.
|
|
pseudo-010 Active pseudo-element case sensitivity interact http://www.w3.org/TR/CSS21/selector.html#first-line-pseudo b2eaedb01e1c6a2f5292eecdcd67391e0c7c25b3 `Microsoft`<http://www.microsoft.com/> Active is case-insensitive.
|
|
pseudo-011 Hover pseudo-element case sensitivity interact http://www.w3.org/TR/CSS21/selector.html#first-line-pseudo 02db1f800badcb5fdf80d451fb4cecd8120f67c3 `Microsoft`<http://www.microsoft.com/> Hover is case-insensitive.
|
|
pseudo-012 Focus pseudo-element case sensitivity interact http://www.w3.org/TR/CSS21/selector.html#first-line-pseudo 0d3cfd572cb1532ea1c0334c3042843bd2e8d46e `Microsoft`<http://www.microsoft.com/> Focus is case-insensitive.
|
|
pseudo-013 Multiple pseudo-classes - Link, first-child, hover interact http://www.w3.org/TR/CSS21/selector.html#first-line-pseudo cb11778f56d8a92fd7be75eba25e896a6cfcfb8a `Microsoft`<http://www.microsoft.com/> Link, first-child, and hover can all be applied at the same time.
|
|
pseudo-014 Pseudo elements before attribute selector http://www.w3.org/TR/CSS21/selector.html#first-line-pseudo d47ba11859e46874d66ed4e1a082351b44f63057 `Microsoft`<http://www.microsoft.com/> A pseudo-selector cannot be followed by an attribute selector.
|
|
pseudo-015 Pseudo elements before child selector http://www.w3.org/TR/CSS21/selector.html#first-line-pseudo 6b494f7138c869ec0325b351b5cc1d42663e8f10 `Microsoft`<http://www.microsoft.com/> A pseudo-selector cannot be followed by a child selector.
|
|
pseudo-016 Pseudo elements not the last (invalid) - Sibling selector http://www.w3.org/TR/CSS21/selector.html#first-line-pseudo 2d59544c4bdf9c639f4ade8ed6c301aaef832d10 `Microsoft`<http://www.microsoft.com/> A pseudo-selector cannot be followed by a sibling selector.
|
|
pseudo-elements-001 Transitioning Pseudo Elements dom,script http://www.w3.org/TR/css3-transitions/#transition-property-property,http://www.w3.org/TR/CSS21/generate.html#before-after-content,http://www.w3.org/TR/css3-content/ 2e680348ce4298026d6dfdcc70f26e24fe534ff7 `Rodney Rehm`<http://rodneyrehm.de/en/> Test checks that transitions are run on pseudo elements
|
|
quoted-keywords-001 Parsing single quoted property keywords invalid http://www.w3.org/TR/CSS21/syndata.html#keywords f6736710be40ccee625f73b0e187beb14e8254c7 `Microsoft`<http://www.microsoft.com/> Rules with property keywords which are surrounded by single quotes are ignored.
|
|
quoted-keywords-002 Parsing double quoted value keywords invalid http://www.w3.org/TR/CSS21/syndata.html#keywords d95185b0db3fc8e18e4be1ad3419fbff7c4bf650 `Microsoft`<http://www.microsoft.com/> Rules with value keywords which are surrounded by double quotes are ignored.
|
|
quoted-string-001 Parsing of single quotes inside double quotes http://www.w3.org/TR/CSS21/syndata.html#strings 107ee83ed431a8abb7dec80ffed6e71e3a3e5ca9 `Microsoft`<http://www.microsoft.com/> Single quotes are allowed in strings that are double quoted.
|
|
quoted-string-002 Parsing of double quotes inside single quotes http://www.w3.org/TR/CSS21/syndata.html#strings 39f9bca485368a6611afaf3a75055158ab3f02b3 `Microsoft`<http://www.microsoft.com/> Double quotes are allowed in strings that are single quoted.
|
|
quoted-string-003 Parsing of escaped quotes (single within single) http://www.w3.org/TR/CSS21/syndata.html#strings 1848569c68a274b7fa9c3da6bd3b0a30b29101da `Microsoft`<http://www.microsoft.com/> Single quotes cannot occur inside single quotes unless escaped.
|
|
quoted-string-004 Parsing of escaped double quotes http://www.w3.org/TR/CSS21/syndata.html#strings 5ac33e5ee353283375ec1ff428e8ed5e658181de `Microsoft`<http://www.microsoft.com/> Double quotes cannot occur inside double quotes unless escaped.
|
|
quotes-001 Quotes with two values http://www.w3.org/TR/CSS21/generate.html#propdef-quotes,http://www.w3.org/TR/CSS21/generate.html#quotes-specify 6ef1fddce96455091b34a4499d60fd653e804b40 `Microsoft`<http://www.microsoft.com/> Verify that quotes is supported when specifying only one set of quotes.
|
|
quotes-002 Quotes with four values http://www.w3.org/TR/CSS21/generate.html#propdef-quotes,http://www.w3.org/TR/CSS21/generate.html#quotes-specify 4304dcc38138e73b6ba581a7d9faa5aec04bcaa5 `Microsoft`<http://www.microsoft.com/> The 'quotes' property handles specifying two sets of quotes.
|
|
quotes-003 Quotes with six values http://www.w3.org/TR/CSS21/generate.html#propdef-quotes,http://www.w3.org/TR/CSS21/generate.html#quotes-specify 64ad18e33acdc6ae94fe6e618d1086a58e31630b `Microsoft`<http://www.microsoft.com/> The 'quotes' property handles specifying three sets of quotes.
|
|
quotes-004 Quotes with eight values http://www.w3.org/TR/CSS21/generate.html#propdef-quotes,http://www.w3.org/TR/CSS21/generate.html#quotes-specify d798bd873b7d20a5cf6f2654138da57900b077fe `Microsoft`<http://www.microsoft.com/> Verify that quotes is supported when specifying four sets of quotes.
|
|
quotes-005 Quotes with ten values http://www.w3.org/TR/CSS21/generate.html#propdef-quotes,http://www.w3.org/TR/CSS21/generate.html#quotes-specify 8ed1bdf9a16a22b1181741fdedc3584a010e123d `Microsoft`<http://www.microsoft.com/> Verify that quotes is supported when specifying five sets of quotes.
|
|
quotes-006 Quotes with twelve values http://www.w3.org/TR/CSS21/generate.html#propdef-quotes,http://www.w3.org/TR/CSS21/generate.html#quotes-specify 7c95abc3f7e70e02b3d509cdf7270dd372872d12 `Microsoft`<http://www.microsoft.com/> Verify that quotes is supported when specifying six sets of quotes.
|
|
quotes-007 Quotes with fourteen values http://www.w3.org/TR/CSS21/generate.html#propdef-quotes,http://www.w3.org/TR/CSS21/generate.html#quotes-specify fdad51ef72c855df997e121657acae3144afe5bd `Microsoft`<http://www.microsoft.com/> Verify that quotes is supported when specifying seven sets of quotes.
|
|
quotes-008 Quotes with sixteen values http://www.w3.org/TR/CSS21/generate.html#propdef-quotes,http://www.w3.org/TR/CSS21/generate.html#quotes-specify 3860e30fb9577ccd7d92f01442938674220dccb0 `Microsoft`<http://www.microsoft.com/> Verify that quotes is supported when specifying eight sets of quotes.
|
|
quotes-009 Quotes with eighteen values http://www.w3.org/TR/CSS21/generate.html#propdef-quotes,http://www.w3.org/TR/CSS21/generate.html#quotes-specify 7d4811fe17c616e9fc1a41b916e2f07ec23801c8 `Microsoft`<http://www.microsoft.com/> Verify that quotes is supported when specifying nine sets of quotes.
|
|
quotes-010 Quotes with twenty values http://www.w3.org/TR/CSS21/generate.html#propdef-quotes,http://www.w3.org/TR/CSS21/generate.html#quotes-specify 889dfbe05f8641db9ddcd6ba3d95c6060ab2e70c `Microsoft`<http://www.microsoft.com/> Verify that quotes is supported when specifying ten sets of quotes.
|
|
quotes-011 Quotes with twenty-two values http://www.w3.org/TR/CSS21/generate.html#propdef-quotes,http://www.w3.org/TR/CSS21/generate.html#quotes-specify 50ddb97d11e4a905a66b9194b01653b87ab7aa9a `Microsoft`<http://www.microsoft.com/> Verify that quotes is supported when specifying eleven sets of quotes.
|
|
quotes-012 Quotes with twenty-four values http://www.w3.org/TR/CSS21/generate.html#propdef-quotes,http://www.w3.org/TR/CSS21/generate.html#quotes-specify 69894bf3645b9bfe793e677eba59436121c9a899 `Microsoft`<http://www.microsoft.com/> Verify that quotes is supported when specifying twelve sets of quotes.
|
|
quotes-013 Quotes with twenty-six values http://www.w3.org/TR/CSS21/generate.html#propdef-quotes,http://www.w3.org/TR/CSS21/generate.html#quotes-specify c5eb4843bd257aa44f41437e3a54b5a8eb14b48c `Microsoft`<http://www.microsoft.com/> Verify that quotes is supported when specifying thirteen sets of quotes.
|
|
quotes-014 Quotes with twenty-eight values http://www.w3.org/TR/CSS21/generate.html#propdef-quotes,http://www.w3.org/TR/CSS21/generate.html#quotes-specify dd03b60dc484dbcb9cf987bd5752886aecdf06c7 `Microsoft`<http://www.microsoft.com/> Verify that quotes is supported when specifying fourteen sets of quotes.
|
|
quotes-015 Quotes with thirty values http://www.w3.org/TR/CSS21/generate.html#propdef-quotes,http://www.w3.org/TR/CSS21/generate.html#quotes-specify 03a52602f8d80fc06adc637cee818f4f782b5540 `Microsoft`<http://www.microsoft.com/> Verify that quotes is supported when specifying fifteen sets of quotes.
|
|
quotes-016 Quotes with thirty-two values http://www.w3.org/TR/CSS21/generate.html#propdef-quotes,http://www.w3.org/TR/CSS21/generate.html#quotes-specify 42c4056e7318b995f76108bea5fc4101b13174e1 `Microsoft`<http://www.microsoft.com/> Verify that quotes is supported when specifying sixteen sets of quotes.
|
|
quotes-017 Quotes with thirty-four values http://www.w3.org/TR/CSS21/generate.html#propdef-quotes,http://www.w3.org/TR/CSS21/generate.html#quotes-specify 9b5c7458fb2793b0e558e8e3fd31f86adafbac24 `Microsoft`<http://www.microsoft.com/> Verify that quotes is supported when specifying seventeen sets of quotes.
|
|
quotes-018 Quotes with thirty-six values http://www.w3.org/TR/CSS21/generate.html#propdef-quotes,http://www.w3.org/TR/CSS21/generate.html#quotes-specify ff1e61d045c56b53393f253016291b5c7074445e `Microsoft`<http://www.microsoft.com/> Verify that quotes is supported when specifying eighteen sets of quotes.
|
|
quotes-019 Quotes with thirty-eight values http://www.w3.org/TR/CSS21/generate.html#propdef-quotes,http://www.w3.org/TR/CSS21/generate.html#quotes-specify 32bfea6fa77602cc5c8a72e39737afa8fb8d8b6a `Microsoft`<http://www.microsoft.com/> Verify that quotes is supported when specifying nineteen sets of quotes.
|
|
quotes-020 Quotes with forty values http://www.w3.org/TR/CSS21/generate.html#propdef-quotes,http://www.w3.org/TR/CSS21/generate.html#quotes-specify 8cc46620f4a74a58b7ee431e017ed1f8339f54a7 `Microsoft`<http://www.microsoft.com/> Verify that quotes is supported when specifying twenty sets of quotes.
|
|
quotes-021 Quotes with forty-two values http://www.w3.org/TR/CSS21/generate.html#propdef-quotes,http://www.w3.org/TR/CSS21/generate.html#quotes-specify 86d5ef7b73f210f58590f25314bc59eb6745fdc0 `Microsoft`<http://www.microsoft.com/> Verify that quotes is supported when specifying twenty-one sets of quotes.
|
|
quotes-022 Quotes with forty-four values http://www.w3.org/TR/CSS21/generate.html#propdef-quotes,http://www.w3.org/TR/CSS21/generate.html#quotes-specify e7b8bc2f167658e86fe6b15b02a1db8723bfc4bb `Microsoft`<http://www.microsoft.com/> Verify that quotes is supported when specifying twenty-two sets of quotes.
|
|
quotes-023 Quotes with forty-six values http://www.w3.org/TR/CSS21/generate.html#propdef-quotes,http://www.w3.org/TR/CSS21/generate.html#quotes-specify 281bc12d79569e7faad0ec80f9b516c7ca1de94e `Microsoft`<http://www.microsoft.com/> Verify that quotes is supported when specifying twenty-three sets of quotes.
|
|
quotes-024 Quotes with forty-eight values http://www.w3.org/TR/CSS21/generate.html#propdef-quotes,http://www.w3.org/TR/CSS21/generate.html#quotes-specify c30c371d5aad7d5fc778ebf68ab0cdc1eb23ee18 `Microsoft`<http://www.microsoft.com/> Verify that quotes is supported when specifying twenty-four sets of quotes.
|
|
quotes-025 Quotes with fifty values http://www.w3.org/TR/CSS21/generate.html#propdef-quotes,http://www.w3.org/TR/CSS21/generate.html#quotes-specify ab1282e3d6d0ad885575b727668d0b88353e037a `Microsoft`<http://www.microsoft.com/> Verify that quotes is supported when specifying twenty-five sets of quotes.
|
|
quotes-026 Quotes with fifty-two values http://www.w3.org/TR/CSS21/generate.html#propdef-quotes,http://www.w3.org/TR/CSS21/generate.html#quotes-specify 83ee94b290600a21d5f80bc51d640596a0b6d50c `Microsoft`<http://www.microsoft.com/> Verify that quotes is supported when specifying twenty-six sets of quotes.
|
|
quotes-027 Quotes with fifty-four values http://www.w3.org/TR/CSS21/generate.html#propdef-quotes,http://www.w3.org/TR/CSS21/generate.html#quotes-specify e48158770ba97e7ee0eb3f9aba44949fff8f9caa `Microsoft`<http://www.microsoft.com/> Verify that quotes is supported when specifying twenty-seven sets of quotes.
|
|
quotes-028 Quotes with fifty-six values http://www.w3.org/TR/CSS21/generate.html#propdef-quotes,http://www.w3.org/TR/CSS21/generate.html#quotes-specify 62ee51888b97d69c48f2402a2a18bb8321f61b42 `Microsoft`<http://www.microsoft.com/> Verify that quotes is supported when specifying twenty-eight sets of quotes.
|
|
quotes-029 Quotes with fifty-eight values http://www.w3.org/TR/CSS21/generate.html#propdef-quotes,http://www.w3.org/TR/CSS21/generate.html#quotes-specify 09d851cc25750d0ef7d9263ec4ac21260a1e4599 `Microsoft`<http://www.microsoft.com/> Verify that quotes is supported when specifying twenty-nine sets of quotes.
|
|
quotes-030 Quotes with sixty values http://www.w3.org/TR/CSS21/generate.html#propdef-quotes,http://www.w3.org/TR/CSS21/generate.html#quotes-specify 7f67bc03f887bbdd493d20e0b9584816b4f37d65 `Microsoft`<http://www.microsoft.com/> Verify that quotes is supported when specifying thirty sets of quotes.
|
|
quotes-031 Quotes with sixty-two values http://www.w3.org/TR/CSS21/generate.html#propdef-quotes,http://www.w3.org/TR/CSS21/generate.html#quotes-specify b1e59e0ad7588c91a413441641dde3b9b0daba3f `Microsoft`<http://www.microsoft.com/> Verify that quotes is supported when specifying thirty-one sets of quotes.
|
|
quotes-032 Quotes with sixty-four values http://www.w3.org/TR/CSS21/generate.html#propdef-quotes,http://www.w3.org/TR/CSS21/generate.html#quotes-specify dbd2b5444e5fbed7553717bc35d53e220054f9c6 `Microsoft`<http://www.microsoft.com/> Verify that quotes is supported when specifying thirty-two sets of quotes.
|
|
quotes-033 Quotes with a value of 'none' http://www.w3.org/TR/CSS21/generate.html#propdef-quotes,http://www.w3.org/TR/CSS21/generate.html#quotes-specify 1c923222faf6b2e8a998e9e8449002314dbfa134 `Microsoft`<http://www.microsoft.com/> The 'quotes' property set to 'none' does not allow quotes to be generated.
|
|
quotes-034 Quotes set to 'inherit' http://www.w3.org/TR/CSS21/generate.html#propdef-quotes,http://www.w3.org/TR/CSS21/generate.html#quotes-specify 1f4c1cb488d68b4a131ee3faef77b9ac949abb83 `Microsoft`<http://www.microsoft.com/> The quotes property set to 'inherit' correctly inherits the value from the patent element.
|
|
quotes-035 reference/quotes-035-ref CSS and Quotes: Counting Right (Slightly Simpler Version) should http://www.w3.org/TR/CSS21/generate.html#quotes fbfc5a7d4b71f9292e94bcfc7105dd9e9235e562 `Ian Hickson`<mailto:ian@hixie.ch>
|
|
quotes-035a reference/quotes-035-ref CSS and Quotes: Counting Right (Slightly Simpler Version) http://www.w3.org/TR/CSS21/generate.html#quotes a1e6e0228ccab988de218d93a664af8252365e90 `Ian Hickson`<mailto:ian@hixie.ch>
|
|
quotes-036 reference/quotes-035-ref CSS and Quotes: Counting Right (Evil Version) may http://www.w3.org/TR/CSS21/generate.html#quotes 2f21f92756af609eb79cf2374992b558f7faabc2 `Ian Hickson`<mailto:ian@hixie.ch>
|
|
quotes-applies-to-001 Quotes applied to elements with 'display' set to 'table-row-group' http://www.w3.org/TR/CSS21/generate.html#propdef-quotes,http://www.w3.org/TR/CSS21/generate.html#quotes-specify cd5a3d2ac4a926750cba1941524df0a562c49485 `Microsoft`<http://www.microsoft.com/> The 'quotes' property applies to elements with a 'display' set to 'table-row-group'.
|
|
quotes-applies-to-002 Quotes applied to elements with 'display' set to 'table-header-group' http://www.w3.org/TR/CSS21/generate.html#propdef-quotes,http://www.w3.org/TR/CSS21/generate.html#quotes-specify 5ed740fcd3e8be28ed01f022e4c2a22663f4f7a0 `Microsoft`<http://www.microsoft.com/> The 'quotes' property applies to elements with a 'display' set to 'table-header-group'.
|
|
quotes-applies-to-003 Quotes applied to elements with 'display' set to 'table-footer-group' http://www.w3.org/TR/CSS21/generate.html#propdef-quotes,http://www.w3.org/TR/CSS21/generate.html#quotes-specify df0024943d750df9d16f3dbc693d0b3f87c8741a `Microsoft`<http://www.microsoft.com/> The 'quotes' property applies to elements with a 'display' set to 'table-footer-group'.
|
|
quotes-applies-to-004 Quotes applied to elements with 'display' set to 'table-row' http://www.w3.org/TR/CSS21/generate.html#propdef-quotes,http://www.w3.org/TR/CSS21/generate.html#quotes-specify 517bed47cf427b2a80ac573582c6ee78908e2d52 `Microsoft`<http://www.microsoft.com/> The 'quotes' property applies to elements with a 'display' set to 'table-row'.
|
|
quotes-applies-to-005 Quotes applied to elements with 'display' set to 'table-column-group' http://www.w3.org/TR/CSS21/generate.html#propdef-quotes,http://www.w3.org/TR/CSS21/generate.html#quotes-specify 0802156d41469f007784b5caed0b488b4d9796a6 `Microsoft`<http://www.microsoft.com/> The 'quotes' property does not apply to elements with a 'display' set to 'table-column-group'.
|
|
quotes-applies-to-006 Quotes applied to elements with 'display' set to 'table-column' http://www.w3.org/TR/CSS21/generate.html#propdef-quotes,http://www.w3.org/TR/CSS21/generate.html#quotes-specify 3b7dcbbecfe20b9d1a08bc3c4dec537e72784fd1 `Microsoft`<http://www.microsoft.com/> The 'quotes' property does not apply to elements with a 'display' set to 'table-column'.
|
|
quotes-applies-to-007 Quotes applied to elements with 'display' set to 'table-cell' http://www.w3.org/TR/CSS21/generate.html#propdef-quotes,http://www.w3.org/TR/CSS21/generate.html#quotes-specify 0aa529518ea8764881561a03d9d01d1dd6727aa2 `Microsoft`<http://www.microsoft.com/> The 'quotes' property applies to elements with a 'display' set to 'table-cell'.
|
|
quotes-applies-to-008 Quotes applied to elements with 'display' set to 'inline' http://www.w3.org/TR/CSS21/generate.html#propdef-quotes,http://www.w3.org/TR/CSS21/generate.html#quotes-specify f4741c8851739ea90c361a392abec940f6941564 `Microsoft`<http://www.microsoft.com/> The 'quotes' property applies to elements with a 'display' set to 'inline'.
|
|
quotes-applies-to-009 Quotes applied to elements with 'display' set to 'block' http://www.w3.org/TR/CSS21/generate.html#propdef-quotes,http://www.w3.org/TR/CSS21/generate.html#quotes-specify 36c32acd579eeb8717bde230adbc6b9d584e4351 `Microsoft`<http://www.microsoft.com/> The 'quotes' property applies to elements with a 'display' set to 'block'.
|
|
quotes-applies-to-010 Quotes applied to elements with 'display' set to 'list-item' http://www.w3.org/TR/CSS21/generate.html#propdef-quotes,http://www.w3.org/TR/CSS21/generate.html#quotes-specify 6634c7ada446042f0cdc268ca12a4856cc4965a6 `Microsoft`<http://www.microsoft.com/> The 'quotes' property applies to elements with a 'display' set to 'list-item'.
|
|
quotes-applies-to-011 Quotes applied to elements with 'display' set to 'run-in' http://www.w3.org/TR/CSS21/generate.html#propdef-quotes,http://www.w3.org/TR/CSS21/generate.html#quotes-specify f57b52a4ce554793705405cfa3214871e3ee9274 `Microsoft`<http://www.microsoft.com/> The 'quotes' property applies to elements with a 'display' set to 'run-in'.
|
|
quotes-applies-to-012 Quotes applied to elements with 'display' set to 'inline-block' http://www.w3.org/TR/CSS21/generate.html#propdef-quotes,http://www.w3.org/TR/CSS21/generate.html#quotes-specify eec92c758e4aac9f50dcb2a0e3203e06cde016a3 `Microsoft`<http://www.microsoft.com/> The 'quotes' property applies to elements with a 'display' set to 'inline-block'.
|
|
quotes-applies-to-013 Quotes applied to elements with 'display' set to 'table' http://www.w3.org/TR/CSS21/generate.html#propdef-quotes,http://www.w3.org/TR/CSS21/generate.html#quotes-specify 8fa18c41ba070ef8fcd8f46f8cae858491d497bb `Microsoft`<http://www.microsoft.com/> The 'quotes' property applies to elements with a 'display' set to 'table'.
|
|
quotes-applies-to-014 Quotes applied to elements with 'display' set to 'inline-table' http://www.w3.org/TR/CSS21/generate.html#propdef-quotes,http://www.w3.org/TR/CSS21/generate.html#quotes-specify b0293f99d27857c9fa11cc40595f3ac9650b7734 `Microsoft`<http://www.microsoft.com/> The 'quotes' property applies to elements with a 'display' set to 'inline-table'.
|
|
quotes-applies-to-015 Quotes applied to elements with 'display' set to 'table-caption' http://www.w3.org/TR/CSS21/generate.html#propdef-quotes,http://www.w3.org/TR/CSS21/generate.html#quotes-specify 9d0b65285d60ab9b0add85fe83cacbd4d9b64d33 `Microsoft`<http://www.microsoft.com/> The 'quotes' property applies to elements with a 'display' set to 'table-caption'.
|
|
quotes-negative-001 Quotes with negative depth http://www.w3.org/TR/CSS21/generate.html#content 8e6e6a84ba6af64aa26b369145af3e83bebde89e `Microsoft`<http://www.microsoft.com/> When a 'close-quote' makes the depth negative then depth stays at 0. Insertion of a quote does not occur but the remainder of the content string is inserted.
|
|
quotes-page-001 Quotes not affected by page level quotes http://www.w3.org/TR/CSS21/generate.html#content d01d7fb0f77d7a94ac3edd60154edea628c3a802 `Microsoft`<http://www.microsoft.com/> The page content quotes do not affect the depth of generated quotes.
|
|
quotes-repeat-001 Quote depth exceeded http://www.w3.org/TR/CSS21/generate.html#content 2df52dae207e787c6480123b8f522236c6fd1b64 `Microsoft`<http://www.microsoft.com/> If the depth of the 'quotes' is more than the defined pairs then repeat the last set of pair.
|
|
relpos-calcs-001 reference/relpos-calcs-001-ref Relative Positioning - auto top = -bottom http://www.w3.org/TR/CSS21/visuren.html#relative-positioning 2d3c18a5352d25d5f83f0227c2cfe2e5bf209b0b `Elika J. Etemad`<http://fantasai.inkedblade.net/contact> For a relatively positioned element, if 'top' is 'auto', its used value is minus the value of 'bottom'.
|
|
relpos-calcs-002 reference/relpos-calcs-001-ref Relative Positioning - auto bottom = -top http://www.w3.org/TR/CSS21/visuren.html#relative-positioning 852fca3a88888004b5b0292aa5c3b588b5ba6196 `Elika J. Etemad`<http://fantasai.inkedblade.net/contact> For a relatively positioned element, if 'bottom' is 'auto', its used value is minus the value of 'top'.
|
|
relpos-calcs-003 reference/relpos-calcs-001-ref Relative Positioning - Computing auto left = -right http://www.w3.org/TR/CSS21/visuren.html#relative-positioning 94244e2dfd3bab0bb88cc17d550539264901bf74 `Elika J. Etemad`<http://fantasai.inkedblade.net/contact> For a relatively positioned element, if 'left' is 'auto', its used value is minus the value of 'right'.
|
|
relpos-calcs-004 reference/relpos-calcs-001-ref Relative Positioning - auto right = -left http://www.w3.org/TR/CSS21/visuren.html#relative-positioning f33a6f661310c1c596176417aeb1ab759780824e `Elika J. Etemad`<http://fantasai.inkedblade.net/contact> For a relatively positioned element, if 'right' is 'auto', its used value is minus the value of 'left'.
|
|
relpos-calcs-005 reference/relpos-calcs-001-ref Relative Positioning - overconstrained left = -right (LTR) http://www.w3.org/TR/CSS21/visuren.html#relative-positioning c689fc81b1b61f21c0ef767e133160dda751075e `Elika J. Etemad`<http://fantasai.inkedblade.net/contact> For a relatively positioned element in an LTR containing block, if neither 'left' nor 'right' is 'auto', used value of 'right' is minus the value of 'left'.
|
|
relpos-calcs-006 reference/relpos-calcs-001-ref Relative Positioning - overconstrained left = -right (RTL) http://www.w3.org/TR/CSS21/visuren.html#relative-positioning fecb1a7ab58bd8206f64ae43222f2349326f23a2 `Elika J. Etemad`<http://fantasai.inkedblade.net/contact> For a relatively positioned element in an RTL containing block, if neither 'left' nor 'right' is 'auto', used value of 'left' is minus the value of 'right'.
|
|
relpos-calcs-007 reference/relpos-calcs-001-ref Relative Positioning - overconstrained top = -bottom http://www.w3.org/TR/CSS21/visuren.html#relative-positioning 9fe3702c6d4b6bf3ef2483dfb5687907d90b0ed0 `Elika J. Etemad`<http://fantasai.inkedblade.net/contact> For a relatively positioned element, if neither 'top' nor 'bottom' is 'auto', used value of 'bottom' is minus the value of 'top'.
|
|
replaced-elements-001 replaced elements - margin http://www.w3.org/TR/CSS21/visudet.html#block-replaced-width 7197bb32445f1cad5c66fb16ca81f34e07363189 `Gérard Talbot`<http://www.gtalbot.org/BrowserBugsSection/css21testsuite/> Block-level, replaced elements with 'margin-left: auto' and 'margin-right: auto' should be centered within their respective parent block.
|
|
replaced-elements-all-auto reference/replaced-elements-all-auto-ref CSS 2.1 replaced element sizing should http://www.w3.org/TR/CSS21/visudet.html#inline-replaced-width,http://www.w3.org/TR/CSS21/visudet.html#inline-replaced-height,http://www.w3.org/TR/CSS21/visudet.html#min-max-widths 1cdb0271a30befb3fa947894b16efc657dd99ad4 `L. David Baron`<http://dbaron.org/>
|
|
replaced-elements-height-20 reference/replaced-elements-height-20-ref CSS 2.1 replaced element sizing should http://www.w3.org/TR/CSS21/visudet.html#inline-replaced-width,http://www.w3.org/TR/CSS21/visudet.html#inline-replaced-height,http://www.w3.org/TR/CSS21/visudet.html#min-max-widths b6d190f543809d35db86a0e72e82ec5100e82f9b `L. David Baron`<http://dbaron.org/>
|
|
replaced-elements-max-height-20 reference/replaced-elements-height-20-ref CSS 2.1 replaced element sizing should http://www.w3.org/TR/CSS21/visudet.html#inline-replaced-width,http://www.w3.org/TR/CSS21/visudet.html#inline-replaced-height,http://www.w3.org/TR/CSS21/visudet.html#min-max-widths 0270a9f47933af4b34168932b7c686a68299f122 `L. David Baron`<http://dbaron.org/>
|
|
replaced-elements-max-width-40 reference/replaced-elements-width-40-ref CSS 2.1 replaced element sizing should http://www.w3.org/TR/CSS21/visudet.html#inline-replaced-width,http://www.w3.org/TR/CSS21/visudet.html#inline-replaced-height,http://www.w3.org/TR/CSS21/visudet.html#min-max-widths 2a6df988e166e55f8156772d423a9306343dff92 `L. David Baron`<http://dbaron.org/>
|
|
replaced-elements-min-height-20 reference/replaced-elements-all-auto-ref CSS 2.1 replaced element sizing should http://www.w3.org/TR/CSS21/visudet.html#inline-replaced-width,http://www.w3.org/TR/CSS21/visudet.html#inline-replaced-height,http://www.w3.org/TR/CSS21/visudet.html#min-max-widths 0c96679a5b9f669fc93583276d0082e7e6868c1f `L. David Baron`<http://dbaron.org/>
|
|
replaced-elements-min-height-40 reference/replaced-elements-min-height-40-ref CSS 2.1 replaced element sizing should http://www.w3.org/TR/CSS21/visudet.html#inline-replaced-width,http://www.w3.org/TR/CSS21/visudet.html#inline-replaced-height,http://www.w3.org/TR/CSS21/visudet.html#min-max-widths f5ac04622e1447fbad96eaf55c10ce137086893e `L. David Baron`<http://dbaron.org/>
|
|
replaced-elements-min-width-40 reference/replaced-elements-all-auto-ref CSS 2.1 replaced element sizing should http://www.w3.org/TR/CSS21/visudet.html#inline-replaced-width,http://www.w3.org/TR/CSS21/visudet.html#inline-replaced-height,http://www.w3.org/TR/CSS21/visudet.html#min-max-widths 6971ea0c3c667fbfa47988d93a4bb28b14e9f8ce `L. David Baron`<http://dbaron.org/>
|
|
replaced-elements-min-width-80 reference/replaced-elements-min-width-80-ref CSS 2.1 replaced element sizing should http://www.w3.org/TR/CSS21/visudet.html#inline-replaced-width,http://www.w3.org/TR/CSS21/visudet.html#inline-replaced-height,http://www.w3.org/TR/CSS21/visudet.html#min-max-widths b0a01b2a4be5634a1e84900105fa7bc0a07d314e `L. David Baron`<http://dbaron.org/>
|
|
replaced-elements-width-40 reference/replaced-elements-width-40-ref CSS 2.1 replaced element sizing should http://www.w3.org/TR/CSS21/visudet.html#inline-replaced-width,http://www.w3.org/TR/CSS21/visudet.html#inline-replaced-height,http://www.w3.org/TR/CSS21/visudet.html#min-max-widths 76d28fcc8b04178b62226ea32b7a35e98217b3f7 `L. David Baron`<http://dbaron.org/>
|
|
replaced-intrinsic-001 reference/replaced-intrinsic-001-ref Replaced inline elements (using <object>) and SVG intrinsic widths svg http://www.w3.org/TR/CSS21/visudet.html#inline-replaced-width 72409a31b8553a1680f775d0c0c43484b211abee `Ian Hickson`<mailto:ian@hixie.ch>,`Elika J. Etemad`<http://fantasai.inkedblade.net/contact>
|
|
replaced-intrinsic-002 reference/replaced-intrinsic-002-ref Replaced inline elements (using <object>) and SVG intrinsic widths (negative test equivalent of 001) svg http://www.w3.org/TR/CSS21/visudet.html#inline-replaced-width 9c36c727f17b1ff91483e4ae84a59fa49abc7920 `Ian Hickson`<mailto:ian@hixie.ch>
|
|
replaced-intrinsic-003 reference/replaced-intrinsic-003-ref Replaced block elements (using <object>) and SVG intrinsic widths image,svg http://www.w3.org/TR/CSS21/visudet.html#inline-replaced-width c838efab728fbdd0893de73fba61c4481ae769d7 `Ian Hickson`<mailto:ian@hixie.ch>
|
|
replaced-intrinsic-004 reference/ref-filled-green-100px-square Auto Intrinsic Sizes: Intrinsic Height Only and Specified Width svg http://www.w3.org/TR/CSS21/visudet.html#inline-replaced-height 0db24808af2dabae779de516179abe41b0d7cd2a `Elika J. Etemad`<http://fantasai.inkedblade.net/contact> An inline replaced element with an intrinsic height only and a specified width is drawn at the specified width and intrinsic height.
|
|
replaced-intrinsic-005 reference/replaced-intrinsic-005-ref Auto Intrinsic Sizes: Intrinsic Width Only and Auto Height svg http://www.w3.org/TR/CSS21/visudet.html#inline-replaced-width 56d3bb6c869c01a1d99376dea019ea0e13d9d06f `Elika J. Etemad`<http://fantasai.inkedblade.net/contact> A replaced element with an intrinsic height only and a specified width is drawn at the specified width and intrinsic height.
|
|
replaced-intrinsic-ratio-001 Auto Width for Replaced Element with Intrinsic Ratio Only may,svg http://www.w3.org/TR/CSS21/visudet.html#inline-replaced-width,http://www.w3.org/TR/CSS21/visudet.html#inline-replaced-height 388bad0fc762d61bf7acd8373af7973a29631572 `Elika J. Etemad`<http://fantasai.inkedblade.net/contact>
|
|
replaced-min-max-001 Min/Max Height and Width Constraints on Replaced Elements image http://www.w3.org/TR/CSS21/visudet.html#min-max-widths 7efc87945305fdf3fd61536fe51f1ea247e97b3e `Elika J. Etemad`<http://fantasai.inkedblade.net/contact>
|
|
reset-counter-001 Counter-reset before counter use http://www.w3.org/TR/CSS21/generate.html#content cae6eac1fcbf132d6686eafe22ded232f300dbfb `Microsoft`<http://www.microsoft.com/> Counter is used after a reset.
|
|
right-004 reference/right-004-ref Right using pixels with a value of negative zero, -0px http://www.w3.org/TR/CSS21/visuren.html#propdef-right,http://www.w3.org/TR/CSS21/visuren.html#position-props d14cfd6b671736679a72c5717631ce448e947c8e `Microsoft`<http://www.microsoft.com/> The 'right' property sets a negative zero length value in pixels.
|
|
right-005 reference/right-004-ref Right using pixels with a value of zero, 0px http://www.w3.org/TR/CSS21/visuren.html#propdef-right,http://www.w3.org/TR/CSS21/visuren.html#position-props 84cd0079623b4026e409ec83f432856825b3fd77 `Microsoft`<http://www.microsoft.com/> The 'right' property sets a zero length value in pixels.
|
|
right-006 reference/right-004-ref Right using pixels with a value of positive zero, +0px http://www.w3.org/TR/CSS21/visuren.html#propdef-right,http://www.w3.org/TR/CSS21/visuren.html#position-props 267e141b5d2e6946723a43b7242e4d8e69994167 `Microsoft`<http://www.microsoft.com/> The 'right' property sets a positive zero length value in pixels.
|
|
right-007 reference/right-007-ref Right using pixels with a nominal value, 96px http://www.w3.org/TR/CSS21/visuren.html#propdef-right,http://www.w3.org/TR/CSS21/visuren.html#position-props d9684906146a07df87b159cf4a3b8c9d88f879f0 `Microsoft`<http://www.microsoft.com/> The 'right' property sets a nominal length value in pixels.
|
|
right-008 reference/right-007-ref Right using pixels with a positive nominal value, +96px http://www.w3.org/TR/CSS21/visuren.html#propdef-right,http://www.w3.org/TR/CSS21/visuren.html#position-props 596f2e409cce9ed0ebdbf2f75ce951a5c5df2ac0 `Microsoft`<http://www.microsoft.com/> The 'right' property sets a positive nominal length value in pixels.
|
|
right-016 reference/right-004-ref Right using points with a value of negative zero, -0pt http://www.w3.org/TR/CSS21/visuren.html#propdef-right,http://www.w3.org/TR/CSS21/visuren.html#position-props c0ed4e48f870106d4b9ba0f61f93afcc12f0aa4c `Microsoft`<http://www.microsoft.com/> The 'right' property sets a negative zero length value in points.
|
|
right-017 reference/right-004-ref Right using points with a value of zero, 0pt http://www.w3.org/TR/CSS21/visuren.html#propdef-right,http://www.w3.org/TR/CSS21/visuren.html#position-props 44e0a6dd23d88bd1bddf9aba3e85520de8e9eda6 `Microsoft`<http://www.microsoft.com/> The 'right' property sets a zero length value in points.
|
|
right-018 reference/right-004-ref Right using points with a value of positive zero, +0pt http://www.w3.org/TR/CSS21/visuren.html#propdef-right,http://www.w3.org/TR/CSS21/visuren.html#position-props 84fb045284c8c9e0ad93b439bb15f2ccc3a94be1 `Microsoft`<http://www.microsoft.com/> The 'right' property sets a positive zero length value in points.
|
|
right-019 reference/right-019-ref Right using points with a nominal value, 72pt http://www.w3.org/TR/CSS21/visuren.html#propdef-right,http://www.w3.org/TR/CSS21/visuren.html#position-props 5af0b81d0d4bd059ff5f040b27b37b1e104e81b3 `Microsoft`<http://www.microsoft.com/> The 'right' property sets a nominal length value in points.
|
|
right-020 reference/right-019-ref Right using points with a positive nominal value, +72pt http://www.w3.org/TR/CSS21/visuren.html#propdef-right,http://www.w3.org/TR/CSS21/visuren.html#position-props a19e2a656db740b70d255c6e1b9983e6e4cabdf4 `Microsoft`<http://www.microsoft.com/> The 'right' property sets a positive nominal length value in points.
|
|
right-028 reference/right-004-ref Right using picas with a value of negative zero, -0pc http://www.w3.org/TR/CSS21/visuren.html#propdef-right,http://www.w3.org/TR/CSS21/visuren.html#position-props 72c165aa7d98a9520cc259b484d9c8c2c26df9b5 `Microsoft`<http://www.microsoft.com/> The 'right' property sets a negative zero length value in picas.
|
|
right-029 reference/right-004-ref Right using picas with a value of zero, 0pc http://www.w3.org/TR/CSS21/visuren.html#propdef-right,http://www.w3.org/TR/CSS21/visuren.html#position-props 1feaa549e4c41644c69c11e3e3e92a0dc0709761 `Microsoft`<http://www.microsoft.com/> The 'right' property sets a zero length value in picas.
|
|
right-030 reference/right-004-ref Right using picas with a value of positive zero, +0pc http://www.w3.org/TR/CSS21/visuren.html#propdef-right,http://www.w3.org/TR/CSS21/visuren.html#position-props 16189cd3056fdc8934cad7105de3758a035ad75f `Microsoft`<http://www.microsoft.com/> The 'right' property sets a positive zero length value in picas.
|
|
right-031 reference/right-031-ref Right using picas with a nominal value, 6pc http://www.w3.org/TR/CSS21/visuren.html#propdef-right,http://www.w3.org/TR/CSS21/visuren.html#position-props 0e98ad58bddee73863afa05cd7fdadb9e1d99403 `Microsoft`<http://www.microsoft.com/> The 'right' property sets a nominal length value in picas.
|
|
right-032 reference/right-031-ref Right using picas with a positive nominal value, +6pc http://www.w3.org/TR/CSS21/visuren.html#propdef-right,http://www.w3.org/TR/CSS21/visuren.html#position-props 026b7cca8b99053c6f09a46d3b144dff49e0c128 `Microsoft`<http://www.microsoft.com/> The 'right' property sets a positive nominal length value in picas.
|
|
right-040 reference/right-004-ref Right using centimeters with a value of negative zero, -0cm http://www.w3.org/TR/CSS21/visuren.html#propdef-right,http://www.w3.org/TR/CSS21/visuren.html#position-props 61d8e3b3185e4fe28d7e78ab1647d8d63b0bf3b5 `Microsoft`<http://www.microsoft.com/> The 'right' property sets a negative zero length value in centimeters.
|
|
right-041 reference/right-004-ref Right using centimeters with a value of zero, 0cm http://www.w3.org/TR/CSS21/visuren.html#propdef-right,http://www.w3.org/TR/CSS21/visuren.html#position-props c42b20181127ea3b5fe92628a4f8cb7d05f32de6 `Microsoft`<http://www.microsoft.com/> The 'right' property sets a zero length value in centimeters.
|
|
right-042 reference/right-004-ref Right using centimeters with a value of positive zero, +0cm http://www.w3.org/TR/CSS21/visuren.html#propdef-right,http://www.w3.org/TR/CSS21/visuren.html#position-props ae3ea545f3f47760159dcd3a3117f367656d4c21 `Microsoft`<http://www.microsoft.com/> The 'right' property sets a positive zero length value in centimeters.
|
|
right-043 reference/right-019-ref Right using centimeters with a nominal value, 2.54cm http://www.w3.org/TR/CSS21/visuren.html#propdef-right,http://www.w3.org/TR/CSS21/visuren.html#position-props 52e8c5c4e035206cc733b7cd54d801952828a2a7 `Microsoft`<http://www.microsoft.com/> The 'right' property sets a nominal length value in centimeters.
|
|
right-044 reference/right-019-ref Right using centimeters with a positive nominal value, +2.54cm http://www.w3.org/TR/CSS21/visuren.html#propdef-right,http://www.w3.org/TR/CSS21/visuren.html#position-props 18755405c8d7116a747d7e82740169a47e2e768c `Microsoft`<http://www.microsoft.com/> The 'right' property sets a positive nominal length value in centimeters.
|
|
right-052 reference/right-004-ref Right using millimeters with a value of negative zero, -0mm http://www.w3.org/TR/CSS21/visuren.html#propdef-right,http://www.w3.org/TR/CSS21/visuren.html#position-props 5cbf73a7d08d80ec847674e7c12ecc7eae4c3684 `Microsoft`<http://www.microsoft.com/> The 'right' property sets a negative zero length value in millimeters.
|
|
right-053 reference/right-004-ref Right using millimeters with a value of zero, 0mm http://www.w3.org/TR/CSS21/visuren.html#propdef-right,http://www.w3.org/TR/CSS21/visuren.html#position-props fc3a787563b7661b292b694a30b97d893ff41e0e `Microsoft`<http://www.microsoft.com/> The 'right' property sets a zero length value in millimeters.
|
|
right-054 reference/right-004-ref Right using millimeters with a value of positive zero, +0mm http://www.w3.org/TR/CSS21/visuren.html#propdef-right,http://www.w3.org/TR/CSS21/visuren.html#position-props d574f7d3f1766b448042d96e2fdedd1e42a3d307 `Microsoft`<http://www.microsoft.com/> The 'right' property sets a positive zero length value in millimeters.
|
|
right-055 reference/right-019-ref Right using millimeters with a nominal value, 25.4mm http://www.w3.org/TR/CSS21/visuren.html#propdef-right,http://www.w3.org/TR/CSS21/visuren.html#position-props c33906fd15b61a2eaec9ffc38f15c5b7fa438431 `Microsoft`<http://www.microsoft.com/> The 'right' property sets a nominal length value in millimeters.
|
|
right-056 reference/right-019-ref Right using millimeters with a positive nominal value, +25.4mm http://www.w3.org/TR/CSS21/visuren.html#propdef-right,http://www.w3.org/TR/CSS21/visuren.html#position-props cb6f7e8e128767941220b70853c2fce5130ff473 `Microsoft`<http://www.microsoft.com/> The 'right' property sets a positive nominal length value in millimeters.
|
|
right-064 reference/right-004-ref Right using inches with a value of negative zero, -0in http://www.w3.org/TR/CSS21/visuren.html#propdef-right,http://www.w3.org/TR/CSS21/visuren.html#position-props ce387bbb21f17eb004b412d2cf6df8ae03e606f8 `Microsoft`<http://www.microsoft.com/> The 'right' property sets a negative zero length value in inches.
|
|
right-065 reference/right-004-ref Right using inches with a value of zero, 0in http://www.w3.org/TR/CSS21/visuren.html#propdef-right,http://www.w3.org/TR/CSS21/visuren.html#position-props e1b5e13ab095fbdd51b630bdc30c7e2f72bc70a7 `Microsoft`<http://www.microsoft.com/> The 'right' property sets a zero length value in inches.
|
|
right-066 reference/right-004-ref Right using inches with a value of positive zero, +0in http://www.w3.org/TR/CSS21/visuren.html#propdef-right,http://www.w3.org/TR/CSS21/visuren.html#position-props 9d5604a08ac12196b634fec068442b1d39e19826 `Microsoft`<http://www.microsoft.com/> The 'right' property sets a positive zero length value in inches.
|
|
right-067 reference/right-019-ref Right using inches with a nominal value, 1in http://www.w3.org/TR/CSS21/visuren.html#propdef-right,http://www.w3.org/TR/CSS21/visuren.html#position-props e9d3c31442df2384a6e909f701d8b039ed58371a `Microsoft`<http://www.microsoft.com/> The 'right' property sets a nominal length value in inches.
|
|
right-068 reference/right-019-ref Right using inches with a positive nominal value, +1in http://www.w3.org/TR/CSS21/visuren.html#propdef-right,http://www.w3.org/TR/CSS21/visuren.html#position-props 4f4d4956d417d1b461ff86d5d62653cd44341a34 `Microsoft`<http://www.microsoft.com/> The 'right' property sets a positive nominal length value in inches.
|
|
right-076 reference/right-004-ref Right using 'em' units with a value of negative zero, -0em ahem http://www.w3.org/TR/CSS21/visuren.html#propdef-right,http://www.w3.org/TR/CSS21/visuren.html#position-props bfd370af7c8c7470c6758c4e85c04928da9bb283 `Microsoft`<http://www.microsoft.com/> The 'right' property sets a negative zero length value in 'em' units.
|
|
right-077 reference/right-004-ref Right using 'em' units with a value of zero, 0em ahem http://www.w3.org/TR/CSS21/visuren.html#propdef-right,http://www.w3.org/TR/CSS21/visuren.html#position-props 1be8278bedb806c378b2f4ca71f65f9d092f06b7 `Microsoft`<http://www.microsoft.com/> The 'right' property sets a zero length value in 'em' units.
|
|
right-078 reference/right-004-ref Right using 'em' units with a value of positive zero, +0em ahem http://www.w3.org/TR/CSS21/visuren.html#propdef-right,http://www.w3.org/TR/CSS21/visuren.html#position-props 4ab5569f7c5d3111a83b365df1d299edbec4452e `Microsoft`<http://www.microsoft.com/> The 'right' property sets a positive zero length value in 'em' units.
|
|
right-079 reference/right-079-ref Right using 'em' units with a nominal value, 6em ahem http://www.w3.org/TR/CSS21/visuren.html#propdef-right,http://www.w3.org/TR/CSS21/visuren.html#position-props 77158ee060c9aa574bbc3eb0429174bb8c5e11b5 `Microsoft`<http://www.microsoft.com/> The 'right' property sets a nominal length value in 'em' units.
|
|
right-080 reference/right-079-ref Right using 'em' units with a positive nominal value, +6em ahem http://www.w3.org/TR/CSS21/visuren.html#propdef-right,http://www.w3.org/TR/CSS21/visuren.html#position-props c32002ec23a3229f9aef380c5b70f289be671291 `Microsoft`<http://www.microsoft.com/> The 'right' property sets a positive nominal length value in 'em' units.
|
|
right-088 reference/right-004-ref Right using 'ex' units with a value of negative zero, -0ex ahem http://www.w3.org/TR/CSS21/visuren.html#propdef-right,http://www.w3.org/TR/CSS21/visuren.html#position-props 47a196bb240369aea57db0cfacbc2294cf26c971 `Microsoft`<http://www.microsoft.com/> The 'right' property sets a negative zero length value in 'ex' units.
|
|
right-089 reference/right-004-ref Right using 'ex' units with a value of zero, 0ex ahem http://www.w3.org/TR/CSS21/visuren.html#propdef-right,http://www.w3.org/TR/CSS21/visuren.html#position-props 53f67dd88244155fa938840d7a77f7aed435eba7 `Microsoft`<http://www.microsoft.com/> The 'right' property sets a zero length value in 'ex' units.
|
|
right-090 reference/right-004-ref Right using 'ex' units with a value of positive zero, +0ex ahem http://www.w3.org/TR/CSS21/visuren.html#propdef-right,http://www.w3.org/TR/CSS21/visuren.html#position-props 9377c688f476589080b620e9fc1c6e305991df3f `Microsoft`<http://www.microsoft.com/> The 'right' property sets a positive zero length value in 'ex' units.
|
|
right-091 reference/right-019-ref Right using 'ex' units with a nominal value, 7.5ex ahem http://www.w3.org/TR/CSS21/visuren.html#propdef-right,http://www.w3.org/TR/CSS21/visuren.html#position-props 803d9ec3a3936312f1ee82374ab0e934014c0580 `Microsoft`<http://www.microsoft.com/> The 'right' property sets a nominal length value in 'ex' units.
|
|
right-092 reference/right-019-ref Right using 'ex' units with a positive nominal value, +7.5ex ahem http://www.w3.org/TR/CSS21/visuren.html#propdef-right,http://www.w3.org/TR/CSS21/visuren.html#position-props bf5b8c7f7e1963aa74016f22cc9b38e80be9ec74 `Microsoft`<http://www.microsoft.com/> The 'right' property sets a positive nominal length value in 'ex' units.
|
|
right-100 reference/right-100-ref Right using percentages with a value of negative zero, -0% http://www.w3.org/TR/CSS21/visuren.html#propdef-right,http://www.w3.org/TR/CSS21/visuren.html#position-props 8f4aa6898c85d60eab5bb4c5e3029f1ed327ed68 `Microsoft`<http://www.microsoft.com/> The 'right' property sets a negative zero length value in percentages.
|
|
right-101 reference/right-100-ref Right using percentages with a value of zero, 0% http://www.w3.org/TR/CSS21/visuren.html#propdef-right,http://www.w3.org/TR/CSS21/visuren.html#position-props e074f4696a7755545ce42e3d3b9df6305ca38b43 `Microsoft`<http://www.microsoft.com/> The 'right' property sets a zero length value in percentages.
|
|
right-102 reference/right-100-ref Right using percentages with a value of positive zero, +0% http://www.w3.org/TR/CSS21/visuren.html#propdef-right,http://www.w3.org/TR/CSS21/visuren.html#position-props 0d8caadc03fe85c0d3d25729ecfb881354d14268 `Microsoft`<http://www.microsoft.com/> The 'right' property sets a positive zero length value in percentages.
|
|
right-103 reference/right-103-ref Right using percentages with a nominal value, 100% http://www.w3.org/TR/CSS21/visuren.html#propdef-right,http://www.w3.org/TR/CSS21/visuren.html#position-props ccf6f9a9acd82b1ebe2374937f1fd2dc439572f6 `Microsoft`<http://www.microsoft.com/> The 'right' property sets a nominal length value in percentages.
|
|
right-104 reference/right-103-ref Right using percentages with a positive nominal value, +100% http://www.w3.org/TR/CSS21/visuren.html#propdef-right,http://www.w3.org/TR/CSS21/visuren.html#position-props 16c5c281323b90c27f222e94d80cdb9a9e2aa0e6 `Microsoft`<http://www.microsoft.com/> The 'right' property sets a positive nominal length value in percentages.
|
|
right-109 reference/right-004-ref Right with a value of negative zero and no units, -0 http://www.w3.org/TR/CSS21/visuren.html#propdef-right,http://www.w3.org/TR/CSS21/visuren.html#position-props 4b13ff64204179438900b5998da279bbdc19cf01 `Microsoft`<http://www.microsoft.com/> The 'right' property sets a negative zero length value with no units.
|
|
right-110 reference/right-004-ref Right with a value of zero and no units, 0 http://www.w3.org/TR/CSS21/visuren.html#propdef-right,http://www.w3.org/TR/CSS21/visuren.html#position-props 11f0bf9260a2297fd7cc289348171ffbe39f689c `Microsoft`<http://www.microsoft.com/> The 'right' property sets a zero length value with no units.
|
|
right-111 reference/right-004-ref Right with a value of positive zero and no units, +0 http://www.w3.org/TR/CSS21/visuren.html#propdef-right,http://www.w3.org/TR/CSS21/visuren.html#position-props c6792842653416c14e985e323ef288b39df42352 `Microsoft`<http://www.microsoft.com/> The 'right' property sets a positive zero length value with no units.
|
|
right-112 reference/right-004-ref Right with a value of 'auto' http://www.w3.org/TR/CSS21/visuren.html#propdef-right,http://www.w3.org/TR/CSS21/visuren.html#position-props 33de63b72f2b16de14ca57a1073f4467879bc2cd `Microsoft`<http://www.microsoft.com/> The 'right' property sets a value of 'auto'.
|
|
right-113 reference/right-103-ref Right with a value of 'inherit' http://www.w3.org/TR/CSS21/visuren.html#propdef-right,http://www.w3.org/TR/CSS21/visuren.html#position-props 2b355a558d8658a741b0270c289cf3fc38389f49 `Microsoft`<http://www.microsoft.com/> The 'right' property sets a value of 'inherit'.
|
|
right-applies-to-001 reference/right-applies-to-001-ref Right applied to element with 'display' set to 'table-row-group' http://www.w3.org/TR/CSS21/visuren.html#propdef-right,http://www.w3.org/TR/CSS21/visuren.html#dis-pos-flo,http://www.w3.org/TR/CSS21/visuren.html#position-props f24be14d987a81992ce1c29ef241301216b03770 `Microsoft`<http://www.microsoft.com/> The 'right' property applies to elements with a display of 'table-row-group'.
|
|
right-applies-to-002 reference/right-applies-to-001-ref Right applied to element with 'display' set to 'table-header-group' http://www.w3.org/TR/CSS21/visuren.html#propdef-right,http://www.w3.org/TR/CSS21/visuren.html#dis-pos-flo,http://www.w3.org/TR/CSS21/visuren.html#position-props 33ab996ca0788fd3492b1428b906ae02d742696b `Microsoft`<http://www.microsoft.com/> The 'right' property applies to elements with a display of 'table-header-group'.
|
|
right-applies-to-003 reference/right-applies-to-001-ref Right applied to element with 'display' set to 'table-footer-group' http://www.w3.org/TR/CSS21/visuren.html#propdef-right,http://www.w3.org/TR/CSS21/visuren.html#dis-pos-flo,http://www.w3.org/TR/CSS21/visuren.html#position-props 2aae62018247d5e43796e335154e34b6e4e83fb8 `Microsoft`<http://www.microsoft.com/> The 'right' property applies to elements with a display of 'table-footer-group'.
|
|
right-applies-to-004 reference/right-applies-to-001-ref Right applied to element with 'display' set to 'table-row' http://www.w3.org/TR/CSS21/visuren.html#propdef-right,http://www.w3.org/TR/CSS21/visuren.html#dis-pos-flo,http://www.w3.org/TR/CSS21/visuren.html#position-props 7d057575931d8e919565b2dfe247ac96c8213bbc `Microsoft`<http://www.microsoft.com/> The 'right' property applies to elements with a display of 'table-row'.
|
|
right-applies-to-005 reference/right-applies-to-001-ref Right applied to element with 'display' set to 'table-column-group' http://www.w3.org/TR/CSS21/visuren.html#propdef-right,http://www.w3.org/TR/CSS21/visuren.html#dis-pos-flo,http://www.w3.org/TR/CSS21/visuren.html#position-props 2771c1551908d17a2c413b54204d593aa6cb538f `Microsoft`<http://www.microsoft.com/> The 'right' property applies to elements with a display of 'table-column-group'.
|
|
right-applies-to-006 reference/right-applies-to-001-ref Right applied to element with 'display' set to 'table-column' http://www.w3.org/TR/CSS21/visuren.html#propdef-right,http://www.w3.org/TR/CSS21/visuren.html#dis-pos-flo,http://www.w3.org/TR/CSS21/visuren.html#position-props 570fbb3321302efedfa19ea8d3a4dbc7dca6bc92 `Microsoft`<http://www.microsoft.com/> The 'right' property applies to elements with a display of 'table-column'.
|
|
right-applies-to-007 reference/right-applies-to-001-ref Right applied to element with 'display' set to 'table-cell' http://www.w3.org/TR/CSS21/visuren.html#propdef-right,http://www.w3.org/TR/CSS21/visuren.html#dis-pos-flo,http://www.w3.org/TR/CSS21/visuren.html#position-props c2d617bb7174072f56b29a8dd6f42acd2facd1d6 `Microsoft`<http://www.microsoft.com/> The 'right' property applies to elements with a display of 'table-cell'.
|
|
right-applies-to-008 Right applied to element with 'display' set to inline http://www.w3.org/TR/CSS21/visuren.html#propdef-right,http://www.w3.org/TR/CSS21/visuren.html#dis-pos-flo,http://www.w3.org/TR/CSS21/visuren.html#position-props 562373ef09b092d8a82dda1c73c3159ccb762500 `Microsoft`<http://www.microsoft.com/> The 'right' property applies to elements with a display of inline.
|
|
right-applies-to-009 reference/right-applies-to-001-ref Right applied to element with 'display' set to block http://www.w3.org/TR/CSS21/visuren.html#propdef-right,http://www.w3.org/TR/CSS21/visuren.html#dis-pos-flo,http://www.w3.org/TR/CSS21/visuren.html#position-props 387b94b512a3a60d03e15707d5268de689efb536 `Microsoft`<http://www.microsoft.com/> The 'right' property applies to elements with a display of block.
|
|
right-applies-to-010 Right applied to element with 'display' set to list-item http://www.w3.org/TR/CSS21/visuren.html#propdef-right,http://www.w3.org/TR/CSS21/visuren.html#dis-pos-flo,http://www.w3.org/TR/CSS21/visuren.html#position-props 0331bb404cfa1944fa3910ab1887362cc40c0c3c `Microsoft`<http://www.microsoft.com/> The 'right' property applies to elements with a display of list-item.
|
|
right-applies-to-011 Right applied to element with 'display' set to run-in http://www.w3.org/TR/CSS21/visuren.html#propdef-right,http://www.w3.org/TR/CSS21/visuren.html#dis-pos-flo,http://www.w3.org/TR/CSS21/visuren.html#position-props d0377e13b6d696442084eef0d84b2e36f49e3529 `Microsoft`<http://www.microsoft.com/> The 'right' property applies to elements with a display of run-in.
|
|
right-applies-to-012 reference/right-applies-to-001-ref Right applied to element with 'display' set to inline-block http://www.w3.org/TR/CSS21/visuren.html#propdef-right,http://www.w3.org/TR/CSS21/visuren.html#dis-pos-flo,http://www.w3.org/TR/CSS21/visuren.html#position-props 1ebc6cdff7f2fb417e2216eb0d009dc67df26a09 `Microsoft`<http://www.microsoft.com/> The 'right' property applies to elements with a display of inline-block.
|
|
right-applies-to-013 reference/right-applies-to-001-ref Right applied to element with 'display' set to 'table' http://www.w3.org/TR/CSS21/visuren.html#propdef-right,http://www.w3.org/TR/CSS21/visuren.html#dis-pos-flo,http://www.w3.org/TR/CSS21/visuren.html#position-props e8ca44510ceb1e7811caf202a28e0182e239b994 `Microsoft`<http://www.microsoft.com/> The 'right' property applies to elements with a display of 'table'.
|
|
right-applies-to-014 reference/right-applies-to-001-ref Right applied to element with 'display' set to 'inline-table' http://www.w3.org/TR/CSS21/visuren.html#propdef-right,http://www.w3.org/TR/CSS21/visuren.html#dis-pos-flo,http://www.w3.org/TR/CSS21/visuren.html#position-props c54614ed52148c889be478cf96395ea9409bebb7 `Microsoft`<http://www.microsoft.com/> The 'right' property applies to elements with a display of 'inline-table'.
|
|
right-applies-to-015 reference/right-applies-to-001-ref Right applied to element with 'display' set to 'table-caption' http://www.w3.org/TR/CSS21/visuren.html#propdef-right,http://www.w3.org/TR/CSS21/visuren.html#dis-pos-flo,http://www.w3.org/TR/CSS21/visuren.html#position-props c33d1c371908371a17e2995b50207e69993754d1 `Microsoft`<http://www.microsoft.com/> The 'right' property applies to elements with a display of 'table-caption'.
|
|
right-offset-001 reference/right-offset-001-ref 'right' property defines the offset from the right edge of the containing block http://www.w3.org/TR/CSS21/visuren.html#propdef-right,http://www.w3.org/TR/CSS21/visuren.html#position-props 9d9d91dfea4766053c21ad104beac6925391d3af `Microsoft`<http://www.microsoft.com/> The 'right' property, for absolute positioning, specifies the offset of the element in relation to the containing block's right edge. The containing block of an absolutely positioned element is formed by the padding box of its nearest (closest) positioned ancestor element.
|
|
right-offset-002 reference/left-offset-001-ref Position 'right' property defines the offset from the right of the box itself for relative positioning http://www.w3.org/TR/CSS21/visuren.html#propdef-right,http://www.w3.org/TR/CSS21/visuren.html#position-props e63b0161f3bec01639214ad4068801012d401f26 `Microsoft`<http://www.microsoft.com/> The 'right' property, for relative positioning, specifies the offset of the box itself from the right toward the left. If 'left' is 'auto', then its used value is minus the value of 'right' in which case the box will move from the right toward the left by the value of 'right'.
|
|
right-offset-003 reference/right-offset-001-ref 'right' property defines the offset from the right edge of the containing block http://www.w3.org/TR/CSS21/visuren.html#propdef-right,http://www.w3.org/TR/CSS21/visuren.html#position-props 718f4fb866954caf787e69dfdd5885ab69225962 `Microsoft`<http://www.microsoft.com/> The 'right' property, for absolute positioning, specifies the offset of the element in relation to the containing block's right edge. The containing block of an absolutely positioned element is formed by the padding box of its nearest (closest) positioned ancestor element.
|
|
right-offset-004 reference/ref-filled-green-100px-square right box offset - position relative image http://www.w3.org/TR/CSS21/visuren.html#position-props 7f2e8e70ba5bd6f274055e58ed2012eab9cff318 `Gérard Talbot`<http://www.gtalbot.org/BrowserBugsSection/css21testsuite/> The 'right' property, for relative positioning, specifies the offset of the box itself from its normal in-flow position, from the position it would have had if it had been static.
|
|
right-offset-percentage-001 reference/right-offset-percentage-001-ref Right offset using percentage http://www.w3.org/TR/CSS21/visuren.html#propdef-right,http://www.w3.org/TR/CSS21/visuren.html#position-props 38ccb2b88e1f7c4625c460a8d3d6725eb32610be `Microsoft`<http://www.microsoft.com/> Percentage offset values for the 'right' property are based off the width of the containing block.
|
|
root-box-001 reference/root-box-001-ref Placing the root element http://www.w3.org/TR/CSS21/visudet.html#Computing_heights_and_margins a38a32a36495408b1a6b24c7ca30f89979fc59cb `Ian Hickson`<mailto:ian@hixie.ch>,`Elika J. Etemad`<http://fantasai.inkedblade.net/contact>
|
|
root-box-002 reference/root-box-002-ref Styling the root element: display:table image http://www.w3.org/TR/CSS21/visuren.html#display-prop a64a894a331b86b3ed339e57e63df8897a1516b5 `Ian Hickson`<mailto:ian@hixie.ch>,`Elika J. Etemad`<http://fantasai.inkedblade.net/contact> HTML elements can be set to other display property values - like sub-table elements just like in this testcase - in order to behave like another element.
|
|
root-box-003 reference/root-box-003-ref Styling the root element: display:none (page should be a big green expanse) http://www.w3.org/TR/CSS21/visuren.html#display-prop 928f48a36f766d456b0d8806ff972b13c5b9fb2a `Ian Hickson`<mailto:ian@hixie.ch>
|
|
root-canvas-001 reference/root-canvas-001-ref Canvas: Embedded documents http://www.w3.org/TR/CSS21/visuren.html#viewport,http://www.w3.org/TR/CSS21/visudet.html#containing-block-details 4c89160fc00f74e14d2dcfdc2f6a4fc56126d9b8 `Ian Hickson`<mailto:ian@hixie.ch>,`Elika J. Etemad`<http://fantasai.inkedblade.net/contact>
|
|
row-visibility-001 Row and the 'visibility' property http://www.w3.org/TR/CSS21/tables.html#dynamic-effects ccdaf8ad85537af307b60246b3ffd646b0b16b40 `Microsoft`<http://www.microsoft.com/> A 'visibility' value of 'collapse' applies to table rows.
|
|
row-visibility-002 Row group and the 'visibility' property http://www.w3.org/TR/CSS21/tables.html#dynamic-effects 8e9c736864089e69b23037e10bdffc3df7d58b49 `Microsoft`<http://www.microsoft.com/> The 'visibility' value of 'collapse' applies to table row groups.
|
|
row-visibility-003 Spanning cell that intersects a 'visibility: collapse' row ahem http://www.w3.org/TR/CSS21/tables.html#dynamic-effects 1c009ef44bf15c7cbd57a1e86e34a0ffeb1eb4a7 `Microsoft`<http://www.microsoft.com/> Contents of a spanned cell which intersect with a collapsed row are clipped.
|
|
row-visibility-004 A spanning cell that originates from a 'visibility: collapse' row http://www.w3.org/TR/CSS21/tables.html#dynamic-effects 9e63327202e2438ce1fa488c3ea66a5190f90aba `Microsoft`<http://www.microsoft.com/> A row-spanning cell which originates in a collapsed row is completely collapsed along with its row.
|
|
rtl-basic reference/right-rtl-ref Bidi box model test 2 http://www.w3.org/TR/CSS21/box.html#bidi-box-model c41e6c0f2b86a7d804502c21ed54cf2ce2c628d2 `Boris Zbarsky`<mailto:bzbarsky@mit.edu>
|
|
rtl-borders-001 Borders drawn in visual order even when direction set to right-to-left http://www.w3.org/TR/CSS21/box.html#bidi-box-model 9ad956a62f10da676da04c1789efe4f39433ca64 `Microsoft`<http://www.microsoft.com/> Borders are drawn in visual order depending on the direction of content.
|
|
rtl-ib reference/right-rtl-ref Bidi box model test 6 http://www.w3.org/TR/CSS21/box.html#bidi-box-model fa42f40ee5e5931a5d442a4d683cf07f6122cc97 `Boris Zbarsky`<mailto:bzbarsky@mit.edu>
|
|
rtl-linebreak reference/rtl-linebreak-ref,!reference/rtl-linebreak-notref2,!reference/rtl-linebreak-notref1 Bidi box model test 9 http://www.w3.org/TR/CSS21/box.html#bidi-box-model b644aee59bb8a2d5e3c7d2c97c3f47ee6c19b546 `Boris Zbarsky`<mailto:bzbarsky@mit.edu>
|
|
rtl-span-only reference/left-rtl-ref Bidi box model test 3 http://www.w3.org/TR/CSS21/box.html#bidi-box-model bf24e475cbc6dcd67971b9a0caa77782bb38f84e `Boris Zbarsky`<mailto:bzbarsky@mit.edu>
|
|
rtl-span-only-ib reference/left-rtl-ref Bidi box model test 7 http://www.w3.org/TR/CSS21/box.html#bidi-box-model 1c15a2e65b9f457eb3e077fa87217c646956d017 `Boris Zbarsky`<mailto:bzbarsky@mit.edu>
|
|
run-in-001 Run-in with a block box converts to a block box ahem http://www.w3.org/TR/CSS21/visuren.html#run-in 2683e131f5579900086d72889ef6adff3fa18560 `Microsoft`<http://www.microsoft.com/> Run-in boxes are converted to block boxes when the run-in box contains a block box.
|
|
run-in-002 Run-in boxes change to inline boxes http://www.w3.org/TR/CSS21/visuren.html#run-in 7492a1a0593fd2d4b61323b45cd98aacd51e27d3 `Microsoft`<http://www.microsoft.com/> Sibling block boxes following a run-in makes the run-in become an inline of the block box.
|
|
run-in-003 Run-in boxes and float ahem http://www.w3.org/TR/CSS21/visuren.html#run-in 0f9351bc823d54c1f062ec5c5482304107cfe798 `Microsoft`<http://www.microsoft.com/> Float prevents run-in from becoming inline.
|
|
run-in-004 Run-in boxes and absolute positioning ahem http://www.w3.org/TR/CSS21/visuren.html#run-in fd12c94020ba4b87ab6f6275d47e75a440b1110c `Microsoft`<http://www.microsoft.com/> Absolute positioning prevents run-in from becoming inline.
|
|
run-in-005 Run-in that starts with a run-in http://www.w3.org/TR/CSS21/visuren.html#run-in fb3e02eb2971d4d3bd96355c723181932f449e63 `Microsoft`<http://www.microsoft.com/> Run-in boxes cannot run-in with another box that already starts with a run-in.
|
|
run-in-006 Run-in with a table box ahem http://www.w3.org/TR/CSS21/visuren.html#propdef-display,http://www.w3.org/TR/CSS21/visuren.html#display-prop 1005a54dcb7e22f72030914ccda331d8d7775196 `Microsoft`<http://www.microsoft.com/> Run-in boxes are converted to block boxes when the run-in box runs into a table box.
|
|
run-in-007 Run-in with a inline-table box ahem http://www.w3.org/TR/CSS21/visuren.html#propdef-display,http://www.w3.org/TR/CSS21/visuren.html#display-prop beef928265970c9d22205a13bc4162058b647e29 `Microsoft`<http://www.microsoft.com/> Run-in boxes are converted to block boxes when the run-in box runs into an inline-table box.
|
|
run-in-008 Run-in with a table-row-group box ahem http://www.w3.org/TR/CSS21/visuren.html#propdef-display,http://www.w3.org/TR/CSS21/visuren.html#display-prop 5ff8e8a2e233506cb7c04430b6b75adb0032cfab `Microsoft`<http://www.microsoft.com/> Run-in boxes are converted to block boxes when the run-in box runs into a table-row-group box.
|
|
run-in-009 Run-in with a table-row box ahem http://www.w3.org/TR/CSS21/visuren.html#propdef-display,http://www.w3.org/TR/CSS21/visuren.html#display-prop ab42f7cc57069e1165cf2fdc7b0fd05cb4c2518b `Microsoft`<http://www.microsoft.com/> Run-in boxes are converted to block boxes when the run-in box runs into a table-row box.
|
|
run-in-010 Run-in with a table-cell box ahem http://www.w3.org/TR/CSS21/visuren.html#propdef-display,http://www.w3.org/TR/CSS21/visuren.html#display-prop ca6d582235edfaf1e8a4d05abcc84f2af6050f68 `Microsoft`<http://www.microsoft.com/> Run-in boxes are converted to block boxes when the run-in box runs into a table-cell box.
|
|
run-in-011 Run-in with a table-caption box ahem http://www.w3.org/TR/CSS21/visuren.html#propdef-display,http://www.w3.org/TR/CSS21/visuren.html#display-prop 81d16ad11520d6201432f97fcb201c36c4c9d657 `Microsoft`<http://www.microsoft.com/> Run-in boxes are converted to block boxes when the run-in box runs into a table-caption box.
|
|
run-in-012 Run-in with a table-header-group box ahem http://www.w3.org/TR/CSS21/visuren.html#propdef-display,http://www.w3.org/TR/CSS21/visuren.html#display-prop 10c8c41344acf89b3ec06232251ea59ebc0efffd `Microsoft`<http://www.microsoft.com/> Run-in boxes are converted to block boxes when the run-in box runs into a table-header-group box.
|
|
run-in-013 Run-in with a table-footer-group box ahem http://www.w3.org/TR/CSS21/visuren.html#propdef-display,http://www.w3.org/TR/CSS21/visuren.html#display-prop f2d132e2a8fb605bb2f8092b5b089d2ee741300a `Microsoft`<http://www.microsoft.com/> Run-in boxes are converted to block boxes when the run-in box runs into a table-footer-group box.
|
|
run-in-abspos-between-001 reference/run-in-basic-ref Run in - abs pos should not prevent running in http://www.w3.org/TR/CSS21/visuren.html#run-in 0fb26e4940ef93fc59ff10710f6cb01e71ceeeca `Boris Zbarsky`<mailto:bzbarsky@mit.edu> Tests that run-ins actually run in if there is an absolutely positioned element between the run-in and the following block.
|
|
run-in-abspos-between-002 reference/run-in-basic-ref Run in - block set to abs pos should allow running in dom http://www.w3.org/TR/CSS21/visuren.html#run-in 32a7a7ac63ed9b95ce000a9ab867018f10357777 `Boris Zbarsky`<mailto:bzbarsky@mit.edu> Tests that run-ins run in if a block is dynamically set to absolutely positioned between them and the following block.
|
|
run-in-abspos-between-003 reference/run-in-text-ref Run in - inline toggled from abs pos should prevent running in dom http://www.w3.org/TR/CSS21/visuren.html#run-in ac009abbc8f80cb51470fcd5ba57ed66579e0171 `Boris Zbarsky`<mailto:bzbarsky@mit.edu> Tests that run-ins don't run in if an inline between them and the block is toggled from being absolutely positioned.
|
|
run-in-basic-001 reference/run-in-basic-ref Run in - basic functionality http://www.w3.org/TR/CSS21/visuren.html#run-in b09665c2589b1fbceb19ada5aa0ec6c414d6d8f0 `Boris Zbarsky`<mailto:bzbarsky@mit.edu> Run-ins run into a following block if there is nothing between the run-in and the block.
|
|
run-in-basic-002 reference/run-in-basic-ref Run in - basic functionality with whitespace http://www.w3.org/TR/CSS21/visuren.html#run-in bc1b785b92b89e49eee92d7b5c24c1a50fd339df `Boris Zbarsky`<mailto:bzbarsky@mit.edu> Run-ins run into a following block if there is collapsed whitespace between the run-in and the following block.
|
|
run-in-basic-003 reference/run-in-basic-ref Run in - basic functionality with comments http://www.w3.org/TR/CSS21/visuren.html#run-in e3190ca016641c93d4677fe6412c78e58ddb4482 `Boris Zbarsky`<mailto:bzbarsky@mit.edu> Run-ins run into a following block if there is collapsed whitespace and comments between the run-in and the block.
|
|
run-in-basic-004 reference/run-in-basic-ref Run in - basic functionality with multiple whitespace nodes dom http://www.w3.org/TR/CSS21/visuren.html#run-in 0851413ab4a3aff4d38b0b5a51bdba3cc8aac24f `Boris Zbarsky`<mailto:bzbarsky@mit.edu> Tests that run-ins actually run in if there are multiple whitespace nodes between the run-in and the following block. There must be multiple whitespace nodes in the DOM between the run-in and the following block.
|
|
run-in-basic-005 reference/run-in-block-ref Run in - basic functionality with following block containing run-in http://www.w3.org/TR/CSS21/visuren.html#run-in 6162c33fa055ce4d5fb0ccd636b20f9722e8baab `Boris Zbarsky`<mailto:bzbarsky@mit.edu> Tests that run-ins actually run in if the following block has a display:run-in child.
|
|
run-in-basic-006 reference/run-in-basic-ref Run in - basic functionality with list-item http://www.w3.org/TR/CSS21/visuren.html#run-in a545dac5c9a58c3883a3ea82a5660d1e45abed23 `Boris Zbarsky`<mailto:bzbarsky@mit.edu> Tests that run-ins actually run in if followed by a list-item.
|
|
run-in-basic-007 reference/run-in-basic-007-ref Run in - runs into overflow:scroll block http://www.w3.org/TR/CSS21/visuren.html#run-in af4560b38503648b08ec9f263d7e0867807ef8de `Boris Zbarsky`<mailto:bzbarsky@mit.edu> Tests that run-ins actually run in if the block has overflow:scroll.
|
|
run-in-basic-008 reference/run-in-basic-ref Run in - runs into relatively positioned block http://www.w3.org/TR/CSS21/visuren.html#run-in e08c6cdfcd98b4712c4f22b6fb144066dec471c6 `Boris Zbarsky`<mailto:bzbarsky@mit.edu> Tests that run-ins actually run in if the block is relatively positioned.
|
|
run-in-basic-009 reference/run-in-basic-ref Run in - run-ins run in even if given overflow:scroll http://www.w3.org/TR/CSS21/visuren.html#run-in 62ef2737f7095c0cbc76c7c94c5bdbf5f62a6e70 `Boris Zbarsky`<mailto:bzbarsky@mit.edu> Tests that run-ins actually run in if they have overflow:scroll set.
|
|
run-in-basic-010 reference/run-in-basic-ref Run in - parsing a block after a run-in should make the run-in run in dom http://www.w3.org/TR/CSS21/visuren.html#run-in 6eb90346939b00d461074567527f8cec30fa53e8 `Boris Zbarsky`<mailto:bzbarsky@mit.edu> Tests that run-ins actually run in if a block is parsed after them.
|
|
run-in-basic-011 reference/run-in-basic-ref Run in - inserting a block after a run-in should make the run-in run in dom http://www.w3.org/TR/CSS21/visuren.html#run-in 83a25c3b6f9cae60fcb80d4a2c477e962541020b `Boris Zbarsky`<mailto:bzbarsky@mit.edu> Tests that run-ins actually run in if a block is inserted after them.
|
|
run-in-basic-012 reference/run-in-basic-ref Run in - basic functionality with :before http://www.w3.org/TR/CSS21/visuren.html#run-in e715bc70fb69ecf704985ae85d81ef3939e67794 `Boris Zbarsky`<mailto:bzbarsky@mit.edu> Tests that run-ins end up before :before content when they run in.
|
|
run-in-basic-013 reference/run-in-basic-ref Run in - dynamically inserted run-in should run in dom http://www.w3.org/TR/CSS21/visuren.html#run-in 92f59727855ca9ec25a7dab3bb8b4ec45fd688f4 `Boris Zbarsky`<mailto:bzbarsky@mit.edu> Tests that dynamically inserted run-ins run in.
|
|
run-in-basic-014 reference/run-in-pre-ref Run in - basic functionality with preserved whitespace http://www.w3.org/TR/CSS21/visuren.html#run-in 1772b1a7d6cd73b2d67f4c4ee3ac645890437c46 `Boris Zbarsky`<mailto:bzbarsky@mit.edu> Tests that run-ins don't run in across preserved whitespace.
|
|
run-in-basic-015 reference/run-in-pre-ref Run in - dynamically preserved whitespace dom http://www.w3.org/TR/CSS21/visuren.html#run-in 3f716ecc308ad9251fee88d8a002c7867e27b31f `Boris Zbarsky`<mailto:bzbarsky@mit.edu> Tests that run-ins don't run in across preserved whitespace even if it's preserved dynamically.
|
|
run-in-basic-016 reference/run-in-pre-ref Run in - dynamically added preserved whitespace(2) dom http://www.w3.org/TR/CSS21/visuren.html#run-in 74a5b2395ddef480ef44582185749a14f44e0f1a `Boris Zbarsky`<mailto:bzbarsky@mit.edu> Tests that run-ins don't run in across preserved whitespace even if it's added dynamically.
|
|
run-in-basic-017 reference/run-in-pre-ref Run in - dynamically added preserved whitespace(3) dom http://www.w3.org/TR/CSS21/visuren.html#run-in 218716078cc80fefa7d3af011e5c3b16f18dc67c `Boris Zbarsky`<mailto:bzbarsky@mit.edu> Tests that run-ins don't run in across preserved whitespace even if it's added dynamically.
|
|
run-in-basic-018 reference/run-in-basic-ref Run in - dynamically added empty preserved whitespace dom http://www.w3.org/TR/CSS21/visuren.html#run-in 0408a32eb53d4c5a2aa1f7669038736cde709113 `Boris Zbarsky`<mailto:bzbarsky@mit.edu> Tests that run-ins run in across preserved whitespace if the textnode is empty.
|
|
run-in-block-between-001 reference/run-in-text-ref Run in - block should prevent running in http://www.w3.org/TR/CSS21/visuren.html#run-in 09100cb664b78f5b67bf2840fe85ce2a3944f9c0 `Boris Zbarsky`<mailto:bzbarsky@mit.edu> Run-ins run into a following block even if the block is empty.
|
|
run-in-block-between-002 reference/run-in-text-ref Run in - dynamically inserted block should prevent running in dom http://www.w3.org/TR/CSS21/visuren.html#run-in 63526ec9b40e5e112ea7ee699dbcb7164c79bb99 `Boris Zbarsky`<mailto:bzbarsky@mit.edu> Run-ins run into a following block even if the block is dynamically inserted and empty.
|
|
run-in-block-between-003 reference/run-in-basic-ref Run in - dynamically removed block should allow running in dom http://www.w3.org/TR/CSS21/visuren.html#run-in cf7ff021dc5f424682298d99fe3e100af9e387c5 `Boris Zbarsky`<mailto:bzbarsky@mit.edu> Run-ins run into a following block even if there was another block between that was dynamically removed.
|
|
run-in-breaking-001 reference/run-in-breaking-001-ref Run in - line-breaking after running in http://www.w3.org/TR/CSS21/visuren.html#run-in a25d2288e3164d41bd774c65275b403b9b324795 `Boris Zbarsky`<mailto:bzbarsky@mit.edu> Tests that run-ins that run in can line-break correctly, and that their borders are then painted correctly.
|
|
run-in-breaking-002 reference/run-in-breaking-002-ref Run in - line-breaking after running in http://www.w3.org/TR/CSS21/visuren.html#run-in 36d36a63dc67f50551cafb3eec0614f1c8bc6f55 `Boris Zbarsky`<mailto:bzbarsky@mit.edu> Tests that run-ins that run in can line-break correctly, and that their borders are then painted correctly.
|
|
run-in-clear-001 reference/run-in-text-ref Run in - clear on a run-in should apply to the block it runs into http://www.w3.org/TR/CSS21/visuren.html#flow-control d14360aa6c049012665ab6977727ad2235f84e7e `Boris Zbarsky`<mailto:bzbarsky@mit.edu> Tests that clear on run-ins applies to their block.
|
|
run-in-clear-002 reference/run-in-text-ref Run in - clear on a run-in should apply to the block it runs into dom http://www.w3.org/TR/CSS21/visuren.html#flow-control 96035bae1b31b1616cba6d8285daae8893750879 `Boris Zbarsky`<mailto:bzbarsky@mit.edu> Tests that dynamically set clear on run-ins applies to their block.
|
|
run-in-contains-abspos-001 reference/run-in-basic-ref Run in - an abs pos child should not prevent running in http://www.w3.org/TR/CSS21/visuren.html#run-in 2b1f6597c0a2b5c33af642672f7c8d93f255bebf `Boris Zbarsky`<mailto:bzbarsky@mit.edu> Tests that run-ins actually run in if they have abs pos kids.
|
|
run-in-contains-block-001 reference/run-in-text-ref Run in - a child block should prevent running in http://www.w3.org/TR/CSS21/visuren.html#run-in cb3c4939796a7be2a079b88a67b7cb80ae99334e `Boris Zbarsky`<mailto:bzbarsky@mit.edu> Tests that run-ins don't run in if they have child blocks.
|
|
run-in-contains-block-002 reference/run-in-text-ref Run in - dynamically inserted block child should prevent running in dom http://www.w3.org/TR/CSS21/visuren.html#run-in 12564cc658c2b759afcbb208db3c5d7bed314d79 `Boris Zbarsky`<mailto:bzbarsky@mit.edu> Tests that run-ins don't run in if they have dynamically inserted child blocks.
|
|
run-in-contains-block-003 reference/run-in-basic-ref Run in - dynamically removed block child should allow running in dom http://www.w3.org/TR/CSS21/visuren.html#run-in 2af73eae5cd6aacffac71e9207158b717eec84fd `Boris Zbarsky`<mailto:bzbarsky@mit.edu> Tests that run-ins run in if a block child is dynamically removed.
|
|
run-in-contains-block-004 reference/run-in-text-ref Run in - child dynamically toggled to block display should prevent running in dom http://www.w3.org/TR/CSS21/visuren.html#run-in b3b89d8afc1b4ccdca582285f078afcccf9bf903 `Boris Zbarsky`<mailto:bzbarsky@mit.edu> Tests that run-ins don't run in if they have a child dynamically toggled to block display.
|
|
run-in-contains-block-005 reference/run-in-basic-ref Run in - child dynamically toggled to inline display should allow running in dom http://www.w3.org/TR/CSS21/visuren.html#run-in ef9ca06472a38db6a0c925fd3d39c13569ec8cb0 `Boris Zbarsky`<mailto:bzbarsky@mit.edu> Tests that run-ins run in if they have a child dynamically toggled to inline display.
|
|
run-in-contains-block-inside-inline-001 reference/run-in-text-ref Run in - a child inline containing a block should prevent running in http://www.w3.org/TR/CSS21/visuren.html#run-in bc6e3c761235ff913b378f37430a1391c1fd6979 `Boris Zbarsky`<mailto:bzbarsky@mit.edu> Tests that run-ins don't run in if they have child inlines which contain blocks.
|
|
run-in-contains-block-inside-inline-002 reference/run-in-text-ref Run in - dynamically inserted inline child containing block should prevent running in dom http://www.w3.org/TR/CSS21/visuren.html#run-in a4458a695c88cecf8a90a2fe8c6ac37791671896 `Boris Zbarsky`<mailto:bzbarsky@mit.edu> Tests that run-ins don't run in if they have dynamically inserted child inlines containing blocks.
|
|
run-in-contains-block-inside-inline-003 reference/run-in-basic-ref Run in - dynamically removed inline child containing a block should allow running in dom http://www.w3.org/TR/CSS21/visuren.html#run-in 566ca693645f110eea77f88573b2c14e34280b45 `Boris Zbarsky`<mailto:bzbarsky@mit.edu> Tests that run-ins run in if an inline child containing a block is dynamically removed.
|
|
run-in-contains-float-001 reference/run-in-basic-ref Run in - a floating child should not prevent running in http://www.w3.org/TR/CSS21/visuren.html#run-in c1019df47d11c7a51ba06286780568729279055c `Boris Zbarsky`<mailto:bzbarsky@mit.edu> Tests that run-ins actually run in if they have floating kids.
|
|
run-in-contains-inline-001 reference/run-in-basic-ref Run in - a child inline should not prevent running in http://www.w3.org/TR/CSS21/visuren.html#run-in 49221c5e068374605c8fd0e2185c5152e08d37f5 `Boris Zbarsky`<mailto:bzbarsky@mit.edu> Tests that run-ins actually run in if they have child inlines.
|
|
run-in-contains-inline-002 reference/run-in-basic-ref Run in - a child inline with table-cell child should not prevent running in http://www.w3.org/TR/CSS21/visuren.html#run-in ba6de45637a2beabc89904e301d57d48b3251694 `Boris Zbarsky`<mailto:bzbarsky@mit.edu> Tests that run-ins actually run in if they have child inlines which contain table cells.
|
|
run-in-contains-inline-003 reference/run-in-basic-ref Run in - a child inline with table-cell child with an abs pos child should not prevent running in http://www.w3.org/TR/CSS21/visuren.html#run-in 9967eb55b9858fb4d6e257d3a4bf2452e49da9fa `Boris Zbarsky`<mailto:bzbarsky@mit.edu> Tests that run-ins actually run in if they have child inlines which contain table cells which contain abs pos kids.
|
|
run-in-contains-inline-004 reference/run-in-basic-ref Run in - a child inline with table-cell child with a floating child should not prevent running in http://www.w3.org/TR/CSS21/visuren.html#run-in 5bd535e6f7a3032dd555e19fc41211de0912fb19 `Boris Zbarsky`<mailto:bzbarsky@mit.edu> Tests that run-ins actually run in if they have child inlines which contain table cells which contain floating kids.
|
|
run-in-contains-inline-005 reference/run-in-basic-ref Run in - a child inline with table-row child should not prevent running in http://www.w3.org/TR/CSS21/visuren.html#run-in b3e2a8477f099423a14c40907ba3478da3e0b444 `Boris Zbarsky`<mailto:bzbarsky@mit.edu> Tests that run-ins actually run in if they have child inlines which contain table rowss.
|
|
run-in-contains-inline-006 reference/run-in-basic-ref Run in - a child inline with an abs pos child should not prevent running in http://www.w3.org/TR/CSS21/visuren.html#run-in c47d53dab968dd037c0e10bf0fac6cd8704f554d `Boris Zbarsky`<mailto:bzbarsky@mit.edu> Tests that run-ins actually run in if they have child inlines which contain abs pos kids.
|
|
run-in-contains-inline-007 reference/run-in-basic-ref Run in - a child inline with a floating child should not prevent running in http://www.w3.org/TR/CSS21/visuren.html#run-in 5859ba0998baa0f0f8b00e2aa62fdc6102bd5afa `Boris Zbarsky`<mailto:bzbarsky@mit.edu> Tests that run-ins actually run in if they have child inlines which contain floating kids.
|
|
run-in-contains-inline-block-001 reference/run-in-basic-ref Run in - a child inline-block should not prevent running in http://www.w3.org/TR/CSS21/visuren.html#run-in 3bdb0aa7ce9039852f399eaf46f1d41624255db2 `Boris Zbarsky`<mailto:bzbarsky@mit.edu> Tests that run-ins actually run in if they have child inline-blocks.
|
|
run-in-contains-inline-table-001 reference/run-in-basic-ref Run in - a child inline-table should not prevent running in http://www.w3.org/TR/CSS21/visuren.html#run-in cd2d3d298f1741acb9bb980f0c66faea0c14809c `Boris Zbarsky`<mailto:bzbarsky@mit.edu> Tests that run-ins actually run in if they have child inline-tables.
|
|
run-in-contains-relpos-block-001 reference/run-in-text-ref Run in - a child rel pos block should prevent running in http://www.w3.org/TR/CSS21/visuren.html#run-in 01e0a209c0bc7d661211b28cb54ef10382db3a0e `Boris Zbarsky`<mailto:bzbarsky@mit.edu> Tests that run-ins don't run in if they have child rel pos blocks.
|
|
run-in-contains-relpos-block-002 reference/run-in-text-ref Run in - dynamically inserted rel pos block child should prevent running in dom http://www.w3.org/TR/CSS21/visuren.html#run-in c1de4af701f38d84e81d4f15e81c1bb5646c2ef5 `Boris Zbarsky`<mailto:bzbarsky@mit.edu> Tests that run-ins don't run in if they have dynamically inserted child rel pos blocks.
|
|
run-in-contains-relpos-block-003 reference/run-in-basic-ref Run in - dynamically removed rel pos block child should allow running in dom http://www.w3.org/TR/CSS21/visuren.html#run-in 8abf74d2a23c7e58c69c9d11b571621249e5d448 `Boris Zbarsky`<mailto:bzbarsky@mit.edu> Tests that run-ins run in if a rel pos block child is dynamically removed.
|
|
run-in-contains-run-in-001 reference/run-in-text-ref Run in - a child run-in should prevent running in http://www.w3.org/TR/CSS21/visuren.html#run-in 346d59a2026257e5e8658dd31377a4f557619f17 `Boris Zbarsky`<mailto:bzbarsky@mit.edu> Tests that run-ins don't run in if they have child run-ins.
|
|
run-in-contains-run-in-002 reference/run-in-text-ref Run in - dynamically inserted run-in child should prevent running in dom http://www.w3.org/TR/CSS21/visuren.html#run-in 7d28ca4939e31a673cac02f3199632ad81bf4a35 `Boris Zbarsky`<mailto:bzbarsky@mit.edu> Tests that run-ins don't run in if they have dynamically inserted child run-ins.
|
|
run-in-contains-run-in-003 reference/run-in-basic-ref Run in - dynamically removed run-in child should allow running in dom http://www.w3.org/TR/CSS21/visuren.html#run-in fe87bdc62680f1f9bf4e29ebc59862b7b0c403e0 `Boris Zbarsky`<mailto:bzbarsky@mit.edu> Tests that run-ins run in if a run-in child is dynamically removed.
|
|
run-in-contains-table-001 reference/run-in-text-ref Run in - a child table should prevent running in http://www.w3.org/TR/CSS21/visuren.html#run-in 0f69a2a31a3067a7affb62966f5bea17d5f48fbe `Boris Zbarsky`<mailto:bzbarsky@mit.edu> Tests that run-ins don't run in if they have child tables.
|
|
run-in-contains-table-002 reference/run-in-text-ref Run in - dynamically inserted table child should prevent running in dom http://www.w3.org/TR/CSS21/visuren.html#run-in cb6c5f1cc029415c49dae4b09723cbcc627320a3 `Boris Zbarsky`<mailto:bzbarsky@mit.edu> Tests that run-ins don't run in if they have dynamically inserted child tables.
|
|
run-in-contains-table-003 reference/run-in-basic-ref Run in - dynamically removed table child should allow running in dom http://www.w3.org/TR/CSS21/visuren.html#run-in 69abaafa1a52f6d43ba29fa9274c7a042fc6077e `Boris Zbarsky`<mailto:bzbarsky@mit.edu> Tests that run-ins run in if a table child is dynamically removed.
|
|
run-in-contains-table-caption-001 reference/run-in-basic-ref Run in - a child table-caption should not prevent running in http://www.w3.org/TR/CSS21/visuren.html#run-in 21966ab14f6d479c468b1d8168dc6bcc25133b38 `Boris Zbarsky`<mailto:bzbarsky@mit.edu> Tests that run-ins actually run in if they have child table-captions.
|
|
run-in-contains-table-cell-001 reference/run-in-basic-ref Run in - a child table-cell should not prevent running in http://www.w3.org/TR/CSS21/visuren.html#run-in b8e2f4d4b9dd134050e56a6003549da6b0b918a6 `Boris Zbarsky`<mailto:bzbarsky@mit.edu> Tests that run-ins actually run in if they have child table-cells.
|
|
run-in-contains-table-column-001 reference/run-in-basic-ref Run in - a child table-column should not prevent running in http://www.w3.org/TR/CSS21/visuren.html#run-in 7b4a5781cb58e31ed952a51eb31e83ff7ee42ce9 `Boris Zbarsky`<mailto:bzbarsky@mit.edu> Tests that run-ins actually run in if they have child table-columns.
|
|
run-in-contains-table-column-group-001 reference/run-in-basic-ref Run in - a child table-column should not prevent running in http://www.w3.org/TR/CSS21/visuren.html#run-in 9e0068bf9b78150b0a4a7511893d99e4456c1918 `Boris Zbarsky`<mailto:bzbarsky@mit.edu> Tests that run-ins actually run in if they have child table-columns.
|
|
run-in-contains-table-inside-inline-001 reference/run-in-text-ref Run in - a child inline containing a table should prevent running in http://www.w3.org/TR/CSS21/visuren.html#run-in a0f6614b786928b0115dc3044d5e6caedee5aa6d `Boris Zbarsky`<mailto:bzbarsky@mit.edu> Tests that run-ins don't run in if they have child inlines which contain tables.
|
|
run-in-contains-table-inside-inline-002 reference/run-in-text-ref Run in - dynamically inserted inline child containing table should prevent running in dom http://www.w3.org/TR/CSS21/visuren.html#run-in 145290ac679d6dc9c1ae587a595eb84e12657315 `Boris Zbarsky`<mailto:bzbarsky@mit.edu> Tests that run-ins don't run in if they have dynamically inserted child inlines containing tables.
|
|
run-in-contains-table-inside-inline-003 reference/run-in-basic-ref Run in - dynamically removed inline child containing a table should allow running in dom http://www.w3.org/TR/CSS21/visuren.html#run-in 823dbe468aa5c6f9d25772b9b1a688fd86e1b251 `Boris Zbarsky`<mailto:bzbarsky@mit.edu> Tests that run-ins run in if an inline child containing a table is dynamically removed.
|
|
run-in-contains-table-row-001 reference/run-in-basic-ref Run in - a child table-row should not prevent running in http://www.w3.org/TR/CSS21/visuren.html#run-in e2a80a60489570e7a8acfb1f603ca1a921b74ee6 `Boris Zbarsky`<mailto:bzbarsky@mit.edu> Tests that run-ins actually run in if they have child table-rows.
|
|
run-in-contains-table-row-group-001 reference/run-in-basic-ref Run in - a child table-row-group should not prevent running in http://www.w3.org/TR/CSS21/visuren.html#run-in 59d3afe1e5c5b1cd1f5623ccb93b84e5b2a71da5 `Boris Zbarsky`<mailto:bzbarsky@mit.edu> Tests that run-ins actually run in if they have child table-row-groupss.
|
|
run-in-display-none-between-001 reference/run-in-basic-ref Run in - display:none should not prevent running in http://www.w3.org/TR/CSS21/visuren.html#run-in fede536baa98d00e489a2f66b2f0ca42ca961bff `Boris Zbarsky`<mailto:bzbarsky@mit.edu> Tests that run-ins actually run in if there is a display:none element between the run-in and the following block.
|
|
run-in-display-none-between-002 reference/run-in-basic-ref Run in - block set to display:none should allow running in dom http://www.w3.org/TR/CSS21/visuren.html#run-in 19245a43349b1cf5add54ef4a306c28f13c801fa `Boris Zbarsky`<mailto:bzbarsky@mit.edu> Tests that run-ins run in if a block is dynamically set to display:none between them and the following block.
|
|
run-in-display-none-between-003 reference/run-in-text-ref Run in - inline toggled from display:none should prevent running in dom http://www.w3.org/TR/CSS21/visuren.html#run-in 5395a99cc1120c9de62aff61aa4b7e922ae8704a `Boris Zbarsky`<mailto:bzbarsky@mit.edu> Tests that run-ins don't run in if an inline between them and the block is toggled from display:none.
|
|
run-in-fixedpos-between-001 reference/run-in-basic-ref Run in - fixed pos should not prevent running in http://www.w3.org/TR/CSS21/visuren.html#run-in bb99dba90ee0c0462fa3de8adbfb2522ff71c8e6 `Boris Zbarsky`<mailto:bzbarsky@mit.edu> Tests that run-ins actually run in if there is an fixed positioned element between the run-in and the following block.
|
|
run-in-fixedpos-between-002 reference/run-in-basic-ref Run in - block set to fixed pos should allow running in dom http://www.w3.org/TR/CSS21/visuren.html#run-in d735d3a9f7ab6720be39c9ecb5904e825fad779a `Boris Zbarsky`<mailto:bzbarsky@mit.edu> Tests that run-ins run in if a block is dynamically set to fixed positioned between them and the following block.
|
|
run-in-fixedpos-between-003 reference/run-in-text-ref Run in - inline toggled from fixed pos should prevent running in dom http://www.w3.org/TR/CSS21/visuren.html#run-in a578796125004a1c663a2f0921d9f9e1aab829b0 `Boris Zbarsky`<mailto:bzbarsky@mit.edu> Tests that run-ins don't run in if an inline between them and the block is toggled from being fixed positioned.
|
|
run-in-float-between-001 reference/run-in-basic-ref Run in - floatshould not prevent running in http://www.w3.org/TR/CSS21/visuren.html#run-in 3e6ef0d729fc8f1b1a1663bce9c6f8b8997a4f81 `Boris Zbarsky`<mailto:bzbarsky@mit.edu> Tests that run-ins actually run in if there is a float element between the run-in and the following block.
|
|
run-in-float-between-002 reference/run-in-basic-ref Run in - block set to float should allow running in dom http://www.w3.org/TR/CSS21/visuren.html#run-in 61c4118d481edb3933a0891e01f8ef49355fa8f4 `Boris Zbarsky`<mailto:bzbarsky@mit.edu> Tests that run-ins run in if a block is dynamically set to float between them and the following block.
|
|
run-in-float-between-003 reference/run-in-text-ref Run in - inline toggled from float should prevent running in dom http://www.w3.org/TR/CSS21/visuren.html#run-in 4d6a803e5a4004ae41039d17e6cad3c56ead3365 `Boris Zbarsky`<mailto:bzbarsky@mit.edu> Tests that run-ins don't run in if an inline between them and the block is toggled from float.
|
|
run-in-inherit-001 reference/run-in-inherit-001-ref Run in - run-in property inheritance http://www.w3.org/TR/CSS21/visuren.html#run-in 765c09f4a0cc2132eb442876cc0d705f5b60754e `Boris Zbarsky`<mailto:bzbarsky@mit.edu> Tests property inheritance for run-ins, and margin collapsing for the block following a run-in. Should inherit from our content parent, and the margins should not collapse through a border.
|
|
run-in-inheritance-001 Run-in boxes and inheritance http://www.w3.org/TR/CSS21/visuren.html#run-in 735637c3d6260ac5ad221911f8149830875ec194 `Microsoft`<http://www.microsoft.com/> Run-in boxes inherit properties from its parent element.
|
|
run-in-inline-between-001 reference/run-in-text-ref Run in - inline should prevent running in http://www.w3.org/TR/CSS21/visuren.html#run-in 0ce17987f15a6448de2df612b3dc3de9da922d0a `Boris Zbarsky`<mailto:bzbarsky@mit.edu> Tests that run-ins don't run in if there's an inline between them and the block.
|
|
run-in-inline-between-002 reference/run-in-text-ref Run in - dynamically inserted inline should prevent running in dom http://www.w3.org/TR/CSS21/visuren.html#run-in 341ca011ac824ad4002077126b2b4d2f47c77bbf `Boris Zbarsky`<mailto:bzbarsky@mit.edu> Tests that run-ins don't run in if there's a dynamically inserted inline between them and the block.
|
|
run-in-inline-between-003 reference/run-in-basic-ref Run in - dynamically removed inline should allow running in dom http://www.w3.org/TR/CSS21/visuren.html#run-in a9b91b43fe1f189f7d610f72720ad80270a180b7 `Boris Zbarsky`<mailto:bzbarsky@mit.edu> Tests that run-ins run in if an inline is dynamically removed from between them and the block.
|
|
run-in-inline-block-between-001 reference/run-in-text-ref Run in - inline-block should prevent running in http://www.w3.org/TR/CSS21/visuren.html#run-in f0a95a06aff6105bcee870c394991917bad830b6 `Boris Zbarsky`<mailto:bzbarsky@mit.edu> Tests that run-ins don't run in if there's an inline-block between them and the block.
|
|
run-in-inline-block-between-002 reference/run-in-text-ref Run in - dynamically inserted inline-block should prevent running in dom http://www.w3.org/TR/CSS21/visuren.html#run-in d2b123b70d477801faf36412058c30ee4ef39e56 `Boris Zbarsky`<mailto:bzbarsky@mit.edu> Tests that run-ins don't run in if there's a dynamically inserted inline-block between them and the block.
|
|
run-in-inline-block-between-003 reference/run-in-basic-ref Run in - dynamically removed inline-block should allow running in dom http://www.w3.org/TR/CSS21/visuren.html#run-in fbd1bcb8e3f24761a1307bb46682aa097217598e `Boris Zbarsky`<mailto:bzbarsky@mit.edu> Tests that run-ins run in if an inline-block is dynamically removed from between them and the block.
|
|
run-in-inline-table-between-001 reference/run-in-text-ref Run in - inline-table should prevent running in http://www.w3.org/TR/CSS21/visuren.html#run-in 509bea05ca40a6237231b0778341b263d31c0a0b `Boris Zbarsky`<mailto:bzbarsky@mit.edu> Tests that run-ins don't run in if there's a inline-table between them and the block.
|
|
run-in-inline-table-between-002 reference/run-in-text-ref Run in - dynamically inserted inline-table should prevent running in dom http://www.w3.org/TR/CSS21/visuren.html#run-in 66f50227e3b8fb19ca7d98d37c1418bb879b7815 `Boris Zbarsky`<mailto:bzbarsky@mit.edu> Tests that run-ins don't run in if there's a dynamically inserted inline-table between them and the block.
|
|
run-in-inline-table-between-003 reference/run-in-basic-ref Run in - dynamically removed inline-table should allow running in dom http://www.w3.org/TR/CSS21/visuren.html#run-in 9d37c7bc3cebb827fd88711806511e9bf25d1198 `Boris Zbarsky`<mailto:bzbarsky@mit.edu> Tests that run-ins run in if a inline-table is dynamically removed from between them and the block.
|
|
run-in-linebox-001 run-in and sibling blocks http://www.w3.org/TR/CSS21/visuren.html#run-in 8964dd32321dcd6c32b876c974248e1f700ec221 `Ian Hickson`<mailto:ian@hixie.ch>,`Elika J. Etemad`<http://fantasai.inkedblade.net/contact>
|
|
run-in-linebox-002 run-in and the line box model http://www.w3.org/TR/CSS21/visuren.html#run-in b98279114f30ca7ce047b2042031d855f0e66c6a `Ian Hickson`<mailto:ian@hixie.ch>,`Elika J. Etemad`<http://fantasai.inkedblade.net/contact> A run-in element inherits (line-height) from its document tree parent
|
|
run-in-listitem-between-001 reference/run-in-text-ref Run in - block should prevent running in http://www.w3.org/TR/CSS21/visuren.html#run-in e8456e19509f0dc0a96099da8e1fd3683466885d `Boris Zbarsky`<mailto:bzbarsky@mit.edu> Tests that run-ins don't run in if there's a list-item between them and the block.
|
|
run-in-listitem-between-002 reference/run-in-text-ref Run in - dynamically inserted block should prevent running in dom http://www.w3.org/TR/CSS21/visuren.html#run-in e7c2d7e4f45ad483f82c2fd6064e44f2a15a5886 `Boris Zbarsky`<mailto:bzbarsky@mit.edu> Tests that run-ins don't run in if there's a dynamically inserted list-item between them and the block.
|
|
run-in-listitem-between-003 reference/run-in-basic-ref Run in - dynamically removed block should allow running in dom http://www.w3.org/TR/CSS21/visuren.html#run-in ded1f434709ccc37645c5f7658dca3bc3da01730 `Boris Zbarsky`<mailto:bzbarsky@mit.edu> Tests that run-ins run in if a list-item is dynamically removed from between them and the block.
|
|
run-in-relpos-between-001 reference/run-in-text-ref Run in - rel pos inline should prevent running in http://www.w3.org/TR/CSS21/visuren.html#run-in 42d84090b41d124f7bf95ca6466635e31ae578ce `Boris Zbarsky`<mailto:bzbarsky@mit.edu> Tests that run-ins don't run in if there's a rel pos inline between them and the block.
|
|
run-in-relpos-between-002 reference/run-in-text-ref Run in - dynamically inserted rel pos inline should prevent running in dom http://www.w3.org/TR/CSS21/visuren.html#run-in 602a5dfefc24fd74c6b593933dab353c70b0fa63 `Boris Zbarsky`<mailto:bzbarsky@mit.edu> Tests that run-ins don't run in if there's a dynamically inserted rel pos inline between them and the block.
|
|
run-in-relpos-between-003 reference/run-in-basic-ref Run in - dynamically removed rel pos inline should allow running in dom http://www.w3.org/TR/CSS21/visuren.html#run-in 4dafb9774598ff05de1a39cc1c17ddff70ab8aaa `Boris Zbarsky`<mailto:bzbarsky@mit.edu> Tests that run-ins run in if a rel pos inline is dynamically removed from between them and the block.
|
|
run-in-replaced-001 reference/run-in-replaced-001-ref Run in - basic replaced element http://www.w3.org/TR/CSS21/visuren.html#run-in 23367b9a2efa95d896cd80a204f0f24179eb1228 `Boris Zbarsky`<mailto:bzbarsky@mit.edu> Tests that replaced elements can actually run in and that they ten get sized correctly.
|
|
run-in-restyle-001 reference/run-in-text-ref Run in - should run out when they stop being run-ins dom http://www.w3.org/TR/CSS21/visuren.html#run-in 8ee5295a405d5b036f3626bb95706444320f16f5 `Boris Zbarsky`<mailto:bzbarsky@mit.edu> Tests that run-ins don't run once they stop being run-ins.
|
|
run-in-restyle-002 reference/run-in-text-ref Run in - should run out when following block becomes an inline dom http://www.w3.org/TR/CSS21/visuren.html#run-in 9fa73155ae2cb522b13f5103a2bc4e0da550b946 `Boris Zbarsky`<mailto:bzbarsky@mit.edu> Tests that run-ins don't run once their following block becomes an inline.
|
|
run-in-restyle-003 reference/run-in-basic-ref Run in - should run in when following inline becomes a block dom http://www.w3.org/TR/CSS21/visuren.html#run-in e97a9315886064ebb40f4c5c5dc288cdb2cb8c77 `Boris Zbarsky`<mailto:bzbarsky@mit.edu> Tests that run-ins run in when the inline after them becomes a block.
|
|
run-in-run-in-between-001 reference/run-in-text-ref Run in - run in that has not run in should prevent running in http://www.w3.org/TR/CSS21/visuren.html#run-in 130cbf241f145d163f6e1e882a0faaef447758d1 `Boris Zbarsky`<mailto:bzbarsky@mit.edu> Tests that run-ins don't run in if there's a run in that has not run in between them and the block.
|
|
run-in-run-in-between-002 reference/run-in-text-ref Run in - dynamically inserted run-in which does not run in should prevent running in dom http://www.w3.org/TR/CSS21/visuren.html#run-in fd45f017d79fdde8b7181645b7962660832ebef4 `Boris Zbarsky`<mailto:bzbarsky@mit.edu> Tests that run-ins don't run in if there's a dynamically inserted run-in which has not run in between them and the block.
|
|
run-in-run-in-between-003 reference/run-in-basic-ref Run in - dynamically removed run-in which did not run in should allow running in dom http://www.w3.org/TR/CSS21/visuren.html#run-in 6d92485e3e3e554c0fd78f1da5792c4ac1237a31 `Boris Zbarsky`<mailto:bzbarsky@mit.edu> Tests that run-ins run in if a run-in which has not run in is dynamically removed from between them and the block.
|
|
run-in-run-in-between-004 reference/run-in-text-ref Run in - run in that has run in should prevent running in http://www.w3.org/TR/CSS21/visuren.html#run-in bb9afddd44c0a8ea9c442273a3742a5e853e645d `Boris Zbarsky`<mailto:bzbarsky@mit.edu> Tests that run-ins don't run in if there's a run-in that has run in between them and the block.
|
|
run-in-run-in-between-005 reference/run-in-text-ref Run in - dynamically inserted run-in which runs in should prevent running in dom http://www.w3.org/TR/CSS21/visuren.html#run-in 1ffd5c690e43160d71f55e3dfe471f7b89fa3188 `Boris Zbarsky`<mailto:bzbarsky@mit.edu> Tests that run-ins don't run in if there's a dynamically inserted run-in which has run in between them and the block.
|
|
run-in-run-in-between-006 reference/run-in-basic-ref Run in - dynamically removed run-in which ran in should allow running in dom http://www.w3.org/TR/CSS21/visuren.html#run-in 66e3a28b14a9c0c4c23c9aec5326742ee7eda3f3 `Boris Zbarsky`<mailto:bzbarsky@mit.edu> Tests that run-ins run in if a run-in which has run in is dynamically removed from between them and the block.
|
|
run-in-run-in-between-007 reference/run-in-text-ref Run in - run-in which runs in should prevent running in of dynamically inserted run-in dom http://www.w3.org/TR/CSS21/visuren.html#run-in afb087f5070d50b117ba3703c741c1cabc7dbd48 `Boris Zbarsky`<mailto:bzbarsky@mit.edu> Tests that dynamically inserted run-ins don't run in if there's a run-in which has run in between them and the block.
|
|
run-in-run-in-between-008 reference/run-in-text-ref Run in - run-in which does not run in should prevent running in of dynamically inserted run-in dom http://www.w3.org/TR/CSS21/visuren.html#run-in 914c03eb471aaf3c71635dfb39ed502f1f6a1a30 `Boris Zbarsky`<mailto:bzbarsky@mit.edu> Tests that dynamically inserted run-ins don't run in if there's a run-in which has not run in between them and the block.
|
|
run-in-table-between-001 reference/run-in-text-ref Run in - table should prevent running in http://www.w3.org/TR/CSS21/visuren.html#run-in 7021ad1ab68e7316655d880177910e809fdd2553 `Boris Zbarsky`<mailto:bzbarsky@mit.edu> Tests that run-ins don't run in if there's a table between them and the block.
|
|
run-in-table-between-002 reference/run-in-text-ref Run in - dynamically inserted table should prevent running in dom http://www.w3.org/TR/CSS21/visuren.html#run-in 1e05c0493317cd50cd1f6a7333ef2ca3aeb03617 `Boris Zbarsky`<mailto:bzbarsky@mit.edu> Tests that run-ins don't run in if there's a dynamically inserted table between them and the block.
|
|
run-in-table-between-003 reference/run-in-basic-ref Run in - dynamically removed table should allow running in dom http://www.w3.org/TR/CSS21/visuren.html#run-in fa80ad16fae6cc3c7ffc4a56a23738530bb6c95f `Boris Zbarsky`<mailto:bzbarsky@mit.edu> Tests that run-ins run in if a table is dynamically removed from between them and the block.
|
|
run-in-table-cell-between-001 reference/run-in-text-ref Run in - table-cell should prevent running in http://www.w3.org/TR/CSS21/visuren.html#run-in 7324f50913fc0a7ab4bc297444fbb9f5502eb690 `Boris Zbarsky`<mailto:bzbarsky@mit.edu> Tests that run-ins don't run in if there's a table-cell between them and the block.
|
|
run-in-table-cell-between-002 reference/run-in-text-ref Run in - dynamically inserted table-cell should prevent running in dom http://www.w3.org/TR/CSS21/visuren.html#run-in 7c7d3dcfd0b174a27829a45517c23c80f41d76dc `Boris Zbarsky`<mailto:bzbarsky@mit.edu> Tests that run-ins don't run in if there's a dynamically inserted table-cell between them and the block.
|
|
run-in-table-cell-between-003 reference/run-in-basic-ref Run in - dynamically removed table-cell should allow running in dom http://www.w3.org/TR/CSS21/visuren.html#run-in dd6fed32ea917b45a432b9994d15f6c54c188d20 `Boris Zbarsky`<mailto:bzbarsky@mit.edu> Tests that run-ins run in if a table-cell is dynamically removed from between them and the block.
|
|
run-in-table-row-between-001 reference/run-in-text-ref Run in - table-row should prevent running in http://www.w3.org/TR/CSS21/visuren.html#run-in e66043f94ad65aaf19ab9bb112c43caee5d4cd3d `Boris Zbarsky`<mailto:bzbarsky@mit.edu> Tests that run-ins don't run in if there's a table-row between them and the block.
|
|
run-in-table-row-between-002 reference/run-in-text-ref Run in - dynamically inserted table-row should prevent running in dom http://www.w3.org/TR/CSS21/visuren.html#run-in c7dfb6a4149652b8a53bf83a0c657c39a1c4bfab `Boris Zbarsky`<mailto:bzbarsky@mit.edu> Tests that run-ins don't run in if there's a dynamically inserted table-row between them and the block.
|
|
run-in-table-row-between-003 reference/run-in-basic-ref Run in - dynamically removed table-row should allow running in dom http://www.w3.org/TR/CSS21/visuren.html#run-in d0b55e6862ae24f6bd1581aedbb24fa4d6c3a9cb `Boris Zbarsky`<mailto:bzbarsky@mit.edu> Tests that run-ins run in if a table-row is dynamically removed from between them and the block.
|
|
run-in-text-between-001 reference/run-in-text-ref Run in - text should prevent running in http://www.w3.org/TR/CSS21/visuren.html#run-in 36977846315b20bb27e815170dee63d2e9075c31 `Boris Zbarsky`<mailto:bzbarsky@mit.edu> Tests that run-ins don't run in if there's text between them and the block.
|
|
run-in-text-between-002 reference/run-in-text-ref Run in - dynamically inserted text should prevent running in dom http://www.w3.org/TR/CSS21/visuren.html#run-in 4d29024a30b3ccba157d674d5c5f4113faa393b3 `Boris Zbarsky`<mailto:bzbarsky@mit.edu> Tests that run-ins don't run in if there's dynamically inserted text between them and the block.
|
|
run-in-text-between-003 reference/run-in-text-ref Run in - dynamically changed text should prevent running in dom http://www.w3.org/TR/CSS21/visuren.html#run-in a9deb49be220ba4d01024757bcb1e391a6e4dbba `Boris Zbarsky`<mailto:bzbarsky@mit.edu> Tests that run-ins don't run in if there's dynamically changed text between them and the block.
|
|
run-in-text-between-004 reference/run-in-basic-ref Run in - dynamically removed text should allow running in dom http://www.w3.org/TR/CSS21/visuren.html#run-in 701b19a8dae2b4b661641d669c42e00883ad2e35 `Boris Zbarsky`<mailto:bzbarsky@mit.edu> Tests that run-ins run in if text is dynamically removed from between them and the block.
|
|
run-in-text-between-005 reference/run-in-basic-ref Run in - dynamically set to whitespace text should allow running in dom http://www.w3.org/TR/CSS21/visuren.html#run-in d7fa420809bc09607ad23eae4224b6f81ed3cedc `Boris Zbarsky`<mailto:bzbarsky@mit.edu> Tests that run-ins run in if text is dynamically set to whitespace between them and the block.
|
|
selectors-001 CSS Selectors (basic) http://www.w3.org/TR/CSS21/selector.html#pattern-matching 393931454d1f9ee46fd5898f900540e73f46ba28 `Ian Hickson`<mailto:ian@hixie.ch>
|
|
selectors-002 CSS Selectors (basic tests) http://www.w3.org/TR/CSS21/selector.html#type-selectors 324e66b413fd52a8733366d16ab3cbe63efd7b17 `Ian Hickson`<mailto:ian@hixie.ch>
|
|
selectors-parsing-001 CSS: Selector Parsing and Invalid Pseudo-Elements http://www.w3.org/TR/CSS21/syndata.html#parsing-errors 8fee91da912f1f47ed82fcf74351c4a59b02a7f5 `Ian Hickson`<mailto:ian@hixie.ch>
|
|
separated-border-model-001 Distance between the table border and a bordering cell http://www.w3.org/TR/CSS21/tables.html#separated-borders ab3fd30a5f7b961667fc7ae8931b6097c7a44d3c `Microsoft`<http://www.microsoft.com/> The distance between table border and bordering cell equals table padding + cell's border spacing.
|
|
separated-border-model-003 HTML/XHTML table width equation http://www.w3.org/TR/CSS21/tables.html#separated-borders 888d164c8c95c999b21d857a61d2cef899a88d6d `Microsoft`<http://www.microsoft.com/> The width of an HTML/XHTML table is the distance between the left and right table border edges.
|
|
separated-border-model-003a reference/ref-filled-green-100px-square table width as set when greater than sum of columns width http://www.w3.org/TR/CSS21/tables.html#separated-borders 4acee35114b703f9435879329e8b0a0ce9c582c1 `Gérard Talbot`<http://www.gtalbot.org/BrowserBugsSection/css21testsuite/> The width of an HTML/XHTML table is the distance between the left and right table border edges. The width of a table with 'table-layout' set to 'fixed' is the greater of the value of the 'width' property for the <table> element and the sum of the columns width (plus cell spacing and cell borders). If the table is wider than the sum of columns' width, then the extra (exceeding) space should be distributed over the columns.
|
|
separated-border-model-003b reference/separated-border-model-003b-ref border-collapse: separate - HTML/XHTML table set width greater than sum of columns http://www.w3.org/TR/CSS21/tables.html#separated-borders f03c7e4d936e8070f2fc24f0c199188726b69916 `Gérard Talbot`<http://www.gtalbot.org/BrowserBugsSection/css21testsuite/> In the border-collapse: separate model, the width of an HTML/XHTML table is the distance between the left and right table border edges. If the set width of an HTML/XHTML table is greater than the sum of the columns width (plus cell spacing and table borders), then the extra (exceeding) space should be distributed over the columns.
|
|
separated-border-model-004 Width of a table in separated borders mode http://www.w3.org/TR/CSS21/tables.html#separated-borders 66499b2e71023ccfda70462207526ac5ce3b39e4 `Microsoft`<http://www.microsoft.com/> The width of a CSS table is the distance from the left inner padding edge to the right inner padding edge (including the border spacing but excluding padding and border).
|
|
separated-border-model-004a reference/ref-filled-green-100px-square width of CSS table in border-collapse separate model http://www.w3.org/TR/CSS21/tables.html#separated-borders 74bea4fc2765d994d13462e50518f8a134db78ac `Gérard Talbot`<http://www.gtalbot.org/BrowserBugsSection/css21testsuite/> The width of a CSS table is the distance from the left inner padding edge to the right inner padding edge (including the table border-spacing but excluding table padding and table borders).
|
|
separated-border-model-004b reference/ref-filled-green-100px-square width of CSS table in border-collapse separate model http://www.w3.org/TR/CSS21/tables.html#separated-borders d87200c63339a606357b6a0a0400ab61eca92833 `Gérard Talbot`<http://www.gtalbot.org/BrowserBugsSection/css21testsuite/> The width of a CSS table is the distance from the left inner padding edge to the right inner padding edge (including the table border spacing but excluding table padding and table borders).
|
|
separated-border-model-004c reference/ref-filled-green-100px-square width of CSS table in border-collapse separate model http://www.w3.org/TR/CSS21/tables.html#separated-borders 176f8688cebd8c1cb23ee2344f357cc3398cc8f6 `Gérard Talbot`<http://www.gtalbot.org/BrowserBugsSection/css21testsuite/> The width of a CSS table is the distance from the left inner padding edge to the right inner padding edge (including the table border-spacing but excluding table padding and table borders).
|
|
separated-border-model-004d reference/separated-border-model-004d-ref width of CSS table in border-collapse separate model http://www.w3.org/TR/CSS21/tables.html#separated-borders 914c7c277f77c0bd0ce844f28bd90be5abc1e023 `Gérard Talbot`<http://www.gtalbot.org/BrowserBugsSection/css21testsuite/> The width of a CSS table is the distance from the left inner padding edge to the right inner padding edge (including the table border-spacing but excluding table padding and table borders).
|
|
separated-border-model-004e reference/separated-border-model-004e-ref width of CSS table in border-collapse separate model http://www.w3.org/TR/CSS21/tables.html#separated-borders fb1fc868dbb393468f85babd947182c8878ca3ec `Gérard Talbot`<http://www.gtalbot.org/BrowserBugsSection/css21testsuite/> The width of a CSS table is the distance from the left inner padding edge to the right inner padding edge (including the table border-spacing but excluding table padding and table borders).
|
|
separated-border-model-006 Row and column backgrounds in the separated borders model http://www.w3.org/TR/CSS21/tables.html#separated-borders b41565b45f68fce5124b49dccd4b5b7b0a517634 `Microsoft`<http://www.microsoft.com/> Table row, column, row group and column group backgrounds are invisible in the space between borders.
|
|
separated-border-model-007 reference/separated-border-model-007-ref Border-spacing - contiguous table-row-groups (thead and tbody) http://www.w3.org/TR/CSS21/tables.html#separated-borders e7dae1ccf870366ed482e2071b688e58e0191393 `Gérard Talbot`<http://www.gtalbot.org/BrowserBugsSection/css21testsuite/> When a table element has 2 contiguous table-row-groups (thead, tbody, tfoot or more than 1 tbody elements), then border-spacing between such table-row-groups - thead and tbody in this testcase - must merge, must collapse into one.
|
|
separated-border-model-008 reference/separated-border-model-007-ref Border-spacing - contiguous table-row-groups (tbody and tfoot) http://www.w3.org/TR/CSS21/tables.html#separated-borders ecd2502a34347eacbeb76c3111ec7e3c6aa31b51 `Gérard Talbot`<http://www.gtalbot.org/BrowserBugsSection/css21testsuite/> When a table element has 2 contiguous table-row-groups (thead, tbody, tfoot or more than 1 tbody elements), then border-spacing between such table-row-groups - tbody and tfoot in this testcase - must merge, must collapse into one.
|
|
separated-border-model-009 reference/separated-border-model-007-ref Border-spacing - contiguous table-row-groups (2 tbodies) http://www.w3.org/TR/CSS21/tables.html#separated-borders ae0c6329ae2cf2a3847040d569d822d374cf7e39 `Gérard Talbot`<http://www.gtalbot.org/BrowserBugsSection/css21testsuite/> When a table element has 2 contiguous table-row-groups (thead, tbody, tfoot or more than 1 tbody elements), then border-spacing between such table-row-groups - 2 tbodies in this testcase - must merge, must collapse into one.
|
|
sgml-comments-000 SGML comments http://www.w3.org/TR/CSS21/syndata.html#comments 251176b218f63632477cee840de7b3f240745549 `Gabriele Romanato`<mailto:gabriele.romanato@gmail.com> UAs must ignore SGML comment delimiters between statements.
|
|
sgml-comments-001 Parsing SGML comments http://www.w3.org/TR/CSS21/syndata.html#comments 33c7be9f51445ee3b99a5a7dc5aa9a6531c88d0d `Microsoft`<http://www.microsoft.com/> SGML comment tokens are parsed and ignored.
|
|
sgml-comments-002 Parsing of CDO/CDC in stylesheets http://www.w3.org/TR/CSS21/syndata.html#comments 019bdc428b4d41ff8c0568c0918761054efe4ead `Ian Hickson`<mailto:ian@hixie.ch>
|
|
shand-border-000 reference/shand-border-000-ref Shorthand Properties (border) http://www.w3.org/TR/CSS21/about.html#shorthand 1f1233e156bc1791deb976993808ec1cbcc5c554 `L. David Baron`<http://dbaron.org/>
|
|
shand-border-001 reference/ref-if-there-is-no-red Shorthand Properties (border) - maximum of 3 border subproperties invalid http://www.w3.org/TR/CSS21/box.html#border-shorthand-properties,http://www.w3.org/TR/CSS21/about.html#shorthand 090681aa062e7927c73b3b7389072c821ff4a029 `Gérard Talbot`<http://www.gtalbot.org/BrowserBugsSection/css21testsuite/> The 'border' shorthand property, 'border-top' shorthand property and 'border-bottom' shorthand property accept a maximum of 3 border subproperties.
|
|
shand-font-000 Shorthand Properties (font) http://www.w3.org/TR/CSS21/about.html#shorthand e3ef6238310469dd6fb4a412fa003f43e6660072 `L. David Baron`<http://dbaron.org/>
|
|
shand-font-001 Shorthand Properties (font) http://www.w3.org/TR/CSS21/about.html#shorthand b65ba4267286f839d83c910a082e1d74f84826e1 `L. David Baron`<http://dbaron.org/>
|
|
shand-font-002 Shorthand Properties (font) http://www.w3.org/TR/CSS21/about.html#shorthand f92d4addb54c0796e0b40330b51db40b9281998f `L. David Baron`<http://dbaron.org/>
|
|
shand-font-003 Shorthand Properties (font) http://www.w3.org/TR/CSS21/about.html#shorthand 4c2b26a0a9b42a3a77b7de7d79ebd8c2e8e2981f `L. David Baron`<http://dbaron.org/>
|
|
shape-spaces-001 Clip with 'rect()' function values separated may http://www.w3.org/TR/CSS21/visufx.html#clipping a7894745b4534dcf60ccf4c8857fbbec1c9b980b `Microsoft`<http://www.microsoft.com/> User agent may also support separation of the 'rect()' function values 'top', 'right', 'bottom', and 'left' with spaces.
|
|
sibling-selector-001 Simple sibling selector http://www.w3.org/TR/CSS21/selector.html#adjacent-selectors 47023ffaaeb4739f93acff95b831fa5c1515883e `Microsoft`<http://www.microsoft.com/> Sibling selector only applies to immediate siblings.
|
|
sibling-selector-002 Sibling selector with non-element node http://www.w3.org/TR/CSS21/selector.html#adjacent-selectors c29cead8f0b0e441be1674c5395ff64d2cd0a84d `Microsoft`<http://www.microsoft.com/> Sibling selector only applies to immediate siblings ignoring non-element nodes.
|
|
sibling-selector-003 Sibling selector with non element node http://www.w3.org/TR/CSS21/selector.html#adjacent-selectors 90f105e8528e43a573c9f32658c1f699ba2f5457 `Microsoft`<http://www.microsoft.com/> Sibling selector only applies to immediate siblings ignoring text nodes.
|
|
sort-by-order-001 reference/ref-filled-green-100px-square Casdading order - sort by order specified http://www.w3.org/TR/CSS21/cascade.html#cascading-order 0b9c79021abff380f49675c4865ee7ea8cc10ce0 `Gérard Talbot`<http://www.gtalbot.org/BrowserBugsSection/css21testsuite/> If 2 declarations have the same media, the same importance (normal or !important), the same origin (author, user or user agent) and the same specificity, then the latter specified wins.
|
|
specificity-001 Calculating specificity - Specificity 0010 vs. 0001 http://www.w3.org/TR/CSS21/cascade.html#specificity 187910f0a2a689dbcb9ce8b305a0268fdbc3f414 `Microsoft`<http://www.microsoft.com/> The attribute selector has an higher specificity over the element selector - specificity 0010 takes precedence over 0001.
|
|
specificity-002 Calculating specificity - Inline Style http://www.w3.org/TR/CSS21/cascade.html#specificity 1e46af59d8800277c3536c285d697a3ee508e074 `Microsoft`<http://www.microsoft.com/> Specificity of the inline style trumps all other selectors.
|
|
specificity-003 Calculating specificity - Specificity 0100 vs. 0011 http://www.w3.org/TR/CSS21/cascade.html#specificity 8e1b7fb69c2ef07887ba8442e3bb473623ba4710 `Microsoft`<http://www.microsoft.com/> The ID attribute in a selector has the higher specificity than the combined pseudo-class and element selectors - specificity 0100 takes precedence over 0011.
|
|
specificity-004 Calculating specificity - Specificity 0011 vs. 0010 http://www.w3.org/TR/CSS21/cascade.html#specificity bd9521afc2c70dd9e69bdd08b2ea6e4fe4a5c0a8 `Microsoft`<http://www.microsoft.com/> The combined pseudo-class and element selectors have a higher specificity than the attribute selector - specificity 0011 takes precedence over 0010.
|
|
specificity-005 Calculating specificity - Specificity 0002 vs. 0001 http://www.w3.org/TR/CSS21/cascade.html#specificity a663b9d2d45b1396b8a8c86f88824c9878f54084 `Microsoft`<http://www.microsoft.com/> An element selector with a pseudo-element selector wins over a pseudo-element selector - specificity 0002 takes precedence over 0001.
|
|
specificity-006 Calculating specificity - Pseudo-element vs. simple element http://www.w3.org/TR/CSS21/cascade.html#specificity 1df69adb0305dc87073dbe89391b98bf7010ac9d `Microsoft`<http://www.microsoft.com/> The combination of a pseudo-element selector with an element selector takes takes precedence over simple and single element selector - specificity 0002 takes precedence over 0001.
|
|
specificity-007 Calculating specificity - Specificity 0001 vs. 0000 http://www.w3.org/TR/CSS21/cascade.html#specificity 606ec2ce9250ee76818c1f6cb2d91a07fa788ff1 `Microsoft`<http://www.microsoft.com/> The element selector has a higher specificity over the universal selector - specificity 0001 takes precedence over 0000.
|
|
specificity-008 Calculating specificity - specificity 0012 vs. 0002 http://www.w3.org/TR/CSS21/cascade.html#specificity 141a98cfcb616fa13ebb21f289945cd0faa93017 `Microsoft`<http://www.microsoft.com/> The combined specificity of an element selector, with a pseudo-class selector and a pseudo-element selector achieves an higher specificity than the combined specificity of an element selector with a pseudo-element selector.
|
|
specificity-009 Calculating specificity - specificity 0003 vs. 0002 http://www.w3.org/TR/CSS21/cascade.html#specificity c2d29b7164b61f8ea2e14864824fd11fcb9042d2 `Microsoft`<http://www.microsoft.com/> First-line selector with highest specificity wins - specificity 0003 take precedence over 0002.
|
|
specificity-011 reference/specificity-011-ref Generated Content via Universal Selectors http://www.w3.org/TR/CSS21/cascade.html#specificity 8b336c2f96177338adc4b6af9084fcebb61078cc `Ian Hickson`<mailto:ian@hixie.ch>
|
|
specificity-012 Pseudo-class Specificity history,interact http://www.w3.org/TR/CSS21/cascade.html#specificity 80cd504bdc49583dc7d538ff523ce77e7b373393 `Ian Hickson`<mailto:ian@hixie.ch>
|
|
specificity-013 reference/specificity-013-ref Specificity with universal selector http://www.w3.org/TR/CSS21/cascade.html#specificity b6b19da738153bca54e41de83dafce88ba2a1cd7 `Ian Hickson`<mailto:ian@hixie.ch>
|
|
stack-floats-001 reference/stack-floats-001-ref Stacking order: Floats and Blocks in Inlines ahem http://www.w3.org/TR/CSS21/visuren.html#layers,http://www.w3.org/TR/CSS21/visuren.html#floats b3efa5089d427fc55ed13a5f0772ba6a063a9b64 `Ian Hickson`<mailto:ian@hixie.ch>
|
|
stack-floats-002 reference/stack-floats-001-ref Stacking order: Floats and Blocks in Inlines ahem http://www.w3.org/TR/CSS21/visuren.html#layers,http://www.w3.org/TR/CSS21/visuren.html#floats dd45db499540cc147d0c038df066da4a11029ab0 `Ian Hickson`<mailto:ian@hixie.ch>
|
|
stack-floats-003 reference/stack-floats-001-ref Stacking order: Floats and Blocks in Inlines ahem http://www.w3.org/TR/CSS21/visuren.html#layers,http://www.w3.org/TR/CSS21/visuren.html#floats ac5b5543f883cb0afcced591d9ced7834c70c856 `Ian Hickson`<mailto:ian@hixie.ch>
|
|
stack-floats-004 reference/stack-floats-001-ref Stacking order: Floats and Blocks in Inlines ahem http://www.w3.org/TR/CSS21/visuren.html#layers,http://www.w3.org/TR/CSS21/visuren.html#floats f9435d87cef472bda1be3c78a3fcd901f3906343 `Ian Hickson`<mailto:ian@hixie.ch>
|
|
stack-overflow-001 Stacking order and overflow http://www.w3.org/TR/CSS21/visufx.html#overflow 0ac2075313895de5408d667a6624eb9b684c0be8 `Ian Hickson`<mailto:ian@hixie.ch>
|
|
strings-000 Newlines in strings http://www.w3.org/TR/CSS21/syndata.html#strings fdd76901dc56841c1106381bc5618b0d4c6bf873 `Boris Zbarsky`<mailto:bzbarsky@mit.edu>
|
|
style-attr-cascade-001 reference/ref-green CSS: style attributes vs. important tag selector http://www.w3.org/TR/CSS21/cascade.html#important-rules,http://www.w3.org/TR/CSS21/cascade.html#cascading-order,http://www.w3.org/TR/css-style-attr/#interpret 9ea5fe841cee012c60f48a36f301ef4554767c4b `Ian Hickson`<mailto:ian@hixie.ch>
|
|
style-attr-cascade-002 reference/ref-green CSS: style attribute (normal vs. important) http://www.w3.org/TR/CSS21/cascade.html#important-rules,http://www.w3.org/TR/css-style-attr/#interpret acbe2d01ac56c44e2fc6c7e7a8a4507ec8984f9a `Ian Hickson`<mailto:ian@hixie.ch>
|
|
style-attr-cascade-003 reference/ref-green CSS: style attribute vs. tag selector http://www.w3.org/TR/CSS21/cascade.html#cascading-order,http://www.w3.org/TR/css-style-attr/#interpret 17ce428ad2e965f4f3fc07558f21c2f3ff71d9ae `Ian Hickson`<mailto:ian@hixie.ch>
|
|
style-attr-cascade-004 reference/ref-green-background CSS: style attribute vs. important tag selectors http://www.w3.org/TR/CSS21/cascade.html#important-rules,http://www.w3.org/TR/CSS21/cascade.html#cascading-order,http://www.w3.org/TR/css-style-attr/#interpret 73eb0f1e393638bcd4b65f97d840c6a30a722dc4 `Ian Hickson`<mailto:ian@hixie.ch>
|
|
style-attr-cascade-005 reference/ref-green-background CSS: style attribute vs. tag selectors (interleaved importance) http://www.w3.org/TR/CSS21/cascade.html#important-rules,http://www.w3.org/TR/CSS21/cascade.html#cascading-order,http://www.w3.org/TR/css-style-attr/#interpret 29da953d3c353f6f18e4dbdae63638d354c73df2 `Ian Hickson`<mailto:ian@hixie.ch>
|
|
style-attr-cascade-006 reference/ref-green CSS: style attribute and 'inherit' http://www.w3.org/TR/CSS21/cascade.html#value-def-inherit,http://www.w3.org/TR/CSS21/cascade.html#cascading-order,http://www.w3.org/TR/css-style-attr/#interpret 5f31a718bbe6eedd436062d4e68e5878b74aa581 `Ian Hickson`<mailto:ian@hixie.ch>
|
|
style-attr-cascade-007 reference/style-attr-cascade-007 Style Attribute Inheritance image http://www.w3.org/TR/CSS21/cascade.html#inheritance,http://www.w3.org/TR/css-style-attr/#interpret d59eaebdf15f153ab8c1016e07344df3bed2dbd2 `Elika J. Etemad`<http://fantasai.inkedblade.net/contact> Iff a property inherits, it also inherits when declared via style attribute.
|
|
style-attr-specificity-001 reference/ref-green-on-green Style attribute and specificity of selectors http://www.w3.org/TR/css-style-attr/#interpret,http://www.w3.org/TR/CSS21/cascade.html#specificity ff304694f5444dd8bbe043ceb52447cea2ec2cee `Microsoft`<http://www.microsoft.com/> The style attribute has a higher specificity than any other selector.
|
|
style-attr-specificity-002 reference/ref-green-on-green Inline styles vs. 101 ID selectors http://www.w3.org/TR/css-style-attr/#interpret,http://www.w3.org/TR/CSS21/cascade.html#specificity 29e69440bdd31c3db98008ba9db14c305db7c42b `Microsoft`<http://www.microsoft.com/> The style attribute has a higher specificity than all selectors, including ID selectors no matter how many.
|
|
system-colors-001 CSS Colours: Highlight and HighlightText http://www.w3.org/TR/CSS21/ui.html#system-colors 4bd1d9600a98bf5d84ec2c3d6ebc61bd56bccf1a `Ian Hickson`<mailto:ian@hixie.ch>
|
|
table-001 Display-table http://www.w3.org/TR/CSS21/tables.html#table-display 3e5f00326a7e1c57fd7dcdb4fa758afcf890f83e `Microsoft`<http://www.microsoft.com/> An element with display set to 'table' renders as if it were a table.
|
|
table-anonymous-block-001 The anonymous block box around a table does not work with run-in interaction http://www.w3.org/TR/CSS21/tables.html#model 3a1274c6f69658f919c6f1935abb806350bc0176 `Microsoft`<http://www.microsoft.com/> The anonymous block around a table does not behave like a block for 'run-in' interaction.
|
|
table-anonymous-block-002 The anonymous block box around a table is not used for baseline vertical alignment http://www.w3.org/TR/CSS21/tables.html#model 413fafe7f43aee6cf93d535fdd5a06341734f56c `Microsoft`<http://www.microsoft.com/> The table box (and not anonymous containing block) is used for doing baseline vertical alignment for inline-table.
|
|
table-anonymous-block-003 The anonymous block box around a table is as wide as the border edge of the table http://www.w3.org/TR/CSS21/tables.html#model 91e66ab015e2f5382cca6514c4771fb00193caaa `Microsoft`<http://www.microsoft.com/> The anonymous block around the table and caption is as wide as the border edge of the table box.
|
|
table-anonymous-block-004 The anonymous block box around a table is not used for table percentage width http://www.w3.org/TR/CSS21/tables.html#model 8a0225fca0f41795d8bfe9ece5f84e258c4b9277 `Microsoft`<http://www.microsoft.com/> The percentage width of table is relative to its anonymous box's containing block.
|
|
table-anonymous-block-005 The anonymous block box around a table and the table 'position' property http://www.w3.org/TR/CSS21/tables.html#model 6747cc2edc99861420202e176fe9208e8ba3f86f `Microsoft`<http://www.microsoft.com/> The 'position' property of a table is actually applied to its anonymous block box.
|
|
table-anonymous-block-006 The anonymous block box around a table and the table 'float' property http://www.w3.org/TR/CSS21/tables.html#model e01456e6bdabc01dd299d54c47a04ec74500406e `Microsoft`<http://www.microsoft.com/> The 'float' property of a table is actually applied to its anonymous block box.
|
|
table-anonymous-block-007 The anonymous block box around a table and the table 'margin-top' property http://www.w3.org/TR/CSS21/tables.html#model e8a48579718fc2d89e134655d544751b00243860 `Microsoft`<http://www.microsoft.com/> The 'margin-top' property of a table is actually applied to its anonymous block box.
|
|
table-anonymous-block-008 The anonymous block box around a table and the table 'right' property http://www.w3.org/TR/CSS21/tables.html#model 711fe2839023fed3702e244fe1298ec1bfe2bbd1 `Microsoft`<http://www.microsoft.com/> The 'right' property of a table is actually applied to its anonymous block box.
|
|
table-anonymous-block-009 The anonymous block box around a table and the table 'bottom' property http://www.w3.org/TR/CSS21/tables.html#model 9aad2ffc802ee33c1b7fc362011d199be7ed9b41 `Microsoft`<http://www.microsoft.com/> The 'bottom' property of a table is actually applied to its anonymous block box.
|
|
table-anonymous-block-010 The anonymous block box around a table and the table 'left' property http://www.w3.org/TR/CSS21/tables.html#model 5a2bc67813e2bcb1f5eb1b226213a422733ee2cf `Microsoft`<http://www.microsoft.com/> The 'left' property of a table is actually applied to its anonymous block box.
|
|
table-anonymous-block-011 The anonymous block box around a table - table top margin is collapsed with caption top margin ahem http://www.w3.org/TR/CSS21/tables.html#model 94044a2ce949d64e7a951cb99184f9830c8f0540 `Microsoft`<http://www.microsoft.com/> The top margin of the table caption is not collapsed with top margin of the table.
|
|
table-anonymous-block-012 The anonymous block box around a table - table bottom margin is collapsed with caption bottom margin ahem http://www.w3.org/TR/CSS21/tables.html#model 866dd07a29d3a38ebe040833b43de60acf03ddbe `Microsoft`<http://www.microsoft.com/> The bottom margin of the table caption is not collapsed with bottom margin of the table when 'caption-side: bottom'.
|
|
table-anonymous-block-013 The anonymous box around a table as a 'block' box http://www.w3.org/TR/CSS21/tables.html#model 6c1eb5cdafbcf5abf53e6176b5ead3f3aca70c3b `Microsoft`<http://www.microsoft.com/> The anonymous box around a table is a 'block' box if the table is block-level.
|
|
table-anonymous-block-014 The anonymous box around a table as an 'inline-block' box http://www.w3.org/TR/CSS21/tables.html#model 14a7bf80ff0343234fb1a8b3333c62fd1f991f0a `Microsoft`<http://www.microsoft.com/> The anonymous box around a table is an 'inline-block' box if the table is inline-level.
|
|
table-anonymous-block-015 The anonymous block box around a table is not used for table percentage height http://www.w3.org/TR/CSS21/tables.html#model 9dd2d7bae9030eda8eb9e877b8789d72639a2a54 `Microsoft`<http://www.microsoft.com/> Percentage height of table is relative to its anonymous box's containing block.
|
|
table-anonymous-block-016 The anonymous block box around a table and the table 'margin-bottom' property http://www.w3.org/TR/CSS21/tables.html#model 5a5dc96e393d5f417cfc707d6eb2a6541a2ec330 `Microsoft`<http://www.microsoft.com/> The 'margin-bottom' property of a table is actually applied to its anonymous block box.
|
|
table-anonymous-block-017 The anonymous block box around a table and the table 'margin-left' property http://www.w3.org/TR/CSS21/tables.html#model 840833b50648611beb8757ef3f55ea926fe5560b `Microsoft`<http://www.microsoft.com/> The 'margin-left' property of a table is actually applied to its anonymous block box.
|
|
table-anonymous-block-018 The anonymous block box around a table and the table 'margin-right' property http://www.w3.org/TR/CSS21/tables.html#model 4b151be434ea75db4428bf24d97c21cd05d823da `Microsoft`<http://www.microsoft.com/> The 'margin-right' property of a table is actually applied to its anonymous block box.
|
|
table-anonymous-block-019 The anonymous block box around a table and the table 'margin' property http://www.w3.org/TR/CSS21/tables.html#model 69205839ce83617e37ffee24c2135db283cd1e5a `Microsoft`<http://www.microsoft.com/> The 'margin' property of a table is actually applied to its anonymous block box.
|
|
table-anonymous-objects-000 CSS Tables: Anonymous Cell Children http://www.w3.org/TR/CSS21/tables.html#anonymous-boxes fca21671a87a7d3898022f52d21ec6b061784ec5 `Ian Hickson`<mailto:ian@hixie.ch>
|
|
table-anonymous-objects-001 Auto-imported from Gecko test 121142-1a.html dom http://www.w3.org/TR/CSS21/tables.html#anonymous-boxes ebea9fd32055c023ad13fdf7d6485c6bfe6ded8c `Boris Zbarsky`<mailto:bzbarsky@mit.edu>
|
|
table-anonymous-objects-002 Auto-imported from Gecko test 121142-1a.html dom http://www.w3.org/TR/CSS21/tables.html#anonymous-boxes 0f2bb7858edc6e96a5f3930da9844ef1a55ab313 `Boris Zbarsky`<mailto:bzbarsky@mit.edu>
|
|
table-anonymous-objects-003 Auto-imported from Gecko test 121142-1b.html dom http://www.w3.org/TR/CSS21/tables.html#anonymous-boxes cb494ca170684a6b6031023d095b2fd2f7143930 `Boris Zbarsky`<mailto:bzbarsky@mit.edu>
|
|
table-anonymous-objects-004 Auto-imported from Gecko test 121142-1b.html dom http://www.w3.org/TR/CSS21/tables.html#anonymous-boxes b6b40ce6572e13ac5288758db433878f1671770f `Boris Zbarsky`<mailto:bzbarsky@mit.edu>
|
|
table-anonymous-objects-005 Auto-imported from Gecko test 121142-2.html dom http://www.w3.org/TR/CSS21/tables.html#anonymous-boxes 4571e5741ba8ad29675a0668ebff26e98ad89b96 `Boris Zbarsky`<mailto:bzbarsky@mit.edu>
|
|
table-anonymous-objects-006 Auto-imported from Gecko test 121142-2.html dom http://www.w3.org/TR/CSS21/tables.html#anonymous-boxes 8431530b501a81c53e3b497a2b93c621c06b1c52 `Boris Zbarsky`<mailto:bzbarsky@mit.edu>
|
|
table-anonymous-objects-007 Auto-imported from Gecko test 156888-2.html dom http://www.w3.org/TR/CSS21/tables.html#anonymous-boxes c50f4807d5d92ce3bafa2b4c70b7d68b617d9815 `Boris Zbarsky`<mailto:bzbarsky@mit.edu>
|
|
table-anonymous-objects-008 Auto-imported from Gecko test 156888-2.html dom http://www.w3.org/TR/CSS21/tables.html#anonymous-boxes 17075b07632ec08bbc07ca8658aefbcf57e6016e `Boris Zbarsky`<mailto:bzbarsky@mit.edu>
|
|
table-anonymous-objects-009 Auto-imported from Gecko test 203923-1.html dom http://www.w3.org/TR/CSS21/tables.html#anonymous-boxes 40114c48ee33a61461c1fca806bf2256ba2dec05 `Boris Zbarsky`<mailto:bzbarsky@mit.edu>
|
|
table-anonymous-objects-010 Auto-imported from Gecko test 203923-1.html dom http://www.w3.org/TR/CSS21/tables.html#anonymous-boxes 82017fae5aee6740ddd5c98f4fbf0090e6ffa231 `Boris Zbarsky`<mailto:bzbarsky@mit.edu>
|
|
table-anonymous-objects-011 Auto-imported from Gecko test 203923-2.html dom http://www.w3.org/TR/CSS21/tables.html#anonymous-boxes 91364d645afc0edcab6166e643c40e0aed810061 `Boris Zbarsky`<mailto:bzbarsky@mit.edu>
|
|
table-anonymous-objects-012 Auto-imported from Gecko test 203923-2.html dom http://www.w3.org/TR/CSS21/tables.html#anonymous-boxes 925ece457e0faa8dd9868627334f33894daad271 `Boris Zbarsky`<mailto:bzbarsky@mit.edu>
|
|
table-anonymous-objects-013 Auto-imported from Gecko test 208305-1.html dom http://www.w3.org/TR/CSS21/tables.html#anonymous-boxes 273c924d92153be73cc2fdc9157aa94fd3837633 `Boris Zbarsky`<mailto:bzbarsky@mit.edu>
|
|
table-anonymous-objects-014 Auto-imported from Gecko test 208305-1.html dom http://www.w3.org/TR/CSS21/tables.html#anonymous-boxes ff1ea8857fbf4c315562942e811c9ca21ded895d `Boris Zbarsky`<mailto:bzbarsky@mit.edu>
|
|
table-anonymous-objects-015 Auto-imported from Gecko test 208305-2.html dom http://www.w3.org/TR/CSS21/tables.html#anonymous-boxes 9bf12fcd2d40e723e52dfdff0ce698aeb9f907d7 `Boris Zbarsky`<mailto:bzbarsky@mit.edu>
|
|
table-anonymous-objects-016 Auto-imported from Gecko test 208305-2.html dom http://www.w3.org/TR/CSS21/tables.html#anonymous-boxes 46c80c83aeab8f7f138841f870a15582936a21fc `Boris Zbarsky`<mailto:bzbarsky@mit.edu>
|
|
table-anonymous-objects-017 Auto-imported from Gecko test 208305-3.html http://www.w3.org/TR/CSS21/tables.html#anonymous-boxes 0a47fbe0cf1a35c18ee81ad7cd5816bbf4fa4ded `Boris Zbarsky`<mailto:bzbarsky@mit.edu>
|
|
table-anonymous-objects-018 Auto-imported from Gecko test 208305-3.html http://www.w3.org/TR/CSS21/tables.html#anonymous-boxes b437f584e78692b2a2cb6af76a43937cb7594872 `Boris Zbarsky`<mailto:bzbarsky@mit.edu>
|
|
table-anonymous-objects-019 Auto-imported from Gecko test 208305-4.html dom http://www.w3.org/TR/CSS21/tables.html#anonymous-boxes 31111e232d1b4d229da28f94816f7815c9707c08 `Boris Zbarsky`<mailto:bzbarsky@mit.edu>
|
|
table-anonymous-objects-020 Auto-imported from Gecko test 208305-4.html dom http://www.w3.org/TR/CSS21/tables.html#anonymous-boxes fa83534a63aceaf7d93fda1eca0ba6c1bd208dd6 `Boris Zbarsky`<mailto:bzbarsky@mit.edu>
|
|
table-anonymous-objects-021 Auto-imported from Gecko test 277995-1.html dom http://www.w3.org/TR/CSS21/tables.html#anonymous-boxes 17c0c5686c83aefd42546b1f9f9e594313de5a70 `Boris Zbarsky`<mailto:bzbarsky@mit.edu>
|
|
table-anonymous-objects-022 Auto-imported from Gecko test 277995-1.html dom http://www.w3.org/TR/CSS21/tables.html#anonymous-boxes 0707ad2616a46c3d5d8210f763b89ca46c1eefae `Boris Zbarsky`<mailto:bzbarsky@mit.edu>
|
|
table-anonymous-objects-023 Auto-imported from Gecko test 293576-1.html dom http://www.w3.org/TR/CSS21/tables.html#anonymous-boxes 0ca11a4a8a8f4da539753c51e78fe42128d1e6d8 `Boris Zbarsky`<mailto:bzbarsky@mit.edu>
|
|
table-anonymous-objects-024 Auto-imported from Gecko test 293576-1.html dom http://www.w3.org/TR/CSS21/tables.html#anonymous-boxes 588ff3510e8cd201415514fe91e88423b374bc4e `Boris Zbarsky`<mailto:bzbarsky@mit.edu>
|
|
table-anonymous-objects-025 Auto-imported from Gecko test 302113-1.html dom http://www.w3.org/TR/CSS21/tables.html#anonymous-boxes 1a2383067b1eca9544302ea34c215d6c38782dbc `Boris Zbarsky`<mailto:bzbarsky@mit.edu>
|
|
table-anonymous-objects-026 Auto-imported from Gecko test 302113-1.html dom http://www.w3.org/TR/CSS21/tables.html#anonymous-boxes 0371562f6ab2f4875f002ec8af02352c2360698f `Boris Zbarsky`<mailto:bzbarsky@mit.edu>
|
|
table-anonymous-objects-027 Auto-imported from Gecko test 315146-1.xhtml dom http://www.w3.org/TR/CSS21/tables.html#anonymous-boxes 6c44795370b6088b08b9a01b0f224f35d106cf13 `Boris Zbarsky`<mailto:bzbarsky@mit.edu>
|
|
table-anonymous-objects-028 Auto-imported from Gecko test 315146-1.xhtml dom http://www.w3.org/TR/CSS21/tables.html#anonymous-boxes 0fb3407d774113016bb5781d1bbd3bb7d3885bd7 `Boris Zbarsky`<mailto:bzbarsky@mit.edu>
|
|
table-anonymous-objects-029 Auto-imported from Gecko test 325543-1a.html http://www.w3.org/TR/CSS21/tables.html#anonymous-boxes 64d53c8ec06f90d654cc24650f1a6dd5237eb3d6 `Boris Zbarsky`<mailto:bzbarsky@mit.edu>
|
|
table-anonymous-objects-030 Auto-imported from Gecko test 325543-1a.html http://www.w3.org/TR/CSS21/tables.html#anonymous-boxes e96d2ef977edf0c915c8530836a84cf8dcc989b3 `Boris Zbarsky`<mailto:bzbarsky@mit.edu>
|
|
table-anonymous-objects-031 Auto-imported from Gecko test 325543-1b.html http://www.w3.org/TR/CSS21/tables.html#anonymous-boxes db1e7526af5e51a1757e88ae12b588a9ff5a448c `Boris Zbarsky`<mailto:bzbarsky@mit.edu>
|
|
table-anonymous-objects-032 Auto-imported from Gecko test 325543-1b.html http://www.w3.org/TR/CSS21/tables.html#anonymous-boxes 94a04a6641545c8088c9f7ea12e4eb6abd93cef0 `Boris Zbarsky`<mailto:bzbarsky@mit.edu>
|
|
table-anonymous-objects-033 Auto-imported from Gecko test 338735-1.html dom http://www.w3.org/TR/CSS21/tables.html#anonymous-boxes 64ceb6199dec2b8e7bfbf7638181e72ff102c64c `Boris Zbarsky`<mailto:bzbarsky@mit.edu>
|
|
table-anonymous-objects-034 Auto-imported from Gecko test 338735-1.html dom http://www.w3.org/TR/CSS21/tables.html#anonymous-boxes fa084e3ea8075ee7cca08f55c9f21c3074bb4574 `Boris Zbarsky`<mailto:bzbarsky@mit.edu>
|
|
table-anonymous-objects-035 Auto-imported from Gecko test 339388-1a.html dom http://www.w3.org/TR/CSS21/tables.html#anonymous-boxes a5c6402720e2f5994af1cf5a831c39e07f53dd13 `Boris Zbarsky`<mailto:bzbarsky@mit.edu>
|
|
table-anonymous-objects-036 Auto-imported from Gecko test 339388-1a.html dom http://www.w3.org/TR/CSS21/tables.html#anonymous-boxes 302188ee039d140e6cf4db6c93ac9bbdf3c75aef `Boris Zbarsky`<mailto:bzbarsky@mit.edu>
|
|
table-anonymous-objects-037 Auto-imported from Gecko test 339388-1b.html dom http://www.w3.org/TR/CSS21/tables.html#anonymous-boxes 708ee835a5e20442781875c27acf201fb0f682c8 `Boris Zbarsky`<mailto:bzbarsky@mit.edu>
|
|
table-anonymous-objects-038 Auto-imported from Gecko test 339388-1b.html dom http://www.w3.org/TR/CSS21/tables.html#anonymous-boxes 33c3224abc30d617613972ad4d7defe5783de8d9 `Boris Zbarsky`<mailto:bzbarsky@mit.edu>
|
|
table-anonymous-objects-039 Auto-imported from Gecko test 363326-1.html dom http://www.w3.org/TR/CSS21/tables.html#anonymous-boxes 9bd6fe7f9cbfd3f8f0f1213dc5fea3c077edbc00 `Boris Zbarsky`<mailto:bzbarsky@mit.edu>
|
|
table-anonymous-objects-040 Auto-imported from Gecko test 363326-1.html dom http://www.w3.org/TR/CSS21/tables.html#anonymous-boxes 8a606b11b607cb61aff593035b192e85915b09ed `Boris Zbarsky`<mailto:bzbarsky@mit.edu>
|
|
table-anonymous-objects-041 Auto-imported from Gecko test 368932-1.html dom http://www.w3.org/TR/CSS21/tables.html#anonymous-boxes 27a453f2f728bf051909cb116632bf7f8db3b526 `Boris Zbarsky`<mailto:bzbarsky@mit.edu>
|
|
table-anonymous-objects-042 Auto-imported from Gecko test 368932-1.html dom http://www.w3.org/TR/CSS21/tables.html#anonymous-boxes 4f872671fb5932efe98b60e7c5cc8e70d61bf109 `Boris Zbarsky`<mailto:bzbarsky@mit.edu>
|
|
table-anonymous-objects-043 Auto-imported from Gecko test 371054-1.html dom http://www.w3.org/TR/CSS21/tables.html#anonymous-boxes e8f19c095d520fd4ceb82c0f8f4fa198a928f9eb `Boris Zbarsky`<mailto:bzbarsky@mit.edu>
|
|
table-anonymous-objects-044 Auto-imported from Gecko test 371054-1.html dom http://www.w3.org/TR/CSS21/tables.html#anonymous-boxes 075ce680e0748f31e0f5b76ef1a8bab3f7f47b91 `Boris Zbarsky`<mailto:bzbarsky@mit.edu>
|
|
table-anonymous-objects-045 Auto-imported from Gecko test 372641-1a.xhtml dom,nonHTML http://www.w3.org/TR/CSS21/tables.html#anonymous-boxes c0132b13270f862eadefccf8b690641416a48138 `Boris Zbarsky`<mailto:bzbarsky@mit.edu>
|
|
table-anonymous-objects-046 Auto-imported from Gecko test 372641-1a.xhtml dom,nonHTML http://www.w3.org/TR/CSS21/tables.html#anonymous-boxes 721b06ec68074befede2dad8cd32ac1609ca0dce `Boris Zbarsky`<mailto:bzbarsky@mit.edu>
|
|
table-anonymous-objects-047 Auto-imported from Gecko test 372641-1b.xhtml dom,nonHTML http://www.w3.org/TR/CSS21/tables.html#anonymous-boxes 5691282eda8b303da3232c94054727db2a7ccd60 `Boris Zbarsky`<mailto:bzbarsky@mit.edu>
|
|
table-anonymous-objects-048 Auto-imported from Gecko test 372641-1b.xhtml dom,nonHTML http://www.w3.org/TR/CSS21/tables.html#anonymous-boxes 5480ef818f7d5174c06323091b9a1ebbfa1a2498 `Boris Zbarsky`<mailto:bzbarsky@mit.edu>
|
|
table-anonymous-objects-049 Auto-imported from Gecko test 372641-1c.xhtml dom,nonHTML http://www.w3.org/TR/CSS21/tables.html#anonymous-boxes 7d362f7627ce2d26fe298b3d850e24f9d13030f1 `Boris Zbarsky`<mailto:bzbarsky@mit.edu>
|
|
table-anonymous-objects-050 Auto-imported from Gecko test 372641-1c.xhtml dom,nonHTML http://www.w3.org/TR/CSS21/tables.html#anonymous-boxes 98dace6e0b40c46786dfbb21d3ecf8166cef5a05 `Boris Zbarsky`<mailto:bzbarsky@mit.edu>
|
|
table-anonymous-objects-051 Auto-imported from Gecko test 372649-1.html dom http://www.w3.org/TR/CSS21/tables.html#anonymous-boxes 7273531314158d6e63603304a6043be99e5afcd8 `Boris Zbarsky`<mailto:bzbarsky@mit.edu>
|
|
table-anonymous-objects-052 Auto-imported from Gecko test 372649-1.html dom http://www.w3.org/TR/CSS21/tables.html#anonymous-boxes df02df3206bde23b5c5ce84946871196fee19251 `Boris Zbarsky`<mailto:bzbarsky@mit.edu>
|
|
table-anonymous-objects-053 Auto-imported from Gecko test 373379-1.html dom http://www.w3.org/TR/CSS21/tables.html#anonymous-boxes 2f0dfba262430969fe9e21a5d9fc07d21da3f408 `Boris Zbarsky`<mailto:bzbarsky@mit.edu>
|
|
table-anonymous-objects-054 Auto-imported from Gecko test 373379-1.html dom http://www.w3.org/TR/CSS21/tables.html#anonymous-boxes b72f6c0b572ddb6bbfddef7ac5a412b260edf09a `Boris Zbarsky`<mailto:bzbarsky@mit.edu>
|
|
table-anonymous-objects-055 Auto-imported from Gecko test 407115-1.html http://www.w3.org/TR/CSS21/tables.html#anonymous-boxes f5c03112cdcb0428d8f275d0d745f02e5657eaa6 `Boris Zbarsky`<mailto:bzbarsky@mit.edu>
|
|
table-anonymous-objects-056 Auto-imported from Gecko test 407115-1.html http://www.w3.org/TR/CSS21/tables.html#anonymous-boxes 4d2b267889507572daad8f782e2c219f93bbcaea `Boris Zbarsky`<mailto:bzbarsky@mit.edu>
|
|
table-anonymous-objects-057 Auto-imported from Gecko test 448111-1.html dom http://www.w3.org/TR/CSS21/tables.html#anonymous-boxes ecc4b7cc3bd7b1c3198e67cd18a1df8042cee678 `Boris Zbarsky`<mailto:bzbarsky@mit.edu>
|
|
table-anonymous-objects-058 Auto-imported from Gecko test 448111-1.html dom http://www.w3.org/TR/CSS21/tables.html#anonymous-boxes b1d19e3ecf4c42728b3ed353149218a9adda1546 `Boris Zbarsky`<mailto:bzbarsky@mit.edu>
|
|
table-anonymous-objects-059 Auto-imported from Gecko test infer-first-row.html http://www.w3.org/TR/CSS21/tables.html#anonymous-boxes 26ab9a8ba92c27f713bd28a2acfd9fd566cdd267 `Boris Zbarsky`<mailto:bzbarsky@mit.edu>
|
|
table-anonymous-objects-060 Auto-imported from Gecko test infer-first-row.html http://www.w3.org/TR/CSS21/tables.html#anonymous-boxes 7f04b292e6d519bbd38b9bcfc38b781d6cfff187 `Boris Zbarsky`<mailto:bzbarsky@mit.edu>
|
|
table-anonymous-objects-061 Auto-imported from Gecko test infer-first-row-and-table.html http://www.w3.org/TR/CSS21/tables.html#anonymous-boxes 99aec22d3e81649bc787f3a77040b06a105924a5 `Boris Zbarsky`<mailto:bzbarsky@mit.edu>
|
|
table-anonymous-objects-062 Auto-imported from Gecko test infer-first-row-and-table.html http://www.w3.org/TR/CSS21/tables.html#anonymous-boxes 1c696709c3cf6956fb282d6268a61e091ddb4103 `Boris Zbarsky`<mailto:bzbarsky@mit.edu>
|
|
table-anonymous-objects-063 Auto-imported from Gecko test infer-second-row.html http://www.w3.org/TR/CSS21/tables.html#anonymous-boxes b15bd9f92fc5e9d3e2ebd02ddc4b021071b44fb8 `Boris Zbarsky`<mailto:bzbarsky@mit.edu>
|
|
table-anonymous-objects-064 Auto-imported from Gecko test infer-second-row.html http://www.w3.org/TR/CSS21/tables.html#anonymous-boxes ff0cd9b17eddb3d4bfc3adf1c9a831e228aab3d4 `Boris Zbarsky`<mailto:bzbarsky@mit.edu>
|
|
table-anonymous-objects-065 Auto-imported from Gecko test infer-second-row-and-table.html http://www.w3.org/TR/CSS21/tables.html#anonymous-boxes 153c0b08303289db13b91f05a090adf616673c18 `Boris Zbarsky`<mailto:bzbarsky@mit.edu>
|
|
table-anonymous-objects-066 Auto-imported from Gecko test infer-second-row-and-table.html http://www.w3.org/TR/CSS21/tables.html#anonymous-boxes edb23ea83b44794572d1bb02eb9166595a6fd3e8 `Boris Zbarsky`<mailto:bzbarsky@mit.edu>
|
|
table-anonymous-objects-067 Auto-imported from Gecko test infer-table-around-headers-footers-1.html http://www.w3.org/TR/CSS21/tables.html#anonymous-boxes 0366544801da0fca7304b89e34fae25d4ead7a76 `Boris Zbarsky`<mailto:bzbarsky@mit.edu>
|
|
table-anonymous-objects-068 Auto-imported from Gecko test infer-table-around-headers-footers-1.html http://www.w3.org/TR/CSS21/tables.html#anonymous-boxes 72b898b434eb619784f69987dbe517daad763831 `Boris Zbarsky`<mailto:bzbarsky@mit.edu>
|
|
table-anonymous-objects-069 Auto-imported from Gecko test infer-table-around-headers-footers-2.html http://www.w3.org/TR/CSS21/tables.html#anonymous-boxes 0db8aabf23ddc39535da4731b81df4ad6ba6c321 `Boris Zbarsky`<mailto:bzbarsky@mit.edu>
|
|
table-anonymous-objects-070 Auto-imported from Gecko test infer-table-around-headers-footers-2.html http://www.w3.org/TR/CSS21/tables.html#anonymous-boxes 7ddef021c7ceea1253c5dbd2502fb247842b99ed `Boris Zbarsky`<mailto:bzbarsky@mit.edu>
|
|
table-anonymous-objects-071 Auto-imported from Gecko test infer-table-around-headers-footers-3.html http://www.w3.org/TR/CSS21/tables.html#anonymous-boxes 448bfcff018f75a1b50b2b671166d491963d10ee `Boris Zbarsky`<mailto:bzbarsky@mit.edu>
|
|
table-anonymous-objects-072 Auto-imported from Gecko test infer-table-around-headers-footers-3.html http://www.w3.org/TR/CSS21/tables.html#anonymous-boxes 0ea9a7af28561baec33304d3a3495c0f5a259efc `Boris Zbarsky`<mailto:bzbarsky@mit.edu>
|
|
table-anonymous-objects-073 Auto-imported from Gecko test infer-rows-inside-rowgroups.html http://www.w3.org/TR/CSS21/tables.html#anonymous-boxes e2c24f895cde8433c821f598ebf2727711fa2d55 `Boris Zbarsky`<mailto:bzbarsky@mit.edu>
|
|
table-anonymous-objects-074 Auto-imported from Gecko test infer-rows-inside-rowgroups.html http://www.w3.org/TR/CSS21/tables.html#anonymous-boxes 650349d988eb5b671fbac88f2cb71812d06d8d86 `Boris Zbarsky`<mailto:bzbarsky@mit.edu>
|
|
table-anonymous-objects-075 Auto-imported from Gecko test infer-table-row-cell.html http://www.w3.org/TR/CSS21/tables.html#anonymous-boxes bd5bdfa0add397c9d12246266a5eda160db350d3 `Boris Zbarsky`<mailto:bzbarsky@mit.edu>
|
|
table-anonymous-objects-076 Auto-imported from Gecko test infer-table-row-cell.html http://www.w3.org/TR/CSS21/tables.html#anonymous-boxes 07137f10bf59c7677c0c00695937eed0ca7d997a `Boris Zbarsky`<mailto:bzbarsky@mit.edu>
|
|
table-anonymous-objects-077 Auto-imported from Gecko test infer-table.html http://www.w3.org/TR/CSS21/tables.html#anonymous-boxes f983225145ac17b85b95f3e2d178ceb21aacef9b `Boris Zbarsky`<mailto:bzbarsky@mit.edu>
|
|
table-anonymous-objects-078 Auto-imported from Gecko test infer-table.html http://www.w3.org/TR/CSS21/tables.html#anonymous-boxes 3297805c1f2a7ed29067f95b9f28d55ce4df745f `Boris Zbarsky`<mailto:bzbarsky@mit.edu>
|
|
table-anonymous-objects-079 Auto-imported from Gecko test 3-tables-ref.html http://www.w3.org/TR/CSS21/tables.html#anonymous-boxes e2dc9bbfa13f400a60ccbbcbb173e655652f181a `Boris Zbarsky`<mailto:bzbarsky@mit.edu>
|
|
table-anonymous-objects-080 Auto-imported from Gecko test 3-tables-ref.html http://www.w3.org/TR/CSS21/tables.html#anonymous-boxes 8765ce304f7d65f3749d54a46eaa8aac15d297a1 `Boris Zbarsky`<mailto:bzbarsky@mit.edu>
|
|
table-anonymous-objects-081 Auto-imported from Gecko test blocks-divide-tables-1.html http://www.w3.org/TR/CSS21/tables.html#anonymous-boxes 3c82de49b4adf27c7516375025724290df6b4056 `Boris Zbarsky`<mailto:bzbarsky@mit.edu>
|
|
table-anonymous-objects-082 Auto-imported from Gecko test blocks-divide-tables-1.html http://www.w3.org/TR/CSS21/tables.html#anonymous-boxes 743f87a89f9394f7e173df23f7402ab9adc00333 `Boris Zbarsky`<mailto:bzbarsky@mit.edu>
|
|
table-anonymous-objects-083 Auto-imported from Gecko test blocks-divide-tables-2.html http://www.w3.org/TR/CSS21/tables.html#anonymous-boxes 64b6d96d2b528984b49815b691fb185389f8721e `Boris Zbarsky`<mailto:bzbarsky@mit.edu>
|
|
table-anonymous-objects-084 Auto-imported from Gecko test blocks-divide-tables-2.html http://www.w3.org/TR/CSS21/tables.html#anonymous-boxes 372fc4a0c10465d4df554a8712750b9d1e0d82d2 `Boris Zbarsky`<mailto:bzbarsky@mit.edu>
|
|
table-anonymous-objects-085 Auto-imported from Gecko test infer-cells-1.html http://www.w3.org/TR/CSS21/tables.html#anonymous-boxes 4e23f9de1d5893fff5ab3c73f794d460b853cdcf `Boris Zbarsky`<mailto:bzbarsky@mit.edu>
|
|
table-anonymous-objects-086 Auto-imported from Gecko test infer-cells-1.html http://www.w3.org/TR/CSS21/tables.html#anonymous-boxes e656681366540992bcb50398adb19c52eebec318 `Boris Zbarsky`<mailto:bzbarsky@mit.edu>
|
|
table-anonymous-objects-087 Auto-imported from Gecko test infer-cells-2.html http://www.w3.org/TR/CSS21/tables.html#anonymous-boxes f9d1ccd31d8753fb43aef2cd69c23b8f7e6f3711 `Boris Zbarsky`<mailto:bzbarsky@mit.edu>
|
|
table-anonymous-objects-088 Auto-imported from Gecko test infer-cells-2.html http://www.w3.org/TR/CSS21/tables.html#anonymous-boxes 4ddd90adbba612306311f62276b06ccb59c6e1a3 `Boris Zbarsky`<mailto:bzbarsky@mit.edu>
|
|
table-anonymous-objects-089 Auto-imported from Gecko test infer-cells-3.html http://www.w3.org/TR/CSS21/tables.html#anonymous-boxes 8f3ca8f0a7eb40d7c12bbfe053d2c1111f93baae `Boris Zbarsky`<mailto:bzbarsky@mit.edu>
|
|
table-anonymous-objects-090 Auto-imported from Gecko test infer-cells-3.html http://www.w3.org/TR/CSS21/tables.html#anonymous-boxes 2e3f1c7753e5e3b769ae3c8c7b0a4438a03bcf05 `Boris Zbarsky`<mailto:bzbarsky@mit.edu>
|
|
table-anonymous-objects-091 Auto-imported from Gecko test infer-cells-4.html http://www.w3.org/TR/CSS21/tables.html#anonymous-boxes 3fd1243e24e173788e214658d1b4e011cad36099 `Boris Zbarsky`<mailto:bzbarsky@mit.edu>
|
|
table-anonymous-objects-092 Auto-imported from Gecko test infer-cells-4.html http://www.w3.org/TR/CSS21/tables.html#anonymous-boxes 7719023284d9a8b7103014bb43711998d0ba6c9e `Boris Zbarsky`<mailto:bzbarsky@mit.edu>
|
|
table-anonymous-objects-093 Auto-imported from Gecko test cols-test-1.html http://www.w3.org/TR/CSS21/tables.html#anonymous-boxes 2631c3225fb1e79131e8cd69c7999afb5981f80c `Boris Zbarsky`<mailto:bzbarsky@mit.edu>
|
|
table-anonymous-objects-094 Auto-imported from Gecko test cols-test-1.html http://www.w3.org/TR/CSS21/tables.html#anonymous-boxes 5be9978010ea8fbee6b615d107a0af3e0b611353 `Boris Zbarsky`<mailto:bzbarsky@mit.edu>
|
|
table-anonymous-objects-095 Auto-imported from Gecko test cols-test-2.html http://www.w3.org/TR/CSS21/tables.html#anonymous-boxes 11109705600d963d6d7e2ad94b9800821bf61041 `Boris Zbarsky`<mailto:bzbarsky@mit.edu>
|
|
table-anonymous-objects-096 Auto-imported from Gecko test cols-test-2.html http://www.w3.org/TR/CSS21/tables.html#anonymous-boxes 575a402f98eb28b0bb61fd4bc07c9b28e1440b14 `Boris Zbarsky`<mailto:bzbarsky@mit.edu>
|
|
table-anonymous-objects-097 Auto-imported from Gecko test cols-test-3.html http://www.w3.org/TR/CSS21/tables.html#anonymous-boxes 5357bd8ff9460566c12ae2442fabb2bc916ddf36 `Boris Zbarsky`<mailto:bzbarsky@mit.edu>
|
|
table-anonymous-objects-098 Auto-imported from Gecko test cols-test-3.html http://www.w3.org/TR/CSS21/tables.html#anonymous-boxes 21c1468728ec8bc934264c5fd0375e693194fe0a `Boris Zbarsky`<mailto:bzbarsky@mit.edu>
|
|
table-anonymous-objects-099 Auto-imported from Gecko test dynamic-removal-1.html dom http://www.w3.org/TR/CSS21/tables.html#anonymous-boxes 519af618d36a2c7e0bdbc44f5ade80dd639794e7 `Boris Zbarsky`<mailto:bzbarsky@mit.edu>
|
|
table-anonymous-objects-100 Auto-imported from Gecko test dynamic-removal-1.html dom http://www.w3.org/TR/CSS21/tables.html#anonymous-boxes f1f73b53a34cef56c81109a6579e89e50c2bcc37 `Boris Zbarsky`<mailto:bzbarsky@mit.edu>
|
|
table-anonymous-objects-101 Auto-imported from Gecko test dynamic-removal-2.html dom http://www.w3.org/TR/CSS21/tables.html#anonymous-boxes b398193244316236fe326af473b898c731bd5c6c `Boris Zbarsky`<mailto:bzbarsky@mit.edu>
|
|
table-anonymous-objects-102 Auto-imported from Gecko test dynamic-removal-2.html dom http://www.w3.org/TR/CSS21/tables.html#anonymous-boxes b2cf03513cd539798972d3e708d785d0b5b9c2e6 `Boris Zbarsky`<mailto:bzbarsky@mit.edu>
|
|
table-anonymous-objects-103 Auto-imported from Gecko test dynamic-removal-3.html dom http://www.w3.org/TR/CSS21/tables.html#anonymous-boxes ab682583f9f7961c1401a830c35ff3ce3ef74521 `Boris Zbarsky`<mailto:bzbarsky@mit.edu>
|
|
table-anonymous-objects-104 Auto-imported from Gecko test dynamic-removal-3.html dom http://www.w3.org/TR/CSS21/tables.html#anonymous-boxes 234096129ccd218337f3b48d2cf6f9c6a20731fb `Boris Zbarsky`<mailto:bzbarsky@mit.edu>
|
|
table-anonymous-objects-105 Auto-imported from Gecko test dynamic-removal-4.html dom http://www.w3.org/TR/CSS21/tables.html#anonymous-boxes 7a53188decddc9a398c6eb38024ab411630dc2ae `Boris Zbarsky`<mailto:bzbarsky@mit.edu>
|
|
table-anonymous-objects-106 Auto-imported from Gecko test dynamic-removal-4.html dom http://www.w3.org/TR/CSS21/tables.html#anonymous-boxes 394727bc4c69fd973ed3a4106afdf98cef783ed1 `Boris Zbarsky`<mailto:bzbarsky@mit.edu>
|
|
table-anonymous-objects-107 Auto-imported from Gecko test dynamic-removal-5.html dom http://www.w3.org/TR/CSS21/tables.html#anonymous-boxes c98f18a766050e2ff29c3c757fc1d3a9ac2ce91b `Boris Zbarsky`<mailto:bzbarsky@mit.edu>
|
|
table-anonymous-objects-108 Auto-imported from Gecko test dynamic-removal-5.html dom http://www.w3.org/TR/CSS21/tables.html#anonymous-boxes e687e9e31424946949a995449f2a209b46e0bac0 `Boris Zbarsky`<mailto:bzbarsky@mit.edu>
|
|
table-anonymous-objects-109 Auto-imported from Gecko test dynamic-removal-6.html dom http://www.w3.org/TR/CSS21/tables.html#anonymous-boxes d119af61d8b5e33a2ee9d0ba16a5c44d2735a828 `Boris Zbarsky`<mailto:bzbarsky@mit.edu>
|
|
table-anonymous-objects-110 Auto-imported from Gecko test dynamic-removal-6.html dom http://www.w3.org/TR/CSS21/tables.html#anonymous-boxes e61b07c6c39893512a908746780331b9cd8bf0d9 `Boris Zbarsky`<mailto:bzbarsky@mit.edu>
|
|
table-anonymous-objects-111 Auto-imported from Gecko test dynamic-removal-7.html dom http://www.w3.org/TR/CSS21/tables.html#anonymous-boxes b1523d6b0595ed599d22cab000c25d50124996ed `Boris Zbarsky`<mailto:bzbarsky@mit.edu>
|
|
table-anonymous-objects-112 Auto-imported from Gecko test dynamic-removal-7.html dom http://www.w3.org/TR/CSS21/tables.html#anonymous-boxes 066fa6f9a3618760fca53af2f19cd1aaf47d94cf `Boris Zbarsky`<mailto:bzbarsky@mit.edu>
|
|
table-anonymous-objects-113 Auto-imported from Gecko test dynamic-removal-8.html dom http://www.w3.org/TR/CSS21/tables.html#anonymous-boxes 5c7aa54f833968634d7baee7cf1ea9aecda37215 `Boris Zbarsky`<mailto:bzbarsky@mit.edu>
|
|
table-anonymous-objects-114 Auto-imported from Gecko test dynamic-removal-8.html dom http://www.w3.org/TR/CSS21/tables.html#anonymous-boxes 9178221033193022029c61fbbfe6ecce09c77f2b `Boris Zbarsky`<mailto:bzbarsky@mit.edu>
|
|
table-anonymous-objects-115 Auto-imported from Gecko test dynamic-removal-9.html dom http://www.w3.org/TR/CSS21/tables.html#anonymous-boxes 3789cb133e51befbea8c9817ba4337510139d929 `Boris Zbarsky`<mailto:bzbarsky@mit.edu>
|
|
table-anonymous-objects-116 Auto-imported from Gecko test dynamic-removal-9.html dom http://www.w3.org/TR/CSS21/tables.html#anonymous-boxes ac9e9023c4f62991aa06c8806f68b556152348cd `Boris Zbarsky`<mailto:bzbarsky@mit.edu>
|
|
table-anonymous-objects-117 Auto-imported from Gecko test dynamic-removal-10.html dom http://www.w3.org/TR/CSS21/tables.html#anonymous-boxes a6fb8849654622017fd5f349d22f0ce41c7e6232 `Boris Zbarsky`<mailto:bzbarsky@mit.edu>
|
|
table-anonymous-objects-118 Auto-imported from Gecko test dynamic-removal-10.html dom http://www.w3.org/TR/CSS21/tables.html#anonymous-boxes 758460a6913fa715026523876e1f946319f24ae3 `Boris Zbarsky`<mailto:bzbarsky@mit.edu>
|
|
table-anonymous-objects-119 Auto-imported from Gecko test dynamic-removal-11.html dom http://www.w3.org/TR/CSS21/tables.html#anonymous-boxes eaaadd38dd95a56edd935e32da4242d89f32d344 `Boris Zbarsky`<mailto:bzbarsky@mit.edu>
|
|
table-anonymous-objects-120 Auto-imported from Gecko test dynamic-removal-11.html dom http://www.w3.org/TR/CSS21/tables.html#anonymous-boxes e58d31a49e3f1dfc77a1abaf1a44ca6b7f486357 `Boris Zbarsky`<mailto:bzbarsky@mit.edu>
|
|
table-anonymous-objects-121 Auto-imported from Gecko test dynamic-removal-12.html dom http://www.w3.org/TR/CSS21/tables.html#anonymous-boxes 527ea067eba137d639f7e8e5810cd5b4a66aaaa5 `Boris Zbarsky`<mailto:bzbarsky@mit.edu>
|
|
table-anonymous-objects-122 Auto-imported from Gecko test dynamic-removal-12.html dom http://www.w3.org/TR/CSS21/tables.html#anonymous-boxes dfb24ac7846ed8a4f7d980beb6caa8c75918fab0 `Boris Zbarsky`<mailto:bzbarsky@mit.edu>
|
|
table-anonymous-objects-123 Auto-imported from Gecko test dynamic-removal-13.html dom http://www.w3.org/TR/CSS21/tables.html#anonymous-boxes fd699478516c3a604268475b8ba942c07167a6bc `Boris Zbarsky`<mailto:bzbarsky@mit.edu>
|
|
table-anonymous-objects-124 Auto-imported from Gecko test dynamic-removal-13.html dom http://www.w3.org/TR/CSS21/tables.html#anonymous-boxes 8648a802ce4c3725b5199ae1d295059e7d0b0c1c `Boris Zbarsky`<mailto:bzbarsky@mit.edu>
|
|
table-anonymous-objects-125 Auto-imported from Gecko test dynamic-removal-14.html dom http://www.w3.org/TR/CSS21/tables.html#anonymous-boxes 0dc62a62217c4f1e84deb357440942fa8dc5e050 `Boris Zbarsky`<mailto:bzbarsky@mit.edu>
|
|
table-anonymous-objects-126 Auto-imported from Gecko test dynamic-removal-14.html dom http://www.w3.org/TR/CSS21/tables.html#anonymous-boxes 09457d5ba465ff20a03462d72d8e596c02051144 `Boris Zbarsky`<mailto:bzbarsky@mit.edu>
|
|
table-anonymous-objects-127 Auto-imported from Gecko test dynamic-removal-15.html dom http://www.w3.org/TR/CSS21/tables.html#anonymous-boxes 389ebe6d027b418be32b106846def6ea044efda2 `Boris Zbarsky`<mailto:bzbarsky@mit.edu>
|
|
table-anonymous-objects-128 Auto-imported from Gecko test dynamic-removal-15.html dom http://www.w3.org/TR/CSS21/tables.html#anonymous-boxes 9b954a634f837b77abe782b946c9f2f122776e6c `Boris Zbarsky`<mailto:bzbarsky@mit.edu>
|
|
table-anonymous-objects-129 Auto-imported from Gecko test dynamic-removal-16.html dom http://www.w3.org/TR/CSS21/tables.html#anonymous-boxes 63bb7c779ad1b4b91e56d36ceffa707289c5a88a `Boris Zbarsky`<mailto:bzbarsky@mit.edu>
|
|
table-anonymous-objects-130 Auto-imported from Gecko test dynamic-removal-16.html dom http://www.w3.org/TR/CSS21/tables.html#anonymous-boxes 3b2d0e94099bd7a85ae2f5171c63243da9acecdc `Boris Zbarsky`<mailto:bzbarsky@mit.edu>
|
|
table-anonymous-objects-131 Auto-imported from Gecko test dynamic-removal-17.html dom http://www.w3.org/TR/CSS21/tables.html#anonymous-boxes be549b9e740f32289d5a9c1c0c0944f6c13acb09 `Boris Zbarsky`<mailto:bzbarsky@mit.edu>
|
|
table-anonymous-objects-132 Auto-imported from Gecko test dynamic-removal-17.html dom http://www.w3.org/TR/CSS21/tables.html#anonymous-boxes 5dfe9ff1d73c4b14f037c88bac1ee49b6d13362a `Boris Zbarsky`<mailto:bzbarsky@mit.edu>
|
|
table-anonymous-objects-133 Auto-imported from Gecko test dynamic-insert-cell-1.html dom http://www.w3.org/TR/CSS21/tables.html#anonymous-boxes 40b5690c041ba12b43513448a49a6a505eb3303f `Boris Zbarsky`<mailto:bzbarsky@mit.edu>
|
|
table-anonymous-objects-134 Auto-imported from Gecko test dynamic-insert-cell-1.html dom http://www.w3.org/TR/CSS21/tables.html#anonymous-boxes d369b7fc8409210292dd2cf617a4b85626ebe197 `Boris Zbarsky`<mailto:bzbarsky@mit.edu>
|
|
table-anonymous-objects-135 Auto-imported from Gecko test dynamic-switch-block-to-cell-1.html dom http://www.w3.org/TR/CSS21/tables.html#anonymous-boxes a8196c074cc554c37b9b835dcbce5e51c5c04690 `Boris Zbarsky`<mailto:bzbarsky@mit.edu>
|
|
table-anonymous-objects-136 Auto-imported from Gecko test dynamic-switch-block-to-cell-1.html dom http://www.w3.org/TR/CSS21/tables.html#anonymous-boxes d6b6c3b2e47d9a81554239de5ec9d14cfdd46216 `Boris Zbarsky`<mailto:bzbarsky@mit.edu>
|
|
table-anonymous-objects-137 Auto-imported from Gecko test dynamic-switch-block-to-cell-2.html dom http://www.w3.org/TR/CSS21/tables.html#anonymous-boxes 39e945ab8778be8a3c73f6804af5497f792695e8 `Boris Zbarsky`<mailto:bzbarsky@mit.edu>
|
|
table-anonymous-objects-138 Auto-imported from Gecko test dynamic-switch-block-to-cell-2.html dom http://www.w3.org/TR/CSS21/tables.html#anonymous-boxes 4173d00393544576c77be07999f307cad896d34c `Boris Zbarsky`<mailto:bzbarsky@mit.edu>
|
|
table-anonymous-objects-139 Auto-imported from Gecko test dynamic-switch-block-to-cell-3.html dom http://www.w3.org/TR/CSS21/tables.html#anonymous-boxes ae577569ab064fbd0f168d32754a45d588a7cb22 `Boris Zbarsky`<mailto:bzbarsky@mit.edu>
|
|
table-anonymous-objects-140 Auto-imported from Gecko test dynamic-switch-block-to-cell-3.html dom http://www.w3.org/TR/CSS21/tables.html#anonymous-boxes af0cf531664c2283cf68e9caabdc5697f3edaaea `Boris Zbarsky`<mailto:bzbarsky@mit.edu>
|
|
table-anonymous-objects-141 Auto-imported from Gecko test dynamic-switch-block-to-cell-4.html dom http://www.w3.org/TR/CSS21/tables.html#anonymous-boxes e9a5563264d7f8ade5e9e8d11004cfe6f857e721 `Boris Zbarsky`<mailto:bzbarsky@mit.edu>
|
|
table-anonymous-objects-142 Auto-imported from Gecko test dynamic-switch-block-to-cell-4.html dom http://www.w3.org/TR/CSS21/tables.html#anonymous-boxes 5434e1ba22197c4675129ff58cca82126c531522 `Boris Zbarsky`<mailto:bzbarsky@mit.edu>
|
|
table-anonymous-objects-143 Auto-imported from Gecko test dynamic-switch-block-to-cell-5.html dom http://www.w3.org/TR/CSS21/tables.html#anonymous-boxes a7df938d6d8c884d0c115bf4411eb50e7df8245c `Boris Zbarsky`<mailto:bzbarsky@mit.edu>
|
|
table-anonymous-objects-144 Auto-imported from Gecko test dynamic-switch-block-to-cell-5.html dom http://www.w3.org/TR/CSS21/tables.html#anonymous-boxes e191522772a0dbeddf0e26b3a772f388110cba9c `Boris Zbarsky`<mailto:bzbarsky@mit.edu>
|
|
table-anonymous-objects-145 Auto-imported from Gecko test dynamic-switch-inline-to-cell-1.html dom http://www.w3.org/TR/CSS21/tables.html#anonymous-boxes 26472b10a3339ff4d4c7dd98c8c93eb39e9d2f1a `Boris Zbarsky`<mailto:bzbarsky@mit.edu>
|
|
table-anonymous-objects-146 Auto-imported from Gecko test dynamic-switch-inline-to-cell-1.html dom http://www.w3.org/TR/CSS21/tables.html#anonymous-boxes 59587f9aedb82523666117cd5f4557076b94d733 `Boris Zbarsky`<mailto:bzbarsky@mit.edu>
|
|
table-anonymous-objects-147 Auto-imported from Gecko test dynamic-switch-inline-to-cell-2.html dom http://www.w3.org/TR/CSS21/tables.html#anonymous-boxes b893409eb1e1be7ed56b449d1c4dc7b36ee0d9bb `Boris Zbarsky`<mailto:bzbarsky@mit.edu>
|
|
table-anonymous-objects-148 Auto-imported from Gecko test dynamic-switch-inline-to-cell-2.html dom http://www.w3.org/TR/CSS21/tables.html#anonymous-boxes 7829ac070419b9466ca7a35d02bd73ee1cbdf8cc `Boris Zbarsky`<mailto:bzbarsky@mit.edu>
|
|
table-anonymous-objects-149 Auto-imported from Gecko test dynamic-switch-inline-to-cell-3.html dom http://www.w3.org/TR/CSS21/tables.html#anonymous-boxes 94e593dd3824ce5a4ccb3bde9d6935693fb8171b `Boris Zbarsky`<mailto:bzbarsky@mit.edu>
|
|
table-anonymous-objects-150 Auto-imported from Gecko test dynamic-switch-inline-to-cell-3.html dom http://www.w3.org/TR/CSS21/tables.html#anonymous-boxes a01dcbd9cdcfc6752c5fec08ab58b749e084e4a7 `Boris Zbarsky`<mailto:bzbarsky@mit.edu>
|
|
table-anonymous-objects-151 Auto-imported from Gecko test dynamic-switch-inline-to-cell-4.html dom http://www.w3.org/TR/CSS21/tables.html#anonymous-boxes aa3825701f7e63b2e74d08635bf1a1820e9d172e `Boris Zbarsky`<mailto:bzbarsky@mit.edu>
|
|
table-anonymous-objects-152 Auto-imported from Gecko test dynamic-switch-inline-to-cell-4.html dom http://www.w3.org/TR/CSS21/tables.html#anonymous-boxes 7cf7595d5b49d35d859ba9b70ce9e84a6e52cc63 `Boris Zbarsky`<mailto:bzbarsky@mit.edu>
|
|
table-anonymous-objects-153 Auto-imported from Gecko test dynamic-switch-inline-to-cell-5.html dom http://www.w3.org/TR/CSS21/tables.html#anonymous-boxes 7ee7f9ad07137bc52e07ebaeeba9ee8f49d04959 `Boris Zbarsky`<mailto:bzbarsky@mit.edu>
|
|
table-anonymous-objects-154 Auto-imported from Gecko test dynamic-switch-inline-to-cell-5.html dom http://www.w3.org/TR/CSS21/tables.html#anonymous-boxes d92070b6fe45d6211ef24709c8e6a72dc041d072 `Boris Zbarsky`<mailto:bzbarsky@mit.edu>
|
|
table-anonymous-objects-155 Auto-imported from Gecko test white-space-1.html dom http://www.w3.org/TR/CSS21/tables.html#anonymous-boxes 68e535e6e7e8ed3af9c4b57d74de6ea4e2b1afab `Boris Zbarsky`<mailto:bzbarsky@mit.edu>
|
|
table-anonymous-objects-156 Auto-imported from Gecko test white-space-1.html dom http://www.w3.org/TR/CSS21/tables.html#anonymous-boxes cf0fc9c15a4abd75f9f0be37dc486d23c33e4395 `Boris Zbarsky`<mailto:bzbarsky@mit.edu>
|
|
table-anonymous-objects-157 Auto-imported from Gecko test white-space-2.html dom http://www.w3.org/TR/CSS21/tables.html#anonymous-boxes 50c2a256c42fd3000844eb9f8c467ffed161f9cb `Boris Zbarsky`<mailto:bzbarsky@mit.edu>
|
|
table-anonymous-objects-158 Auto-imported from Gecko test white-space-2.html dom http://www.w3.org/TR/CSS21/tables.html#anonymous-boxes 75afd91acca44f100d4dce998ff3d7664e23bf8f `Boris Zbarsky`<mailto:bzbarsky@mit.edu>
|
|
table-anonymous-objects-159 Auto-imported from Gecko test white-space-3.html dom http://www.w3.org/TR/CSS21/tables.html#anonymous-boxes 7bea22a0261515c6d8c0042501dc8ed24fe70b53 `Boris Zbarsky`<mailto:bzbarsky@mit.edu>
|
|
table-anonymous-objects-160 Auto-imported from Gecko test white-space-3.html dom http://www.w3.org/TR/CSS21/tables.html#anonymous-boxes f3be7e2425d11fb86b8183129a67dd50f854d13d `Boris Zbarsky`<mailto:bzbarsky@mit.edu>
|
|
table-anonymous-objects-161 Auto-imported from Gecko test white-space-4.html dom http://www.w3.org/TR/CSS21/tables.html#anonymous-boxes 8b700fe2cc617bc0952336850f80fe92d69790c7 `Boris Zbarsky`<mailto:bzbarsky@mit.edu>
|
|
table-anonymous-objects-162 Auto-imported from Gecko test white-space-4.html dom http://www.w3.org/TR/CSS21/tables.html#anonymous-boxes 5b03f16f3f6615bafa72137fa417ad662473ae18 `Boris Zbarsky`<mailto:bzbarsky@mit.edu>
|
|
table-anonymous-objects-163 Auto-imported from Gecko test white-space-5.html dom http://www.w3.org/TR/CSS21/tables.html#anonymous-boxes 812ab62abea4c5c569d9268eaa977371d9353738 `Boris Zbarsky`<mailto:bzbarsky@mit.edu>
|
|
table-anonymous-objects-164 Auto-imported from Gecko test white-space-5.html dom http://www.w3.org/TR/CSS21/tables.html#anonymous-boxes 7bca6af8390f5e649e91843c15a886287169f228 `Boris Zbarsky`<mailto:bzbarsky@mit.edu>
|
|
table-anonymous-objects-165 Auto-imported from Gecko test white-space-6.html dom http://www.w3.org/TR/CSS21/tables.html#anonymous-boxes ce83e4d4e9ad220522f9d989ad89bb586f84da60 `Boris Zbarsky`<mailto:bzbarsky@mit.edu>
|
|
table-anonymous-objects-166 Auto-imported from Gecko test white-space-6.html dom http://www.w3.org/TR/CSS21/tables.html#anonymous-boxes 6a107f6209d885fec756b99343ef32f2c7b22c78 `Boris Zbarsky`<mailto:bzbarsky@mit.edu>
|
|
table-anonymous-objects-167 Auto-imported from Gecko test white-space-7.html http://www.w3.org/TR/CSS21/tables.html#anonymous-boxes a829d1a1a705c8674f91b553c6e7041b95110527 `Boris Zbarsky`<mailto:bzbarsky@mit.edu>
|
|
table-anonymous-objects-168 Auto-imported from Gecko test white-space-7.html http://www.w3.org/TR/CSS21/tables.html#anonymous-boxes e266b1004f02d3f1e94ece64076302e8b8742d62 `Boris Zbarsky`<mailto:bzbarsky@mit.edu>
|
|
table-anonymous-objects-169 Auto-imported from Gecko test white-space-8.html dom http://www.w3.org/TR/CSS21/tables.html#anonymous-boxes dba3c9d6b827118b6e105f7c8dc4e141136778a4 `Boris Zbarsky`<mailto:bzbarsky@mit.edu>
|
|
table-anonymous-objects-170 Auto-imported from Gecko test white-space-8.html dom http://www.w3.org/TR/CSS21/tables.html#anonymous-boxes 43a14986c97cd9c87eede203a41366c2dbd39024 `Boris Zbarsky`<mailto:bzbarsky@mit.edu>
|
|
table-anonymous-objects-171 Auto-imported from Gecko test white-space-9.html dom http://www.w3.org/TR/CSS21/tables.html#anonymous-boxes 97beffab16fe111b4799644425a8961a7fc1f538 `Boris Zbarsky`<mailto:bzbarsky@mit.edu>
|
|
table-anonymous-objects-172 Auto-imported from Gecko test white-space-9.html dom http://www.w3.org/TR/CSS21/tables.html#anonymous-boxes 05900bad38c2544d83f2f383ce2d60cf4bf2abc5 `Boris Zbarsky`<mailto:bzbarsky@mit.edu>
|
|
table-anonymous-objects-173 Auto-imported from Gecko test white-space-10.html dom http://www.w3.org/TR/CSS21/tables.html#anonymous-boxes 2c089a2469da2f2b49e8e63ee156d30ee91a4d4d `Boris Zbarsky`<mailto:bzbarsky@mit.edu>
|
|
table-anonymous-objects-174 Auto-imported from Gecko test white-space-10.html dom http://www.w3.org/TR/CSS21/tables.html#anonymous-boxes 0efcea5dc629c9321398db7eec7c193352b6615f `Boris Zbarsky`<mailto:bzbarsky@mit.edu>
|
|
table-anonymous-objects-175 Auto-imported from Gecko test white-space-11.html dom http://www.w3.org/TR/CSS21/tables.html#anonymous-boxes 3e7d8a5e77153fcb8aa1923db49c9c5ad4407ffb `Boris Zbarsky`<mailto:bzbarsky@mit.edu>
|
|
table-anonymous-objects-176 Auto-imported from Gecko test white-space-11.html dom http://www.w3.org/TR/CSS21/tables.html#anonymous-boxes 24037cee55debdf2a62a2852df027b296192dadc `Boris Zbarsky`<mailto:bzbarsky@mit.edu>
|
|
table-anonymous-objects-177 Auto-imported from Gecko test white-space-12.html http://www.w3.org/TR/CSS21/tables.html#anonymous-boxes 4b8e2777f531a0153a9ad8c453066b28ce9f9acb `Boris Zbarsky`<mailto:bzbarsky@mit.edu>
|
|
table-anonymous-objects-178 Auto-imported from Gecko test white-space-12.html http://www.w3.org/TR/CSS21/tables.html#anonymous-boxes dede2f4bd9ef7e291b7484b513cf65e8cce2892d `Boris Zbarsky`<mailto:bzbarsky@mit.edu>
|
|
table-anonymous-objects-179 Auto-imported from Gecko test white-space-13.html http://www.w3.org/TR/CSS21/tables.html#anonymous-boxes cc9690ef8d38edc5e838ff8c50497a94c677dc9a `Boris Zbarsky`<mailto:bzbarsky@mit.edu>
|
|
table-anonymous-objects-180 Auto-imported from Gecko test white-space-13.html http://www.w3.org/TR/CSS21/tables.html#anonymous-boxes 017ac865dca1485afae40cef2e82be2503dee7e8 `Boris Zbarsky`<mailto:bzbarsky@mit.edu>
|
|
table-anonymous-objects-181 Auto-imported from Gecko test white-space-14.html http://www.w3.org/TR/CSS21/tables.html#anonymous-boxes 5d5fa1dde35c566edc0c58d433ce73f84900b5fc `Boris Zbarsky`<mailto:bzbarsky@mit.edu>
|
|
table-anonymous-objects-182 Auto-imported from Gecko test white-space-14.html http://www.w3.org/TR/CSS21/tables.html#anonymous-boxes b2b8564bb74318df124c836d257d717fd7d8525f `Boris Zbarsky`<mailto:bzbarsky@mit.edu>
|
|
table-anonymous-objects-183 Auto-imported from Gecko test white-space-15.html http://www.w3.org/TR/CSS21/tables.html#anonymous-boxes 51f7e285d74c67736d04404f552797797e6a206d `Boris Zbarsky`<mailto:bzbarsky@mit.edu>
|
|
table-anonymous-objects-184 Auto-imported from Gecko test white-space-15.html http://www.w3.org/TR/CSS21/tables.html#anonymous-boxes 5cfeba13a3ecbc257f21cf3ccda7fe89e237b057 `Boris Zbarsky`<mailto:bzbarsky@mit.edu>
|
|
table-anonymous-objects-185 Auto-imported from Gecko test white-space-16.html dom http://www.w3.org/TR/CSS21/tables.html#anonymous-boxes bc425574d81a41e13220f6523298ed767aec0173 `Boris Zbarsky`<mailto:bzbarsky@mit.edu>
|
|
table-anonymous-objects-186 Auto-imported from Gecko test white-space-16.html dom http://www.w3.org/TR/CSS21/tables.html#anonymous-boxes 27f8d0f02679f3490a6675ba1bdf272e578a0764 `Boris Zbarsky`<mailto:bzbarsky@mit.edu>
|
|
table-anonymous-objects-187 Auto-imported from Gecko test white-space-17.html dom http://www.w3.org/TR/CSS21/tables.html#anonymous-boxes 3d8c9f62c64d31a5b6e48e37019628ddd8a83478 `Boris Zbarsky`<mailto:bzbarsky@mit.edu>
|
|
table-anonymous-objects-188 Auto-imported from Gecko test white-space-17.html dom http://www.w3.org/TR/CSS21/tables.html#anonymous-boxes 446c02db9838e7d66494d91e1aa93ef49983533d `Boris Zbarsky`<mailto:bzbarsky@mit.edu>
|
|
table-anonymous-objects-189 Auto-imported from Gecko test white-space-18.html http://www.w3.org/TR/CSS21/tables.html#anonymous-boxes 95f32271ac9cc4cc5ee288179378b5252564ec3b `Boris Zbarsky`<mailto:bzbarsky@mit.edu>
|
|
table-anonymous-objects-190 Auto-imported from Gecko test white-space-18.html http://www.w3.org/TR/CSS21/tables.html#anonymous-boxes d4cbb598f1056fab96b93e48b78e84384b13b450 `Boris Zbarsky`<mailto:bzbarsky@mit.edu>
|
|
table-anonymous-objects-191 Auto-imported from Gecko test white-space-19.html http://www.w3.org/TR/CSS21/tables.html#anonymous-boxes cc4aabdf9ea7e63930e4cadd3f7402e58633135f `Boris Zbarsky`<mailto:bzbarsky@mit.edu>
|
|
table-anonymous-objects-192 Auto-imported from Gecko test white-space-19.html http://www.w3.org/TR/CSS21/tables.html#anonymous-boxes 7f1386eaeb495be5e488c39d3a541e04d455d229 `Boris Zbarsky`<mailto:bzbarsky@mit.edu>
|
|
table-anonymous-objects-193 Auto-imported from Gecko test white-space-20.html dom http://www.w3.org/TR/CSS21/tables.html#anonymous-boxes fb7ec8da9ab58aa45ea9a688e9fe196afcee21cd `Boris Zbarsky`<mailto:bzbarsky@mit.edu>
|
|
table-anonymous-objects-194 Auto-imported from Gecko test white-space-20.html dom http://www.w3.org/TR/CSS21/tables.html#anonymous-boxes 8c171f7d4b44177fb8c57d6ca5ace3d88823d9a4 `Boris Zbarsky`<mailto:bzbarsky@mit.edu>
|
|
table-anonymous-objects-195 Auto-imported from Gecko test white-space-21.html dom http://www.w3.org/TR/CSS21/tables.html#anonymous-boxes 41dc862657ceda8b83265c52a189c2f829fcee4a `Boris Zbarsky`<mailto:bzbarsky@mit.edu>
|
|
table-anonymous-objects-196 Auto-imported from Gecko test white-space-21.html dom http://www.w3.org/TR/CSS21/tables.html#anonymous-boxes 08f1830c44e2bac3cf682499d2d208feb6d33c9f `Boris Zbarsky`<mailto:bzbarsky@mit.edu>
|
|
table-anonymous-objects-197 Auto-imported from Gecko test white-space-22.html http://www.w3.org/TR/CSS21/tables.html#anonymous-boxes 3a3713bad0d102037eac02f50235ef936a033c01 `Boris Zbarsky`<mailto:bzbarsky@mit.edu>
|
|
table-anonymous-objects-198 Auto-imported from Gecko test white-space-22.html http://www.w3.org/TR/CSS21/tables.html#anonymous-boxes eb67b36193c5a8b786f5bebdfffd15da47bc5ef1 `Boris Zbarsky`<mailto:bzbarsky@mit.edu>
|
|
table-anonymous-objects-199 Auto-imported from Gecko test white-space-23.html http://www.w3.org/TR/CSS21/tables.html#anonymous-boxes ca303a06c6155e2d30955de2856eb4c2058e3129 `Boris Zbarsky`<mailto:bzbarsky@mit.edu>
|
|
table-anonymous-objects-200 Auto-imported from Gecko test white-space-23.html http://www.w3.org/TR/CSS21/tables.html#anonymous-boxes 3a1b9adee47da73019665b233e254239bf849121 `Boris Zbarsky`<mailto:bzbarsky@mit.edu>
|
|
table-anonymous-objects-201 Auto-imported from Gecko test white-space-24.html dom http://www.w3.org/TR/CSS21/tables.html#anonymous-boxes 6bfc073123191ff44dcec7b17ef57ac09fd92584 `Boris Zbarsky`<mailto:bzbarsky@mit.edu>
|
|
table-anonymous-objects-202 Auto-imported from Gecko test white-space-24.html dom http://www.w3.org/TR/CSS21/tables.html#anonymous-boxes b4c61d953498a4881d7addf8b8827cd2e2759334 `Boris Zbarsky`<mailto:bzbarsky@mit.edu>
|
|
table-anonymous-objects-203 Auto-imported from Gecko test white-space-25.html dom http://www.w3.org/TR/CSS21/tables.html#anonymous-boxes 5f629118d278c557528665063756c1046bed32d1 `Boris Zbarsky`<mailto:bzbarsky@mit.edu>
|
|
table-anonymous-objects-204 Auto-imported from Gecko test white-space-25.html dom http://www.w3.org/TR/CSS21/tables.html#anonymous-boxes 08f70f565a8d74be33e86b4f88f3fc6715dcb79f `Boris Zbarsky`<mailto:bzbarsky@mit.edu>
|
|
table-anonymous-objects-205 Auto-imported from Gecko test white-space-26.html dom http://www.w3.org/TR/CSS21/tables.html#anonymous-boxes cda127d295e757633b83059669bbecaca6f945e9 `Boris Zbarsky`<mailto:bzbarsky@mit.edu>
|
|
table-anonymous-objects-206 Auto-imported from Gecko test white-space-26.html dom http://www.w3.org/TR/CSS21/tables.html#anonymous-boxes de45243e2587e29d06d879daa939fb24c97d4009 `Boris Zbarsky`<mailto:bzbarsky@mit.edu>
|
|
table-anonymous-objects-207 Auto-imported from Gecko test white-space-pre-1.html dom http://www.w3.org/TR/CSS21/tables.html#anonymous-boxes 834da64b2872f45ed5041f6a4bbc07a9db2e6ba1 `Boris Zbarsky`<mailto:bzbarsky@mit.edu>
|
|
table-anonymous-objects-208 Auto-imported from Gecko test white-space-pre-1.html dom http://www.w3.org/TR/CSS21/tables.html#anonymous-boxes fcdf3e449ad75faa53050bd7393bd06306f129ee `Boris Zbarsky`<mailto:bzbarsky@mit.edu>
|
|
table-anonymous-objects-209 CSS table model: nested tables http://www.w3.org/TR/CSS21/tables.html#anonymous-boxes a3cd992268b5069e513b286689e5a7676e679c9e `Ian Hickson`<mailto:ian@hixie.ch>
|
|
table-anonymous-objects-210 anonymous table cell and white space separating inline elements http://www.w3.org/TR/CSS21/tables.html#anonymous-boxes e071883e767a0ebb871511fd3c31fd22502a2be8 `Boris Zbarsky`<mailto:bzbarsky@mit.edu>,`Gérard Talbot`<http://www.gtalbot.org/BrowserBugsSection/css21testsuite/> Anonymous table objects are automatically generated by UAs when a table element is missing necessary sub-table elements (like table-row or table-cell). In this test, an anonymous table-row and one anonymous table-cell will be created around the inline elements. This test checks that each white space separating the 3 span elements are preserved.
|
|
table-anonymous-whitespace-001 Table Anonymous Box Generation - interleaved whitespace http://www.w3.org/TR/CSS21/visufx.html#clipping bb0540c928f84817dd4b3d6325776e381b5afd87 `Elika J. Etemad`<http://fantasai.inkedblade.net/> Anonymous white space inside a tabular container does not generate any boxes.
|
|
table-background-edge-and-border-model-001 Table background edge in the collapsing borders model image http://www.w3.org/TR/CSS21/tables.html#collapsing-borders 410e0f2329313e16d93f5ecf0c32c62e379971b0 `Microsoft`<http://www.microsoft.com/> The background edge of a table could start either behind the table's border or at its edge in the collapsing borders model (non-normative rule).
|
|
table-background-edge-and-border-model-002 Table background edge in the separated borders model image,may http://www.w3.org/TR/CSS21/tables.html#collapsing-borders 671d5a238f95dfec486d8862fe33b733ae32825c `Microsoft`<http://www.microsoft.com/> The background edge of a table could start either behind the table's border or at its edge in the separated borders model (non-normative rule).
|
|
table-backgrounds-bc-cell-001 reference/table-backgrounds-bc-cell-001-ref table backgrounds http://www.w3.org/TR/CSS21/tables.html#table-layers 7a6d29013d57c1057ab005ae8ae3889ec010b266 `L. David Baron`<http://dbaron.org/>,`Mozilla Corporation`<http://mozilla.com/>
|
|
table-backgrounds-bc-colgroup-001 reference/table-backgrounds-bc-colgroup-001-ref table backgrounds http://www.w3.org/TR/CSS21/tables.html#table-layers 911b068831e91f8797ca3475097e88ec104067f5 `L. David Baron`<http://dbaron.org/>,`Mozilla Corporation`<http://mozilla.com/>
|
|
table-backgrounds-bc-column-001 reference/table-backgrounds-bc-column-001-ref table backgrounds http://www.w3.org/TR/CSS21/tables.html#table-layers 0cf3416cb80e0a5c5a241e3632b2d23aa6722ab2 `L. David Baron`<http://dbaron.org/>,`Mozilla Corporation`<http://mozilla.com/>
|
|
table-backgrounds-bc-row-001 reference/table-backgrounds-bc-row-001-ref table backgrounds http://www.w3.org/TR/CSS21/tables.html#table-layers 0efe6389dc2194012e196263098f7babb857b93d `L. David Baron`<http://dbaron.org/>,`Mozilla Corporation`<http://mozilla.com/>
|
|
table-backgrounds-bc-rowgroup-001 reference/table-backgrounds-bc-rowgroup-001-ref table backgrounds http://www.w3.org/TR/CSS21/tables.html#table-layers 4de00ed6a4d1a3d0ab9fd4faca05a118e2c35b5b `L. David Baron`<http://dbaron.org/>,`Mozilla Corporation`<http://mozilla.com/>
|
|
table-backgrounds-bc-table-001 reference/table-backgrounds-bc-table-001-ref table backgrounds http://www.w3.org/TR/CSS21/tables.html#table-layers b8fdc4cd52ec572e60185ba2a4907d8d85132110 `L. David Baron`<http://dbaron.org/>,`Mozilla Corporation`<http://mozilla.com/>
|
|
table-backgrounds-bs-cell-001 reference/table-backgrounds-bs-cell-001-ref table backgrounds http://www.w3.org/TR/CSS21/tables.html#table-layers 7237c355d79d24f7aef191bb871a1d454d860aff `L. David Baron`<http://dbaron.org/>,`Mozilla Corporation`<http://mozilla.com/>
|
|
table-backgrounds-bs-colgroup-001 reference/table-backgrounds-bs-colgroup-001-ref table backgrounds http://www.w3.org/TR/CSS21/tables.html#table-layers e9a5d690fe07c859d403f28e30e7c86b092fa429 `L. David Baron`<http://dbaron.org/>,`Mozilla Corporation`<http://mozilla.com/>
|
|
table-backgrounds-bs-column-001 reference/table-backgrounds-bs-column-001-ref table backgrounds http://www.w3.org/TR/CSS21/tables.html#table-layers 60f63b4a2210538a0b379120dcd2095929f6f93b `L. David Baron`<http://dbaron.org/>,`Mozilla Corporation`<http://mozilla.com/>
|
|
table-backgrounds-bs-row-001 reference/table-backgrounds-bs-row-001-ref table backgrounds http://www.w3.org/TR/CSS21/tables.html#table-layers 3bd232a5a2b15c3fbb2fcf4c5e0c391b202afd64 `L. David Baron`<http://dbaron.org/>,`Mozilla Corporation`<http://mozilla.com/>
|
|
table-backgrounds-bs-row-002 background-position - table-row image http://www.w3.org/TR/CSS21/tables.html#table-layers,http://www.w3.org/TR/CSS21/colors.html#background-properties 5c3e46d4fe09dacb18ccdc94e5fce351170e8d6a `James Hopkins`<http://idreamincode.co.uk/css21testsuite> Positioning a background image on a table row positions it within a box that extends from the left edge of its leftmost table cell to the right edge of its rightmost tabel cell.
|
|
table-backgrounds-bs-rowgroup-001 reference/table-backgrounds-bs-rowgroup-001-ref table backgrounds http://www.w3.org/TR/CSS21/tables.html#table-layers 7c3c41d5314d5245f17eaabfba4aa76e82104a55 `L. David Baron`<http://dbaron.org/>,`Mozilla Corporation`<http://mozilla.com/>
|
|
table-backgrounds-bs-table-001 reference/table-backgrounds-bs-table-001-ref table backgrounds http://www.w3.org/TR/CSS21/tables.html#table-layers 0b991d5702aafad008fb3a7371ff338b0a94b380 `L. David Baron`<http://dbaron.org/>,`Mozilla Corporation`<http://mozilla.com/>
|
|
table-borders-001 Borders on Table Elements (row groups) http://www.w3.org/TR/CSS21/tables.html#tables-intro 29a13e6e6215e86d0658342383b1de6901832277 `Microsoft`<http://www.microsoft.com/> Borders can be applied to row groups (through the use of tbody elements).
|
|
table-borders-002 Borders on Table Elements (rows) http://www.w3.org/TR/CSS21/tables.html#tables-intro a23440959758b2600dfba527c33c570f57add464 `Microsoft`<http://www.microsoft.com/> Borders can be applied to table rows.
|
|
table-borders-003 Borders on Table Elements (column-groups) http://www.w3.org/TR/CSS21/tables.html#tables-intro 2c2457bb1d94446387ce1792a77ef150367eefce `Microsoft`<http://www.microsoft.com/> Borders can be applied to table column groups.
|
|
table-borders-004 Borders on Table Elements (columns) http://www.w3.org/TR/CSS21/tables.html#tables-intro 44574112659ac592e863e80821f8ca738f1f2b73 `Microsoft`<http://www.microsoft.com/> Borders can be applied to table columns.
|
|
table-borders-005 Borders on Table Elements (cell) http://www.w3.org/TR/CSS21/tables.html#tables-intro 51135f7c41d4046a193d37253d09fc2741f5e894 `Microsoft`<http://www.microsoft.com/> Border can be applied to table cells.
|
|
table-caption-001 Table-caption http://www.w3.org/TR/CSS21/tables.html#table-display 78a632a8d6fd1f053065d25e587e8ad6e2f86d38 `Microsoft`<http://www.microsoft.com/> An element with 'display: table-caption' is rendered as if it were a table caption.
|
|
table-caption-002 CSS Tables: Multiple captions http://www.w3.org/TR/CSS21/tables.html#anonymous-boxes ad6c8e38ccf34482e2073c2ebad40d8884c84d90 `Ian Hickson`<mailto:ian@hixie.ch>
|
|
table-caption-003 CSS Tables: Captions in the middle of tables http://www.w3.org/TR/CSS21/tables.html#anonymous-boxes feca6576bd0621d89bae50ff0774f726969f272e `Ian Hickson`<mailto:ian@hixie.ch>
|
|
table-caption-horizontal-alignment-001 Horizontally aligning table caption content http://www.w3.org/TR/CSS21/tables.html#caption-position e75f353c94e303a2b73ae31d44d3dd8c52d2daa8 `Microsoft`<http://www.microsoft.com/> Table caption content can be horizontally aligned with the 'text-align' property.
|
|
table-caption-margins-001 Table Caption Margin Collapsing http://www.w3.org/TR/CSS21/tables.html#model fb67f6f15a0d25130991c88b54bfa1765deecf45 `Elika J. Etemad`<http://fantasai.inkedblade.net/> The table caption's margins do not collapse with the margins applied to the table wrapper box.
|
|
table-caption-optional-001 Tables with and without the optional caption may http://www.w3.org/TR/CSS21/tables.html#table-display 1980a2e600f4c15b3b9c23c0dbc67af85bee0bc8 `Microsoft`<http://www.microsoft.com/> The table caption is optional - a table can be rendered with or without it.
|
|
table-caption-optional-002 Inline-tables with and without the optional caption may http://www.w3.org/TR/CSS21/tables.html#table-display 896b92d454e81999c875e405c1147b6bbee527b4 `Microsoft`<http://www.microsoft.com/> A caption on an inline-table is optional - an inline table can be rendered with or without it.
|
|
table-cell-001 Table-cell http://www.w3.org/TR/CSS21/tables.html#table-display 187bd7bb2a5c8ce744b415e4b787b38653cfac19 `Microsoft`<http://www.microsoft.com/> An element with 'display: table-cell' is rendered as if it were a table cell.
|
|
table-cell-002 Image as 'display: table-cell' image http://www.w3.org/TR/CSS21/tables.html#table-display 2e48c6d5a1187a047483ee0d950917abdbd8d3c5 `Microsoft`<http://www.microsoft.com/> An image element can have a display value of 'table-cell'.
|
|
table-column-001 Table-column http://www.w3.org/TR/CSS21/tables.html#table-display fedd033126a594d424c7ba90c7d87e4e25758f1b `Microsoft`<http://www.microsoft.com/> An element with 'display: table-column' as if it were a table column.
|
|
table-column-group-001 Table-column-group http://www.w3.org/TR/CSS21/tables.html#table-display 8b9729fed277084ade8ed87cad0a455a41788c52 `Microsoft`<http://www.microsoft.com/> An element with 'display: table-column-group' is rendered as if it were a table column group.
|
|
table-column-rendering-001 Table columns are not rendered http://www.w3.org/TR/CSS21/tables.html#table-display 95e09685a2930d56481e25ade221cda2306d7795 `Microsoft`<http://www.microsoft.com/> Table columns in themselves are not rendered.
|
|
table-column-rendering-002 Table column groups are not rendered http://www.w3.org/TR/CSS21/tables.html#table-display 0e6db6970ed60c82796038dd09f7a1d6e1e33a7b `Microsoft`<http://www.microsoft.com/> Table column groups in themselves are not rendered.
|
|
table-column-rendering-003 Table columns can induce a style on their cells http://www.w3.org/TR/CSS21/tables.html#table-display f1185f5bd42b47a73d7bcf091e628817248921e1 `Microsoft`<http://www.microsoft.com/> Table columns can induce a style (background-color) on the cells they occupy.
|
|
table-column-rendering-004 Table column groups can induce a style on their cells http://www.w3.org/TR/CSS21/tables.html#table-display b9f32155565ef6a076f6a0b870d6d419d4bfbf73 `Microsoft`<http://www.microsoft.com/> Table column groups can induce a style (background-color) on the cells they occupy.
|
|
table-columns-example-001 Table columns - Emulating the HTML table 'rules' attribute on columns http://www.w3.org/TR/CSS21/tables.html#columns 3a57f86b5d3d6c2190bb8b39e5858dab1bd2a3b9 `W3C`<http://www.w3c.org>,`Microsoft`<http://www.microsoft.com/> CSS can be used to emmulate the HTML 'rules = cols' attribute (example from section 17.3).
|
|
table-columns-example-002 Table columns - Assigning a background to a column http://www.w3.org/TR/CSS21/tables.html#columns 98d47827ffb93f77b0bfac6371976518496c5595 `W3C`<http://www.w3c.org>,`Microsoft`<http://www.microsoft.com/> A specific column class can be selected for a blue background (example from section 17.3).
|
|
table-columns-example-003 Table columns - assigning a fixed size to a column http://www.w3.org/TR/CSS21/tables.html#columns 41f12bd40fb8622dd97824ad4727c1bb1b2ee795 `W3C`<http://www.w3c.org>,`Microsoft`<http://www.microsoft.com/> A specific width can be set on a table column (modified example from section 17.3).
|
|
table-footer-group-001 Table-footer-group http://www.w3.org/TR/CSS21/tables.html#table-display bf536f4fea4cb04c9cfe527ac60bb025480bd494 `Microsoft`<http://www.microsoft.com/> An element with 'display: table-footer-group' is rendered as if it were a table footer group.
|
|
table-footer-group-002 Table footer group and other row groups http://www.w3.org/TR/CSS21/tables.html#table-display cc7aaa2d17437447216f175c2a88e63281c2e6fc `Microsoft`<http://www.microsoft.com/> A table-footer-group element is placed after all other row groups in a table.
|
|
table-footer-group-003 Table footer group and top captions http://www.w3.org/TR/CSS21/tables.html#table-display 6405db6f5d6f081af82f1654816148309d9766bc `Microsoft`<http://www.microsoft.com/> A table-footer-group element is placed before any bottom captions.
|
|
table-footer-group-004 Repeating table footer groups in paged media may,paged http://www.w3.org/TR/CSS21/tables.html#table-display 2d524abede344ee918086437415f318318b335ac `Microsoft`<http://www.microsoft.com/> Print user agents may repeat footer rows on each page spanned by a table (non-normative rule).
|
|
table-footer-group-005 Multiple table footer groups http://www.w3.org/TR/CSS21/tables.html#table-display cd5ad4ecd0267d26432b5ddf97b1b1868234ffbc `Microsoft`<http://www.microsoft.com/> A table containing multiple table-footer-group elements only uses the first one as its footer and treats the others as table row groups.
|
|
table-header-group-001 Table-header-group http://www.w3.org/TR/CSS21/tables.html#table-display 3435ded12522e4e97b79317d7a5e144908584f65 `Microsoft`<http://www.microsoft.com/> An element with 'display: table-header-group' is rendered as if it were a table header group.
|
|
table-header-group-002 Table header group and other row groups http://www.w3.org/TR/CSS21/tables.html#table-display dad185093279048354b3ace87b0084862fc2c19a `Microsoft`<http://www.microsoft.com/> A table-header-group element is placed before all other row groups in a table.
|
|
table-header-group-003 Table header group and top captions http://www.w3.org/TR/CSS21/tables.html#table-display 5389b52a6d8b5812f1863bae202585451d8f2564 `Microsoft`<http://www.microsoft.com/> A table-header-group element is placed after any top captions.
|
|
table-header-group-004 Repeating table header groups in paged media may,paged http://www.w3.org/TR/CSS21/tables.html#table-display 926d2155de6464374b1868c2e475a1b82bff1d00 `Microsoft`<http://www.microsoft.com/> Print user agents may repeat header rows on each page spanned by a table (non-normative rule).
|
|
table-header-group-005 Multiple table header groups http://www.w3.org/TR/CSS21/tables.html#table-display 30bf4ed68caa1c996fd32dc338bf4b76a13e71e7 `Microsoft`<http://www.microsoft.com/> A table containing multiple table-header-group elements only uses the first one as its header and treats the others as table row groups.
|
|
table-height-algorithm-001 Table height of 'auto' equals sum of row heights, cell spacing and borders ahem http://www.w3.org/TR/CSS21/tables.html#height-layout 5eec804f3ba0b228fe220dc59efd43097a8833a2 `Microsoft`<http://www.microsoft.com/> A table height of 'auto' equals the sum of the row heights plus any cell spacing and borders.
|
|
table-height-algorithm-002 Specified table height is treated as minimum height ahem http://www.w3.org/TR/CSS21/tables.html#height-layout 6cf218a28c6bb703c809ff0983795b2913dffa2d `Microsoft`<http://www.microsoft.com/> A specified table height value is treated as the minimum height of the table.
|
|
table-height-algorithm-003 Specified row height is treated as minimum row height ahem http://www.w3.org/TR/CSS21/tables.html#height-layout 06d90046dd00535c1ebebd6e5e526ee3272e4b03 `Microsoft`<http://www.microsoft.com/> A specified row height value is treated as the minimum height of the row.
|
|
table-height-algorithm-004 Specifying 'auto' height on a row assigns it its minimum content height ahem http://www.w3.org/TR/CSS21/tables.html#height-layout a218a36afea4b244fafdab10515d480245d38571 `Microsoft`<http://www.microsoft.com/> This tests that setting 'height: auto' on a row assigns the row its minimum content height.
|
|
table-height-algorithm-008 Height of a cell is maximum between its specified 'height' and content minimum height ahem http://www.w3.org/TR/CSS21/tables.html#height-layout 71c77de46fe38078f235c1398bef839fe385ba68 `Microsoft`<http://www.microsoft.com/> The height of a cell is the maximum between its specified 'height' and content minimum height.
|
|
table-height-algorithm-008a reference/ref-filled-green-100px-square Height of a cell is maximum between its specified 'height' and content minimum height ahem http://www.w3.org/TR/CSS21/tables.html#height-layout afcfa563cea4917a875baf8b45b3c945b28d351e `Gérard Talbot`<http://www.gtalbot.org/BrowserBugsSection/css21testsuite/> The height of a 'table-row' element's box is the maximum of the row's computed 'height', the computed 'height' of each cell in such row and the minimum height required by the content of the cells. The height of a cell is the maximum between its specified 'height' and the minimum height required by its content.
|
|
table-height-algorithm-008b reference/ref-filled-green-100px-square Height of a cell is maximum between its specified 'height' and content minimum height ahem http://www.w3.org/TR/CSS21/tables.html#height-layout 7024b04b6a055fd06bc01e1863d169136ed07c84 `Gérard Talbot`<http://www.gtalbot.org/BrowserBugsSection/css21testsuite/> The height of a 'table-row' element's box is the maximum of the row's computed 'height', the computed 'height' of each cell in such row and the minimum height required by the content of the cells. The height of a cell is the maximum between its specified 'height' and the minimum height required by its content.
|
|
table-height-algorithm-008c reference/ref-filled-green-100px-square Height of a cell is maximum between its specified 'height' and content minimum height ahem http://www.w3.org/TR/CSS21/tables.html#height-layout bdaadde698b7faa348f854a92b8ccac0a5effc25 `Gérard Talbot`<http://www.gtalbot.org/BrowserBugsSection/css21testsuite/> The height of a 'table-row' element's box is the maximum of the row's computed 'height', the computed 'height' of each cell in such row and the minimum height required by the content of the cells. The height of a cell is the maximum between its specified 'height' and the minimum height required by its content.
|
|
table-height-algorithm-009 Height value of 'auto' on a cell assigns it its content minimum height ahem http://www.w3.org/TR/CSS21/tables.html#height-layout af41a65bdedfd060f468c6a1c478d99711a0ca43 `Microsoft`<http://www.microsoft.com/> A 'height' value of 'auto' on a cell assigns it its content minimum height.
|
|
table-height-algorithm-010 Sum of row heights of a spanning cell must be great enough to encompass the full cell ahem http://www.w3.org/TR/CSS21/tables.html#height-layout 25e7136b9f2f9d7d692ee688fd04996288a50c5e `Microsoft`<http://www.microsoft.com/> The sum of row heights for a spanning cell are great enough to encompass the full cell.
|
|
table-height-algorithm-011 Vertical-align set to 'baseline' aligns the cell content baseline with baseline of the row http://www.w3.org/TR/CSS21/tables.html#height-layout a8eef5171bd0d50de22cd900025967e27a86422f `Microsoft`<http://www.microsoft.com/> A cell with Vertical-align set to 'baseline' aligns the cell's content baseline with the baseline of the row.
|
|
table-height-algorithm-012 Vertical-align set to 'baseline' with a spanning cell http://www.w3.org/TR/CSS21/tables.html#height-layout 8e2533f212b9faa4a06cf8af6c78fb62a13e831c `Microsoft`<http://www.microsoft.com/> A spanning cell with Vertical-align set to 'baseline' aligns the cell's content baseline (which is the bottom of the first line of text or in-flow content) with the baseline of the first of the rows it spans.
|
|
table-height-algorithm-013 Vertical-align set to 'top' aligns cell content to the top of the cell http://www.w3.org/TR/CSS21/tables.html#height-layout 57a42e2531c8deed967911f122fe999408897164 `Microsoft`<http://www.microsoft.com/> A cell with Vertical-align set to 'top' aligns a cell's content to the top of the cell.
|
|
table-height-algorithm-014 Vertical-align set to 'top' with a spanning cell http://www.w3.org/TR/CSS21/tables.html#height-layout 8abd6089c5c313246ced59fd062bb5cac5bb13c8 `Microsoft`<http://www.microsoft.com/> A spanning cell with Vertical-align set to 'top' aligns the cell's content to the top of the first row that it spans.
|
|
table-height-algorithm-015 Vertical-align set to 'bottom' aligns cell content to the bottom of the cell http://www.w3.org/TR/CSS21/tables.html#height-layout 534bf0ead65b188276dd9f23185cd7bd38cd573b `Microsoft`<http://www.microsoft.com/> A cell with Vertical-align set to 'bottom' aligns the cell's content to the bottom of the cell.
|
|
table-height-algorithm-016 Vertical-align set to 'bottom' with a spanning cell http://www.w3.org/TR/CSS21/tables.html#height-layout ecded16b5b318d466321289b487798d8bf5c8a95 `Microsoft`<http://www.microsoft.com/> A spanning cell with Vertical-align set to 'bottom' aligns the cell's content to the bottom of the last row it spans.
|
|
table-height-algorithm-017 Vertical-align set to 'middle' aligns content to the middle of the cell http://www.w3.org/TR/CSS21/tables.html#height-layout 2aa5e48a07d96bfaeab36f28178813c108420431 `Microsoft`<http://www.microsoft.com/> A cell with Vertical-align set to 'middle' aligns cell content in the middle of the cell.
|
|
table-height-algorithm-018 Vertical-align set to 'middle' with a spanning cell http://www.w3.org/TR/CSS21/tables.html#height-layout 83fbbba978e40a3ca994a9da5dd4d6feadbeccd1 `Microsoft`<http://www.microsoft.com/> A spanning cell with 'vertical-align' set to 'middle' aligns content to the vertical center of the rows it spans.
|
|
table-height-algorithm-019 Cell with 'vertical-align: sub' renders as 'vertical-align: baseline' http://www.w3.org/TR/CSS21/tables.html#height-layout 827e2f25b7528eb81ad417b6252e268a66439d61 `Microsoft`<http://www.microsoft.com/> A cell with 'vertical-align: sub' renders as if the value were 'baseline'.
|
|
table-height-algorithm-020 Cell with 'vertical-align: super' renders as 'vertical-align: baseline' http://www.w3.org/TR/CSS21/tables.html#height-layout b6c3d2ccb1c8930efc16b96c3285a67fbce1f3e2 `Microsoft`<http://www.microsoft.com/> A cell with 'vertical-align: super' renders as if the value were 'baseline'.
|
|
table-height-algorithm-021 Cell with 'vertical-align: text-top' renders as 'vertical-align: baseline' http://www.w3.org/TR/CSS21/tables.html#height-layout e887fa2eabdc655c1097304e56ba2e04f428fb3d `Microsoft`<http://www.microsoft.com/> A cell with 'vertical-align: text-top' renders as if the value were 'baseline'.
|
|
table-height-algorithm-022 Cell with 'vertical-align: text-bottom' renders as 'vertical-align: baseline' http://www.w3.org/TR/CSS21/tables.html#height-layout 8713d4160dae1905a907b944d4c38ac714f8ecc8 `Microsoft`<http://www.microsoft.com/> A cell with 'vertical-align: text-bottom' renders as if the value were 'baseline'.
|
|
table-height-algorithm-023 Cell with 'vertical-align: [length]' renders as 'vertical-align: baseline' http://www.w3.org/TR/CSS21/tables.html#height-layout 5d9ad3b51cf818c3d95c3dd24f36050eddb3b2c0 `Microsoft`<http://www.microsoft.com/> A cell with 'vertical-align: [length]' renders as if the value were 'baseline'.
|
|
table-height-algorithm-024 Cell with 'vertical-align: [percentage]' renders as 'vertical-align: baseline' http://www.w3.org/TR/CSS21/tables.html#height-layout 9cdaf722e8ac219830675314baeefb38eca3636d `Microsoft`<http://www.microsoft.com/> A cell with 'vertical-align: [percentage]' renders as if the value were 'baseline'.
|
|
table-height-algorithm-025 Finding the baseline of a cell http://www.w3.org/TR/CSS21/tables.html#height-layout 5c411150e9db9fc9ff0aa5f23d23a1e5d31fd5e7 `Microsoft`<http://www.microsoft.com/> The baseline of a cell is the baseline of the first in-flow line box in the cell or first in-flow table-row in the cell, whichever comes first.
|
|
table-height-algorithm-026 Finding the baseline of a cell when no in-flow lines or rows http://www.w3.org/TR/CSS21/tables.html#height-layout 03edaaa1e1b48dbc87aeec23e8e1a0fa07d1083b `Microsoft`<http://www.microsoft.com/> The baseline of a cell is determined by the bottom content edge of a cell when in-flow line boxes and table rows are not present.
|
|
table-height-algorithm-027 In-flow boxes are considered scrolled to origin position when finding a baseline ahem http://www.w3.org/TR/CSS21/tables.html#height-layout d783b802c8a4a73734282152f7758941f71cf242 `Microsoft`<http://www.microsoft.com/> In-flow boxes are considered to be scrolled to their origin position when finding a baseline.
|
|
table-height-algorithm-028 Baseline of a cell might end up below its bottom border ahem,may http://www.w3.org/TR/CSS21/tables.html#height-layout 77353ab350dca8e0da326bfd87970a3c05b7dfa9 `Microsoft`<http://www.microsoft.com/> The baseline of a cell may end up below its bottom border (modified example from spec section 17.5.3).
|
|
table-height-algorithm-029 Table cells with different 'vertical-align' values http://www.w3.org/TR/CSS21/tables.html#height-layout c9b28c8d5eeb3189035a5530607d126491588ede `Microsoft`<http://www.microsoft.com/> A table can have cells with different 'vertical-align' values.
|
|
table-height-algorithm-030 Cell boxes smaller than their rows receive extra padding ahem http://www.w3.org/TR/CSS21/tables.html#height-layout 9d074d5afaa94197ea445a542aa6126dd9f3024f `Microsoft`<http://www.microsoft.com/> A cell box that is smaller than height of its row receives extra top or bottom padding.
|
|
table-height-algorithm-031 Table baseline and caption http://www.w3.org/TR/CSS21/tables.html#height-layout,http://www.w3.org/TR/CSS21/visudet.html#leading 65eca5feb9ce005655803e21634e7db8b7b8dc87 `Microsoft`<http://www.microsoft.com/> A table caption does not set the baseline for a table.
|
|
table-height-algorithm-032 Inline-table baseline and caption http://www.w3.org/TR/CSS21/tables.html#height-layout,http://www.w3.org/TR/CSS21/visudet.html#leading 4067a0970a6c859e9836ea36d8bed04790e01c29 `Microsoft`<http://www.microsoft.com/> A table caption does not set the baseline for an inline-table.
|
|
table-in-inline-001 reference/table-in-inline-001-ref blocks inside inlines – table-pseudo-in-part3-1 http://www.w3.org/TR/CSS21/visuren.html#anonymous-block-level ff31e130a7107701265293bc2b2697d954711602 `Boris Zbarsky`<mailto:bzbarsky@mit.edu>,`Mozilla Corporation`<http://mozilla.com/>
|
|
table-intro-example-001 Introduction to Tables (text-align, font-weight) HTMLonly http://www.w3.org/TR/CSS21/tables.html#tables-intro 5352d59ceb6c3d96b6e080d940d77936081e224e `Microsoft`<http://www.microsoft.com/> 'text-align' and 'font-weight' can be applied to table cells (example from spec section 17.1).
|
|
table-intro-example-002 Introduction to Tables (vertical-align) HTMLonly http://www.w3.org/TR/CSS21/tables.html#tables-intro bd69aaf91ac4bdf7dcab118078b9936bcd9a7bc1 `Microsoft`<http://www.microsoft.com/> 'vertical-align' can be set on table cells (example from section 17.1).
|
|
table-intro-example-003 Introduction to Tables (border-collapse, border) HTMLonly http://www.w3.org/TR/CSS21/tables.html#tables-intro 12a3d4317caf8c5654683f53fec590e14215f4da `Microsoft`<http://www.microsoft.com/> 'border-collapse' and 'border' can be set on table elements (example from section 17.1).
|
|
table-intro-example-004 Introduction to Tables (caption-side) HTMLonly http://www.w3.org/TR/CSS21/tables.html#tables-intro 5729584dcaca25c6eefbb282fd41a6fc58f6b348 `Microsoft`<http://www.microsoft.com/> 'caption-side' can be set on a table caption (example from section 17.1).
|
|
table-layer-transparency-001 Background on a table element shows if all elements above its layer are transparent http://www.w3.org/TR/CSS21/tables.html#table-layers 11f26cdc88668b70c3c86bd93e5bc970799e8643 `Microsoft`<http://www.microsoft.com/> A background set on a table element will show if all table element layers above it are transparent.
|
|
table-layer-transparency-002 Background on a column group element shows if all elements above its layer are transparent http://www.w3.org/TR/CSS21/tables.html#table-layers 825f6a7c7e4e9e7a130adf95489923cc130981c1 `Microsoft`<http://www.microsoft.com/> A background set on a column group element will show if all table element layers above it are transparent.
|
|
table-layer-transparency-003 Background on a column group element shows on all of a cell that spans through it 96dpi,image http://www.w3.org/TR/CSS21/tables.html#table-layers 9518bed9b069d5b14537e2b5561158bd8ca24898 `Microsoft`<http://www.microsoft.com/> A background set on a column group element will show on all of a cell that spans outside of it, but it will not affect background image positioning.
|
|
table-layer-transparency-004 Background on a column element shows if all elements above its layer are transparent http://www.w3.org/TR/CSS21/tables.html#table-layers 0ef8e77e24a60e88cbc93d6b5a502730d032f88e `Microsoft`<http://www.microsoft.com/> A background set on a column element will show if all table element layers above it are transparent.
|
|
table-layer-transparency-005 Background on a column element shows in all of a cell that spans through it 96dpi,image http://www.w3.org/TR/CSS21/tables.html#table-layers 164f5a2522bb848f4edbbba5cd62e0d199880779 `Microsoft`<http://www.microsoft.com/> A background set on a column element will show on all of a cell that spans outside of it, but it will not affect background image positioning.
|
|
table-layer-transparency-006 Background on a row group element shows if all elements above its layer are transparent http://www.w3.org/TR/CSS21/tables.html#table-layers 79e64dfb5a084b0b23702b8208e66a9d2dea551e `Microsoft`<http://www.microsoft.com/> A background set on a row group element will show if all table element layers above it are transparent.
|
|
table-layer-transparency-007 Background on a row element shows if all elements above its layer are transparent http://www.w3.org/TR/CSS21/tables.html#table-layers f3d2993cd23c60a1b0151cfeee56ae4b122e172c `Microsoft`<http://www.microsoft.com/> A background set on a row element will show if all table element layers above it are transparent.
|
|
table-layer-transparency-008 Background on a row elements shows on all of a cell spanning through it 96dpi,image http://www.w3.org/TR/CSS21/tables.html#table-layers a1d57c5789a7d372157a7fa9e37511f111592ef4 `Microsoft`<http://www.microsoft.com/> A background set on a row element will show on all of a cell that spans outside of it, but it will not affect background image positioning.
|
|
table-layer-transparency-009 Cell element background overlays backgrounds of all other table layers http://www.w3.org/TR/CSS21/tables.html#table-layers 7a0eab71a6f56da8f52015d729b94f8ebface929 `Microsoft`<http://www.microsoft.com/> A background set on a cell element will overlay the backgrounds of all table elements below it.
|
|
table-layer-transparency-010 Hidden empty cells are transparent down to table background http://www.w3.org/TR/CSS21/tables.html#table-layers 876ee9f9eda8edf4c64001c08981fdc3dbbcbae9 `Microsoft`<http://www.microsoft.com/> If 'empty-cells' is set to 'hide', empty cells are transparent all the way down to the table background.
|
|
table-layer-transparency-011 The background between cell borders is the table background http://www.w3.org/TR/CSS21/tables.html#table-layers 1dee75b7c254b461c6dc49463c0f0d9d85d39aff `Microsoft`<http://www.microsoft.com/> The background between cell borders (using the separated borders model) is the background of the table element.
|
|
table-layer-transparency-example-001 Empty cells set to 'hide' are transparent down to the table background http://www.w3.org/TR/CSS21/tables.html#table-layers 4841cf3202c9d7a909b581de429348b16580f330 `Microsoft`<http://www.microsoft.com/> If 'empty-cells' is set to 'hide', empty cells are transparent all the way down to the table background, (example from spec section 17.5.1).
|
|
table-layout-001 Table-layout set to 'auto' ahem http://www.w3.org/TR/CSS21/tables.html#propdef-table-layout,http://www.w3.org/TR/CSS21/tables.html#width-layout 36e9d5357a6242ae4811cf95da0881737b819d9e `Microsoft`<http://www.microsoft.com/> Cell content width is taken into account in the used width of a table when the table has 'table-layout' set to 'auto'.
|
|
table-layout-002 Table-layout set to 'fixed' ahem http://www.w3.org/TR/CSS21/tables.html#propdef-table-layout,http://www.w3.org/TR/CSS21/tables.html#width-layout 35e9cf4e128a29ce5e899a8378991ce1b767f557 `Microsoft`<http://www.microsoft.com/> Cell content width is not taken into account in the used width of a table when the table has 'table-layout' set to 'fixed'.
|
|
table-layout-003 Table-layout set to 'inherit' ahem http://www.w3.org/TR/CSS21/tables.html#propdef-table-layout,http://www.w3.org/TR/CSS21/tables.html#width-layout c2f614d55ea98ef5dc906baebeee1af34b988ba7 `Microsoft`<http://www.microsoft.com/> A table can inherit its 'table-layout' behavior from its parent container.
|
|
table-layout-applies-to-001 Table-layout and 'display: inline' elements ahem http://www.w3.org/TR/CSS21/tables.html#propdef-table-layout,http://www.w3.org/TR/CSS21/tables.html#width-layout ec92b3de4ec86284f37f7ec5dbcc871223d7d12b `Microsoft`<http://www.microsoft.com/> Table-layout does not apply to 'display: inline' elements.
|
|
table-layout-applies-to-002 Table-layout and 'display: block' elements ahem http://www.w3.org/TR/CSS21/tables.html#propdef-table-layout,http://www.w3.org/TR/CSS21/tables.html#width-layout 861910fa845196a03b1f29f15298f6dd16a86c58 `Microsoft`<http://www.microsoft.com/> Table-layout does not apply to 'display: block' elements.
|
|
table-layout-applies-to-003 Table-layout and 'display: list-item' elements ahem http://www.w3.org/TR/CSS21/tables.html#propdef-table-layout,http://www.w3.org/TR/CSS21/tables.html#width-layout 461cf9ef7957258ab9c3d9ca68860ed0d74183da `Microsoft`<http://www.microsoft.com/> Table-layout does not apply to 'display: list-item' elements.
|
|
table-layout-applies-to-004 Table-layout and 'display: run-in' elements ahem http://www.w3.org/TR/CSS21/tables.html#propdef-table-layout,http://www.w3.org/TR/CSS21/tables.html#width-layout e6be46ba235249672739d860d5f210bbb414fe85 `Microsoft`<http://www.microsoft.com/> Table-layout does not apply to 'display: run-in' elements.
|
|
table-layout-applies-to-005 Table-layout and 'display: inline-block' elements ahem http://www.w3.org/TR/CSS21/tables.html#propdef-table-layout,http://www.w3.org/TR/CSS21/tables.html#width-layout 655a9fa00e3dbea1754efb28ae3dccd4f65550fb `Microsoft`<http://www.microsoft.com/> Table-layout does not apply to 'display: inline-block' elements.
|
|
table-layout-applies-to-006 Table-layout and 'display: table' elements ahem http://www.w3.org/TR/CSS21/tables.html#propdef-table-layout,http://www.w3.org/TR/CSS21/tables.html#width-layout 0d5561856644ae1c872602533f7ccaf4fa8ce5a8 `Microsoft`<http://www.microsoft.com/> Table-layout applies to 'display: table' elements.
|
|
table-layout-applies-to-007 Table-layout and 'display: inline-table' elements ahem http://www.w3.org/TR/CSS21/tables.html#propdef-table-layout,http://www.w3.org/TR/CSS21/tables.html#width-layout 6ff7e9d611b392f3fd7836d6dc2d53d889c80d59 `Microsoft`<http://www.microsoft.com/> Table-layout applies to 'display: inline-table' elements.
|
|
table-layout-applies-to-008 Table-layout and 'display: table-row-group' elements ahem http://www.w3.org/TR/CSS21/tables.html#propdef-table-layout,http://www.w3.org/TR/CSS21/tables.html#width-layout 1fa1099a40b0802ca20520444f9991e819d2e54b `Microsoft`<http://www.microsoft.com/> Table-layout does not apply to 'display: table-row-group' elements.
|
|
table-layout-applies-to-009 Table-layout and 'display: table-header-group' elements ahem http://www.w3.org/TR/CSS21/tables.html#propdef-table-layout,http://www.w3.org/TR/CSS21/tables.html#width-layout b5d3280ae3ab52bb8c8737b962befbaa9eaadc3c `Microsoft`<http://www.microsoft.com/> Table-layout does not apply to 'display: table-header-group' elements.
|
|
table-layout-applies-to-010 Table-layout and 'display: table-footer-group' elements ahem http://www.w3.org/TR/CSS21/tables.html#propdef-table-layout,http://www.w3.org/TR/CSS21/tables.html#width-layout a8135c025ca216ffaabaee68369d48c7d24010b2 `Microsoft`<http://www.microsoft.com/> Table-layout does not apply to 'display: table-footer-group' elements.
|
|
table-layout-applies-to-011 Table-layout and 'display: table-row' elements ahem http://www.w3.org/TR/CSS21/tables.html#propdef-table-layout,http://www.w3.org/TR/CSS21/tables.html#width-layout d40b562096dca51c90776d87fce791831547bb92 `Microsoft`<http://www.microsoft.com/> Table-layout does not apply to 'display: table-row' elements.
|
|
table-layout-applies-to-012 Table-layout and 'display: table-column' elements ahem http://www.w3.org/TR/CSS21/tables.html#propdef-table-layout,http://www.w3.org/TR/CSS21/tables.html#width-layout d1788f91bace7d72f423cda4abcd74f3be4ceca7 `Microsoft`<http://www.microsoft.com/> Table-layout does not apply to 'display: table-column' elements.
|
|
table-layout-applies-to-013 Table-layout and 'display: table-column-group' elements ahem http://www.w3.org/TR/CSS21/tables.html#propdef-table-layout,http://www.w3.org/TR/CSS21/tables.html#width-layout 489fcd0ce906a12561a24aaa2db1c47c34c6c821 `Microsoft`<http://www.microsoft.com/> Table-layout does not apply to 'display: table-column-group' elements.
|
|
table-layout-applies-to-014 Table-layout and 'display: table-cell' elements ahem http://www.w3.org/TR/CSS21/tables.html#propdef-table-layout,http://www.w3.org/TR/CSS21/tables.html#width-layout b603376cfd9aa548dba1327cd2eeb2061c190afa `Microsoft`<http://www.microsoft.com/> Table-layout does not apply to 'display: table-cell' elements.
|
|
table-layout-applies-to-015 Table-layout and 'display: table-caption' elements ahem http://www.w3.org/TR/CSS21/tables.html#propdef-table-layout,http://www.w3.org/TR/CSS21/tables.html#width-layout a10927cfafbc0c52388d9795311cd50dc209bbd9 `Microsoft`<http://www.microsoft.com/> Table-layout does not apply to 'display: table-caption' elements.
|
|
table-layout-applies-to-016 Table-layout and 'display: none' elements http://www.w3.org/TR/CSS21/tables.html#propdef-table-layout,http://www.w3.org/TR/CSS21/tables.html#width-layout 95498c59ce189a5ad8fe5f983bb575992824c1eb `Microsoft`<http://www.microsoft.com/> Table-layout does not apply to 'display: none' elements.
|
|
table-layout-applies-to-017 Table-layout and 'display: inherit' elements ahem http://www.w3.org/TR/CSS21/tables.html#propdef-table-layout,http://www.w3.org/TR/CSS21/tables.html#width-layout b7d811480da1fbeaf121145f765de33ad5b74170 `Microsoft`<http://www.microsoft.com/> Table-layout does not apply to 'display: inherit' elements which do not inherit the value of 'table'.
|
|
table-layout-inherited-001 Table-layout is not inherited by default ahem http://www.w3.org/TR/CSS21/tables.html#propdef-table-layout,http://www.w3.org/TR/CSS21/tables.html#width-layout 52d2cbffb66da80c2afbc45c6d309f0f82b380de `Microsoft`<http://www.microsoft.com/> Table-layout is not inherited by default.
|
|
table-layout-initial-001 Initial value of table-layout ahem http://www.w3.org/TR/CSS21/tables.html#propdef-table-layout,http://www.w3.org/TR/CSS21/tables.html#width-layout 9b751e103392d8e0cf4d3f79eb886d2f92490f11 `Microsoft`<http://www.microsoft.com/> The initial value of table-layout is 'auto'.
|
|
table-layout-property-001 A table doesn't size to fit its container when margins are zero and width is 'auto' http://www.w3.org/TR/CSS21/tables.html#width-layout a497c7d54033198dbd4ff9b584f2d5813759a269 `Microsoft`<http://www.microsoft.com/> When table margins are zero and width is 'auto', the table doesn't automatically size to fill its containing block .
|
|
table-layout-property-002 Centering a table in its containing block by setting its left and right margins to 'auto' http://www.w3.org/TR/CSS21/tables.html#width-layout 1cc5f7c83cb4cedad66048d251d1db228b054778 `Microsoft`<http://www.microsoft.com/> A table can be centered in its containing block by setting its left and right margins to 'auto'.
|
|
table-margin-001 CSS Tables: Margins http://www.w3.org/TR/CSS21/box.html#margin-properties 96f29150658c2fe146b1e13e52c2e511f731b912 `Ian Hickson`<mailto:ian@hixie.ch>
|
|
table-margin-002 CSS Tables: Margins http://www.w3.org/TR/CSS21/box.html#margin-properties 4a9b93faa820ba9f7df482ca591cc585eb3bf908 `Ian Hickson`<mailto:ian@hixie.ch>
|
|
table-margin-003 CSS Tables: Margins http://www.w3.org/TR/CSS21/box.html#margin-properties fb709ac85aa0a6614e16687fcf6c81b0a241a707 `Ian Hickson`<mailto:ian@hixie.ch>
|
|
table-margin-004 reference/table-margin-004-ref CSS Tables: Margin Collapsing ahem http://www.w3.org/TR/CSS21/box.html#collapsing-margins b9da5126570282db29e05d8c52a56332903379ba `Ian Hickson`<mailto:ian@hixie.ch>
|
|
table-organization-001 Table organization (columns in column groups) http://www.w3.org/TR/CSS21/tables.html#tables-intro e4551f95522db2b9b073f90137cb9caf1da35204 `Microsoft`<http://www.microsoft.com/> Table columns can be grouped into table column groups.
|
|
table-organization-002 Table organization (rows in row groups) http://www.w3.org/TR/CSS21/tables.html#tables-intro 30609c2f6fe792486338112ecae8af3be10de1cf `Microsoft`<http://www.microsoft.com/> Table rows can be grouped into table row groups.
|
|
table-percent-width-001 Testing percent widths of kids of anonymous table cells http://www.w3.org/TR/CSS21/tables.html#auto-table-layout,http://www.w3.org/TR/CSS21/visudet.html#containing-block-details 1113e24522ad8aea5f593e94e096e9c6b86a36cb `Boris Zbarsky`<mailto:bzbarsky@mit.edu> Percentage width kids of anonymous cells should use anonymous cell as containing block
|
|
table-row-001 Table-row http://www.w3.org/TR/CSS21/tables.html#table-display 5d4c4c567289386c4ce1e50bbb03701a55410809 `Microsoft`<http://www.microsoft.com/> An element with 'display: table-row' is rendered as if it were a table row.
|
|
table-row-group-001 Table-row-group http://www.w3.org/TR/CSS21/tables.html#table-display 9a95e083e3c477d4dc949ccdfe18c04f77a54efc `Microsoft`<http://www.microsoft.com/> An element with 'display: table-row-group' is rendered as if it were a table row group.
|
|
table-valign-001 Table Cell Vertical Alignment Affect on Specified Height http://www.w3.org/TR/CSS21/tables.html#height-layout d011baf7c8426656bd8930656b58411846e4adf0 `Bruno Fassino`<fassino[at]gmail.com> Vertical alignment of cell contents does not increase the height of cells in the row if there is already enough room.
|
|
table-valign-002 Table Cell Vertical Alignment with Specified Height http://www.w3.org/TR/CSS21/tables.html#height-layout f23329edf5746525ed1828b4526b69a98ccf4169 `L. David Baron`<href://dbaron.org/>,`Elika J. Etemad`<http://fantasai.inkedblade.net/contact> Vertical alignment in table cells works whether or not that cell has a specified height.
|
|
table-vertical-align-baseline-001 reference/table-vertical-align-baseline-001-ref Test for baseline alignment of table cells http://www.w3.org/TR/CSS21/tables.html#height-layout 636caa2810770482c55fec9a71aa23e4e59447ec `L. David Baron`<http://dbaron.org/>,`Mozilla Corporation`<http://mozilla.com/>
|
|
table-vertical-align-baseline-002 reference/table-vertical-align-baseline-001-ref Test for baseline alignment of table cells http://www.w3.org/TR/CSS21/tables.html#height-layout d1cb91b24723d9fef326d0570bebe73fa867e7a7 `L. David Baron`<http://dbaron.org/>,`Mozilla Corporation`<http://mozilla.com/>
|
|
table-vertical-align-baseline-003 reference/table-vertical-align-baseline-001-ref Test for baseline alignment of table cells http://www.w3.org/TR/CSS21/tables.html#height-layout 53c96f25bdfacfc3f606149ef7122a404f6eb458 `L. David Baron`<http://dbaron.org/>,`Mozilla Corporation`<http://mozilla.com/>
|
|
table-vertical-align-baseline-004 reference/table-vertical-align-baseline-001-ref Test for baseline alignment of table cells http://www.w3.org/TR/CSS21/tables.html#height-layout 65e84cd9f42015dd5350b79407c9c267da3b24fa `L. David Baron`<http://dbaron.org/>,`Mozilla Corporation`<http://mozilla.com/>
|
|
table-vertical-align-baseline-005 reference/table-vertical-align-baseline-001-ref Test for baseline alignment of table cells http://www.w3.org/TR/CSS21/tables.html#height-layout 0653253b47df52a8052a0b60341a4871da7a5d21 `L. David Baron`<http://dbaron.org/>,`Mozilla Corporation`<http://mozilla.com/>
|
|
table-vertical-align-baseline-006 reference/table-vertical-align-baseline-001-ref Test for baseline alignment of table cells http://www.w3.org/TR/CSS21/tables.html#height-layout eac0aae6d099e122abe5f2b6fcc57cb7d148afd9 `L. David Baron`<http://dbaron.org/>,`Mozilla Corporation`<http://mozilla.com/>
|
|
table-vertical-align-baseline-007 reference/table-vertical-align-baseline-001-ref Test for baseline alignment of table cells http://www.w3.org/TR/CSS21/tables.html#height-layout 451cc61b6ad29fef2561eab1cdf3493642849a76 `L. David Baron`<http://dbaron.org/>,`Mozilla Corporation`<http://mozilla.com/>
|
|
table-visual-layout-001 Cells can have padding ahem http://www.w3.org/TR/CSS21/tables.html#table-layout 0867651bc6593ecca06a25188fad2470dad703ed `Microsoft`<http://www.microsoft.com/> Table cells can have padding.
|
|
table-visual-layout-002 Internal table elements do not have margins http://www.w3.org/TR/CSS21/tables.html#table-layout 7d5847a21a265ae9a02b006cf2051204cc2f76d4 `Microsoft`<http://www.microsoft.com/> Internal table elements do not have margins.
|
|
table-visual-layout-003 Each table row box occupies one row of cells http://www.w3.org/TR/CSS21/tables.html#table-layout 8d0f74529fe7fe927ae12fff69692916a3327b94 `Microsoft`<http://www.microsoft.com/> Each table row box occupies one row of cells.
|
|
table-visual-layout-004 Table row boxes are rendered in source order http://www.w3.org/TR/CSS21/tables.html#table-layout 446654d436b56f38345e06b615a3c104a353af71 `Microsoft`<http://www.microsoft.com/> Table row boxes fill the table from top to bottom by the order they occur in the page source.
|
|
table-visual-layout-005 Row groups occupy same cells as the rows they contain http://www.w3.org/TR/CSS21/tables.html#table-layout d9f6dca54e7f89d0eb0b81deac075c2cfa31321c `Microsoft`<http://www.microsoft.com/> A row group occupies the same cells as the rows it contains.
|
|
table-visual-layout-006 Column boxes can occupy more than one column of cells http://www.w3.org/TR/CSS21/tables.html#table-layout 1e65f5ac9a839baa3482fb47df6a9e124591df87 `Microsoft`<http://www.microsoft.com/> A column box can occupy more than one column of cells.
|
|
table-visual-layout-007 Column boxes are rendered by page source order http://www.w3.org/TR/CSS21/tables.html#table-layout ea50c42fe253da77ba44458461dbe5fae93160c3 `Microsoft`<http://www.microsoft.com/> Column boxes are placed consecutively by their order in the page source.
|
|
table-visual-layout-008 Column boxes are rendered by source order ('rtl' table scenario) http://www.w3.org/TR/CSS21/tables.html#table-layout 1460de2c3d31ec9ac36f035b0b9d6ace80885d6f `Microsoft`<http://www.microsoft.com/> Column boxes are placed consecutively by their order in the page source, from right to left when 'direction' is set to 'rtl'.
|
|
table-visual-layout-009 Column group boxes occupy same cells as the columns they contain http://www.w3.org/TR/CSS21/tables.html#table-layout 63bbedc1c2944508a23895534f7dea830a53000a `Microsoft`<http://www.microsoft.com/> A column group box occupies the same cells as the columns it contains.
|
|
table-visual-layout-010 A row-spanning cell http://www.w3.org/TR/CSS21/tables.html#table-layout f8326d328bc05e82d92c934dffe8b9561594deee `Microsoft`<http://www.microsoft.com/> A table cell can span several rows.
|
|
table-visual-layout-011 A column-spanning cell http://www.w3.org/TR/CSS21/tables.html#table-layout 0907b17509699725ddccb140ae839eb8e5bc6a6b `Microsoft`<http://www.microsoft.com/> A cell can span several columns.
|
|
table-visual-layout-012 Top row of a spanning cell is the row of its parent element http://www.w3.org/TR/CSS21/tables.html#table-layout 4ea108c65df62def62c1a25d50caec0aa9a38dba `Microsoft`<http://www.microsoft.com/> The top row of a spanning cell's rectangle is in the row specified by the cell's parent.
|
|
table-visual-layout-013 A spanning cell must be as far to the left as possible in an 'ltr' table http://www.w3.org/TR/CSS21/tables.html#table-layout 663542aca4caeaf1c7d0473958a8d8a9d18e7d26 `Microsoft`<http://www.microsoft.com/> The spanning cell's rectangle is as far to the left as possible, but to the right of all cells in the same row that were earlier in source (no overlapping).
|
|
table-visual-layout-014 A spanning cell's rectangle must be as far to the right as possible in an 'rtl' table http://www.w3.org/TR/CSS21/tables.html#table-layout b69efa7ea88154735a56626a8ac5eb75796f4b68 `Microsoft`<http://www.microsoft.com/> With 'rtl' tables, the spanning cell's rectangle is as far to the right as possible, but to the left of all cells in the same row that were earlier in source (no overlapping).
|
|
table-visual-layout-015 A cell cannot extend beyond the last row box of a table http://www.w3.org/TR/CSS21/tables.html#table-layout 97332c0bbd0429ea56d2842f07cfa71bb563ceeb `Microsoft`<http://www.microsoft.com/> A cell box cannot extend beyond the last row box of a table.
|
|
table-visual-layout-016 A cell box cannot extend beyond the last row of a row group http://www.w3.org/TR/CSS21/tables.html#table-layout 1b59e4fbfcf334a430c5521d8d3199ebebcfee75 `Microsoft`<http://www.microsoft.com/> A cell box cannot extend beyond the last row box of a row group.
|
|
table-visual-layout-017 Table row boxes exactly cover the table in the collapsing borders model http://www.w3.org/TR/CSS21/tables.html#table-layout 7e6fe081e45f47266cfc943f9e696a7f39c02218 `Microsoft`<http://www.microsoft.com/> In the collapsing border model, the table row boxes together exactly cover the table.
|
|
table-visual-layout-018 Table column boxes exactly cover the table in the collapsing borders model http://www.w3.org/TR/CSS21/tables.html#table-layout 3f6388b56da4869f4ac14416fc23bbe5ef08da27 `Microsoft`<http://www.microsoft.com/> In the collapsing border model, the table column boxes together exactly cover the table.
|
|
table-visual-layout-019 There may be gaps between rows in the separated borders model may http://www.w3.org/TR/CSS21/tables.html#table-layout 381a225344050b799165ef59d1e32b27904a4876 `Microsoft`<http://www.microsoft.com/> In the separated border model, there may be gaps between rows.
|
|
table-visual-layout-020 There may be gaps between columns in the separated borders model may http://www.w3.org/TR/CSS21/tables.html#table-layout 0cc0f89fdf892ae02fb6f3584e5af8c4f3cae1e6 `Microsoft`<http://www.microsoft.com/> In the separated border model, there may be gaps between columns.
|
|
table-visual-layout-021 There may be gaps between row groups in the separated borders model may http://www.w3.org/TR/CSS21/tables.html#table-layout 052cb3c595ec3d1d1bece8c444d88a0fe01cc23e `Microsoft`<http://www.microsoft.com/> In the separated border model, there may be gaps between row groups.
|
|
table-visual-layout-022 There may be gaps between column groups in the separated borders model may http://www.w3.org/TR/CSS21/tables.html#table-layout c745e94644cc5def7c550a1d54351b2f95e3a745 `Microsoft`<http://www.microsoft.com/> In the separated borders model, there may be gaps between column groups.
|
|
table-visual-layout-023 Positioning table cells can cause them not to be table cells anymore http://www.w3.org/TR/CSS21/tables.html#table-layout 2daa838d6bf4d671ec5e9fc25eb33f23c22bad6f `Microsoft`<http://www.microsoft.com/> Positioning table cells can cause them not to be table cells anymore.
|
|
table-visual-layout-026a reference/ref-filled-green-100px-square width of column in border-collapse separate model must include cell padding http://www.w3.org/TR/CSS21/tables.html#table-layout 7816b3b4f5778355c4203269e06e7b66937b7e77 `Gérard Talbot`<http://www.gtalbot.org/BrowserBugsSection/css21testsuite/>,`Bruno Fassino`<fassino[at]gmail.com>,`Boris Zbarsky`<bzbarsky@MIT.EDU> In the separated borders model, the edges of columns coincide with the border edges of cells. Therefore, a column width must include horizontal padding of cells.
|
|
table-visual-layout-026b reference/ref-filled-green-100px-square width of column in border-collapse separate model must include cell padding http://www.w3.org/TR/CSS21/tables.html#table-layout 794269dad2036bf66195b5c27655ebddf017739d `Gérard Talbot`<http://www.gtalbot.org/BrowserBugsSection/css21testsuite/>,`Bruno Fassino`<fassino[at]gmail.com>,`Boris Zbarsky`<bzbarsky@MIT.EDU> In the separated borders model, the edges of columns coincide with the border edges of cells. Therefore, a column width must include horizontal padding of cells.
|
|
table-visual-layout-026c reference/ref-filled-green-100px-square width of column in border-collapse separate model must include cell padding http://www.w3.org/TR/CSS21/tables.html#table-layout 36199d7dfbe1a720fd34c9b8b21d6e1ec69bd1cf `Gérard Talbot`<http://www.gtalbot.org/BrowserBugsSection/css21testsuite/>,`Bruno Fassino`<fassino[at]gmail.com>,`Boris Zbarsky`<bzbarsky@MIT.EDU> In the separated borders model, the edges of columns coincide with the border edges of cells. Therefore, a column width must include horizontal padding of cells.
|
|
table-visual-layout-026d reference/ref-filled-green-100px-square width of column in border-collapse separate model must include cell padding http://www.w3.org/TR/CSS21/tables.html#table-layout dd986d1604fb74e52aff21fc8d555612bd8db681 `Gérard Talbot`<http://www.gtalbot.org/BrowserBugsSection/css21testsuite/>,`Bruno Fassino`<fassino[at]gmail.com>,`Boris Zbarsky`<bzbarsky@MIT.EDU> In the separated borders model, the edges of columns coincide with the border edges of cells. Therefore, a column width must include horizontal padding of cells.
|
|
tables-001 CSS Tables: Nested anonymous table objects and border-spacing http://www.w3.org/TR/CSS21/tables.html#anonymous-boxes,http://www.w3.org/TR/CSS21/tables.html#separated-borders a4c8aed36eb838de8c5c554ffb2f8a1737ec236f `Ian Hickson`<mailto:ian@hixie.ch> border-spacing is applied around anonymous table objects, but anonymous table objects only exist if the table has content.
|
|
tables-002 CSS Tables: Empty Tables http://www.w3.org/TR/CSS21/tables.html#anonymous-boxes 3002e69ecf7813cd313d3b54d467b70456d4d7d3 `Ian Hickson`<mailto:ian@hixie.ch>
|
|
tables-003 Table cell size with no line box content http://www.w3.org/TR/CSS21/tables.html#table-layout 7957fcea21a84124ff3444fa645e92c7adecaef1 `Ian Hickson`<mailto:ian@hixie.ch>
|
|
tables-004 Table cell size with line box content http://www.w3.org/TR/CSS21/tables.html#table-layout 926483d240a43b5860c221b73dd3db7c0b82c6be `Ian Hickson`<mailto:ian@hixie.ch>
|
|
tables-101 Table layout: checking dynamic percentage margin layouts match initial layouts dom http://www.w3.org/TR/CSS21/box.html#margin-properties 8b221a9818697c70e200e35ee33b6d01ab530551 `Ian Hickson`<mailto:ian@hixie.ch>
|
|
tables-102 Table layout: checking dynamic layouts match initial layouts dom http://www.w3.org/TR/CSS21/box.html#margin-properties 0168ae7b18f1f81a3713dceae814975d363ad630 `Ian Hickson`<mailto:ian@hixie.ch>
|
|
test-synthetic-bold Test for synthetic bold rendering font http://www.w3.org/TR/CSS21/fonts.html#propdef-font-weight,http://www.w3.org/TR/CSS21/fonts.html#font-boldness,http://www.w3.org/TR/css-fonts-3/#font-weight-prop 289bc51877159287975be633c2ee2118b87f6421 `Mozilla`<http://www.mozilla.com/> Synthetic bold text should render differently than normal text
|
|
test-synthetic-italic Test for synthetic italic rendering font http://www.w3.org/TR/CSS21/fonts.html#propdef-font-style,http://www.w3.org/TR/CSS21/fonts.html#font-styling,http://www.w3.org/TR/css-fonts-3/#font-style-prop 7311bf5ca7d29f6ddc86d73fbbcb4be6bb8b6977 `Mozilla`<http://www.mozilla.com/> Synthetic italic text should render differently than normal text
|
|
text-align-001 Text-align set to 'left' http://www.w3.org/TR/CSS21/text.html#propdef-text-align,http://www.w3.org/TR/CSS21/text.html#alignment-prop ac0429b0d21c7325fc62a701b4f419ce3241c581 `Microsoft`<http://www.microsoft.com/> The 'text-align' property set to 'left' on a block element aligns the text to the left.
|
|
text-align-002 Text-align set to 'right' http://www.w3.org/TR/CSS21/text.html#propdef-text-align,http://www.w3.org/TR/CSS21/text.html#alignment-prop d9fc121e469346e8826ca2c2412f7494ee7fb87c `Microsoft`<http://www.microsoft.com/> The 'text-align' property set to 'right' on a block element aligns the text to the right.
|
|
text-align-003 Text-align set to 'center' http://www.w3.org/TR/CSS21/text.html#propdef-text-align,http://www.w3.org/TR/CSS21/text.html#alignment-prop 8e7265639341abb96305fab8c7aa2e436beb3486 `Microsoft`<http://www.microsoft.com/> The 'text-align' property set to 'center' on a block element aligns the text in the center.
|
|
text-align-004 Text-align set to 'justify' http://www.w3.org/TR/CSS21/text.html#propdef-text-align,http://www.w3.org/TR/CSS21/text.html#alignment-prop c56ed3cb75a56d81e753486b6a9f6575707bc7cc `Microsoft`<http://www.microsoft.com/> Text-align justify on a block element aligns the text on both the left and right sides.
|
|
text-align-005 Text-align set to 'inherit' http://www.w3.org/TR/CSS21/text.html#propdef-text-align,http://www.w3.org/TR/CSS21/text.html#alignment-prop 4399ce298ced240885cd53e558a09fd430c6f093 `Microsoft`<http://www.microsoft.com/> The 'text-align' property set to a value of 'inherit' correctly inherits its value from the parent element.
|
|
text-align-applies-to-001 Text-align application on a 'display: inline' element http://www.w3.org/TR/CSS21/text.html#propdef-text-align,http://www.w3.org/TR/CSS21/text.html#alignment-prop 236e6ff050213cff779d5305f144506a83f03280 `Microsoft`<http://www.microsoft.com/> The 'text-align' property is not applied to 'display: inline' element.
|
|
text-align-applies-to-002 Text-align application on a 'display: block' element http://www.w3.org/TR/CSS21/text.html#propdef-text-align,http://www.w3.org/TR/CSS21/text.html#alignment-prop b15eb04e596af555e39a48e06e46f47923a13fbd `Microsoft`<http://www.microsoft.com/> The 'text-align' property is applied to 'display: block' elements.
|
|
text-align-applies-to-003 Text-align application on a 'display: list-item' element http://www.w3.org/TR/CSS21/text.html#propdef-text-align,http://www.w3.org/TR/CSS21/text.html#alignment-prop 850e73d85054f7be25ea4d80a09d5d2ee29914c3 `Microsoft`<http://www.microsoft.com/> The 'text-align' property is applied to 'display: list-item' elements.
|
|
text-align-applies-to-004 Text-align application on a 'display: run-in' element http://www.w3.org/TR/CSS21/text.html#propdef-text-align,http://www.w3.org/TR/CSS21/text.html#alignment-prop f4a781646e19a64a1fdb82cc9a854654283a94ed `Microsoft`<http://www.microsoft.com/> The 'text-align' property is applied ton 'display: run-in' elements.
|
|
text-align-applies-to-005 Text-align application on a 'display: inline-block' element http://www.w3.org/TR/CSS21/text.html#propdef-text-align,http://www.w3.org/TR/CSS21/text.html#alignment-prop 8ce7cdeb018f9a2414bad879e3a99d35a9548423 `Microsoft`<http://www.microsoft.com/> The 'text-align' property is applied to 'display: inline-block' elements.
|
|
text-align-applies-to-006 Text-align application on a 'display: table' element http://www.w3.org/TR/CSS21/text.html#propdef-text-align,http://www.w3.org/TR/CSS21/text.html#alignment-prop ab3f5fc31304ab9a0deb8e2dcc2a1f91787278be `Microsoft`<http://www.microsoft.com/> The 'text-align' property is applied to 'display: table' elements.
|
|
text-align-applies-to-007 Text-align application on a 'display: inline-table' element http://www.w3.org/TR/CSS21/text.html#propdef-text-align,http://www.w3.org/TR/CSS21/text.html#alignment-prop b4b6ee4e92059099a01b5d2bd6dffcae67a19935 `Microsoft`<http://www.microsoft.com/> The 'text-align' property is applied to 'display: inline-table' elements.
|
|
text-align-applies-to-008 Text-align application on a 'display: table-row-group' element http://www.w3.org/TR/CSS21/text.html#propdef-text-align,http://www.w3.org/TR/CSS21/text.html#alignment-prop 95ee6b2341bc4a1cdcced12e20bdf5431a8a462b `Microsoft`<http://www.microsoft.com/> The 'text-align' property is applied to 'display: table-row-group' elements.
|
|
text-align-applies-to-009 Text-align application on a 'display: table-header-group' element http://www.w3.org/TR/CSS21/text.html#propdef-text-align,http://www.w3.org/TR/CSS21/text.html#alignment-prop 0af9506d10e78ef7e982eb6e024e6627383094b7 `Microsoft`<http://www.microsoft.com/> The 'text-align' property is applied to 'display: table-header-group' elements.
|
|
text-align-applies-to-010 Text-align application on a 'display: table-footer-group' element http://www.w3.org/TR/CSS21/text.html#propdef-text-align,http://www.w3.org/TR/CSS21/text.html#alignment-prop bd21e2dc673e1eed4140b9c5b5db1b4bfd83a38a `Microsoft`<http://www.microsoft.com/> The 'text-align' property is applied to 'display: table-footer-group' elements.
|
|
text-align-applies-to-011 Text-align application on a 'display: table-row' element http://www.w3.org/TR/CSS21/text.html#propdef-text-align,http://www.w3.org/TR/CSS21/text.html#alignment-prop 4d71aaaa2d126d8e55244650ea1b56fa925f2822 `Microsoft`<http://www.microsoft.com/> The 'text-align' property is applied to 'display: table-row' elements.
|
|
text-align-applies-to-012 Text-align application on a 'display: table-column-group' element http://www.w3.org/TR/CSS21/text.html#propdef-text-align,http://www.w3.org/TR/CSS21/text.html#alignment-prop c3327611e2909b07ee06c5c56d65b76ccf49e268 `Microsoft`<http://www.microsoft.com/> The 'text-align' property is not applied to a 'display: table-column-group' element.
|
|
text-align-applies-to-013 Text-align application on a 'display: table-column' element http://www.w3.org/TR/CSS21/text.html#propdef-text-align,http://www.w3.org/TR/CSS21/text.html#alignment-prop c321e0ca093f6c2045ac46896be32d67f254e11a `Microsoft`<http://www.microsoft.com/> The 'text-align' property is not applied to a 'display: table-column' element.
|
|
text-align-applies-to-014 Text-align application on a 'display: table-cell' element http://www.w3.org/TR/CSS21/text.html#propdef-text-align,http://www.w3.org/TR/CSS21/text.html#alignment-prop 61958756c8fc63787e2ebff37d9f40b5cd21ecef `Microsoft`<http://www.microsoft.com/> The 'text-align' property is applied to 'display: table-cell' elements.
|
|
text-align-applies-to-015 Text-align application on a 'display: table-caption' element http://www.w3.org/TR/CSS21/text.html#propdef-text-align,http://www.w3.org/TR/CSS21/text.html#alignment-prop 7f2e6323f867e183b157a6c0b311bf531f8cb6e1 `Microsoft`<http://www.microsoft.com/> The 'text-align' property is applied to 'display: table-caption' elements.
|
|
text-align-bidi-001 Text-align and direction - left and rtl http://www.w3.org/TR/CSS21/text.html#alignment-prop,http://www.w3.org/TR/CSS21/visuren.html#propdef-direction 763dd543b78995313a70bb96fac91bd86dd48eb7 `Eira Monstad, Opera Software ASA`<mailto:public-testsuites@opera.com> Text-align property should override the default text-align change caused by a switch of direction
|
|
text-align-bidi-002 Text-align and direction - nested center and rtl http://www.w3.org/TR/CSS21/text.html#alignment-prop,http://www.w3.org/TR/CSS21/visuren.html#propdef-direction d5f977054622d246a54c311cda53eec6f16addb5 `Eira Monstad, Opera Software ASA`<mailto:public-testsuites@opera.com> Text-align property should override the default text-align change caused by a switch of direction
|
|
text-align-bidi-003 Text-align and direction - nested rtl, center and ltr http://www.w3.org/TR/CSS21/text.html#alignment-prop,http://www.w3.org/TR/CSS21/visuren.html#propdef-direction bd70ee5ee12ee32180a1b2bf9f6ac5b23bf29ce6 `Eira Monstad, Opera Software ASA`<mailto:public-testsuites@opera.com> Text-align property should override the default text-align change caused by a switch of direction
|
|
text-align-bidi-004 Text-align and direction - nested center and ltr http://www.w3.org/TR/CSS21/text.html#alignment-prop,http://www.w3.org/TR/CSS21/visuren.html#propdef-direction 408650f7815939ec5913675e05200101caee9b88 `Eira Monstad, Opera Software ASA`<mailto:public-testsuites@opera.com> Text-align property should override the default text-align change caused by a switch of direction
|
|
text-align-bidi-005 Text-align and direction - nested rtl, right and ltr http://www.w3.org/TR/CSS21/text.html#alignment-prop,http://www.w3.org/TR/CSS21/visuren.html#propdef-direction d06c42add4e4e68523007660def460ffa0f05639 `Eira Monstad, Opera Software ASA`<mailto:public-testsuites@opera.com> Text-align property should override the default text-align change caused by a switch of direction
|
|
text-align-bidi-006 Text-align and direction - nested left and rtl http://www.w3.org/TR/CSS21/text.html#alignment-prop,http://www.w3.org/TR/CSS21/visuren.html#propdef-direction 3a796685f23547ee02900f57009120b06ace3f7c `Eira Monstad, Opera Software ASA`<mailto:public-testsuites@opera.com> Text-align property should override the default text-align change caused by a switch of direction
|
|
text-align-bidi-007 direction:rtl and text-align: left http://www.w3.org/TR/CSS21/text.html#alignment-prop,http://www.w3.org/TR/CSS21/visuren.html#propdef-direction 0e3a2e0be7f51a16cad55f19305e0be5db335025 `Eira Monstad, Opera Software ASA`<mailto:public-testsuites@opera.com> Text-align should override default text-align in rtl context
|
|
text-align-bidi-008 direction:rtl and text-align: justify http://www.w3.org/TR/CSS21/text.html#alignment-prop,http://www.w3.org/TR/CSS21/visuren.html#propdef-direction 3e296d459e3a1a0111c6cce744c764662db44471 `Eira Monstad, Opera Software ASA`<mailto:public-testsuites@opera.com> Text-align should override default text-align in rtl context
|
|
text-align-bidi-009 text-align: justify - implicit rtl text http://www.w3.org/TR/CSS21/text.html#alignment-prop 2e2247ebbea718047035d69a7873f72d5beddb7a `Eira Monstad, Opera Software ASA`<mailto:public-testsuites@opera.com> Implicit rtl text should be justified by text-align: justify
|
|
text-align-bidi-010 text-align: justify - joined text http://www.w3.org/TR/CSS21/text.html#alignment-prop,http://www.w3.org/TR/CSS21/visuren.html#propdef-direction 0efbfe2e4e77c51b2cb640afa766566c30c3b63a `Eira Monstad, Opera Software ASA`<mailto:public-testsuites@opera.com> Joined text should be justified by text-align: justify
|
|
text-align-bidi-011 reference/text-align-bidi-011-ref text-align and bidi (basic test) ahem http://www.w3.org/TR/CSS21/text.html#alignment-prop b7f234c25e458b03ea3af952a733f155d20161a6 `Ian Hickson`<mailto:ian@hixie.ch>
|
|
text-align-bidi-012 text-align and bidi (basic test) http://www.w3.org/TR/CSS21/text.html#alignment-prop 60b66361d31a68779f690615a5c90f10e2d1f5d5 `Ian Hickson`<mailto:ian@hixie.ch>
|
|
text-align-bidi-013 text-align and bidi http://www.w3.org/TR/CSS21/text.html#alignment-prop 63b5c5b40ccb1342a1b524ff8081907ee32939e1 `Ian Hickson`<mailto:ian@hixie.ch>
|
|
text-align-inherit-001 Text-align inheritance on block level elements (spec example) http://www.w3.org/TR/CSS21/text.html#alignment-prop 6da1085656c7f29225ac457f095f8090e9a6631b `Microsoft`<http://www.microsoft.com/> Ensure that block level elements inherit text-align values of parent elements.
|
|
text-align-white-space-001 reference/text-align-white-space-001-ref Text-align set to 'justify' with 'white-space' set to 'pre' ahem http://www.w3.org/TR/CSS21/text.html#alignment-prop c2f8a115ab6ebe02dcd13db2f1a0b3811b0091c5 `Microsoft`<http://www.microsoft.com/> Setting 'text-align' to 'justify' and 'white-space' to 'pre', text-align is computed to its initial value.
|
|
text-align-white-space-002 reference/text-align-white-space-002-ref Text-align set to 'justify' with 'white-space' set to 'pre-line' ahem http://www.w3.org/TR/CSS21/text.html#alignment-prop 789736e919e2279a8cca80322e1a0dca230e5a4d `Microsoft`<http://www.microsoft.com/> Setting 'text-align' to 'justify' and 'white-space' to 'pre-line', 'text-align' remains 'justified'.
|
|
text-align-white-space-003 reference/text-align-white-space-002-ref Text-align set to 'justify' with 'white-space' set to 'pre-wrap' ahem http://www.w3.org/TR/CSS21/text.html#alignment-prop 6fa871de93129563e370526fc2418743dd3d4e3c `Microsoft`<http://www.microsoft.com/> Setting 'text-align' to 'justify' and 'white-space' to 'pre-wrap', text-align is computed to its initial value.
|
|
text-align-white-space-004 reference/text-align-white-space-004-ref Text-align set to 'justify' with 'white-space' set to 'nowrap' ahem http://www.w3.org/TR/CSS21/text.html#alignment-prop e1536c9f0a85adf21dc6be1114ec267f63a213af `Microsoft`<http://www.microsoft.com/> Setting 'text-align' to 'justify' and 'white-space' to 'nowrap', text-align is computed to 'justify'.
|
|
text-align-white-space-005 reference/text-align-white-space-005-ref Text-align set to 'justify' with 'white-space' set to 'pre' and 'direction' set to 'rtl' ahem http://www.w3.org/TR/CSS21/text.html#alignment-prop aca09aa70f3b396a57884cf780442be40bae4d28 `Microsoft`<http://www.microsoft.com/> Setting 'text-align' to 'justify' and 'white-space' to 'pre', text-align is computed to its initial value.
|
|
text-align-white-space-006 reference/text-align-white-space-002-ref Text-align set to 'justify' with 'white-space' set to 'pre-line' and 'direction' set to 'rtl' ahem http://www.w3.org/TR/CSS21/text.html#alignment-prop f62e439f361febb5a312429dd3421037aded1365 `Microsoft`<http://www.microsoft.com/> Setting 'text-align' to 'justify' and 'white-space' to 'pre-line', 'text-align' remains 'justified'.
|
|
text-align-white-space-007 reference/text-align-white-space-002-ref Text-align set to 'justify' with 'white-space' set to 'pre-wrap' and 'direction' set to 'rtl' ahem http://www.w3.org/TR/CSS21/text.html#alignment-prop b8962cfe704e14a9262224241b30082290d14b93 `Microsoft`<http://www.microsoft.com/> Setting 'text-align' to 'justify' and 'white-space' to 'pre-wrap', text-align is computed to its initial value.
|
|
text-align-white-space-008 reference/text-align-white-space-008-ref Text-align set to 'justify' with 'white-space' set to 'nowrap' and 'direction' set to 'rtl' ahem http://www.w3.org/TR/CSS21/text.html#alignment-prop 0720d668a44526616342a844c89cf89c6f6f1a04 `Microsoft`<http://www.microsoft.com/> Setting 'text-align' to 'justify' and 'white-space' to 'nowrap', text-align is computed to 'justify'.
|
|
text-decoration-001 Text-decoration set to 'underline' http://www.w3.org/TR/CSS21/text.html#propdef-text-decoration,http://www.w3.org/TR/CSS21/text.html#lining-striking-props bf4c930d0b900203b008710c6f5b47ef35110b26 `Microsoft`<http://www.microsoft.com/> The 'text-decoration' property set to 'underline' renders the appropriate decorations.
|
|
text-decoration-002 Text-decoration set to 'overline' http://www.w3.org/TR/CSS21/text.html#propdef-text-decoration,http://www.w3.org/TR/CSS21/text.html#lining-striking-props f9ed23273876f5bfcb98226cbefc5d7930f1c577 `Microsoft`<http://www.microsoft.com/> The 'text-decoration' property set to 'overline' renders the appropriate decorations.
|
|
text-decoration-003 Text-decoration set to 'line-through' http://www.w3.org/TR/CSS21/text.html#propdef-text-decoration,http://www.w3.org/TR/CSS21/text.html#lining-striking-props 5dad668c3cc3e0fade93d6d01f2b7972e2f46441 `Microsoft`<http://www.microsoft.com/> The 'text-decoration' property set to 'line-through' renders the appropriate decorations.
|
|
text-decoration-004 Text-decoration set to 'blink' animated,may http://www.w3.org/TR/CSS21/text.html#propdef-text-decoration,http://www.w3.org/TR/CSS21/text.html#lining-striking-props 7741fd2f946652d6cd04b30bc7db332fddced13d `Microsoft`<http://www.microsoft.com/> The 'text-decoration' property set to 'blink' renders the appropriate decorations.
|
|
text-decoration-005 Text-decoration set to 'underline overline' http://www.w3.org/TR/CSS21/text.html#propdef-text-decoration,http://www.w3.org/TR/CSS21/text.html#lining-striking-props 247a82963545ae49da1a586cd35eb8ce59c0c1fc `Microsoft`<http://www.microsoft.com/> Ensure that text-decoration underline, overline applied to paragraph element.
|
|
text-decoration-006 Text-decoration set to 'underline line-through' http://www.w3.org/TR/CSS21/text.html#propdef-text-decoration,http://www.w3.org/TR/CSS21/text.html#lining-striking-props 2a2e4731225f8ec437940c109c82be6634482228 `Microsoft`<http://www.microsoft.com/> Ensure that text-decoration underline, line-through applied to paragraph element.
|
|
text-decoration-007 Text-decoration set to 'underline blink' animated,may http://www.w3.org/TR/CSS21/text.html#propdef-text-decoration,http://www.w3.org/TR/CSS21/text.html#lining-striking-props 7c8b3be3e891f648147401d52cd70abef0cbf729 `Microsoft`<http://www.microsoft.com/> Ensure that text-decoration underline, blink is applied to an inline element.
|
|
text-decoration-008 Text-decoration set to 'overline underline' http://www.w3.org/TR/CSS21/text.html#propdef-text-decoration,http://www.w3.org/TR/CSS21/text.html#lining-striking-props f7caf7108c4ce0519ebb89e5f9606fc04d8fe6a1 `Microsoft`<http://www.microsoft.com/> Ensure that text-decoration overline underline is applied to a paragraph element.
|
|
text-decoration-009 Text-decoration set to 'overline line-through' http://www.w3.org/TR/CSS21/text.html#propdef-text-decoration,http://www.w3.org/TR/CSS21/text.html#lining-striking-props bcbad52ab4c5ee4b25b34d3b5bd97f83321f9cb6 `Microsoft`<http://www.microsoft.com/> The 'text-decoration' property set to 'overline line-through' renders the appropriate decorations.
|
|
text-decoration-010 Text-decoration set to 'overline blink' animated,may http://www.w3.org/TR/CSS21/text.html#propdef-text-decoration,http://www.w3.org/TR/CSS21/text.html#lining-striking-props 88878aae4987aac04f6cc175ada08fd34cb8f828 `Microsoft`<http://www.microsoft.com/> The 'text-decoration' property set to 'overline blink' renders the appropriate decorations.
|
|
text-decoration-011 Text-decoration set to 'line-through underline' http://www.w3.org/TR/CSS21/text.html#propdef-text-decoration,http://www.w3.org/TR/CSS21/text.html#lining-striking-props 1c1f6559c6b13dc35d2c50e1f857a6f3029efde4 `Microsoft`<http://www.microsoft.com/> The 'text-decoration' property set to 'line-through underline' renders the appropriate decorations.
|
|
text-decoration-012 Text-decoration set to 'line-through overline' http://www.w3.org/TR/CSS21/text.html#propdef-text-decoration,http://www.w3.org/TR/CSS21/text.html#lining-striking-props 78b26c3b71d80f350d17d0f5fd39200e62a9603d `Microsoft`<http://www.microsoft.com/> The 'text-decoration' property set to 'line-through overline' renders the appropriate decorations.
|
|
text-decoration-013 Text-decoration set to 'line-through blink' animated,may http://www.w3.org/TR/CSS21/text.html#propdef-text-decoration,http://www.w3.org/TR/CSS21/text.html#lining-striking-props 77d5d83e2dea47d9947251bd63d6aa3f259bb8b5 `Microsoft`<http://www.microsoft.com/> The 'text-decoration' property set to 'line-through blink' renders the appropriate decorations.
|
|
text-decoration-014 Text-decoration set to 'blink underline' animated,may http://www.w3.org/TR/CSS21/text.html#propdef-text-decoration,http://www.w3.org/TR/CSS21/text.html#lining-striking-props 4a95f07ca5fdc97a99f61906a249f83097a381b7 `Microsoft`<http://www.microsoft.com/> The 'text-decoration' property set to 'blink underline' renders the appropriate decorations.
|
|
text-decoration-015 Text-decoration set to 'blink overline' animated,may http://www.w3.org/TR/CSS21/text.html#propdef-text-decoration,http://www.w3.org/TR/CSS21/text.html#lining-striking-props aade6c0e746be9db3ea68257191600c6a2e6bf29 `Microsoft`<http://www.microsoft.com/> The 'text-decoration' property set to 'blink overline' renders the appropriate decorations.
|
|
text-decoration-016 Text-decoration set to 'blink line-through' animated,may http://www.w3.org/TR/CSS21/text.html#propdef-text-decoration,http://www.w3.org/TR/CSS21/text.html#lining-striking-props 2ba9323821ab5d5306f5255dc2f257805cacf0f9 `Microsoft`<http://www.microsoft.com/> The 'text-decoration' property set to 'blink line-through' renders the appropriate decorations.
|
|
text-decoration-017 Text-decoration set to 'underline overline line-through' http://www.w3.org/TR/CSS21/text.html#propdef-text-decoration,http://www.w3.org/TR/CSS21/text.html#lining-striking-props 6a13cf2fbff320b5b706997997cb729f5d839a1f `Microsoft`<http://www.microsoft.com/> The 'text-decoration' property set to 'underline overline line-through' renders the appropriate decorations.
|
|
text-decoration-018 Text-decoration set to 'underline overline blink' animated,may http://www.w3.org/TR/CSS21/text.html#propdef-text-decoration,http://www.w3.org/TR/CSS21/text.html#lining-striking-props 5ef0c43c5352617bf9205bd281764afa407ec3e9 `Microsoft`<http://www.microsoft.com/> The 'text-decoration' property set to 'underline overline blink' renders the appropriate decorations.
|
|
text-decoration-019 Text-decoration set to 'underline line-through overline' http://www.w3.org/TR/CSS21/text.html#propdef-text-decoration,http://www.w3.org/TR/CSS21/text.html#lining-striking-props 7222e31548a28cab438524fe7bd9c1421fd20b21 `Microsoft`<http://www.microsoft.com/> The 'text-decoration' property set to 'underline line-through overline' renders the appropriate decorations.
|
|
text-decoration-020 Text-decoration set to 'underline line-through blink' animated,may http://www.w3.org/TR/CSS21/text.html#propdef-text-decoration,http://www.w3.org/TR/CSS21/text.html#lining-striking-props 3335b62e8bddc7e2183571361146db7751321d46 `Microsoft`<http://www.microsoft.com/> The 'text-decoration' property set to 'underline line-through blink' renders the appropriate decorations.
|
|
text-decoration-021 Text-decoration set to 'underline blink overline' animated,may http://www.w3.org/TR/CSS21/text.html#propdef-text-decoration,http://www.w3.org/TR/CSS21/text.html#lining-striking-props 988353b9967bcfae21bfef4757217facb7fdc0ee `Microsoft`<http://www.microsoft.com/> The 'text-decoration' property set to 'underline blink overline' renders the appropriate decorations.
|
|
text-decoration-022 Text-decoration set to 'underline blink line-through' animated,may http://www.w3.org/TR/CSS21/text.html#propdef-text-decoration,http://www.w3.org/TR/CSS21/text.html#lining-striking-props f693c8deb228cd27a67564ecb85dd16202bbdd69 `Microsoft`<http://www.microsoft.com/> The 'text-decoration' property set to 'underline blink line-through' renders the appropriate decorations.
|
|
text-decoration-023 Text-decoration set to 'overline underline line-through' http://www.w3.org/TR/CSS21/text.html#propdef-text-decoration,http://www.w3.org/TR/CSS21/text.html#lining-striking-props 3642a581f457dd3226403868af031541435cb391 `Microsoft`<http://www.microsoft.com/> The 'text-decoration' property set to 'overline underline line-through' renders the appropriate decorations.
|
|
text-decoration-024 Text-decoration set to 'overline underline blink' animated,may http://www.w3.org/TR/CSS21/text.html#propdef-text-decoration,http://www.w3.org/TR/CSS21/text.html#lining-striking-props daf4d1e5cfb30d7be8a7ce427070205fdcf5878a `Microsoft`<http://www.microsoft.com/> The 'text-decoration' property set to 'overline underline blink' renders the appropriate decorations.
|
|
text-decoration-025 Text-decoration set to 'overline line-through underline' http://www.w3.org/TR/CSS21/text.html#propdef-text-decoration,http://www.w3.org/TR/CSS21/text.html#lining-striking-props 51fbca27f267619dc75b7d624cab04549118e9bf `Microsoft`<http://www.microsoft.com/> The 'text-decoration' property set to 'overline line-through underline' renders the appropriate decorations.
|
|
text-decoration-026 Text-decoration set to 'overline line-through blink' animated,may http://www.w3.org/TR/CSS21/text.html#propdef-text-decoration,http://www.w3.org/TR/CSS21/text.html#lining-striking-props f66eefe7ba6775d43926e3cf9187498c2714b799 `Microsoft`<http://www.microsoft.com/> The 'text-decoration' property set to 'overline line-through blink' renders the appropriate decorations.
|
|
text-decoration-027 Text-decoration set to 'overline blink underline' animated,may http://www.w3.org/TR/CSS21/text.html#propdef-text-decoration,http://www.w3.org/TR/CSS21/text.html#lining-striking-props cfdd803f2c872abd76f7b55951ef137b74b403ba `Microsoft`<http://www.microsoft.com/> The 'text-decoration' property set to 'overline blink underline' renders the appropriate decorations.
|
|
text-decoration-028 Text-decoration set to 'overline blink line-through' animated,may http://www.w3.org/TR/CSS21/text.html#propdef-text-decoration,http://www.w3.org/TR/CSS21/text.html#lining-striking-props 08e6739a41cdff04d3b8a3f09ae652acab1ba475 `Microsoft`<http://www.microsoft.com/> The 'text-decoration' property set to 'overline blink line-through' renders the appropriate decorations.
|
|
text-decoration-029 Text-decoration set to 'line-through underline overline' http://www.w3.org/TR/CSS21/text.html#propdef-text-decoration,http://www.w3.org/TR/CSS21/text.html#lining-striking-props afe4cdffce3c9a8c267d735b2e7c7b6c5e0c1b50 `Microsoft`<http://www.microsoft.com/> The 'text-decoration' property set to 'line-through underline overline' renders the appropriate decorations.
|
|
text-decoration-030 Text-decoration set to 'line-through underline blink' animated,may http://www.w3.org/TR/CSS21/text.html#propdef-text-decoration,http://www.w3.org/TR/CSS21/text.html#lining-striking-props d9b1003a12daeb29e7e1da5e89da1c4a901a3f53 `Microsoft`<http://www.microsoft.com/> The 'text-decoration' property set to 'line-through underline blink' renders the appropriate decorations.
|
|
text-decoration-031 Text-decoration set to 'line-through overline underline' http://www.w3.org/TR/CSS21/text.html#propdef-text-decoration,http://www.w3.org/TR/CSS21/text.html#lining-striking-props 1d8c1408bc82ba6d4c0acaa09fc0aeae568bd581 `Microsoft`<http://www.microsoft.com/> The 'text-decoration' property set to 'line-through overline underline' renders the appropriate decorations.
|
|
text-decoration-032 Text-decoration set to 'line-through overline blink' animated,may http://www.w3.org/TR/CSS21/text.html#propdef-text-decoration,http://www.w3.org/TR/CSS21/text.html#lining-striking-props 4f1d48e1c2bd7e616a6dbe4100357dc05613b56d `Microsoft`<http://www.microsoft.com/> The 'text-decoration' property set to 'line-through overline blink' renders the appropriate decorations.
|
|
text-decoration-033 Text-decoration set to 'line-through blink underline' animated,may http://www.w3.org/TR/CSS21/text.html#propdef-text-decoration,http://www.w3.org/TR/CSS21/text.html#lining-striking-props f15f3dc39c7d037cb148ccc47ecdcdd128304a47 `Microsoft`<http://www.microsoft.com/> The 'text-decoration' property set to 'line-through blink underline' renders the appropriate decorations.
|
|
text-decoration-034 Text-decoration set to 'line-through blink overline' animated,may http://www.w3.org/TR/CSS21/text.html#propdef-text-decoration,http://www.w3.org/TR/CSS21/text.html#lining-striking-props 94f47be3eab3815c5ce7e76225ec0ccebe490b64 `Microsoft`<http://www.microsoft.com/> The 'text-decoration' property set to 'line-through blink overline' renders the appropriate decorations.
|
|
text-decoration-035 Text-decoration set to 'blink underline overline' animated,may http://www.w3.org/TR/CSS21/text.html#propdef-text-decoration,http://www.w3.org/TR/CSS21/text.html#lining-striking-props b4918b828f0c81c943259aac3850c921084586a9 `Microsoft`<http://www.microsoft.com/> The 'text-decoration' property set to 'blink underline overline' renders the appropriate decorations.
|
|
text-decoration-036 Text-decoration set to 'blink underline line-through' animated,may http://www.w3.org/TR/CSS21/text.html#propdef-text-decoration,http://www.w3.org/TR/CSS21/text.html#lining-striking-props af7cc7a775cf9ad2a16e83ab9dc0623c8362580a `Microsoft`<http://www.microsoft.com/> The 'text-decoration' property set to 'blink underline line-through' renders the appropriate decorations.
|
|
text-decoration-037 Text-decoration set to 'blink overline underline' animated,may http://www.w3.org/TR/CSS21/text.html#propdef-text-decoration,http://www.w3.org/TR/CSS21/text.html#lining-striking-props 7c40de1e78eb45e1a093e089768854e272fca0e2 `Microsoft`<http://www.microsoft.com/> The 'text-decoration' property set to 'blink overline underline' renders the appropriate decorations.
|
|
text-decoration-038 Text-decoration set to 'blink overline line-through' animated,may http://www.w3.org/TR/CSS21/text.html#propdef-text-decoration,http://www.w3.org/TR/CSS21/text.html#lining-striking-props 10c8414dac1d334722f9191d0aaa6cb36595e7b3 `Microsoft`<http://www.microsoft.com/> The 'text-decoration' property set to 'blink overline line-through' renders the appropriate decorations.
|
|
text-decoration-039 Text-decoration set to 'blink line-through underline' animated,may http://www.w3.org/TR/CSS21/text.html#propdef-text-decoration,http://www.w3.org/TR/CSS21/text.html#lining-striking-props 3fc61c5ca7988bf08eb2ef98f580d1fcd15d2457 `Microsoft`<http://www.microsoft.com/> The 'text-decoration' property set to 'blink line-through underline' renders the appropriate decorations.
|
|
text-decoration-040 Text-decoration set to 'blink line-through overline' animated,may http://www.w3.org/TR/CSS21/text.html#propdef-text-decoration,http://www.w3.org/TR/CSS21/text.html#lining-striking-props d1a864ac6eb9aad59fa56f34791b40a3b7b58499 `Microsoft`<http://www.microsoft.com/> The 'text-decoration' property set to 'blink line-through overline' renders the appropriate decorations.
|
|
text-decoration-041 Text-decoration set to 'underline overline line-through blink' animated,may http://www.w3.org/TR/CSS21/text.html#propdef-text-decoration,http://www.w3.org/TR/CSS21/text.html#lining-striking-props 4024ddc0e64fb403fbbc3eaf46ef4884c94f63ab `Microsoft`<http://www.microsoft.com/> The 'text-decoration' property set to 'underline overline line-through blink' renders the appropriate decorations.
|
|
text-decoration-042 Text-decoration set to 'underline overline blink line-through' animated,may http://www.w3.org/TR/CSS21/text.html#propdef-text-decoration,http://www.w3.org/TR/CSS21/text.html#lining-striking-props 3dd2488c719e494bcde7c71f16fc9acdfc9e2815 `Microsoft`<http://www.microsoft.com/> The 'text-decoration' property set to 'underline overline blink line-through' renders the appropriate decorations.
|
|
text-decoration-043 Text-decoration set to 'underline line-through overline blink' animated,may http://www.w3.org/TR/CSS21/text.html#propdef-text-decoration,http://www.w3.org/TR/CSS21/text.html#lining-striking-props 519f9233edf6017ee51c19a3dcd0cae8666f684e `Microsoft`<http://www.microsoft.com/> The 'text-decoration' property set to 'underline line-through overline blink' renders the appropriate decorations.
|
|
text-decoration-044 Text-decoration set to 'underline line-through blink overline' animated,may http://www.w3.org/TR/CSS21/text.html#propdef-text-decoration,http://www.w3.org/TR/CSS21/text.html#lining-striking-props ae7772d21e08806e134811eaf76ee8306ae626e5 `Microsoft`<http://www.microsoft.com/> The 'text-decoration' property set to 'underline line-through blink overline' renders the appropriate decorations.
|
|
text-decoration-045 Text-decoration set to 'underline blink overline line-through' animated,may http://www.w3.org/TR/CSS21/text.html#propdef-text-decoration,http://www.w3.org/TR/CSS21/text.html#lining-striking-props d410f078c06fb597f143216c6e9470ad892d93e5 `Microsoft`<http://www.microsoft.com/> The 'text-decoration' property set to 'underline blink overline line-through' renders the appropriate decorations.
|
|
text-decoration-046 Text-decoration set to 'underline blink line-through overline' animated,may http://www.w3.org/TR/CSS21/text.html#propdef-text-decoration,http://www.w3.org/TR/CSS21/text.html#lining-striking-props ea6330653797e08b5f39022b99ad644f95f6fc26 `Microsoft`<http://www.microsoft.com/> The 'text-decoration' property set to 'underline blink line-through overline' renders the appropriate decorations.
|
|
text-decoration-047 Text-decoration set to 'overline underline line-through blink' animated,may http://www.w3.org/TR/CSS21/text.html#propdef-text-decoration,http://www.w3.org/TR/CSS21/text.html#lining-striking-props 3c1c1d6a85ed327b56600d351f1cc32f08c625e3 `Microsoft`<http://www.microsoft.com/> The 'text-decoration' property set to 'overline underline line-through blink' renders the appropriate decorations.
|
|
text-decoration-048 Text-decoration set to 'overline underline blink line-through' animated,may http://www.w3.org/TR/CSS21/text.html#propdef-text-decoration,http://www.w3.org/TR/CSS21/text.html#lining-striking-props 267a87f02457bd2df5f843ccf5924ea01f9eff80 `Microsoft`<http://www.microsoft.com/> The 'text-decoration' property set to 'overline underline blink line-through' renders the appropriate decorations.
|
|
text-decoration-049 Text-decoration set to 'overline line-through underline blink' animated,may http://www.w3.org/TR/CSS21/text.html#propdef-text-decoration,http://www.w3.org/TR/CSS21/text.html#lining-striking-props 5ee726d9d2f93d1911d56c184dea959cba30cf3d `Microsoft`<http://www.microsoft.com/> The 'text-decoration' property set to 'overline line-through underline blink' renders the appropriate decorations.
|
|
text-decoration-050 Text-decoration set to 'overline line-through blink underline' animated,may http://www.w3.org/TR/CSS21/text.html#propdef-text-decoration,http://www.w3.org/TR/CSS21/text.html#lining-striking-props 6eb0f5f7282b00248d365254a155ac5bac6bdefd `Microsoft`<http://www.microsoft.com/> The 'text-decoration' property set to 'overline line-through blink underline' renders the appropriate decorations.
|
|
text-decoration-051 Text-decoration set to 'overline blink underline line-through' animated,may http://www.w3.org/TR/CSS21/text.html#propdef-text-decoration,http://www.w3.org/TR/CSS21/text.html#lining-striking-props cb0a137980f50273a1d05ce1977d0ada5a8c9350 `Microsoft`<http://www.microsoft.com/> The 'text-decoration' property set to 'overline blink underline line-through' renders the appropriate decorations.
|
|
text-decoration-052 Text-decoration set to 'overline blink line-through underline' animated,may http://www.w3.org/TR/CSS21/text.html#propdef-text-decoration,http://www.w3.org/TR/CSS21/text.html#lining-striking-props b7fca11a23773d39b326ce72baa8b5234904539f `Microsoft`<http://www.microsoft.com/> The 'text-decoration' property set to 'overline blink line-through underline' renders the appropriate decorations.
|
|
text-decoration-053 Text-decoration set to 'line-through underline overline blink' animated,may http://www.w3.org/TR/CSS21/text.html#propdef-text-decoration,http://www.w3.org/TR/CSS21/text.html#lining-striking-props a9d3100f2cfd2dd7a3eb44203965f15f771f6490 `Microsoft`<http://www.microsoft.com/> The 'text-decoration' property set to 'line-through underline overline blink' renders the appropriate decorations.
|
|
text-decoration-054 Text-decoration set to 'line-through underline blink overline' animated,may http://www.w3.org/TR/CSS21/text.html#propdef-text-decoration,http://www.w3.org/TR/CSS21/text.html#lining-striking-props dcac177f22d371c0a7b3804bdd72da434c9f4cfe `Microsoft`<http://www.microsoft.com/> The 'text-decoration' property set to 'line-through underline blink overline' renders the appropriate decorations.
|
|
text-decoration-055 Text-decoration set to 'line-through overline underline blink' animated,may http://www.w3.org/TR/CSS21/text.html#propdef-text-decoration,http://www.w3.org/TR/CSS21/text.html#lining-striking-props b567232aaaf672700bcb1c2cae78999ca7af7394 `Microsoft`<http://www.microsoft.com/> The 'text-decoration' property set to 'line-through overline underline blink' renders the appropriate decorations.
|
|
text-decoration-056 Text-decoration set to 'line-through overline blink underline' animated,may http://www.w3.org/TR/CSS21/text.html#propdef-text-decoration,http://www.w3.org/TR/CSS21/text.html#lining-striking-props 152d00931648ad8432b5ddfeab9c2b7f0b926e58 `Microsoft`<http://www.microsoft.com/> The 'text-decoration' property set to 'line-through overline blink underline' renders the appropriate decorations.
|
|
text-decoration-057 Text-decoration set to 'line-through blink underline overline' animated,may http://www.w3.org/TR/CSS21/text.html#propdef-text-decoration,http://www.w3.org/TR/CSS21/text.html#lining-striking-props ab0f2faf08d252592ce6d05fb1631d3e073b92f4 `Microsoft`<http://www.microsoft.com/> The 'text-decoration' property set to 'line-through blink underline overline' renders the appropriate decorations.
|
|
text-decoration-058 Text-decoration set to 'line-through blink overline underline' animated,may http://www.w3.org/TR/CSS21/text.html#propdef-text-decoration,http://www.w3.org/TR/CSS21/text.html#lining-striking-props 2aeef3bf49ea72e7f8b536fe4d4244b242b71c5e `Microsoft`<http://www.microsoft.com/> The 'text-decoration' property set to 'line-through blink overline underline' renders the appropriate decorations.
|
|
text-decoration-059 Text-decoration set to 'blink underline overline line-through' animated,may http://www.w3.org/TR/CSS21/text.html#propdef-text-decoration,http://www.w3.org/TR/CSS21/text.html#lining-striking-props c23d5549a7eae67eb82ef323a49ac477d0f3dc90 `Microsoft`<http://www.microsoft.com/> The 'text-decoration' property set to 'blink underline overline line-through' renders the appropriate decorations.
|
|
text-decoration-060 Text-decoration set to 'blink underline line-through overline' animated,may http://www.w3.org/TR/CSS21/text.html#propdef-text-decoration,http://www.w3.org/TR/CSS21/text.html#lining-striking-props af71732a8589b4cb4ac19fa925f8b9e492d31aeb `Microsoft`<http://www.microsoft.com/> The 'text-decoration' property set to 'blink underline line-through overline' renders the appropriate decorations.
|
|
text-decoration-061 Text-decoration set to 'blink overline underline line-through' animated,may http://www.w3.org/TR/CSS21/text.html#propdef-text-decoration,http://www.w3.org/TR/CSS21/text.html#lining-striking-props adbc160126021980f4559af114eaabe068902432 `Microsoft`<http://www.microsoft.com/> The 'text-decoration' property set to 'blink overline underline line-through' renders the appropriate decorations.
|
|
text-decoration-062 Text-decoration set to 'blink overline line-through underline' animated,may http://www.w3.org/TR/CSS21/text.html#propdef-text-decoration,http://www.w3.org/TR/CSS21/text.html#lining-striking-props 5ff25a0d96d5ac6d4b5fa6d5053b088421568971 `Microsoft`<http://www.microsoft.com/> The 'text-decoration' property set to 'blink overline line-through underline' renders the appropriate decorations.
|
|
text-decoration-063 Text-decoration set to 'blink line-through underline overline' animated,may http://www.w3.org/TR/CSS21/text.html#propdef-text-decoration,http://www.w3.org/TR/CSS21/text.html#lining-striking-props 170e4d65b4f1af1271d206bb6c4a066b7c383bbc `Microsoft`<http://www.microsoft.com/> The 'text-decoration' property set to 'blink line-through underline overline' renders the appropriate decorations.
|
|
text-decoration-064 Text-decoration set to 'blink line-through overline underline' animated,may http://www.w3.org/TR/CSS21/text.html#propdef-text-decoration,http://www.w3.org/TR/CSS21/text.html#lining-striking-props 86943445695e404203ba85d64a9dfd3179bc1323 `Microsoft`<http://www.microsoft.com/> The 'text-decoration' property set to 'blink line-through overline underline' renders the appropriate decorations.
|
|
text-decoration-065 Text-decoration set to 'none' http://www.w3.org/TR/CSS21/text.html#propdef-text-decoration,http://www.w3.org/TR/CSS21/text.html#lining-striking-props 3faae82b83875d0e3781edc570ecf4d2be376dd1 `Microsoft`<http://www.microsoft.com/> The 'text-decoration' property set to 'none' does not render any text decorations.
|
|
text-decoration-066 Text-decoration set to 'inherit', inheriting one value http://www.w3.org/TR/CSS21/text.html#propdef-text-decoration,http://www.w3.org/TR/CSS21/text.html#lining-striking-props 2a418861aeb52da2e0062091690cd159bda03330 `Microsoft`<http://www.microsoft.com/> The 'text-decoration' set to 'inherit' on an element will inherit the text-decoration set on the div1 element.
|
|
text-decoration-067 Text-decoration set to 'inherit', inheriting two values http://www.w3.org/TR/CSS21/text.html#propdef-text-decoration,http://www.w3.org/TR/CSS21/text.html#lining-striking-props 05410edff606f67d424bc033283902c04162a092 `Microsoft`<http://www.microsoft.com/> The 'text-decoration' set to 'inherit' on an element will inherit the text-decoration set on the div1 element.
|
|
text-decoration-068 Text-decoration set to 'inherit', inheriting three values http://www.w3.org/TR/CSS21/text.html#propdef-text-decoration,http://www.w3.org/TR/CSS21/text.html#lining-striking-props e51ab3f7e5a23d59e503eb17f85f2aed6f74cbb1 `Microsoft`<http://www.microsoft.com/> The 'text-decoration' set to 'inherit' on an element will inherit the text-decoration set on the div1 element.
|
|
text-decoration-069 Text-decoration set to 'inherit', inheriting four values animated,may http://www.w3.org/TR/CSS21/text.html#propdef-text-decoration,http://www.w3.org/TR/CSS21/text.html#lining-striking-props 8d8fe1718984be9387d0fa19d2b26cb07336be84 `Microsoft`<http://www.microsoft.com/> The 'text-decoration' set to 'inherit' on an element will inherit the text-decoration set on the div1 element.
|
|
text-decoration-070 'text-decoration' - 'color' inheritance http://www.w3.org/TR/CSS21/text.html#lining-striking-props d72ca566b70ec826f89900fc270e4196bfe501ba `James Hopkins`<http://idreamincode.co.uk/css21testsuite> The color of 'text-decoration' of ascendant must be applied to descendants even if descendant elements have different 'color' values
|
|
text-decoration-071 'text-decoration' - inheritance exception 1 http://www.w3.org/TR/CSS21/text.html#lining-striking-props 1bb89590d96b14582f5926d1f0b28e1f48bfde6c `James Hopkins`<http://idreamincode.co.uk/css21testsuite> 'text-decoration' values must not be propagated to floating descendants
|
|
text-decoration-072 'text-decoration' - inheritance exception 2 http://www.w3.org/TR/CSS21/text.html#lining-striking-props 489807861cd46acd937f8e3cc6b7779851a1a174 `James Hopkins`<http://idreamincode.co.uk/css21testsuite> 'text-decoration' values must not be propagated to absolutely-positioned descendants
|
|
text-decoration-073 'text-decoration' - inheritance exception 3 http://www.w3.org/TR/CSS21/text.html#lining-striking-props 0fee58dde7444cde19fa92dcf769030d13e40392 `James Hopkins`<http://idreamincode.co.uk/css21testsuite> 'text-decoration' values must not be propagated to the contents of 'inline-table' descendants
|
|
text-decoration-074 'text-decoration' - inheritance exception 4 http://www.w3.org/TR/CSS21/text.html#lining-striking-props 672c54cc5d0d900894310a7baaa182ed8278fdb4 `James Hopkins`<http://idreamincode.co.uk/css21testsuite> 'text-decoration' values must not be propagated to the contents of 'inline-block' descendants
|
|
text-decoration-081 text-decoration underlining and spaces http://www.w3.org/TR/CSS21/text.html#lining-striking-props 31d0a86f4326a65c6535a5517b2980a57e923c0b `Ian Hickson`<mailto:ian@hixie.ch>,`Elika J. Etemad`<http://fantasai.inkedblade.net/contact>
|
|
text-decoration-082 text-decoration underlining and images http://www.w3.org/TR/CSS21/text.html#lining-striking-props 5335faa258d79c4e45a3d862f039b087713fe7ac `Ian Hickson`<mailto:ian@hixie.ch>,`Elika J. Etemad`<http://fantasai.inkedblade.net/contact>
|
|
text-decoration-083 text-decoration underlining and images http://www.w3.org/TR/CSS21/text.html#lining-striking-props 8549de78bf06e256b7df4c5c777e880b795e369b `Ian Hickson`<mailto:ian@hixie.ch>,`Elika J. Etemad`<http://fantasai.inkedblade.net/contact>
|
|
text-decoration-084 text-decoration underlining and images http://www.w3.org/TR/CSS21/text.html#lining-striking-props 4ea515af057154a25a7d048ac24eb3f2ec58d555 `Ian Hickson`<mailto:ian@hixie.ch>,`Elika J. Etemad`<http://fantasai.inkedblade.net/contact>
|
|
text-decoration-085 text-decoration with block children http://www.w3.org/TR/CSS21/text.html#lining-striking-props c1226ed2ff85d6027d6500873a9dc53d4ae2095b `Ian Hickson`<mailto:ian@hixie.ch>
|
|
text-decoration-086 text-decoration with block children http://www.w3.org/TR/CSS21/text.html#lining-striking-props 7fed16cc681bd4b5a40f2867cffa6bae0a6d0610 `Ian Hickson`<mailto:ian@hixie.ch>
|
|
text-decoration-087 text-decoration with inline children http://www.w3.org/TR/CSS21/text.html#lining-striking-props ed8fce94bbce5b996755643ee7d41a8edb9923d6 `Ian Hickson`<mailto:ian@hixie.ch>
|
|
text-decoration-088 text-decoration with block children http://www.w3.org/TR/CSS21/text.html#lining-striking-props ffaab9adfb12f6800393b23dcaf29cdf13370695 `Ian Hickson`<mailto:ian@hixie.ch>
|
|
text-decoration-089 text-decoration with inline children http://www.w3.org/TR/CSS21/text.html#lining-striking-props f7127087593d59cb838b64e22135f5d7ca2b7404 `Ian Hickson`<mailto:ian@hixie.ch>
|
|
text-decoration-a-element-001 Text-decoration set to 'underline' on a elements (spec example) http://www.w3.org/TR/CSS21/text.html#lining-striking-props 50d9a9de207ed0ebd24736b239600687d2b6861d `Microsoft`<http://www.microsoft.com/> Text-decoration set to 'underline' is applied to a elements.
|
|
text-decoration-applies-to-001 Text-decoration application on an 'inline' element http://www.w3.org/TR/CSS21/text.html#propdef-text-decoration,http://www.w3.org/TR/CSS21/text.html#lining-striking-props 4aa354377fc5a71090ddda423be21cd90a83540a `Microsoft`<http://www.microsoft.com/> The 'text-decoration' property applies to an 'inline' element.
|
|
text-decoration-applies-to-002 Text-decoration application on a 'block' element http://www.w3.org/TR/CSS21/text.html#propdef-text-decoration,http://www.w3.org/TR/CSS21/text.html#lining-striking-props fad07387b8a415f84f3e5328e91d3f9e89395792 `Microsoft`<http://www.microsoft.com/> The 'text-decoration' property applies to a 'block' element.
|
|
text-decoration-applies-to-003 Text-decoration application on a 'list-item' element http://www.w3.org/TR/CSS21/text.html#propdef-text-decoration,http://www.w3.org/TR/CSS21/text.html#lining-striking-props 02ff5b7d01eb4377888957261d23c7b3257911ce `Microsoft`<http://www.microsoft.com/> The 'text-decoration' property applies to a 'list-item' element.
|
|
text-decoration-applies-to-004 Text-decoration application on a 'run-in' element http://www.w3.org/TR/CSS21/text.html#propdef-text-decoration,http://www.w3.org/TR/CSS21/text.html#lining-striking-props d7909625467a6cc4d9fa05cca1882e265e3ca971 `Microsoft`<http://www.microsoft.com/> The 'text-decoration' property applies to a 'run-in' element.
|
|
text-decoration-applies-to-005 Text-decoration application on an 'inline-block' element http://www.w3.org/TR/CSS21/text.html#propdef-text-decoration,http://www.w3.org/TR/CSS21/text.html#lining-striking-props fd693dee70e153b6fde4002647b65bfddb8ba9d2 `Microsoft`<http://www.microsoft.com/> The 'text-decoration' property applies to an 'inline-block' element.
|
|
text-decoration-applies-to-006 Text-decoration application on a 'table' element http://www.w3.org/TR/CSS21/text.html#propdef-text-decoration,http://www.w3.org/TR/CSS21/text.html#lining-striking-props 3999b9cc783e1dd421934a35e52ccc585a59bab0 `Microsoft`<http://www.microsoft.com/> The 'text-decoration' property applies to a 'table' element.
|
|
text-decoration-applies-to-007 Text-decoration application on an 'inline-table' element http://www.w3.org/TR/CSS21/text.html#propdef-text-decoration,http://www.w3.org/TR/CSS21/text.html#lining-striking-props 935dcab22a02a2186712a0c9c584f2b60e8704b9 `Microsoft`<http://www.microsoft.com/> The 'text-decoration' property applies to an 'inline-table' element.
|
|
text-decoration-applies-to-008 Text-decoration application on a 'table-row-group' element http://www.w3.org/TR/CSS21/text.html#propdef-text-decoration,http://www.w3.org/TR/CSS21/text.html#lining-striking-props 3e09de63f6cd936b0e42151c2fd98e56f912cf0c `Microsoft`<http://www.microsoft.com/> The 'text-decoration' property applies to a 'table-row-group' element.
|
|
text-decoration-applies-to-009 Text-decoration application on a 'table-header-group' element http://www.w3.org/TR/CSS21/text.html#propdef-text-decoration,http://www.w3.org/TR/CSS21/text.html#lining-striking-props f229d9b95ee39b7807c130691d3228b8c78dd368 `Microsoft`<http://www.microsoft.com/> The 'text-decoration' property applies to a 'table-header-group' element.
|
|
text-decoration-applies-to-010 Text-decoration application on a 'table-footer-group' element http://www.w3.org/TR/CSS21/text.html#propdef-text-decoration,http://www.w3.org/TR/CSS21/text.html#lining-striking-props c92a37577c585fc8fbd7cdd8f5fcbc33ba07f9ef `Microsoft`<http://www.microsoft.com/> The 'text-decoration' property applies to a 'table-footer-group' element.
|
|
text-decoration-applies-to-011 Text-decoration application on a 'table-row' element http://www.w3.org/TR/CSS21/text.html#propdef-text-decoration,http://www.w3.org/TR/CSS21/text.html#lining-striking-props 5b7313ffddda16cc1ead345ac48318ecb1faef43 `Microsoft`<http://www.microsoft.com/> The 'text-decoration' property applies to a 'table-row' element.
|
|
text-decoration-applies-to-012 Text-decoration application on a table-column-group element http://www.w3.org/TR/CSS21/text.html#propdef-text-decoration,http://www.w3.org/TR/CSS21/text.html#lining-striking-props 6c513d33b6ddba227b5cb3620ba9a5d31429ef03 `Microsoft`<http://www.microsoft.com/> The 'text-decoration' property does not apply to a table-column-group element
|
|
text-decoration-applies-to-013 Text-decoration application on a table-column element http://www.w3.org/TR/CSS21/text.html#propdef-text-decoration,http://www.w3.org/TR/CSS21/text.html#lining-striking-props 9dffa4769d1e560518596f4c167c35f79a5614a8 `Microsoft`<http://www.microsoft.com/> The 'text-decoration' property does not apply to a table-column element
|
|
text-decoration-applies-to-014 Text-decoration application on a 'table-cell' element http://www.w3.org/TR/CSS21/text.html#propdef-text-decoration,http://www.w3.org/TR/CSS21/text.html#lining-striking-props a38b7a8381ea63bc33e6ba6580a7d62e931c5d1f `Microsoft`<http://www.microsoft.com/> The 'text-decoration' property applies to a 'table-cell' element.
|
|
text-decoration-applies-to-015 Text-decoration application on a 'table-caption' element http://www.w3.org/TR/CSS21/text.html#propdef-text-decoration,http://www.w3.org/TR/CSS21/text.html#lining-striking-props bb59040c80c52c99f98479371c478545790495f3 `Microsoft`<http://www.microsoft.com/> The 'text-decoration' property applies to a 'table-caption' element.
|
|
text-decoration-border-001 Text-decoration set to 'underline' on 'border' http://www.w3.org/TR/CSS21/text.html#lining-striking-props c2cff1702ae8e1ba2634a8b95172322e41ba1b98 `Microsoft`<http://www.microsoft.com/> The 'text-decoration' property set to 'underline' is not applied to 'border' in elements.
|
|
text-decoration-border-002 Text-decoration set to 'overline' on 'border' http://www.w3.org/TR/CSS21/text.html#lining-striking-props d5266dff650b14155a100704ae390c7bf7a84618 `Microsoft`<http://www.microsoft.com/> The 'text-decoration' property set to 'overline' is not applied to 'border' in elements.
|
|
text-decoration-border-003 Text-decoration set to 'line-through' on 'border' http://www.w3.org/TR/CSS21/text.html#lining-striking-props 6ea9a487c98db9100e454083968d76a29d7afecb `Microsoft`<http://www.microsoft.com/> The 'text-decoration' property set to 'line-through' is not applied to 'border' in elements.
|
|
text-decoration-color-001 Text-decoration with 'color' http://www.w3.org/TR/CSS21/text.html#lining-striking-props 291aa4967140028b4f7277382b9755fa4a3540d4 `Microsoft`<http://www.microsoft.com/> Text-decoration is the color set on the element.
|
|
text-decoration-color-002 Text-decoration and 'color' on parent elements http://www.w3.org/TR/CSS21/text.html#lining-striking-props 2f9eb95703b3d65045b6f1f4a26f0d29c145ef0e `Microsoft`<http://www.microsoft.com/> The 'text-decoration' property set to 'color' is equal to the color on the element with 'text-decoration' set on it, even if a descendent element has a different color.
|
|
text-decoration-image-001 Text-decoration on images image http://www.w3.org/TR/CSS21/text.html#lining-striking-props fb42dfe47cfccca20b9dc5c8ac15cd493e9aa084 `Microsoft`<http://www.microsoft.com/> Text-decoration is not applied to images.
|
|
text-decoration-margin-001 Text-decoration set to 'underline' on 'margin' http://www.w3.org/TR/CSS21/text.html#lining-striking-props 5aed791bd80383ff66f9eee2e668e52d8ef6ef6b `Microsoft`<http://www.microsoft.com/> The 'text-decoration' property set to 'underline' is not applied to 'margin' in elements.
|
|
text-decoration-margin-002 Text-decoration set to 'overline' on 'margin' http://www.w3.org/TR/CSS21/text.html#lining-striking-props 825f94ac39e740fc6206f3c795bd45e6e30838bc `Microsoft`<http://www.microsoft.com/> The 'text-decoration' property set to 'overline' is not applied to 'margin' in elements.
|
|
text-decoration-margin-003 Text-decoration set to 'line-through' on 'margin' http://www.w3.org/TR/CSS21/text.html#lining-striking-props 5f6b4389a0d9b1078fc8e2d506cd91c533c9b70d `Microsoft`<http://www.microsoft.com/> The 'text-decoration' property set to 'line-through' is not applied to 'margin' in elements.
|
|
text-decoration-padding-001 Text-decoration set to 'underline' on 'padding' http://www.w3.org/TR/CSS21/text.html#lining-striking-props de69b3a8d938796c0e82194fe1fbb7e7430d25df `Microsoft`<http://www.microsoft.com/> The 'text-decoration' property set to 'underline' is not applied to 'padding' in elements.
|
|
text-decoration-padding-002 Text-decoration set to 'overline' on 'padding' http://www.w3.org/TR/CSS21/text.html#lining-striking-props e81a646b727dc24c24b4e52da5630a9ff313c826 `Microsoft`<http://www.microsoft.com/> The 'text-decoration' property set to 'overline' is not applied to 'padding' in elements.
|
|
text-decoration-padding-003 Text-decoration set to 'line-through' on 'padding' http://www.w3.org/TR/CSS21/text.html#lining-striking-props 2852925f9f26bb5f7cf36fd199ed7fc221166920 `Microsoft`<http://www.microsoft.com/> The 'text-decoration' property set to 'line-through' is not applied to 'padding' in elements.
|
|
text-decoration-parent-child-001 Text-decoration on ancestors http://www.w3.org/TR/CSS21/text.html#lining-striking-props 5537868ab64f81fc6d85c872232f0d9d4079e1f9 `Microsoft`<http://www.microsoft.com/> Text-decoration on a child does not affect the parent element's 'text-decoration'.
|
|
text-decoration-position-001 text-decoration: overline - font-size http://www.w3.org/TR/CSS21/text.html#lining-striking-props dfba920945f9e7d79048b1597896060732ec5316 `Gérard Talbot`<http://www.gtalbot.org/BrowserBugsSection/css21testsuite/> The position of text decoration lines must be determined in relation to the same baseline.
|
|
text-decoration-propagation-001 Text-decoration on inline elements with multiple boxes http://www.w3.org/TR/CSS21/text.html#lining-striking-props 1f340373c5b598b07a23e9604ad5face92273ec0 `Microsoft`<http://www.microsoft.com/> The 'text-decoration' property set to 'underline' is applied to all boxes within inline element (in this case, with different styles).
|
|
text-decoration-propagation-002 Text-decoration inheritance to inline elements http://www.w3.org/TR/CSS21/text.html#lining-striking-props b05e8a126267234fb1cf748f950898089fbc0cfc `Microsoft`<http://www.microsoft.com/> Text-decoration is applied to anonymous inline element for block level elements with text not in inline element.
|
|
text-decoration-propagation-003 Text-decoration inheritance to block level elements http://www.w3.org/TR/CSS21/text.html#lining-striking-props 007e3f4750e3573cb1e12942de765df53b0051e5 `Microsoft`<http://www.microsoft.com/> Text-decoration is inherited by block level elements from block level elements.
|
|
text-decoration-propagation-004 Text-decoration on floated children http://www.w3.org/TR/CSS21/text.html#lining-striking-props adeea0909dc76c1fcb28e6c97ee17d6c42f2203b `Microsoft`<http://www.microsoft.com/> Text-decoration is not propagated to children elements that are floated.
|
|
text-decoration-propagation-005 Text-decoration on absolutely positioned children http://www.w3.org/TR/CSS21/text.html#lining-striking-props 5d1e37f4680d3e2e7396318e83ae3d55c33ad0cf `Microsoft`<http://www.microsoft.com/> Text-decoration is not propagated to children elements that are absolutely positioned.
|
|
text-decoration-propagation-006 Text-decoration on 'inline-table' children http://www.w3.org/TR/CSS21/text.html#lining-striking-props ae118165232e41e2e66ed73f47eb018bf3e8a117 `Microsoft`<http://www.microsoft.com/> Text-decoration is not propagated to children elements that are 'inline-tables'.
|
|
text-decoration-propagation-007 Text-decoration on 'inline-block' children http://www.w3.org/TR/CSS21/text.html#lining-striking-props 948cf44cf476965e5f5262db648f10bf7c89e743 `Microsoft`<http://www.microsoft.com/> Text-decoration is not propagated to children elements that are 'inline-block'.
|
|
text-decoration-relative-001 Text-decoration on descendents with relative positioning http://www.w3.org/TR/CSS21/text.html#lining-striking-props e456b279139b24afdf11177bf2ebdfca91d1d2dc `Microsoft`<http://www.microsoft.com/> Text-decoration is moved with relative positioned elements.
|
|
text-decoration-space-001 Text-decoration set to 'underline' on white space http://www.w3.org/TR/CSS21/text.html#lining-striking-props aa42b0d99aa681b1761cb4afde8bdce84b5a07c9 `Microsoft`<http://www.microsoft.com/> The 'text-decoration' property set to 'underline' is applied to white space in elements.
|
|
text-decoration-space-002 Text-decoration set to 'overline' on white space http://www.w3.org/TR/CSS21/text.html#lining-striking-props 756d02128ec084a23beab275a8ad35b1aa43a8cb `Microsoft`<http://www.microsoft.com/> The 'text-decoration' property set to 'overline' is applied to white space in elements.
|
|
text-decoration-space-003 Text-decoration set to 'line-through' on white space http://www.w3.org/TR/CSS21/text.html#lining-striking-props 08871d6e55e4591499d12b14d84a21e56468acc3 `Microsoft`<http://www.microsoft.com/> The 'text-decoration' property set to 'line-through' is applied to white space in elements.
|
|
text-decoration-space-004 Text-decoration set to 'underline' on 'letter-spacing' http://www.w3.org/TR/CSS21/text.html#lining-striking-props 68371b19a7e6f4f47e6b1092d261c6a3f4c796d5 `Microsoft`<http://www.microsoft.com/> The 'text-decoration' property set to 'underline' is applied to 'letter-spacing' in elements.
|
|
text-decoration-space-005 Text-decoration set to 'overline' on 'letter-spacing' http://www.w3.org/TR/CSS21/text.html#lining-striking-props a710e73c36460fb6a8debc3643106654b39b4f7c `Microsoft`<http://www.microsoft.com/> The 'text-decoration' property set to 'overline' is applied to 'letter-spacing' in elements.
|
|
text-decoration-space-006 Text-decoration set to 'line-through' on 'letter-spacing' http://www.w3.org/TR/CSS21/text.html#lining-striking-props 4ef9072d7f8cba8f2dd06fc6badb6b55db436675 `Microsoft`<http://www.microsoft.com/> The 'text-decoration' property set to 'line-through' is applied to 'letter-spacing' in elements.
|
|
text-decoration-space-007 Text-decoration set to 'underline' on 'word-spacing' http://www.w3.org/TR/CSS21/text.html#lining-striking-props 330683ab10f7771f44ced57666e4d96766ce02f2 `Microsoft`<http://www.microsoft.com/> The 'text-decoration' property set to 'underline' is applied to 'word-spacing' in elements.
|
|
text-decoration-space-008 Text-decoration set to 'overline' on 'word-spacing' http://www.w3.org/TR/CSS21/text.html#lining-striking-props dae62c6a5ca5b7c632ad3fde9e64389b8ec15f60 `Microsoft`<http://www.microsoft.com/> The 'text-decoration' property set to 'overline' is applied to 'word-spacing' in elements.
|
|
text-decoration-space-009 Text-decoration set to 'line-through' on 'word-spacing' http://www.w3.org/TR/CSS21/text.html#lining-striking-props c496a70209bd6109d3787521a747247dcd43742f `Microsoft`<http://www.microsoft.com/> The 'text-decoration' property set to 'line-through' is applied to 'word-spacing' in elements.
|
|
text-decoration-thickness-001 Text-decoration underline across elements with different font sizes http://www.w3.org/TR/CSS21/text.html#lining-striking-props 4fad93de9352efe25679496a2d7fa16d95d303fb `Microsoft`<http://www.microsoft.com/> Thickness and baseline are the same for all children of elements with 'text-decoration' set.
|
|
text-decoration-va-length-001 reference/text-decoration-va-length-001-ref text-decoration: overline - vertical-align: <length> http://www.w3.org/TR/CSS21/text.html#lining-striking-props 0bacf94f7d1f055887b93b9fd8fa1f9c891b6017 `Gérard Talbot`<http://www.gtalbot.org/BrowserBugsSection/css21testsuite/> The position of text decoration lines must be determined in relation to the same baseline and is not affected by 'vertical-align' applied on its descendants.
|
|
text-decoration-va-length-002 reference/text-decoration-va-length-002-ref text-decoration: underline - vertical-align: <length> http://www.w3.org/TR/CSS21/text.html#lining-striking-props e24e310cc7d04d9079ef2978d9b1ca032d78ca3f `Gérard Talbot`<http://www.gtalbot.org/BrowserBugsSection/css21testsuite/> The position of text decoration lines must be determined in relation to the same baseline and is not affected by 'vertical-align' applied on its descendants.
|
|
text-decoration-va-sub-super-001 text-decoration: line-through - vertical-align: sub http://www.w3.org/TR/CSS21/text.html#lining-striking-props 50271622fa23f18b7e6f6bb236d6396a2dbf7eef `Gérard Talbot`<http://www.gtalbot.org/BrowserBugsSection/css21testsuite/> The position of text decoration lines must be determined in relation to the same baseline and is not affected by 'vertical-align' applied on its descendants.
|
|
text-decoration-va-sub-super-002 text-decoration: line-through - vertical-align: sub http://www.w3.org/TR/CSS21/text.html#lining-striking-props a57cb2479f85ecc5e33c1891988715e6701863fd `Gérard Talbot`<http://www.gtalbot.org/BrowserBugsSection/css21testsuite/> The position of text decoration lines must be determined in relation to the same baseline and is not affected by 'vertical-align' applied on its descendants.
|
|
text-decoration-va-sub-super-003 text-decoration: line-through - vertical-align: super http://www.w3.org/TR/CSS21/text.html#lining-striking-props 7fa3eda1cffaa29cda300f369dda7ee939238f3e `Gérard Talbot`<http://www.gtalbot.org/BrowserBugsSection/css21testsuite/> The position of text decoration lines must be determined in relation to the same baseline and is not affected by 'vertical-align' applied on its descendants.
|
|
text-decoration-va-sub-super-004 text-decoration: line-through - vertical-align: super http://www.w3.org/TR/CSS21/text.html#lining-striking-props a749316bb50b5b001bebc8a4123a7386e6141629 `Gérard Talbot`<http://www.gtalbot.org/BrowserBugsSection/css21testsuite/> The position of text decoration lines must be determined in relation to the same baseline and is not affected by 'vertical-align' applied on its descendants.
|
|
text-indent-004 Text-indent using pixels with a negative zero value, -0px ahem http://www.w3.org/TR/CSS21/text.html#propdef-text-indent,http://www.w3.org/TR/CSS21/text.html#indentation-prop 6052ff79b347250c740fecfc5c868626b92a172c `Microsoft`<http://www.microsoft.com/> The 'text-indent' property sets a negative zero length value in pixels.
|
|
text-indent-005 Text-indent using pixels with a zero value, 0px ahem http://www.w3.org/TR/CSS21/text.html#propdef-text-indent,http://www.w3.org/TR/CSS21/text.html#indentation-prop 7dc7ad4d9d1baa5904a197746734090b8828777d `Microsoft`<http://www.microsoft.com/> Ensure that text-indent 0px adds 0px in front of the text.
|
|
text-indent-006 Text-indent using pixels with a positive zero value, +0px ahem http://www.w3.org/TR/CSS21/text.html#propdef-text-indent,http://www.w3.org/TR/CSS21/text.html#indentation-prop 550097e04bae428df741c2245fec418c4da745dd `Microsoft`<http://www.microsoft.com/> Ensure that text-indent +0px adds 0px in front of the text.
|
|
text-indent-007 Text-indent using pixels with a nominal value, 96px ahem http://www.w3.org/TR/CSS21/text.html#propdef-text-indent,http://www.w3.org/TR/CSS21/text.html#indentation-prop 03a3d96814d82aab9b0452e5eb53771282fdbde7 `Microsoft`<http://www.microsoft.com/> Ensure that text-indent 96px adds 96px in front of the text.
|
|
text-indent-008 Text-indent using pixels with a nominal value with a plus sign, +96px ahem http://www.w3.org/TR/CSS21/text.html#propdef-text-indent,http://www.w3.org/TR/CSS21/text.html#indentation-prop 635b3580ff623c2cab8924a952878de9494dad1f `Microsoft`<http://www.microsoft.com/> Ensure that text-indent +96px adds 96px in front of the text.
|
|
text-indent-010 CSS text-indent: Negative http://www.w3.org/TR/CSS21/text.html#indentation-prop 55b44aa42a4b15a84dc2f762f632f1bcdd013896 `Ian Hickson`<mailto:ian@hixie.ch>
|
|
text-indent-011 CSS text-indent: Percentages http://www.w3.org/TR/CSS21/text.html#indentation-prop 9e8f87ac98c1b22fb4da3c87e86fbe3992da3f61 `Ian Hickson`<mailto:ian@hixie.ch>
|
|
text-indent-012 reference/text-indent-012-ref CSS text-indent: Hyatt's Evil Test Which Mixes Lots Of Stuff ahem http://www.w3.org/TR/CSS21/text.html#indentation-prop 15efde6b9f78182b928b7d991ee6f084d8cf3ace `Ian Hickson`<mailto:ian@hixie.ch>
|
|
text-indent-013 CSS text-indent: Floats http://www.w3.org/TR/CSS21/text.html#indentation-prop 80e1d53895dff51c2150ade505af3ed4230161c8 `Ian Hickson`<mailto:ian@hixie.ch>
|
|
text-indent-014 text-indent on anonymous blocks http://www.w3.org/TR/CSS21/text.html#indentation-prop 4f7574dcc64d32886480353e018d74cc1e870879 `Elika J. Etemad`<http://fantasai.inkedblade.net/contact> text-indent affects only the first line of a block container if that line is also the first formatted line of an element.
|
|
text-indent-016 Text-indent using points with a negative zero value, -0pt ahem http://www.w3.org/TR/CSS21/text.html#propdef-text-indent,http://www.w3.org/TR/CSS21/text.html#indentation-prop 0ebe4b7cec99354ed1d140a68aeb0d3275544d21 `Microsoft`<http://www.microsoft.com/> Ensure that text-indent -0 pt adds 0pt in front of the text.
|
|
text-indent-017 Text-indent using points with a zero value, 0pt ahem http://www.w3.org/TR/CSS21/text.html#propdef-text-indent,http://www.w3.org/TR/CSS21/text.html#indentation-prop c4f057f8250668fa0b091543904a1da07e5d2f5e `Microsoft`<http://www.microsoft.com/> Ensure that text-indent 0pt adds 0pt in front of the text.
|
|
text-indent-018 Text-indent using points with a positive zero value, +0pt ahem http://www.w3.org/TR/CSS21/text.html#propdef-text-indent,http://www.w3.org/TR/CSS21/text.html#indentation-prop 3626351397e0201d3188a0f4a1f5de798935b8e7 `Microsoft`<http://www.microsoft.com/> Ensure that text-indent +0pt adds 0pt in front of the text.
|
|
text-indent-019 Text-indent using points with a nominal value, 72pt ahem http://www.w3.org/TR/CSS21/text.html#propdef-text-indent,http://www.w3.org/TR/CSS21/text.html#indentation-prop 716a96fe69075a6aa36fa27092efbec315355b55 `Microsoft`<http://www.microsoft.com/> Ensure that text-indent 72pt adds 72pt in front of the text.
|
|
text-indent-020 Text-indent using points with a nominal value with a plus sign, +72pt ahem http://www.w3.org/TR/CSS21/text.html#propdef-text-indent,http://www.w3.org/TR/CSS21/text.html#indentation-prop 57a1a7217dc0fd2ac7c3d573d9efb5b1f1a1c5ca `Microsoft`<http://www.microsoft.com/> Ensure that text-indent +72pt adds 72pt in front of the text.
|
|
text-indent-028 Text-indent using picas with a negative zero value, -0pc ahem http://www.w3.org/TR/CSS21/text.html#propdef-text-indent,http://www.w3.org/TR/CSS21/text.html#indentation-prop c9545606bbcc0d66e2534783b1e5616cfa42e96c `Microsoft`<http://www.microsoft.com/> Ensure that text-indent -0 pc adds 0pc in front of the text.
|
|
text-indent-029 Text-indent using picas with a zero value, 0pc ahem http://www.w3.org/TR/CSS21/text.html#propdef-text-indent,http://www.w3.org/TR/CSS21/text.html#indentation-prop 3dd6216eae5007c6121cc2ce655c21372664dfcb `Microsoft`<http://www.microsoft.com/> Ensure that text-indent 0pc adds 0pc in front of the text.
|
|
text-indent-030 Text-indent using picas with a positive zero value, +0pc ahem http://www.w3.org/TR/CSS21/text.html#propdef-text-indent,http://www.w3.org/TR/CSS21/text.html#indentation-prop 8a695e630a8d29a904f93eedbf3f5f48b30f9cbe `Microsoft`<http://www.microsoft.com/> Ensure that text-indent +0pc adds 0pc in front of the text.
|
|
text-indent-031 Text-indent using picas with a nominal value, 6pc ahem http://www.w3.org/TR/CSS21/text.html#propdef-text-indent,http://www.w3.org/TR/CSS21/text.html#indentation-prop db16a227c27b18077d6aeb938e84b567617d9109 `Microsoft`<http://www.microsoft.com/> Ensure that text-indent 6pc adds 6pc in front of the text.
|
|
text-indent-032 Text-indent using picas with a nominal value with a plus sign, +6pc ahem http://www.w3.org/TR/CSS21/text.html#propdef-text-indent,http://www.w3.org/TR/CSS21/text.html#indentation-prop 9594bd51010cc0cb17889fd8394377aa7993e03c `Microsoft`<http://www.microsoft.com/> Ensure that text-indent +6pc adds 6pc in front of the text.
|
|
text-indent-040 Text-indent using centimeters with a negative zero value, -0cm ahem http://www.w3.org/TR/CSS21/text.html#propdef-text-indent,http://www.w3.org/TR/CSS21/text.html#indentation-prop d5f670061cb6d54af75e70233d966f34774c5fb5 `Microsoft`<http://www.microsoft.com/> Ensure that text-indent -0 cm adds 0cm in front of the text.
|
|
text-indent-041 Text-indent using centimeters with a zero value, 0cm ahem http://www.w3.org/TR/CSS21/text.html#propdef-text-indent,http://www.w3.org/TR/CSS21/text.html#indentation-prop fc0b8ea2add10f52b1593aa3d90c439fda0facb4 `Microsoft`<http://www.microsoft.com/> Ensure that text-indent 0cm adds 0cm in front of the text.
|
|
text-indent-042 Text-indent using centimeters with a positive zero value, +0cm ahem http://www.w3.org/TR/CSS21/text.html#propdef-text-indent,http://www.w3.org/TR/CSS21/text.html#indentation-prop 1cb7a9a17a82720b4a1e3c34fccf5c9e3cffa775 `Microsoft`<http://www.microsoft.com/> Ensure that text-indent +0cm adds 0cm in front of the text.
|
|
text-indent-043 Text-indent using centimeters with a nominal value, 2.54cm ahem http://www.w3.org/TR/CSS21/text.html#propdef-text-indent,http://www.w3.org/TR/CSS21/text.html#indentation-prop e672e965e514842eb1686da78104c600dada5b03 `Microsoft`<http://www.microsoft.com/> Ensure that text-indent 2.54cm adds 2.54cm in front of the text.
|
|
text-indent-044 Text-indent using centimeters with a nominal value with a plus sign, +2.54cm ahem http://www.w3.org/TR/CSS21/text.html#propdef-text-indent,http://www.w3.org/TR/CSS21/text.html#indentation-prop 808ac70957a9a22e1e9c7e4a95755d07674dfeb0 `Microsoft`<http://www.microsoft.com/> Ensure that text-indent +2.54cm adds 2.54cm in front of the text.
|
|
text-indent-052 Text-indent using millimeters with a negative zero value, -0mm ahem http://www.w3.org/TR/CSS21/text.html#propdef-text-indent,http://www.w3.org/TR/CSS21/text.html#indentation-prop fe6edde37d7aad069a70c61951cb85726f83f8c6 `Microsoft`<http://www.microsoft.com/> Ensure that text-indent -0 mm adds 0mm in front of the text.
|
|
text-indent-053 Text-indent using millimeters with a zero value, 0mm ahem http://www.w3.org/TR/CSS21/text.html#propdef-text-indent,http://www.w3.org/TR/CSS21/text.html#indentation-prop 224b9ea1c453bb6231a8de0c5ec64c464e424e1b `Microsoft`<http://www.microsoft.com/> Ensure that text-indent 0mm adds 0mm in front of the text.
|
|
text-indent-054 Text-indent using millimeters with a positive zero value, +0mm ahem http://www.w3.org/TR/CSS21/text.html#propdef-text-indent,http://www.w3.org/TR/CSS21/text.html#indentation-prop aaf3e3ecfb4139896756a3721c23e3b3aa1fb098 `Microsoft`<http://www.microsoft.com/> Ensure that text-indent +0mm adds 0mm in front of the text.
|
|
text-indent-055 Text-indent using millimeters with a nominal value, 25.4mm ahem http://www.w3.org/TR/CSS21/text.html#propdef-text-indent,http://www.w3.org/TR/CSS21/text.html#indentation-prop d033c8b88dac48b239b5921bb598fd8ba145cbb7 `Microsoft`<http://www.microsoft.com/> Ensure that text-indent 25.4mm adds 25.4mm in front of the text.
|
|
text-indent-056 Text-indent using millimeters with a nominal value with a plus sign, +25.4mm ahem http://www.w3.org/TR/CSS21/text.html#propdef-text-indent,http://www.w3.org/TR/CSS21/text.html#indentation-prop 65bf22bf3cc801a54e0a81cea6f85d288b931876 `Microsoft`<http://www.microsoft.com/> Ensure that text-indent +25.4mm adds 25.4mm in front of the text.
|
|
text-indent-064 Text-indent using inches with a negative zero value, -0in ahem http://www.w3.org/TR/CSS21/text.html#propdef-text-indent,http://www.w3.org/TR/CSS21/text.html#indentation-prop ee8d396761914fe937ff498273bec23bdd4660f3 `Microsoft`<http://www.microsoft.com/> Ensure that text-indent -0 in adds 0in in front of the text.
|
|
text-indent-065 Text-indent using inches with a zero value, 0in ahem http://www.w3.org/TR/CSS21/text.html#propdef-text-indent,http://www.w3.org/TR/CSS21/text.html#indentation-prop 9fe9d87ad54b08852d2dcc84a851b24b42e63fcb `Microsoft`<http://www.microsoft.com/> Ensure that text-indent 0in adds 0in in front of the text.
|
|
text-indent-066 Text-indent using inches with a positive zero value, +0in ahem http://www.w3.org/TR/CSS21/text.html#propdef-text-indent,http://www.w3.org/TR/CSS21/text.html#indentation-prop 2e1b896685158745e8fcb8b119bea1406e05b29e `Microsoft`<http://www.microsoft.com/> Ensure that text-indent +0in adds 0in in front of the text.
|
|
text-indent-067 Text-indent using inches with a nominal value, 1in ahem http://www.w3.org/TR/CSS21/text.html#propdef-text-indent,http://www.w3.org/TR/CSS21/text.html#indentation-prop 328d757e0c4278a1031bb24c5d2bb0703b5f3fd9 `Microsoft`<http://www.microsoft.com/> Ensure that text-indent 1in adds 1in in front of the text.
|
|
text-indent-068 Text-indent using inches with a nominal value with a plus sign, +1in ahem http://www.w3.org/TR/CSS21/text.html#propdef-text-indent,http://www.w3.org/TR/CSS21/text.html#indentation-prop e571e3d1c184050c3f9d1d618bbb8d7f41f8d9df `Microsoft`<http://www.microsoft.com/> Ensure that text-indent +1in adds 1in in front of the text.
|
|
text-indent-076 Text-indent using 'em' units with a negative zero value, -0em ahem http://www.w3.org/TR/CSS21/text.html#propdef-text-indent,http://www.w3.org/TR/CSS21/text.html#indentation-prop b3368f6802344ae87b5735532bc557fa65279c7b `Microsoft`<http://www.microsoft.com/> Ensure that text-indent -0 em adds 0em in front of the text.
|
|
text-indent-077 Text-indent using 'em' units with a zero value, 0em ahem http://www.w3.org/TR/CSS21/text.html#propdef-text-indent,http://www.w3.org/TR/CSS21/text.html#indentation-prop d50e4eaf7e340cfbd919698c9eeb36cc6b43ca5b `Microsoft`<http://www.microsoft.com/> Ensure that text-indent 0em adds 0em in front of the text.
|
|
text-indent-078 Text-indent using 'em' units with a positive zero value, +0em ahem http://www.w3.org/TR/CSS21/text.html#propdef-text-indent,http://www.w3.org/TR/CSS21/text.html#indentation-prop 84951bba0167ec5507f5c9ffcaeecfae31afd3c9 `Microsoft`<http://www.microsoft.com/> Ensure that text-indent +0em adds 0em in front of the text.
|
|
text-indent-079 Text-indent using 'em' units with a nominal value, 6em ahem http://www.w3.org/TR/CSS21/text.html#propdef-text-indent,http://www.w3.org/TR/CSS21/text.html#indentation-prop 626d5fbe81861536ce32bf121e8118766e4b15e6 `Microsoft`<http://www.microsoft.com/> Ensure that text-indent 6em adds 6em in front of the text.
|
|
text-indent-080 Text-indent using 'em' units with a nominal value with a plus sign, +6em ahem http://www.w3.org/TR/CSS21/text.html#propdef-text-indent,http://www.w3.org/TR/CSS21/text.html#indentation-prop 4f4f170609644bffe3c20ab569203e84476b6cd7 `Microsoft`<http://www.microsoft.com/> Ensure that text-indent +6em adds 6em in front of the text.
|
|
text-indent-088 Text-indent using 'ex' units with a negative zero value, -0ex ahem http://www.w3.org/TR/CSS21/text.html#propdef-text-indent,http://www.w3.org/TR/CSS21/text.html#indentation-prop 13aff6289a574a675c47ac1e16bd9320efb5c0b1 `Microsoft`<http://www.microsoft.com/> The 'text-indent' property sets a negative zero length value in 'ex' units.
|
|
text-indent-089 Text-indent using 'ex' units with a zero value, 0ex ahem http://www.w3.org/TR/CSS21/text.html#propdef-text-indent,http://www.w3.org/TR/CSS21/text.html#indentation-prop edd7b3553c3a5b7fd3f269424a8ffcd05ee0aed6 `Microsoft`<http://www.microsoft.com/> Ensure that text-indent 0ex adds 0ex in front of the text.
|
|
text-indent-090 Text-indent using 'ex' units with a positive zero value, +0ex ahem http://www.w3.org/TR/CSS21/text.html#propdef-text-indent,http://www.w3.org/TR/CSS21/text.html#indentation-prop 829cb160fe262c6803e1e2828cecdaa9052d082a `Microsoft`<http://www.microsoft.com/> Ensure that text-indent +0ex adds 0ex in front of the text.
|
|
text-indent-091 Text-indent set to a nominal value for 'ex' units ahem http://www.w3.org/TR/CSS21/text.html#propdef-text-indent,http://www.w3.org/TR/CSS21/text.html#indentation-prop 470ba38bbdb6575ee14356e12b94ac3b64b10a5a `Microsoft`<http://www.microsoft.com/> Ensure that text-indent 12ex adds 12ex in front of the text.
|
|
text-indent-092 Text-indent set to a nominal value for 'ex' units with a plus sign ahem http://www.w3.org/TR/CSS21/text.html#propdef-text-indent,http://www.w3.org/TR/CSS21/text.html#indentation-prop 6ec2ec0ae33b643129dc0e3a7fc91cb61fadf02b `Microsoft`<http://www.microsoft.com/> Ensure that text-indent +12ex adds 12ex in front of the text.
|
|
text-indent-100 Text-indent using percentages with a negative zero value, +0% ahem http://www.w3.org/TR/CSS21/text.html#propdef-text-indent,http://www.w3.org/TR/CSS21/text.html#indentation-prop 878f8077e387a52f8151644d8caccb54c822ca4d `Microsoft`<http://www.microsoft.com/> The 'text-indent' property sets a negative zero length value in percentages.
|
|
text-indent-101 Text-indent using percentages with a zero value, 0% ahem http://www.w3.org/TR/CSS21/text.html#propdef-text-indent,http://www.w3.org/TR/CSS21/text.html#indentation-prop 01c908db9e7494dd57c71144d225d7c2acd66cef `Microsoft`<http://www.microsoft.com/> The 'text-indent' property sets a zero length value in percentages.
|
|
text-indent-102 Text-indent using percentages with a positive zero value, +0% ahem http://www.w3.org/TR/CSS21/text.html#propdef-text-indent,http://www.w3.org/TR/CSS21/text.html#indentation-prop 5a4fea3a15990bbf8609a1d15240d67e2fd895f0 `Microsoft`<http://www.microsoft.com/> The 'text-indent' property sets a positive zero length value in percentages.
|
|
text-indent-103 Text-indent set to '50%' ahem http://www.w3.org/TR/CSS21/text.html#propdef-text-indent,http://www.w3.org/TR/CSS21/text.html#indentation-prop d9ede43c8e4525b39c989295dd0e4a402d50bacf `Microsoft`<http://www.microsoft.com/> Ensure that text-indent 50% adds 50% of its containing block's width in front of the text.
|
|
text-indent-104 Text-indent set to '+50%' ahem http://www.w3.org/TR/CSS21/text.html#propdef-text-indent,http://www.w3.org/TR/CSS21/text.html#indentation-prop 6a814064c976382057fc9fb9d89b5df7dbdc0941 `Microsoft`<http://www.microsoft.com/> Ensure that text-indent +50% adds 50% of its containing block's width in front of the text.
|
|
text-indent-109 Text-indent set to a negative zero value with no units, '0' ahem http://www.w3.org/TR/CSS21/text.html#propdef-text-indent,http://www.w3.org/TR/CSS21/text.html#indentation-prop 7db71465bb9d6081f71deab30bc9468ad4f48548 `Microsoft`<http://www.microsoft.com/> Ensure that text-indent -0 adds 0 in front of the text.
|
|
text-indent-110 Text-indent set to a zero value with no units, '0' ahem http://www.w3.org/TR/CSS21/text.html#propdef-text-indent,http://www.w3.org/TR/CSS21/text.html#indentation-prop 8cd181ebe312f2d4cfad293b46a9801a7d0aa461 `Microsoft`<http://www.microsoft.com/> Ensure that text-indent 0 adds 0 in front of the text.
|
|
text-indent-111 Text-indent set to a positive zero value with no units, +0 ahem http://www.w3.org/TR/CSS21/text.html#propdef-text-indent,http://www.w3.org/TR/CSS21/text.html#indentation-prop 30dd7b41fe54ec72a6e7173b4c8c378832d01c2b `Microsoft`<http://www.microsoft.com/> Ensure that text-indent +0 adds 0px in front of the text.
|
|
text-indent-112 Text-indent set to 'inherit' ahem http://www.w3.org/TR/CSS21/text.html#propdef-text-indent,http://www.w3.org/TR/CSS21/text.html#indentation-prop 60c17ef88e04bcd5d99e92d051cea67b9278e8dc `Microsoft`<http://www.microsoft.com/> Ensure that text-indent with inherit uses its parent's value for text-indent.
|
|
text-indent-113 reference/text-indent-113-ref-margin,!reference/text-indent-114-ref,!text-indent-114 text-indent test (single-line-100) http://www.w3.org/TR/CSS21/text.html#indentation-prop 2c7273e32ad4e36f9729925fa56915b9c6ac8aaa `L. David Baron`<http://dbaron.org/>,`Mozilla Corporation`<http://mozilla.com/>
|
|
text-indent-114 reference/text-indent-114-ref text-indent test (single-line-0) http://www.w3.org/TR/CSS21/text.html#indentation-prop d49d1ee9c72197e527036bf8ac9c0f4777359fa7 `L. David Baron`<http://dbaron.org/>,`Mozilla Corporation`<http://mozilla.com/>
|
|
text-indent-115 reference/text-indent-115-ref-block-margin,reference/text-indent-115-ref-inline-margin text-indent test (single-line-indent-inline) http://www.w3.org/TR/CSS21/text.html#indentation-prop b52a8f2b0073721a440da1f1ad77e839417bc73c `L. David Baron`<http://dbaron.org/>,`Mozilla Corporation`<http://mozilla.com/>
|
|
text-indent-applies-to-001 Text-indent application on a 'display: inline' element ahem http://www.w3.org/TR/CSS21/text.html#propdef-text-indent,http://www.w3.org/TR/CSS21/text.html#indentation-prop 48730e431e7cacce6837e23791b2497e803abc39 `Microsoft`<http://www.microsoft.com/> The 'text-indent' property is not applied to 'display: inline' elements.
|
|
text-indent-applies-to-002 Text-indent application on a 'display: block' element ahem http://www.w3.org/TR/CSS21/text.html#propdef-text-indent,http://www.w3.org/TR/CSS21/text.html#indentation-prop 99a567ebc6c6e66e57a7ae13e16c518811747a7f `Microsoft`<http://www.microsoft.com/> The 'text-indent' property is applied to 'display: block' elements.
|
|
text-indent-applies-to-003 Text-indent application on a 'display: list-item' element ahem http://www.w3.org/TR/CSS21/text.html#propdef-text-indent,http://www.w3.org/TR/CSS21/text.html#indentation-prop f0b087f9f8e1bc916b3e28036b08f665fba5f220 `Microsoft`<http://www.microsoft.com/> The 'text-indent' property is applied to display: list-item elements.
|
|
text-indent-applies-to-004 Text-indent application on a 'display: run-in' element ahem http://www.w3.org/TR/CSS21/text.html#propdef-text-indent,http://www.w3.org/TR/CSS21/text.html#indentation-prop 07aa7aa9dcf6488f221d3d42e22108d19dccda3e `Microsoft`<http://www.microsoft.com/> The 'text-indent' property is applied to 'display: run-in' elements.
|
|
text-indent-applies-to-005 Text-indent application on a 'display: inline-block' element ahem http://www.w3.org/TR/CSS21/text.html#propdef-text-indent,http://www.w3.org/TR/CSS21/text.html#indentation-prop 895a6377e74aab3b1d123e765b03957d4fd31df1 `Microsoft`<http://www.microsoft.com/> The 'text-indent' property is applied to 'display: inline-block' elements.
|
|
text-indent-applies-to-006 Text-indent application on a 'display: table' element ahem http://www.w3.org/TR/CSS21/text.html#propdef-text-indent,http://www.w3.org/TR/CSS21/text.html#indentation-prop 243bc8027931dbceb9ab12fcaa083ef2d832aa3c `Microsoft`<http://www.microsoft.com/> The 'text-indent' property is applied to 'display: table' elements.
|
|
text-indent-applies-to-007 Text-indent application on a 'display: inline-table' element ahem http://www.w3.org/TR/CSS21/text.html#propdef-text-indent,http://www.w3.org/TR/CSS21/text.html#indentation-prop d713f6584d851e920ae0bcfba93e974b5f7a2ede `Microsoft`<http://www.microsoft.com/> The 'text-indent' property is applied to 'display: inline-table' elements.
|
|
text-indent-applies-to-008 Text-indent application on a 'display: table-row-group' element ahem http://www.w3.org/TR/CSS21/text.html#propdef-text-indent,http://www.w3.org/TR/CSS21/text.html#indentation-prop 91666f7e1d6f040c2b6ef2c36eca216da16a272b `Microsoft`<http://www.microsoft.com/> The 'text-indent' property is applied to 'display: table-row-group' elements.
|
|
text-indent-applies-to-009 Text-indent application on a 'display: table-header-group' element ahem http://www.w3.org/TR/CSS21/text.html#propdef-text-indent,http://www.w3.org/TR/CSS21/text.html#indentation-prop e4de6f17bde65a648865b74934b23265c9c00923 `Microsoft`<http://www.microsoft.com/> The 'text-indent' property is applied to 'display: table-header-group' elements.
|
|
text-indent-applies-to-010 Text-indent application on a 'display: table-footer-group' element ahem http://www.w3.org/TR/CSS21/text.html#propdef-text-indent,http://www.w3.org/TR/CSS21/text.html#indentation-prop b90f3e96ccf85851ff10e0d25ee6eb2f23f2ddc9 `Microsoft`<http://www.microsoft.com/> The 'text-indent' property is applied to 'display: table-footer-group' elements.
|
|
text-indent-applies-to-011 Text-indent application on a 'display: table-row' element ahem http://www.w3.org/TR/CSS21/text.html#propdef-text-indent,http://www.w3.org/TR/CSS21/text.html#indentation-prop e6df3e4ee866eadb677978f984dd17bb22b9cd43 `Microsoft`<http://www.microsoft.com/> The 'text-indent' property is applied to 'display: table-row' elements.
|
|
text-indent-applies-to-012 Text-indent application on a 'display: table-column-group' element ahem http://www.w3.org/TR/CSS21/text.html#propdef-text-indent,http://www.w3.org/TR/CSS21/text.html#indentation-prop a6b4bc5164ed38ef5573858c5de638efc27ae15c `Microsoft`<http://www.microsoft.com/> The 'text-indent' property is not applied to 'display: table-column-group' elements.
|
|
text-indent-applies-to-013 Text-indent application on a 'display: table-column' element ahem http://www.w3.org/TR/CSS21/text.html#propdef-text-indent,http://www.w3.org/TR/CSS21/text.html#indentation-prop d78f8f3a83308208925699d353b59fa191bb27b3 `Microsoft`<http://www.microsoft.com/> The 'text-indent' property is not applied to 'display: table-column' elements.
|
|
text-indent-applies-to-014 Text-indent application on a 'display: table-cell' element ahem http://www.w3.org/TR/CSS21/text.html#propdef-text-indent,http://www.w3.org/TR/CSS21/text.html#indentation-prop 871a5eac8bf5bd1042b9269b56d0d11504ba35ff `Microsoft`<http://www.microsoft.com/> The 'text-indent' property is applied to 'display: table-cell' elements.
|
|
text-indent-applies-to-015 Text-indent application on a 'display: table-caption' element ahem http://www.w3.org/TR/CSS21/text.html#propdef-text-indent,http://www.w3.org/TR/CSS21/text.html#indentation-prop ccb2fc011c0cb65dc49c99e2ff614057413ff176 `Microsoft`<http://www.microsoft.com/> The 'text-indent' property is applied to 'display: table-caption' elements.
|
|
text-indent-inherited-001 Text-indent and inline-block level inheritance ahem http://www.w3.org/TR/CSS21/text.html#indentation-prop 3038c16992374989912d6d63d072376e5bc9ad34 `Microsoft`<http://www.microsoft.com/> The 'text-indent' property is inherited by inline-block level elements resulting in a double indent.
|
|
text-indent-intrinsic-001 reference/text-indent-intrinsic-001-ref Test for intrinsic widths and text-indent (intrinsic-min) http://www.w3.org/TR/CSS21/text.html#indentation-prop c31cb6d5db0ab0a5a96c7523aacdc9792d130dd2 `L. David Baron`<http://dbaron.org/>,`Mozilla Corporation`<http://mozilla.com/>
|
|
text-indent-intrinsic-002 reference/text-indent-intrinsic-002-ref Test for intrinsic widths and text-indent (intrinsic-pref) http://www.w3.org/TR/CSS21/text.html#indentation-prop 2699e7d50810903d45121e41fd457777d69aeb2c `L. David Baron`<http://dbaron.org/>,`Mozilla Corporation`<http://mozilla.com/>
|
|
text-indent-intrinsic-003 reference/text-indent-intrinsic-003-ref Test for intrinsic widths and negative text-indent (negative-intrinsic-min) http://www.w3.org/TR/CSS21/text.html#indentation-prop ab2c72ad76433b0c6964e43f3580608b2eb4f958 `L. David Baron`<http://dbaron.org/>,`Mozilla Corporation`<http://mozilla.com/>
|
|
text-indent-intrinsic-004 reference/text-indent-intrinsic-004-ref Test for intrinsic widths and negative text-indent (negative-intrinsic-pref) http://www.w3.org/TR/CSS21/text.html#indentation-prop 1452c19ebd8d6f92dc3d98a9ec6a7213eddd23e7 `L. David Baron`<http://dbaron.org/>,`Mozilla Corporation`<http://mozilla.com/>
|
|
text-indent-overflow-001 Text-indent with negative value with overflow hidden http://www.w3.org/TR/CSS21/text.html#indentation-prop ce8e7a2978ebcb68decc3ff341bcfbcf0cec9a84 `Microsoft`<http://www.microsoft.com/> The 'text-indent' property with negative value follows the overflow hidden assignment.
|
|
text-indent-overflow-002 Text-indent with negative value with 'overflow' set to 'visible' ahem http://www.w3.org/TR/CSS21/text.html#indentation-prop d10c027b916ec75c9a3b664c12f4577c1d11df4f `Microsoft`<http://www.microsoft.com/> The 'text-indent' property with negative value follows the 'overflow: visible' assignment.
|
|
text-indent-overflow-003 Text-indent with value larger than the available width with 'overflow' set to 'visible' ahem http://www.w3.org/TR/CSS21/text.html#indentation-prop be6c32c5cfdbc74ec65dcbcfc11d16132748426f `Microsoft`<http://www.microsoft.com/> The 'text-indent' property with a value exceeding the available width follows the 'overflow: visible' assignment.
|
|
text-indent-overflow-004 Text-indent with value larger than the available width with 'overflow' set to 'hidden' http://www.w3.org/TR/CSS21/text.html#indentation-prop c3eef657e944ebd87eb313f41b0f6458c1c22061 `Microsoft`<http://www.microsoft.com/> The 'text-indent' property with value exceeding the available width of the element follows the 'overflow: hidden' assignment.
|
|
text-indent-percent-001 reference/text-indent-percent-001-ref text-indent test (single-line-percent) http://www.w3.org/TR/CSS21/text.html#indentation-prop 38d549c2163a58c5f95bea7bcadfa0f27753484e `L. David Baron`<http://dbaron.org/>,`Mozilla Corporation`<http://mozilla.com/>
|
|
text-indent-rtl-001 Text-indent with 'direction' set to 'rtl' ahem http://www.w3.org/TR/CSS21/text.html#indentation-prop a052b86472369411f420bf45ccad9ceeceec02b1 `Microsoft`<http://www.microsoft.com/> The 'text-indent' property on an element with 'direction: rtl' indents from the right instead of left.
|
|
text-indent-rtl-002 Text-indent with negative value ahem http://www.w3.org/TR/CSS21/text.html#indentation-prop b8e8c25a729f6a87699e5cb9095ecd06664a4f98 `Microsoft`<http://www.microsoft.com/> The 'text-indent' property with negative values with direction rtl indent to the right.
|
|
text-indent-wrap-001 reference/text-indent-wrap-001-ref-inline-margin,reference/text-indent-wrap-001-ref-float,!reference/text-indent-wrap-001-notref-block-margin text-indent test (multiple-line) http://www.w3.org/TR/CSS21/text.html#indentation-prop 574c20ee83eed176c7deffa92db258bed7b6e663 `L. David Baron`<http://dbaron.org/>,`Mozilla Corporation`<http://mozilla.com/>
|
|
text-transform-001 Text-transform set to 'capitalize' http://www.w3.org/TR/CSS21/text.html#propdef-text-transform,http://www.w3.org/TR/CSS21/text.html#caps-prop df27affe75270effabe70bbd3352c18db4ea8a59 `Microsoft`<http://www.microsoft.com/> The 'text-transform' property set to 'capitalize' on an element makes the first character of every word uppercase.
|
|
text-transform-002 Text-transform set to 'lowercase' http://www.w3.org/TR/CSS21/text.html#propdef-text-transform,http://www.w3.org/TR/CSS21/text.html#caps-prop b876caf79dc9db6dbec1d561b973ec5de006ed72 `Microsoft`<http://www.microsoft.com/> The 'text-transform' property set to 'lowercase' on an element makes every letter lowercase.
|
|
text-transform-003 Text-transform set to 'uppercase' http://www.w3.org/TR/CSS21/text.html#propdef-text-transform,http://www.w3.org/TR/CSS21/text.html#caps-prop 6db9506913db6e4372b65894b3eebb70a3a2173b `Microsoft`<http://www.microsoft.com/> The 'text-transform' property set to 'uppercase' on an element makes every letter uppercase.
|
|
text-transform-004 Text-transform set to 'none' http://www.w3.org/TR/CSS21/text.html#propdef-text-transform,http://www.w3.org/TR/CSS21/text.html#caps-prop b501741c65f574bcc97931411c9949fc29cc65d7 `Microsoft`<http://www.microsoft.com/> The 'text-transform' property set to 'none' on an element makes no changes to the text.
|
|
text-transform-005 Text-transform set to 'inherit' http://www.w3.org/TR/CSS21/text.html#propdef-text-transform,http://www.w3.org/TR/CSS21/text.html#caps-prop 55235eca96f4f4a800ffff1cf7cb200513fda6bf `Microsoft`<http://www.microsoft.com/> The 'text-transform' property set to 'inherit' on an element inherits its parent element's 'text-transform' value.
|
|
text-transform-applies-to-001 Text-transform application to 'display: inline' element http://www.w3.org/TR/CSS21/text.html#propdef-text-transform,http://www.w3.org/TR/CSS21/text.html#caps-prop 77312e73f9d1d18c3f0301f0848c53a78528b16b `Microsoft`<http://www.microsoft.com/> The 'text-transform' property is applied to 'display: inline' elements.
|
|
text-transform-applies-to-002 Text-transform application to 'display: block' element http://www.w3.org/TR/CSS21/text.html#propdef-text-transform,http://www.w3.org/TR/CSS21/text.html#caps-prop ab25f1c54ff02f6ceea69c9d6e695610630006cf `Microsoft`<http://www.microsoft.com/> The 'text-transform' property is applied to 'display: block' elements.
|
|
text-transform-applies-to-003 Text-transform application to 'display: list-item' element http://www.w3.org/TR/CSS21/text.html#propdef-text-transform,http://www.w3.org/TR/CSS21/text.html#caps-prop ea18c21e767fc71bd13043277cc12787a9092a28 `Microsoft`<http://www.microsoft.com/> The 'text-transform' property is applied to 'display: list-item' elements.
|
|
text-transform-applies-to-004 Text-transform application to 'display: run-in' element http://www.w3.org/TR/CSS21/text.html#propdef-text-transform,http://www.w3.org/TR/CSS21/text.html#caps-prop c33122fa62f8701b5487fe905df69c87d84bc1fd `Microsoft`<http://www.microsoft.com/> The 'text-transform' property is applied to 'display: run-in' elements.
|
|
text-transform-applies-to-005 Text-transform application to 'display: inline-block' element http://www.w3.org/TR/CSS21/text.html#propdef-text-transform,http://www.w3.org/TR/CSS21/text.html#caps-prop 7b91246c64dd6b85def636a409cf0623f0c52f66 `Microsoft`<http://www.microsoft.com/> The 'text-transform' property is applied to 'display: inline-block' elements.
|
|
text-transform-applies-to-006 Text-transform application to 'display: table' element http://www.w3.org/TR/CSS21/text.html#propdef-text-transform,http://www.w3.org/TR/CSS21/text.html#caps-prop 94987218948df3e0043049b9f5f59ddd711d2b2f `Microsoft`<http://www.microsoft.com/> The 'text-transform' property is applied to 'display: table' elements.
|
|
text-transform-applies-to-007 Text-transform application to 'display: inline-table' element http://www.w3.org/TR/CSS21/text.html#propdef-text-transform,http://www.w3.org/TR/CSS21/text.html#caps-prop 81f0095c5eda8e56905d0db1a88d9913884c6673 `Microsoft`<http://www.microsoft.com/> The 'text-transform' property is applied to 'display: inline-table' elements.
|
|
text-transform-applies-to-008 Text-transform application to 'display: table-row-group' element http://www.w3.org/TR/CSS21/text.html#propdef-text-transform,http://www.w3.org/TR/CSS21/text.html#caps-prop e92cfe83d21aa9cc328c3806750e9a8bb3d7a56d `Microsoft`<http://www.microsoft.com/> The 'text-transform' property is applied to 'display: table-row-group' elements.
|
|
text-transform-applies-to-009 Text-transform application to 'display: table-header-group' element http://www.w3.org/TR/CSS21/text.html#propdef-text-transform,http://www.w3.org/TR/CSS21/text.html#caps-prop 23fb0f3b293eb05cf4c031943dd2f63ea38db689 `Microsoft`<http://www.microsoft.com/> The 'text-transform' property is applied to 'display: table-header-group' elements.
|
|
text-transform-applies-to-010 Text-transform application to 'display: table-footer-group' element http://www.w3.org/TR/CSS21/text.html#propdef-text-transform,http://www.w3.org/TR/CSS21/text.html#caps-prop d778c7e82736427f10ab53cd113e5feaa6b46de2 `Microsoft`<http://www.microsoft.com/> The 'text-transform' property is applied to 'display: table-footer-group' elements.
|
|
text-transform-applies-to-011 Text-transform application to 'display: table-row' element http://www.w3.org/TR/CSS21/text.html#propdef-text-transform,http://www.w3.org/TR/CSS21/text.html#caps-prop ff3e08139f6e9a8f38279913fdda63f933a6040b `Microsoft`<http://www.microsoft.com/> The 'text-transform' property is applied to 'display: table-row' elements.
|
|
text-transform-applies-to-012 Text-transform application to 'display: table-column-group' element http://www.w3.org/TR/CSS21/text.html#propdef-text-transform,http://www.w3.org/TR/CSS21/text.html#caps-prop 7a218ed4247a0efc1866591fcdabfef10e9a93ef `Microsoft`<http://www.microsoft.com/> Verifies that text-transform is not applied to 'display: table-column-group' elements.
|
|
text-transform-applies-to-013 Text-transform application to 'display: table-column' element http://www.w3.org/TR/CSS21/text.html#propdef-text-transform,http://www.w3.org/TR/CSS21/text.html#caps-prop bd1c94ee9c0a73eea5e6c361f2e284d1583f461f `Microsoft`<http://www.microsoft.com/> Verifies that text-transform is not applied to 'display: table-column' elements.
|
|
text-transform-applies-to-014 Text-transform application to 'display: table-cell' element http://www.w3.org/TR/CSS21/text.html#propdef-text-transform,http://www.w3.org/TR/CSS21/text.html#caps-prop 5fd68bdb329e0ecc796710521651c08528d480c1 `Microsoft`<http://www.microsoft.com/> The 'text-transform' property is applied to 'display: table-cell' elements.
|
|
text-transform-applies-to-015 Text-transform application to 'display: table-caption' element http://www.w3.org/TR/CSS21/text.html#propdef-text-transform,http://www.w3.org/TR/CSS21/text.html#caps-prop 0ba438d9d81eff3597b041e4d21e44bb43856f7f `Microsoft`<http://www.microsoft.com/> The 'text-transform' property is applied to 'display: table-caption' elements.
|
|
text-transform-bicameral-001 text-transform - Latin1 uppercase http://www.w3.org/TR/CSS21/text.html#caps-prop facff174a08907b7336a77304f2e83c0f47c8159 `Richard Ishida`<http://rishida.net> The UA will uppercase all letters in the Latin 1 set when text-transform is set to uppercase.
|
|
text-transform-bicameral-002 text-transform - Latin1 lowercase http://www.w3.org/TR/CSS21/text.html#caps-prop 5c42fc479666936d394ca59144b01a311d3d7b9d `Richard Ishida`<http://rishida.net> The UA will lowercase all letters in the Latin 1 set when text-transform is set to lowercase.
|
|
text-transform-bicameral-003 text-transform - Unicode Latin, uppercase http://www.w3.org/TR/CSS21/text.html#caps-prop 9631391bdf19583074e4a337e9c4c757b505fe55 `Richard Ishida`<http://rishida.net> The UA will uppercase all Latin Unicode letters beyond Latin1 when text-transform is set to uppercase.
|
|
text-transform-bicameral-004 text-transform - Unicode Latin, lowercase http://www.w3.org/TR/CSS21/text.html#caps-prop 2b161956034c60b2b1ffd6b51f3f66b62e81dd6f `Richard Ishida`<http://rishida.net> The UA will lowercase all Latin Unicode letters beyond Latin1 when text-transform is set to lowercase.
|
|
text-transform-bicameral-005 text-transform - Turkish, uppercase http://www.w3.org/TR/CSS21/text.html#caps-prop 2688db7d9e8fcb2d46ab61f39077771aed7b8a48 `Richard Ishida`<http://rishida.net> When the language is declared to be Turkish, the UA will use Turkish-specific rules when text-transform is set to uppercase.
|
|
text-transform-bicameral-006 text-transform - Turkish, lowercase http://www.w3.org/TR/CSS21/text.html#caps-prop 5745b30e2f88206e6e59fca68ba09cd163064cf5 `Richard Ishida`<http://rishida.net> When the language is declared to be Turkish, the UA will use Turkish-specific rules when text-transform is set to lowercase.
|
|
text-transform-bicameral-007 text-transform - Greek, uppercase http://www.w3.org/TR/CSS21/text.html#caps-prop f61cadc3d25f35959df642f0068c45cd019b230c `Richard Ishida`<http://rishida.net> The UA will uppercase Unicode Greek when text-transform is set to uppercase.
|
|
text-transform-bicameral-008 text-transform - Greek, lowercase http://www.w3.org/TR/CSS21/text.html#caps-prop d4f5f73ae8042b8c8a3171d6b81b4237ee9033b3 `Richard Ishida`<http://rishida.net> The UA will lowercase Unicode Greek when text-transform is set to lowercase.
|
|
text-transform-bicameral-009 text-transform - Coptic, uppercase http://www.w3.org/TR/CSS21/text.html#caps-prop 570f1eb25af31daeeebb47d19d335ffc9796c508 `Richard Ishida`<http://rishida.net> The UA will uppercase Unicode Coptic when text-transform is set to uppercase.
|
|
text-transform-bicameral-010 text-transform - Coptic, lowercase http://www.w3.org/TR/CSS21/text.html#caps-prop 54317b7e12e0254030d5eb0de25d3d40087ec688 `Richard Ishida`<http://rishida.net> The UA will lowercase Unicode Coptic when text-transform is set to lowercase.
|
|
text-transform-bicameral-011 text-transform - Cyrillic, uppercase http://www.w3.org/TR/CSS21/text.html#caps-prop f890567f6bf1578a5eebfddba11f66136c905ec0 `Richard Ishida`<http://rishida.net> The UA will uppercase Unicode Cyrillic when text-transform is set to uppercase.
|
|
text-transform-bicameral-012 text-transform - Cyrillic, lowercase http://www.w3.org/TR/CSS21/text.html#caps-prop 76d822e6d3a08a54cc2a9a604c9af4fd6534db5c `Richard Ishida`<http://rishida.net> The UA will lowercase Unicode Cyrillic when text-transform is set to lowercase.
|
|
text-transform-bicameral-013 text-transform - Armenian, uppercase http://www.w3.org/TR/CSS21/text.html#caps-prop 5eaa679b6164d7f8634ea07877097283dd542686 `Richard Ishida`<http://rishida.net> The UA will uppercase Unicode Armenian when text-transform is set to uppercase.
|
|
text-transform-bicameral-014 text-transform - Armenian, lowercase http://www.w3.org/TR/CSS21/text.html#caps-prop e16a095706454836fe18321e9cf39812ee4025ca `Richard Ishida`<http://rishida.net> The UA will lowercase Unicode Armenian when text-transform is set to lowercase.
|
|
text-transform-bicameral-015 text-transform - Roman numerals, uppercase http://www.w3.org/TR/CSS21/text.html#caps-prop 68f7aa28d5aa0a33fd5dbb88ae2e7993f5b3a3c6 `Richard Ishida`<http://rishida.net> The UA will uppercase Unicode Roman numerals when text-transform is set to uppercase.
|
|
text-transform-bicameral-016 text-transform - Roman numerals, lowercase http://www.w3.org/TR/CSS21/text.html#caps-prop 158c5c55a711308dfb26c8f5b8964f41268c050f `Richard Ishida`<http://rishida.net> The UA will lowercase Unicode Roman numerals when text-transform is set to lowercase.
|
|
text-transform-bicameral-017 text-transform - Circled Latin, uppercase http://www.w3.org/TR/CSS21/text.html#caps-prop fe1fe4aadcee1b56e0305f27d5bf19bd9f6db45a `Richard Ishida`<http://rishida.net> The UA will uppercase Unicode Circled Latin when text-transform is set to uppercase.
|
|
text-transform-bicameral-018 text-transform - Circled Latin, lowercase http://www.w3.org/TR/CSS21/text.html#caps-prop 8ca07f9ffa9f126135854b7e0c71b7b9488dd5a4 `Richard Ishida`<http://rishida.net> The UA will lowercase Unicode Circled Latin when text-transform is set to lowercase.
|
|
text-transform-bicameral-019 text-transform - Full-width Latin, uppercase http://www.w3.org/TR/CSS21/text.html#caps-prop c387d61cb95c6d19149cd765d22ccf4f4e4a39c6 `Richard Ishida`<http://rishida.net> The UA will uppercase Unicode Full-width Latin when text-transform is set to uppercase.
|
|
text-transform-bicameral-020 text-transform - Full-width Latin, lowercase http://www.w3.org/TR/CSS21/text.html#caps-prop 604a92c66c232ff4ef3430eae8fcd45c1093c18a `Richard Ishida`<http://rishida.net> The UA will lowercase Unicode Full-width Latin when text-transform is set to lowercase.
|
|
text-transform-bicameral-021 text-transform - Deseret, uppercase http://www.w3.org/TR/CSS21/text.html#caps-prop 192425d696d587df9e2e35e6096bb158c58363d6 `Richard Ishida`<http://rishida.net> The UA will uppercase Unicode Deseret characters when text-transform is set to uppercase.
|
|
text-transform-bicameral-022 text-transform - Deseret, lowercase http://www.w3.org/TR/CSS21/text.html#caps-prop 56ca313b784d02a1f24aa74bbbbdcb8f2214fc6c `Richard Ishida`<http://rishida.net> The UA will lowercase Unicode Deseret characters when text-transform is set to lowercase.
|
|
text-transform-capitalize-001 reference/text-transform-capitalize-001-ref text-transform http://www.w3.org/TR/CSS21/text.html#caps-prop 3fc6dafe12bb333422ad16159adff69eaf1f0d09 `Robert O'Callahan`<mailto:robert@ocallahan.org>,`Mozilla Corporation`<http://mozilla.com/>
|
|
text-transform-capitalize-002 reference/text-transform-capitalize-001-ref text-transform http://www.w3.org/TR/CSS21/text.html#caps-prop 58734f0c7dd3703a6d92fd5e8972d05047cb3954 `Robert O'Callahan`<mailto:robert@ocallahan.org>,`Mozilla Corporation`<http://mozilla.com/>
|
|
text-transform-capitalize-003 reference/text-transform-capitalize-003-ref text-transform http://www.w3.org/TR/CSS21/text.html#caps-prop 3fb12b9ecbdfbfc161ed040137b1539df6e8f79c `Robert O'Callahan`<mailto:robert@ocallahan.org>,`Mozilla Corporation`<http://mozilla.com/>
|
|
text-transform-lowercase-001 reference/text-transform-lowercase-001-ref text-transform http://www.w3.org/TR/CSS21/text.html#caps-prop 2a831eab0122a937fc4fc2e2309c499314e4fd84 `Robert O'Callahan`<mailto:robert@ocallahan.org>,`Mozilla Corporation`<http://mozilla.com/>
|
|
text-transform-unicase-001 Text-transform and unicase scripts http://www.w3.org/TR/CSS21/text.html#caps-prop a40aa69f3ba4faa0bc9285cd4815511506779331 `Microsoft`<http://www.microsoft.com/> Verifies that text-transform does not capitalize a unicase script.
|
|
text-transform-uppercase-001 reference/text-transform-uppercase-001-ref text-transform http://www.w3.org/TR/CSS21/text.html#caps-prop f7b8f340398e8feaba3b7c4d18840c086e301957 `Robert O'Callahan`<mailto:robert@ocallahan.org>,`Mozilla Corporation`<http://mozilla.com/>
|
|
text-transform-uppercase-002 reference/text-transform-uppercase-002-ref text-transform szlig http://www.w3.org/TR/CSS21/text.html#caps-prop 531bb0ea30e8fedb093918c6e339d64517114d75 `Robert O'Callahan`<mailto:robert@ocallahan.org>,`Mozilla Corporation`<http://mozilla.com/>
|
|
top-004 reference/ref-no-vert-space-between Top using pixels with a value of negative zero, -0px http://www.w3.org/TR/CSS21/visuren.html#propdef-top,http://www.w3.org/TR/CSS21/visuren.html#position-props ab7f2125ed450aa284b495020b0733e698ce687d `Microsoft`<http://www.microsoft.com/> The 'top' property sets a negative zero length value in pixels.
|
|
top-005 reference/ref-no-vert-space-between Top using pixels with a value of zero, 0px http://www.w3.org/TR/CSS21/visuren.html#propdef-top,http://www.w3.org/TR/CSS21/visuren.html#position-props a5ee19f5e563678fd5c3dbf931afe5936ba6a05f `Microsoft`<http://www.microsoft.com/> The 'top' property sets a zero length value in pixels.
|
|
top-006 reference/ref-no-vert-space-between Top using pixels with a value of positive zero, +0px http://www.w3.org/TR/CSS21/visuren.html#propdef-top,http://www.w3.org/TR/CSS21/visuren.html#position-props 375b232864b854006ede567111a8ec1b5b23aa07 `Microsoft`<http://www.microsoft.com/> The 'top' property sets a positive zero length value in pixels.
|
|
top-007 reference/top-007-ref Top using pixels with a nominal value, 96px http://www.w3.org/TR/CSS21/visuren.html#propdef-top,http://www.w3.org/TR/CSS21/visuren.html#position-props 8ecfdce088e10d7e07ca7a7e0ca6907a66657b80 `Microsoft`<http://www.microsoft.com/> The 'top' property sets a nominal length value in pixels.
|
|
top-008 reference/top-007-ref Top using pixels with a positive nominal value, +96px http://www.w3.org/TR/CSS21/visuren.html#propdef-top,http://www.w3.org/TR/CSS21/visuren.html#position-props 6b42232fb1a4fabffdee90e1570cc730bdb14fdf `Microsoft`<http://www.microsoft.com/> The 'top' property sets a positive nominal length value in pixels.
|
|
top-016 reference/ref-no-vert-space-between Top using points with a value of negative zero, -0pt http://www.w3.org/TR/CSS21/visuren.html#propdef-top,http://www.w3.org/TR/CSS21/visuren.html#position-props 4eb79149db1c28ca3efefcc8c69f904a7ea02227 `Microsoft`<http://www.microsoft.com/> The 'top' property sets a negative zero length value in points.
|
|
top-017 reference/ref-no-vert-space-between Top using points with a value of zero, 0pt http://www.w3.org/TR/CSS21/visuren.html#propdef-top,http://www.w3.org/TR/CSS21/visuren.html#position-props 34b2943bcc03a1d9eaa3f0e50496e999745b1c6b `Microsoft`<http://www.microsoft.com/> The 'top' property sets a zero length value in points.
|
|
top-018 reference/ref-no-vert-space-between Top using points with a value of positive zero, +0pt http://www.w3.org/TR/CSS21/visuren.html#propdef-top,http://www.w3.org/TR/CSS21/visuren.html#position-props 0115c5a08c2633494f296fc2141224e1ed55b355 `Microsoft`<http://www.microsoft.com/> The 'top' property sets a positive zero length value in points.
|
|
top-019 reference/top-019-ref Top using points with a nominal value, 72pt http://www.w3.org/TR/CSS21/visuren.html#propdef-top,http://www.w3.org/TR/CSS21/visuren.html#position-props 12897d5420dce538e700f61dfa78a1aac4ae2920 `Microsoft`<http://www.microsoft.com/> The 'top' property sets a nominal length value in points.
|
|
top-020 reference/top-019-ref Top using points with a positive nominal value, +72pt http://www.w3.org/TR/CSS21/visuren.html#propdef-top,http://www.w3.org/TR/CSS21/visuren.html#position-props 1f71d0b53b1d31be5740d64d4b7a0e6df9366e20 `Microsoft`<http://www.microsoft.com/> The 'top' property sets a positive nominal length value in points.
|
|
top-028 reference/ref-no-vert-space-between Top using picas with a value of negative zero, -0pc http://www.w3.org/TR/CSS21/visuren.html#propdef-top,http://www.w3.org/TR/CSS21/visuren.html#position-props 6cfc1678cacc278b92a68b870adbad2c5c0d6696 `Microsoft`<http://www.microsoft.com/> The 'top' property sets a negative zero length value in picas.
|
|
top-029 reference/ref-no-vert-space-between Top using picas with a value of zero, 0pc http://www.w3.org/TR/CSS21/visuren.html#propdef-top,http://www.w3.org/TR/CSS21/visuren.html#position-props 2da17ad254edcf770633a1c58a951c688a9b6147 `Microsoft`<http://www.microsoft.com/> The 'top' property sets a zero length value in picas.
|
|
top-030 reference/ref-no-vert-space-between Top using picas with a value of positive zero, +0pc http://www.w3.org/TR/CSS21/visuren.html#propdef-top,http://www.w3.org/TR/CSS21/visuren.html#position-props fb0e290f9f757d614baf465f765cbbc90d297301 `Microsoft`<http://www.microsoft.com/> The 'top' property sets a positive zero length value in picas.
|
|
top-031 reference/top-007-ref Top using picas with a nominal value, 6pc http://www.w3.org/TR/CSS21/visuren.html#propdef-top,http://www.w3.org/TR/CSS21/visuren.html#position-props 133928b0a1fbcb97fee45d7050099e3b7df2259d `Microsoft`<http://www.microsoft.com/> The 'top' property sets a nominal length value in picas.
|
|
top-032 reference/top-007-ref Top using picas with a positive nominal value, +6pc http://www.w3.org/TR/CSS21/visuren.html#propdef-top,http://www.w3.org/TR/CSS21/visuren.html#position-props 05091f6d6ae4d0149319b037a429d24fd7bff309 `Microsoft`<http://www.microsoft.com/> The 'top' property sets a positive nominal length value in picas.
|
|
top-040 reference/ref-no-vert-space-between Top using centimeters with a value of negative zero, -0cm http://www.w3.org/TR/CSS21/visuren.html#propdef-top,http://www.w3.org/TR/CSS21/visuren.html#position-props 5214a9c3f6b0dda6aeac0227b8a42aa94d92f885 `Microsoft`<http://www.microsoft.com/> The 'top' property sets a negative zero length value in centimeters.
|
|
top-041 reference/ref-no-vert-space-between Top using centimeters with a value of zero, 0cm http://www.w3.org/TR/CSS21/visuren.html#propdef-top,http://www.w3.org/TR/CSS21/visuren.html#position-props afc6adb0adaffc6e23da0a7458be8ee2e3c4764e `Microsoft`<http://www.microsoft.com/> The 'top' property sets a zero length value in centimeters.
|
|
top-042 reference/ref-no-vert-space-between Top using centimeters with a value of positive zero, +0cm http://www.w3.org/TR/CSS21/visuren.html#propdef-top,http://www.w3.org/TR/CSS21/visuren.html#position-props 342b1f1ec53b3550f938daf9e92a31c76272f9a5 `Microsoft`<http://www.microsoft.com/> The 'top' property sets a positive zero length value in centimeters.
|
|
top-043 reference/top-019-ref Top using centimeters with a nominal value, 2.54cm http://www.w3.org/TR/CSS21/visuren.html#propdef-top,http://www.w3.org/TR/CSS21/visuren.html#position-props b4bbb8f2614d53eef4d42bff3f3da0c0282c4c9b `Microsoft`<http://www.microsoft.com/> The 'top' property sets a nominal length value in centimeters.
|
|
top-044 reference/top-019-ref Top using centimeters with a positive nominal value, +2.54cm http://www.w3.org/TR/CSS21/visuren.html#propdef-top,http://www.w3.org/TR/CSS21/visuren.html#position-props a6542141af45b4d8e5437e2e2327a42fca37a3f4 `Microsoft`<http://www.microsoft.com/> The 'top' property sets a positive nominal length value in centimeters.
|
|
top-052 reference/ref-no-vert-space-between Top using millimeters with a value of negative zero, -0mm http://www.w3.org/TR/CSS21/visuren.html#propdef-top,http://www.w3.org/TR/CSS21/visuren.html#position-props 0effea94107ed1e38d469672e559ece0098c6015 `Microsoft`<http://www.microsoft.com/> The 'top' property sets a negative zero length value in millimeters.
|
|
top-053 reference/ref-no-vert-space-between Top using millimeters with a value of zero, 0mm http://www.w3.org/TR/CSS21/visuren.html#propdef-top,http://www.w3.org/TR/CSS21/visuren.html#position-props 759532800c17e5c494eca652795774541704e54c `Microsoft`<http://www.microsoft.com/> The 'top' property sets a zero length value in millimeters.
|
|
top-054 reference/ref-no-vert-space-between Top using millimeters with a value of positive zero, +0mm http://www.w3.org/TR/CSS21/visuren.html#propdef-top,http://www.w3.org/TR/CSS21/visuren.html#position-props 65dbc5f0b761e2f3b3c88c890efe99dc59154b70 `Microsoft`<http://www.microsoft.com/> The 'top' property sets a positive zero length value in millimeters.
|
|
top-055 reference/top-019-ref Top using millimeters with a nominal value, 25.4mm http://www.w3.org/TR/CSS21/visuren.html#propdef-top,http://www.w3.org/TR/CSS21/visuren.html#position-props 59071b79082cb04366882d4108d8f1b81c2c1394 `Microsoft`<http://www.microsoft.com/> The 'top' property sets a nominal length value in millimeters.
|
|
top-056 reference/top-019-ref Top using millimeters with a positive nominal value, +25.4mm http://www.w3.org/TR/CSS21/visuren.html#propdef-top,http://www.w3.org/TR/CSS21/visuren.html#position-props c62003a0c5d5b4fdf6eaf8af5767241dd84f685c `Microsoft`<http://www.microsoft.com/> The 'top' property sets a positive nominal length value in millimeters.
|
|
top-064 reference/ref-no-vert-space-between Top using inches with a value of negative zero, -0in http://www.w3.org/TR/CSS21/visuren.html#propdef-top,http://www.w3.org/TR/CSS21/visuren.html#position-props b541ce71d4144672611f77a1bf1802024401b406 `Microsoft`<http://www.microsoft.com/> The 'top' property sets a negative zero length value in inches.
|
|
top-065 reference/ref-no-vert-space-between Top using inches with a value of zero, 0in http://www.w3.org/TR/CSS21/visuren.html#propdef-top,http://www.w3.org/TR/CSS21/visuren.html#position-props 0531229ae9bb03cdac636058c8bfea68bd686a08 `Microsoft`<http://www.microsoft.com/> The 'top' property sets a zero length value in inches.
|
|
top-066 reference/ref-no-vert-space-between Top using inches with a value of positive zero, +0in http://www.w3.org/TR/CSS21/visuren.html#propdef-top,http://www.w3.org/TR/CSS21/visuren.html#position-props c0f1d0fceb62a6ab402715d5c073731ad63cb343 `Microsoft`<http://www.microsoft.com/> The 'top' property sets a positive zero length value in inches.
|
|
top-067 reference/top-019-ref Top using inches with a nominal value, 1in http://www.w3.org/TR/CSS21/visuren.html#propdef-top,http://www.w3.org/TR/CSS21/visuren.html#position-props 92569fc02a8effb06667dde016c3d96617a2fcdc `Microsoft`<http://www.microsoft.com/> The 'top' property sets a nominal length value in inches.
|
|
top-068 reference/top-019-ref Top using inches with a positive nominal value, +1in http://www.w3.org/TR/CSS21/visuren.html#propdef-top,http://www.w3.org/TR/CSS21/visuren.html#position-props a830201375a69060214403c991cfa8810a80db13 `Microsoft`<http://www.microsoft.com/> The 'top' property sets a positive nominal length value in inches.
|
|
top-076 reference/ref-no-vert-space-between Top using 'em' units with a value of negative zero, -0em ahem http://www.w3.org/TR/CSS21/visuren.html#propdef-top,http://www.w3.org/TR/CSS21/visuren.html#position-props 44515aa4210ab1033f5800e6ed1f3957d0f027b0 `Microsoft`<http://www.microsoft.com/> The 'top' property sets a negative zero length value in 'em' units.
|
|
top-077 reference/ref-no-vert-space-between Top using 'em' units with a value of zero, 0em ahem http://www.w3.org/TR/CSS21/visuren.html#propdef-top,http://www.w3.org/TR/CSS21/visuren.html#position-props 8c3a87865afd95b91c6c7f523ee52cf235bf22ca `Microsoft`<http://www.microsoft.com/> The 'top' property sets a zero length value in 'em' units.
|
|
top-078 reference/ref-no-vert-space-between Top using 'em' units with a value of positive zero, +0em ahem http://www.w3.org/TR/CSS21/visuren.html#propdef-top,http://www.w3.org/TR/CSS21/visuren.html#position-props 4363a92ab913d54bb0def7fc480f48c99b2d3b64 `Microsoft`<http://www.microsoft.com/> The 'top' property sets a positive zero length value in 'em' units.
|
|
top-079 reference/top-079-ref Top using 'em' units with a nominal value, 6em ahem http://www.w3.org/TR/CSS21/visuren.html#propdef-top,http://www.w3.org/TR/CSS21/visuren.html#position-props 018311f081a38f6a0e858211da6e04828b242245 `Microsoft`<http://www.microsoft.com/> The 'top' property sets a nominal length value in 'em' units.
|
|
top-080 reference/top-079-ref Top using 'em' units with a positive nominal value, +6em ahem http://www.w3.org/TR/CSS21/visuren.html#propdef-top,http://www.w3.org/TR/CSS21/visuren.html#position-props 5a2d5fe2fdcb4ee0600bf085b166e74bfc5e9650 `Microsoft`<http://www.microsoft.com/> The 'top' property sets a positive nominal length value in 'em' units.
|
|
top-088 reference/ref-no-vert-space-between Top using 'ex' units with a value of negative zero, -0ex ahem http://www.w3.org/TR/CSS21/visuren.html#propdef-top,http://www.w3.org/TR/CSS21/visuren.html#position-props 9f3cd840aab2c7f0ce2a134732257e65732fb4b4 `Microsoft`<http://www.microsoft.com/> The 'top' property sets a negative zero length value in 'ex' units.
|
|
top-089 reference/ref-no-vert-space-between Top using 'ex' units with a value of zero, 0ex ahem http://www.w3.org/TR/CSS21/visuren.html#propdef-top,http://www.w3.org/TR/CSS21/visuren.html#position-props f4404b2cfefbd7ad1ec20da8f0e9446453e322cf `Microsoft`<http://www.microsoft.com/> The 'top' property sets a zero length value in 'ex' units.
|
|
top-090 reference/ref-no-vert-space-between Top using 'ex' units with a value of positive zero, +0ex ahem http://www.w3.org/TR/CSS21/visuren.html#propdef-top,http://www.w3.org/TR/CSS21/visuren.html#position-props 397809604511cb0330c36af1ca25c60aa397e43b `Microsoft`<http://www.microsoft.com/> The 'top' property sets a positive zero length value in 'ex' units.
|
|
top-091 reference/top-019-ref Top using 'ex' units with a nominal value, 6ex ahem http://www.w3.org/TR/CSS21/visuren.html#propdef-top,http://www.w3.org/TR/CSS21/visuren.html#position-props 824336cd01095c4dae2a2dbaf22befcd93c78e01 `Microsoft`<http://www.microsoft.com/> The 'top' property sets a nominal length value in 'ex' units.
|
|
top-092 reference/top-019-ref Top using 'ex' units with a positive nominal value, +6ex ahem http://www.w3.org/TR/CSS21/visuren.html#propdef-top,http://www.w3.org/TR/CSS21/visuren.html#position-props 18bb7587cf57b316a7b91a5f2661d255535b72bf `Microsoft`<http://www.microsoft.com/> The 'top' property sets a positive nominal length value in 'ex' units.
|
|
top-100 reference/ref-no-vert-space-between Top using percentages with a value of negative zero, -0% http://www.w3.org/TR/CSS21/visuren.html#propdef-top,http://www.w3.org/TR/CSS21/visuren.html#position-props 4d7a1d0c95cf0ebb9a76cbe4f4784dd389e65891 `Microsoft`<http://www.microsoft.com/> The 'top' property sets a negative zero length value in percentages.
|
|
top-101 reference/ref-no-vert-space-between Top using percentages with a value of zero, 0% http://www.w3.org/TR/CSS21/visuren.html#propdef-top,http://www.w3.org/TR/CSS21/visuren.html#position-props 1a04f330afe310b1f483c2662d2d34a4ada71b74 `Microsoft`<http://www.microsoft.com/> The 'top' property sets a zero length value in percentages.
|
|
top-102 reference/ref-no-vert-space-between Top using percentages with a value of positive zero, +0% http://www.w3.org/TR/CSS21/visuren.html#propdef-top,http://www.w3.org/TR/CSS21/visuren.html#position-props 2f4db2c5af355843174bc072438d92d48b2148a3 `Microsoft`<http://www.microsoft.com/> The 'top' property sets a positive zero length value in percentages.
|
|
top-103 reference/top-019-ref Top using percentages with a nominal value, 100% http://www.w3.org/TR/CSS21/visuren.html#propdef-top,http://www.w3.org/TR/CSS21/visuren.html#position-props 2d69fea538cab241258b5e8fe533805eb5d0ccca `Microsoft`<http://www.microsoft.com/> The 'top' property sets a nominal length value in percentages.
|
|
top-104 reference/top-019-ref Top using percentages with a positive nominal value, +100% http://www.w3.org/TR/CSS21/visuren.html#propdef-top,http://www.w3.org/TR/CSS21/visuren.html#position-props 27311cc52209d6c7aeafd0b9d5bc84e354520635 `Microsoft`<http://www.microsoft.com/> The 'top' property sets a positive nominal length value in percentages.
|
|
top-109 reference/ref-no-vert-space-between Top with a value of negative zero and no units, -0 http://www.w3.org/TR/CSS21/visuren.html#propdef-top,http://www.w3.org/TR/CSS21/visuren.html#position-props 624af9926e45551322b09ad35473ad2c90999eb4 `Microsoft`<http://www.microsoft.com/> The 'top' property sets a negative zero length value with no units.
|
|
top-110 reference/ref-no-vert-space-between Top with a value of zero and no units, 0 http://www.w3.org/TR/CSS21/visuren.html#propdef-top,http://www.w3.org/TR/CSS21/visuren.html#position-props 578b85e46cc51ab883da3ce22ee906ac1b202ab6 `Microsoft`<http://www.microsoft.com/> The 'top' property sets a zero length value with no units.
|
|
top-111 reference/ref-no-vert-space-between Top with a value of positive zero and no units, +0 http://www.w3.org/TR/CSS21/visuren.html#propdef-top,http://www.w3.org/TR/CSS21/visuren.html#position-props 692ab30a13bfd6c36303e6519cbc5125d139498a `Microsoft`<http://www.microsoft.com/> The 'top' property sets a positive zero length value with no units.
|
|
top-112 reference/ref-no-vert-space-between Top with a value of 'auto' http://www.w3.org/TR/CSS21/visuren.html#propdef-top,http://www.w3.org/TR/CSS21/visuren.html#position-props 250a5ee8382aded6c918748d68c0f2200927677c `Microsoft`<http://www.microsoft.com/> The 'top' property sets a value of 'auto'.
|
|
top-113 reference/top-113-ref Top with a value of 'inherit' http://www.w3.org/TR/CSS21/visuren.html#propdef-top,http://www.w3.org/TR/CSS21/visuren.html#position-props 7f4d0724492bbb749e6fb7752c4592bcf08b2028 `Microsoft`<http://www.microsoft.com/> The 'top' property sets a value of 'inherit', inheriting the value from the parent element.
|
|
top-114 reference/top-114-ref position relative - top offset percentage and inherit http://www.w3.org/TR/CSS21/visuren.html#position-props,http://www.w3.org/TR/CSS21/cascade.html#value-def-inherit 9351d1bafdbd5e03ea452c531826c0879f3b04c0 `Gérard Talbot`<http://www.gtalbot.org/BrowserBugsSection/css21testsuite/> 'top: inherit' makes the top property take the same computed value as the top property for the element's parent; in the case of a percentage value, the computed value is the specified percentage value. 'top: [percentage]' refers to height of containing block.
|
|
top-115 reference/top-115-ref position relative - top offset percentage and auto-height containing block http://www.w3.org/TR/CSS21/visuren.html#position-props,http://www.w3.org/TR/CSS21/visudet.html#the-height-property 7954a95c5bfe065e54c0728fab1e73d8bb149d3f `Gérard Talbot`<http://www.gtalbot.org/BrowserBugsSection/css21testsuite/> 'top: [percentage]' for a relatively positioned box refers to height of its containing block. If the height of the containing block is not specified explicitly (i.e., it depends on content height), and this element is not absolutely positioned, then the percentage height value computes to 'auto'.
|
|
top-applies-to-001 reference/top-applies-to-001-ref Top applied to element with 'display' set to 'table-row-group' http://www.w3.org/TR/CSS21/visuren.html#propdef-top,http://www.w3.org/TR/CSS21/visuren.html#dis-pos-flo,http://www.w3.org/TR/CSS21/visuren.html#position-props e8791befdfe53f0c48bdeab57916287a2e8a2d05 `Microsoft`<http://www.microsoft.com/> The 'top' property applies to elements with a display of 'table-row-group'.
|
|
top-applies-to-002 reference/top-applies-to-001-ref Top applied to element with 'display' set to 'table-header-group' http://www.w3.org/TR/CSS21/visuren.html#propdef-top,http://www.w3.org/TR/CSS21/visuren.html#dis-pos-flo,http://www.w3.org/TR/CSS21/visuren.html#position-props 303eb6eba40ecc95fb14cdfffe14626a904594d3 `Microsoft`<http://www.microsoft.com/> The 'top' property applies to elements with a display of 'table-header-group'.
|
|
top-applies-to-003 reference/top-applies-to-001-ref Top applied to element with 'display' set to 'table-footer-group' http://www.w3.org/TR/CSS21/visuren.html#propdef-top,http://www.w3.org/TR/CSS21/visuren.html#dis-pos-flo,http://www.w3.org/TR/CSS21/visuren.html#position-props 9f90e21275ae7eb58ca544e52698d48fb2862363 `Microsoft`<http://www.microsoft.com/> The 'top' property applies to elements with a display of 'table-footer-group'.
|
|
top-applies-to-004 reference/top-applies-to-001-ref Top applied to element with 'display' set to 'table-row' http://www.w3.org/TR/CSS21/visuren.html#propdef-top,http://www.w3.org/TR/CSS21/visuren.html#dis-pos-flo,http://www.w3.org/TR/CSS21/visuren.html#position-props e728b67a8796fd9e023b5cd357fa726ea88ebe70 `Microsoft`<http://www.microsoft.com/> The 'top' property applies to elements with a display of 'table-row'.
|
|
top-applies-to-005 reference/top-applies-to-001-ref Top applied to element with 'display' set to 'table-column-group' http://www.w3.org/TR/CSS21/visuren.html#propdef-top,http://www.w3.org/TR/CSS21/visuren.html#dis-pos-flo,http://www.w3.org/TR/CSS21/visuren.html#position-props 189f237d61129a719489a70e7d9b66264de63c1d `Microsoft`<http://www.microsoft.com/> The 'top' property applies to elements with a display of 'table-column-group'.
|
|
top-applies-to-006 reference/top-applies-to-001-ref Top applied to element with 'display' set to 'table-column' http://www.w3.org/TR/CSS21/visuren.html#propdef-top,http://www.w3.org/TR/CSS21/visuren.html#dis-pos-flo,http://www.w3.org/TR/CSS21/visuren.html#position-props 6485c921ac9e75b02d088bf9b7ad93e4bd724675 `Microsoft`<http://www.microsoft.com/> The 'top' property applies to elements with a display of 'table-column'.
|
|
top-applies-to-007 reference/top-applies-to-001-ref Top applied to element with 'display' set to 'table-cell' http://www.w3.org/TR/CSS21/visuren.html#propdef-top,http://www.w3.org/TR/CSS21/visuren.html#dis-pos-flo,http://www.w3.org/TR/CSS21/visuren.html#position-props d229ecb2befc280d36821bdbf91db7d0a49b55f5 `Microsoft`<http://www.microsoft.com/> The 'top' property applies to elements with a display of 'table-cell'.
|
|
top-applies-to-008 Top applied to element with 'display' set to inline http://www.w3.org/TR/CSS21/visuren.html#propdef-top,http://www.w3.org/TR/CSS21/visuren.html#dis-pos-flo,http://www.w3.org/TR/CSS21/visuren.html#position-props 0c84d0749e2733e208cc0af4ecbbf7e40eaffe9a `Microsoft`<http://www.microsoft.com/> The 'top' property applies to elements with a display of inline.
|
|
top-applies-to-009 reference/top-applies-to-001-ref Top applied to element with 'display' set to block http://www.w3.org/TR/CSS21/visuren.html#propdef-top,http://www.w3.org/TR/CSS21/visuren.html#dis-pos-flo,http://www.w3.org/TR/CSS21/visuren.html#position-props 179a5cada6803681d00f1df1acf484189db38c79 `Microsoft`<http://www.microsoft.com/> The 'top' property applies to elements with a display of block.
|
|
top-applies-to-010 Top applied to element with 'display' set to list-item http://www.w3.org/TR/CSS21/visuren.html#propdef-top,http://www.w3.org/TR/CSS21/visuren.html#dis-pos-flo,http://www.w3.org/TR/CSS21/visuren.html#position-props 4973080bf67f0115cf713338edbbf3e36232b2e7 `Microsoft`<http://www.microsoft.com/> The 'top' property applies to elements with a display of list-item.
|
|
top-applies-to-011 Top applied to element with 'display' set to run-in http://www.w3.org/TR/CSS21/visuren.html#propdef-top,http://www.w3.org/TR/CSS21/visuren.html#dis-pos-flo,http://www.w3.org/TR/CSS21/visuren.html#position-props 1147706a8eced6b228c756f66314d323b0dddc0d `Microsoft`<http://www.microsoft.com/> The 'top' property applies to elements with a display of run-in.
|
|
top-applies-to-012 reference/top-applies-to-001-ref Top applied to element with 'display' set to inline-block http://www.w3.org/TR/CSS21/visuren.html#propdef-top,http://www.w3.org/TR/CSS21/visuren.html#dis-pos-flo,http://www.w3.org/TR/CSS21/visuren.html#position-props 7fcd27d381a03f2fc62caddfdaeff0a1065ffcd9 `Microsoft`<http://www.microsoft.com/> The 'top' property applies to elements with a display of inline-block.
|
|
top-applies-to-013 reference/top-applies-to-001-ref Top applied to element with 'display' set to 'table' http://www.w3.org/TR/CSS21/visuren.html#propdef-top,http://www.w3.org/TR/CSS21/visuren.html#dis-pos-flo,http://www.w3.org/TR/CSS21/visuren.html#position-props b42c9fe07ef77e099f02fb62301854302bf2efd2 `Microsoft`<http://www.microsoft.com/> The 'top' property applies to elements with a display of 'table'.
|
|
top-applies-to-014 reference/top-applies-to-001-ref Top applied to element with 'display' set to 'inline-table' http://www.w3.org/TR/CSS21/visuren.html#propdef-top,http://www.w3.org/TR/CSS21/visuren.html#dis-pos-flo,http://www.w3.org/TR/CSS21/visuren.html#position-props 378f3f27678a5b28ff9858bc158d9c37bfa410c7 `Microsoft`<http://www.microsoft.com/> The 'top' property applies to elements with a display of 'inline-table'.
|
|
top-applies-to-015 reference/top-applies-to-001-ref Top applied to element with 'display' set to 'table-caption' http://www.w3.org/TR/CSS21/visuren.html#propdef-top,http://www.w3.org/TR/CSS21/visuren.html#dis-pos-flo,http://www.w3.org/TR/CSS21/visuren.html#position-props 770355ae04a30da391f44bcea5e257e2a435182b `Microsoft`<http://www.microsoft.com/> The 'top' property applies to elements with a display of 'table-caption'.
|
|
top-offset-001 reference/bottom-offset-001-ref Position 'top' property defines the offset from the top edge of the containing block for absolute positioning http://www.w3.org/TR/CSS21/visuren.html#propdef-top,http://www.w3.org/TR/CSS21/visuren.html#position-props b1aae6b29d1b91d6919e184414582454f7b1bd7a `Microsoft`<http://www.microsoft.com/> The 'top' property, for absolute positioning, specifies the offset of the element in relation to the containing block's top edge. The containing block of an absolutely positioned element is formed by the padding box of its nearest (closest) positioned ancestor element.
|
|
top-offset-002 reference/bottom-offset-001-ref Position 'top' offset property - absolute length value and relative positioning http://www.w3.org/TR/CSS21/visuren.html#propdef-top,http://www.w3.org/TR/CSS21/visuren.html#position-props 9662a8c8d603561dc3d9ed54f5ac3d7ec878c847 `Microsoft`<http://www.microsoft.com/> The 'top' property, when using an absolute length value (not percentage) for relative positioning, specifies the offset of the box itself.
|
|
top-offset-003 reference/top-offset-003-ref Position 'top' property defines the offset from the top edge of the containing block http://www.w3.org/TR/CSS21/visuren.html#propdef-top,http://www.w3.org/TR/CSS21/visuren.html#position-props 3d734bc560732e19589445a3e61775d71527d349 `Microsoft`<http://www.microsoft.com/> The 'top' property, for absolute positioning, specifies the offset of the element in relation to the containing block's top edge. The containing block of an absolutely positioned element is formed by the padding box of its nearest (closest) positioned ancestor element.
|
|
top-offset-percentage-001 reference/top-offset-percentage-001-ref Top offset using percentage http://www.w3.org/TR/CSS21/visuren.html#propdef-top,http://www.w3.org/TR/CSS21/visuren.html#position-props 919fa6e32b97e1c39f87ae73b0f0e020dd157971 `Microsoft`<http://www.microsoft.com/> Percentage offset values for the 'top' property are based off the height of the containing block.
|
|
top-offset-percentage-002 reference/left-offset-percentage-002-ref position absolute - top offset percentage and inherit http://www.w3.org/TR/CSS21/cascade.html#value-def-inherit,http://www.w3.org/TR/CSS21/visuren.html#position-props 7e9229eaf7ee749154c75c0d463bd03520c235f9 `Gérard Talbot`<http://www.gtalbot.org/BrowserBugsSection/css21testsuite/> 'top: inherit' makes the top property take the same computed value as the top property for the element's parent; in the case of a percentage value, the computed value is the specified percentage value. 'top: [percentage]' refers to height of containing block.
|
|
type-selector-001 Type selectors http://www.w3.org/TR/CSS21/selector.html#type-selectors d3327ab4b3461c91afcd67cd74d82474215de578 `Microsoft`<http://www.microsoft.com/> Basic type selectors apply to each type.
|
|
unicode-bidi-001 reference/direction-002-ref Unicode-bidi set to 'normal' http://www.w3.org/TR/CSS21/visuren.html#propdef-unicode-bidi,http://www.w3.org/TR/CSS21/visuren.html#direction 95cd665a88660c9e85c9cff6240367053b66736b `Microsoft`<http://www.microsoft.com/> The property 'unicode-bidi' set to 'normal' doesn't modify the directionality of text.
|
|
unicode-bidi-002 reference/unicode-bidi-002-ref Unicode-bidi set to 'embed' http://www.w3.org/TR/CSS21/visuren.html#propdef-unicode-bidi,http://www.w3.org/TR/CSS21/visuren.html#direction 28409ad8ff1557dbdb854ef8ff2ddc330b65c57b `Microsoft`<http://www.microsoft.com/> The property 'unicode-bidi' set to 'embed' opens a new level of embedding in the Unicode bi-directional algorithm.
|
|
unicode-bidi-003 reference/direction-002-ref Unicode-bidi set to 'bidi-override' http://www.w3.org/TR/CSS21/visuren.html#propdef-unicode-bidi,http://www.w3.org/TR/CSS21/visuren.html#direction 61decd9e4670ec93a695446cc03eb5db39cd49ac `Microsoft`<http://www.microsoft.com/> The property 'unicode-bidi' set to 'bidi-override' overrides the directionality of text.
|
|
unicode-bidi-004 reference/direction-002-ref Unicode-bidi set to 'inherit' http://www.w3.org/TR/CSS21/visuren.html#propdef-unicode-bidi,http://www.w3.org/TR/CSS21/visuren.html#direction f86a80351cb4c7351d29fefce13ae700f1a117eb `Microsoft`<http://www.microsoft.com/> The property 'unicode-bidi' set to 'inherit' sets a value the same as parent element's value.
|
|
unicode-bidi-applies-to-001 reference/direction-applies-to-008-ref Unicode-bidi applied to element with 'display' set to 'table-row-group' http://www.w3.org/TR/CSS21/visuren.html#propdef-unicode-bidi,http://www.w3.org/TR/CSS21/visuren.html#direction 5655480ccb787c0e4fea4d2d39b5db9e669cb75b `Microsoft`<http://www.microsoft.com/> The 'unicode-bidi' property does not apply to elements with a display of 'table-row-group'. 'unicode-bidi' property only applies to inline elements or block containers' immediate inline-level descendants.
|
|
unicode-bidi-applies-to-002 reference/direction-applies-to-008-ref Unicode-bidi applied to element with 'display' set to 'table-header-group' http://www.w3.org/TR/CSS21/visuren.html#propdef-unicode-bidi,http://www.w3.org/TR/CSS21/visuren.html#direction 198ec251d5f4b84368f60f1b83be111f34f98231 `Microsoft`<http://www.microsoft.com/> The 'unicode-bidi' property does not apply to elements with a display of 'table-header-group'. 'unicode-bidi' property only applies to inline elements or block containers' immediate inline-level descendants.
|
|
unicode-bidi-applies-to-003 reference/direction-applies-to-008-ref Unicode-bidi applied to element with 'display' set to 'table-footer-group' http://www.w3.org/TR/CSS21/visuren.html#propdef-unicode-bidi,http://www.w3.org/TR/CSS21/visuren.html#direction 6d5d9fff2cd687bfd15b62238f3604104084573e `Microsoft`<http://www.microsoft.com/> The 'unicode-bidi' property does not apply to elements with a display of 'table-footer-group'. 'unicode-bidi' property only applies to inline elements or block containers' immediate inline-level descendants.
|
|
unicode-bidi-applies-to-004 reference/direction-applies-to-008-ref Unicode-bidi applied to element with 'display' set to 'table-row' http://www.w3.org/TR/CSS21/visuren.html#propdef-unicode-bidi,http://www.w3.org/TR/CSS21/visuren.html#direction e9ed93bdc18b74964065bfc2824128b26ff7b9c6 `Microsoft`<http://www.microsoft.com/> The 'unicode-bidi' property does not apply to elements with a display of 'table-row'. 'unicode-bidi' property only applies to inline elements or block containers' immediate inline-level descendants.
|
|
unicode-bidi-applies-to-005 reference/direction-applies-to-008-ref Unicode-bidi applied to element with 'display' set to 'table-column-group' http://www.w3.org/TR/CSS21/visuren.html#propdef-unicode-bidi,http://www.w3.org/TR/CSS21/visuren.html#direction 0ee4d5bef3cb622cce29fe3e7e74761c1b26e826 `Microsoft`<http://www.microsoft.com/> The 'unicode-bidi' property does not apply to elements with a display of 'table-column-group'. 'unicode-bidi' property only applies to inline elements or block containers' immediate inline-level descendants.
|
|
unicode-bidi-applies-to-006 reference/direction-applies-to-008-ref Unicode-bidi applied to element with 'display' set to 'table-column' http://www.w3.org/TR/CSS21/visuren.html#propdef-unicode-bidi,http://www.w3.org/TR/CSS21/visuren.html#direction 430885793a6498e0df31c7c9c13aa3f371c9baa9 `Microsoft`<http://www.microsoft.com/> The 'unicode-bidi' property does not apply to elements with a display of 'table-column'. 'unicode-bidi' property only applies to inline elements or block containers' immediate inline-level descendants.
|
|
unicode-bidi-applies-to-007 reference/direction-applies-to-008-ref Unicode-bidi applied to element with 'display' set to 'table-cell' http://www.w3.org/TR/CSS21/visuren.html#propdef-unicode-bidi,http://www.w3.org/TR/CSS21/visuren.html#direction 066a3230c4ab44d350faa9a4ecd38c854ebcf72a `Microsoft`<http://www.microsoft.com/> The 'unicode-bidi' property applies to elements with a display of 'table-cell'.
|
|
unicode-bidi-applies-to-008 reference/direction-applies-to-008-ref Unicode-bidi applied to element with 'display' set to inline http://www.w3.org/TR/CSS21/visuren.html#propdef-unicode-bidi,http://www.w3.org/TR/CSS21/visuren.html#direction 5b123507058112a053bbd12fe4bdeb4a24af6f9b `Microsoft`<http://www.microsoft.com/> The 'unicode-bidi' property applies to elements with a display of inline.
|
|
unicode-bidi-applies-to-009 reference/unicode-bidi-applies-to-009-ref Unicode-bidi applied to element with 'display' set to block http://www.w3.org/TR/CSS21/visuren.html#propdef-unicode-bidi,http://www.w3.org/TR/CSS21/visuren.html#direction 72519536dc3e7e9fb7ffb48f4a5cd7318c8bb40c `Microsoft`<http://www.microsoft.com/> The 'unicode-bidi' property applies to elements with a display of block.
|
|
unicode-bidi-applies-to-010 Unicode-bidi applied to element with 'display' set to list-item http://www.w3.org/TR/CSS21/visuren.html#propdef-unicode-bidi,http://www.w3.org/TR/CSS21/visuren.html#direction 0e7a9efa1a73546f959a655badc6a951c9c7f901 `Microsoft`<http://www.microsoft.com/> The 'unicode-bidi' property applies to elements with a display of list-item.
|
|
unicode-bidi-applies-to-011 Unicode-bidi applied to element with 'display' set to run-in http://www.w3.org/TR/CSS21/visuren.html#propdef-unicode-bidi,http://www.w3.org/TR/CSS21/visuren.html#direction 080952845a449660752af93726e67eec0283bbc3 `Microsoft`<http://www.microsoft.com/> The 'unicode-bidi' property applies to elements with a display of run-in.
|
|
unicode-bidi-applies-to-012 reference/direction-applies-to-008-ref Unicode-bidi applied to element with 'display' set to inline-block http://www.w3.org/TR/CSS21/visuren.html#propdef-unicode-bidi,http://www.w3.org/TR/CSS21/visuren.html#direction b2cc9ad43cdd2c01ac435f8998965ab6d7135f5f `Microsoft`<http://www.microsoft.com/> The 'unicode-bidi' property applies to elements with a display of inline-block.
|
|
unicode-bidi-applies-to-013 reference/direction-applies-to-008-ref Unicode-bidi applied to element with 'display' set to 'table' http://www.w3.org/TR/CSS21/visuren.html#propdef-unicode-bidi,http://www.w3.org/TR/CSS21/visuren.html#direction 5db2ddc4963f551f54b35a0133c51ce924e44ecc `Microsoft`<http://www.microsoft.com/> The 'unicode-bidi' property does not apply to elements with a display of 'table'. 'unicode-bidi' property only applies to inline elements or block containers' immediate inline-level descendants.
|
|
unicode-bidi-applies-to-014 reference/direction-applies-to-008-ref Unicode-bidi applied to element with 'display' set to 'inline-table' http://www.w3.org/TR/CSS21/visuren.html#propdef-unicode-bidi,http://www.w3.org/TR/CSS21/visuren.html#direction 171811f7cce0d36349b34c4f967face4813aa058 `Microsoft`<http://www.microsoft.com/> The 'unicode-bidi' property does not apply to elements with a display of 'inline-table'. 'unicode-bidi' property only applies to inline elements or block containers' immediate inline-level descendants.
|
|
unicode-bidi-applies-to-015 reference/direction-applies-to-008-ref Unicode-bidi applied to element with 'display' set to 'table-caption' http://www.w3.org/TR/CSS21/visuren.html#propdef-unicode-bidi,http://www.w3.org/TR/CSS21/visuren.html#direction 650b6f8bb0dc39cadfe36176da300f3db1a202be `Microsoft`<http://www.microsoft.com/> The 'unicode-bidi' property applies to elements with a display of 'table-caption'.
|
|
units-001 reference/units-001-ref Units: Equivalence ahem http://www.w3.org/TR/CSS21/syndata.html#length-units 5b9de9d826304839b91722db2351f9384e1e6da0 `Ian Hickson`<mailto:ian@hixie.ch>
|
|
units-002 reference/units-002-ref Units: ex ahem http://www.w3.org/TR/CSS21/syndata.html#length-units 8820b419ae1f6d8d9712c837909a96f980868396 `Ian Hickson`<mailto:ian@hixie.ch>
|
|
units-003 reference/units-003-ref Units: ex ahem http://www.w3.org/TR/CSS21/syndata.html#length-units ef5717eecdd4d8aa19c8b6ad49d9518e95ab2cc3 `Ian Hickson`<mailto:ian@hixie.ch>
|
|
units-004 reference/units-004-ref Units: ex ahem http://www.w3.org/TR/CSS21/syndata.html#length-units 298881b918329c6e213ae3181a00016313542946 `Ian Hickson`<mailto:ian@hixie.ch>
|
|
units-005 Units: em (0.87em floats) http://www.w3.org/TR/CSS21/syndata.html#length-units 0d5ad8f40a670300045f8f98efcab74b923996cd `Ian Hickson`<mailto:ian@hixie.ch>
|
|
units-006 reference/units-006-ref Units: px and font-size ahem http://www.w3.org/TR/CSS21/syndata.html#length-units 5819af2a4624efaa28aec5fde72fef0f6fba0015 `Ian Hickson`<mailto:ian@hixie.ch>
|
|
units-008 reference/units-006-ref Units: px and inherited font-size ahem http://www.w3.org/TR/CSS21/syndata.html#length-units c0506c28ee0ee18f1de10bc47f78dc0d33406d92 `Ian Hickson`<mailto:ian@hixie.ch>
|
|
units-009 reference/units-006-ref Units: px and dependent font-size ahem http://www.w3.org/TR/CSS21/syndata.html#length-units ded56e72ffbcf5ccec4a9a229e5f6d4f1cc36aaa `Ian Hickson`<mailto:ian@hixie.ch>
|
|
universal-selector-001 Universal selector http://www.w3.org/TR/CSS21/selector.html#universal-selector cc13774dd386fb3bab03ef9d43cc178c5d81be14 `Microsoft`<http://www.microsoft.com/> The universal selector applies to all elements.
|
|
universal-selector-002 Implied universal selector for pseudo selector http://www.w3.org/TR/CSS21/selector.html#universal-selector 1db3ed6ed5ace17db9cbf14504c175e9dd0cb33f `Microsoft`<http://www.microsoft.com/> If the universal selector is not the only component of a simple pseudo selector the '*' can be omitted.
|
|
universal-selector-003 Implied universal selector for class selector http://www.w3.org/TR/CSS21/selector.html#universal-selector 5d3574d616ff3a6d5658b8d4623c4f8f8fa87e4f `Microsoft`<http://www.microsoft.com/> If the universal selector is not the only component of a simple class selector the * can be omitted.
|
|
universal-selector-004 Implied universal selector for ID http://www.w3.org/TR/CSS21/selector.html#universal-selector 4cbbaaae46acfda04c39bfa589e169b3089401c0 `Microsoft`<http://www.microsoft.com/> If the universal selector is not the only component of a simple id selector the * can be omitted.
|
|
universal-selector-005 universal selector - list-style-image image http://www.w3.org/TR/CSS21/selector.html#universal-selector,http://www.w3.org/TR/CSS21/generate.html#propdef-list-style-image 067a635d537f502875195eef1708a4dcff4da678 `Gérard Talbot`<http://www.gtalbot.org/BrowserBugsSection/css21testsuite/>,`James Hopkins`<james(a)idreamincode.co.uk>,`Mark McKenzie-Bell`<info(a)temerity.co.uk>,`Alexander Dawson`<alexander_dawson(a)hotmail.com> The universal selector matches the name of any element type. 'list-style-image' applies to elements with 'display: list-item'.
|
|
unterminated-string-001 Error handling of unterminated strings invalid http://www.w3.org/TR/CSS21/syndata.html#parsing-errors 7b3d0ffc5eee37f59e4a784748cd8d9357cee5aa `Microsoft`<http://www.microsoft.com/> When the parser encounters an unterminated string, the parser drops everything up to the next ';'.
|
|
uri-001 Parsing valid URIs with white space and no quotes http://www.w3.org/TR/CSS21/syndata.html#uri 21220f6238d841cb4015224477a66829e79d6af4 `Microsoft`<http://www.microsoft.com/> A url function is valid if it is 'url(', followed by the URI, followed by ')', even with white space between.
|
|
uri-002 Parsing URL with an invalid space invalid http://www.w3.org/TR/CSS21/syndata.html#uri c17cc7f3149f8a8fdcd487975aa96cfbdcb0a754 `Microsoft`<http://www.microsoft.com/> URL functions with invalid spaces are ignored.
|
|
uri-003 URL with missing closing parenthesis image,invalid http://www.w3.org/TR/CSS21/syndata.html#uri 8254e6a63abd5debc3cf0dc3d2e3b49ae8090af7 `Microsoft`<http://www.microsoft.com/> Url functions with missing closing parenthesis are ignored.
|
|
uri-004 URL function with URI that has escaped special chars image http://www.w3.org/TR/CSS21/syndata.html#uri b8193cd9c259089dacfdb5075eedf8dc0859bd5e `Microsoft`<http://www.microsoft.com/> URI escapes are allowed in URL functions.
|
|
uri-005 URL function with escaped special chars - single quote image http://www.w3.org/TR/CSS21/syndata.html#uri 118d27c71bfff019b879c3400d9196a23d01e6aa `Microsoft`<http://www.microsoft.com/> Single quote characters appearing in an unquoted URI need to be escaped with a backslash so that the resulting URI value is a URI token.
|
|
uri-006 Invalid character (*) after URL function values image,invalid http://www.w3.org/TR/CSS21/syndata.html#uri 0cb6b7a1b169b71101f22c9c4e6000ac8eb11dbd `Microsoft`<http://www.microsoft.com/> Special CSS characters following URL strings invalidate the entire url assignment.
|
|
uri-007 Invalid character (&) after URL functions values image,invalid http://www.w3.org/TR/CSS21/syndata.html#uri 53b8a31737331e38eeda934777d1dfaa0c14c649 `Microsoft`<http://www.microsoft.com/> Invalid characters following URL strings invalidate the entire url assignment.
|
|
uri-008 Invalid characters (alpha) before URL function values image,invalid http://www.w3.org/TR/CSS21/syndata.html#uri 916028f7512b5a4b9a39e22c0b4e060a1efd17cf `Microsoft`<http://www.microsoft.com/> Alpha characters preceding URL strings invalidate the entire url assignment.
|
|
uri-009 Invalid character (/) before URL functions image,invalid http://www.w3.org/TR/CSS21/syndata.html#uri e1f30f77b7ce9b7729ec4138e22d783de732326e `Microsoft`<http://www.microsoft.com/> A slash character preceding URL string invalidates the entire url assignment.
|
|
uri-010 Invalid character (_) before URL functions image,invalid http://www.w3.org/TR/CSS21/syndata.html#uri 089eaff2c84f59ddb21580984b005d368962467c `Microsoft`<http://www.microsoft.com/> An underscore character preceding URL string invalidates the entire url assignment.
|
|
uri-011 Invalid character (=) before URL functions image,invalid http://www.w3.org/TR/CSS21/syndata.html#uri dd012746fb139f473de0b496f7a2cf3160fa61cc `Microsoft`<http://www.microsoft.com/> An equal sign character preceding URL string invalidates the entire url assignment.
|
|
uri-012 Error handling of broken url() - balancing braces invalid http://www.w3.org/TR/CSS21/syndata.html#uri 37b87b1dbcbb973d92496b6aa4d73cc0270b6a50 `Ian Hickson`<mailto:ian@hixie.ch>,`Elika J. Etemad`<http://fantasai.inkedblade.net/contact>
|
|
uri-013 reference/uri-013-ref handling of invalid url() functions invalid http://www.w3.org/TR/CSS21/syndata.html#tokenization,http://www.w3.org/TR/CSS21/syndata.html#parsing-errors 4ca482604467a6b27c9f2082796d9388d037a3c2 `L. David Baron`<http://dbaron.org/>,`Mozilla Corporation`<http://mozilla.com/>
|
|
uri-014 Unquoted commas in url() http://www.w3.org/TR/CSS21/syndata.html#uri a53eca3dcea35b4a3acc9eb1e24e06e27bbea4f5 `Elika J. Etemad`<http://fantasai.inkedblade.net/contact> Unquoted commas inside url() are valid.
|
|
uri-015 Escaped url() functional notation http://www.w3.org/TR/CSS21/syndata.html#uri e79cf5f8475273a5fc775c9c18876647565d510f `Elika J. Etemad`<http://fantasai.inkedblade.net/contact> url() notation is case-insensitive and can be escaped.
|
|
uri-016 Error handling of broken url() with open /* http://www.w3.org/TR/CSS21/syndata.html#uri f46f37c586a411e558f8093ff6ce31937c6af1f8 `Ian Hickson`<mailto:ian@hixie.ch>,`Elika J. Etemad`<http://fantasai.inkedblade.net/contact> Comments are just regular tokens inside unquoted URLs.
|
|
uri-017 Unclosed URI Token at EOF (in declaration) image,invalid http://www.w3.org/TR/CSS21/syndata.html#parsing-errors 9f7991f7af09a8b98281ad2f3222db91fce56527 `Bert Bos`<mailto:bert@w3.org> User agents must close open URI constructs and style rules at the end of the style sheet.
|
|
uri-018 Unclosed URI Token at EOF (in @import) image,invalid http://www.w3.org/TR/CSS21/syndata.html#parsing-errors f9fecbbd3b7644c0964697d4d7f6bcb3e2ccabca `Elika J. Etemad`<http://fantasai.inkedblade.net/contact> User agents must close open URI constructs and statements at the end of the style sheet.
|
|
user-stylesheet-001 User defined stylesheet can be applied userstyle http://www.w3.org/TR/CSS21/cascade.html bdb684bf516242962072c5835fd586d701c703cd `Microsoft`<http://www.microsoft.com/> User stylesheet can be applied to the page.
|
|
user-stylesheet-002 User defined stylesheet can be applied and persisted interact,userstyle http://www.w3.org/TR/CSS21/cascade.html 0a679a59c7bf15c5fea14c55d03ee37d8764ffcb `Microsoft`<http://www.microsoft.com/> The user stylesheet is still applied after close and reopen the user agent window.
|
|
user-stylesheet-003 Rules with normal declarations in an user defined stylesheet can be overriden by rules with normal declarations from author in a style block userstyle http://www.w3.org/TR/CSS21/cascade.html 29d0c796f0e982cc7ec5420c84437d91f91813b8 `Microsoft`<http://www.microsoft.com/> A CSS rule (with normal - not !important - declarations) in an author style sheet have more weight than a CSS rule (with normal - not !important -declarations) in an user style sheet.
|
|
user-stylesheet-004 Rules with normal declarations in an user defined stylesheet can be overriden by normal declarations from author in an inline style attribute userstyle http://www.w3.org/TR/CSS21/cascade.html d7e12e316a7ea7b57be8b8b667fac4aa2e439809 `Microsoft`<http://www.microsoft.com/> A normal - not !important - declaration in an inline style from author have more weight than a CSS rule (with normal - not !important -) declarations in an user style sheet.
|
|
user-stylesheet-005 Descendant selector defined in user stylesheet can be applied userstyle http://www.w3.org/TR/CSS21/cascade.html ee7370d5a43c0e2043a68400c516bc8107a76a39 `Microsoft`<http://www.microsoft.com/> The descendant selector defined in user stylesheet is applied to the appropriate element.
|
|
user-stylesheet-006 Child selector defined in user stylesheet can be applied userstyle http://www.w3.org/TR/CSS21/cascade.html f9df3409c929fe599da2e2cf464b6f12bc461649 `Microsoft`<http://www.microsoft.com/> The child selector defined in user stylesheet is applied to the appropriate element.
|
|
user-stylesheet-007 Adjacent sibling selector defined in user stylesheet can be applied userstyle http://www.w3.org/TR/CSS21/cascade.html 1f6c2c418dca9cd78428c29345d08d3072a01158 `Microsoft`<http://www.microsoft.com/> The adjacent sibling selector defined in user stylesheet is applied to the appropriate element.
|
|
user-stylesheet-008 Attribute selector defined in user stylesheet can be applied userstyle http://www.w3.org/TR/CSS21/cascade.html b0ef0a68cbaad84d872002290e2f8d67be671891 `Microsoft`<http://www.microsoft.com/> The attribute selector defined in user stylesheet is applied to the appropriate element.
|
|
user-stylesheet-009 ID selector defined in user stylesheet can be applied userstyle http://www.w3.org/TR/CSS21/cascade.html d05a670d6656e25d2f405cb213c08c00f2004f0f `Microsoft`<http://www.microsoft.com/> The ID selector defined in user stylesheet is applied to the appropriate element.
|
|
user-stylesheet-010 Pseudo-class selector :first-child defined in user stylesheet can be applied userstyle http://www.w3.org/TR/CSS21/cascade.html 7688512af8b27db4da56528a9d1897548c883c8e `Microsoft`<http://www.microsoft.com/> The pseudo-class selector :first-child defined in user stylesheet is applied to the first child of an element.
|
|
user-stylesheet-011 Pseudo-element first-line selector defined in user stylesheet can be applied userstyle http://www.w3.org/TR/CSS21/cascade.html 0aaf035e6c07735a1131edc977ed086fa0f7c6bf `Microsoft`<http://www.microsoft.com/> The pseudo-element selector :first-line defined in user stylesheet is applied to the first line of an element.
|
|
user-stylesheet-012 Link defined in user stylesheet can be applied history,userstyle http://www.w3.org/TR/CSS21/cascade.html 08fe60ca392d879a76f3f8da87170122ecbacc00 `Microsoft`<http://www.microsoft.com/> The pseudo-class selector :link defined in user stylesheet is applied to all links.
|
|
user-stylesheet-013 Visited selector defined in user stylesheet can be applied interact,userstyle http://www.w3.org/TR/CSS21/cascade.html b48c39b68361df063805e545abd0a771b49954eb `Microsoft`<http://www.microsoft.com/> The pseudo-class selector :visited defined in user stylesheet is applied when a link has already been visited.
|
|
user-stylesheet-014 Hover defined in user stylesheet can be applied interact,userstyle http://www.w3.org/TR/CSS21/cascade.html d90d05d19c90d7a5a8e48e4a2dc839b9a98be283 `Microsoft`<http://www.microsoft.com/> The pseudo-class selector :hover defined in user stylesheet is applied when the mouse is above an element.
|
|
user-stylesheet-015 Pseudo-class :active defined in user stylesheet can be applied interact,userstyle http://www.w3.org/TR/CSS21/cascade.html 2b8f09607d64f60f2a4d11d204dcf6d327005f7f `Microsoft`<http://www.microsoft.com/> The pseudo-class selector :active defined in user stylesheet is implemented.
|
|
user-stylesheet-016 Pseudo-element first-letter selector defined in user stylesheet can be applied userstyle http://www.w3.org/TR/CSS21/cascade.html 782df0f004fe06d9983a1927a57f95af943fd63c `Microsoft`<http://www.microsoft.com/> The pseudo-element selector :first-letter defined in user stylesheet is applied to the first letter of an element.
|
|
user-stylesheet-017 Pseudo-element before selector defined in user stylesheet can be applied userstyle http://www.w3.org/TR/CSS21/cascade.html 2af671f36869166ca8597070e24202c6dea004ed `Microsoft`<http://www.microsoft.com/> The pseudo-element selector :before defined in user stylesheet is inserted before an element.
|
|
user-stylesheet-018 Pseudo-element after selector defined in user stylesheet can be applied userstyle http://www.w3.org/TR/CSS21/cascade.html 22be878c2c4866358db1b377469c550ead17f03d `Microsoft`<http://www.microsoft.com/> The pseudo-element selector :after defined in user stylesheet is inserted after an element.
|
|
vertical-align-004 reference/vertical-align-004-ref Vertical-align using pixels with a negative zero value, -0px ahem http://www.w3.org/TR/CSS21/visudet.html#propdef-vertical-align,http://www.w3.org/TR/CSS21/visudet.html#leading d0d92f0565c4d395b81323e36f1b9f4c5ec435b7 `Microsoft`<http://www.microsoft.com/> The 'vertical-align' property sets a negative zero length value in pixels.
|
|
vertical-align-005 reference/vertical-align-004-ref Vertical-align using pixels with a zero value, 0px ahem http://www.w3.org/TR/CSS21/visudet.html#propdef-vertical-align,http://www.w3.org/TR/CSS21/visudet.html#leading 4a7013babac495829341c2816ffa9c39b93da479 `Microsoft`<http://www.microsoft.com/> The 'vertical-align' property sets a zero length value in pixels.
|
|
vertical-align-006 reference/vertical-align-004-ref Vertical-align using pixels with a positive zero value, +0px ahem http://www.w3.org/TR/CSS21/visudet.html#propdef-vertical-align,http://www.w3.org/TR/CSS21/visudet.html#leading 8e37317aa325c64d89ba2faa5204bb04ff193603 `Microsoft`<http://www.microsoft.com/> The 'vertical-align' property sets a positive zero length value in pixels.
|
|
vertical-align-007 reference/vertical-align-007-ref Vertical-align using pixels with a nominal value, 96px ahem http://www.w3.org/TR/CSS21/visudet.html#propdef-vertical-align,http://www.w3.org/TR/CSS21/visudet.html#leading ac15d914478cc1cc90b30297e2f08d72f4d5e3ba `Microsoft`<http://www.microsoft.com/> The 'vertical-align' property sets a nominal length value in pixels.
|
|
vertical-align-008 reference/vertical-align-007-ref Vertical-align using pixels with a positive nominal value, +96px ahem http://www.w3.org/TR/CSS21/visudet.html#propdef-vertical-align,http://www.w3.org/TR/CSS21/visudet.html#leading b8ea67194ea283911c1ab6c36d9a239cddf5b66c `Microsoft`<http://www.microsoft.com/> The 'vertical-align' property sets a positive nominal length value in pixels.
|
|
vertical-align-016 reference/vertical-align-004-ref Vertical-align using points with a negative zero value, -0pt ahem http://www.w3.org/TR/CSS21/visudet.html#propdef-vertical-align,http://www.w3.org/TR/CSS21/visudet.html#leading 38df3433193ffa9efdf668e840431941210eb949 `Microsoft`<http://www.microsoft.com/> The 'vertical-align' property sets a negative zero length value in points.
|
|
vertical-align-017 reference/vertical-align-004-ref Vertical-align using points with a zero value, 0pt ahem http://www.w3.org/TR/CSS21/visudet.html#propdef-vertical-align,http://www.w3.org/TR/CSS21/visudet.html#leading a6db3604f803dadbfc8a900dab09b2bbf7378638 `Microsoft`<http://www.microsoft.com/> The 'vertical-align' property sets a zero length value in points.
|
|
vertical-align-018 reference/vertical-align-004-ref Vertical-align using points with a positive zero value, +0pt ahem http://www.w3.org/TR/CSS21/visudet.html#propdef-vertical-align,http://www.w3.org/TR/CSS21/visudet.html#leading 569a13058d16f6a92c1cb514047570018fc4d901 `Microsoft`<http://www.microsoft.com/> The 'vertical-align' property sets a negative zero length value in points.
|
|
vertical-align-019 reference/vertical-align-007-ref Vertical-align using points with a nominal value, 72pt ahem http://www.w3.org/TR/CSS21/visudet.html#propdef-vertical-align,http://www.w3.org/TR/CSS21/visudet.html#leading dfd6eb7117d9da8b35cb7e8711d5d6aa61dfca76 `Microsoft`<http://www.microsoft.com/> The 'vertical-align' property sets a nominal length value in points.
|
|
vertical-align-020 reference/vertical-align-007-ref Vertical-align using points with a positive nominal value, +72pt ahem http://www.w3.org/TR/CSS21/visudet.html#propdef-vertical-align,http://www.w3.org/TR/CSS21/visudet.html#leading a52b44db6f577c4ce497193f9fcaf5880ffed57e `Microsoft`<http://www.microsoft.com/> The 'vertical-align' property sets a nominal length value in points.
|
|
vertical-align-028 reference/vertical-align-004-ref Vertical-align using picas with a negative zero value, -0pc ahem http://www.w3.org/TR/CSS21/visudet.html#propdef-vertical-align,http://www.w3.org/TR/CSS21/visudet.html#leading dfc2bd12f74bb1e10921cd1b1dd6e9035e2ea9c5 `Microsoft`<http://www.microsoft.com/> The 'vertical-align' property sets a negative zero length value in picas.
|
|
vertical-align-029 reference/vertical-align-004-ref Vertical-align using picas with a zero value, 0pc ahem http://www.w3.org/TR/CSS21/visudet.html#propdef-vertical-align,http://www.w3.org/TR/CSS21/visudet.html#leading 1d5a584f9daf72b9177f01797d8563f515e18447 `Microsoft`<http://www.microsoft.com/> The 'vertical-align' property sets a zero length value in picas.
|
|
vertical-align-030 reference/vertical-align-004-ref Vertical-align using picas with a positive zero value, +0pc ahem http://www.w3.org/TR/CSS21/visudet.html#propdef-vertical-align,http://www.w3.org/TR/CSS21/visudet.html#leading 9be7e8abdf901765d6e6228221aeb2f1ab1c9c2d `Microsoft`<http://www.microsoft.com/> The 'vertical-align' property sets a positive zero length value in picas.
|
|
vertical-align-031 reference/vertical-align-007-ref Vertical-align using picas with a nominal value, 6pc ahem http://www.w3.org/TR/CSS21/visudet.html#propdef-vertical-align,http://www.w3.org/TR/CSS21/visudet.html#leading 4613d21ac7f70143db2a749daee85c84f1402891 `Microsoft`<http://www.microsoft.com/> The 'vertical-align' property sets a nominal length value in picas.
|
|
vertical-align-032 reference/vertical-align-007-ref Vertical-align using picas with a positive nominal value, +6pc ahem http://www.w3.org/TR/CSS21/visudet.html#propdef-vertical-align,http://www.w3.org/TR/CSS21/visudet.html#leading 5084e4917ba4b7dfaf0dc3c58a2c9e496b2c6de6 `Microsoft`<http://www.microsoft.com/> The 'vertical-align' property sets a positive nominal length value in picas.
|
|
vertical-align-040 reference/vertical-align-004-ref Vertical-align using centimeters with a negative zero value, -0cm ahem http://www.w3.org/TR/CSS21/visudet.html#propdef-vertical-align,http://www.w3.org/TR/CSS21/visudet.html#leading b8e4f95b8b63fdfac7607d4993625e1b99c8eb8c `Microsoft`<http://www.microsoft.com/> The 'vertical-align' property sets a negative zero length value in centimeters.
|
|
vertical-align-041 reference/vertical-align-004-ref Vertical-align using centimeters with a zero value, 0cm ahem http://www.w3.org/TR/CSS21/visudet.html#propdef-vertical-align,http://www.w3.org/TR/CSS21/visudet.html#leading 7812c4204798ba50c6a0b857f3878448cce489ea `Microsoft`<http://www.microsoft.com/> The 'vertical-align' property sets a zero length value in centimeters.
|
|
vertical-align-042 reference/vertical-align-004-ref Vertical-align using centimeters with a positive zero value, +0cm ahem http://www.w3.org/TR/CSS21/visudet.html#propdef-vertical-align,http://www.w3.org/TR/CSS21/visudet.html#leading 55b307e12c2614898c25fd5c7af1ed7af672d194 `Microsoft`<http://www.microsoft.com/> The 'vertical-align' property sets a positive zero length value in centimeters.
|
|
vertical-align-043 reference/vertical-align-007-ref Vertical-align using centimeters with a nominal value, 2.54cm ahem http://www.w3.org/TR/CSS21/visudet.html#propdef-vertical-align,http://www.w3.org/TR/CSS21/visudet.html#leading 66746b06ab6923a13723efbd9821eb7d24b8606d `Microsoft`<http://www.microsoft.com/> The 'vertical-align' property sets a nominal length value in centimeters.
|
|
vertical-align-044 reference/vertical-align-007-ref Vertical-align using centimeters with a positive nominal value, +2.54cm ahem http://www.w3.org/TR/CSS21/visudet.html#propdef-vertical-align,http://www.w3.org/TR/CSS21/visudet.html#leading 5e727120e112de19fb93570952067c5477215fc1 `Microsoft`<http://www.microsoft.com/> The 'vertical-align' property sets a positive nominal length value in centimeters.
|
|
vertical-align-052 reference/vertical-align-004-ref Vertical-align using millimeters with a negative zero value, -0mm ahem http://www.w3.org/TR/CSS21/visudet.html#propdef-vertical-align,http://www.w3.org/TR/CSS21/visudet.html#leading 54a24c5e879919ea36a676b2468fd1c713478a47 `Microsoft`<http://www.microsoft.com/> The 'vertical-align' property sets a negative zero length value in millimeters.
|
|
vertical-align-053 reference/vertical-align-004-ref Vertical-align using millimeters with a zero value, 0mm ahem http://www.w3.org/TR/CSS21/visudet.html#propdef-vertical-align,http://www.w3.org/TR/CSS21/visudet.html#leading 876ac77da1ed56d267cd3a171dd19031948eb687 `Microsoft`<http://www.microsoft.com/> The 'vertical-align' property sets a zero length value in millimeters.
|
|
vertical-align-054 reference/vertical-align-004-ref Vertical-align using millimeters with a positive zero value, +0mm ahem http://www.w3.org/TR/CSS21/visudet.html#propdef-vertical-align,http://www.w3.org/TR/CSS21/visudet.html#leading 27a95b9bef028b43633470b4d40c4a044e3c4d04 `Microsoft`<http://www.microsoft.com/> The 'vertical-align' property sets a positive zero length value in millimeters.
|
|
vertical-align-055 reference/vertical-align-007-ref Vertical-align using millimeters with a nominal value, 25.4mm ahem http://www.w3.org/TR/CSS21/visudet.html#propdef-vertical-align,http://www.w3.org/TR/CSS21/visudet.html#leading 2ac6ad5282e5990e354af74b5dbcdd590d37890a `Microsoft`<http://www.microsoft.com/> The 'vertical-align' property sets a nominal length value in millimeters.
|
|
vertical-align-056 reference/vertical-align-007-ref Vertical-align using millimeters with a positive nominal value, +25.4mm ahem http://www.w3.org/TR/CSS21/visudet.html#propdef-vertical-align,http://www.w3.org/TR/CSS21/visudet.html#leading 13224fe128234e557fbd1236e400506325c881d3 `Microsoft`<http://www.microsoft.com/> The 'vertical-align' property sets a positive nominal length value in millimeters.
|
|
vertical-align-064 reference/vertical-align-004-ref Vertical-align using inches with a negative zero value, -0in ahem http://www.w3.org/TR/CSS21/visudet.html#propdef-vertical-align,http://www.w3.org/TR/CSS21/visudet.html#leading ac510c2026c85fd4986359c9a7916f4d15b2ab44 `Microsoft`<http://www.microsoft.com/> The 'vertical-align' property sets a negative zero length value in inches.
|
|
vertical-align-065 reference/vertical-align-004-ref Vertical-align using inches with a zero value, 0in ahem http://www.w3.org/TR/CSS21/visudet.html#propdef-vertical-align,http://www.w3.org/TR/CSS21/visudet.html#leading 2a55a8e332426143a249af616665f2fb4c3c663c `Microsoft`<http://www.microsoft.com/> The 'vertical-align' property sets a zero length value in inches.
|
|
vertical-align-066 reference/vertical-align-004-ref Vertical-align using inches with a positive zero value, +0in ahem http://www.w3.org/TR/CSS21/visudet.html#propdef-vertical-align,http://www.w3.org/TR/CSS21/visudet.html#leading 1fd3a695f7cec07cf89cf6f9ed3b69ac9357de72 `Microsoft`<http://www.microsoft.com/> The 'vertical-align' property sets a positive zero length value in inches.
|
|
vertical-align-067 reference/vertical-align-007-ref Vertical-align using inches with a nominal value, 1in ahem http://www.w3.org/TR/CSS21/visudet.html#propdef-vertical-align,http://www.w3.org/TR/CSS21/visudet.html#leading 9a14806e26d273ea3748b461f7e182c8f9ee0164 `Microsoft`<http://www.microsoft.com/> The 'vertical-align' property sets a nominal length value in inches.
|
|
vertical-align-068 reference/vertical-align-007-ref Vertical-align using inches with a positive nominal value, +1in ahem http://www.w3.org/TR/CSS21/visudet.html#propdef-vertical-align,http://www.w3.org/TR/CSS21/visudet.html#leading 2bcb8eecc89161953528a65f18ff13b0b9eec205 `Microsoft`<http://www.microsoft.com/> The 'vertical-align' property sets a positive nominal length value in inches.
|
|
vertical-align-076 reference/vertical-align-004-ref Vertical-align using 'em' units with a negative zero value, -0em ahem http://www.w3.org/TR/CSS21/visudet.html#propdef-vertical-align,http://www.w3.org/TR/CSS21/visudet.html#leading 9c3296fe0c7a361e95d909c65f2e5fca66635077 `Microsoft`<http://www.microsoft.com/> The 'vertical-align' property sets a negative zero length value in 'em' units.
|
|
vertical-align-077 reference/vertical-align-004-ref Vertical-align using 'em' units with a zero value, 0em ahem http://www.w3.org/TR/CSS21/visudet.html#propdef-vertical-align,http://www.w3.org/TR/CSS21/visudet.html#leading bbb50414a7f1684261c0f205414285232d089012 `Microsoft`<http://www.microsoft.com/> The 'vertical-align' property sets a zero length value in 'em' units.
|
|
vertical-align-078 reference/vertical-align-004-ref Vertical-align using 'em' units with a positive zero value, +0em ahem http://www.w3.org/TR/CSS21/visudet.html#propdef-vertical-align,http://www.w3.org/TR/CSS21/visudet.html#leading c2c8165cc41183bc851e7ca935b0675bb9a4fcd6 `Microsoft`<http://www.microsoft.com/> The 'vertical-align' property sets a positive zero length value in 'em' units.
|
|
vertical-align-079 reference/vertical-align-079-ref Vertical-align using 'em' units with a nominal value, 6em ahem http://www.w3.org/TR/CSS21/visudet.html#propdef-vertical-align,http://www.w3.org/TR/CSS21/visudet.html#leading a5adda5b53dbb4f9dd39b371c89a08cf816d4168 `Microsoft`<http://www.microsoft.com/> The 'vertical-align' property sets a nominal length value in 'em' units.
|
|
vertical-align-080 reference/vertical-align-079-ref Vertical-align using 'em' units with a positive nominal value, +6em ahem http://www.w3.org/TR/CSS21/visudet.html#propdef-vertical-align,http://www.w3.org/TR/CSS21/visudet.html#leading 5e411db33d0120c8f7541a8b1f9806f085564816 `Microsoft`<http://www.microsoft.com/> The 'vertical-align' property sets a positive nominal length value in 'em' units.
|
|
vertical-align-088 reference/vertical-align-004-ref Vertical-align using 'ex' units with a negative zero value, -0ex ahem http://www.w3.org/TR/CSS21/visudet.html#propdef-vertical-align,http://www.w3.org/TR/CSS21/visudet.html#leading 611864a7a10cfc1d58f9110028d7b997cfc60850 `Microsoft`<http://www.microsoft.com/> The 'vertical-align' property sets a negative zero length value in 'ex' units.
|
|
vertical-align-089 reference/vertical-align-004-ref Vertical-align using 'ex' units with a zero value, 0ex ahem http://www.w3.org/TR/CSS21/visudet.html#propdef-vertical-align,http://www.w3.org/TR/CSS21/visudet.html#leading 78968476d48700332be42a82bb29ce06f43d0c78 `Microsoft`<http://www.microsoft.com/> The 'vertical-align' property sets a zero length value in 'ex' units.
|
|
vertical-align-090 reference/vertical-align-004-ref Vertical-align using 'ex' units with a positive zero value, +0ex ahem http://www.w3.org/TR/CSS21/visudet.html#propdef-vertical-align,http://www.w3.org/TR/CSS21/visudet.html#leading 9613d9d14ac233f096af17890dd919f146590c8b `Microsoft`<http://www.microsoft.com/> The 'vertical-align' property sets a positive zero length value in 'ex' units.
|
|
vertical-align-091 reference/vertical-align-007-ref Vertical-align using 'ex' units with a nominal value, 6ex ahem http://www.w3.org/TR/CSS21/visudet.html#propdef-vertical-align,http://www.w3.org/TR/CSS21/visudet.html#leading 42a9495998f777ee8bbf6cacb8b36ae01cef6fe1 `Microsoft`<http://www.microsoft.com/> The 'vertical-align' property sets a nominal length value in 'ex' units.
|
|
vertical-align-092 reference/vertical-align-007-ref Vertical-align using 'ex' units with a positive nominal value, +6ex ahem http://www.w3.org/TR/CSS21/visudet.html#propdef-vertical-align,http://www.w3.org/TR/CSS21/visudet.html#leading 2b8b7e9f1500adc42c783abe0ec55fdc4aa89c3e `Microsoft`<http://www.microsoft.com/> The 'vertical-align' property sets a positive nominal length value in 'ex' units.
|
|
vertical-align-100 reference/vertical-align-004-ref Vertical-align using percentages with a negative zero value, -0% ahem http://www.w3.org/TR/CSS21/visudet.html#propdef-vertical-align,http://www.w3.org/TR/CSS21/visudet.html#leading 8f0b0676f59a9524610749c3e264851a4036ca4c `Microsoft`<http://www.microsoft.com/> The 'vertical-align' property sets a negative zero length value in percentages.
|
|
vertical-align-101 reference/vertical-align-004-ref Vertical-align using percentages with a zero value, 0% ahem http://www.w3.org/TR/CSS21/visudet.html#propdef-vertical-align,http://www.w3.org/TR/CSS21/visudet.html#leading 7d694fb4cace7a919f80faf31e8a98ee1ee77eed `Microsoft`<http://www.microsoft.com/> The 'vertical-align' property sets a zero length value in percentages.
|
|
vertical-align-102 reference/vertical-align-004-ref Vertical-align using percentages with a positive zero value, +0% ahem http://www.w3.org/TR/CSS21/visudet.html#propdef-vertical-align,http://www.w3.org/TR/CSS21/visudet.html#leading 0cf579e3a9ec6358469e652cfd3e6f396a871266 `Microsoft`<http://www.microsoft.com/> The 'vertical-align' property sets a positive zero length value in percentages.
|
|
vertical-align-103 reference/vertical-align-103-ref Vertical-align using percentages with a nominal value, 100% ahem http://www.w3.org/TR/CSS21/visudet.html#propdef-vertical-align,http://www.w3.org/TR/CSS21/visudet.html#leading c52832a140e66e548029f29dde79ee8ef5ed94d7 `Microsoft`<http://www.microsoft.com/> The 'vertical-align' property sets a nominal length value in percentages.
|
|
vertical-align-104 reference/vertical-align-103-ref Vertical-align using percentages with a positive nominal value, +100% ahem http://www.w3.org/TR/CSS21/visudet.html#propdef-vertical-align,http://www.w3.org/TR/CSS21/visudet.html#leading 21ee85734a843024fa5d67d12a031b67056a57b0 `Microsoft`<http://www.microsoft.com/> The 'vertical-align' property sets a positive nominal length value in percentages.
|
|
vertical-align-109 reference/vertical-align-004-ref Vertical-align with a negative zero value and no units, -0 ahem http://www.w3.org/TR/CSS21/visudet.html#propdef-vertical-align,http://www.w3.org/TR/CSS21/visudet.html#leading c2baac7b0c886aad4b19252df4ce024b99fa0177 `Microsoft`<http://www.microsoft.com/> The 'vertical-align' property sets a negative zero length value with no units.
|
|
vertical-align-110 reference/vertical-align-004-ref Vertical-align with a zero value and no units, 0 ahem http://www.w3.org/TR/CSS21/visudet.html#propdef-vertical-align,http://www.w3.org/TR/CSS21/visudet.html#leading 4141880a7d77a1555197b2502f1c34fc87fce125 `Microsoft`<http://www.microsoft.com/> The 'vertical-align' property sets a zero length value with no units.
|
|
vertical-align-111 reference/vertical-align-004-ref Vertical-align with a positive zero value and no units, +0 ahem http://www.w3.org/TR/CSS21/visudet.html#propdef-vertical-align,http://www.w3.org/TR/CSS21/visudet.html#leading 03069d375c3884530b739aae5cb3d9607b6e19ac `Microsoft`<http://www.microsoft.com/> The 'vertical-align' property sets a positive zero length value with no units.
|
|
vertical-align-112 Vertical-align with a keyword, 'baseline' ahem http://www.w3.org/TR/CSS21/visudet.html#propdef-vertical-align,http://www.w3.org/TR/CSS21/visudet.html#leading 684b673c913b16230192f125f78343c560babdb8 `Microsoft`<http://www.microsoft.com/> The 'vertical-align' property sets the keyword 'baseline'.
|
|
vertical-align-113 Vertical-align with a keyword, 'bottom' ahem http://www.w3.org/TR/CSS21/visudet.html#propdef-vertical-align,http://www.w3.org/TR/CSS21/visudet.html#leading f965a7a09770c53dd8f6ec72ea751a2c258c4906 `Microsoft`<http://www.microsoft.com/> The 'vertical-align' property sets the keyword 'bottom'.
|
|
vertical-align-114 Vertical-align with a keyword, 'middle' ahem http://www.w3.org/TR/CSS21/visudet.html#propdef-vertical-align,http://www.w3.org/TR/CSS21/visudet.html#leading 02a6815ed925e25b53b60cca3289bf2637bb143e `Microsoft`<http://www.microsoft.com/> The 'vertical-align' property sets the keyword 'middle'.
|
|
vertical-align-115 Vertical-align with a keyword, 'sub' ahem http://www.w3.org/TR/CSS21/visudet.html#propdef-vertical-align,http://www.w3.org/TR/CSS21/visudet.html#leading 5abf32f02d8015fa2e67310e2c4cbacdd504bfa4 `Microsoft`<http://www.microsoft.com/> The 'vertical-align' property sets the keyword 'sub'.
|
|
vertical-align-116 Vertical-align with a keyword, 'super' ahem http://www.w3.org/TR/CSS21/visudet.html#propdef-vertical-align,http://www.w3.org/TR/CSS21/visudet.html#leading 06c43d995827f36af24bfaf1c1d4570a3d20ea7e `Microsoft`<http://www.microsoft.com/> The 'vertical-align' property sets the keyword 'super'.
|
|
vertical-align-117 Vertical-align with a keyword, 'text-bottom' ahem http://www.w3.org/TR/CSS21/visudet.html#propdef-vertical-align,http://www.w3.org/TR/CSS21/visudet.html#leading deb12c0c8209c071ee5ac0fa8545ac71df15d1e4 `Microsoft`<http://www.microsoft.com/> The 'vertical-align' property sets the keyword 'text-bottom'.
|
|
vertical-align-117a reference/vertical-align-117a-ref 'vertical-align: text-bottom' - line-height ahem http://www.w3.org/TR/CSS21/visudet.html#leading ad721862eac20274017f30f0badfe3e6c289d2e7 `Gérard Talbot`<http://www.gtalbot.org/BrowserBugsSection/css21testsuite/> For inline non-replaced elements (such as the span element in this testcase), the box used for vertical-alignment is the box whose height is the 'line-height' (containing the box's glyphs and the half-leading on each side). 'vertical-align: text-bottom' will align the bottom of such box with the bottom of the parent's content area and not with the bottom of the parent's box.
|
|
vertical-align-118 Vertical-align with a keyword, 'text-top' ahem http://www.w3.org/TR/CSS21/visudet.html#propdef-vertical-align,http://www.w3.org/TR/CSS21/visudet.html#leading c4ad39747c48b1caddf2697009033e40d99bb4df `Microsoft`<http://www.microsoft.com/> The 'vertical-align' property sets the keyword 'text-top'.
|
|
vertical-align-118a reference/vertical-align-118a-ref 'vertical-align: text-top' - line-height ahem http://www.w3.org/TR/CSS21/visudet.html#leading 19d906520458bc5f3e9195dcf71952920fdc9868 `Gérard Talbot`<http://www.gtalbot.org/BrowserBugsSection/css21testsuite/> For inline non-replaced elements (such as the span element in this testcase), the box used for vertical-alignment is the box whose height is the 'line-height' (containing the box's glyphs and the half-leading on each side). 'vertical-align: text-top' will align the top of such box with the top of the parent's content area and not with the bottom of the parent's box.
|
|
vertical-align-119 Vertical-align with a keyword, 'top' ahem http://www.w3.org/TR/CSS21/visudet.html#propdef-vertical-align,http://www.w3.org/TR/CSS21/visudet.html#leading f76e8ca6cf6ab0e7f92eee7e08d370d06d1f04a7 `Microsoft`<http://www.microsoft.com/> The 'vertical-align' property sets the keyword 'top'.
|
|
vertical-align-120 Vertical-align with a keyword, 'inherit' ahem http://www.w3.org/TR/CSS21/visudet.html#propdef-vertical-align,http://www.w3.org/TR/CSS21/visudet.html#leading f6b703027b0b65a50c25ac30a10d68702a976fc0 `Microsoft`<http://www.microsoft.com/> The 'vertical-align' property sets the keyword 'inherit' and inherits the computed value from the parent element.
|
|
vertical-align-121 reference/vertical-align-121-ref vertical-align: top ahem http://www.w3.org/TR/CSS21/visudet.html#line-height ba102d26f7734a471593e51d9a8afe0a85044605 `Ian Hickson`<mailto:ian@hixie.ch>
|
|
vertical-align-applies-to-001 reference/vertical-align-applies-to-001-ref Vertical-align applied to elements with 'display' set to 'table-row-group' ahem http://www.w3.org/TR/CSS21/visudet.html#propdef-vertical-align,http://www.w3.org/TR/CSS21/visudet.html#leading d57c6e5a9328e53e64df517c64d1ceaf7d6f865c `Microsoft`<http://www.microsoft.com/> The 'vertical-align' property does not apply to elements with 'display' set to 'table-row-group'.
|
|
vertical-align-applies-to-002 reference/vertical-align-applies-to-001-ref Vertical-align applied to elements with 'display' set to 'table-header-group' ahem http://www.w3.org/TR/CSS21/visudet.html#propdef-vertical-align,http://www.w3.org/TR/CSS21/visudet.html#leading 8e68558fb86d6df332bd94e2a3399caf850b9ca5 `Microsoft`<http://www.microsoft.com/> The 'vertical-align' property does not apply to elements with 'display' set to 'table-header-group'.
|
|
vertical-align-applies-to-003 reference/vertical-align-applies-to-001-ref Vertical-align applied to elements with 'display' set to 'table-footer-group' ahem http://www.w3.org/TR/CSS21/visudet.html#propdef-vertical-align,http://www.w3.org/TR/CSS21/visudet.html#leading fa944a1fe1c464e33915cc7f852a9f1b6c3ffaaa `Microsoft`<http://www.microsoft.com/> The 'vertical-align' property does not apply to elements with 'display' set to 'table-footer-group'.
|
|
vertical-align-applies-to-004 reference/vertical-align-applies-to-001-ref Vertical-align applied to elements with 'display' set to 'table-row' ahem http://www.w3.org/TR/CSS21/visudet.html#propdef-vertical-align,http://www.w3.org/TR/CSS21/visudet.html#leading 56328b392345a841031f4453370085a5a06268af `Microsoft`<http://www.microsoft.com/> The 'vertical-align' property does not apply to elements with 'display' set to 'table-row'.
|
|
vertical-align-applies-to-005 reference/vertical-align-applies-to-001-ref Vertical-align applied to elements with 'display' set to 'table-column-group' ahem http://www.w3.org/TR/CSS21/visudet.html#propdef-vertical-align,http://www.w3.org/TR/CSS21/visudet.html#leading 0fd11b66740b4079ffb5dac677bf34c0124faec0 `Microsoft`<http://www.microsoft.com/> The 'vertical-align' property does not apply to elements with 'display' set to 'table-column-group'.
|
|
vertical-align-applies-to-006 reference/vertical-align-applies-to-001-ref Vertical-align applied to elements with 'display' set to 'table-column' ahem http://www.w3.org/TR/CSS21/visudet.html#propdef-vertical-align,http://www.w3.org/TR/CSS21/visudet.html#leading 29b7b56fa04896da552075d3e607d9ad77a71e9a `Microsoft`<http://www.microsoft.com/> The 'vertical-align' property does not apply to elements with 'display' set to 'table-column'.
|
|
vertical-align-applies-to-007 reference/vertical-align-applies-to-007-ref Vertical-align applied to elements with 'display' set to 'table-cell' ahem http://www.w3.org/TR/CSS21/visudet.html#propdef-vertical-align,http://www.w3.org/TR/CSS21/visudet.html#leading 47e9a1e9f8d418b8ff59ddaaf246899fcd273208 `Microsoft`<http://www.microsoft.com/> The 'vertical-align' property applies to elements with 'display' set to 'table-cell'.
|
|
vertical-align-applies-to-008 reference/vertical-align-applies-to-008-ref Vertical-align applied to elements with 'display' set to 'inline' ahem http://www.w3.org/TR/CSS21/visudet.html#propdef-vertical-align,http://www.w3.org/TR/CSS21/visudet.html#leading cf9e1cc46039bbcb03f9140e91f1b89868ffb64b `Microsoft`<http://www.microsoft.com/> The 'vertical-align' property applies to elements with 'display' set to 'inline'.
|
|
vertical-align-applies-to-009 reference/vertical-align-applies-to-001-ref Vertical-align applied to elements with 'display' set to 'block' ahem http://www.w3.org/TR/CSS21/visudet.html#propdef-vertical-align,http://www.w3.org/TR/CSS21/visudet.html#leading 2e6a4819842bbf5928c5bbf24ec86676d894ed1f `Microsoft`<http://www.microsoft.com/> The 'vertical-align' property does not apply to elements with 'display' set to 'block'.
|
|
vertical-align-applies-to-010 Vertical-align applied to elements with 'display' set to 'list-item' ahem http://www.w3.org/TR/CSS21/visudet.html#propdef-vertical-align,http://www.w3.org/TR/CSS21/visudet.html#leading 3b847b617a1c8b84c9dcbb0df1e02aa3bc7955ae `Microsoft`<http://www.microsoft.com/> The 'vertical-align' property does not apply to elements with 'display' set to 'list-item'.
|
|
vertical-align-applies-to-011 Vertical-align applied to elements with 'display' set to 'run-in' ahem http://www.w3.org/TR/CSS21/visudet.html#propdef-vertical-align,http://www.w3.org/TR/CSS21/visudet.html#leading f73ee33989cdc260c0b0b17ad38c6a552d9497aa `Microsoft`<http://www.microsoft.com/> The 'vertical-align' property does not apply to elements with 'display' set to 'run-in'.
|
|
vertical-align-applies-to-012 reference/vertical-align-applies-to-001-ref Vertical-align applied to elements with 'display' set to 'inline-block' ahem http://www.w3.org/TR/CSS21/visudet.html#propdef-vertical-align,http://www.w3.org/TR/CSS21/visudet.html#leading 9c91844a582a56196ed34b32fdeab4423b2bd8c6 `Microsoft`<http://www.microsoft.com/> The 'vertical-align' property does not apply to elements with 'display' set to 'inline-block'.
|
|
vertical-align-applies-to-013 reference/vertical-align-applies-to-001-ref Vertical-align applied to elements with 'display' set to 'table' ahem http://www.w3.org/TR/CSS21/visudet.html#propdef-vertical-align,http://www.w3.org/TR/CSS21/visudet.html#leading b2aeff2f1d48f56bc438cf10fc1fa4c098130927 `Microsoft`<http://www.microsoft.com/> The 'vertical-align' property does not apply to elements with 'display' set to 'table'.
|
|
vertical-align-applies-to-014 reference/vertical-align-applies-to-001-ref Vertical-align applied to elements with 'display' set to 'inline-table' ahem http://www.w3.org/TR/CSS21/visudet.html#propdef-vertical-align,http://www.w3.org/TR/CSS21/visudet.html#leading 7875a6819aa2a7d61e17c113f0a55184b0e85727 `Microsoft`<http://www.microsoft.com/> The 'vertical-align' property does not apply to elements with 'display' set to 'inline-table'.
|
|
vertical-align-applies-to-015 reference/vertical-align-applies-to-001-ref Vertical-align applied to elements with 'display' set to 'table-caption' ahem http://www.w3.org/TR/CSS21/visudet.html#propdef-vertical-align,http://www.w3.org/TR/CSS21/visudet.html#leading 0886f9409aa934419ef8ac1b54988525441dbd71 `Microsoft`<http://www.microsoft.com/> The 'vertical-align' property does not apply to elements with 'display' set to 'table-caption'.
|
|
vertical-align-baseline-001 reference/vertical-align-baseline-001-ref Vertical-align set to '0%' is equal to 'baseline' ahem http://www.w3.org/TR/CSS21/visudet.html#propdef-vertical-align,http://www.w3.org/TR/CSS21/visudet.html#leading de16406030584375c5e882fddcaa73092a31a17b `Microsoft`<http://www.microsoft.com/> The 'vertical-align' property set to '0%' means the same as the 'baseline'.
|
|
vertical-align-baseline-002 reference/vertical-align-baseline-001-ref Vertical-align set to '0' is equal to 'baseline' ahem http://www.w3.org/TR/CSS21/visudet.html#propdef-vertical-align,http://www.w3.org/TR/CSS21/visudet.html#leading 73629dc3fae90bd6cea1c19779b544ae4eb1aa4e `Microsoft`<http://www.microsoft.com/> The 'vertical-align' property set to '0' means the same as the 'baseline'.
|
|
vertical-align-baseline-003 reference/vertical-align-baseline-003-ref Vertical-align applied to 'inline-block' and baseline alignment http://www.w3.org/TR/CSS21/visudet.html#propdef-vertical-align,http://www.w3.org/TR/CSS21/visudet.html#leading 3b511b0a3600318360f1318632df5af34d13e5da `Microsoft`<http://www.microsoft.com/> The 'vertical-align' property aligns the last line box of 'inline-block' elements with the baseline.
|
|
vertical-align-baseline-004 Vertical-align applied to empty 'inline-block' and baseline alignment ahem http://www.w3.org/TR/CSS21/visudet.html#propdef-vertical-align,http://www.w3.org/TR/CSS21/visudet.html#leading cd077054a25c3fc6a63ee3f810913ce686fc2f93 `Microsoft`<http://www.microsoft.com/> The 'vertical-align' property aligns an empty 'inline-block' elements' bottom margin edge with the baseline.
|
|
vertical-align-baseline-004a reference/vertical-align-baseline-004a-ref Vertical-align applied to empty 'inline-block' and baseline alignment ahem,image http://www.w3.org/TR/CSS21/visudet.html#leading ef7bca81f774a170789624cf7236d2df1d8c335c `Gérard Talbot`<http://www.gtalbot.org/BrowserBugsSection/css21testsuite/> The baseline of an 'inline-block' that has no in-flow line boxes is at its bottom margin edge. The bottom margin edge of an 'inline-block' that has no inflow line boxes will 'sit' on the baseline, will be located on the baseline of such 'inline-block'.
|
|
vertical-align-baseline-005 Vertical-align applied to an 'inline-block' with 'overflow' not set to 'visible' and baseline alignment ahem http://www.w3.org/TR/CSS21/visudet.html#propdef-vertical-align,http://www.w3.org/TR/CSS21/visudet.html#leading 6fc76ff24e45d217ac952776e7c339b13f383fa0 `Microsoft`<http://www.microsoft.com/> The 'vertical-align' property aligns an 'inline-block' elements' bottom margin edge with the baseline when 'overflow' is not set to 'visible'.
|
|
vertical-align-baseline-005a reference/vertical-align-baseline-004a-ref Vertical-align applied to an 'inline-block' with 'overflow' not set to 'visible' and baseline alignment ahem,image http://www.w3.org/TR/CSS21/visudet.html#leading 20971c375a980686ec60bdd9829a429a9b4648b3 `Gérard Talbot`<http://www.gtalbot.org/BrowserBugsSection/css21testsuite/> The baseline of an 'inline-block' whose 'overflow' property has a computed value other than 'visible' is located at its bottom margin edge.
|
|
vertical-align-baseline-006 Baseline alignment with an inline element parent http://www.w3.org/TR/CSS21/visudet.html#propdef-vertical-align,http://www.w3.org/TR/CSS21/visudet.html#leading b518e1b308f8766ec9e1a3d933483e470d6e0a90 `Microsoft`<http://www.microsoft.com/> The baseline of an inline element is aligned with the baseline of its child inline-block when 'vertical-align: baseline' is specified on the child.
|
|
vertical-align-baseline-006a Baseline alignment of an inline-block with vertical padding and margin http://www.w3.org/TR/CSS21/visudet.html#leading 0f4ecb7708ce526f9c305f78bc260db2ca3886a2 `Gérard Talbot`<http://www.gtalbot.org/BrowserBugsSection/css21testsuite/> The baseline of an (anonymous) inline element is aligned with the baseline of the last line box of an 'inline-block' in the normal flow as 'vertical-align: baseline' is by default applied. In such case, the vertical padding and vertical margin have no influence on the position of the baseline line of an 'inline-block'.
|
|
vertical-align-baseline-007 reference/vertical-align-baseline-007-ref Baseline alignment with a block element parent http://www.w3.org/TR/CSS21/visudet.html#propdef-vertical-align,http://www.w3.org/TR/CSS21/visudet.html#leading ed306bc357642ddc74050323cb27e0d6112cf526 `Microsoft`<http://www.microsoft.com/> The baseline of a block element is aligned with the baseline of its child inline element when 'vertical-align: baseline' is specified on the child.
|
|
vertical-align-baseline-008 reference/vertical-align-baseline-008-ref Baseline alignment with a table-cell element parent http://www.w3.org/TR/CSS21/visudet.html#propdef-vertical-align,http://www.w3.org/TR/CSS21/visudet.html#leading 05149aa2eceefc137a0e016a9fbfa29aea57480b `Microsoft`<http://www.microsoft.com/> The baseline of a table cell element is aligned with the baseline of its child inline element when 'vertical-align: baseline' is specified on the child.
|
|
vertical-align-baseline-009 reference/vertical-align-baseline-007-ref Baseline alignment with a table caption element parent http://www.w3.org/TR/CSS21/visudet.html#propdef-vertical-align,http://www.w3.org/TR/CSS21/visudet.html#leading 52a6c89089d92472d09b1f5bf0fb84dd03e202ba `Microsoft`<http://www.microsoft.com/> The baseline of a table caption element is aligned with the baseline of its child inline element when 'vertical-align: baseline' is specified on the child.
|
|
vertical-align-baseline-010 Baseline alignment with an inline-block element parent http://www.w3.org/TR/CSS21/visudet.html#propdef-vertical-align,http://www.w3.org/TR/CSS21/visudet.html#leading 34bb3ea6fd7fab56decdcaf7869d4725eea7a002 `Microsoft`<http://www.microsoft.com/> The baseline of an inline-block element is aligned with the baseline of its child inline element when 'vertical-align: baseline' is specified on the child.
|
|
vertical-align-boxes-001 Vertical Alignment boxes: replaced elements ahem,image http://www.w3.org/TR/CSS21/visudet.html#line-height ea20cd0e29e45da3941ffba447d828bdb97dc458 `Elika J. Etemad`<http://fantasai.inkedblade.net/contact> Vertical alignment aligns the margin box of inline replaced elements.
|
|
vertical-align-sub-001 reference/vertical-align-sub-001-ref Vertical-align set to 'sub' does not adjust font-size http://www.w3.org/TR/CSS21/visudet.html#propdef-vertical-align,http://www.w3.org/TR/CSS21/visudet.html#leading f6f78c9fe452d927dafd31fac65954862b72c202 `Microsoft`<http://www.microsoft.com/> The 'vertical-align' property value 'sub' has no effect on the font-size of an element's text.
|
|
vertical-align-super-001 reference/vertical-align-sub-001-ref Vertical-align set to 'super' does not adjust font-size http://www.w3.org/TR/CSS21/visudet.html#propdef-vertical-align,http://www.w3.org/TR/CSS21/visudet.html#leading e99029cbeff79d345336ea9ddb33274302e13a5f `Microsoft`<http://www.microsoft.com/> The 'vertical-align' property value 'super' has no effect on the font-size of an element's text.
|
|
vertical-alignment-001 reference/vertical-alignment-001-ref vertical align - 'baseline' (alphabetical baseline with horizontal layout) image http://www.w3.org/TR/css-writing-modes-3/#baseline-alignment,http://www.w3.org/TR/CSS21/visudet.html#line-height 501b88d87e436a0d68c66799847e7222388f7834 `Hajime Shiozawa`<mailto:hajime.shiozawa@gmail.com> This test checks the generation of text baseline with vertical align property. When 'writing-mode' is horizontal, then the alphabetical baseline is used as the dominant baseline.
|
|
vertical-alignment-002-sidewaysleft vertical align - 'baseline' (alphabetical baseline with vertical layout) image http://www.w3.org/TR/css-writing-modes-3/#baseline-alignment,http://www.w3.org/TR/CSS21/visudet.html#line-height a55994c93e6652bdc61229154fe73727bd2c9aea `Hajime Shiozawa`<mailto:hajime.shiozawa@gmail.com> This test checks the generation of text baseline with vertical align property. When 'writing-mode' is vertical and when 'text-orientation' is 'sideways-left', 'sideways-right' or 'sideways', then the central baseline is used as the dominant baseline.
|
|
vertical-alignment-002-sidewaysright vertical align - 'baseline' (alphabetical baseline with vertical layout) image http://www.w3.org/TR/css-writing-modes-3/#baseline-alignment,http://www.w3.org/TR/CSS21/visudet.html#line-height 779a3696b7909f11787ad979d92c965675b8ed71 `Hajime Shiozawa`<mailto:hajime.shiozawa@gmail.com> This test checks the generation of text baseline with vertical align property. When 'writing-mode' is vertical and when 'text-orientation' is 'sideways-left', 'sideways-right' or 'sideways', then the central baseline is used as the dominant baseline.
|
|
vertical-alignment-003-lr vertical align - 'baseline' (central baseline with vertical layout) ahem,image http://www.w3.org/TR/css-writing-modes-3/#baseline-alignment,http://www.w3.org/TR/CSS21/visudet.html#line-height 66706a353742efd4400d64575c633bb17a2a7252 `Hajime Shiozawa`<mailto:hajime.shiozawa@gmail.com> This test checks the generation of text baseline with vertical align property. When 'writing-mode' is vertical and when 'text-orientation' is 'mixed', 'upright' or 'use-glyph-orientation', then the central baseline is used as the dominant baseline.
|
|
vertical-alignment-003-rl vertical align - 'baseline' (central baseline with vertical layout) ahem,image http://www.w3.org/TR/css-writing-modes-3/#baseline-alignment,http://www.w3.org/TR/CSS21/visudet.html#line-height c28364f9b1f41b8538e624119234b1d35d6c6091 `Hajime Shiozawa`<mailto:hajime.shiozawa@gmail.com> This test checks the generation of text baseline with vertical align property. When 'writing-mode' is vertical and when 'text-orientation' is 'mixed', 'upright' or 'use-glyph-orientation', then the central baseline is used as the dominant baseline.
|
|
vertical-alignment-004 reference/vertical-alignment-004-ref vertical align - 'sub' (alphabetical baseline with horizontal layout) image http://www.w3.org/TR/css-writing-modes-3/#baseline-alignment,http://www.w3.org/TR/CSS21/visudet.html#line-height 4376670f8198359cb6e779a64f8ccbd1dfaa7fd0 `Hajime Shiozawa`<mailto:hajime.shiozawa@gmail.com> This test checks the generation of text baseline with vertical align property. When 'writing-mode' is horizontal, then the alphabetical baseline is used as the dominant baseline.
|
|
vertical-alignment-005-sidewaysleft vertical align - 'sub' (alphabetical baseline with vertical layout) image http://www.w3.org/TR/css-writing-modes-3/#baseline-alignment,http://www.w3.org/TR/CSS21/visudet.html#line-height 2df8dff5be7453c111fb9364ef9d796a91095b3a `Hajime Shiozawa`<mailto:hajime.shiozawa@gmail.com> This test checks the generation of text baseline with vertical align property. When 'writing-mode' is vertical and when 'text-orientation' is 'sideways-left', 'sideways-right' or 'sideways', then the central baseline is used as the dominant baseline.
|
|
vertical-alignment-005-sidewaysright vertical align - 'sub' (alphabetical baseline with vertical layout) image http://www.w3.org/TR/css-writing-modes-3/#baseline-alignment,http://www.w3.org/TR/CSS21/visudet.html#line-height 2fc7c00892fc1d5860633a96bba4ba7878ad7004 `Hajime Shiozawa`<mailto:hajime.shiozawa@gmail.com> This test checks the generation of text baseline with vertical align property. When 'writing-mode' is vertical and when 'text-orientation' is 'sideways-left', 'sideways-right' or 'sideways', then the central baseline is used as the dominant baseline.
|
|
vertical-alignment-006-lr vertical align - 'sub' (central baseline with vertical layout) ahem,image http://www.w3.org/TR/css-writing-modes-3/#baseline-alignment,http://www.w3.org/TR/CSS21/visudet.html#line-height 2143e834510eb1bcbd4bbf7e25e369bcf7c16fad `Hajime Shiozawa`<mailto:hajime.shiozawa@gmail.com> This test checks the generation of text baseline with vertical align property. When 'writing-mode' is vertical and when 'text-orientation' is 'mixed', 'upright' or 'use-glyph-orientation', then the central baseline is used as the dominant baseline.
|
|
vertical-alignment-006-rl vertical align - 'sub' (central baseline with vertical layout) ahem,image http://www.w3.org/TR/css-writing-modes-3/#baseline-alignment,http://www.w3.org/TR/CSS21/visudet.html#line-height af727b7e1fff45963b0b147275606a6f6dbf0b7f `Hajime Shiozawa`<mailto:hajime.shiozawa@gmail.com> This test checks the generation of text baseline with vertical align property. When 'writing-mode' is vertical and when 'text-orientation' is 'mixed', 'upright' or 'use-glyph-orientation', then the central baseline is used as the dominant baseline.
|
|
vertical-alignment-007 reference/vertical-alignment-007-ref vertical align - 'super' (alphabetical baseline with horizontal layout) image http://www.w3.org/TR/css-writing-modes-3/#baseline-alignment,http://www.w3.org/TR/CSS21/visudet.html#line-height 0d6adca25edb8c6d24562649737d3d4a0a587221 `Hajime Shiozawa`<mailto:hajime.shiozawa@gmail.com> This test checks the generation of text baseline with vertical align property. When 'writing-mode' is horizontal, then the alphabetical baseline is used as the dominant baseline.
|
|
vertical-alignment-008-sidewaysleft vertical align - 'super' (alphabetical baseline with vertical layout) image http://www.w3.org/TR/css-writing-modes-3/#baseline-alignment,http://www.w3.org/TR/CSS21/visudet.html#line-height 9dc8848f9db104ed33e3001e946369278588df9c `Hajime Shiozawa`<mailto:hajime.shiozawa@gmail.com> This test checks the generation of text baseline with vertical align property. When 'writing-mode' is vertical and when 'text-orientation' is 'sideways-left', 'sideways-right' or 'sideways', then the central baseline is used as the dominant baseline.
|
|
vertical-alignment-008-sidewaysright vertical align - 'super' (alphabetical baseline with vertical layout) image http://www.w3.org/TR/css-writing-modes-3/#baseline-alignment,http://www.w3.org/TR/CSS21/visudet.html#line-height 7de9f0763dbb93b0f55dceb7b80116c87ad800df `Hajime Shiozawa`<mailto:hajime.shiozawa@gmail.com> This test checks the generation of text baseline with vertical align property. When 'writing-mode' is vertical and when 'text-orientation' is 'sideways-left', 'sideways-right' or 'sideways', then the central baseline is used as the dominant baseline.
|
|
vertical-alignment-009-lr vertical align - 'super' (central baseline with vertical layout) ahem,image http://www.w3.org/TR/css-writing-modes-3/#baseline-alignment,http://www.w3.org/TR/CSS21/visudet.html#line-height 7cdfab8d442d3c1b056519b4d800927ca4a69a69 `Hajime Shiozawa`<mailto:hajime.shiozawa@gmail.com> This test checks the generation of text baseline with vertical align property. When 'writing-mode' is vertical and when 'text-orientation' is 'mixed', 'upright' or 'use-glyph-orientation', then the central baseline is used as the dominant baseline.
|
|
vertical-alignment-009-rl vertical align - 'super' (central baseline with vertical layout) ahem,image http://www.w3.org/TR/css-writing-modes-3/#baseline-alignment,http://www.w3.org/TR/CSS21/visudet.html#line-height ed67d92866b2a6ebe789878a07b3fcad370c806a `Hajime Shiozawa`<mailto:hajime.shiozawa@gmail.com> This test checks the generation of text baseline with vertical align property. When 'writing-mode' is vertical and when 'text-orientation' is 'mixed', 'upright' or 'use-glyph-orientation', then the central baseline is used as the dominant baseline.
|
|
vertical-alignment-010 reference/vertical-alignment-010-ref vertical align - 'zero length (0em)' (alphabetical baseline with horizontal layout) image http://www.w3.org/TR/css-writing-modes-3/#baseline-alignment,http://www.w3.org/TR/CSS21/visudet.html#line-height 3579d40d4968cef78900670c1cb3c04577760f0f `Hajime Shiozawa`<mailto:hajime.shiozawa@gmail.com> This test checks the generation of text baseline with vertical align property. When 'writing-mode' is horizontal, then the alphabetical baseline is used as the dominant baseline.
|
|
vertical-alignment-011-sidewaysleft vertical align - 'zero length (0em)' (alphabetical baseline with vertical layout) image http://www.w3.org/TR/css-writing-modes-3/#baseline-alignment,http://www.w3.org/TR/CSS21/visudet.html#line-height e3c5648ce732c30881a84fb5a0a8083191332a56 `Hajime Shiozawa`<mailto:hajime.shiozawa@gmail.com> This test checks the generation of text baseline with vertical align property. When 'writing-mode' is vertical and when 'text-orientation' is 'sideways-left', 'sideways-right' or 'sideways', then the central baseline is used as the dominant baseline.
|
|
vertical-alignment-011-sidewaysright vertical align - 'zero length (0em)' (alphabetical baseline with vertical layout) image http://www.w3.org/TR/css-writing-modes-3/#baseline-alignment,http://www.w3.org/TR/CSS21/visudet.html#line-height 724bbb86a2b9ec3bd9252fec92cacd6212775175 `Hajime Shiozawa`<mailto:hajime.shiozawa@gmail.com> This test checks the generation of text baseline with vertical align property. When 'writing-mode' is vertical and when 'text-orientation' is 'sideways-left', 'sideways-right' or 'sideways', then the central baseline is used as the dominant baseline.
|
|
vertical-alignment-012-lr vertical align - 'zero length (0em)' (central baseline with vertical layout) ahem,image http://www.w3.org/TR/css-writing-modes-3/#baseline-alignment,http://www.w3.org/TR/CSS21/visudet.html#line-height 1684f5ad59fd0c5ce9f9d3190bf569388b3557ba `Hajime Shiozawa`<mailto:hajime.shiozawa@gmail.com> This test checks the generation of text baseline with vertical align property. When 'writing-mode' is vertical and when 'text-orientation' is 'mixed', 'upright' or 'use-glyph-orientation', then the central baseline is used as the dominant baseline.
|
|
vertical-alignment-012-rl vertical align - 'zero length (0em)' (central baseline with vertical layout) ahem,image http://www.w3.org/TR/css-writing-modes-3/#baseline-alignment,http://www.w3.org/TR/CSS21/visudet.html#line-height dcd288dd395eea47285230ca20aa83dd6c874f17 `Hajime Shiozawa`<mailto:hajime.shiozawa@gmail.com> This test checks the generation of text baseline with vertical align property. When 'writing-mode' is vertical and when 'text-orientation' is 'mixed', 'upright' or 'use-glyph-orientation', then the central baseline is used as the dominant baseline.
|
|
vertical-alignment-013 reference/vertical-alignment-013-ref vertical align - 'positive length (0.8em)' (alphabetical baseline with horizontal layout) ahem,image http://www.w3.org/TR/css-writing-modes-3/#baseline-alignment,http://www.w3.org/TR/CSS21/visudet.html#line-height 55f8972b9fa4ae25640076bc423cfd730d38309f `Hajime Shiozawa`<mailto:hajime.shiozawa@gmail.com> This test checks the generation of text baseline with vertical align property. When 'writing-mode' is horizontal, then the alphabetical baseline is used as the dominant baseline.
|
|
vertical-alignment-014-sidewaysleft vertical align - 'positive length (0.8em)' (alphabetical baseline with vertical layout) ahem,image http://www.w3.org/TR/css-writing-modes-3/#baseline-alignment,http://www.w3.org/TR/CSS21/visudet.html#line-height 199a8e04915d4e564618ef120bf32e5c568cafc0 `Hajime Shiozawa`<mailto:hajime.shiozawa@gmail.com> This test checks the generation of text baseline with vertical align property. When 'writing-mode' is vertical and when 'text-orientation' is 'sideways-left', 'sideways-right' or 'sideways', then the central baseline is used as the dominant baseline.
|
|
vertical-alignment-014-sidewaysright vertical align - 'positive length (0.8em)' (alphabetical baseline with vertical layout) ahem,image http://www.w3.org/TR/css-writing-modes-3/#baseline-alignment,http://www.w3.org/TR/CSS21/visudet.html#line-height 755eb3f5800991c4d7df16dc70d2aaf30e419c42 `Hajime Shiozawa`<mailto:hajime.shiozawa@gmail.com> This test checks the generation of text baseline with vertical align property. When 'writing-mode' is vertical and when 'text-orientation' is 'sideways-left', 'sideways-right' or 'sideways', then the central baseline is used as the dominant baseline.
|
|
vertical-alignment-015-lr vertical align - 'positive length (0.5em)' (central baseline with vertical layout) ahem,image http://www.w3.org/TR/css-writing-modes-3/#baseline-alignment,http://www.w3.org/TR/CSS21/visudet.html#line-height 32b2362ace97e299f7beaa3aac8d3323837c7fc8 `Hajime Shiozawa`<mailto:hajime.shiozawa@gmail.com> This test checks the generation of text baseline with vertical align property. When 'writing-mode' is vertical and when 'text-orientation' is 'mixed', 'upright' or 'use-glyph-orientation', then the central baseline is used as the dominant baseline.
|
|
vertical-alignment-015-rl vertical align - 'positive length (0.5em)' (central baseline with vertical layout) ahem,image http://www.w3.org/TR/css-writing-modes-3/#baseline-alignment,http://www.w3.org/TR/CSS21/visudet.html#line-height f059163e577bcbadccf1e2912c2c8724777930c2 `Hajime Shiozawa`<mailto:hajime.shiozawa@gmail.com> This test checks the generation of text baseline with vertical align property. When 'writing-mode' is vertical and when 'text-orientation' is 'mixed', 'upright' or 'use-glyph-orientation', then the central baseline is used as the dominant baseline.
|
|
vertical-alignment-016 reference/vertical-alignment-016-ref vertical align - 'negative length (-0.2em)' (alphabetical baseline with horizontal layout) ahem,image http://www.w3.org/TR/css-writing-modes-3/#baseline-alignment,http://www.w3.org/TR/CSS21/visudet.html#line-height 0a4e6a9352e4281b253a7057c60893dc719cbc8b `Hajime Shiozawa`<mailto:hajime.shiozawa@gmail.com> This test checks the generation of text baseline with vertical align property. When 'writing-mode' is horizontal, then the alphabetical baseline is used as the dominant baseline.
|
|
vertical-alignment-017-sidewaysleft vertical align - 'negative length (-0.2em)' (alphabetical baseline with vertical layout) ahem,image http://www.w3.org/TR/css-writing-modes-3/#baseline-alignment,http://www.w3.org/TR/CSS21/visudet.html#line-height 83b231bd5ad62e4e981f504bedbe7bfde444335d `Hajime Shiozawa`<mailto:hajime.shiozawa@gmail.com> This test checks the generation of text baseline with vertical align property. When 'writing-mode' is vertical and when 'text-orientation' is 'sideways-left', 'sideways-right' or 'sideways', then the central baseline is used as the dominant baseline.
|
|
vertical-alignment-017-sidewaysright vertical align - 'negative length (-0.2em)' (alphabetical baseline with vertical layout) ahem,image http://www.w3.org/TR/css-writing-modes-3/#baseline-alignment,http://www.w3.org/TR/CSS21/visudet.html#line-height 20354412b9971eb45aafda4db62c290f6a2b1602 `Hajime Shiozawa`<mailto:hajime.shiozawa@gmail.com> This test checks the generation of text baseline with vertical align property. When 'writing-mode' is vertical and when 'text-orientation' is 'sideways-left', 'sideways-right' or 'sideways', then the central baseline is used as the dominant baseline.
|
|
vertical-alignment-018-lr vertical align - 'negative length (-0.5em)' (central baseline with vertical layout) ahem,image http://www.w3.org/TR/css-writing-modes-3/#baseline-alignment,http://www.w3.org/TR/CSS21/visudet.html#line-height 7cc30a291d2c69b03bd4179951b87c58e2a02ccb `Hajime Shiozawa`<mailto:hajime.shiozawa@gmail.com> This test checks the generation of text baseline with vertical align property. When 'writing-mode' is vertical and when 'text-orientation' is 'mixed', 'upright' or 'use-glyph-orientation', then the central baseline is used as the dominant baseline.
|
|
vertical-alignment-018-rl vertical align - 'negative length (-0.5em)' (central baseline with vertical layout) ahem,image http://www.w3.org/TR/css-writing-modes-3/#baseline-alignment,http://www.w3.org/TR/CSS21/visudet.html#line-height bda9934745cc38f21bcb4235eac2d5824d849f9f `Hajime Shiozawa`<mailto:hajime.shiozawa@gmail.com> This test checks the generation of text baseline with vertical align property. When 'writing-mode' is vertical and when 'text-orientation' is 'mixed', 'upright' or 'use-glyph-orientation', then the central baseline is used as the dominant baseline.
|
|
vertical-alignment-019 reference/vertical-alignment-019-ref vertical align - 'zero percentage (0%)' (alphabetical baseline with horizontal layout) image http://www.w3.org/TR/css-writing-modes-3/#baseline-alignment,http://www.w3.org/TR/CSS21/visudet.html#line-height 55cfb405efa26af4b0820f56215f138eb3359ea3 `Hajime Shiozawa`<mailto:hajime.shiozawa@gmail.com> This test checks the generation of text baseline with vertical align property. When 'writing-mode' is horizontal, then the alphabetical baseline is used as the dominant baseline.
|
|
vertical-alignment-020-sidewaysleft vertical align - 'zero percentage (0%)' (alphabetical baseline with vertical layout) image http://www.w3.org/TR/css-writing-modes-3/#baseline-alignment,http://www.w3.org/TR/CSS21/visudet.html#line-height 6533d451114b23d657e6bbc8362390a1c4aaf1eb `Hajime Shiozawa`<mailto:hajime.shiozawa@gmail.com> This test checks the generation of text baseline with vertical align property. When 'writing-mode' is vertical and when 'text-orientation' is 'sideways-left', 'sideways-right' or 'sideways', then the central baseline is used as the dominant baseline.
|
|
vertical-alignment-020-sidewaysright vertical align - 'zero percentage (0%)' (alphabetical baseline with vertical layout) image http://www.w3.org/TR/css-writing-modes-3/#baseline-alignment,http://www.w3.org/TR/CSS21/visudet.html#line-height 7b7ff221754d9c3bc955380e044413ccfbf7ee8b `Hajime Shiozawa`<mailto:hajime.shiozawa@gmail.com> This test checks the generation of text baseline with vertical align property. When 'writing-mode' is vertical and when 'text-orientation' is 'sideways-left', 'sideways-right' or 'sideways', then the central baseline is used as the dominant baseline.
|
|
vertical-alignment-021-lr vertical align - 'zero percentage (0%)' (central baseline with vertical layout) ahem,image http://www.w3.org/TR/css-writing-modes-3/#baseline-alignment,http://www.w3.org/TR/CSS21/visudet.html#line-height 9ddfeee8aeba9e1241ce506ec75af1ba37f6ef06 `Hajime Shiozawa`<mailto:hajime.shiozawa@gmail.com> This test checks the generation of text baseline with vertical align property. When 'writing-mode' is vertical and when 'text-orientation' is 'mixed', 'upright' or 'use-glyph-orientation', then the central baseline is used as the dominant baseline.
|
|
vertical-alignment-021-rl vertical align - 'zero percentage (0%)' (central baseline with vertical layout) ahem,image http://www.w3.org/TR/css-writing-modes-3/#baseline-alignment,http://www.w3.org/TR/CSS21/visudet.html#line-height 0e68e5e6821c0645ff08d40eb02e7ddd87d99caf `Hajime Shiozawa`<mailto:hajime.shiozawa@gmail.com> This test checks the generation of text baseline with vertical align property. When 'writing-mode' is vertical and when 'text-orientation' is 'mixed', 'upright' or 'use-glyph-orientation', then the central baseline is used as the dominant baseline.
|
|
vertical-alignment-022 reference/vertical-alignment-022-ref vertical align - 'positive percentage (80%)' (alphabetical baseline with horizontal layout) ahem,image http://www.w3.org/TR/css-writing-modes-3/#baseline-alignment,http://www.w3.org/TR/CSS21/visudet.html#line-height 782b601a538af7caa59080311b994a0243eb3693 `Hajime Shiozawa`<mailto:hajime.shiozawa@gmail.com> This test checks the generation of text baseline with vertical align property. When 'writing-mode' is horizontal, then the alphabetical baseline is used as the dominant baseline.
|
|
vertical-alignment-023-sidewaysleft vertical align - 'positive length (0.8em)' (alphabetical baseline with vertical layout) ahem,image http://www.w3.org/TR/css-writing-modes-3/#baseline-alignment,http://www.w3.org/TR/CSS21/visudet.html#line-height d42792f46d6c5d9052eaf7ed1c7981d3968fdc07 `Hajime Shiozawa`<mailto:hajime.shiozawa@gmail.com> This test checks the generation of text baseline with vertical align property. When 'writing-mode' is vertical and when 'text-orientation' is 'sideways-left', 'sideways-right' or 'sideways', then the central baseline is used as the dominant baseline.
|
|
vertical-alignment-023-sidewaysright vertical align - 'positive percentage (80%)' (alphabetical baseline with vertical layout) ahem,image http://www.w3.org/TR/css-writing-modes-3/#baseline-alignment,http://www.w3.org/TR/CSS21/visudet.html#line-height a13b1e018382f0e99499b691e9cbbe8f2bcfb740 `Hajime Shiozawa`<mailto:hajime.shiozawa@gmail.com> This test checks the generation of text baseline with vertical align property. When 'writing-mode' is vertical and when 'text-orientation' is 'sideways-left', 'sideways-right' or 'sideways', then the central baseline is used as the dominant baseline.
|
|
vertical-alignment-024-lr vertical align - 'positive percentage (50%)' (central baseline with vertical layout) ahem,image http://www.w3.org/TR/css-writing-modes-3/#baseline-alignment,http://www.w3.org/TR/CSS21/visudet.html#line-height 339511c5b7a5eef6400b44a7cb6403adebe16ae0 `Hajime Shiozawa`<mailto:hajime.shiozawa@gmail.com> This test checks the generation of text baseline with vertical align property. When 'writing-mode' is vertical and when 'text-orientation' is 'mixed', 'upright' or 'use-glyph-orientation', then the central baseline is used as the dominant baseline.
|
|
vertical-alignment-024-rl vertical align - 'positive percentage (50%)' (central baseline with vertical layout) ahem,image http://www.w3.org/TR/css-writing-modes-3/#baseline-alignment,http://www.w3.org/TR/CSS21/visudet.html#line-height d6cc4618d830dfb7a86b471d7b149546f7721bd4 `Hajime Shiozawa`<mailto:hajime.shiozawa@gmail.com> This test checks the generation of text baseline with vertical align property. When 'writing-mode' is vertical and when 'text-orientation' is 'mixed', 'upright' or 'use-glyph-orientation', then the central baseline is used as the dominant baseline.
|
|
vertical-alignment-025 reference/vertical-alignment-025-ref vertical align - 'negative percent (-20%)' (alphabetical baseline with horizontal layout) ahem,image http://www.w3.org/TR/css-writing-modes-3/#baseline-alignment,http://www.w3.org/TR/CSS21/visudet.html#line-height 130e2dc0834b37e876a450433b0fa4e5e0c98503 `Hajime Shiozawa`<mailto:hajime.shiozawa@gmail.com> This test checks the generation of text baseline with vertical align property. When 'writing-mode' is horizontal, then the alphabetical baseline is used as the dominant baseline.
|
|
vertical-alignment-026-sidewaysleft vertical align - 'negative percentage (-20%)' (alphabetical baseline with vertical layout) ahem,image http://www.w3.org/TR/css-writing-modes-3/#baseline-alignment,http://www.w3.org/TR/CSS21/visudet.html#line-height 777a16060504fa5c1a2c649279ee6dbcb56729ad `Hajime Shiozawa`<mailto:hajime.shiozawa@gmail.com> This test checks the generation of text baseline with vertical align property. When 'writing-mode' is vertical and when 'text-orientation' is 'sideways-left', 'sideways-right' or 'sideways', then the central baseline is used as the dominant baseline.
|
|
vertical-alignment-026-sidewaysright vertical align - 'negative length (-20%)' (alphabetical baseline with vertical layout) ahem,image http://www.w3.org/TR/css-writing-modes-3/#baseline-alignment,http://www.w3.org/TR/CSS21/visudet.html#line-height fb3d8d2c8ec17a80bc05d9cf6027855dab6b9836 `Hajime Shiozawa`<mailto:hajime.shiozawa@gmail.com> This test checks the generation of text baseline with vertical align property. When 'writing-mode' is vertical and when 'text-orientation' is 'sideways-left', 'sideways-right' or 'sideways', then the central baseline is used as the dominant baseline.
|
|
vertical-alignment-027-lr vertical align - 'negative percentage (-50%)' (central baseline with vertical layout) ahem,image http://www.w3.org/TR/css-writing-modes-3/#baseline-alignment,http://www.w3.org/TR/CSS21/visudet.html#line-height ca2c37b2acc7a2be0e438b5069acd2286487b6ab `Hajime Shiozawa`<mailto:hajime.shiozawa@gmail.com> This test checks the generation of text baseline with vertical align property. When 'writing-mode' is vertical and when 'text-orientation' is 'mixed', 'upright' or 'use-glyph-orientation', then the central baseline is used as the dominant baseline.
|
|
vertical-alignment-027-rl vertical align - 'negative percentage (-50%)' (central baseline with vertical layout) ahem,image http://www.w3.org/TR/css-writing-modes-3/#baseline-alignment,http://www.w3.org/TR/CSS21/visudet.html#line-height eb3ef979b26f31507a2f72ba374274fd22113364 `Hajime Shiozawa`<mailto:hajime.shiozawa@gmail.com> This test checks the generation of text baseline with vertical align property. When 'writing-mode' is vertical and when 'text-orientation' is 'mixed', 'upright' or 'use-glyph-orientation', then the central baseline is used as the dominant baseline.
|
|
viewport-001 Viewport resize can change layout interact,may http://www.w3.org/TR/CSS21/visuren.html#viewport ee2403cfe1c614848472858de2b9f8a9ce32a325 `Microsoft`<http://www.microsoft.com/> Resizing the viewport may change the layout of page.
|
|
viewport-002 Scrolling mechanism interact,scroll,should http://www.w3.org/TR/CSS21/visuren.html#viewport 4165251e6f75e74e08615646f82d00f33cd66bfe `Microsoft`<http://www.microsoft.com/> Scrolling mechanism should be available when canvas is larger than viewport.
|
|
viewport-003 Scrolling mechanism and right-to-left interact,scroll,should http://www.w3.org/TR/CSS21/visuren.html#viewport bff48e6b88066cb2bf700399a7cb30fb4f004818 `Microsoft`<http://www.microsoft.com/> Scrolling mechanism should be available when canvas is larger than viewport even when page is set to right-to-left.
|
|
viewport-004 Rendering more than one canvas may http://www.w3.org/TR/CSS21/visuren.html#viewport c56b4c7040272f8b2168a44fd509f5fc338f0c93 `Microsoft`<http://www.microsoft.com/> User agents may render more than one canvas.
|
|
visibility-001 Visibility set to 'collapse' http://www.w3.org/TR/CSS21/visufx.html#propdef-visibility,http://www.w3.org/TR/CSS21/visufx.html#visibility 11c46582a0742bfeeba36bc2e9fd6d8363d30ed9 `Microsoft`<http://www.microsoft.com/> A block with 'visibility' set to 'collapse' will not be rendered on the page but will still affect layout flow.
|
|
visibility-002 Visibility set to 'hidden' http://www.w3.org/TR/CSS21/visufx.html#propdef-visibility,http://www.w3.org/TR/CSS21/visufx.html#visibility 10ae36060386fd2eeb34333d7b9f639650f493fc `Microsoft`<http://www.microsoft.com/> A block with 'visibility' set to 'collapse' will not be rendered on the page but will still affect layout flow.
|
|
visibility-003 Visibility set to 'visible' http://www.w3.org/TR/CSS21/visufx.html#propdef-visibility,http://www.w3.org/TR/CSS21/visufx.html#visibility b4e9ef801d59bb480912c56096d92b3758aec6ea `Microsoft`<http://www.microsoft.com/> A block with 'visibility' set to 'visible' will be rendered on the page.
|
|
visibility-004 Visibility set to 'inherit' http://www.w3.org/TR/CSS21/visufx.html#propdef-visibility,http://www.w3.org/TR/CSS21/visufx.html#visibility 17145599247a478dd94a43e20bcfddcf3ae10b52 `Microsoft`<http://www.microsoft.com/> A block can inherit its 'visibility' behavior from its parent container.
|
|
visibility-005 reference/ref-filled-green-100px-square visibility - descendants of a 'visibility: hidden' element ahem http://www.w3.org/TR/CSS21/visufx.html#visibility,http://www.w3.org/TR/CSS21/changes.html#q250 ee9a0b1217a30a4f51543b1787c4c86937a5918a `Gérard Talbot`<http://www.gtalbot.org/BrowserBugsSection/css21testsuite/> Descendants of a 'visibility: hidden' element will be visible if they have 'visibility: visible'
|
|
visibility-applies-to-001 Visibility applied to elements with 'display' set to 'table-row-group' http://www.w3.org/TR/CSS21/visufx.html#propdef-visibility,http://www.w3.org/TR/CSS21/visufx.html#visibility 3998c87650bd382ac60b6005cdbd7333ea300faf `Microsoft`<http://www.microsoft.com/> The 'visibility' property applies to elements with 'display' set to 'table-row-group'.
|
|
visibility-applies-to-002 Visibility applied to elements with 'display' set to 'table-header-group' http://www.w3.org/TR/CSS21/visufx.html#propdef-visibility,http://www.w3.org/TR/CSS21/visufx.html#visibility 399d67a7000212c35947aa4c908462e1c0e08498 `Microsoft`<http://www.microsoft.com/> The 'visibility' property applies to elements with 'display' set to 'table-header-group'.
|
|
visibility-applies-to-003 Visibility applied to elements with 'display' set to 'table-footer-group' http://www.w3.org/TR/CSS21/visufx.html#propdef-visibility,http://www.w3.org/TR/CSS21/visufx.html#visibility ab8c210f9b8e2fe6aa2eb60372e0592b7e02d2ee `Microsoft`<http://www.microsoft.com/> The 'visibility' property applies to elements with 'display' set to 'table-footer-group'.
|
|
visibility-applies-to-004 Visibility applied to elements with 'display' set to 'table-row' http://www.w3.org/TR/CSS21/visufx.html#propdef-visibility,http://www.w3.org/TR/CSS21/visufx.html#visibility f5e5129f80fcb9345a2036608d2a4102c93f1612 `Microsoft`<http://www.microsoft.com/> The 'visibility' property applies to elements with 'display' set to 'table-row'.
|
|
visibility-applies-to-005 Visibility applied to elements with 'display' set to 'table-column-group' http://www.w3.org/TR/CSS21/visufx.html#propdef-visibility,http://www.w3.org/TR/CSS21/visufx.html#visibility 5aee5d3a6101171330eea6b14b5d303a6add2501 `Microsoft`<http://www.microsoft.com/> The 'visibility' property applies to elements with 'display' set to 'table-column-group'.
|
|
visibility-applies-to-006 Visibility applied to elements with 'display' set to 'table-column' http://www.w3.org/TR/CSS21/visufx.html#propdef-visibility,http://www.w3.org/TR/CSS21/visufx.html#visibility 1d944e14ab590b6934a56795ed579503bfcab284 `Microsoft`<http://www.microsoft.com/> The 'visibility' property applies to elements with 'display' set to 'table-column'.
|
|
visibility-applies-to-007 Visibility applied to elements with 'display' set to 'table-cell' http://www.w3.org/TR/CSS21/visufx.html#propdef-visibility,http://www.w3.org/TR/CSS21/visufx.html#visibility 3f518564762ed3d929a04e76a15eb4a73cac2261 `Microsoft`<http://www.microsoft.com/> The 'visibility' property applies to elements with 'display' set to 'table-cell'.
|
|
visibility-applies-to-008 Visibility applied to elements with 'display' set to 'inline' http://www.w3.org/TR/CSS21/visufx.html#propdef-visibility,http://www.w3.org/TR/CSS21/visufx.html#visibility 064f84789881b9b4165f42e48946dd07d932ceeb `Microsoft`<http://www.microsoft.com/> The 'visibility' property applies to elements with 'display' set to 'inline'.
|
|
visibility-applies-to-009 Visibility applied to elements with 'display' set to 'block' http://www.w3.org/TR/CSS21/visufx.html#propdef-visibility,http://www.w3.org/TR/CSS21/visufx.html#visibility ddcc9cd12899c3cdcd3936c87a7bed45997c449d `Microsoft`<http://www.microsoft.com/> The 'visibility' property applies to elements with 'display' set to 'block'.
|
|
visibility-applies-to-010 Visibility applied to elements with 'display' set to 'list-item' http://www.w3.org/TR/CSS21/visufx.html#propdef-visibility,http://www.w3.org/TR/CSS21/visufx.html#visibility 73435b82992a00f222e1e17d48676200b7491a30 `Microsoft`<http://www.microsoft.com/> The 'visibility' property applies to elements with 'display' set to 'list-item'.
|
|
visibility-applies-to-011 Visibility applied to elements with 'display' set to 'run-in' http://www.w3.org/TR/CSS21/visufx.html#propdef-visibility,http://www.w3.org/TR/CSS21/visufx.html#visibility 4b298d2954f3e098e3a38271c9f11f3fee5e099f `Microsoft`<http://www.microsoft.com/> The 'visibility' property applies to elements with 'display' set to 'run-in'.
|
|
visibility-applies-to-012 Visibility applied to elements with 'display' set to 'inline-block' http://www.w3.org/TR/CSS21/visufx.html#propdef-visibility,http://www.w3.org/TR/CSS21/visufx.html#visibility 9fa91b5369555a10a4a08fddf4eba59463c55b51 `Microsoft`<http://www.microsoft.com/> The 'visibility' property applies to elements with 'display' set to 'inline-block'.
|
|
visibility-applies-to-013 Visibility applied to elements with 'display' set to 'table' http://www.w3.org/TR/CSS21/visufx.html#propdef-visibility,http://www.w3.org/TR/CSS21/visufx.html#visibility 076700dccb5b365733165383fe5cf91938a30250 `Microsoft`<http://www.microsoft.com/> The 'visibility' property applies to elements with 'display' set to 'table'.
|
|
visibility-applies-to-014 Visibility applied to elements with 'display' set to 'inline-table' http://www.w3.org/TR/CSS21/visufx.html#propdef-visibility,http://www.w3.org/TR/CSS21/visufx.html#visibility 279e656c788123b122decc050f5dc6efe1e5f0f8 `Microsoft`<http://www.microsoft.com/> The 'visibility' property applies to elements with 'display' set to 'inline-table'.
|
|
visibility-applies-to-015 Visibility applied to elements with 'display' set to 'table-caption' http://www.w3.org/TR/CSS21/visufx.html#propdef-visibility,http://www.w3.org/TR/CSS21/visufx.html#visibility f898cf45ed6138ac487c1ec12530717d6646ffd9 `Microsoft`<http://www.microsoft.com/> The 'visibility' property applies to elements with 'display' set to 'table-caption'.
|
|
visibility-block-001 Visibility 'collapse' on non-table row or column elements http://www.w3.org/TR/CSS21/visufx.html#visibility c42f6e21a5f59811d1f1c65a932a39a5f4bf4d1b `Microsoft`<http://www.microsoft.com/> The 'visibility' property set to 'collapse' acts like 'hidden' when applied to non-table row or column elements.
|
|
visibility-collapse-001 CSS Tables: Visibility dom,interact http://www.w3.org/TR/CSS21/tables.html#dynamic-effects,http://www.w3.org/TR/CSS21/visufx.html#visibility ffd081a32a86ebd9a8a291f2ec422f3094bdde19 `Ian Hickson`<mailto:ian@hixie.ch>
|
|
visibility-descendants-001 Descendents of hidden elements can specify a different visibility http://www.w3.org/TR/CSS21/visufx.html#visibility 43e727a44ac7454a6aa84314a88de6a41db987c9 `Microsoft`<http://www.microsoft.com/> Descendents of a hidden element will be visible if they have 'visibility' set to 'visible'.
|
|
visibility-layout-001 Hidden elements still affect layout http://www.w3.org/TR/CSS21/visufx.html#visibility e1be110453e84409ff89789e9e543d730e5b0c26 `Microsoft`<http://www.microsoft.com/> Invisible boxes still affect layout.
|
|
white-space-001 White-space set to 'normal' ahem http://www.w3.org/TR/CSS21/text.html#propdef-white-space,http://www.w3.org/TR/CSS21/text.html#white-space-prop ec8a74ccb8681cc47b8cf5f751816d58e53e0510 `Microsoft`<http://www.microsoft.com/> The 'white-space' property set to 'normal' removes extra spacing when more than one space is next to another.
|
|
white-space-002 White-space set to 'pre' ahem http://www.w3.org/TR/CSS21/text.html#propdef-white-space,http://www.w3.org/TR/CSS21/text.html#white-space-prop 02defe4774ce8fa2ea9f4165c11a98bf97b3bb88 `Microsoft`<http://www.microsoft.com/> The 'white-space' property set to 'pre' does not remove extra spacing when more than one space is next to another.
|
|
white-space-003 White-space set to 'nowrap' ahem http://www.w3.org/TR/CSS21/text.html#propdef-white-space,http://www.w3.org/TR/CSS21/text.html#white-space-prop 45015c1f57db5f91c71d2f34b7a472687a2153a4 `Microsoft`<http://www.microsoft.com/> The 'white-space' property set to 'nowrap' removes extra spacing when more than one space is next to another. And the text does not wrap when width is constrained.
|
|
white-space-004 White-space set to 'pre-wrap' ahem http://www.w3.org/TR/CSS21/text.html#propdef-white-space,http://www.w3.org/TR/CSS21/text.html#white-space-prop 3a97ec9c9ab77eae7a8ee74b11db165587223e8d `Microsoft`<http://www.microsoft.com/> The 'white-space' property set to 'pre-wrap' does not remove extra spacing when two spaces are next to each other and introduces line breaking opportunities.
|
|
white-space-005 White-space set to 'pre-line' ahem http://www.w3.org/TR/CSS21/text.html#propdef-white-space,http://www.w3.org/TR/CSS21/text.html#white-space-prop d4e352881de6d9df174e83ab334d2524a101ee68 `Microsoft`<http://www.microsoft.com/> The 'white-space' property set to 'pre-line' does remove extra spacing when two spaces are next to each other and breaks at new lines.
|
|
white-space-006 White-space set to 'inherit' ahem http://www.w3.org/TR/CSS21/text.html#propdef-white-space,http://www.w3.org/TR/CSS21/text.html#white-space-prop cd2f90d08c706c3e206be0b325e8fd8d119f6018 `Microsoft`<http://www.microsoft.com/> The 'white-space' property set to 'inherit' causes the element to use its parent's white-space value.
|
|
white-space-007 white-space ahem http://www.w3.org/TR/CSS21/changes.html#q363,http://www.w3.org/TR/CSS21/text.html#white-space-model,http://www.w3.org/TR/CSS21/text.html#white-space-prop 1e58364512ac99f1e8d97a41db49f9f4dcaf033f `Gérard Talbot`<http://www.gtalbot.org/BrowserBugsSection/css21testsuite/>,`James Hopkins`<james(a)idreamincode.co.uk>,`Justin Boss`<http://www.bosspro.org/contactus/> 'white-space: normal' and 'white-space: nowrap' should collapse sequences of white space. Regarding wrapping, line breaking opportunities are determined on the text prior to white space collapsing steps.
|
|
white-space-008 white-space - pre and newlines in source http://www.w3.org/TR/CSS21/text.html#white-space-prop 59f440e369588f8a4b47d0c3c7052a690b93dcc0 `Gérard Talbot`<http://www.gtalbot.org/BrowserBugsSection/css21testsuite/>,`Bruno Fassino`<fassino[at]gmail.com> Newlines in source must be preserved with 'white-space: pre'
|
|
white-space-applies-to-001 White-space application to 'display: inline' element ahem http://www.w3.org/TR/CSS21/text.html#propdef-white-space,http://www.w3.org/TR/CSS21/text.html#white-space-prop 1b08329b81025a2f586cddb03267a27ae9a88b38 `Microsoft`<http://www.microsoft.com/> The 'white-space' property applies to 'display: inline' elements.
|
|
white-space-applies-to-002 White-space application to 'display: block' element ahem http://www.w3.org/TR/CSS21/text.html#propdef-white-space,http://www.w3.org/TR/CSS21/text.html#white-space-prop 19f58d49c64e07fe8de06229c68401fef82d24fa `Microsoft`<http://www.microsoft.com/> The 'white-space' property applies to 'display: block' elements.
|
|
white-space-applies-to-003 White-space application to 'display: list-item' element ahem http://www.w3.org/TR/CSS21/text.html#propdef-white-space,http://www.w3.org/TR/CSS21/text.html#white-space-prop dd0fb58b12baec634bf6e5a4ecf8fd99ebb9ff45 `Microsoft`<http://www.microsoft.com/> The 'white-space' property applies to display: list-item elements.
|
|
white-space-applies-to-004 White-space application to 'display: run-in' element ahem http://www.w3.org/TR/CSS21/text.html#propdef-white-space,http://www.w3.org/TR/CSS21/text.html#white-space-prop e00d30992041f65c0dfdfa8b7d65ff0276b9d08f `Microsoft`<http://www.microsoft.com/> The 'white-space' property applies to 'display: run-in' elements.
|
|
white-space-applies-to-005 White-space application to 'display: inline-block' element ahem http://www.w3.org/TR/CSS21/text.html#propdef-white-space,http://www.w3.org/TR/CSS21/text.html#white-space-prop 1ff1b4c1b8af54b5a5abb4733ef5368136ac0d4f `Microsoft`<http://www.microsoft.com/> The 'white-space' property applies to 'display: inline-block' elements.
|
|
white-space-applies-to-006 White-space application to 'display: table' element ahem http://www.w3.org/TR/CSS21/text.html#propdef-white-space,http://www.w3.org/TR/CSS21/text.html#white-space-prop adfaddae2c5bb2bf5ed851816d6c3dfb68b9db0f `Microsoft`<http://www.microsoft.com/> The 'white-space' property applies to 'display: table' elements.
|
|
white-space-applies-to-007 White-space application to 'display: inline-table' element ahem http://www.w3.org/TR/CSS21/text.html#propdef-white-space,http://www.w3.org/TR/CSS21/text.html#white-space-prop efee44846e3f44f4151d3255def6975fa8375019 `Microsoft`<http://www.microsoft.com/> The 'white-space' property applies to 'display: inline-table' elements.
|
|
white-space-applies-to-008 White-space application to 'display: table-row-group' element ahem http://www.w3.org/TR/CSS21/text.html#propdef-white-space,http://www.w3.org/TR/CSS21/text.html#white-space-prop 26d36b1c4b35d84e7c43e39e4a4c0877d6c07146 `Microsoft`<http://www.microsoft.com/> The 'white-space' property applies to 'display: table-row-group' elements.
|
|
white-space-applies-to-009 White-space application to 'display: table-header-group' element ahem http://www.w3.org/TR/CSS21/text.html#propdef-white-space,http://www.w3.org/TR/CSS21/text.html#white-space-prop 00612f5d4e1cd1f86e25edcfad35e0fecf63a89a `Microsoft`<http://www.microsoft.com/> The 'white-space' property applies to 'display: table-header-group' elements.
|
|
white-space-applies-to-010 White-space application to 'display: table-footer-group' element ahem http://www.w3.org/TR/CSS21/text.html#propdef-white-space,http://www.w3.org/TR/CSS21/text.html#white-space-prop fbd4d073def043170ac6ff0bcc859ca74a703f4e `Microsoft`<http://www.microsoft.com/> The 'white-space' property applies to 'display: table-footer-group' elements.
|
|
white-space-applies-to-011 White-space application to 'display: table-row' element ahem http://www.w3.org/TR/CSS21/text.html#propdef-white-space,http://www.w3.org/TR/CSS21/text.html#white-space-prop a357dc1687fbae12a2d862b4b328a4b3d2c1286c `Microsoft`<http://www.microsoft.com/> The 'white-space' property applies to 'display: table-row' elements.
|
|
white-space-applies-to-012 White-space application to 'display: table-column-group' element ahem http://www.w3.org/TR/CSS21/text.html#propdef-white-space,http://www.w3.org/TR/CSS21/text.html#white-space-prop 29de43ba5c541c8f780eb3a27c627c4fd7ed55aa `Microsoft`<http://www.microsoft.com/> The 'white-space' property is not applied to 'display: table-column-group' elements.
|
|
white-space-applies-to-013 White-space application to 'display: table-column' element ahem http://www.w3.org/TR/CSS21/text.html#propdef-white-space,http://www.w3.org/TR/CSS21/text.html#white-space-prop 0a305ca80e9c235667ff162a66b166862c102b42 `Microsoft`<http://www.microsoft.com/> The 'white-space' property is not applied to 'display: table-column' elements.
|
|
white-space-applies-to-014 White-space application to 'display: table-cell' element ahem http://www.w3.org/TR/CSS21/text.html#propdef-white-space,http://www.w3.org/TR/CSS21/text.html#white-space-prop 495f989abc9babd60bfce89d1ae7dfc341213e46 `Microsoft`<http://www.microsoft.com/> The 'white-space' property applies to 'display: table-cell' elements.
|
|
white-space-applies-to-015 White-space application to 'display: table-caption' element ahem http://www.w3.org/TR/CSS21/text.html#propdef-white-space,http://www.w3.org/TR/CSS21/text.html#white-space-prop 01d378591de73c19af38a5f9249b2d245d8658ac `Microsoft`<http://www.microsoft.com/> The 'white-space' property applies to 'display: table-caption' elements.
|
|
white-space-bidirectionality-001 White-space and bidirectionality (example from spec) http://www.w3.org/TR/CSS21/text.html#white-space-prop 212f581115fd9d04283ac2a41c6cbf7fe1c94be8 `Microsoft`<http://www.microsoft.com/> The white space processing model does not take bidi into account for the first half of the processing model but does for the second half.
|
|
white-space-collapsing-001 reference/white-space-collapsing-001-ref white-space normal: collapsing through padding, borders, margins ahem http://www.w3.org/TR/CSS21/text.html#white-space-model c8d0eb44ebb951d350317feba83a353979a41083 `Ian Hickson`<mailto:ian@hixie.ch>
|
|
white-space-collapsing-002 reference/white-space-collapsing-001-ref white-space normal: collapsing through padding, borders, margins ahem http://www.w3.org/TR/CSS21/text.html#white-space-model 669ff6b5c311ef0ec8ff77f5924df44a38657c3b `Ian Hickson`<mailto:ian@hixie.ch>
|
|
white-space-collapsing-003 white-space normal: collapsing at line edges http://www.w3.org/TR/CSS21/text.html#white-space-model 6b1a311b1ca10a0db0ccbf029d9ffff8565afe80 `Ian Hickson`<mailto:ian@hixie.ch>
|
|
white-space-collapsing-004 reference/white-space-collapsing-004-ref white-space normal: simple tests ahem http://www.w3.org/TR/CSS21/text.html#white-space-model d80d94382891239a9bf022a76a74c8ec4dc760e9 `Ian Hickson`<mailto:ian@hixie.ch>
|
|
white-space-collapsing-005 reference/white-space-collapsing-004-ref white-space normal: simple tests ahem http://www.w3.org/TR/CSS21/text.html#white-space-model a90cb9f97621d7ded0ec5a8ee5195d17ca25f327 `Ian Hickson`<mailto:ian@hixie.ch>
|
|
white-space-collapsing-bidi-001 reference/white-space-collapsing-bidi-001-ref White-space collapsing and the bidi algorithm ahem http://www.w3.org/TR/CSS21/text.html#egbidiwscollapse d1eb9137c27edb8bf52111fd66aec1281e2e41f9 `Ian Hickson`<mailto:ian@hixie.ch>
|
|
white-space-collapsing-bidi-002 reference/white-space-collapsing-bidi-001-ref White-space collapsing and the bidi algorithm (using <dir>) ahem http://www.w3.org/TR/CSS21/text.html#egbidiwscollapse e196c17a5a1f280a154f7a0c616cc091f8e5ea41 `Ian Hickson`<mailto:ian@hixie.ch>
|
|
white-space-collapsing-bidi-003 reference/white-space-collapsing-bidi-003-ref Trailing spaces in table cells ahem http://www.w3.org/TR/CSS21/text.html#white-space-model 48ea0e15f8f38524ff716e5adc5ecdc1e981cd9a `Ian Hickson`<mailto:ian@hixie.ch>
|
|
white-space-collapsing-breaks-001 Line Breaking in Collapsed White Space http://www.w3.org/TR/CSS21/text.html#white-space-model e6e09226604aeda1b73ee61b611bb29954023390 `Elika J. Etemad`<http://fantasai.inkedblade.net/> Line break opportunities are determined before white space collapsing.
|
|
white-space-control-characters-001 White-space and non white space control characters ahem http://www.w3.org/TR/CSS21/text.html#ctrlchars e1c0d2616f227bd3b72f79ad675668a85c4a6e2c `Microsoft`<http://www.microsoft.com/> White space processing model does not affect non white space control characters, in this case the 'Start of string' character.
|
|
white-space-generated-content-before-001 White-space 'pre-line' vs. ':before' assignment http://www.w3.org/TR/CSS21/text.html#white-space-prop e77b5978f8f0a35abdfe8e3c7fec8de5c039927c `Microsoft`<http://www.microsoft.com/> The ':before' assignment and 'white-space: pre-line' assignment behave the same way with respect to white space.
|
|
white-space-mixed-001 reference/white-space-mixed-001-ref white-space: mixed tests ahem http://www.w3.org/TR/CSS21/text.html#white-space-model 81feff088dd28a70625b35c67aa4f5a55ec3b3b7 `Ian Hickson`<mailto:ian@hixie.ch>
|
|
white-space-mixed-002 reference/white-space-mixed-002-ref white-space: mixed tests (simple) ahem http://www.w3.org/TR/CSS21/text.html#white-space-model 59cdff08256687b2491a1010b5d1c0b198c37ede `Ian Hickson`<mailto:ian@hixie.ch>
|
|
white-space-mixed-003 reference/white-space-mixed-003-ref white-space: mixed tests (simple) ahem http://www.w3.org/TR/CSS21/text.html#white-space-model 7e97d0f626b22fa36b478379ff9f4302d68188fe `Ian Hickson`<mailto:ian@hixie.ch>
|
|
white-space-mixed-004 white-space: mixed tests ahem,interact http://www.w3.org/TR/CSS21/text.html#white-space-model a6191472f93bdc441fe9df650343e0e52bd13530 `Ian Hickson`<mailto:ian@hixie.ch>
|
|
white-space-normal-001 reference/white-space-normal-001-ref white-space normal: simple tests ahem http://www.w3.org/TR/CSS21/text.html#white-space-model 9cfd0076ecc04f36001f7ea8256c34541ce004f2 `Ian Hickson`<mailto:ian@hixie.ch>
|
|
white-space-normal-002 reference/white-space-normal-001-ref white-space normal: simple tests ahem http://www.w3.org/TR/CSS21/text.html#white-space-model 2bc65d38a2de1b3c6e4886cb2eef6de6228f8c2e `Ian Hickson`<mailto:ian@hixie.ch>
|
|
white-space-normal-003 reference/white-space-normal-003-ref white-space normal: UNICODE space characters ahem http://www.w3.org/TR/CSS21/text.html#white-space-model d6f74632e6a7e3f7ad10850458e964482e987eaa `Ian Hickson`<mailto:ian@hixie.ch>
|
|
white-space-normal-004 reference/white-space-normal-003-ref white-space normal: UNICODE space characters with inline elements ahem http://www.w3.org/TR/CSS21/text.html#white-space-model b6fa56b97ed2456a30c706d80c9779afe59e3d5e `Ian Hickson`<mailto:ian@hixie.ch>
|
|
white-space-normal-005 reference/white-space-normal-005-ref white-space normal: zero width non-breaking space ahem http://www.w3.org/TR/CSS21/text.html#white-space-model 009a71f62b8b00c9ed54e6abe176306e9fb9e504 `Ian Hickson`<mailto:ian@hixie.ch>
|
|
white-space-normal-006 reference/white-space-normal-005-ref white-space normal: zero width non-breaking space ahem http://www.w3.org/TR/CSS21/text.html#white-space-model 589635981136c82c5e6b61d4af31606ffdf64605 `Ian Hickson`<mailto:ian@hixie.ch>
|
|
white-space-normal-007 reference/white-space-normal-007-ref white-space normal: zero width non-breaking space ahem http://www.w3.org/TR/CSS21/text.html#white-space-model def9c7908a49cc49822a58b6d3e6718ffa11fe6a `Ian Hickson`<mailto:ian@hixie.ch>
|
|
white-space-normal-008 reference/white-space-normal-008-ref white-space normal: zero width non-breaking space ahem http://www.w3.org/TR/CSS21/text.html#white-space-model 39afe6d9625833066f30ca65a22a22165e41d75c `Ian Hickson`<mailto:ian@hixie.ch>
|
|
white-space-normal-009 reference/white-space-normal-009-ref white-space normal: zero width non-breaking space ahem http://www.w3.org/TR/CSS21/text.html#white-space-model 61083c4d9af924398bb4dc77837f2db0d888f73b `Ian Hickson`<mailto:ian@hixie.ch>
|
|
white-space-nowrap-001 reference/white-space-nowrap-001-ref white-space nowrap: basic test ahem http://www.w3.org/TR/CSS21/text.html#white-space-model 95a855f33c1c4a8b73fd190b437cdac0f1c80e2b `Ian Hickson`<mailto:ian@hixie.ch>
|
|
white-space-nowrap-005 reference/white-space-normal-005-ref white-space nowrap: zero width non-breaking space ahem http://www.w3.org/TR/CSS21/text.html#white-space-model 70b18870de1421be9144ce370132a0582bf8c0c5 `Ian Hickson`<mailto:ian@hixie.ch>
|
|
white-space-nowrap-006 reference/white-space-normal-005-ref white-space nowrap: zero width non-breaking space ahem http://www.w3.org/TR/CSS21/text.html#white-space-model c24f8a818325202e895431da810550c40bef5462 `Ian Hickson`<mailto:ian@hixie.ch>
|
|
white-space-nowrap-attribute-001 White-space 'nowrap' vs. 'nowrap' attribute http://www.w3.org/TR/CSS21/text.html#white-space-prop aeb339e2ac877318448003448cf36f37bb4bfca4 `Microsoft`<http://www.microsoft.com/> The 'nowrap' attribute and 'white-space: nowrap' assignment behave the same way with respect to white space.
|
|
white-space-p-element-001 White-space 'normal' vs. 'p' element http://www.w3.org/TR/CSS21/text.html#white-space-prop e3afc72fdfb651ecbbd905d36360f9db588fc12e `Microsoft`<http://www.microsoft.com/> The 'p' element and 'white-space: normal' assignment behave the same way with respect to white space.
|
|
white-space-pre-001 reference/white-space-pre-001-ref white-space pre: simple tests ahem http://www.w3.org/TR/CSS21/text.html#white-space-model f240fbcee187bc66e329e0f863222c63063741e5 `Ian Hickson`<mailto:ian@hixie.ch>
|
|
white-space-pre-002 reference/white-space-pre-002-ref white-space pre: simple tests ahem http://www.w3.org/TR/CSS21/text.html#white-space-model 9e428c407a51a45ca9442eb844ad9fd269b3d678 `Ian Hickson`<mailto:ian@hixie.ch>
|
|
white-space-pre-005 reference/white-space-normal-005-ref white-space pre: zero width non-breaking space ahem http://www.w3.org/TR/CSS21/text.html#white-space-model adb29f028ef8ffcaed643d5ad3412ea0d2459311 `Ian Hickson`<mailto:ian@hixie.ch>
|
|
white-space-pre-006 reference/white-space-normal-005-ref white-space pre: zero width non-breaking space ahem http://www.w3.org/TR/CSS21/text.html#white-space-model 03687b878bd65e7fc34952a77aa632f9b27ba040 `Ian Hickson`<mailto:ian@hixie.ch>
|
|
white-space-pre-007 white-space and word-spacing http://www.w3.org/TR/CSS21/text.html#white-space-model 857dd77b576a748edaaaec3c83c4b4f9b9450785 `Ian Hickson`<mailto:ian@hixie.ch>
|
|
white-space-pre-element-001 White-space 'pre' vs. 'pre' element http://www.w3.org/TR/CSS21/text.html#white-space-prop 0081a493e28ec783b4573e8a94692182c9e98d10 `Microsoft`<http://www.microsoft.com/> The 'pre' element and 'white-space: pre' assignment behave the same way with respect to white space.
|
|
white-space-processing-001 Block level elements with text and white space ahem http://www.w3.org/TR/CSS21/text.html#white-space-model da8718dccdfe330d9e358e8c114c001e5ff1f608 `Microsoft`<http://www.microsoft.com/> Text within a block element is treated like an anonymous inline element for white space processing model.
|
|
white-space-processing-002 White-space 'normal' with tab adjoining linefeed ahem,may http://www.w3.org/TR/CSS21/text.html#white-space-model 73410a59fa6314bea01900e0ffd831aca8ab3b3e `Microsoft`<http://www.microsoft.com/> A tab before a linefeed is removed if 'white-space' is set to 'normal'. The linefeed may be rendered as a space or not rendered.
|
|
white-space-processing-003 White-space 'nowrap' with tab adjoining linefeed ahem,may http://www.w3.org/TR/CSS21/text.html#white-space-model 816d83800b8ceeed22ef50283a92e8e82075bd41 `Microsoft`<http://www.microsoft.com/> A tab before a linefeed is removed if 'white-space' is set to 'nowrap'. The linefeed may be rendered as a space or not rendered.
|
|
white-space-processing-004 White-space 'pre-line' with tab adjoining linefeed ahem,may http://www.w3.org/TR/CSS21/text.html#white-space-model 1fa72de2594623a19f19c9989567e7c6faf16ec0 `Microsoft`<http://www.microsoft.com/> A tab before a linefeed is removed if 'white-space' is set to 'pre-line'. The linefeed may be rendered as a space or not rendered.
|
|
white-space-processing-005 White-space 'normal' with carriage return adjoining linefeed ahem,may http://www.w3.org/TR/CSS21/text.html#white-space-model 606f46b1c9d9a145a82d21d8364602844cfe4272 `Microsoft`<http://www.microsoft.com/> A carriage return before a linefeed is removed if 'white-space' is set to 'normal'. The linefeed may be rendered as a space or not rendered.
|
|
white-space-processing-006 White-space 'nowrap' with carriage return adjoining linefeed ahem,may http://www.w3.org/TR/CSS21/text.html#white-space-model 82fd66f274002e003fed1ae4691749a189c6f648 `Microsoft`<http://www.microsoft.com/> A carriage return before a linefeed is removed if 'white-space' is set to 'nowrap'. The linefeed may be rendered as a space or not rendered.
|
|
white-space-processing-007 White-space 'pre-line' with carriage return adjoining linefeed ahem,may http://www.w3.org/TR/CSS21/text.html#white-space-model 03a5b30fb431451f3d0f7c5c26e5d9a58b753564 `Microsoft`<http://www.microsoft.com/> A carriage return before a linefeed is removed if 'white-space' is set to 'pre-line'. The linefeed may be rendered as a space or not rendered.
|
|
white-space-processing-008 White-space 'normal' with space adjoining linefeed ahem,may http://www.w3.org/TR/CSS21/text.html#white-space-model ea29b2b420017ea3c5de8057aeb80974b381a65c `Microsoft`<http://www.microsoft.com/> A space before a linefeed is removed if 'white-space' is set to 'normal'. The linefeed may be rendered as a space or not rendered.
|
|
white-space-processing-009 White-space 'nowrap' with space adjoining linefeed ahem,may http://www.w3.org/TR/CSS21/text.html#white-space-model d361491fb2936d4d1cbc4621e07843f27158291d `Microsoft`<http://www.microsoft.com/> A space before a linefeed is removed if 'white-space' is set to 'nowrap'. The linefeed may be rendered as a space or not rendered.
|
|
white-space-processing-010 White-space 'pre-line' with space adjoining linefeed ahem,may http://www.w3.org/TR/CSS21/text.html#white-space-model 25c3858ebaaaecb121b7f0e11869de332b45ee8c `Microsoft`<http://www.microsoft.com/> A space before a linefeed is removed if 'white-space' is set to 'pre-line'. The linefeed may be rendered as a space or not rendered.
|
|
white-space-processing-011 White-space 'pre' with sequence of spaces ahem http://www.w3.org/TR/CSS21/text.html#white-space-model 2f2f2d3c73c67d17c7c28b3447fe82e9e632941b `Microsoft`<http://www.microsoft.com/> A sequence of spaces are not collapsed when 'white-space' is set to 'pre'.
|
|
white-space-processing-012 White-space 'pre-wrap' with sequence of spaces ahem http://www.w3.org/TR/CSS21/text.html#white-space-model 51c110593899a293cd4ca68dfb1a1517774af6ae `Microsoft`<http://www.microsoft.com/> Sequence of spaces are not collapsed when 'white-space' is set to 'pre-wrap'.
|
|
white-space-processing-013 White-space 'pre-wrap' and line opportunity with sequence of spaces ahem http://www.w3.org/TR/CSS21/text.html#white-space-model 92aed276286209e2d8d174ab3da71b52499ccaa5 `Microsoft`<http://www.microsoft.com/> A line breaking opportunity is introduced at the end of a sequence of spaces when 'white-space' is set to 'pre-wrap'.
|
|
white-space-processing-014 White-space 'normal' and linefeed characters ahem,may http://www.w3.org/TR/CSS21/text.html#white-space-model ad4a8a56d1e66c2dc06e7820f6e5e88cf83bb6a1 `Microsoft`<http://www.microsoft.com/> Linefeed characters are transformed into spaces, zero-width space, or not rendered when 'white-space' is set to 'normal'.
|
|
white-space-processing-015 White-space 'nowrap' and linefeed characters ahem http://www.w3.org/TR/CSS21/text.html#white-space-model b9cdb9c32442f51e7912302801b0961401d45321 `Microsoft`<http://www.microsoft.com/> Linefeed characters are transformed into spaces, zero-width space, or not rendered when 'white-space' is set to 'nowrap'.
|
|
white-space-processing-016 White-space 'pre' and linefeed characters ahem http://www.w3.org/TR/CSS21/text.html#white-space-model 4e3d6a461336a8bfa7e2b5ebe12469ca25a41c56 `Microsoft`<http://www.microsoft.com/> Linefeed characters are not transformed when 'white-space' is set to 'pre'.
|
|
white-space-processing-017 White-space 'pre-line' and linefeed characters ahem http://www.w3.org/TR/CSS21/text.html#white-space-model 6d3b39e1223827af0574de3226a798c1e90b169b `Microsoft`<http://www.microsoft.com/> Linefeed characters are not transformed when 'white-space' is set to 'pre-line'.
|
|
white-space-processing-018 White-space 'pre-wrap' and linefeed characters ahem http://www.w3.org/TR/CSS21/text.html#white-space-model 54da56bc20513973f9c88bc9e2842c2d500e6ddc `Microsoft`<http://www.microsoft.com/> Linefeed characters are not transformed when 'white-space' is set to 'pre-wrap'.
|
|
white-space-processing-019 White-space 'normal' and tabs ahem http://www.w3.org/TR/CSS21/text.html#white-space-model 573a50d123fc38f182338ebc8b930006a1df7838 `Microsoft`<http://www.microsoft.com/> Tabs are converted to spaces when 'white-space' is set to 'normal'.
|
|
white-space-processing-020 White-space 'nowrap' and tabs ahem http://www.w3.org/TR/CSS21/text.html#white-space-model 8cfadc559639de8f5364b4949d4d49a780b07748 `Microsoft`<http://www.microsoft.com/> Tabs are converted to spaces when 'white-space' is set to 'nowrap'.
|
|
white-space-processing-021 White-space 'pre-line' and tabs ahem http://www.w3.org/TR/CSS21/text.html#white-space-model 230a6bf9f4e6dfb4f51fa523b1f0d4b158a71fe9 `Microsoft`<http://www.microsoft.com/> Tabs are converted to spaces when 'white-space' is set to 'pre-line'.
|
|
white-space-processing-022 White space processing model with 'space' characters ahem http://www.w3.org/TR/CSS21/text.html#white-space-model edd7c420cca889f7499aee33e2820fe38ffb4013 `Microsoft`<http://www.microsoft.com/> One space with 'white-space' set to 'normal' adjoining a space with 'white-space' set to 'normal' collapse into one space.
|
|
white-space-processing-023 Two spaces adjoining with 'white-space' 'normal'/'nowrap' ahem http://www.w3.org/TR/CSS21/text.html#white-space-model 32f556ba74a2bcd8bddc26b256c2e9137ebfaa29 `Microsoft`<http://www.microsoft.com/> One space with 'white-space' set to 'normal' adjoining a space with 'white-space' set to 'nowrap' collapse into one space.
|
|
white-space-processing-024 Two spaces adjoining with 'white-space' 'normal'/'pre-line' ahem http://www.w3.org/TR/CSS21/text.html#white-space-model 0eb825420bc04ddf384c4eff46231b2895884594 `Microsoft`<http://www.microsoft.com/> One space with 'white-space' set to 'normal' adjoining a space with 'white-space' set to 'pre-line' collapse into one space.
|
|
white-space-processing-025 Two spaces adjoining with 'white-space' 'nowrap'/'normal' ahem http://www.w3.org/TR/CSS21/text.html#white-space-model bdae09996b92449e4b38a045158cb36073572297 `Microsoft`<http://www.microsoft.com/> One space with 'white-space' set to 'nowrap' adjoining a space with 'white-space' set to 'normal' collapse into one space.
|
|
white-space-processing-026 Two spaces adjoining with 'white-space' 'nowrap'/'nowrap' ahem http://www.w3.org/TR/CSS21/text.html#white-space-model 50c89e97a0b78615806b844ef1d1f33f397ceaa6 `Microsoft`<http://www.microsoft.com/> One space with 'white-space' set to 'nowrap' adjoining a space with 'white-space' set to 'nowrap' collapse into one space.
|
|
white-space-processing-027 Two spaces adjoining with 'white-space' 'nowrap'/'pre-line' ahem http://www.w3.org/TR/CSS21/text.html#white-space-model cc1efbc8e7d7a24d6a50681c6bad0089fd4c1a0e `Microsoft`<http://www.microsoft.com/> One space with 'white-space' set to 'nowrap' adjoining a space with 'white-space' set to 'pre-line' collapse into one space.
|
|
white-space-processing-028 Two spaces adjoining with 'white-space' 'pre-line'/'normal' ahem http://www.w3.org/TR/CSS21/text.html#white-space-model b410997d7c4a162f8012e35afa4b5aadbc7bb8f3 `Microsoft`<http://www.microsoft.com/> One space with 'white-space' set to 'pre-line' adjoining a space with 'white-space' set to 'normal' collapse into one space.
|
|
white-space-processing-029 Two spaces adjoining with 'white-space' 'pre-line'/'nowrap' ahem http://www.w3.org/TR/CSS21/text.html#white-space-model 964a2a080607bb711ef76abafa9705a73f0657a6 `Microsoft`<http://www.microsoft.com/> One space with 'white-space' set to 'pre-line' adjoining a space with 'white-space' set to 'nowrap' collapse into one space.
|
|
white-space-processing-030 Two spaces adjoining with 'white-space' 'pre-line'/'pre-line' ahem http://www.w3.org/TR/CSS21/text.html#white-space-model 34f67a45bee26c7f63ae93cb545ff10f87c60549 `Microsoft`<http://www.microsoft.com/> One space with 'white-space' set to 'pre-line' adjoining a space with 'white-space' set to 'pre-line' collapse into one space.
|
|
white-space-processing-031 Two spaces adjoining with 'white-space' 'normal'/'pre' ahem http://www.w3.org/TR/CSS21/text.html#white-space-model 1985d848ae1931583d3879c094cf99c2e249899a `Microsoft`<http://www.microsoft.com/> One space with 'white-space' set to 'normal' adjoining a space with 'white-space' set to 'pre' remain two spaces.
|
|
white-space-processing-032 Two spaces adjoining with 'white-space' 'normal'/'pre-wrap' ahem http://www.w3.org/TR/CSS21/text.html#white-space-model dca4c11c46e1f5bda1baadfa84bc50853f4493aa `Microsoft`<http://www.microsoft.com/> One space with 'white-space' set to 'normal' adjoining a space with 'white-space' set to 'pre-wrap' remain two spaces.
|
|
white-space-processing-033 Two spaces adjoining with 'white-space' 'nowrap'/'pre' ahem http://www.w3.org/TR/CSS21/text.html#white-space-model 8181c8c3f6bbb41fceb921b3439bb08076e4f03c `Microsoft`<http://www.microsoft.com/> One space with 'white-space' set to 'nowrap' adjoining a space with 'white-space' set to 'pre' remain two spaces.
|
|
white-space-processing-034 Two spaces adjoining with 'white-space' 'nowrap'/'pre-wrap' ahem http://www.w3.org/TR/CSS21/text.html#white-space-model 7d6856bf66bd7a19e93e2d956a5c0dd6b136e4c4 `Microsoft`<http://www.microsoft.com/> One space with 'white-space' set to 'nowrap' adjoining a space with 'white-space' set to 'pre-wrap' remain two spaces.
|
|
white-space-processing-035 Two spaces adjoining with 'white-space' 'pre-line'/'pre' ahem http://www.w3.org/TR/CSS21/text.html#white-space-model ed09b3ebd86285d8b4cfd3b25218a8355737339e `Microsoft`<http://www.microsoft.com/> One space with 'white-space' set to 'pre-line' adjoining a space with 'white-space' set to 'pre' retain two spaces.
|
|
white-space-processing-036 Two spaces adjoining with 'white-space' 'pre-line'/'pre-wrap' ahem http://www.w3.org/TR/CSS21/text.html#white-space-model d39bb1bd7fd2aa621a9013a115c92da8b7a92b1a `Microsoft`<http://www.microsoft.com/> One space with 'white-space' set to 'pre-line' adjoining a space with 'white-space' set to 'pre-wrap' retain two spaces.
|
|
white-space-processing-037 White-space 'normal' and space at beginning of line ahem http://www.w3.org/TR/CSS21/text.html#white-space-model 5c6caaf9922076e94df10a75096bc5c2151f39ca `Microsoft`<http://www.microsoft.com/> Space at beginning of line is removed when 'white-space' is set to 'normal'.
|
|
white-space-processing-038 White-space 'nowrap' and space at beginning of line ahem http://www.w3.org/TR/CSS21/text.html#white-space-model 629ee8c92ae48f99d27e8fdd4e8e2286a8095e09 `Microsoft`<http://www.microsoft.com/> Space at beginning of line is removed when 'white-space' is set to 'nowrap'.
|
|
white-space-processing-039 White-space 'pre-line' and space at beginning of line ahem http://www.w3.org/TR/CSS21/text.html#white-space-model d7e07bd43b4d402c5381b05945c19919f9066fa9 `Microsoft`<http://www.microsoft.com/> Space at beginning of line is removed when 'white-space' is set to 'pre-line'.
|
|
white-space-processing-040 White-space 'pre-wrap' and space at beginning of line ahem http://www.w3.org/TR/CSS21/text.html#white-space-model 4ced420d406ce0ed9d5e672eecf89ae3042435a8 `Microsoft`<http://www.microsoft.com/> Space at beginning of line is not removed when 'white-space' is set to 'pre-wrap'.
|
|
white-space-processing-041 White-space 'pre' and space at beginning of line ahem http://www.w3.org/TR/CSS21/text.html#white-space-model a266e4dd07daa02a125b07a521466ca08f156a6b `Microsoft`<http://www.microsoft.com/> Space at beginning of line is not removed when 'white-space' is set to 'pre'.
|
|
white-space-processing-042 Tab width ahem http://www.w3.org/TR/CSS21/text.html#white-space-model de4d7fa31ec6bd79b22c551f0fb8ae4759c42881 `Microsoft`<http://www.microsoft.com/> Tabs (when rendered) render spaces at 8 character stops. That is, within a line, split the line into 8 character lengths. The tab would continue until the end of the next length. So if there are already 3 characters in a line, the tab would be rendered as 5 spaces.
|
|
white-space-processing-043 White-space 'normal' and space at end of line ahem http://www.w3.org/TR/CSS21/text.html#white-space-model f84b8674cd3c4a7a9b837faf386932cc04f547bd `Microsoft`<http://www.microsoft.com/> Space is removed at the end of the line when 'white-space' is set to 'normal'.
|
|
white-space-processing-044 White-space 'nowrap' and space at end of line ahem http://www.w3.org/TR/CSS21/text.html#white-space-model def7ba21c58d47fe6b42db36f26657f530a04e34 `Microsoft`<http://www.microsoft.com/> Space is removed at the end of the line when 'white-space' is set to 'nowrap'.
|
|
white-space-processing-045 White-space 'pre-line' and space at end of line ahem http://www.w3.org/TR/CSS21/text.html#white-space-model 970702d641885a129e5f507232d22094baf9a7ef `Microsoft`<http://www.microsoft.com/> Space is removed at the end of the line when 'white-space' is set to 'pre-line'.
|
|
white-space-processing-046 White-space 'pre' and space at end of line ahem http://www.w3.org/TR/CSS21/text.html#white-space-model 211c7cac6c5407a8b344fac6a2116fd53e9cc32d `Microsoft`<http://www.microsoft.com/> Space is not removed at the end of the line when 'white-space' is set to 'pre'.
|
|
white-space-processing-047 White-space 'pre-wrap' and space at end of line ahem http://www.w3.org/TR/CSS21/text.html#white-space-model 95ec39649fd585541a8fadcaf776780a27b6e418 `Microsoft`<http://www.microsoft.com/> Space is not removed at the end of the line when 'white-space' is set to 'pre-wrap'.
|
|
white-space-processing-048 Floats and line opportunity with 'white-space' ahem http://www.w3.org/TR/CSS21/text.html#white-space-model 28743bd171e8304f6694a02aba3d03ce38235668 `Microsoft`<http://www.microsoft.com/> A line breaking opportunity is not introduced with floats.
|
|
white-space-processing-049 reference/white-space-processing-049-ref Floats and line-breaking opportunities with 'white-space' ahem http://www.w3.org/TR/CSS21/text.html#white-space-model df37d8ec1257e58e51d97ef2a5b5888ae2a2f965 `Microsoft`<http://www.microsoft.com/> A line breaking opportunity is not introduced with an absolutely positioned element.
|
|
white-space-processing-050 White-space 'normal' on a 'pre' element ahem http://www.w3.org/TR/CSS21/text.html#white-space-model c52962a48813b63074c0efbc996e37a71f2f44ae `Microsoft`<http://www.microsoft.com/> The 'white-space' property set to 'normal' removes extra spacing when two spaces are next to each other when set on 'pre' element.
|
|
white-space-processing-051 White-space 'nowrap' on a 'pre' element ahem http://www.w3.org/TR/CSS21/text.html#white-space-model ca8e92cc20f5522018ec9b669f5d25db17977921 `Microsoft`<http://www.microsoft.com/> The 'white-space' property set to 'nowrap' does not remove extra spacing when two spaces are next to each other.
|
|
white-space-processing-052 White-space 'pre-wrap' on a 'pre' element ahem http://www.w3.org/TR/CSS21/text.html#white-space-model b09cfa1df4c2b06c490a75f07c0b8822b34c38b0 `Microsoft`<http://www.microsoft.com/> The 'white-space' property set to 'pre-wrap' does not remove extra spacing when two spaces are next to each other and introduces line breaking opportunities when set on a 'pre' element.
|
|
white-space-processing-053 White-space 'pre-line' on a 'pre' element ahem http://www.w3.org/TR/CSS21/text.html#white-space-model 24a92227f39de86c8d3c2a8b0d34e485da0b15fd `Microsoft`<http://www.microsoft.com/> The 'white-space' property set to 'pre-line' does remove extra spacing when two spaces are next to each other and breaks at new lines when set on a 'pre' element.
|
|
white-space-processing-054 White space processing model with 'en quad' characters ahem http://www.w3.org/TR/CSS21/text.html#white-space-model 88570188ea2c0e7a8ac8db3072f0ae83821624a0 `Microsoft`<http://www.microsoft.com/> An 'en quad' characters is not collapsed by the white space processing model.
|
|
white-space-processing-055 White space processing model with 'zero width no break space' character ahem http://www.w3.org/TR/CSS21/text.html#white-space-model 1f449ed3a2a4ac6393e2fd6e490698d2c08a0ed7 `Microsoft`<http://www.microsoft.com/> A 'zero width no break space' character is not collapsed by the white space processing model.
|
|
white-space-processing-056 White space processing model with 'ideographic space' character ahem http://www.w3.org/TR/CSS21/text.html#white-space-model 18b3bcfd76b1a9163a93b6aeed3b9d3b5d903be3 `Microsoft`<http://www.microsoft.com/> The 'ideographic space' character is not collapsed by the white space processing model.
|
|
white-space-processing-057 White-space 'pre-wrap' and tab at end of line ahem,may http://www.w3.org/TR/CSS21/text.html#white-space-model 76ca640feff22a7b851b1266465cad7f540e7d16 `Microsoft`<http://www.microsoft.com/> A tab at end of line may be removed when 'white-space' is set to 'pre-wrap'.
|
|
white-space-processing-058 White-space 'pre-wrap' and space at end of line before following inline element ahem,may http://www.w3.org/TR/CSS21/text.html#white-space-model 4063567cbd4849ab75cfcf1591fa09e39d7966b8 `Microsoft`<http://www.microsoft.com/> A space at end of line may be removed when 'white-space' is set to 'pre-wrap'.
|
|
whitespace-001 White space - em-space (U+2003) http://www.w3.org/TR/CSS21/syndata.html#tokenization aec9b731b1e112c54df3f7d3a7d42f2104fc5e2a `Microsoft`<http://www.microsoft.com/> Em-space is not treated as white space.
|
|
whitespace-002 White space - ideographic space (U+3000) http://www.w3.org/TR/CSS21/syndata.html#tokenization cda226c74c3e95eb9cc46444b272f394ad341a6a `Microsoft`<http://www.microsoft.com/> Ideographic space is not treated as white space.
|
|
widows-001 breaks inside elements: widows - initial value paged http://www.w3.org/TR/CSS21/page.html#break-inside a5a0a0b0d45560b3f5f85aab4351bb689957cfbd `Tom Clancy`<mailto:tclancy@revenution.com>,`Elika J. Etemad`<http://fantasai.inkedblade.net/contact> The initial value of the 'widows' property is 2.
|
|
widows-002 breaks inside elements: orphans - block-level only paged http://www.w3.org/TR/CSS21/page.html#break-inside 110cac2ac49d1e7e3b3af9e5f4120e7c93f27a89 `Tom Clancy`<mailto:tclancy@revenution.com>,`Elika J. Etemad`<http://fantasai.inkedblade.net/contact> The 'widows' property is only applied to block-level elements.
|
|
widows-003 breaks inside elements: widows - inheritance paged http://www.w3.org/TR/CSS21/page.html#break-inside 7808a7d00cd3a80834931778303ec0a3db01a782 `Tom Clancy`<mailto:tclancy@revenution.com>,`Elika J. Etemad`<http://fantasai.inkedblade.net/contact> The 'widows' property is inherited.
|
|
widows-004a widows property syntax - positive integer paged http://www.w3.org/TR/CSS21/page.html#break-inside,http://www.w3.org/TR/css3-page/#breaks-inside e8baa84f39c574ac61621abe42d0a80dfae3bc6f `Tom Clancy`<mailto:tclancy@revenution.com>,`Elika J. Etemad`<http://fantasai.inkedblade.net/contact> The syntax of the 'widows' property is positive integer.
|
|
widows-004b widows property syntax - one paged http://www.w3.org/TR/CSS21/page.html#break-inside,http://www.w3.org/TR/css3-page/#breaks-inside 5e8e9d11957d84445d8214927de05f43fa55c47a `Tom Clancy`<mailto:tclancy@revenution.com>,`Elika J. Etemad`<http://fantasai.inkedblade.net/contact> The 'widows' property accepts the integer one.
|
|
width-001 reference/ref-if-there-is-no-red Width using pixels with a minimum minus one value, -1px invalid http://www.w3.org/TR/CSS21/visudet.html#propdef-width,http://www.w3.org/TR/CSS21/visudet.html#the-width-property 394d460dafdfb0d9749e202077f92e93e77ae0df `Microsoft`<http://www.microsoft.com/> The 'width' property sets a minimum minus one length value in pixels.
|
|
width-002 reference/ref-if-there-is-no-red Width using pixels with a minimum value, 0px http://www.w3.org/TR/CSS21/visudet.html#propdef-width,http://www.w3.org/TR/CSS21/visudet.html#the-width-property 88985e0cbbcc7eafcdb15244cce189b9326a3862 `Microsoft`<http://www.microsoft.com/> The 'width' property sets a minimum length value in pixels.
|
|
width-003 reference/max-width-003-ref Width using pixels with a minimum plus one value, 1px http://www.w3.org/TR/CSS21/visudet.html#propdef-width,http://www.w3.org/TR/CSS21/visudet.html#the-width-property d1c439cdcc8f2162f52e8c26c3bf73d1c5bc0ee9 `Microsoft`<http://www.microsoft.com/> The 'width' property sets a minimum plus one length value in pixels.
|
|
width-004 reference/ref-if-there-is-no-red Width using pixels with a negative zero value, -0px http://www.w3.org/TR/CSS21/visudet.html#propdef-width,http://www.w3.org/TR/CSS21/visudet.html#the-width-property 689fa2131fb370fa3f53d8ac096b66413af62ce6 `Microsoft`<http://www.microsoft.com/> The 'width' property sets a negative zero length value in pixels.
|
|
width-005 reference/ref-if-there-is-no-red Width using pixels with a positive zero value, +0px http://www.w3.org/TR/CSS21/visudet.html#propdef-width,http://www.w3.org/TR/CSS21/visudet.html#the-width-property 0577c53fe504181012e806fc377123b014857ddd `Microsoft`<http://www.microsoft.com/> The 'width' property sets a positive zero length value in pixels.
|
|
width-006 reference/max-width-006-ref Width using pixels with a nominal value, 96px http://www.w3.org/TR/CSS21/visudet.html#propdef-width,http://www.w3.org/TR/CSS21/visudet.html#the-width-property 860dafc5f1b10c0c0bbd724c951a09c39c57fbe7 `Microsoft`<http://www.microsoft.com/> The 'width' property sets a nominal length value in pixels.
|
|
width-007 reference/max-width-006-ref Width using pixels with a positive nominal value, +96px http://www.w3.org/TR/CSS21/visudet.html#propdef-width,http://www.w3.org/TR/CSS21/visudet.html#the-width-property 86ed46f2a7b1fcb80dee58ef59be0da3bce84b73 `Microsoft`<http://www.microsoft.com/> The 'width' property sets a positive nominal length value in pixels.
|
|
width-012 reference/ref-if-there-is-no-red Width using points with a minimum minus one value, -1pt invalid http://www.w3.org/TR/CSS21/visudet.html#propdef-width,http://www.w3.org/TR/CSS21/visudet.html#the-width-property 2f09ff533dcd7c03c99d64cd9de2671f26cde80f `Microsoft`<http://www.microsoft.com/> The 'width' property sets a minimum minus one length value in points.
|
|
width-013 reference/ref-if-there-is-no-red Width using points with a minimum value, 0pt http://www.w3.org/TR/CSS21/visudet.html#propdef-width,http://www.w3.org/TR/CSS21/visudet.html#the-width-property 31ada4a15e0230f796383dd71406d9d8c9adb158 `Microsoft`<http://www.microsoft.com/> The 'width' property sets a minimum length value in points.
|
|
width-014 Width using points with a minimum plus one value, 1pt http://www.w3.org/TR/CSS21/visudet.html#propdef-width,http://www.w3.org/TR/CSS21/visudet.html#the-width-property 45a37535bf2505cdf8fd985e53e28f9dbbde0550 `Microsoft`<http://www.microsoft.com/> The 'width' property sets a minimum plus one length value in points.
|
|
width-015 reference/ref-if-there-is-no-red Width using points with a negative zero value, -0pt http://www.w3.org/TR/CSS21/visudet.html#propdef-width,http://www.w3.org/TR/CSS21/visudet.html#the-width-property 1e5d3286d5c76227a1542b5aaf4d1c73cf18205b `Microsoft`<http://www.microsoft.com/> The 'width' property sets a negative zero length value in points.
|
|
width-016 reference/ref-if-there-is-no-red Width using points with a positive zero value, +0pt http://www.w3.org/TR/CSS21/visudet.html#propdef-width,http://www.w3.org/TR/CSS21/visudet.html#the-width-property ce1a7c28b44f193f9286f2fa9bf1c7d5463f75ae `Microsoft`<http://www.microsoft.com/> The 'width' property sets a positive zero length value in points.
|
|
width-017 reference/max-width-006-ref Width using points with a nominal value, 72pt http://www.w3.org/TR/CSS21/visudet.html#propdef-width,http://www.w3.org/TR/CSS21/visudet.html#the-width-property 4195d8a32bd71581401405fb61a6e1bca728223f `Microsoft`<http://www.microsoft.com/> The 'width' property sets a nominal length value in points.
|
|
width-018 reference/max-width-006-ref Width using points with a positive nominal value, +72pt http://www.w3.org/TR/CSS21/visudet.html#propdef-width,http://www.w3.org/TR/CSS21/visudet.html#the-width-property 6c4f6bb5f7703f85434e1d136c8a715a198b71b6 `Microsoft`<http://www.microsoft.com/> The 'width' property sets a positive nominal length value in points.
|
|
width-023 reference/ref-if-there-is-no-red Width using picas with a minimum minus one value, -1pc invalid http://www.w3.org/TR/CSS21/visudet.html#propdef-width,http://www.w3.org/TR/CSS21/visudet.html#the-width-property b63afef40d3a0e63f93860fe841d6e7e490ec5a5 `Microsoft`<http://www.microsoft.com/> The 'width' property sets a minimum minus one length value in picas.
|
|
width-024 reference/ref-if-there-is-no-red Width using picas with a minimum value, 0pc http://www.w3.org/TR/CSS21/visudet.html#propdef-width,http://www.w3.org/TR/CSS21/visudet.html#the-width-property 04c5e49aa23d129a87d895872456249e3247d438 `Microsoft`<http://www.microsoft.com/> The 'width' property sets a minimum length value in picas.
|
|
width-025 reference/max-width-025-ref Width using picas with a minimum plus one value, 1pc http://www.w3.org/TR/CSS21/visudet.html#propdef-width,http://www.w3.org/TR/CSS21/visudet.html#the-width-property d42ee885f20485500a1fd9af01100e0001be41cc `Microsoft`<http://www.microsoft.com/> The 'width' property sets a minimum plus one length value in picas.
|
|
width-026 reference/ref-if-there-is-no-red Width using picas with a negative zero value, -0pc http://www.w3.org/TR/CSS21/visudet.html#propdef-width,http://www.w3.org/TR/CSS21/visudet.html#the-width-property e877d28d804c104a05e06453bd392909509234d1 `Microsoft`<http://www.microsoft.com/> The 'width' property sets a negative zero length value in picas.
|
|
width-027 reference/ref-if-there-is-no-red Width using picas with a positive zero value, +0pc http://www.w3.org/TR/CSS21/visudet.html#propdef-width,http://www.w3.org/TR/CSS21/visudet.html#the-width-property 93e5f4ab8deb3e3ab900eaaa133cdcc1ffeac3dc `Microsoft`<http://www.microsoft.com/> The 'width' property sets a positive zero length value in picas.
|
|
width-028 reference/max-width-006-ref Width using picas with a nominal value, 6pc http://www.w3.org/TR/CSS21/visudet.html#propdef-width,http://www.w3.org/TR/CSS21/visudet.html#the-width-property d884b0a15f5ce0da5024246b40ae6b60f69b6346 `Microsoft`<http://www.microsoft.com/> The 'width' property sets a nominal length value in picas.
|
|
width-029 reference/max-width-006-ref Width using picas with a positive nominal value, +6pc http://www.w3.org/TR/CSS21/visudet.html#propdef-width,http://www.w3.org/TR/CSS21/visudet.html#the-width-property 1d856e8c0db17810169aa57a6b476588cb197032 `Microsoft`<http://www.microsoft.com/> The 'width' property sets a positive nominal length value in picas.
|
|
width-034 reference/ref-if-there-is-no-red Width using centimeters with a minimum minus one value, -1cm invalid http://www.w3.org/TR/CSS21/visudet.html#propdef-width,http://www.w3.org/TR/CSS21/visudet.html#the-width-property a524562e4a110012e8e3404bf9dde4f68b0bd3f0 `Microsoft`<http://www.microsoft.com/> The 'width' property sets a minimum minus one length value in centimeters.
|
|
width-035 reference/ref-if-there-is-no-red Width using centimeters with a minimum value, 0cm http://www.w3.org/TR/CSS21/visudet.html#propdef-width,http://www.w3.org/TR/CSS21/visudet.html#the-width-property 9c2b99c5affd15314d35b27cd23fe254ebbc694c `Microsoft`<http://www.microsoft.com/> The 'width' property sets a minimum length value in centimeters.
|
|
width-036 reference/max-width-036-ref Width using centimeters with a minimum plus one value, 1cm http://www.w3.org/TR/CSS21/visudet.html#propdef-width,http://www.w3.org/TR/CSS21/visudet.html#the-width-property 9b1bbcb6e3bd3b663b7820a6baf4ba22032b330b `Microsoft`<http://www.microsoft.com/> The 'width' property sets a minimum plus one length value in centimeters.
|
|
width-037 reference/ref-if-there-is-no-red Width using centimeters with a negative zero value, -0cm http://www.w3.org/TR/CSS21/visudet.html#propdef-width,http://www.w3.org/TR/CSS21/visudet.html#the-width-property 14b6e21f590c68a04eb836db4e82c9c270fc7798 `Microsoft`<http://www.microsoft.com/> The 'width' property sets a negative zero length value in centimeters.
|
|
width-038 reference/ref-if-there-is-no-red Width using centimeters with a positive zero value, +0cm http://www.w3.org/TR/CSS21/visudet.html#propdef-width,http://www.w3.org/TR/CSS21/visudet.html#the-width-property 54832a86f7c54a7cf0e441828d66720e648fafd3 `Microsoft`<http://www.microsoft.com/> The 'width' property sets a positive zero length value in centimeters.
|
|
width-039 reference/max-width-006-ref Width using centimeters with a nominal value, 2.54cm http://www.w3.org/TR/CSS21/visudet.html#propdef-width,http://www.w3.org/TR/CSS21/visudet.html#the-width-property a7eed8f9896874cf202f7e5098f47c369324a0ef `Microsoft`<http://www.microsoft.com/> The 'width' property sets a nominal length value in centimeters.
|
|
width-040 reference/max-width-006-ref Width using centimeters with a positive nominal value, +2.54cm http://www.w3.org/TR/CSS21/visudet.html#propdef-width,http://www.w3.org/TR/CSS21/visudet.html#the-width-property 7f78729d8e08bcdfc38213571d4ba253b466207d `Microsoft`<http://www.microsoft.com/> The 'width' property sets a positive nominal length value in centimeters.
|
|
width-045 reference/ref-if-there-is-no-red Width using millimeters with a minimum minus one value, -1mm invalid http://www.w3.org/TR/CSS21/visudet.html#propdef-width,http://www.w3.org/TR/CSS21/visudet.html#the-width-property 999ba3d73295ceb482b62a762bf998508379a6db `Microsoft`<http://www.microsoft.com/> The 'width' property sets a minimum minus one length value in millimeters.
|
|
width-046 reference/ref-if-there-is-no-red Width using millimeters with a minimum value, 0mm http://www.w3.org/TR/CSS21/visudet.html#propdef-width,http://www.w3.org/TR/CSS21/visudet.html#the-width-property 8777e6ee109a5b5b3f84122c29de8d4990d01418 `Microsoft`<http://www.microsoft.com/> The 'width' property sets a minimum length value in millimeters.
|
|
width-047 reference/max-width-047-ref Width using millimeters with a minimum plus one value, 1mm http://www.w3.org/TR/CSS21/visudet.html#propdef-width,http://www.w3.org/TR/CSS21/visudet.html#the-width-property fc11a50b554508866532c57f934bf1e2f9bef76d `Microsoft`<http://www.microsoft.com/> The 'width' property sets a minimum plus one length value in millimeters.
|
|
width-048 reference/ref-if-there-is-no-red Width using millimeters with a negative zero value, -0mm http://www.w3.org/TR/CSS21/visudet.html#propdef-width,http://www.w3.org/TR/CSS21/visudet.html#the-width-property 6afa7bac6d003a39f3b53a918d6287afc171bde6 `Microsoft`<http://www.microsoft.com/> The 'width' property sets a negative zero length value in millimeters.
|
|
width-049 reference/ref-if-there-is-no-red Width using millimeters with a positive zero value, +0mm http://www.w3.org/TR/CSS21/visudet.html#propdef-width,http://www.w3.org/TR/CSS21/visudet.html#the-width-property 33572eac0e95c2455f85f92a813360888dd8192c `Microsoft`<http://www.microsoft.com/> The 'width' property sets a positive zero length value in millimeters.
|
|
width-050 reference/max-width-006-ref Width using millimeters with a nominal value, 25.4mm http://www.w3.org/TR/CSS21/visudet.html#propdef-width,http://www.w3.org/TR/CSS21/visudet.html#the-width-property 3c3e3a176afeda7ed295eb57316f0cbc1a09940c `Microsoft`<http://www.microsoft.com/> The 'width' property sets a nominal length value in millimeters.
|
|
width-051 reference/max-width-006-ref Width using millimeters with a positive nominal value, +25.4mm http://www.w3.org/TR/CSS21/visudet.html#propdef-width,http://www.w3.org/TR/CSS21/visudet.html#the-width-property 8dfd5ad6cfb4c4c2fac13e949de3b18d05fa79d7 `Microsoft`<http://www.microsoft.com/> The 'width' property sets a positive nominal length value in millimeters.
|
|
width-056 reference/ref-if-there-is-no-red Width using inches with a minimum minus one value, -1in invalid http://www.w3.org/TR/CSS21/visudet.html#propdef-width,http://www.w3.org/TR/CSS21/visudet.html#the-width-property dd175fe0a6e85d43c48de9932747d80de5e2d88f `Microsoft`<http://www.microsoft.com/> The 'width' property sets a minimum minus one length value in inches.
|
|
width-057 reference/ref-if-there-is-no-red Width using inches with a minimum value, 0in http://www.w3.org/TR/CSS21/visudet.html#propdef-width,http://www.w3.org/TR/CSS21/visudet.html#the-width-property 248b5287efa123dd414d4bf40e9996dac072a5bb `Microsoft`<http://www.microsoft.com/> The 'width' property sets a minimum length value in inches.
|
|
width-058 reference/ref-filled-black-96px-square Width using inches with a minimum plus one value, 1in http://www.w3.org/TR/CSS21/visudet.html#propdef-width,http://www.w3.org/TR/CSS21/visudet.html#the-width-property e9eb2602ee5a63a774aad30e39d953f871f4efdf `Microsoft`<http://www.microsoft.com/> The 'width' property sets a minimum plus one length value in inches.
|
|
width-059 reference/ref-if-there-is-no-red Width using inches with a negative zero value, -0in http://www.w3.org/TR/CSS21/visudet.html#propdef-width,http://www.w3.org/TR/CSS21/visudet.html#the-width-property b3188b337ad6700f731741d76f7688881627ceaf `Microsoft`<http://www.microsoft.com/> The 'width' property sets a negative zero length value in inches.
|
|
width-060 reference/ref-if-there-is-no-red Width using inches with a positive zero value, +0in http://www.w3.org/TR/CSS21/visudet.html#propdef-width,http://www.w3.org/TR/CSS21/visudet.html#the-width-property 8508e27fce7ae0d9c9288f9e7613c5e98d38c14f `Microsoft`<http://www.microsoft.com/> The 'width' property sets a positive zero length value in inches.
|
|
width-061 reference/max-width-061-ref Width using inches with a nominal value, 3in http://www.w3.org/TR/CSS21/visudet.html#propdef-width,http://www.w3.org/TR/CSS21/visudet.html#the-width-property 589a0c7530f25f25c04987bf708aecc37e506729 `Microsoft`<http://www.microsoft.com/> The 'width' property sets a nominal length value in inches.
|
|
width-062 reference/max-width-061-ref Width using inches with a positive nominal value, +3in http://www.w3.org/TR/CSS21/visudet.html#propdef-width,http://www.w3.org/TR/CSS21/visudet.html#the-width-property 6bb2ef0f172125f319d0704e0a4b9a42384a170c `Microsoft`<http://www.microsoft.com/> The 'width' property sets a positive nominal length value in inches.
|
|
width-067 reference/ref-if-there-is-no-red Width using 'em' units with a minimum minus one value, -1em ahem,invalid http://www.w3.org/TR/CSS21/visudet.html#propdef-width,http://www.w3.org/TR/CSS21/visudet.html#the-width-property 6a0fb774871eb659efbfb050b0f6921821fc2420 `Microsoft`<http://www.microsoft.com/> The 'width' property sets a minimum minus one length value in 'em' units.
|
|
width-068 reference/ref-if-there-is-no-red Width using 'em' units with a minimum value, 0em ahem http://www.w3.org/TR/CSS21/visudet.html#propdef-width,http://www.w3.org/TR/CSS21/visudet.html#the-width-property e8126d63f63301eb763d2fdaec98f2dee2dcfef0 `Microsoft`<http://www.microsoft.com/> The 'width' property sets a minimum length value in 'em' units.
|
|
width-069 reference/max-width-069-ref Width using 'em' units with a minimum plus one value, 1em ahem http://www.w3.org/TR/CSS21/visudet.html#propdef-width,http://www.w3.org/TR/CSS21/visudet.html#the-width-property 015b47a4680f6e3be260359f7b01a234b209c65e `Microsoft`<http://www.microsoft.com/> The 'width' property sets a minimum plus one length value in 'em' units.
|
|
width-070 reference/ref-if-there-is-no-red Width using 'em' units with a negative zero value, -0em ahem http://www.w3.org/TR/CSS21/visudet.html#propdef-width,http://www.w3.org/TR/CSS21/visudet.html#the-width-property 820463dfdf102a08f2ea471c9f6672dc78142060 `Microsoft`<http://www.microsoft.com/> The 'width' property sets a negative zero length value in 'em' units.
|
|
width-071 reference/ref-if-there-is-no-red Width using 'em' units with a positive zero value, +0em ahem http://www.w3.org/TR/CSS21/visudet.html#propdef-width,http://www.w3.org/TR/CSS21/visudet.html#the-width-property 96969ac8fe1b226c662ba4180151ab51a858844e `Microsoft`<http://www.microsoft.com/> The 'width' property sets a positive zero length value in 'em' units.
|
|
width-072 reference/max-width-072-ref Width using 'em' units with a nominal value, 6em ahem http://www.w3.org/TR/CSS21/visudet.html#propdef-width,http://www.w3.org/TR/CSS21/visudet.html#the-width-property 731e73010af10327091ee6353476b9975c1d6cd7 `Microsoft`<http://www.microsoft.com/> The 'width' property sets a nominal length value in 'em' units.
|
|
width-073 reference/max-width-072-ref Width using 'em' units with a positive nominal value, +6em ahem http://www.w3.org/TR/CSS21/visudet.html#propdef-width,http://www.w3.org/TR/CSS21/visudet.html#the-width-property 97fa4f74110e5a75288fb4f331df9f349a76e976 `Microsoft`<http://www.microsoft.com/> The 'width' property sets a positive nominal length value in 'em' units.
|
|
width-078 reference/ref-if-there-is-no-red Width using 'ex' units with a minimum minus one value, -1ex ahem,invalid http://www.w3.org/TR/CSS21/visudet.html#propdef-width,http://www.w3.org/TR/CSS21/visudet.html#the-width-property ceb94eb795eac86887b5df86878c858730f09a05 `Microsoft`<http://www.microsoft.com/> The 'width' property sets a minimum minus one length value in 'ex' units.
|
|
width-079 reference/ref-if-there-is-no-red Width using 'ex' units with a minimum value, 0ex ahem http://www.w3.org/TR/CSS21/visudet.html#propdef-width,http://www.w3.org/TR/CSS21/visudet.html#the-width-property bbf28c84977e3deccbd074622edc9ceb54d7dd3d `Microsoft`<http://www.microsoft.com/> The 'width' property sets a minimum length value in 'ex' units.
|
|
width-080 reference/max-width-025-ref Width using 'ex' units with a minimum plus one value, 1ex ahem http://www.w3.org/TR/CSS21/visudet.html#propdef-width,http://www.w3.org/TR/CSS21/visudet.html#the-width-property 20c663e4309c94ee7e7640e9535a409cc9f70589 `Microsoft`<http://www.microsoft.com/> The 'width' property sets a minimum plus one length value in 'ex' units.
|
|
width-081 reference/ref-if-there-is-no-red Width using 'ex' units with a negative zero value, -0ex ahem http://www.w3.org/TR/CSS21/visudet.html#propdef-width,http://www.w3.org/TR/CSS21/visudet.html#the-width-property 660a240739d036bad36a722859ea1cd52cb66f4d `Microsoft`<http://www.microsoft.com/> The 'width' property sets a negative zero length value in 'ex' units.
|
|
width-082 reference/ref-if-there-is-no-red Width using 'ex' units with a positive zero value, +0ex ahem http://www.w3.org/TR/CSS21/visudet.html#propdef-width,http://www.w3.org/TR/CSS21/visudet.html#the-width-property e4b639101ef8f542eb985e7b52f6c377b27df615 `Microsoft`<http://www.microsoft.com/> The 'width' property sets a positive zero length value in 'ex' units.
|
|
width-083 reference/max-width-006-ref Width using 'ex' units with a nominal value, 6ex ahem http://www.w3.org/TR/CSS21/visudet.html#propdef-width,http://www.w3.org/TR/CSS21/visudet.html#the-width-property 5acf9f5f4ea7484eb8dd03b722164e018ed19a9f `Microsoft`<http://www.microsoft.com/> The 'width' property sets a nominal length value in 'ex' units.
|
|
width-084 reference/max-width-006-ref Width using 'ex' units with a positive nominal value, +6ex ahem http://www.w3.org/TR/CSS21/visudet.html#propdef-width,http://www.w3.org/TR/CSS21/visudet.html#the-width-property 5b7e68a7f6c69355bac9143d31eec8bfc2f8ddb8 `Microsoft`<http://www.microsoft.com/> The 'width' property sets a positive nominal length value in 'ex' units.
|
|
width-089 reference/ref-if-there-is-no-red Width using percentages with a minimum minus one value, -1% invalid http://www.w3.org/TR/CSS21/visudet.html#propdef-width,http://www.w3.org/TR/CSS21/visudet.html#the-width-property f1fc1f6b1baf1da9d0013c64d50cd472fe7732d2 `Microsoft`<http://www.microsoft.com/> The 'width' property sets a minimum minus one length value in percentages.
|
|
width-090 reference/ref-if-there-is-no-red Width using percentages with a minimum value, 0% http://www.w3.org/TR/CSS21/visudet.html#propdef-width,http://www.w3.org/TR/CSS21/visudet.html#the-width-property 201a170336c2a4e39f4a40b74b22a607b9a9c477 `Microsoft`<http://www.microsoft.com/> The 'width' property sets a minimum length value in percentages.
|
|
width-091 reference/max-width-003-ref Width using percentages with a minimum plus one value, 1% http://www.w3.org/TR/CSS21/visudet.html#propdef-width,http://www.w3.org/TR/CSS21/visudet.html#the-width-property 9e689e7d1fb630694fcc1c16d8fa194fa5315c0d `Microsoft`<http://www.microsoft.com/> The 'width' property sets a minimum plus one length value in percentages.
|
|
width-092 reference/ref-if-there-is-no-red Width using percentages with a negative zero value, -0% http://www.w3.org/TR/CSS21/visudet.html#propdef-width,http://www.w3.org/TR/CSS21/visudet.html#the-width-property e5a9e77495cb68abdd366507ae822fb2f6b2a905 `Microsoft`<http://www.microsoft.com/> The 'width' property sets a negative zero length value in percentages.
|
|
width-093 reference/ref-if-there-is-no-red Width using percentages with a positive zero value, +0% http://www.w3.org/TR/CSS21/visudet.html#propdef-width,http://www.w3.org/TR/CSS21/visudet.html#the-width-property 669a858a8a7b5cdc54d2ae420a56103316e25bb3 `Microsoft`<http://www.microsoft.com/> The 'width' property sets a positive zero length value in percentages.
|
|
width-094 reference/max-width-006-ref Width using percentages with a nominal value, 100% http://www.w3.org/TR/CSS21/visudet.html#propdef-width,http://www.w3.org/TR/CSS21/visudet.html#the-width-property 301e74d945b73cfb602c4c9e79dfda6ffb976a63 `Microsoft`<http://www.microsoft.com/> The 'width' property sets a nominal length value in percentages.
|
|
width-095 reference/max-width-006-ref Width using percentages with a positive nominal value, +100% http://www.w3.org/TR/CSS21/visudet.html#propdef-width,http://www.w3.org/TR/CSS21/visudet.html#the-width-property 525fbedd02be4df62a7e6dc60a9e67a83159b4d6 `Microsoft`<http://www.microsoft.com/> The 'width' property sets a positive nominal length value in percentages.
|
|
width-100 reference/ref-if-there-is-no-red Width with a negative zero value and no units, -0 http://www.w3.org/TR/CSS21/visudet.html#propdef-width,http://www.w3.org/TR/CSS21/visudet.html#the-width-property d12c7239dc3635abb044eb22fc43692e4a3c4430 `Microsoft`<http://www.microsoft.com/> The 'width' property sets a negative zero length value with no units.
|
|
width-101 reference/ref-if-there-is-no-red Width with a zero value and no units, 0 http://www.w3.org/TR/CSS21/visudet.html#propdef-width,http://www.w3.org/TR/CSS21/visudet.html#the-width-property 5ff1b0353a022deaa43e74fd332a33b0b0dc5633 `Microsoft`<http://www.microsoft.com/> The 'width' property sets a zero length value with no units.
|
|
width-102 reference/ref-if-there-is-no-red Width with a positive zero value and no units, +0 http://www.w3.org/TR/CSS21/visudet.html#propdef-width,http://www.w3.org/TR/CSS21/visudet.html#the-width-property 75a0d33fd815d140b06837b2c0b410b9e32ca1ae `Microsoft`<http://www.microsoft.com/> The 'width' property sets a positive zero length value with no units.
|
|
width-103 reference/width-103-ref Width set to a value of 'auto' http://www.w3.org/TR/CSS21/visudet.html#propdef-width,http://www.w3.org/TR/CSS21/visudet.html#the-width-property 20ec9212758d20d13ce32efa8cea468a4ab1e193 `Microsoft`<http://www.microsoft.com/> The 'width' property applies a value of 'auto'.
|
|
width-104 reference/max-width-003-ref Width set to 'inherit' http://www.w3.org/TR/CSS21/visudet.html#propdef-width,http://www.w3.org/TR/CSS21/visudet.html#the-width-property 6c0086ed4544fa45dcd8257f50fcfa1dfa3d6752 `Microsoft`<http://www.microsoft.com/> The 'width' property properly inherits the width value of the parent.
|
|
width-applies-to-001 reference/ref-filled-black-96px-square Width applied to elements with 'display' set to 'table-row-group' http://www.w3.org/TR/CSS21/visudet.html#propdef-width,http://www.w3.org/TR/CSS21/visudet.html#the-width-property 77de823163b480a79ab2018bb11c9ef6ee58f197 `Microsoft`<http://www.microsoft.com/> The 'width' property does not apply to elements with 'display' set to 'table-row-group'.
|
|
width-applies-to-002 reference/ref-filled-black-96px-square Width applied to elements with 'display' set to 'table-header-group' http://www.w3.org/TR/CSS21/visudet.html#propdef-width,http://www.w3.org/TR/CSS21/visudet.html#the-width-property 6abefac44512a32083b46f69e6f3e0bd76c002e0 `Microsoft`<http://www.microsoft.com/> The 'width' property does not apply to elements with 'display' set to 'table-header-group'.
|
|
width-applies-to-003 reference/ref-filled-black-96px-square Width applied to elements with 'display' set to 'table-footer-group' http://www.w3.org/TR/CSS21/visudet.html#propdef-width,http://www.w3.org/TR/CSS21/visudet.html#the-width-property a775e6ce9a4cd92e2cdb36304a60098fd6969240 `Microsoft`<http://www.microsoft.com/> The 'width' property does not apply to elements with 'display' set to 'table-footer-group'.
|
|
width-applies-to-004 reference/ref-filled-black-96px-square Width applied to elements with 'display' set to 'table-row' http://www.w3.org/TR/CSS21/visudet.html#propdef-width,http://www.w3.org/TR/CSS21/visudet.html#the-width-property 8607b70e71cebc1af1144dad04a32de3c7f680e1 `Microsoft`<http://www.microsoft.com/> The 'width' property does not apply to elements with 'display' set to 'table-row'.
|
|
width-applies-to-005 Width applied to elements with 'display' set to 'table-column-group' http://www.w3.org/TR/CSS21/visudet.html#propdef-width,http://www.w3.org/TR/CSS21/visudet.html#the-width-property e1a1ceb63f758a6faf761f3eace7257bc619d2da `Microsoft`<http://www.microsoft.com/> The 'width' property applies to elements with 'display' set to 'table-column-group'.
|
|
width-applies-to-006 reference/ref-filled-black-96px-square Width applied to elements with 'display' set to 'table-column' http://www.w3.org/TR/CSS21/visudet.html#propdef-width,http://www.w3.org/TR/CSS21/visudet.html#the-width-property d555813f580ec5ea9a315a9bac24138a410d1dd4 `Microsoft`<http://www.microsoft.com/> The 'width' property applies to elements with 'display' set to 'table-column'.
|
|
width-applies-to-007 reference/ref-filled-black-96px-square Width applied to elements with 'display' set to 'table-cell' http://www.w3.org/TR/CSS21/visudet.html#propdef-width,http://www.w3.org/TR/CSS21/visudet.html#the-width-property 73ddc4c477bcf277da4e443d9eb2ffb765cd0a67 `Microsoft`<http://www.microsoft.com/> The 'width' property applies to elements with 'display' set to 'table-cell'.
|
|
width-applies-to-008 reference/ref-if-there-is-no-red Width applied to elements with 'display' set to 'inline' http://www.w3.org/TR/CSS21/visudet.html#propdef-width,http://www.w3.org/TR/CSS21/visudet.html#the-width-property 85cbf00615f709e385ca60d66b4ee80523c305b9 `Microsoft`<http://www.microsoft.com/> The 'width' property does not apply to elements with 'display' set to 'inline'.
|
|
width-applies-to-009 reference/ref-filled-black-96px-square Width applied to elements with 'display' set to 'block' http://www.w3.org/TR/CSS21/visudet.html#propdef-width,http://www.w3.org/TR/CSS21/visudet.html#the-width-property 9937029f3e775f732c0a1d05d79c72ce62605c1a `Microsoft`<http://www.microsoft.com/> The 'width' property applies to elements with 'display' set to 'block'.
|
|
width-applies-to-010 Width applied to elements with 'display' set to 'list-item' http://www.w3.org/TR/CSS21/visudet.html#propdef-width,http://www.w3.org/TR/CSS21/visudet.html#the-width-property f8fd15f013e0b36b00376d83691e08de2b06eb13 `Microsoft`<http://www.microsoft.com/> The 'width' property applies to elements with 'display' set to 'list-item'.
|
|
width-applies-to-011 Width applied to elements with 'display' set to 'run-in' http://www.w3.org/TR/CSS21/visudet.html#propdef-width,http://www.w3.org/TR/CSS21/visudet.html#the-width-property c7ba3537b4ba3acaf67123b477761cc6966f5a37 `Microsoft`<http://www.microsoft.com/> The 'width' property applies to elements with 'display' set to 'run-in'.
|
|
width-applies-to-012 reference/ref-filled-black-96px-square Width applied to elements with 'display' set to 'inline-block' http://www.w3.org/TR/CSS21/visudet.html#propdef-width,http://www.w3.org/TR/CSS21/visudet.html#the-width-property b61c9ddb48c845bb4c54bae13fa83a2d9e0813d0 `Microsoft`<http://www.microsoft.com/> The 'width' property applies to elements with 'display' set to 'inline-block'.
|
|
width-applies-to-013 reference/ref-filled-black-96px-square Width applied to elements with 'display' set to 'table' http://www.w3.org/TR/CSS21/visudet.html#propdef-width,http://www.w3.org/TR/CSS21/visudet.html#the-width-property f5b5fc7b31bc6fff2a8d36c8888490f281468da5 `Microsoft`<http://www.microsoft.com/> The 'width' property applies to elements with 'display' set to 'table'.
|
|
width-applies-to-014 reference/ref-filled-black-96px-square Width applied to elements with 'display' set to 'inline-table' http://www.w3.org/TR/CSS21/visudet.html#propdef-width,http://www.w3.org/TR/CSS21/visudet.html#the-width-property e645816502c6bc0c63309edd30b54d51139b63de `Microsoft`<http://www.microsoft.com/> The 'width' property applies to elements with 'display' set to 'inline-table'.
|
|
width-applies-to-015 reference/ref-filled-black-96px-square Width applied to elements with 'display' set to 'table-caption' http://www.w3.org/TR/CSS21/visudet.html#propdef-width,http://www.w3.org/TR/CSS21/visudet.html#the-width-property 5783183e0b5cae25a3b4ea89efca3e90e245f8a4 `Microsoft`<http://www.microsoft.com/> The 'width' property applies to elements with 'display' set to 'table-caption'.
|
|
width-applies-to-016 reference/ref-if-there-is-no-red Width applied to elements set to 'display: none' http://www.w3.org/TR/CSS21/visudet.html#propdef-width,http://www.w3.org/TR/CSS21/visudet.html#the-width-property a5955a4ff43519f4f3334f4d33977971ec0c522a `Microsoft`<http://www.microsoft.com/> Width can be declared onto 'display: none' elements but since 'display: none' declaration on an element does not generate a CSS box, then it won't have a rendering effect nor a visual formatting repercussion.
|
|
width-inherit-001 reference/block-non-replaced-width-001-ref Inheriting Explicit Widths http://www.w3.org/TR/CSS21/generate.html#list-style f6a8c9c218ff4c2bafb05a183861ea80cf7adb24 `Elika J. Etemad`<http://fantasai.inkedblade.net/contact> The computed width is inherited, even if the 'width' property does not apply.
|
|
width-non-replaced-inline-001 reference/width-non-replaced-inline-001-ref Width of non-replaced inline element should be the same as its content http://www.w3.org/TR/CSS21/visudet.html#the-width-property 3df834b77a5df56508944d6ae8cad80b8387cb90 `Microsoft`<http://www.microsoft.com/> Content width of a non-replaced inline element is that of the rendered content.
|
|
width-percentage-001 reference/max-width-percentage-001-ref Calculating percentage based width off of the parent container http://www.w3.org/TR/CSS21/visudet.html#the-width-property 78775f305bedcbf4ad0901e1cbfb61051280fefc `Microsoft`<http://www.microsoft.com/> Percentage is calculated with respect to the width of the generated boxes containing block.
|
|
width-percentage-002 reference/max-width-percentage-001-ref Calculating widths for absolutely positioned elements http://www.w3.org/TR/CSS21/visudet.html#the-width-property ee98b2cf30c14717088ebb9597fd1dd05c66f3ae `Microsoft`<http://www.microsoft.com/> Absolutely positioned elements whose containing block is based on a block-level element, the percentage is calculated with respect to the width of the padding box of that element.
|
|
width-replaced-element-001 Scaling replaced elements with a width specified can scale the image image,may http://www.w3.org/TR/CSS21/visudet.html#the-width-property 8731437c22b4deb16a9b2d4290aab2a814a525d4 `Microsoft`<http://www.microsoft.com/> Replaced elements width may be scaled by the user agent when the value of the property is not 'auto'.
|
|
width-undefined-001 Width of containing block is determined by with of child ahem http://www.w3.org/TR/CSS21/visudet.html#the-width-property f2135e630e6df8069b807996289840a8f538b2c3 `Microsoft`<http://www.microsoft.com/> The containing block's width depends on this element's width because the resulting layout has not been defined in CSS2.1.
|
|
word-spacing-004 Word-spacing using pixels with a negative zero value, -0px ahem http://www.w3.org/TR/CSS21/text.html#propdef-word-spacing,http://www.w3.org/TR/CSS21/text.html#spacing-props 8acf81a7f7f35e0192e27f28877a1fbe0bb44122 `Microsoft`<http://www.microsoft.com/> The 'word-spacing' property sets a negative zero length value in pixels.
|
|
word-spacing-005 Word-spacing using pixels with a zero value, 0px ahem http://www.w3.org/TR/CSS21/text.html#propdef-word-spacing,http://www.w3.org/TR/CSS21/text.html#spacing-props 49661efd384856dbb18d2f55431fd5556d61e97c `Microsoft`<http://www.microsoft.com/> The 'word-spacing' property sets a zero length value in pixels.
|
|
word-spacing-006 Word-spacing using pixels with a positive zero value, +0px ahem http://www.w3.org/TR/CSS21/text.html#propdef-word-spacing,http://www.w3.org/TR/CSS21/text.html#spacing-props b3b3bc6feda1a1934eea3b2568ad846980ad264c `Microsoft`<http://www.microsoft.com/> The 'word-spacing' property sets a positive zero length value in pixels.
|
|
word-spacing-007 Word-spacing normal pixel on an element ahem http://www.w3.org/TR/CSS21/text.html#propdef-word-spacing,http://www.w3.org/TR/CSS21/text.html#spacing-props 1593ad728f86029b6cbc8c272563b31079c27de0 `Microsoft`<http://www.microsoft.com/> Ensure that word-spacing 96px adds 96px (in addition to default spacing) between words in the element.
|
|
word-spacing-008 Word-spacing +normal pixel on an element ahem http://www.w3.org/TR/CSS21/text.html#propdef-word-spacing,http://www.w3.org/TR/CSS21/text.html#spacing-props 2fb3d5a063f0cd98162c14d69ef1d1b3bbeee2e9 `Microsoft`<http://www.microsoft.com/> Ensure that word-spacing +96px adds 96px (in addition to default spacing) between words in the element.
|
|
word-spacing-016 Word-spacing using points with a negative zero value, -0pt ahem http://www.w3.org/TR/CSS21/text.html#propdef-word-spacing,http://www.w3.org/TR/CSS21/text.html#spacing-props c9839badba4c65b31c6b83fa43da981ec3dd3783 `Microsoft`<http://www.microsoft.com/> The 'word-spacing' property sets a negative zero length value in points.
|
|
word-spacing-017 Word-spacing using points with a zero value, 0pt ahem http://www.w3.org/TR/CSS21/text.html#propdef-word-spacing,http://www.w3.org/TR/CSS21/text.html#spacing-props e3f28601a1481e1335b4c3d70b103ae331cca02d `Microsoft`<http://www.microsoft.com/> The 'word-spacing' property sets a zero length value in points.
|
|
word-spacing-018 Word-spacing using points with a positive zero value, +0pt ahem http://www.w3.org/TR/CSS21/text.html#propdef-word-spacing,http://www.w3.org/TR/CSS21/text.html#spacing-props 44bad02cc7144190c6c8c73414f598326cca5f0a `Microsoft`<http://www.microsoft.com/> The 'word-spacing' property sets a positive zero length value in points.
|
|
word-spacing-019 Word-spacing set to a nominal value of '72pt' ahem http://www.w3.org/TR/CSS21/text.html#propdef-word-spacing,http://www.w3.org/TR/CSS21/text.html#spacing-props c17d3a22861cdca8ca412c535b5c88633ce31680 `Microsoft`<http://www.microsoft.com/> Ensure that letter-spacing 72pt adds 72pt (in addition to default spacing) between letters in the element.
|
|
word-spacing-020 Word-spacing +normal pt on an element ahem http://www.w3.org/TR/CSS21/text.html#propdef-word-spacing,http://www.w3.org/TR/CSS21/text.html#spacing-props d26def0b97ef94ee924f14afd6eb28f24225dd85 `Microsoft`<http://www.microsoft.com/> Ensure that word-spacing +72pt adds +72 points (in addition to default spacing) between words in the element.
|
|
word-spacing-028 Word-spacing using picas with a negative zero value, -0pc ahem http://www.w3.org/TR/CSS21/text.html#propdef-word-spacing,http://www.w3.org/TR/CSS21/text.html#spacing-props 681b4e47a396e05bfa74018fd8360c424a243347 `Microsoft`<http://www.microsoft.com/> The 'word-spacing' property sets a negative zero length value in picas.
|
|
word-spacing-029 Word-spacing using picas with a zero value, 0pc ahem http://www.w3.org/TR/CSS21/text.html#propdef-word-spacing,http://www.w3.org/TR/CSS21/text.html#spacing-props 09f2657b16f239f036c7fe912c22068f0db5ba51 `Microsoft`<http://www.microsoft.com/> The 'word-spacing' property sets a zero length value in picas.
|
|
word-spacing-030 Word-spacing using picas with a positive zero value, +0pc ahem http://www.w3.org/TR/CSS21/text.html#propdef-word-spacing,http://www.w3.org/TR/CSS21/text.html#spacing-props 2afd1985691b6321c846cd1537b1e7a4609d9c6f `Microsoft`<http://www.microsoft.com/> The 'word-spacing' property sets a positive zero length value in picas.
|
|
word-spacing-031 Word-spacing normal pc on an element ahem http://www.w3.org/TR/CSS21/text.html#propdef-word-spacing,http://www.w3.org/TR/CSS21/text.html#spacing-props 91d5d457128bf1a23fc6a460c00eb2b45b862998 `Microsoft`<http://www.microsoft.com/> Ensure that word-spacing 6pc adds 6pc (in addition to default spacing) between words in the element.
|
|
word-spacing-032 Word-spacing +normal pc on an element ahem http://www.w3.org/TR/CSS21/text.html#propdef-word-spacing,http://www.w3.org/TR/CSS21/text.html#spacing-props a16286371b2ee1b7944ef6ce73d7f86d5f8e43fd `Microsoft`<http://www.microsoft.com/> Ensure that word-spacing +6pc adds 6pc (in addition to default spacing) between words in the element.
|
|
word-spacing-040 Word-spacing using centimeters with a negative zero value, -0cm ahem http://www.w3.org/TR/CSS21/text.html#propdef-word-spacing,http://www.w3.org/TR/CSS21/text.html#spacing-props 94a551b91eb5f71963c37089fb0f1f004855f939 `Microsoft`<http://www.microsoft.com/> The 'word-spacing' property sets a negative zero length value in centimeters.
|
|
word-spacing-041 Word-spacing using centimeters with a zero value, 0cm ahem http://www.w3.org/TR/CSS21/text.html#propdef-word-spacing,http://www.w3.org/TR/CSS21/text.html#spacing-props c405b02ae9ad764e56398b28b8e2cf9d0190251a `Microsoft`<http://www.microsoft.com/> The 'word-spacing' property sets a zero length value in centimeters.
|
|
word-spacing-042 Word-spacing using centimeters with a positive zero value, +0cm ahem http://www.w3.org/TR/CSS21/text.html#propdef-word-spacing,http://www.w3.org/TR/CSS21/text.html#spacing-props 1943e85b730c825fbf3c7793cd9de6b6123d894b `Microsoft`<http://www.microsoft.com/> The 'word-spacing' property sets a positive zero length value in centimeters.
|
|
word-spacing-043 Word-spacing normal cm on an element ahem http://www.w3.org/TR/CSS21/text.html#propdef-word-spacing,http://www.w3.org/TR/CSS21/text.html#spacing-props 20daa54230ee3c273fe05cb204d1ddfe5120b022 `Microsoft`<http://www.microsoft.com/> Ensure that word-spacing 2.54cm adds 2.54cm (in addition to default spacing) between words in the element.
|
|
word-spacing-044 Word-spacing +normal cm on an element ahem http://www.w3.org/TR/CSS21/text.html#propdef-word-spacing,http://www.w3.org/TR/CSS21/text.html#spacing-props ef96ccedbf05ffa45c024f07af359c8279d8ffbd `Microsoft`<http://www.microsoft.com/> Ensure that word-spacing +2.54cm adds 2.54cm (in addition to default spacing) between words in the element.
|
|
word-spacing-052 Word-spacing using millimeters with a negative zero value, -0mm ahem http://www.w3.org/TR/CSS21/text.html#propdef-word-spacing,http://www.w3.org/TR/CSS21/text.html#spacing-props 72863a16f7d87194bd3b83e3113c2beccb60d5fc `Microsoft`<http://www.microsoft.com/> The 'word-spacing' property sets a negative zero length value in millimeters.
|
|
word-spacing-053 Word-spacing using millimeters with a zero value, 0mm ahem http://www.w3.org/TR/CSS21/text.html#propdef-word-spacing,http://www.w3.org/TR/CSS21/text.html#spacing-props 72f08b4089478440230c1a7218f8eb307f06738c `Microsoft`<http://www.microsoft.com/> The 'word-spacing' property sets a zero length value in millimeters.
|
|
word-spacing-054 Word-spacing using millimeters with a positive zero value, +0mm ahem http://www.w3.org/TR/CSS21/text.html#propdef-word-spacing,http://www.w3.org/TR/CSS21/text.html#spacing-props 512a301631b81802135621ab19c33f64b147c806 `Microsoft`<http://www.microsoft.com/> The 'word-spacing' property sets a positive zero length value in millimeters.
|
|
word-spacing-055 Word-spacing normal mm on an element ahem http://www.w3.org/TR/CSS21/text.html#propdef-word-spacing,http://www.w3.org/TR/CSS21/text.html#spacing-props a83d84e41bca12d523a8356375f965a95c05593e `Microsoft`<http://www.microsoft.com/> Ensure that word-spacing 25.4mm adds 25.4mm (in addition to default spacing) between words in the element.
|
|
word-spacing-056 Word-spacing +normal mm on an element ahem http://www.w3.org/TR/CSS21/text.html#propdef-word-spacing,http://www.w3.org/TR/CSS21/text.html#spacing-props ed0525b7c7809706e3dc083b2db97780f40b5e53 `Microsoft`<http://www.microsoft.com/> Ensure that word-spacing +25.4mm adds 25.4mm (in addition to default spacing) between words in the element.
|
|
word-spacing-064 Word-spacing using inches with a negative zero value, -0in ahem http://www.w3.org/TR/CSS21/text.html#propdef-word-spacing,http://www.w3.org/TR/CSS21/text.html#spacing-props 01d77532149fc1419caebcb932cca5a5fb305615 `Microsoft`<http://www.microsoft.com/> The 'word-spacing' property sets a negative zero length value in inches.
|
|
word-spacing-065 Word-spacing using inches with a zero value, 0in ahem http://www.w3.org/TR/CSS21/text.html#propdef-word-spacing,http://www.w3.org/TR/CSS21/text.html#spacing-props 96883eb289f2e0428638fa0e56d0327b8f8a7a07 `Microsoft`<http://www.microsoft.com/> The 'word-spacing' property sets a zero length value in inches.
|
|
word-spacing-066 Word-spacing using inches with a positive zero value, +0in ahem http://www.w3.org/TR/CSS21/text.html#propdef-word-spacing,http://www.w3.org/TR/CSS21/text.html#spacing-props 7b38405f44d65fda69434b84c8516f3806531394 `Microsoft`<http://www.microsoft.com/> The 'word-spacing' property sets a positive zero length value in inches.
|
|
word-spacing-067 Word-spacing normal in on an element ahem http://www.w3.org/TR/CSS21/text.html#propdef-word-spacing,http://www.w3.org/TR/CSS21/text.html#spacing-props fd5bef6dd7131ca48e89238c26094c5e17a9b3df `Microsoft`<http://www.microsoft.com/> Ensure that word-spacing 1in adds 1in (in addition to default spacing) between words in the element.
|
|
word-spacing-068 Word-spacing +normal in on an element ahem http://www.w3.org/TR/CSS21/text.html#propdef-word-spacing,http://www.w3.org/TR/CSS21/text.html#spacing-props 532cdae44fe1bbeef974351fc46a73859860cd2c `Microsoft`<http://www.microsoft.com/> Ensure that word-spacing +1in adds 1in (in addition to default spacing) between words in the element.
|
|
word-spacing-076 Word-spacing using 'em' units with a negative zero value, -0em ahem http://www.w3.org/TR/CSS21/text.html#propdef-word-spacing,http://www.w3.org/TR/CSS21/text.html#spacing-props 6d2f97a6a3849b2985a458f382d330cf15890b36 `Microsoft`<http://www.microsoft.com/> The 'word-spacing' property sets a negative zero length value in 'em' units.
|
|
word-spacing-077 Word-spacing using 'em' units with a zero value, 0em ahem http://www.w3.org/TR/CSS21/text.html#propdef-word-spacing,http://www.w3.org/TR/CSS21/text.html#spacing-props 21f6fee90ff840ae12af3e2aeb1d196a1e6cb834 `Microsoft`<http://www.microsoft.com/> The 'word-spacing' property sets a zero length value in 'em' units.
|
|
word-spacing-078 Word-spacing using 'em' units with a positive zero value, +0em ahem http://www.w3.org/TR/CSS21/text.html#propdef-word-spacing,http://www.w3.org/TR/CSS21/text.html#spacing-props 4dbfc9e61708216981faef789ed7b498e773fb3e `Microsoft`<http://www.microsoft.com/> The 'word-spacing' property sets a positive zero length value in 'em' units.
|
|
word-spacing-079 Word-spacing normal em on an element ahem http://www.w3.org/TR/CSS21/text.html#propdef-word-spacing,http://www.w3.org/TR/CSS21/text.html#spacing-props 4bfa64293d994cec71cec4a68894dbf3e09b87b2 `Microsoft`<http://www.microsoft.com/> Ensure that word-spacing 6em adds 6em (in addition to default spacing) between words in the element.
|
|
word-spacing-080 Word-spacing +normal em on an element ahem http://www.w3.org/TR/CSS21/text.html#propdef-word-spacing,http://www.w3.org/TR/CSS21/text.html#spacing-props 04340644d0c1838480542a6eb14b4c88f1f40a80 `Microsoft`<http://www.microsoft.com/> Ensure that word-spacing +6em adds 6em (in addition to default spacing) between words in the element.
|
|
word-spacing-088 Word-spacing using 'ex' units with a negative zero value, -0ex ahem http://www.w3.org/TR/CSS21/text.html#propdef-word-spacing,http://www.w3.org/TR/CSS21/text.html#spacing-props d4c91bee7310bd85dcd6aaf313d7ada3657eeaca `Microsoft`<http://www.microsoft.com/> The 'word-spacing' property sets a negative zero length value in 'ex' units.
|
|
word-spacing-089 Word-spacing using 'ex' units with a zero value, 0ex ahem http://www.w3.org/TR/CSS21/text.html#propdef-word-spacing,http://www.w3.org/TR/CSS21/text.html#spacing-props 69668351e171eebe213232bc61b64b78bd500165 `Microsoft`<http://www.microsoft.com/> The 'word-spacing' property sets a zero length value in 'ex' units.
|
|
word-spacing-090 Word-spacing using 'ex' units with a positive zero value, +0ex ahem http://www.w3.org/TR/CSS21/text.html#propdef-word-spacing,http://www.w3.org/TR/CSS21/text.html#spacing-props 7ce483431761dac2414c2d50fe444719bc19ecc5 `Microsoft`<http://www.microsoft.com/> The 'word-spacing' property sets a positive zero length value in 'ex' units.
|
|
word-spacing-091 Word-spacing nominal ex on an element ahem http://www.w3.org/TR/CSS21/text.html#propdef-word-spacing,http://www.w3.org/TR/CSS21/text.html#spacing-props 82f5b939be6f36af3e5dbf993649d3a79617c622 `Microsoft`<http://www.microsoft.com/> Ensure that word-spacing 12ex adds 12ex (in addition to default spacing) between words in the element.
|
|
word-spacing-092 Word-spacing +normal ex on an element ahem http://www.w3.org/TR/CSS21/text.html#propdef-word-spacing,http://www.w3.org/TR/CSS21/text.html#spacing-props 0ba85375c18b248fbd0ebd679a0d740a5384508f `Microsoft`<http://www.microsoft.com/> Ensure that word-spacing +12ex adds 12ex (in addition to default spacing) between words in the element.
|
|
word-spacing-097 Word-spacing -0 on an element ahem http://www.w3.org/TR/CSS21/text.html#propdef-word-spacing,http://www.w3.org/TR/CSS21/text.html#spacing-props 7d48212515195a5c5ae504b18b0180dd75eb154d `Microsoft`<http://www.microsoft.com/> Ensure that word-spacing -0 adds 0 (in addition to default spacing) between words in the element.
|
|
word-spacing-098 Word-spacing 0 on an element ahem http://www.w3.org/TR/CSS21/text.html#propdef-word-spacing,http://www.w3.org/TR/CSS21/text.html#spacing-props f00784a359790f445801d14b71277382e100a02e `Microsoft`<http://www.microsoft.com/> Ensure that word-spacing 0 adds no extra space (in addition to default spacing) between words in the element.
|
|
word-spacing-099 Word-spacing +0 on an element ahem http://www.w3.org/TR/CSS21/text.html#propdef-word-spacing,http://www.w3.org/TR/CSS21/text.html#spacing-props 2767b0139ffcff4888524e67d7e69cd6c7d4e350 `Microsoft`<http://www.microsoft.com/> Ensure that word-spacing +0 adds no extra space (in addition to default spacing) between words in the element.
|
|
word-spacing-100 Word-spacing set to 'normal' ahem http://www.w3.org/TR/CSS21/text.html#propdef-word-spacing,http://www.w3.org/TR/CSS21/text.html#spacing-props af2075d32ff6b4be5d3a684480c1de1a4b5cbc15 `Microsoft`<http://www.microsoft.com/> The 'word-spacing' property set to normal does not change spacing between words.
|
|
word-spacing-101 Word-spacing inherit on an element ahem http://www.w3.org/TR/CSS21/text.html#propdef-word-spacing,http://www.w3.org/TR/CSS21/text.html#spacing-props 1a5a1c673b797e514b8f51452e50520f696e5de0 `Microsoft`<http://www.microsoft.com/> Ensure that word-spacing with inherit uses its parents value for word-spacing.
|
|
word-spacing-applies-to-001 Word-spacing application to 'display: inline' element ahem http://www.w3.org/TR/CSS21/text.html#propdef-word-spacing,http://www.w3.org/TR/CSS21/text.html#spacing-props 6294532c666d4f8c50f68f37ff0afbd6de77d8c2 `Microsoft`<http://www.microsoft.com/> The 'word-spacing' property applies to 'display: inline' elements.
|
|
word-spacing-applies-to-002 Word-spacing application to 'display: block' element ahem http://www.w3.org/TR/CSS21/text.html#propdef-word-spacing,http://www.w3.org/TR/CSS21/text.html#spacing-props 00a19460533093767c2503ec51786f54a2cbec22 `Microsoft`<http://www.microsoft.com/> The 'word-spacing' property applies to 'display: block' elements.
|
|
word-spacing-applies-to-003 Word-spacing application to 'display: list-item' element ahem http://www.w3.org/TR/CSS21/text.html#propdef-word-spacing,http://www.w3.org/TR/CSS21/text.html#spacing-props 64582359971804c812f25f3f530612dc34ad7673 `Microsoft`<http://www.microsoft.com/> The 'word-spacing' property applies to 'display: list-item' elements.
|
|
word-spacing-applies-to-004 Word-spacing application to 'display: run-in' element ahem http://www.w3.org/TR/CSS21/text.html#propdef-word-spacing,http://www.w3.org/TR/CSS21/text.html#spacing-props 12aef28cfd906fbd94db8ec266bc5eebcc983cbb `Microsoft`<http://www.microsoft.com/> The 'word-spacing' property applies to 'display: run-in' elements.
|
|
word-spacing-applies-to-005 Word-spacing application to 'display: inline-block' element ahem http://www.w3.org/TR/CSS21/text.html#propdef-word-spacing,http://www.w3.org/TR/CSS21/text.html#spacing-props f2b4620929cf7fac5ca7ab8809e62e71aa37dcd2 `Microsoft`<http://www.microsoft.com/> The 'word-spacing' property applies to 'display: inline-block' elements.
|
|
word-spacing-applies-to-006 Word-spacing application to 'display: table' element ahem http://www.w3.org/TR/CSS21/text.html#propdef-word-spacing,http://www.w3.org/TR/CSS21/text.html#spacing-props e6b0dc2968a4a4f570ab068fc24c7472f9d73de6 `Microsoft`<http://www.microsoft.com/> The 'word-spacing' property applies to 'display: table' elements.
|
|
word-spacing-applies-to-007 Word-spacing application to 'display: inline-table' element ahem http://www.w3.org/TR/CSS21/text.html#propdef-word-spacing,http://www.w3.org/TR/CSS21/text.html#spacing-props a9022bef80290d87ae43a29ed823fd9ad2ebbec7 `Microsoft`<http://www.microsoft.com/> The 'word-spacing' property applies to 'display: inline-table' elements.
|
|
word-spacing-applies-to-008 Word-spacing application to 'display: table-row-group' element ahem http://www.w3.org/TR/CSS21/text.html#propdef-word-spacing,http://www.w3.org/TR/CSS21/text.html#spacing-props 8e87b8eaf8c29676777fa13e6b9b49c6a0cfa434 `Microsoft`<http://www.microsoft.com/> The 'word-spacing' property applies to 'display: table-row-group' elements.
|
|
word-spacing-applies-to-009 Word-spacing application to 'display: table-header-group' element ahem http://www.w3.org/TR/CSS21/text.html#propdef-word-spacing,http://www.w3.org/TR/CSS21/text.html#spacing-props 76df55c78cdb0b9fd96052fa5a014ac12473c2ef `Microsoft`<http://www.microsoft.com/> The 'word-spacing' property applies to 'display: table-header-group' elements.
|
|
word-spacing-applies-to-010 Word-spacing application to 'display: table-footer-group' element ahem http://www.w3.org/TR/CSS21/text.html#propdef-word-spacing,http://www.w3.org/TR/CSS21/text.html#spacing-props e51449d65fdc5fade8be4b6ba7e2c14cc5c7f334 `Microsoft`<http://www.microsoft.com/> The 'word-spacing' property applies to 'display: table-footer-group' elements.
|
|
word-spacing-applies-to-011 Word-spacing application to 'display: table-row' element ahem http://www.w3.org/TR/CSS21/text.html#propdef-word-spacing,http://www.w3.org/TR/CSS21/text.html#spacing-props 616cd45e0372ca3c0b39293dbde0fd0493f9feca `Microsoft`<http://www.microsoft.com/> The 'word-spacing' property applies to 'display: table-row' elements.
|
|
word-spacing-applies-to-012 Word-spacing application to 'display: table-column-group' element ahem http://www.w3.org/TR/CSS21/text.html#propdef-word-spacing,http://www.w3.org/TR/CSS21/text.html#spacing-props 9b997ef5e15172856ca68ae76e29d4699c3fe884 `Microsoft`<http://www.microsoft.com/> The 'word-spacing' property is not applied to 'display: table-column-group' elements.
|
|
word-spacing-applies-to-013 Word-spacing application to 'display: table-column' element ahem http://www.w3.org/TR/CSS21/text.html#propdef-word-spacing,http://www.w3.org/TR/CSS21/text.html#spacing-props d3c19c762b5012dfc3d05759832d41d17067e8af `Microsoft`<http://www.microsoft.com/> The 'word-spacing' property is not applied to 'display: table-column' elements.
|
|
word-spacing-applies-to-014 Word-spacing application to 'display: table-cell' element ahem http://www.w3.org/TR/CSS21/text.html#propdef-word-spacing,http://www.w3.org/TR/CSS21/text.html#spacing-props c0a1cd56abfa447c356cd4670f6679a7a0f57d90 `Microsoft`<http://www.microsoft.com/> The 'word-spacing' property applies to 'display: table-cell' elements.
|
|
word-spacing-applies-to-015 Word-spacing application to 'display: table-caption' element ahem http://www.w3.org/TR/CSS21/text.html#propdef-word-spacing,http://www.w3.org/TR/CSS21/text.html#spacing-props 419832f1ad48080aa678b9a33fa67295f0196d06 `Microsoft`<http://www.microsoft.com/> The 'word-spacing' property applies to 'display: table-caption' elements.
|
|
word-spacing-characters-001 word-spacing on Flexible Space Characters http://www.w3.org/TR/CSS21/text.html#spacing-props 04be3fdd45ac8c1e62096e8422f8b666e856c0cc `Elika J. Etemad`<http://fantasai.inkedblade.net/contact> Word-spacing affects each space (U+0020) and non-breaking space (U+00A0).
|
|
word-spacing-characters-002 word-spacing on Fixed-Width Space Characters http://www.w3.org/TR/CSS21/text.html#spacing-props a1c47129741442bbc09d80b5ecacfd46910d71a6 `Elika J. Etemad`<http://fantasai.inkedblade.net/contact> Word-spacing does not affect fixed-width spaces.
|
|
word-spacing-characters-003 word-spacing on Zero-Width Characters http://www.w3.org/TR/CSS21/text.html#spacing-props bdf325c47978242674cd06e4de0826e08456927c `Elika J. Etemad`<http://fantasai.inkedblade.net/contact> Word-spacing does not affect zero-width characters.
|
|
word-spacing-justify-001 Word-spacing and 'text-align: justify' ahem http://www.w3.org/TR/CSS21/text.html#spacing-props 7372a984d14eafc25d5cc19d6d7ba04aa41b7464 `Microsoft`<http://www.microsoft.com/> The word spacing is changed when combined with 'text-align: justify'.
|
|
word-spacing-remove-space-001 Word-spacing and white space with multiple spaces ahem http://www.w3.org/TR/CSS21/text.html#spacing-props 6f54300fe880aab633fda905a6b28566606da4f5 `Microsoft`<http://www.microsoft.com/> The white space processing removes spaces before 'word-spacing' is applied.
|
|
word-spacing-remove-space-002 Word-spacing and white space with multiple non-breaking spaces ahem http://www.w3.org/TR/CSS21/text.html#spacing-props 773e7166146387a9992ba8123a83d913d9bbda63 `Microsoft`<http://www.microsoft.com/> The white space processing removes non-breaking space before 'word-spacing' is applied.
|
|
word-spacing-remove-space-003 Word-spacing and white space with multiple ideographic spaces ahem http://www.w3.org/TR/CSS21/text.html#spacing-props 03a6f60001074c069545030039d6b776b5e22317 `Microsoft`<http://www.microsoft.com/> The white space processing removes ideographic space before 'word-spacing' is applied.
|
|
word-spacing-remove-space-004 Word-spacing and white space with multiple preserved spaces ahem http://www.w3.org/TR/CSS21/text.html#spacing-props 9eed5c9207e8e18445738c9c23dd950db486cd8b `Microsoft`<http://www.microsoft.com/> Any space left after white-space processing model occurs, has word-spacing applied to it.
|
|
word-spacing-remove-space-005 Word-spacing and white space with multiple preserved spaces ahem http://www.w3.org/TR/CSS21/text.html#spacing-props 354fc4088ade3a4af888b6e5fdd67fae38d15e1f `Microsoft`<http://www.microsoft.com/> Any non-breaking space left after white-space processing model occurs, has word-spacing applied to it.
|
|
word-spacing-remove-space-006 Word-spacing and white space with multiple preserved spaces ahem http://www.w3.org/TR/CSS21/text.html#spacing-props 87fc26b994c0176e7f9c107b9db730906be834d4 `Microsoft`<http://www.microsoft.com/> Any ideographic space left after white-space processing model occurs, has word-spacing applied to it.
|
|
z-index-001 reference/ref-filled-green-100px-square Z-index set to minimum value minus 1 32bit,may http://www.w3.org/TR/CSS21/visuren.html#propdef-z-index,http://www.w3.org/TR/CSS21/visuren.html#z-index cbfbd61f7b7f5445caacb02f35665cb23da9b54d `Microsoft`<http://www.microsoft.com/> The property z-index set to a minimum value minus 1 for a 32-bit integer is correctly handled.
|
|
z-index-002 reference/ref-filled-green-100px-square Z-index set to minimum value 32bit,may http://www.w3.org/TR/CSS21/visuren.html#propdef-z-index,http://www.w3.org/TR/CSS21/visuren.html#z-index 4dc7bb5722e0968a381175968fe598c92cdaacf5 `Microsoft`<http://www.microsoft.com/> The property z-index set to a minimum value for a 32-bit integer is correctly handled.
|
|
z-index-003 reference/ref-filled-green-100px-square Z-index set to minimum value plus 1 32bit,may http://www.w3.org/TR/CSS21/visuren.html#propdef-z-index,http://www.w3.org/TR/CSS21/visuren.html#z-index b5fc2b70126d30d74b0a942a269e4c8b8b6fc88f `Microsoft`<http://www.microsoft.com/> The property z-index set to a minimum value plus 1 for a 32-bit integer is correctly handled.
|
|
z-index-004 reference/ref-filled-green-100px-square Z-index set to zero prefixed with a minus sign http://www.w3.org/TR/CSS21/visuren.html#propdef-z-index,http://www.w3.org/TR/CSS21/visuren.html#z-index 128f7ff41adf96e2a20404e4ce7ddbd9756f0a64 `Microsoft`<http://www.microsoft.com/> The property z-index set to '0' prefixed with a minus sign is read as value '0'.
|
|
z-index-005 reference/ref-filled-green-100px-square Z-index set to zero http://www.w3.org/TR/CSS21/visuren.html#propdef-z-index,http://www.w3.org/TR/CSS21/visuren.html#z-index 603e7c3b542964527c74aeb15c7c6c7ad58ad7bc `Microsoft`<http://www.microsoft.com/> The property z-index with a zero value is read and applied as the value '0'.
|
|
z-index-006 reference/ref-filled-green-100px-square Z-index set to zero prefixed with a plus sign http://www.w3.org/TR/CSS21/visuren.html#propdef-z-index,http://www.w3.org/TR/CSS21/visuren.html#z-index d9984f1c83ab687c8dcbeb66b4bee352af9702f2 `Microsoft`<http://www.microsoft.com/> The property z-index set to '0' prefixed with a plus sign is read as value '0'.
|
|
z-index-007 reference/ref-filled-green-100px-square Z-index set to a nominal value http://www.w3.org/TR/CSS21/visuren.html#propdef-z-index,http://www.w3.org/TR/CSS21/visuren.html#z-index 2b01372ea9527cd0f13b1717eb8522612d5c4d41 `Microsoft`<http://www.microsoft.com/> The property z-index set to a nominal value is correctly read and applied.
|
|
z-index-008 reference/ref-filled-green-100px-square Z-index set to a nominal value prefixed with a plus sign http://www.w3.org/TR/CSS21/visuren.html#propdef-z-index,http://www.w3.org/TR/CSS21/visuren.html#z-index 06f03baeb30386df17f5f7be415b0620bcefd25c `Microsoft`<http://www.microsoft.com/> The property z-index set to nominal value and prefixed with a plus sign is read the same as the value without the plus sign.
|
|
z-index-009 reference/ref-filled-green-100px-square Z-index set maximum value minus 1 32bit,may http://www.w3.org/TR/CSS21/visuren.html#propdef-z-index,http://www.w3.org/TR/CSS21/visuren.html#z-index fb86a51d0f92f9efd28e88c3ee85203370463aac `Microsoft`<http://www.microsoft.com/> The property z-index set to a maximum value minus 1 for a 32-bit integer is correctly handled.
|
|
z-index-010 reference/ref-filled-green-100px-square Z-index set to the maximum value 32bit,may http://www.w3.org/TR/CSS21/visuren.html#propdef-z-index,http://www.w3.org/TR/CSS21/visuren.html#z-index d52aac3514c81b8fc386f553ee47a03adf87db77 `Microsoft`<http://www.microsoft.com/> The property z-index set to a maximum value for a 32-bit integer is correctly handled.
|
|
z-index-011 reference/ref-filled-green-100px-square Z-index set to maximum value prefixed with a plus sign 32bit,may http://www.w3.org/TR/CSS21/visuren.html#propdef-z-index,http://www.w3.org/TR/CSS21/visuren.html#z-index 70decbe2d429cf069937f1abcfec7da2f4b6e218 `Microsoft`<http://www.microsoft.com/> The property z-index set to a maximum value for a 32-bit integer, prefixed with a plus sign is correctly handled.
|
|
z-index-012 reference/ref-filled-green-100px-square Z-index set to maximum value plus 1 32bit,may http://www.w3.org/TR/CSS21/visuren.html#propdef-z-index,http://www.w3.org/TR/CSS21/visuren.html#z-index 5dc22723f469a83be6b1f321316308156645fb6a `Microsoft`<http://www.microsoft.com/> The property 'z-index' set to a maximum value plus 1 for a 32-bit integer is correctly handled.
|
|
z-index-013 reference/ref-filled-green-100px-square Z-index: auto results in the same stack level as parent element http://www.w3.org/TR/CSS21/visuren.html#propdef-z-index,http://www.w3.org/TR/CSS21/visuren.html#z-index b1c534bc791573fa56263511e23d062383df579f `Microsoft`<http://www.microsoft.com/> The property z-index set to 'auto' results in the same stacking level as its parent element.
|
|
z-index-014 reference/ref-filled-green-100px-square Z-index: inherit sets a value the same as parent element's value http://www.w3.org/TR/CSS21/visuren.html#propdef-z-index,http://www.w3.org/TR/CSS21/visuren.html#z-index b0f28168734d14a231035bf4d12483da068bb749 `Microsoft`<http://www.microsoft.com/> The property z-index set to 'inherit' sets a value the same as parent element's computed value.
|
|
z-index-015 reference/ref-filled-green-100px-square z-index - integer value invalid http://www.w3.org/TR/CSS21/visuren.html#z-index,http://www.w3.org/TR/CSS21/syndata.html#numbers,http://www.w3.org/TR/CSS21/syndata.html#parsing-errors 5d4f491a40e1aaaa278d769e54ff5c0710fc00b5 `Gérard Talbot`<http://www.gtalbot.org/BrowserBugsSection/css21testsuite/>,`James Hopkins`<james(a)idreamincode.co.uk> Besides 'auto' and 'inherit' keyword values, z-index property can only accept an integer value. An integer consists of one or more digits '0' to '9'.
|
|
z-index-016 reference/ref-filled-green-100px-square z-index - integer value invalid http://www.w3.org/TR/CSS21/visuren.html#z-index,http://www.w3.org/TR/CSS21/syndata.html#numbers,http://www.w3.org/TR/CSS21/syndata.html#parsing-errors 8645f607442d4cfc064dfddb0ee79227ab590a6f `Gérard Talbot`<http://www.gtalbot.org/BrowserBugsSection/css21testsuite/>,`James Hopkins`<james(a)idreamincode.co.uk> Besides 'auto' and 'inherit' keyword values, z-index property can only accept an integer value. An integer consists of one or more digits '0' to '9'.
|
|
z-index-017 reference/ref-filled-green-100px-square z-index - integer value invalid http://www.w3.org/TR/CSS21/visuren.html#z-index,http://www.w3.org/TR/CSS21/syndata.html#numbers,http://www.w3.org/TR/CSS21/syndata.html#parsing-errors 8f88cf45c60ba024155a9932b1c2ec6c5046a825 `Gérard Talbot`<http://www.gtalbot.org/BrowserBugsSection/css21testsuite/>,`James Hopkins`<james(a)idreamincode.co.uk> Besides 'auto' and 'inherit' keyword values, z-index property can only accept an integer value. An integer consists of one or more digits '0' to '9'.
|
|
z-index-018 reference/ref-filled-green-100px-square z-index - negative values 32bit http://www.w3.org/TR/CSS21/visuren.html#z-index,http://www.w3.org/TR/CSS21/syndata.html#numbers 37a792765208d1bee30ba204071506490788c508 `Gérard Talbot`<http://www.gtalbot.org/BrowserBugsSection/css21testsuite/> Integers should range from -2,147,483,648 to 2,147,483,647 according to C Language Specification
|
|
z-index-019 reference/ref-filled-green-100px-square z-index - negative values 32bit http://www.w3.org/TR/CSS21/visuren.html#z-index,http://www.w3.org/TR/CSS21/syndata.html#numbers 9affb41f4d82a390cddb5cd49d731437cc7248ba `Gérard Talbot`<http://www.gtalbot.org/BrowserBugsSection/css21testsuite/> Integers should range from -2,147,483,648 to 2,147,483,647 according to C Language Specification
|
|
z-index-020 reference/z-index-020-ref z-index http://www.w3.org/TR/CSS21/visuren.html#z-index b49a9d3e7ff38b95128b794406ac9488002f543e `Robert O'Callahan`<mailto:robert@ocallahan.org>,`Elika J. Etemad`<http://fantasai.inkedblade.net/contact>,`Mozilla Corporation`<http://mozilla.com/>
|
|
z-index-abspos-001 reference/z-index-abspos-001-ref CSS: z-index auto, -1 and backgrounds (child) http://www.w3.org/TR/CSS21/visuren.html#z-index,http://www.w3.org/TR/CSS21/zindex.html#painting-order ba7dd4dc1b330345454344b9c67069bdc9f3b239 `Ian Hickson`<mailto:ian@hixie.ch>
|
|
z-index-abspos-002 reference/z-index-abspos-001-ref CSS: z-index auto and -1 (siblings) http://www.w3.org/TR/CSS21/visuren.html#z-index,http://www.w3.org/TR/CSS21/zindex.html#painting-order 1f8ecf8206c4d91c2280a10b475b037f8db9b712 `Ian Hickson`<mailto:ian@hixie.ch>
|
|
z-index-abspos-003 reference/z-index-abspos-001-ref CSS: z-index 0, -1 and backgrounds (child) http://www.w3.org/TR/CSS21/visuren.html#z-index,http://www.w3.org/TR/CSS21/zindex.html#painting-order becca22b7661714de0d2b5db1ae59e3e8038d1c0 `Ian Hickson`<mailto:ian@hixie.ch>
|
|
z-index-abspos-004 reference/z-index-abspos-001-ref CSS: z-index auto and 0 (siblings) http://www.w3.org/TR/CSS21/visuren.html#z-index,http://www.w3.org/TR/CSS21/zindex.html#painting-order 33e77b4ceea2238645907cfc7468292d2cafc43d `Ian Hickson`<mailto:ian@hixie.ch>
|
|
z-index-abspos-005 reference/z-index-abspos-001-ref CSS: z-index auto and 0 (siblings) http://www.w3.org/TR/CSS21/visuren.html#z-index,http://www.w3.org/TR/CSS21/zindex.html#painting-order 0d6fb2caa1025be54bb2ad1c96c4a6a17945217c `Ian Hickson`<mailto:ian@hixie.ch>
|
|
z-index-abspos-006 CSS: z-index and SELECT elements http://www.w3.org/TR/CSS21/visuren.html#z-index,http://www.w3.org/TR/CSS21/zindex.html#painting-order 2cf11b9ac192006f0c53a2c7d2b594d3836c8262 `Ian Hickson`<mailto:ian@hixie.ch>
|
|
z-index-abspos-007 reference/z-index-abspos-001-ref CSS: z-index 1, -1 and backgrounds (child) http://www.w3.org/TR/CSS21/visuren.html#z-index,http://www.w3.org/TR/CSS21/zindex.html#painting-order 51b232915101d783349bb64962be45c8a1e49df8 `Ian Hickson`<mailto:ian@hixie.ch>
|
|
z-index-abspos-008 z-index http://www.w3.org/TR/CSS21/visuren.html#z-index,http://www.w3.org/TR/CSS21/zindex.html#painting-order 72ffa5078d5059b0f15e6f61f2ca3d87b98e5815 `Ian Hickson`<mailto:ian@hixie.ch>
|
|
z-index-abspos-009 CSS: z-index and the canvas and background propagation http://www.w3.org/TR/CSS21/visuren.html#z-index,http://www.w3.org/TR/CSS21/zindex.html#painting-order 21f39e7e76e194db22e9636ed8f97a7a4062d4e8 `Ian Hickson`<mailto:ian@hixie.ch>,`Elika J. Etemad`<http://fantasai.inkedblade.net/contact>
|
|
z-index-applies-to-001 Z-index applied to element with 'display' set to 'table-row-group' may http://www.w3.org/TR/CSS21/visuren.html#propdef-z-index,http://www.w3.org/TR/CSS21/visuren.html#z-index 08f88f5c74393b01695f6c12ab6656dae7ffa766 `Microsoft`<http://www.microsoft.com/> The 'z-index' property can apply to elements with a display of 'table-row-group'.
|
|
z-index-applies-to-002 Z-index applied to element with 'display' set to 'table-header-group' may http://www.w3.org/TR/CSS21/visuren.html#propdef-z-index,http://www.w3.org/TR/CSS21/visuren.html#z-index 3ad446d4484cb278136ede5d17c22295d94c22e3 `Microsoft`<http://www.microsoft.com/> The 'z-index' property can apply to elements with a display of 'table-header-group'.
|
|
z-index-applies-to-003 Z-index applied to element with 'display' set to 'table-footer-group' may http://www.w3.org/TR/CSS21/visuren.html#propdef-z-index,http://www.w3.org/TR/CSS21/visuren.html#z-index 6dfd8f7b1e08113cdf7fefdc1201645c17aa802c `Microsoft`<http://www.microsoft.com/> The 'z-index' property can apply to elements with a display of 'table-footer-group'.
|
|
z-index-applies-to-004 Z-index applied to element with 'display' set to 'table-row' may http://www.w3.org/TR/CSS21/visuren.html#propdef-z-index,http://www.w3.org/TR/CSS21/visuren.html#z-index 88f852f3a1939e035b50120d97757090aadcb36a `Microsoft`<http://www.microsoft.com/> The 'z-index' property can apply to elements with a display of 'table-row'.
|
|
z-index-applies-to-005 Z-index applied to element with 'display' set to 'table-column-group' may http://www.w3.org/TR/CSS21/visuren.html#propdef-z-index,http://www.w3.org/TR/CSS21/visuren.html#z-index 9bc9b2d6d213029d3cc7d0d4e005df4548512597 `Microsoft`<http://www.microsoft.com/> The 'z-index' property can apply to elements with a display of 'table-column-group'.
|
|
z-index-applies-to-006 Z-index applied to element with 'display' set to 'table-column' may http://www.w3.org/TR/CSS21/visuren.html#propdef-z-index,http://www.w3.org/TR/CSS21/visuren.html#z-index 09b8c606e05e80bfa1cb34668d31228cb9079c73 `Microsoft`<http://www.microsoft.com/> The 'z-index' property can apply to elements with a display of 'table-column'.
|
|
z-index-applies-to-007 Z-index applied to element with 'display' set to 'table-cell' may http://www.w3.org/TR/CSS21/visuren.html#propdef-z-index,http://www.w3.org/TR/CSS21/visuren.html#z-index 3a11ca83b4695727115d9f46138fdda5e3e2b7c3 `Microsoft`<http://www.microsoft.com/> The 'z-index' property can apply to elements with a display of 'table-cell'.
|
|
z-index-applies-to-008 Z-index applied to element with 'display' set to inline ahem http://www.w3.org/TR/CSS21/visuren.html#propdef-z-index,http://www.w3.org/TR/CSS21/visuren.html#z-index 07403dc51aef4b73bbd24a57c3fd105293c190d0 `Microsoft`<http://www.microsoft.com/> The 'z-index' property applies to elements with a display of inline.
|
|
z-index-applies-to-009 Z-index applied to element with 'display' set to block http://www.w3.org/TR/CSS21/visuren.html#propdef-z-index,http://www.w3.org/TR/CSS21/visuren.html#z-index daf2249b5663233547887d3a6e42b5f1dc8e4b08 `Microsoft`<http://www.microsoft.com/> The 'z-index' property applies to elements with a display of block.
|
|
z-index-applies-to-010 Z-index applied to element with 'display' set to list-item http://www.w3.org/TR/CSS21/visuren.html#propdef-z-index,http://www.w3.org/TR/CSS21/visuren.html#z-index 256cd55b155dadbbc0c0d8b91dd0f3d642f6a6f3 `Microsoft`<http://www.microsoft.com/> The 'z-index' property applies to elements with a display of list-item.
|
|
z-index-applies-to-011 Z-index applied to element with 'display' set to run-in http://www.w3.org/TR/CSS21/visuren.html#propdef-z-index,http://www.w3.org/TR/CSS21/visuren.html#z-index 0ca5733935b3dc51099fd3e792e8283fc99a0ca0 `Microsoft`<http://www.microsoft.com/> The 'z-index' property applies to elements with a display of run-in.
|
|
z-index-applies-to-012 Z-index applied to element with 'display' set to inline-block http://www.w3.org/TR/CSS21/visuren.html#propdef-z-index,http://www.w3.org/TR/CSS21/visuren.html#z-index 9afcba197475428390f3596ba786e8d27fa49db0 `Microsoft`<http://www.microsoft.com/> The 'z-index' property applies to elements with a display of inline-block.
|
|
z-index-applies-to-013 Z-index applied to element with 'display' set to 'table' http://www.w3.org/TR/CSS21/visuren.html#propdef-z-index,http://www.w3.org/TR/CSS21/visuren.html#z-index 9915e3748ac6b0d2e7eb7fa614a6607d7952ea08 `Microsoft`<http://www.microsoft.com/> The 'z-index' property applies to elements with a display of 'table'.
|
|
z-index-applies-to-014 Z-index applied to element with 'display' set to 'inline-table' http://www.w3.org/TR/CSS21/visuren.html#propdef-z-index,http://www.w3.org/TR/CSS21/visuren.html#z-index 38ee40a0ae5e3c0c9c1c9af7380193193c2c0624 `Microsoft`<http://www.microsoft.com/> The 'z-index' property applies to elements with a display of 'inline-table'.
|
|
z-index-applies-to-015 Z-index applied to element with 'display' set to 'table-caption' may http://www.w3.org/TR/CSS21/visuren.html#propdef-z-index,http://www.w3.org/TR/CSS21/visuren.html#z-index 628c09f2f361b9df3b81f584a56494bbf26d1f77 `Microsoft`<http://www.microsoft.com/> The 'z-index' property can apply to elements with a display of 'table-caption'.
|
|
z-index-dynamic-001 Z-index - dynamically setting z-index to bring an element from back to in front of dom http://www.w3.org/TR/CSS21/visuren.html#z-index 15a0a2286e6361c1c4e00ea98fd27ad16c2529a2 `Gérard Talbot`<http://www.gtalbot.org/BrowserBugsSection/css21testsuite/> Setting the 'z-index' property of a positioned element can bring it from behind the surface on a lower stack level to a greater stack level passing it in front of another element painted on the surface.
|
|
z-index-stack-001 Z-index and stacking levels http://www.w3.org/TR/CSS21/visuren.html#layers 1b44148ba6c63b7c29e94d8be05b396ed411419b `Microsoft`<http://www.microsoft.com/> Boxes with greater stack levels are always formatted in front of boxes with lower stack levels.
|
|
z-index-stack-002 Z-index and similar stacking levels http://www.w3.org/TR/CSS21/visuren.html#layers 3e4051e117e35591c79e8a8086eacd45f902f13a `Microsoft`<http://www.microsoft.com/> Boxes with the same stack level in a stacking context are stacked back-to-front according to document tree order.
|
|
z-index-stack-003 Z-index - stacking levels of positioned elements versus floated elements http://www.w3.org/TR/CSS21/visuren.html#z-index b518b04dcffe0faa79b17f7ade0512a83de72ac4 `Gérard Talbot`<http://www.gtalbot.org/BrowserBugsSection/css21testsuite/> Positioned elements should be painted over floated elements. A positioned descendant with 'z-index: auto' has a greater stacking level than non-positioned floated elements.
|