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`