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` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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`,`Daniel Schattenkirchner` 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`,`Daniel Schattenkirchner` 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`,`Daniel Schattenkirchner` 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`,`Daniel Schattenkirchner` 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`,`Daniel Schattenkirchner` 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`,`Daniel Schattenkirchner` 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`,`Daniel Schattenkirchner` 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`,`Daniel Schattenkirchner` 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` 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` 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`,`Daniel Schattenkirchner` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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`,`Elika J. Etemad` abspos-003 Positioning relative to the ICB: short root element http://www.w3.org/TR/CSS21/visuren.html#comp-abspos 16a2ed4c1f518343165e0b69cebaa04e1908cc24 `Ian Hickson` abspos-004 Positioning relative to the ICB: long root element http://www.w3.org/TR/CSS21/visuren.html#comp-abspos 3eccc35744ff7e5b82c7d58540bcf183b8701200 `Ian Hickson` abspos-006 Absolute Positioning: Tables with two offsets http://www.w3.org/TR/CSS21/visuren.html#comp-abspos 7a7afc7a4bf65cd36a3c1fce39545bd397ad2ee2 `Ian Hickson` 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`,`Elika J. Etemad` 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` abspos-009 reference/abspos-009-ref Right alignment with position:right http://www.w3.org/TR/CSS21/visuren.html#comp-abspos 63a2203a45ef4730f22ae122d6d7165392d7c4a0 `Ian Hickson`,`Elika J. Etemad` abspos-010 Absolutely positioned tables must shrink wrap http://www.w3.org/TR/CSS21/visudet.html#abs-non-replaced-width 14695aa5926f84c6df6d7073b0a2669348f5a14e `Ian Hickson`,`Elika J. Etemad` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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`,`Elika J. Etemad` 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`,`Elika J. Etemad` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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`,`Mozilla Corporation` 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`,`Mozilla Corporation` 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`,`Mozilla Corporation` 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`,`Mozilla Corporation` 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`,`Mozilla Corporation` 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`,`Mozilla Corporation` 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`,`Mozilla Corporation` 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`,`Mozilla Corporation` 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`,`Mozilla Corporation` 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`,`Mozilla Corporation` 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`,`Mozilla Corporation` 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`,`Mozilla Corporation` 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`,`Mozilla Corporation` 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`,`Mozilla Corporation` 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`,`Mozilla Corporation` 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`,`Mozilla Corporation` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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` abspos-paged-001 Positioning in paged media: Initial containing block paged http://www.w3.org/TR/CSS21/page.html#page-intro b1cf668d51362c6b247e4cca03af67d1de63e611 `Ian Hickson` abspos-paged-002 Positioning in paged media: Positioning multiple pages paged http://www.w3.org/TR/CSS21/page.html#page-intro 0a8f6856840cd92ce9a0375eb6e48b2d8b38c7d2 `Ian Hickson`,`Elika J. Etemad` 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` 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` 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` 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` 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` 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` 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` 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` 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` adjacent-000 Selectors: Adjacent selectors http://www.w3.org/TR/CSS21/selector.html#adjacent-selectors 22d0adbe1f1adad33305968ef32ef3a895a5bb27 `Gabriele Romanato` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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`,`Elika J. Etemad` 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`,`Elika J. Etemad` 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`,`Tom Clancy` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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` at-charset-072 Stylesheet encodings: ISO-8859-11 http http://www.w3.org/TR/CSS21/syndata.html#charset a7b8d3afe25b36b982e2a6f9b196b94320eb76bb `Ian Hickson` at-charset-073 Stylesheet encodings: ISO-8859-5 http http://www.w3.org/TR/CSS21/syndata.html#charset 289ef644ec3bf0132eed7b3f6afa552722afbf80 `Ian Hickson` at-charset-074 Stylesheet encodings: ISO-8859-6 http http://www.w3.org/TR/CSS21/syndata.html#charset 39d34bf2bd1a548f6df57d9a5c11d6de9d08c643 `Ian Hickson` at-charset-075 Stylesheet encodings: ISO-8859-7 http http://www.w3.org/TR/CSS21/syndata.html#charset b4c3bb5aa7bedab2251e7ca17efa80d05ac2f7a0 `Ian Hickson` at-charset-076 Stylesheet encodings: ISO-8859-8 http http://www.w3.org/TR/CSS21/syndata.html#charset 6fcb5909b0055257d8c77e3a056e989ff360dd2c `Ian Hickson` at-charset-077 Stylesheet encodings: KOI8-R http http://www.w3.org/TR/CSS21/syndata.html#charset 8d7cc8b4c7fb8cf68f3e923572a79c2644e7fadb `Ian Hickson` at-charset-quotes-001 reference/at-charset-ref @charset quotes http://www.w3.org/TR/CSS21/syndata.html#charset d2a6bcd603dfa2cd437e1470c9c187efe2759f7c `Boris Zbarsky`,`Mozilla Corporation` at-charset-space-001 reference/at-charset-ref @charset leading-space http://www.w3.org/TR/CSS21/syndata.html#charset 205c0029324ad9443dbe5f24a8e60ba67929e6ce `Boris Zbarsky`,`Mozilla Corporation` at-charset-space-002 reference/at-charset-ref @charset trailing-space http://www.w3.org/TR/CSS21/syndata.html#charset c4dc14c27e719d3f70e36335cad190ae5f939b1c `Boris Zbarsky`,`Mozilla Corporation` 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`,`Mozilla Corporation` 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`,`Mozilla Corporation` 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`,`Mozilla Corporation` 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`,`Mozilla Corporation` 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`,`Mozilla Corporation` 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`,`Mozilla Corporation` at-import-001 @import not as the first declaration http://www.w3.org/TR/CSS21/cascade.html 7df0f1fcb440dc905768cf5e0ab86f21f1ab982d `Microsoft` 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` 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` 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` 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` 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` 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` 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` 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` @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` @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` @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` at-keywords-001 At-rules http://www.w3.org/TR/CSS21/syndata.html#at-rules e7dc5faae9094132f6b569a384c82a4228475a94 `L. David Baron` at-keywords-002 At-rules invalid http://www.w3.org/TR/CSS21/syndata.html#at-rules 0580cb5283ec9a7d9a8c8acbefd83d277ac4c37b `L. David Baron` 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` 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` 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` 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` 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` 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` 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` 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` @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` @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` @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` @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` @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` @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` 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` 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` 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` 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` at-rules-001 At-rules http://www.w3.org/TR/CSS21/syndata.html#at-rules 341edab45d3db82aed036da1c86b203571ebffb6 `L. David Baron` at-rules-002 At-rules http://www.w3.org/TR/CSS21/syndata.html#at-rules f7a6af678780077a42a8dbdd71771d2de5e8a9ca `L. David Baron` at-rules-003 At-rules http://www.w3.org/TR/CSS21/syndata.html#at-rules 8e742cc25254b207855d9662d23cd67eee2ac7c5 `L. David Baron` at-rules-004 At-rules http://www.w3.org/TR/CSS21/syndata.html#at-rules 3a1d380dbae263b2ba3cde60d82930752ee39951 `L. David Baron` attribute-000 Selectors: Attribute selectors: Generic match http://www.w3.org/TR/CSS21/selector.html#attribute-selectors 08f54a50e049cfda5273d6db76eeca9d63196de9 `Gabriele Romanato` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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` [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` 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` 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` 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` 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` 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` 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`,`Eira Monstad, Opera Software ASA` 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`,`Eira Monstad, Opera Software ASA` 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`,`Eira Monstad, Opera Software ASA` 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`,`Eira Monstad, Opera Software ASA` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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` background-alpha-002 CSS Backgrounds: Overlapped alpha transparent backgrounds http://www.w3.org/TR/CSS21/colors.html#background f73bcf797bf9df3e4dad3e7a44e7c1f3ad36dd5f `Ian Hickson` background-alpha-003 CSS Backgrounds: Overlapped alpha transparent backgrounds http://www.w3.org/TR/CSS21/colors.html#background 40f981755b51fdc7c35993268ee8409b7156903c `Ian Hickson` background-alpha-004 CSS Backgrounds: Overlapped alpha transparent backgrounds http://www.w3.org/TR/CSS21/colors.html#background 7eb3ba012b66baf6cfaedfa80722dc6eb8c831b0 `Ian Hickson` background-alpha-005 CSS Backgrounds: Overlapped alpha transparent backgrounds http://www.w3.org/TR/CSS21/colors.html#background 7c35625bff609af128f4682a572aac5f3f4e1563 `Ian Hickson` background-animated-001 Animated Backgrounds animated http://www.w3.org/TR/CSS21/colors.html#background 8576c2d27dd70851473a4d773051b1032e621037 `Ian Hickson` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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` background-attachment-005 Scrolling Backgrounds image,interact,scroll http://www.w3.org/TR/CSS21/colors.html#background b013766d2dcb39ed01e8b450331653185c2d9861 `Ian Hickson`,`Elika J. Etemad` background-attachment-006 Scrolling Backgrounds image,interact,scroll http://www.w3.org/TR/CSS21/colors.html#background 15aa7e7cd77b6a578c9dc9164cef661f28037280 `Ian Hickson` background-attachment-007 Scrolling Backgrounds in Scrolling Backgrounds image,interact,scroll http://www.w3.org/TR/CSS21/colors.html#background 9e74244f65d6e4673d75ad709f5268cc2163031b `Ian Hickson`,`Elika J. Etemad` background-attachment-008 Scrolling Backgrounds in Scrolling Backgrounds image,interact,scroll http://www.w3.org/TR/CSS21/colors.html#background f773ad582761cc46544bc590aef2a2d3d5ae7312 `Ian Hickson`,`Elika J. Etemad` background-attachment-009 reference/background-attachment-009-ref Background Positioning Test http://www.w3.org/TR/CSS21/colors.html#background bbff0c2716e93c2b4502c6a7435003089bb2f487 `Ian Hickson` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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`,`Elika J. Etemad` 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` 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` 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` background-body-001 reference/background-body-001-ref Background on body element HTMLonly http://www.w3.org/TR/CSS21/colors.html#background 4e344502130f7b89ba5c7f21127c6437becb9a77 `Microsoft` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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` background-position-202 CSS background position: parsing invalid http://www.w3.org/TR/CSS21/colors.html#background 645db922ab5d70830a88a4fc4e0439c581a360ae `Ian Hickson` background-position-203 CSS background position: parsing invalid http://www.w3.org/TR/CSS21/colors.html#background 6969403a286d62a4219992b269c92a672953888f `Ian Hickson` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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` Background set on root element should cover the canvas background-root-004 reference/background-root-004-ref Backgrounds on and - color vs color http://www.w3.org/TR/CSS21/colors.html#background 72c0350932bbc66c270ea3daa8e1c9f1f20d0abf `Ian Hickson` background-root-005 reference/background-root-005-ref Backgrounds on and - color vs. transparent http://www.w3.org/TR/CSS21/colors.html#background a030ae635c3c63128b1ac0740243b60cea164bd2 `Ian Hickson` background-root-006 reference/background-root-006-ref Image backgrounds on and - image vs. color image http://www.w3.org/TR/CSS21/colors.html#background fd7ad55c36e2f839f009e44a22d90c661ec1df7c `Ian Hickson` background-root-007 reference/background-root-007-ref Image backgrounds on and - image vs. transparent image http://www.w3.org/TR/CSS21/colors.html#background 9c03f407f10c34d6dda3dab585ff9631c4135b20 `Ian Hickson` background-root-008 reference/background-root-008-ref Background propagation on and - repeat-y image http://www.w3.org/TR/CSS21/colors.html#background c6e9a59f1ddb3d3da74e53b833bf7e429c2f8b22 `Ian Hickson` background-root-009 reference/background-root-008-ref Backgrounds on and - propagation vs. repeat image http://www.w3.org/TR/CSS21/colors.html#background 423ab03ea85815095c468ef35d00a0cc1958cf63 `Ian Hickson` background-root-010 reference/background-root-010-ref Background propagation on and - propagation vs. image image http://www.w3.org/TR/CSS21/colors.html#background c6f4d478ca8bc0d1e97a7dbf641fa1b77d7bf49e `Ian Hickson` background-root-011 reference/background-root-011-ref Background propagation on and - fully transparent http://www.w3.org/TR/CSS21/colors.html#background 1ac583e78c2a5308a32a43f39b6e1dce90558e70 `Ian Hickson` background-root-012 reference/background-root-012-ref Background propagation on and - propagated position image,interact http://www.w3.org/TR/CSS21/colors.html#background ce8da5117fab12402854190f45210b75ab0b1cc8 `Ian Hickson` background-root-013 reference/background-root-013-ref Background propagation on and - non-propagated position image,interact http://www.w3.org/TR/CSS21/colors.html#background ccfd6922941e5848e4d353f2912ef5686b7db901 `Ian Hickson` background-root-014 reference/background-root-014-ref Background propagation on and - non-propagated attached position image,interact http://www.w3.org/TR/CSS21/colors.html#background 144a8f74ae2b2dd6dbcd2993b7b24c2889bb56be `Ian Hickson` background-root-015 reference/background-root-015-ref Background propagation on and - double positioning image http://www.w3.org/TR/CSS21/colors.html#background 3587f5bc69473102c1089f6780c4d6f199b2c003 `Ian Hickson` background-root-016 reference/background-root-016-ref Background propagation on and - canvas positioning http://www.w3.org/TR/CSS21/colors.html#background 047bbe1dbcf7da05354b45fbf7f9583c6c2c44b7 `Ian Hickson` 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` background-root-018 reference/background-root-018-ref Background propagation on and - Tiling and positioning image http://www.w3.org/TR/CSS21/colors.html#background 36e856c7afae6a71553028e7decc995d0571004e `Ian Hickson` background-root-019 reference/background-root-019-ref Canvas background - position http://www.w3.org/TR/CSS21/colors.html#background 3cb1e00da0ebe926ff58173377d13afb28235bd2 `Ian Hickson` 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` 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`,`Elika J. Etemad` 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` 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` 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` 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` background-table-001 background-repeat on table rows http://www.w3.org/TR/CSS21/colors.html#background 2c9b4513a5e0f90c4780823cdf4f112b1385c137 `Ian Hickson` background-table-002 background-repeat on table rows http://www.w3.org/TR/CSS21/colors.html#background 166a7c903010b7f8b554735ff30eed2f173f7d86 `Ian Hickson` background-table-003 background-repeat on table rows http://www.w3.org/TR/CSS21/colors.html#background 25c56bf238f94beb33fe80eae10b3162598d4c35 `Ian Hickson` background-transparency-001 Background initial transparency http://www.w3.org/TR/CSS21/colors.html#background-properties 736b083d39ed02d90e26ecf8cfeaada2cc443b70 `Microsoft` 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` 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` 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` 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` 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` 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` 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`,`Mozilla Corporation` 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`,`Mozilla Corporation` 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`,`Mozilla Corporation` 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`,`Mozilla Corporation` 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`,`Mozilla Corporation` 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`,`Mozilla Corporation` before-after-selector-001 After and before pseudo-elements http://www.w3.org/TR/CSS21/selector.html#before-and-after 3846e3a87d0d3df404ba8f07bffc39e1635722ed `Microsoft` 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`,`Mozilla Corporation` 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`,`Mozilla Corporation` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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`,`Elika J. Etemad` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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`,`Aharon Lanin` 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` 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` 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` 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` 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` :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` :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` :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` :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` :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` :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` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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`,`Ian Hickson` 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` 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` 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` 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` 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` 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` 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`,`Mozilla Corporation` 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`,`Mozilla Corporation` 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`,`Mozilla Corporation` 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`,`Mozilla Corporation` 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`,`Mozilla Corporation` 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`,`Mozilla Corporation` 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`,`Mozilla Corporation` 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`,`Mozilla Corporation` 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`,`Mozilla Corporation` 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`,`Mozilla Corporation` 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`,`Mozilla Corporation` 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`,`Mozilla Corporation` 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`,`Mozilla Corporation` 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`,`Mozilla Corporation` 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`,`Mozilla Corporation` 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`,`Mozilla Corporation` 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`,`Mozilla Corporation` 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`,`Mozilla Corporation` 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`,`Mozilla Corporation` 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`,`Mozilla Corporation` 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`,`Mozilla Corporation` 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`,`Mozilla Corporation` 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`,`Mozilla Corporation` 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`,`Mozilla Corporation` 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`,`Mozilla Corporation` 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`,`Mozilla Corporation` 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`,`Mozilla Corporation` 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`,`Mozilla Corporation` 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`,`Mozilla Corporation` 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`,`Mozilla Corporation` 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`,`Mozilla Corporation` 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`,`Mozilla Corporation` 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`,`Mozilla Corporation` 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`,`Mozilla Corporation` 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`,`Mozilla Corporation` 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`,`Mozilla Corporation` 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`,`Mozilla Corporation` 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`,`Mozilla Corporation` 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`,`Mozilla Corporation` 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`,`Mozilla Corporation` 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`,`Mozilla Corporation` 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`,`Mozilla Corporation` 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`,`Mozilla Corporation` 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`,`Mozilla Corporation` 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`,`Mozilla Corporation` 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`,`Mozilla Corporation` 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`,`Mozilla Corporation` 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`,`Mozilla Corporation` 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`,`Mozilla Corporation` 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`,`Mozilla Corporation` 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`,`Mozilla Corporation` 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`,`Mozilla Corporation` 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` 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` 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`,`Mozilla Corporation` 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`,`Mozilla Corporation` 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`,`Mozilla Corporation` 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`,`Mozilla Corporation` 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`,`Mozilla Corporation` 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`,`Mozilla Corporation` 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`,`Mozilla Corporation` 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`,`Mozilla Corporation` 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`,`Mozilla Corporation` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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` blocks-and-strings-001 Parsing blocks and strings in style blocks invalid http://www.w3.org/TR/CSS21/syndata.html#block 04a55f81d8c5ec60e3efb3c94cda106c9ee8c085 `Microsoft` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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`,`Rebecca Hauck` 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` 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` 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`,`Rebecca Hauck` 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`,`Rebecca Hauck` 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`,`Rebecca Hauck` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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`,`Rebecca Hauck` 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` 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` 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`,`Rebecca Hauck` 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`,`Rebecca Hauck` 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`,`Rebecca Hauck` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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`,`Rebecca Hauck` 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` 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` 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`,`Rebecca Hauck` 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`,`Rebecca Hauck` 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`,`Rebecca Hauck` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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`,`Rebecca Hauck` 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` 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` 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`,`Rebecca Hauck` 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`,`Rebecca Hauck` 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`,`Rebecca Hauck` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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`,`Marc Pacheco` 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`,`Marc Pacheco` 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`,`Marc Pacheco` 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`,`Marc Pacheco` 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`,`Marc Pacheco` 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`,`Marc Pacheco` 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` border-conflict-w-001 Border Conflict Resolution (width) - hidden/double http://www.w3.org/TR/CSS21/tables.html#border-conflict-resolution 2f5babd2db7dddeffb35e84aa0780088e9157f9b `Lachlan Hunt` border-conflict-w-002 Border Conflict Resolution (width) - hidden/solid http://www.w3.org/TR/CSS21/tables.html#border-conflict-resolution 077ef2a12b1529ed2f8f015a0f7659a62a2b94a3 `Lachlan Hunt` border-conflict-w-003 Border Conflict Resolution (width) - hidden/dashed http://www.w3.org/TR/CSS21/tables.html#border-conflict-resolution 23e9dab81edde4cfe20c5bf374eaeb63a0e5f828 `Lachlan Hunt` border-conflict-w-004 Border Conflict Resolution (width) - hidden/dotted http://www.w3.org/TR/CSS21/tables.html#border-conflict-resolution 83f49bc460767308e6fa1c66fb168d205f0708cc `Lachlan Hunt` border-conflict-w-005 Border Conflict Resolution (width) - hidden/ridge http://www.w3.org/TR/CSS21/tables.html#border-conflict-resolution 07aa87756b079f8a4e905c0444abedbc69e24155 `Lachlan Hunt` border-conflict-w-006 Border Conflict Resolution (width) - hidden/outset http://www.w3.org/TR/CSS21/tables.html#border-conflict-resolution 0a9f22b7735074ef8de9ce2d72066865edb633d0 `Lachlan Hunt` border-conflict-w-007 Border Conflict Resolution (width) - hidden/groove http://www.w3.org/TR/CSS21/tables.html#border-conflict-resolution 2c77de44db54da919447da8eb2b75b1746d48f52 `Lachlan Hunt` border-conflict-w-008 Border Conflict Resolution (width) - hidden/inset http://www.w3.org/TR/CSS21/tables.html#border-conflict-resolution 26bf2394885187881039557c2027f2dce3c69d5a `Lachlan Hunt` border-conflict-w-009 Border Conflict Resolution (width) - hidden/none http://www.w3.org/TR/CSS21/tables.html#border-conflict-resolution 3414ccb5fed97459c6189d7415306a269796579f `Lachlan Hunt` border-conflict-w-010 Border Conflict Resolution (width) - double/hidden http://www.w3.org/TR/CSS21/tables.html#border-conflict-resolution 4333f8e812fc917cb44209bec966c244d8f54f75 `Lachlan Hunt` border-conflict-w-011 Border Conflict Resolution (width) - double/double http://www.w3.org/TR/CSS21/tables.html#border-conflict-resolution f2342b29f729b3a3833419348f776a482846967a `Lachlan Hunt` border-conflict-w-012 Border Conflict Resolution (width) - double/solid http://www.w3.org/TR/CSS21/tables.html#border-conflict-resolution 3a0f1c1c52524079b097e246e6e6adc9ecd460f4 `Lachlan Hunt` border-conflict-w-013 Border Conflict Resolution (width) - double/dashed http://www.w3.org/TR/CSS21/tables.html#border-conflict-resolution 9658d3ba2b87260b18991b0ea39f17098c9d2e33 `Lachlan Hunt` border-conflict-w-014 Border Conflict Resolution (width) - double/dashed http://www.w3.org/TR/CSS21/tables.html#border-conflict-resolution 22245cc8c192b872800ccf5e4b9bb495996fed15 `Lachlan Hunt` border-conflict-w-015 Border Conflict Resolution (width) - double/ridge http://www.w3.org/TR/CSS21/tables.html#border-conflict-resolution 9b5e6b249c95e3ccdbf836925839e4db40792dda `Lachlan Hunt` border-conflict-w-016 Border Conflict Resolution (width) - double/outset http://www.w3.org/TR/CSS21/tables.html#border-conflict-resolution 2ce6b90d4fe1d142a292451146b1c27d0baf6683 `Lachlan Hunt` border-conflict-w-017 Border Conflict Resolution (width) - double/groove http://www.w3.org/TR/CSS21/tables.html#border-conflict-resolution 1a94da9ebbedc85f825e3d36084a45b23b0432b1 `Lachlan Hunt` border-conflict-w-018 Border Conflict Resolution (width) - double/inset http://www.w3.org/TR/CSS21/tables.html#border-conflict-resolution d2a65b29c73e11ffcd99951a902ae417f3039e2b `Lachlan Hunt` border-conflict-w-019 Border Conflict Resolution (width) - double/none http://www.w3.org/TR/CSS21/tables.html#border-conflict-resolution 45e1c813785a4594ae57f0cc071094a921736203 `Lachlan Hunt` border-conflict-w-020 Border Conflict Resolution (width) - solid/hidden http://www.w3.org/TR/CSS21/tables.html#border-conflict-resolution 4d93e68b6be4320724297a5ad7bce55506965c1f `Lachlan Hunt` border-conflict-w-021 Border Conflict Resolution (width) - solid/double http://www.w3.org/TR/CSS21/tables.html#border-conflict-resolution 2514f8ab3c628de661ab03eccd41858b885e8f8e `Lachlan Hunt` border-conflict-w-022 Border Conflict Resolution (width) - solid/solid http://www.w3.org/TR/CSS21/tables.html#border-conflict-resolution 56f251f24053fb5532c48e256441218f2a46f3a0 `Lachlan Hunt` border-conflict-w-023 Border Conflict Resolution (width) - solid/dashed http://www.w3.org/TR/CSS21/tables.html#border-conflict-resolution 80567ae68440fafbd6effe5c290ada0b78e4cfbd `Lachlan Hunt` border-conflict-w-024 Border Conflict Resolution (width) - solid/dotted http://www.w3.org/TR/CSS21/tables.html#border-conflict-resolution 28b5170569a82b19636e2bfeea598d3c45df89a2 `Lachlan Hunt` border-conflict-w-025 Border Conflict Resolution (width) - solid/ridge http://www.w3.org/TR/CSS21/tables.html#border-conflict-resolution 92419da227d2c506847cd299947e2a23f9d4ad52 `Lachlan Hunt` border-conflict-w-026 Border Conflict Resolution (width) - solid/outset http://www.w3.org/TR/CSS21/tables.html#border-conflict-resolution 0e9e547d8bcc01126325c509beb7bb72e2a98914 `Lachlan Hunt` border-conflict-w-027 Border Conflict Resolution (width) - solid/groove http://www.w3.org/TR/CSS21/tables.html#border-conflict-resolution f6f026a5af6f57b515fc9bf42a20ef292c70564d `Lachlan Hunt` border-conflict-w-028 Border Conflict Resolution (width) - solid/inset http://www.w3.org/TR/CSS21/tables.html#border-conflict-resolution 0c5d4b83a2dfa9021227c99bf8c28beb78cc597e `Lachlan Hunt` border-conflict-w-029 Border Conflict Resolution (width) - solid/none http://www.w3.org/TR/CSS21/tables.html#border-conflict-resolution 9c3d9b21bba7040725cc352869ec41fe507e3aab `Lachlan Hunt` border-conflict-w-030 Border Conflict Resolution (width) - dashed/hidden http://www.w3.org/TR/CSS21/tables.html#border-conflict-resolution a368357fcdea9a81c37e59d792b165e351e79b6a `Lachlan Hunt` border-conflict-w-031 Border Conflict Resolution (width) - dashed/double http://www.w3.org/TR/CSS21/tables.html#border-conflict-resolution 20b1d9bce1247596058368792d1ba388d616d800 `Lachlan Hunt` border-conflict-w-032 Border Conflict Resolution (width) - dashed/solid http://www.w3.org/TR/CSS21/tables.html#border-conflict-resolution 56ed4e23c6b861a3b72190abd76300b523fcf932 `Lachlan Hunt` border-conflict-w-033 Border Conflict Resolution (width) - dashed/dashed http://www.w3.org/TR/CSS21/tables.html#border-conflict-resolution 62ab5f086579cd9ff9a8a7c95d4aae52a7128e2d `Lachlan Hunt` border-conflict-w-034 Border Conflict Resolution (width) - dashed/dotted http://www.w3.org/TR/CSS21/tables.html#border-conflict-resolution 5e4fdba800f677f5f76fc57e9f08661a831fea6d `Lachlan Hunt` border-conflict-w-035 Border Conflict Resolution (width) - dashed/ridge http://www.w3.org/TR/CSS21/tables.html#border-conflict-resolution dbd2ed42ace5dd18a3ae11d6803ea2f18e68534b `Lachlan Hunt` border-conflict-w-036 Border Conflict Resolution (width) - dashed/outset http://www.w3.org/TR/CSS21/tables.html#border-conflict-resolution 5519f4e8e95492ebc3863c7b7e7bf7fd206ed086 `Lachlan Hunt` border-conflict-w-037 Border Conflict Resolution (width) - dashed/groove http://www.w3.org/TR/CSS21/tables.html#border-conflict-resolution 848f4348a0d3c699f9f9b6443bba3135e1aebb9d `Lachlan Hunt` border-conflict-w-038 Border Conflict Resolution (width) - dashed/inset http://www.w3.org/TR/CSS21/tables.html#border-conflict-resolution 23d49445ab0ecf9b0f845652e22e025151a73436 `Lachlan Hunt` border-conflict-w-039 Border Conflict Resolution (width) - dashed/none http://www.w3.org/TR/CSS21/tables.html#border-conflict-resolution cc8f09d436264d135e95166aa2d93277e13765a6 `Lachlan Hunt` border-conflict-w-040 Border Conflict Resolution (width) - dotted/hidden http://www.w3.org/TR/CSS21/tables.html#border-conflict-resolution 56db2dfd644f62244a21aef0ff27ae4d741cbe7c `Lachlan Hunt` border-conflict-w-041 Border Conflict Resolution (width) - dotted/double http://www.w3.org/TR/CSS21/tables.html#border-conflict-resolution 80d3e04e47f3a67d011a9e2605ec49e6671f0b42 `Lachlan Hunt` border-conflict-w-042 Border Conflict Resolution (width) - dotted/solid http://www.w3.org/TR/CSS21/tables.html#border-conflict-resolution dfdd7980028588e4ed79fce4f9b6a748f6974277 `Lachlan Hunt` border-conflict-w-043 Border Conflict Resolution (width) - dotted/dashed http://www.w3.org/TR/CSS21/tables.html#border-conflict-resolution 27de80671e63cd813b2500ea3a412c491af470bc `Lachlan Hunt` border-conflict-w-044 Border Conflict Resolution (width) - dotted/dotted http://www.w3.org/TR/CSS21/tables.html#border-conflict-resolution 98c630c5e86526c0ce6d5650221e379169d1d6c6 `Lachlan Hunt` border-conflict-w-045 Border Conflict Resolution (width) - dotted/ridge http://www.w3.org/TR/CSS21/tables.html#border-conflict-resolution 6e423d5b7f489466902e380035fc9d103fbb07e2 `Lachlan Hunt` border-conflict-w-046 Border Conflict Resolution (width) - dotted/outset http://www.w3.org/TR/CSS21/tables.html#border-conflict-resolution 302c263a15d69c94c89a3960741ed234a99cd23c `Lachlan Hunt` border-conflict-w-047 Border Conflict Resolution (width) - dotted/groove http://www.w3.org/TR/CSS21/tables.html#border-conflict-resolution b12761d6977ae06b38ac9d496a11bd0744474b5c `Lachlan Hunt` border-conflict-w-048 Border Conflict Resolution (width) - dotted/inset http://www.w3.org/TR/CSS21/tables.html#border-conflict-resolution 1d805f8972e5ec09c2e2f6e0d36c63160a0f2421 `Lachlan Hunt` border-conflict-w-049 Border Conflict Resolution (width) - dotted/none http://www.w3.org/TR/CSS21/tables.html#border-conflict-resolution e4812e838922cc9b12f14de34a1cf282ffcae3b1 `Lachlan Hunt` border-conflict-w-050 Border Conflict Resolution (width) - ridge/hidden http://www.w3.org/TR/CSS21/tables.html#border-conflict-resolution 9cd636257f71906b91f4861d41e352a885f3928a `Lachlan Hunt` border-conflict-w-051 Border Conflict Resolution (width) - ridge/double http://www.w3.org/TR/CSS21/tables.html#border-conflict-resolution 548615ccae8788a6a99067c5db528c9c4f550818 `Lachlan Hunt` border-conflict-w-052 Border Conflict Resolution (width) - ridge/solid http://www.w3.org/TR/CSS21/tables.html#border-conflict-resolution bf958acdec48b12f7f0cf125aeca83ec2dc9f8b3 `Lachlan Hunt` border-conflict-w-053 Border Conflict Resolution (width) - ridge/dashed http://www.w3.org/TR/CSS21/tables.html#border-conflict-resolution dc062c387fdd8e99d617ca216d605ee53ed7dcfd `Lachlan Hunt` border-conflict-w-054 Border Conflict Resolution (width) - ridge/dotted http://www.w3.org/TR/CSS21/tables.html#border-conflict-resolution 5081f9393b51cce5fde3e65e10a9430f52ef7ff4 `Lachlan Hunt` border-conflict-w-055 Border Conflict Resolution (width) - ridge/ridge http://www.w3.org/TR/CSS21/tables.html#border-conflict-resolution f0c6eaf9e9cb4a36e7b4f5fb984b5126b4499c68 `Lachlan Hunt` border-conflict-w-056 Border Conflict Resolution (width) - ridge/outset http://www.w3.org/TR/CSS21/tables.html#border-conflict-resolution 7721535f3b176c6e957054f03aa36da3d0b475ab `Lachlan Hunt` border-conflict-w-057 Border Conflict Resolution (width) - ridge/groove http://www.w3.org/TR/CSS21/tables.html#border-conflict-resolution 7c8f44a12a3e3a95c60d629dbf6467b2b77740dd `Lachlan Hunt` border-conflict-w-058 Border Conflict Resolution (width) - ridge/inset http://www.w3.org/TR/CSS21/tables.html#border-conflict-resolution 220d70b802564fb4d2183fe4e58ac77ace604625 `Lachlan Hunt` border-conflict-w-059 Border Conflict Resolution (width) - ridge/none http://www.w3.org/TR/CSS21/tables.html#border-conflict-resolution 1cf9d69c69d07b9c2023ac9456333087da2ec9c5 `Lachlan Hunt` border-conflict-w-060 Border Conflict Resolution (width) - outset/hidden http://www.w3.org/TR/CSS21/tables.html#border-conflict-resolution dda1459648d90f913b25ebd4b4940511f7325905 `Lachlan Hunt` border-conflict-w-061 Border Conflict Resolution (width) - outset/double http://www.w3.org/TR/CSS21/tables.html#border-conflict-resolution df7cc84abe954986efa694a7f187966b24044129 `Lachlan Hunt` border-conflict-w-062 Border Conflict Resolution (width) - outset/solid http://www.w3.org/TR/CSS21/tables.html#border-conflict-resolution 73dd88d64fd22ca956c96fc94d46d1e11dba3f53 `Lachlan Hunt` border-conflict-w-063 Border Conflict Resolution (width) - outset/dashed http://www.w3.org/TR/CSS21/tables.html#border-conflict-resolution 7bab586feff165f575987263ff4fda0aa5aa9ca0 `Lachlan Hunt` border-conflict-w-064 Border Conflict Resolution (width) - outset/dotted http://www.w3.org/TR/CSS21/tables.html#border-conflict-resolution c692f6032d6b669dc4fac76fb9c0ef663340417f `Lachlan Hunt` border-conflict-w-065 Border Conflict Resolution (width) - outset/ridge http://www.w3.org/TR/CSS21/tables.html#border-conflict-resolution 336cfa330dc7acf2b01d0311fa14a8ad8aba3f23 `Lachlan Hunt` border-conflict-w-066 Border Conflict Resolution (width) - outset/outset http://www.w3.org/TR/CSS21/tables.html#border-conflict-resolution 2cc24d682661a05bdc2a5fb264711f062e170f11 `Lachlan Hunt` border-conflict-w-067 Border Conflict Resolution (width) - outset/groove http://www.w3.org/TR/CSS21/tables.html#border-conflict-resolution 6eec5586d5bf54418ce0690360da8cd992afd7f3 `Lachlan Hunt` border-conflict-w-068 Border Conflict Resolution (width) - outset/inset http://www.w3.org/TR/CSS21/tables.html#border-conflict-resolution f44d922b60f14e6daf9543c1e905327ddc2a2377 `Lachlan Hunt` border-conflict-w-069 Border Conflict Resolution (width) - outset/none http://www.w3.org/TR/CSS21/tables.html#border-conflict-resolution 620a4f621c24cfe8a41576d3bee051e6624094ce `Lachlan Hunt` border-conflict-w-070 Border Conflict Resolution (width) - groove/hidden http://www.w3.org/TR/CSS21/tables.html#border-conflict-resolution 310c2b2906e8528792657e43195e5c1cfcbac5c3 `Lachlan Hunt` border-conflict-w-071 Border Conflict Resolution (width) - groove/double http://www.w3.org/TR/CSS21/tables.html#border-conflict-resolution ffd9b1f9071fb688e5cccf7f2f0bea29f0ad3d4c `Lachlan Hunt` border-conflict-w-072 Border Conflict Resolution (width) - groove/solid http://www.w3.org/TR/CSS21/tables.html#border-conflict-resolution 598e1691422778e483d0066d0d74ca6e7b8a7c90 `Lachlan Hunt` border-conflict-w-073 Border Conflict Resolution (width) - groove/dashed http://www.w3.org/TR/CSS21/tables.html#border-conflict-resolution 06a9a301ac7d0c07a33130b095ec3ec2811b912b `Lachlan Hunt` border-conflict-w-074 Border Conflict Resolution (width) - groove/dotted http://www.w3.org/TR/CSS21/tables.html#border-conflict-resolution 4500099f749cef5e3cdd848d42e35b03e722dc76 `Lachlan Hunt` border-conflict-w-075 Border Conflict Resolution (width) - groove/ridge http://www.w3.org/TR/CSS21/tables.html#border-conflict-resolution 6442eb2755acd08d39b8fbb8bd059de8fd5a0825 `Lachlan Hunt` border-conflict-w-076 Border Conflict Resolution (width) - groove/outset http://www.w3.org/TR/CSS21/tables.html#border-conflict-resolution 489b65ffa4af05b8b8aa29d4310b7d75961c88f3 `Lachlan Hunt` border-conflict-w-077 Border Conflict Resolution (width) - groove/groove http://www.w3.org/TR/CSS21/tables.html#border-conflict-resolution 3219eaf59e684f8e974ec113f52e73b52e602001 `Lachlan Hunt` border-conflict-w-078 Border Conflict Resolution (width) - groove/inset http://www.w3.org/TR/CSS21/tables.html#border-conflict-resolution f7108b7f911b379e3a8564325f5386720f02985a `Lachlan Hunt` border-conflict-w-079 Border Conflict Resolution (width) - groove/none http://www.w3.org/TR/CSS21/tables.html#border-conflict-resolution 47adfbac5389ad2b4114e4bb8e8357e2451a1b47 `Lachlan Hunt` border-conflict-w-080 Border Conflict Resolution (width) - inset/hidden http://www.w3.org/TR/CSS21/tables.html#border-conflict-resolution db1dbaa3fc58aa5eff030b1f51be28cdb586bbd9 `Lachlan Hunt` border-conflict-w-081 Border Conflict Resolution (width) - inset/double http://www.w3.org/TR/CSS21/tables.html#border-conflict-resolution c00b470e354afda9f270ce8936f2ae66b5ce0158 `Lachlan Hunt` border-conflict-w-082 Border Conflict Resolution (width) - inset/solid http://www.w3.org/TR/CSS21/tables.html#border-conflict-resolution 939c380880f3b854613236a1729dbd0bcaf685f3 `Lachlan Hunt` border-conflict-w-083 Border Conflict Resolution (width) - inset/dashed http://www.w3.org/TR/CSS21/tables.html#border-conflict-resolution 2e56b631f54710fb2f60fa1de6f6db7b6f47f213 `Lachlan Hunt` border-conflict-w-084 Border Conflict Resolution (width) - inset/dotted http://www.w3.org/TR/CSS21/tables.html#border-conflict-resolution d2328a68c9149c27fef661638ed4a843b7b25d64 `Lachlan Hunt` border-conflict-w-085 Border Conflict Resolution (width) - inset/ridge http://www.w3.org/TR/CSS21/tables.html#border-conflict-resolution bc7293605325b0dedd8992b8821a03ab967847b9 `Lachlan Hunt` border-conflict-w-086 Border Conflict Resolution (width) - inset/outset http://www.w3.org/TR/CSS21/tables.html#border-conflict-resolution 49d2425784d265017f234bbe2e117f637e01c18f `Lachlan Hunt` border-conflict-w-087 Border Conflict Resolution (width) - inset/groove http://www.w3.org/TR/CSS21/tables.html#border-conflict-resolution 18e46ce4fc4fc8974883674ace82d65636c2d4ee `Lachlan Hunt` border-conflict-w-088 Border Conflict Resolution (width) - inset/inset http://www.w3.org/TR/CSS21/tables.html#border-conflict-resolution 9eefb652de52b0e2a714537a1b19eb260af5be05 `Lachlan Hunt` border-conflict-w-089 Border Conflict Resolution (width) - inset/none http://www.w3.org/TR/CSS21/tables.html#border-conflict-resolution 6a98bae8bdfecd93b5604b54a8fb1fa947ade609 `Lachlan Hunt` border-conflict-w-090 Border Conflict Resolution (width) - none/hidden http://www.w3.org/TR/CSS21/tables.html#border-conflict-resolution ff46330479d033426f2bd868ee9b531abda6bdbc `Lachlan Hunt` border-conflict-w-091 Border Conflict Resolution (width) - none/double http://www.w3.org/TR/CSS21/tables.html#border-conflict-resolution fb86142c23a4041fac10eada6988ebe56e3045b0 `Lachlan Hunt` border-conflict-w-092 Border Conflict Resolution (width) - none/solid http://www.w3.org/TR/CSS21/tables.html#border-conflict-resolution 7b62ac3f429ec9b939aab92ba9f1472b8ef37274 `Lachlan Hunt` border-conflict-w-093 Border Conflict Resolution (width) - none/dashed http://www.w3.org/TR/CSS21/tables.html#border-conflict-resolution 34fa5ea7dfb3451e52612d0cdfec40b067ec196f `Lachlan Hunt` border-conflict-w-094 Border Conflict Resolution (width) - none/dotted http://www.w3.org/TR/CSS21/tables.html#border-conflict-resolution 71f3b4e887d6c24e9d2c498e2273091c8f1b3755 `Lachlan Hunt` border-conflict-w-095 Border Conflict Resolution (width) - none/ridge http://www.w3.org/TR/CSS21/tables.html#border-conflict-resolution b3bfc57283c3540da37fedacf31e9b7cb69043d1 `Lachlan Hunt` border-conflict-w-096 Border Conflict Resolution (width) - inset/outset http://www.w3.org/TR/CSS21/tables.html#border-conflict-resolution 4c40a7c3ac2a2555a47e01a5f1bf3e01023547fe `Lachlan Hunt` border-conflict-w-097 Border Conflict Resolution (width) - none/groove http://www.w3.org/TR/CSS21/tables.html#border-conflict-resolution dfcd2cc644dba5a250a60c35c480496c5d533214 `Lachlan Hunt` border-conflict-w-098 Border Conflict Resolution (width) - none/inset http://www.w3.org/TR/CSS21/tables.html#border-conflict-resolution 0576294c0830e2d7332721b115c7200ee657fb78 `Lachlan Hunt` border-conflict-w-099 Border Conflict Resolution (width) - none/none http://www.w3.org/TR/CSS21/tables.html#border-conflict-resolution 887aea48bf3e7c505a04e456aaaf14f5df9d3c39 `Lachlan Hunt` 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`,`Microsoft` 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`,`Microsoft` 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`,`Microsoft` 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`,`Microsoft` 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`,`Microsoft` 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`,`Microsoft` 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`,`Microsoft` 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`,`Microsoft` 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`,`Microsoft` 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`,`Microsoft` 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`,`Microsoft` 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`,`Microsoft` 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`,`Microsoft` 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`,`Microsoft` 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`,`Microsoft` 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`,`Microsoft` 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`,`Microsoft` 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`,`Microsoft` 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`,`Microsoft` 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`,`Microsoft` 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`,`Microsoft` 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`,`Microsoft` 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`,`Microsoft` 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`,`Microsoft` 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`,`Microsoft` 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`,`Microsoft` 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`,`Microsoft` 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`,`Microsoft` 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`,`Microsoft` 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`,`Microsoft` 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`,`Microsoft` 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`,`Microsoft` 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`,`Microsoft` 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`,`Microsoft` 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`,`Microsoft` 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`,`Microsoft` 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`,`Microsoft` 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`,`Microsoft` 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`,`Microsoft` 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`,`Microsoft` 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`,`Microsoft` 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`,`Microsoft` 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`,`Microsoft` 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`,`Microsoft` 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`,`Microsoft` 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`,`Microsoft` 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`,`Microsoft` 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`,`Microsoft` 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`,`Microsoft` 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`,`Microsoft` 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`,`Microsoft` 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`,`Microsoft` 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`,`Microsoft` 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`,`Microsoft` 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`,`Microsoft` 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`,`Microsoft` 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`,`Microsoft` 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`,`Microsoft` 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`,`Microsoft` 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`,`Microsoft` 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`,`Microsoft` 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`,`Microsoft` 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`,`Microsoft` 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`,`Microsoft` 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`,`Microsoft` 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`,`Microsoft` 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`,`Microsoft` 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`,`Microsoft` 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`,`Microsoft` 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`,`Microsoft` 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`,`Microsoft` 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`,`Microsoft` 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`,`Microsoft` 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`,`Microsoft` 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`,`Microsoft` 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`,`Microsoft` 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`,`Microsoft` 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`,`Microsoft` 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`,`Microsoft` 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`,`Microsoft` 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`,`Microsoft` 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`,`Microsoft` 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`,`Microsoft` 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`,`Microsoft` 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`,`Microsoft` 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`,`Microsoft` 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`,`Microsoft` 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`,`Microsoft` 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`,`Microsoft` 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`,`Microsoft` 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`,`Microsoft` 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`,`Microsoft` 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`,`Microsoft` 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`,`Microsoft` 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`,`Microsoft` 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`,`Microsoft` 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`,`Microsoft` 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`,`Microsoft` 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`,`Microsoft` 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`,`Microsoft` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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`,`Rebecca Hauck` 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` 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` 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`,`Rebecca Hauck` 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`,`Rebecca Hauck` 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`,`Rebecca Hauck` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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`,`Rebecca Hauck` 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` 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` 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`,`Rebecca Hauck` 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`,`Rebecca Hauck` 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`,`Rebecca Hauck` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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`,`Rebecca Hauck` 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` 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` 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`,`Rebecca Hauck` 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`,`Rebecca Hauck` 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`,`Rebecca Hauck` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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`,`Rebecca Hauck` 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` 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` 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`,`Rebecca Hauck` 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`,`Rebecca Hauck` 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`,`Rebecca Hauck` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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`,`Rebecca Hauck` 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` 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` 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`,`Rebecca Hauck` 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`,`Rebecca Hauck` 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`,`Rebecca Hauck` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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`,`Rebecca Hauck` 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` 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` 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`,`Rebecca Hauck` 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`,`Rebecca Hauck` 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`,`Rebecca Hauck` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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`,`Rebecca Hauck` 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` 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` 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`,`Rebecca Hauck` 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`,`Rebecca Hauck` 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`,`Rebecca Hauck` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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`,`Rebecca Hauck` 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` 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` 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`,`Rebecca Hauck` 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`,`Rebecca Hauck` 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`,`Rebecca Hauck` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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` '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` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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`,`Marc Pacheco` '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`,`Marc Pacheco` '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`,`Marc Pacheco` '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`,`Marc Pacheco` '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`,`Marc Pacheco` '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`,`Marc Pacheco` '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`,`Marc Pacheco` '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`,`Marc Pacheco` '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`,`Marc Pacheco` '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`,`Marc Pacheco` '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`,`Marc Pacheco` '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`,`Marc Pacheco` '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` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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`,`Rebecca Hauck` 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` 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` 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`,`Rebecca Hauck` 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`,`Rebecca Hauck` 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`,`Rebecca Hauck` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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`,`Rebecca Hauck` 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` 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` 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`,`Rebecca Hauck` 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`,`Rebecca Hauck` 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`,`Rebecca Hauck` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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`,`Rebecca Hauck` 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` 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` 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`,`Rebecca Hauck` 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`,`Rebecca Hauck` 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`,`Rebecca Hauck` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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`,`Rebecca Hauck` 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` 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` 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`,`Rebecca Hauck` 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`,`Rebecca Hauck` 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`,`Rebecca Hauck` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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`,`Ian Hickson` 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`,`Ian Hickson` 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`,`Ian Hickson` 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`,`Ian Hickson` 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`,`Ian Hickson` 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`,`Ian Hickson` 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`,`Ian Hickson` 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`,`Ian Hickson` 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`,`Ian Hickson` 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`,`Ian Hickson` 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`,`Ian Hickson` 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`,`Ian Hickson` 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`,`Ian Hickson` 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`,`Ian Hickson` 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`,`Ian Hickson` 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`,`Ian Hickson` 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`,`Ian Hickson` 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`,`Ian Hickson` 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`,`Ian Hickson` 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`,`Ian Hickson` 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`,`Ian Hickson` 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`,`Ian Hickson` 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`,`Ian Hickson` 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`,`Ian Hickson` 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`,`Ian Hickson` 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`,`Ian Hickson` 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`,`Ian Hickson` 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`,`Ian Hickson` 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`,`Ian Hickson` 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`,`Ian Hickson` 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`,`Ian Hickson` 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`,`Ian Hickson` 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`,`Ian Hickson` 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`,`Ian Hickson` 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`,`Ian Hickson` 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`,`Ian Hickson` 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`,`Ian Hickson` 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`,`Ian Hickson` 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`,`Ian Hickson` 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`,`Ian Hickson` 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`,`Ian Hickson` 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`,`Ian Hickson` 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`,`Ian Hickson` 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`,`Ian Hickson` 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`,`Ian Hickson` 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`,`Ian Hickson` 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`,`Ian Hickson` 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`,`Ian Hickson` 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`,`CSS1 Test Suite Contributors` 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`,`CSS1 Test Suite Contributors` 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`,`Ian Hickson` 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`,`CSS1 Test Suite Contributors` 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`,`CSS1 Test Suite Contributors` 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`,`CSS1 Test Suite Contributors` 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`,`Ian Hickson` 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`,`Ian Hickson` 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`,`Ian Hickson` 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`,`Ian Hickson` 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`,`Ian Hickson` 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`,`Ian Hickson` 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`,`Ian Hickson` 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`,`Ian Hickson` 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`,`Ian Hickson` 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`,`Elika J. Etemad`,`Ian Hickson` 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`,`Ian Hickson` 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`,`Ian Hickson` 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`,`Ian Hickson` 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`,`Ian Hickson` 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`,`Ian Hickson` 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`,`Ian Hickson` 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`,`Ian Hickson` 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`,`Ian Hickson` 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`,`Ian Hickson` 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`,`Ian Hickson` 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`,`Ian Hickson` 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`,`Ian Hickson` 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`,`Ian Hickson` 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`,`Ian Hickson` 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`,`Ian Hickson` 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`,`Ian Hickson` 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`,`Ian Hickson` 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`,`Ian Hickson` 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`,`Ian Hickson` 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`,`Ian Hickson` 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`,`Ian Hickson` 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`,`Ian Hickson` 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`,`Ian Hickson` 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`,`Ian Hickson` 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`,`Ian Hickson` 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`,`Ian Hickson` 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`,`Ian Hickson` 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`,`Ian Hickson` 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`,`Ian Hickson` 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`,`Ian Hickson` 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`,`Ian Hickson` 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`,`Ian Hickson` 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`,`Ian Hickson` 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`,`Ian Hickson` 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`,`Ian Hickson` 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`,`Ian Hickson` 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`,`Ian Hickson` 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`,`Ian Hickson` 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`,`Ian Hickson` 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`,`Ian Hickson` 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`,`Ian Hickson` 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`,`Ian Hickson` 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`,`Ian Hickson` 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`,`Ian Hickson` 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`,`Ian Hickson` 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`,`Ian Hickson` 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`,`Ian Hickson` 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`,`Ian Hickson` 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`,`Ian Hickson` 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`,`Ian Hickson` 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`,`Ian Hickson` 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`,`Ian Hickson` 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`,`Ian Hickson` 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`,`Ian Hickson` 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`,`Ian Hickson` 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`,`Ian Hickson` 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`,`Ian Hickson` 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`,`Ian Hickson` 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`,`Ian Hickson` 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`,`Ian Hickson` 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`,`Ian Hickson` 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`,`Ian Hickson` 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`,`Ian Hickson` 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`,`Ian Hickson` 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`,`Ian Hickson` 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`,`Ian Hickson` 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`,`Ian Hickson` 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`,`Ian Hickson` 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`,`Ian Hickson` 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`,`Ian Hickson` 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`,`Ian Hickson` 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`,`Ian Hickson` 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`,`Ian Hickson` 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`,`Ian Hickson` 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`,`Ian Hickson` 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`,`Ian Hickson` 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`,`Ian Hickson` 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`,`Ian Hickson` 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`,`Ian Hickson` 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`,`Ian Hickson` 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`,`Ian Hickson` 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`,`Ian Hickson` 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`,`Ian Hickson` 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`,`Ian Hickson` 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`,`Ian Hickson` 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`,`Ian Hickson` 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`,`Ian Hickson` 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`,`Ian Hickson` 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`,`Ian Hickson` 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`,`Ian Hickson` 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`,`Ian Hickson` 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`,`Ian Hickson` 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`,`Ian Hickson` 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`,`Ian Hickson` 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`,`Ian Hickson` 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`,`Ian Hickson` 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`,`Ian Hickson` 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`,`Ian Hickson` 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`,`Ian Hickson` 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`,`Ian Hickson` 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`,`Ian Hickson` 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`,`Ian Hickson` 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`,`Ian Hickson` 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`,`Ian Hickson` 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`,`Ian Hickson` 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`,`Ian Hickson` 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`,`Ian Hickson` 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`,`Ian Hickson` 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`,`Ian Hickson` 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`,`Ian Hickson` 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`,`Ian Hickson` 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`,`Ian Hickson` 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`,`Ian Hickson` 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`,`Ian Hickson` 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`,`Ian Hickson` 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`,`Ian Hickson` 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`,`Ian Hickson` 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`,`Ian Hickson` 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`,`Ian Hickson` 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`,`Ian Hickson` 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`,`Ian Hickson` 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`,`Ian Hickson` 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`,`Ian Hickson` 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`,`Ian Hickson` 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`,`Ian Hickson` 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`,`Ian Hickson` 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`,`Ian Hickson` 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`,`Ian Hickson` 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`,`Ian Hickson` 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`,`Ian Hickson` 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`,`Ian Hickson` 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`,`Ian Hickson` 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`,`Ian Hickson` 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`,`Ian Hickson` 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`,`Ian Hickson` 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`,`Ian Hickson` 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`,`Ian Hickson` 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`,`Ian Hickson` 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`,`Ian Hickson` 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`,`Ian Hickson` 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`,`Ian Hickson` 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`,`Ian Hickson` 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`,`Ian Hickson` 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`,`Ian Hickson` 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`,`Ian Hickson` 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`,`Ian Hickson` 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`,`Ian Hickson` 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`,`Ian Hickson` 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`,`Ian Hickson` 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`,`Ian Hickson` 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`,`Ian Hickson` 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`,`Ian Hickson` 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`,`Ian Hickson` 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`,`Ian Hickson` 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`,`Ian Hickson` 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`,`Ian Hickson` 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`,`Ian Hickson` 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`,`Ian Hickson` 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`,`Ian Hickson` 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`,`Ian Hickson` 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`,`Ian Hickson` 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`,`Ian Hickson` 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`,`Ian Hickson` 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`,`Ian Hickson` 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`,`Ian Hickson` 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`,`Ian Hickson` 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`,`Ian Hickson` 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`,`Ian Hickson` 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`,`Ian Hickson` 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`,`CSS1 Test Suite Contributors` 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`,`Ian Hickson` 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`,`Ian Hickson` 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`,`Ian Hickson` 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`,`Ian Hickson` 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`,`Ian Hickson` 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`,`Ian Hickson` 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`,`Ian Hickson` 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`,`Ian Hickson` 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`,`Ian Hickson` 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`,`Ian Hickson` 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`,`Ian Hickson` 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`,`Ian Hickson` 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`,`Ian Hickson` 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`,`Ian Hickson` 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`,`Ian Hickson` 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`,`Ian Hickson` 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`,`Elika J. Etemad` 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`,`Elika J. Etemad` 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`,`Ian Hickson` 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`,`Ian Hickson` 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`,`Ian Hickson` 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`,`Ian Hickson` 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`,`Ian Hickson` 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`,`Ian Hickson` 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`,`Ian Hickson` 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`,`Ian Hickson` 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`,`Ian Hickson` 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`,`Ian Hickson` 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`,`Ian Hickson` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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` User stylesheet rules using !important override normal author rules. cascade-005 Redefining rules http://www.w3.org/TR/CSS21/cascade.html#cascade e693a51341782a8eed5c96187c2e7f0c77c1ed85 `Microsoft` 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` 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` 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` 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` 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`,`James Hopkins` 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`,`James Hopkins` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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` 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` cascade-import-dynamic-001 Dynamic sheet append (