CSS2.1 Test Suite

Box model (2284 tests)

Test Refs Flags Info
+ 8.1 Box dimensions
c412-hz-box-000 Ahem Horizontal Formatting
margin-backgrounds-001 Margin backgrounds and transparency
  • Margins do not have a background, but show the content below them.
margin-border-padding-001 Ahem Margin, border, padding all display outside the content area
  • Margin, border, padding render outside the content area.
margin-border-padding-002 AhemBitmaps Margin, border, padding all display outside the image area
  • Margin, border, padding render outside the image area.
margin-border-padding-003 AhemBitmaps Margin, border, padding all display outside the object area
  • Margin, border, padding render outside the object area.
+ 8.2 Example of margins, padding, and borders
+ 8.3 Margin properties: 'margin-top', 'margin-right', 'margin-bottom', 'margin-left', and 'margin'
c411-vt-mrgn-000 Vertical Formatting
c412-blockw-000 AhemBitmaps Horizontal Formatting
c412-hz-box-000 Ahem Horizontal Formatting
c5501-imrgn-t-000 AhemBitmaps margin-top
c5501-mrgn-t-000 Ahem margin-top
c5502-imrgn-r-000 AhemBitmaps margin-right
c5502-imrgn-r-001 AhemBitmaps margin-right
c5502-imrgn-r-002 Ahem margin-right
c5502-imrgn-r-003 Ahem margin-right
c5502-imrgn-r-004 AhemBitmaps margin-right
c5502-imrgn-r-005 AhemBitmaps margin-right
c5502-imrgn-r-006 AhemBitmaps margin-right
c5502-mrgn-r-000 AhemBitmaps margin-right
c5502-mrgn-r-001 Ahem margin-right
c5502-mrgn-r-002 ScrollRecommend margin-right
c5502-mrgn-r-003 margin-right
c5503-imrgn-b-000 Ahem margin-bottom
c5503-mrgn-b-000 Ahem margin-bottom
c5504-imrgn-l-000 AhemBitmaps margin-left
c5504-imrgn-l-001 AhemBitmaps margin-left
c5504-imrgn-l-002 AhemBitmaps margin-left
c5504-imrgn-l-003 Ahem margin-left
c5504-imrgn-l-004 AhemBitmaps margin-left
c5504-imrgn-l-005 AhemBitmaps margin-left
c5504-imrgn-l-006 AhemBitmaps margin-left
c5504-mrgn-l-000 AhemBitmaps margin-left
c5504-mrgn-l-001 Ahem margin-left
c5504-mrgn-l-002 ScrollRecommend margin-left
c5504-mrgn-l-003 margin-left
c5505-imrgn-000 AhemBitmaps margin
c5505-mrgn-000 AhemBitmaps margin
c5505-mrgn-001 Ahem margin
c5505-mrgn-002 margin
c5505-mrgn-003 AhemBitmaps margin
c5525-fltmrgn-000 AhemBitmaps float
margin-001 Margin set using a single value
  • The 'margin' property set using a single value properly assigns the same value to all sides.
margin-002 Margin set to using two values
  • The 'margin' property set using two values properly assigns the first value to the top and bottom margins and the second value to the left and right margins.
margin-003 Margin set to using three values
  • The 'margin' property set using three values properly assigns the first value to the top margin, the second value to the left and right margins, and the third value to the bottom margin.
margin-004 Margin set to using four values
  • The 'margin' property set using three values properly assigns the first value to the top margin, the second value to the left margin, the third value to the bottom margin, and the fourth value to the right margin.
margin-005 Margin with a value of 'auto'
  • The 'margin' property with a value of 'auto' correctly sizes the margin. In normal flow, 'margin-top: auto' and 'margin-bottom: auto' for block-level, non-replaced elements are resolved as 0. In normal flow, 'margin-left: auto' and 'margin-right: auto' for block-level, non-replaced elements are resolved according to the constraint equation for the width of containing block: 'margin-left' + 'border-left-width' + 'padding-left' + 'width' + 'padding-right' + 'border-right-width' + 'margin-right' = width of containing block
margin-006 Margin set to 'inherit', inheriting only one value
  • The 'margin' property set to 'inherit', inherits one value from the parent element.
margin-007 Margin set to 'inherit', inheriting two values
  • The 'margin' property set to 'inherit', inherits two values from the parent element.
margin-008 Margin set to 'inherit', inheriting three values
  • The 'margin' property set to 'inherit', inherits three values from the parent element.
margin-009 Margin set to 'inherit', inheriting four values
  • The 'margin' property set to 'inherit', inherits four values from the parent element.
margin-applies-to-001 Margin applied to element with display table-row-group
  • The 'Margin' property does not apply to elements with a display of table-row-group.
margin-applies-to-002 Margin applied to element with display table-header-group
  • The 'Margin' property does not apply to elements with a display of table-header-group.
margin-applies-to-003 Margin applied to element with display table-footer-group
  • The 'Margin' property does not apply to elements with a display of table-footer-group.
margin-applies-to-004 Margin applied to element with display table-row
  • The 'Margin' property does not apply to elements with a display of table-row.
margin-applies-to-005 Margin applied to element with display table-column-group
  • The 'Margin' property does not apply to elements with a display of table-column-group.
margin-applies-to-006 Margin applied to element with display table-column
  • The 'Margin' property does not apply to elements with a display of table-column.
margin-applies-to-007 Margin applied to element with display table-cell
  • The 'Margin' property applies to elements with a display of table-cell.
margin-applies-to-008 Margin applied to element with display inline
  • The 'Margin' property applies to elements with a display of inline.
margin-applies-to-009 Margin applied to element with display block
  • The 'Margin' property applies to elements with a display of block.
margin-applies-to-010 Margin applied to element with display list-item
  • The 'Margin' property applies to elements with a display of list-item.
margin-applies-to-011 Margin applied to element with display run-in
  • The 'Margin' property applies to elements with a display of run-in.
margin-applies-to-012 Margin applied to element with display inline-block
  • The 'Margin' property applies to elements with a display of inline-block.
margin-applies-to-013 Margin applied to element with display table
  • The 'Margin' property applies to elements with a display of table.
margin-applies-to-014 Margin applied to element with display inline-table
  • The 'Margin' property applies to elements with a display of inline-table.
margin-applies-to-015 Margin applied to element with display table-caption
  • The 'Margin' property applies to elements with a display of table-caption.
margin-bottom-004 Margin-bottom using pixels with a negative zero value, -0px
  • The 'margin-bottom' property sets a negative zero length value in pixels.
margin-bottom-005 Margin-bottom using pixels with a zero value, 0px
  • The 'margin-bottom' property sets a zero length value in pixels.
margin-bottom-006 Margin-bottom using pixels with a positive zero value, +0px
  • The 'margin-bottom' property sets a positive zero length value in pixels.
margin-bottom-007 Margin-bottom using pixels with a nominal value, 96px
  • The 'margin-bottom' property sets a nominal length value in pixels.
margin-bottom-008 Margin-bottom using pixels with a nominal value with a plus sign, +96px
  • The 'margin-bottom' property sets a nominal length value in pixels with a plus sign.
margin-bottom-016 Margin-bottom using points with a negative zero value, -0pt
  • The 'margin-bottom' property sets a negative zero length value in points.
margin-bottom-017 Margin-bottom using points with a zero value, 0pt
  • The 'margin-bottom' property sets a zero length value in points.
margin-bottom-018 Margin-bottom using points with a positive zero value, +0pt
  • The 'margin-bottom' property sets a positive zero length value in points.
margin-bottom-019 Margin-bottom using points with a nominal value, 72pt
  • The 'margin-bottom' property sets a nominal length value in points.
margin-bottom-020 Margin-bottom using points with a nominal value with a plus sign, +72pt
  • The 'margin-bottom' property sets a nominal length value in points with a plus sign.
margin-bottom-028 Margin-bottom using picas with a negative zero value, -0pc
  • The 'margin-bottom' property sets a negative zero length value in picas.
margin-bottom-029 Margin-bottom using picas with a zero value, 0pc
  • The 'margin-bottom' property sets a zero length value in picas.
margin-bottom-030 Margin-bottom using picas with a positive zero value, +0pc
  • The 'margin-bottom' property sets a positive zero length value in picas.
margin-bottom-031 Margin-bottom using picas with a nominal value, 6pc
  • The 'margin-bottom' property sets a nominal length value in picas.
margin-bottom-032 Margin-bottom using picas with a nominal value with a plus sign, +6pc
  • The 'margin-bottom' property sets a nominal length value in picas with a plus sign.
margin-bottom-040 Margin-bottom using centimeters with a negative zero value, -0cm
  • The 'margin-bottom' property sets a negative zero length value in centimeters.
margin-bottom-041 Margin-bottom using centimeters with a zero value, 0cm
  • The 'margin-bottom' property sets a zero length value in centimeters.
margin-bottom-042 Margin-bottom using centimeters with a positive zero value, +0cm
  • The 'margin-bottom' property sets a positive zero length value in centimeters.
margin-bottom-043 Margin-bottom using centimeters with a nominal value, 2.54cm
  • The 'margin-bottom' property sets a nominal length value in centimeters.
margin-bottom-044 Margin-bottom using centimeters with a nominal value with a plus sign, +2.54cm
  • The 'margin-bottom' property sets a nominal length value in centimeters with a plus sign.
margin-bottom-052 Margin-bottom using millimeters with a negative zero value, -0mm
  • The 'margin-bottom' property sets a negative zero length value in millimeters.
margin-bottom-053 Margin-bottom using millimeters with a zero value, 0mm
  • The 'margin-bottom' property sets a zero length value in millimeters.
margin-bottom-054 Margin-bottom using millimeters with a positive zero value, +0mm
  • The 'margin-bottom' property sets a positive zero length value in millimeters.
margin-bottom-055 Margin-bottom using millimeters with a nominal value, 25.4mm
  • The 'margin-bottom' property sets a nominal length value in millimeters.
margin-bottom-056 Margin-bottom using millimeters with a nominal value with a plus sign, +25.4mm
  • The 'margin-bottom' property sets a nominal length value in millimeters with a plus sign.
margin-bottom-064 Margin-bottom using inches with a negative zero value, -0in
  • The 'margin-bottom' property sets a negative zero length value in inches.
margin-bottom-065 Margin-bottom using inches with a zero value, 0in
  • The 'margin-bottom' property sets a zero length value in inches.
margin-bottom-066 Margin-bottom using inches with a positive zero value, +0in
  • The 'margin-bottom' property sets a positive zero length value in inches.
margin-bottom-067 Margin-bottom using inches with a nominal value, 1in
  • The 'margin-bottom' property sets a nominal length value in inches.
margin-bottom-068 Margin-bottom using inches with a nominal value with a plus sign, +1in
  • The 'margin-bottom' property sets a nominal length value in inches with a plus sign.
margin-bottom-076 Margin-bottom using 'em' units with a negative zero value, -0em
  • The 'margin-bottom' property sets a negative zero length value in 'em' units.
margin-bottom-077 Margin-bottom using 'em' units with a zero value, 0em
  • The 'margin-bottom' property sets a zero length value in 'em' units.
margin-bottom-078 Margin-bottom using 'em' units with a positive zero value, +0em
  • The 'margin-bottom' property sets a positive zero length value in 'em' units.
margin-bottom-079 Ahem Margin-bottom using 'em' units with a nominal value, 6em
  • The 'margin-bottom' property sets a nominal length value in 'em' units.
margin-bottom-080 Ahem Margin-bottom using 'em' units with a nominal value with a plus sign, +6em
  • The 'margin-bottom' property sets a nominal length value in 'em' units with a plus sign.
margin-bottom-088 Margin-bottom using 'ex' units with a negative zero value, -0ex
  • The 'margin-bottom' property sets a negative zero length value in 'ex' units.
margin-bottom-089 Margin-bottom using 'ex' units with a zero value, 0ex
  • The 'margin-bottom' property sets a zero length value in 'ex' units.
margin-bottom-090 Margin-bottom using 'ex' units with a positive zero value, +0ex
  • The 'margin-bottom' property sets a positive zero length value in 'ex' units.
margin-bottom-091 Ahem Margin-bottom using 'ex' units with a nominal value, 7.5ex
  • The 'margin-bottom' property sets a nominal length value in 'ex' units.
margin-bottom-092 Ahem Margin-bottom using 'ex' units with a nominal value with a plus sign, +7.5ex
  • The 'margin-bottom' property sets a nominal length value in 'ex' units with a plus sign.
margin-bottom-100 Margin-bottom using percentages with a negative zero value, -0%
  • The 'margin-bottom' property sets a negative zero length value in percentages.
margin-bottom-101 Margin-bottom using percentages with a zero value, 0%
  • The 'margin-bottom' property sets a zero length value in percentages.
margin-bottom-102 Margin-bottom using percentages with a positive zero value, +0%
  • The 'margin-bottom' property sets a positive zero length value in percentages.
margin-bottom-103 Margin-bottom using percentages with a nominal value, 50%
  • The 'margin-bottom' property sets a nominal length value in percentages.
margin-bottom-104 Margin-bottom using percentages with a nominal value with a plus sign, +50%
  • The 'margin-bottom' property sets a nominal length value in percentages with a plus sign.
margin-bottom-109 Margin-bottom sets a negative zero value with no units, -0
  • The 'margin-bottom' property sets a negative zero length value with no units.
margin-bottom-110 Margin-bottom sets a zero value with no units, 0
  • The 'margin-bottom' property sets a zero length value with no units.
margin-bottom-111 Margin-bottom sets a positive zero value with no units, +0
  • The 'margin-bottom' property sets a positive zero length value with no units.
margin-bottom-112 Margin-bottom with a value of 'auto'
  • The 'margin-bottom' property sets a value of 'auto'.
margin-bottom-113 Margin-bottom with a value of 'inherit'
  • The 'margin-bottom' property sets a value of 'inherit'.
margin-bottom-applies-to-001 Margin-bottom applied to element with display table-row-group
  • The 'margin-bottom' property does not apply to elements with a display of table-row-group.
margin-bottom-applies-to-002 Margin-bottom applied to element with display table-header-group
  • The 'margin-bottom' property does not apply to elements with a display of table-header-group.
margin-bottom-applies-to-003 Margin-bottom applied to element with display table-footer-group
  • The 'margin-bottom' property does not apply to elements with a display of table-footer-group.
margin-bottom-applies-to-004 Margin-bottom applied to element with display table-row
  • The 'margin-bottom' property does not apply to elements with a display of table-row.
margin-bottom-applies-to-005 Margin-bottom applied to element with display table-column-group
  • The 'margin-bottom' property does not apply to elements with a display of table-column-group.
margin-bottom-applies-to-006 Margin-bottom applied to element with display table-column
  • The 'margin-bottom' property does not apply to elements with a display of table-column.
margin-bottom-applies-to-007 Margin-bottom applied to element with 'display' 'table-cell'
  • The 'margin-bottom' property does not apply to elements with a 'display' of 'table-cell'.
margin-bottom-applies-to-008 Ahem Margin-bottom applied to element with display inline
  • The 'margin-bottom' property applies to elements with a display of inline. However, vertical margins do not have any affect on non-replaced inline elements.
margin-bottom-applies-to-009 Margin-bottom applied to element with display block
  • The 'margin-bottom' property applies to elements with a display of block.
margin-bottom-applies-to-010 Margin-bottom applied to element with display list-item
  • The 'margin-bottom' property applies to elements with a display of list-item.
margin-bottom-applies-to-011 Margin-bottom applied to element with display run-in
  • The 'margin-bottom' property applies to elements with a display of run-in.
margin-bottom-applies-to-012 Margin-bottom applied to element with display inline-block
  • The 'margin-bottom' property applies to elements with a display of inline-block.
margin-bottom-applies-to-013 Margin-bottom applied to element with display table
  • The 'margin-bottom' property applies to elements with a display of table.
margin-bottom-applies-to-014 Margin-bottom applied to element with display inline-table
  • The 'margin-bottom' property applies to elements with a display of inline-table.
margin-bottom-applies-to-015 Margin-bottom applied to element with display table-caption
  • The 'margin-bottom' property applies to elements with a display of table-caption.
margin-em-inherit-001 Bitmaps inherit applied on margin set with em
  • The 'em' unit is equal to the computed value of the 'font-size' property of the element on which it is used. When inherit keyword is used, the property takes the same computed value - a length value in this testcase - as the property for the element's parent.
margin-inline-001 Ahem Margin on non-replaced inline elements
  • Non-replaced inline elements do not apply vertical margins.
margin-inline-002 Margin-top and margin-bottom on inline elements
  • Applying margin-top and margin-bottom to an inline element has no effect.
margin-left-001 margin-left - <hr> element
  • margin-left: 0 should apply to hr element since it is a block-level element
margin-left-004 Margin-left using pixels with a negative zero value, -0px
  • The 'margin-left' property sets a negative zero length value in pixels.
margin-left-005 Margin-left using pixels with a zero value, 0px
  • The 'margin-left' property sets a zero length value in pixels.
margin-left-006 Margin-left using pixels with a positive zero value, +0px
  • The 'margin-left' property sets a positive zero length value in pixels.
margin-left-007 Margin-left using pixels with a nominal value, 96px
  • The 'margin-left' property sets a nominal length value in pixels.
margin-left-008 Margin-left using pixels with a nominal value with a plus sign, +96px
  • The 'margin-left' property sets a nominal length value in pixels with a plus sign.
margin-left-016 Margin-left using points with a negative zero value, -0pt
  • The 'margin-left' property sets a negative zero length value in points.
margin-left-017 Margin-left using points with a zero value, 0pt
  • The 'margin-left' property sets a zero length value in points.
margin-left-018 Margin-left using points with a positive zero value, +0pt
  • The 'margin-left' property sets a positive zero length value in points.
margin-left-019 Margin-left using points with a nominal value, 72pt
  • The 'margin-left' property sets a nominal length value in points.
margin-left-020 Margin-left using points with a nominal value with a plus sign, +72pt
  • The 'margin-left' property sets a nominal length value in points with a plus sign.
margin-left-028 Margin-left using picas with a negative zero value, -0pc
  • The 'margin-left' property sets a negative zero length value in picas.
margin-left-029 Margin-left using picas with a zero value, 0pc
  • The 'margin-left' property sets a zero length value in picas.
margin-left-030 Margin-left using picas with a positive zero value, +0pc
  • The 'margin-left' property sets a positive zero length value in picas.
margin-left-031 Margin-left using picas with a nominal value, 6pc
  • The 'margin-left' property sets a nominal length value in picas.
margin-left-032 Margin-left using picas with a nominal value with a plus sign, +6pc
  • The 'margin-left' property sets a nominal length value in picas with a plus sign.
margin-left-040 Margin-left using centimeters with a negative zero value, -0cm
  • The 'margin-left' property sets a negative zero length value in centimeters.
margin-left-041 Margin-left using centimeters with a zero value, 0cm
  • The 'margin-left' property sets a zero length value in centimeters.
margin-left-042 Margin-left using centimeters with a positive zero value, +0cm
  • The 'margin-left' property sets a positive zero length value in centimeters.
margin-left-043 Margin-left using centimeters with a nominal value, 2.54cm
  • The 'margin-left' property sets a nominal length value in centimeters.
margin-left-044 Margin-left using centimeters with a nominal value with a plus sign, +2.54cm
  • The 'margin-left' property sets a nominal length value in centimeters with a plus sign.
margin-left-052 Margin-left using millimeters with a negative zero value, -0mm
  • The 'margin-left' property sets a negative zero length value in millimeters.
margin-left-053 Margin-left using millimeters with a zero value, 0mm
  • The 'margin-left' property sets a zero length value in millimeters.
margin-left-054 Margin-left using millimeters with a positive zero value, +0mm
  • The 'margin-left' property sets a positive zero length value in millimeters.
margin-left-055 Margin-left using millimeters with a nominal value, 25.4mm
  • The 'margin-left' property sets a nominal length value in millimeters.
margin-left-056 Margin-left using millimeters with a nominal value with a plus sign, +25.4mm
  • The 'margin-left' property sets a nominal length value in millimeters with a plus sign.
margin-left-064 Margin-left using inches with a negative zero value, -0in
  • The 'margin-left' property sets a negative zero length value in inches.
margin-left-065 Margin-left using inches with a zero value, 0in
  • The 'margin-left' property sets a zero length value in inches.
margin-left-066 Margin-left using inches with a positive zero value, +0in
  • The 'margin-left' property sets a positive zero length value in inches.
margin-left-067 Margin-left using inches with a nominal value, 1in
  • The 'margin-left' property sets a nominal length value in inches.
margin-left-068 Margin-left using inches with a nominal value with a plus sign, +1in
  • The 'margin-left' property sets a nominal length value in inches with a plus sign.
margin-left-076 Ahem Margin-left using 'em' units with a negative zero value, -0em
  • The 'margin-left' property sets a negative zero length value in 'em' units.
margin-left-077 Ahem Margin-left using 'em' units with a zero value, 0em
  • The 'margin-left' property sets a zero length value in 'em' units.
margin-left-078 Ahem Margin-left using 'em' units with a positive zero value, +0em
  • The 'margin-left' property sets a positive zero length value in 'em' units.
margin-left-079 Ahem Margin-left using 'em' units with a nominal value, 6em
  • The 'margin-left' property sets a nominal length value in 'em' units.
margin-left-080 Ahem Margin-left using 'em' units with a nominal value with a plus sign, +6em
  • The 'margin-left' property sets a nominal length value in 'em' units with a plus sign.
margin-left-088 Ahem Margin-left using 'ex' units with a negative zero value, -0ex
  • The 'margin-left' property sets a negative zero length value in 'ex' units.
margin-left-089 Ahem Margin-left using 'ex' units with a zero value, 0ex
  • The 'margin-left' property sets a zero length value in 'ex' units.
margin-left-090 Ahem Margin-left using 'ex' units with a positive zero value, +0ex
  • The 'margin-left' property sets a positive zero length value in 'ex' units.
margin-left-091 Ahem Margin-left using 'ex' units with a nominal value, 7.5ex
  • The 'margin-left' property sets a nominal length value in 'ex' units.
margin-left-092 Ahem Margin-left using 'ex' units with a nominal value with a plus sign, +7.5ex
  • The 'margin-left' property sets a nominal length value in 'ex' units with a plus sign.
margin-left-100 Margin-left using percentages with a negative zero value, -0%
  • The 'margin-left' property sets a negative zero length value in percentages.
margin-left-101 Margin-left using percentages with a zero value, 0%
  • The 'margin-left' property sets a zero length value in percentages.
margin-left-102 Margin-left using percentages with a positive zero value, +0%
  • The 'margin-left' property sets a positive zero length value in percentages.
margin-left-103 Margin-left using percentages with a nominal value, 50%
  • The 'margin-left' property sets a nominal length value in percentages.
margin-left-104 Margin-left using percentages with a nominal value with a plus sign, +50%
  • The 'margin-left' property sets a nominal length value in percentages with a plus sign.
margin-left-109 Margin-left sets a negative zero value with no units, -0
  • The 'margin-left' property sets a negative zero length value with no units.
margin-left-110 Margin-left sets a zero value with no units, 0
  • The 'margin-left' property sets a zero length value with no units.
margin-left-111 Margin-left sets a positive zero value with no units, +0
  • The 'margin-left' property sets a positive zero length value with no units.
margin-left-112 Margin-left with a value of 'auto'
  • The 'margin-left' property sets a value of 'auto'.
margin-left-113 Margin-left with a value of 'inherit'
  • The 'margin-left' property sets a value of 'inherit'.
margin-left-applies-to-001 Margin-left applied to element with display table-row-group
  • The 'margin-left' property does not apply to elements with a display of table-row-group.
margin-left-applies-to-002 Margin-left applied to element with display table-header-group
  • The 'margin-left' property does not apply to elements with a display of table-header-group.
margin-left-applies-to-003 Margin-left applied to element with display table-footer-group
  • The 'margin-left' property does not apply to elements with a display of table-footer-group.
margin-left-applies-to-004 Margin-left applied to element with display table-row
  • The 'margin-left' property does not apply to elements with a display of table-row.
margin-left-applies-to-005 Margin-left applied to element with display table-column-group
  • The 'margin-left' property does not apply to elements with a display of table-column-group.
margin-left-applies-to-006 Margin-left applied to element with display table-column
  • The 'margin-left' property does not apply to elements with a display of table-column.
margin-left-applies-to-007 Margin-left applied to element with display table-cell
  • The 'margin-left' property does not apply to elements with a display of table-cell.
margin-left-applies-to-008 Margin-left applied to element with display inline
  • The 'margin-left' property applies to elements with a display of inline.
margin-left-applies-to-009 Margin-left applied to element with display block
  • The 'margin-left' property applies to elements with a display of block.
margin-left-applies-to-010 Margin-left applied to element with display list-item
  • The 'margin-left' property applies to elements with a display of list-item.
margin-left-applies-to-011 Margin-left applied to element with display run-in
  • The 'margin-left' property applies to elements with a display of run-in.
margin-left-applies-to-012 Margin-left applied to element with display inline-block
  • The 'margin-left' property applies to elements with a display of inline-block.
margin-left-applies-to-013 Margin-left applied to element with display table
  • The 'margin-left' property applies to elements with a display of table.
margin-left-applies-to-014 Margin-left applied to element with display inline-table
  • The 'margin-left' property applies to elements with a display of inline-table.
margin-left-applies-to-015 Margin-left applied to element with display table-caption
  • The 'margin-left' property applies to elements with a display of table-caption.
margin-percentage-inherit-001 Bitmaps margin - inherit applied on margin percentage
  • A margin percentage is calculated with respect to the width of the generated box's containing block. When inherit keyword is used, the property takes the same computed value - a percentage value in this testcase - as the property for the element's parent.
margin-percentage-undefined-001 Margin with percentage determined by containing block
  • Potential circular reference cannot cause the user agent to crash or hang.
margin-right-004 Margin-right using pixels with a negative zero value, -0px
  • The 'margin-right' property sets a negative zero length value in pixels.
margin-right-005 Margin-right using pixels with a zero value, 0px
  • The 'margin-right' property sets a zero length value in pixels.
margin-right-006 Margin-right using pixels with a positive zero value, +0px
  • The 'margin-right' property sets a positive zero length value in pixels.
margin-right-007 Margin-right using pixels with a nominal value, 96px
  • The 'margin-right' property sets a nominal length value in pixels.
margin-right-008 Margin-right using pixels with a nominal value with a plus sign, +96px
  • The 'margin-right' property sets a nominal length value in pixels with a plus sign.
margin-right-016 Margin-right using points with a negative zero value, -0pt
  • The 'margin-right' property sets a negative zero length value in points.
margin-right-017 Margin-right using points with a zero value, 0pt
  • The 'margin-right' property sets a zero length value in points.
margin-right-018 Margin-right using points with a positive zero value, +0pt
  • The 'margin-right' property sets a positive zero length value in points.
margin-right-019 Margin-right using points with a nominal value, 72pt
  • The 'margin-right' property sets a nominal length value in points.
margin-right-020 Margin-right using points with a nominal value with a plus sign, +72pt
  • The 'margin-right' property sets a nominal length value in points with a plus sign.
margin-right-028 Margin-right using picas with a negative zero value, -0pc
  • The 'margin-right' property sets a negative zero length value in picas.
margin-right-029 Margin-right using picas with a zero value, 0pc
  • The 'margin-right' property sets a zero length value in picas.
margin-right-030 Margin-right using picas with a positive zero value, +0pc
  • The 'margin-right' property sets a positive zero length value in picas.
margin-right-031 Margin-right using picas with a nominal value, 6pc
  • The 'margin-right' property sets a nominal length value in picas.
margin-right-032 Margin-right using picas with a nominal value with a plus sign, +6pc
  • The 'margin-right' property sets a nominal length value in picas with a plus sign.
margin-right-040 Margin-right using centimeters with a negative zero value, -0cm
  • The 'margin-right' property sets a negative zero length value in centimeters.
margin-right-041 Margin-right using centimeters with a zero value, 0cm
  • The 'margin-right' property sets a zero length value in centimeters.
margin-right-042 Margin-right using centimeters with a positive zero value, +0cm
  • The 'margin-right' property sets a positive zero length value in centimeters.
margin-right-043 Margin-right using centimeters with a nominal value, 2.54cm
  • The 'margin-right' property sets a nominal length value in centimeters.
margin-right-044 Margin-right using centimeters with a nominal value with a plus sign, +2.54cm
  • The 'margin-right' property sets a nominal length value in centimeters with a plus sign.
margin-right-052 Margin-right using millimeters with a negative zero value, -0mm
  • The 'margin-right' property sets a negative zero length value in millimeters.
margin-right-053 Margin-right using millimeters with a zero value, 0mm
  • The 'margin-right' property sets a zero length value in millimeters.
margin-right-054 Margin-right using millimeters with a positive zero value, +0mm
  • The 'margin-right' property sets a positive zero length value in millimeters.
margin-right-055 Margin-right using millimeters with a nominal value, 25.4mm
  • The 'margin-right' property sets a nominal length value in millimeters.
margin-right-056 Margin-right using millimeters with a nominal value with a plus sign, +25.4mm
  • The 'margin-right' property sets a nominal length value in millimeters with a plus sign.
margin-right-064 Margin-right using inches with a negative zero value, -0in
  • The 'margin-right' property sets a negative zero length value in inches.
margin-right-065 Margin-right using inches with a zero value, 0in
  • The 'margin-right' property sets a zero length value in inches.
margin-right-066 Margin-right using inches with a positive zero value, +0in
  • The 'margin-right' property sets a positive zero length value in inches.
margin-right-067 Margin-right using inches with a nominal value, 1in
  • The 'margin-right' property sets a nominal length value in inches.
margin-right-068 Margin-right using inches with a nominal value with a plus sign, +1in
  • The 'margin-right' property sets a nominal length value in inches with a plus sign.
margin-right-076 Ahem Margin-right using 'em' units with a negative zero value, -0em
  • The 'margin-right' property sets a negative zero length value in 'em' units.
margin-right-077 Ahem Margin-right using 'em' units with a zero value, 0em
  • The 'margin-right' property sets a zero length value in 'em' units.
margin-right-078 Ahem Margin-right using 'em' units with a positive zero value, +0em
  • The 'margin-right' property sets a positive zero length value in 'em' units.
margin-right-079 Ahem Margin-right using 'em' units with a nominal value, 6em
  • The 'margin-right' property sets a nominal length value in 'em' units.
margin-right-080 Ahem Margin-right using 'em' units with a nominal value with a plus sign, +6em
  • The 'margin-right' property sets a nominal length value in 'em' units with a plus sign.
margin-right-088 Ahem Margin-right using 'ex' units with a negative zero value, -0ex
  • The 'margin-right' property sets a negative zero length value in 'ex' units.
margin-right-089 Ahem Margin-right using 'ex' units with a zero value, 0ex
  • The 'margin-right' property sets a zero length value in 'ex' units.
margin-right-090 Ahem Margin-right using 'ex' units with a positive zero value, +0ex
  • The 'margin-right' property sets a positive zero length value in 'ex' units.
margin-right-091 Ahem Margin-right using 'ex' units with a nominal value, 7.5ex
  • The 'margin-right' property sets a nominal length value in 'ex' units.
margin-right-092 Ahem Margin-right using 'ex' units with a nominal value with a plus sign, +7.5ex
  • The 'margin-right' property sets a nominal length value in 'ex' units with a plus sign.
margin-right-100 Margin-right using percentages with a negative zero value, -0%
  • The 'margin-right' property sets a negative zero length value in percentages.
margin-right-101 Margin-right using percentages with a zero value, 0%
  • The 'margin-right' property sets a zero length value in percentages.
margin-right-102 Margin-right using percentages with a positive zero value, +0%
  • The 'margin-right' property sets a positive zero length value in percentages.
margin-right-103 Margin-right using percentages with a nominal value, 50%
  • The 'margin-right' property sets a nominal length value in percentages.
margin-right-104 Margin-right using percentages with a nominal value with a plus sign, +50%
  • The 'margin-right' property sets a nominal length value in percentages with a plus sign.
margin-right-109 Margin-right sets a negative zero value with no units, -0
  • The 'margin-right' property sets a negative zero length value with no units.
margin-right-110 Margin-right sets a zero value with no units, 0
  • The 'margin-right' property sets a zero length value with no units.
margin-right-111 Margin-right sets a positive zero value with no units, +0
  • The 'margin-right' property sets a positive zero length value with no units.
margin-right-112 Margin-right with a value of 'auto'
  • The 'margin-right' property sets a value of 'auto'.
margin-right-113 Margin-right with a value of 'inherit'
  • The 'margin-right' property sets a value of 'inherit'.
margin-right-applies-to-001 Margin-right applied to element with display table-row-group
  • The 'margin-right' property does not apply to elements with a display of table-row-group.
margin-right-applies-to-002 Margin-right applied to element with display table-header-group
  • The 'margin-right' property does not apply to elements with a display of table-header-group.
margin-right-applies-to-003 Margin-right applied to element with display table-footer-group
  • The 'margin-right' property does not apply to elements with a display of table-footer-group.
margin-right-applies-to-004 Margin-right applied to element with display table-row
  • The 'margin-right' property does not apply to elements with a display of table-row.
margin-right-applies-to-005 Margin-right applied to element with display table-column-group
  • The 'margin-right' property does not apply to elements with a display of table-column-group.
margin-right-applies-to-006 Margin-right applied to element with display table-column
  • The 'margin-right' property does not apply to elements with a display of table-column.
margin-right-applies-to-007 Margin-right applied to element with display table-cell
  • The 'margin-right' property does not apply to elements with a display of table-cell.
margin-right-applies-to-008 Margin-right applied to element with display inline
  • The 'margin-right' property applies to elements with a display of inline.
margin-right-applies-to-009 Margin-right applied to element with display block
  • The 'margin-right' property applies to elements with a display of block.
margin-right-applies-to-010 Margin-right applied to element with display list-item
  • The 'margin-right' property applies to elements with a display of list-item.
margin-right-applies-to-011 Margin-right applied to element with display run-in
  • The 'margin-right' property applies to elements with a display of run-in.
margin-right-applies-to-012 Margin-right applied to element with display inline-block
  • The 'margin-right' property applies to elements with a display of inline-block.
margin-right-applies-to-013 Margin-right applied to element with display table
  • The 'margin-right' property applies to elements with a display of table.
margin-right-applies-to-014 Margin-right applied to element with display inline-table
  • The 'margin-right' property applies to elements with a display of inline-table.
margin-right-applies-to-015 Margin-right applied to element with display table-caption
  • The 'margin-right' property applies to elements with a display of table-caption.
margin-shorthand-001 Bitmaps Margin shorthand - One value application to all sides
  • Applying a single value to the margin property replicates it to all sides of the element.
margin-shorthand-002 Bitmaps Margin shorthand - Two values application top, bottom and left, right
  • Applying two values to the margin property applies the first value to the top and bottom and the second to the left and right.
margin-shorthand-003 Bitmaps Margin shorthand - Three values application top and left, right and bottom
  • Applying three values to the margin property applies the first value to the top the second value to the left and right and the third value to the bottom.
margin-shorthand-004 Bitmaps Margin shorthand - four values application top, left, right, bottom
  • Applying four values to the margin property applies the values top, right, bottom, left, respectively.
margin-top-004 Margin-top using pixels with a negative zero value, -0px
  • The 'margin-top' property sets a negative zero length value in pixels.
margin-top-005 Margin-top using pixels with a zero value, 0px
  • The 'margin-top' property sets a zero length value in pixels.
margin-top-006 Margin-top using pixels with a positive zero value, +0px
  • The 'margin-top' property sets a positive zero length value in pixels.
margin-top-007 Margin-top using pixels with a nominal value, 96px
  • The 'margin-top' property sets a nominal length value in pixels.
margin-top-008 Margin-top using pixels with a nominal value with a plus sign, +96px
  • The 'margin-top' property sets a nominal length value in pixels with a plus sign.
margin-top-016 Margin-top using points with a negative zero value, -0pt
  • The 'margin-top' property sets a negative zero length value in points.
margin-top-017 Margin-top using points with a zero value, 0pt
  • The 'margin-top' property sets a zero length value in points.
margin-top-018 Margin-top using points with a positive zero value, +0pt
  • The 'margin-top' property sets a positive zero length value in points.
margin-top-019 Margin-top using points with a nominal value, 72pt
  • The 'margin-top' property sets a nominal length value in points.
margin-top-020 Margin-top using points with a nominal value with a plus sign, +72pt
  • The 'margin-top' property sets a nominal length value in points with a plus sign.
margin-top-028 Margin-top using picas with a negative zero value, -0pc
  • The 'margin-top' property sets a negative zero length value in picas.
margin-top-029 Margin-top using picas with a zero value, 0pc
  • The 'margin-top' property sets a zero length value in picas.
margin-top-030 Margin-top using picas with a positive zero value, +0pc
  • The 'margin-top' property sets a positive zero length value in picas.
margin-top-031 Margin-top using picas with a nominal value, 6pc
  • The 'margin-top' property sets a nominal length value in picas.
margin-top-032 Margin-top using picas with a nominal value with a plus sign, +6pc
  • The 'margin-top' property sets a nominal length value in picas with a plus sign.
margin-top-040 Margin-top using centimeters with a negative zero value, -0cm
  • The 'margin-top' property sets a negative zero length value in centimeters.
margin-top-041 Margin-top using centimeters with a zero value, 0cm
  • The 'margin-top' property sets a zero length value in centimeters.
margin-top-042 Margin-top using centimeters with a positive zero value, +0cm
  • The 'margin-top' property sets a positive zero length value in centimeters.
margin-top-043 Margin-top using centimeters with a nominal value, 2.54cm
  • The 'margin-top' property sets a nominal length value in centimeters.
margin-top-044 Margin-top using centimeters with a nominal value with a plus sign, +2.54cm
  • The 'margin-top' property sets a nominal length value in centimeters with a plus sign.
margin-top-052 Margin-top using millimeters with a negative zero value, -0mm
  • The 'margin-top' property sets a negative zero length value in millimeters.
margin-top-053 Margin-top using millimeters with a zero value, 0mm
  • The 'margin-top' property sets a zero length value in millimeters.
margin-top-054 Margin-top using millimeters with a positive zero value, +0mm
  • The 'margin-top' property sets a positive zero length value in millimeters.
margin-top-055 Margin-top using millimeters with a nominal value, 25.4mm
  • The 'margin-top' property sets a nominal length value in millimeters.
margin-top-056 Margin-top using millimeters with a nominal value with a plus sign, +25.4mm
  • The 'margin-top' property sets a nominal length value in millimeters with a plus sign.
margin-top-064 Margin-top using inches with a negative zero value, -0in
  • The 'margin-top' property sets a negative zero length value in inches.
margin-top-065 Margin-top using inches with a zero value, 0in
  • The 'margin-top' property sets a zero length value in inches.
margin-top-066 Margin-top using inches with a positive zero value, +0in
  • The 'margin-top' property sets a positive zero length value in inches.
margin-top-067 Margin-top using inches with a nominal value, 1in
  • The 'margin-top' property sets a nominal length value in inches.
margin-top-068 Margin-top using inches with a nominal value with a plus sign, +1in
  • The 'margin-top' property sets a nominal length value in inches with a plus sign.
margin-top-076 Ahem Margin-top using 'em' units with a negative zero value, -0em
  • The 'margin-top' property sets a negative zero length value in 'em' units.
margin-top-077 Ahem Margin-top using 'em' units with a zero value, 0em
  • The 'margin-top' property sets a zero length value in 'em' units.
margin-top-078 Ahem Margin-top using 'em' units with a positive zero value, +0em
  • The 'margin-top' property sets a positive zero length value in 'em' units.
margin-top-079 Ahem Margin-top using 'em' units with a nominal value, 6em
  • The 'margin-top' property sets a nominal length value in 'em' units.
margin-top-080 Ahem Margin-top using 'em' units with a nominal value with a plus sign, +6em
  • The 'margin-top' property sets a nominal length value in 'em' units with a plus sign.
margin-top-088 Ahem Margin-top using 'ex' units with a negative zero value, -0ex
  • The 'margin-top' property sets a negative zero length value in 'ex' units.
margin-top-089 Ahem Margin-top using 'ex' units with a zero value, 0ex
  • The 'margin-top' property sets a zero length value in 'ex' units.
margin-top-090 Ahem Margin-top using 'ex' units with a positive zero value, +0ex
  • The 'margin-top' property sets a positive zero length value in 'ex' units.
margin-top-091 Ahem Margin-top using 'ex' units with a nominal value, 7.5ex
  • The 'margin-top' property sets a nominal length value in 'ex' units.
margin-top-092 Ahem Margin-top using 'ex' units with a nominal value with a plus sign, +7.5ex
  • The 'margin-top' property sets a nominal length value in 'ex' units with a plus sign.
margin-top-100 Margin-top using percentages with a negative zero value, -0%
  • The 'margin-top' property sets a negative zero length value in percentages.
margin-top-101 Margin-top using percentages with a zero value, 0%
  • The 'margin-top' property sets a zero length value in percentages.
margin-top-102 Margin-top using percentages with a positive zero value, +0%
  • The 'margin-top' property sets a positive zero length value in percentages.
margin-top-103 Margin-top using percentages with a nominal value, 50%
  • The 'margin-top' property sets a nominal length value in percentages.
margin-top-104 Margin-top using percentages with a nominal value with a plus sign, +50%
  • The 'margin-top' property sets a nominal length value in percentages with a plus sign.
margin-top-109 Margin-top sets a negative zero value with no units, -0
  • The 'margin-top' property sets a negative zero length value with no units.
margin-top-110 Margin-top sets a zero value with no units, 0
  • The 'margin-top' property sets a zero length value with no units.
margin-top-111 Margin-top sets a positive zero value with no units, +0
  • The 'margin-top' property sets a positive zero length value with no units.
margin-top-112 Margin-top with a value of 'auto'
  • The 'margin-top' property sets a value of 'auto'.
margin-top-113 Margin-top with a value of 'inherit'
  • The 'margin-top' property sets a value of 'inherit'.
margin-top-applies-to-001 Margin-top applied to element with display table-row-group
  • The 'margin-top' property does not apply to elements with a display of table-row-group.
margin-top-applies-to-002 Margin-top applied to element with display table-header-group
  • The 'margin-top' property does not apply to elements with a display of table-header-group.
margin-top-applies-to-003 Margin-top applied to element with display table-footer-group
  • The 'margin-top' property does not apply to elements with a display of table-footer-group.
margin-top-applies-to-004 Margin-top applied to element with display table-row
  • The 'margin-top' property does not apply to elements with a display of table-row.
margin-top-applies-to-005 Margin-top applied to element with display table-column-group
  • The 'margin-top' property does not apply to elements with a display of table-column-group.
margin-top-applies-to-006 Margin-top applied to element with display table-column
  • The 'margin-top' property does not apply to elements with a display of table-column.
margin-top-applies-to-007 Margin-top applied to element with display table-cell
  • The 'margin-top' property does not apply to elements with a display of table-cell.
margin-top-applies-to-008 Ahem Margin-top applied to element with display inline
  • The 'margin-top' property do not apply to elements with a display of inline.
margin-top-applies-to-009 Margin-top applied to element with display block
  • The 'margin-top' property applies to elements with a display of block.
margin-top-applies-to-010 Margin-top applied to element with display list-item
  • The 'margin-top' property applies to elements with a display of list-item.
margin-top-applies-to-011 Margin-top applied to element with display run-in
  • The 'margin-top' property applies to elements with a display of run-in.
margin-top-applies-to-012 Margin-top applied to element with display inline-block
  • The 'margin-top' property applies to elements with a display of inline-block.
margin-top-applies-to-013 Margin-top applied to element with display table
  • The 'margin-top' property applies to elements with a display of table.
margin-top-applies-to-014 Margin-top applied to element with display inline-table
  • The 'margin-top' property applies to elements with a display of inline-table.
margin-top-applies-to-015 Margin-top applied to element with display table-caption
  • The 'margin-top' property applies to elements with a display of table-caption.
table-margin-001 CSS Tables: Margins
table-margin-002 CSS Tables: Margins
table-margin-003 CSS Tables: Margins
tables-101 DOM/JS Table layout: checking dynamic percentage margin layouts match initial layouts
tables-102 DOM/JS Table layout: checking dynamic layouts match initial layouts
+ 8.3.1 Collapsing margins
abspos-022 Optional position: fixed; top: auto; test - margin collapsing
blocks-017 CSS Blocks: Margin Collapsing
c411-vt-mrgn-000 Vertical Formatting
margin-collapse-001 Ahem Margin collapsing - horizontal margins do not collapse
  • Horizontal margins of element do not collapse.
margin-collapse-002 AhemBitmaps Margin collapsing - maximum of the two adjoining margins
  • When margins collapse the margin is the maximum of the two margin widths.
margin-collapse-003 Margin collapsing - negative margins adjoining positive margins
  • Negative margins deduct from the maximum of the adjoining positive margin.
margin-collapse-004 Margin collapsing - negative margins deducted from zero
  • Negative margins are deducted from zero if no positive margins are adjoining.
margin-collapse-005 AhemBitmaps Margin collapsing - adjoining margins of non-siblings or ancestors
  • Adjoining margin boxes generated by elements, that are not related by siblings or ancestors, collapse.
margin-collapse-006 AhemBitmaps Margin collapsing - floated elements do not collapse margins
  • A floated box does not collapse its margins with any other box.
margin-collapse-007 AhemBitmaps Margin collapsing - floated elements do not collapse margins with children
  • In-flow children of a floated element do not collapse margins.
margin-collapse-008 AhemBitmaps Margin collapsing and elements with 'overflow' set to 'visible'
  • Elements with 'overflow' set to 'visible' collapse margin with in-flow children.
margin-collapse-009 Ahem Margin collapsing and elements with 'overflow' set to 'hidden'
  • Elements with 'overflow' set to 'hidden' do not collapse margin with in-flow children.
margin-collapse-010 Ahem Margin collapsing and elements with 'overflow' set to 'scroll'
  • Elements with 'overflow' set to 'scroll' do not collapse margin with in-flow children.
margin-collapse-011 Ahem Margin collapsing and elements with 'overflow' set to 'auto'
  • Elements with 'overflow' set to 'auto' do not collapse margin with in-flow children.
margin-collapse-012 AhemBitmaps Margin collapsing - absolute positioning and siblings
  • Absolutely positioned boxes do not collapse margins with siblings.
margin-collapse-013 AhemBitmaps Margin collapsing - absolute positioning with children elements
  • Absolutely positioned boxes do not collapse margins with any in-flow children.
margin-collapse-014 AhemBitmaps Margin collapsing - inline-block elements as siblings
  • Inline-block elements that are siblings do not collapse their margins.
margin-collapse-015 AhemBitmaps Margin collapsing - inline-block child does not collapse margins with parent
  • An element that is set in inline-block and its children set to inline-block do not collapse margins.
margin-collapse-016 AhemBitmaps Margin collapsing - top/bottom margins adjoining collapse through
  • When top and bottom margins are adjoining margins collapse through that element.
margin-collapse-017 Margin collapsing - parent edge and element edge are the same when margins collapse
  • When the top margin of a child box collapses with the top margin of its parent, then the margin-top edge of such child box is the same as the parent's and their respective content should be 'sitting' at the parent's border-bottom (in the testcase, the black line) assuming the same height value and the same padding-bottom value for the parent and its child box.
margin-collapse-018 AhemBitmaps Margin collapsing - element with clearance
  • An element that has clearance applied to it will not collapse its top margin with its parent's bottom margin.
margin-collapse-019 AhemBitmaps Margin collapsing - elements that collapse margins have to effect on positions of other elements that also have margins that are collapsing
  • Positions of elements that have been collapsed through (empty elements) have no effect on positions of other elements whose margins are being collapsed.
margin-collapse-020 AhemBitmaps Margin collapsing with the root element
  • For HTML pages the html element does not collapse its margins with other elements.
margin-collapse-021 AhemBitmaps Margin collapsing with the 'body' element
  • For HTML pages the 'body' element's margins collapse.
margin-collapse-022 AhemBitmaps Margin collapsing - adjoining block boxes
  • Bottom margin of an in-flow block-level element is always adjoining to the top margin of its next in-flow block-level sibling.
margin-collapse-023 AhemBitmaps Margin collapsing - clearance applied to sibling
  • If an in-flow block-level sibling (#div4) has clearance applied to it, then it will not adjoin its top margin with the bottom margin of its previous in-flow sibling (#div2).
margin-collapse-024 AhemBitmaps Margin collapsing - in-flow block-level margin adjoining child's margin
  • When an in-flow block-level element (#div3) is adjoining its in-flow block-level child's top margin and the child has no top border, no top padding or no clearance applied to it, then such top margins collapse.
margin-collapse-025 AhemBitmaps Margin collapsing - in-flow block-level margins with an element 'height' of 'auto' and 'max-height' and 'min-height'
  • The bottom margin of an in-flow block-level element(#div2) with a 'height' of 'auto' will adjoin to its last in-flow block-level child's (#div3) bottom margin if such auto-height in-flow block-level element has no bottom padding and no bottom border. The bottom margins will then collapse.
margin-collapse-026 AhemBitmaps Margin collapsing - in-flow block-level margins with an element 'height' of 'auto' and 'min-height' of zero
  • An element's margins are adjoining and can collapse if the 'min-height' is zero, if it has no top or bottom borders and no top or bottom padding, if it has a 'height' of zero or 'auto', if it has no line boxes and if all of its in-flow children's margins are adjoining.
margin-collapse-027 AhemBitmaps Margin collapsing - bottom margin not collapse when cleared
  • When a last sibling has clearance, its own margins collapse and it collapsed its margins with a subsequent sibling, the last sibling does not collapse its bottom margin with its parent's bottom margin.
margin-collapse-028 AhemBitmaps Margin collapsing is based on used values of 'padding', 'margin' and 'border'
  • Collapsing of margins is based on the used values of 'padding', 'margin' and 'border'.
margin-collapse-029 Margin collapsing - position of top border edge for elements that collapse margins with parents not participating in margin collapsing
  • When margins collapse through empty elements and the parent element is not participating in margin collapsing then the position of the elements top border should be in the same position as if the element had a top border specified.
margin-collapse-030 Margin collapsing - position of top border edge for elements that collapse margins with parents whose bottom margin only participates in margin collapsing
  • When margins collapse through empty elements and only the parent element's bottom margin is participating in margin collapsing then the position of the elements top border should be in the same position as if the element had a top border specified.
margin-collapse-031 margin collapsing
  • The top margin of an in-flow block-level element is adjoining to its first in-flow block-level child's top margin if the element has no top border, no top padding, and the child has no clearance.
margin-collapse-032 margin collapsing
  • The top margin of an in-flow block-level element is adjoining to its first in-flow block-level child's top margin if the element has no top padding. Adjoining of margin must be determined only after resolving percentage padding-top value.
margin-collapse-033 margin collapsing - clear
  • Margin-top of following siblings of a block on which 'clear' has been set (to a different value than 'none') must not be substracted when calculating clearance. When an element's own margins collapse, and that element has had clearance applied to it, its top margin collapses with the adjoining margins of following siblings.
margin-collapse-034 margin collapsing - clear
  • Margin-top of following siblings of a block on which 'clear' has been set (to a different value than 'none') must not be substracted when calculating clearance. When an element's own margins collapse, and that element has had clearance applied to it, its top margin collapses with the adjoining margins of following siblings.
margin-collapse-035 margin collapsing - clear
  • Margin-top of following siblings of a block on which 'clear' has been set (to a different value than 'none') must not be substracted when calculating clearance. When an element's own margins collapse, and that element has had clearance applied to it, its top margin collapses with the adjoining margins of following siblings.
margin-collapse-037 Collapsing margins - margin-bottom of the last in-flow child block collapsing with its parent min-height block's bottom margin
  • The 'min-height' of a parent block element should have no influence over whether such parent block element's bottom margin is adjoining to its last child's bottom margin. In such situation, the bottom margin of the parent block element and the bottom margin of its last child should collapse as long as such parent block element has no bottom padding and has no bottom border.
margin-collapse-038 Collapsing margins - margin-bottom of the last in-flow child block collapsing with its max-height parent block's bottom margin
  • The 'max-height' of a parent block element should have no influence over whether such parent block element's bottom margin is adjoining to its last child's bottom margin. In such situation, the bottom margin of the parent block element and the bottom margin of its last child should collapse as long as such parent block element has no bottom padding and has no bottom border.
margin-collapse-101 Margin Collapsing: in flow
margin-collapse-102 Margin Collapsing: absolutely positioned
margin-collapse-103 Margin Collapsing: fixed positioned
margin-collapse-104 Margin Collapsing: floats
margin-collapse-105 Margin Collapsing: in flow (relatively positioned)
margin-collapse-106 Margin Collapsing: in flow (simple)
margin-collapse-107 Margin Collapsing: in flow (used height)
margin-collapse-108 Margin Collapsing: in flow (used border)
margin-collapse-109 Margin Collapsing: in flow (used padding)
margin-collapse-110 Margin Collapsing: in flow (simple combinations)
margin-collapse-111 Margin Collapsing: in flow (simple combinations with collapse-through)
margin-collapse-112 Margin Collapsing: in flow (simple)
margin-collapse-113 Margin Collapsing: in flow (position of collapsed-through element)
margin-collapse-114 Margin Collapsing: in flow (position of collapsed-through element)
margin-collapse-115 Margin Collapsing: in flow (position of collapsed-through element)
margin-collapse-116 Margin Collapsing: in flow (position of collapsed-through element)
margin-collapse-117 Margin Collapsing: in flow (height)
margin-collapse-118 Margin Collapsing: in flow (height)
margin-collapse-119 Margin Collapsing: in flow (height)
margin-collapse-120 Margin Collapsing: in flow (height)
margin-collapse-121 Margin Collapsing: clear (control: no margins)
margin-collapse-122 Margin Collapsing: clear (simple)
margin-collapse-123 Margin Collapsing: clear (with nearby collapse-through block)
margin-collapse-125 Margin Collapsing: clear (on a self-collapsing block with a margin)
margin-collapse-126 Margin Collapsing: negative margins (easy)
margin-collapse-127 Margin Collapsing: negative margins (easy)
margin-collapse-128 Margin Collapsing: negative margins (easy)
margin-collapse-129 Margin Collapsing: negative margins (easy)
margin-collapse-130 Margin Collapsing: basic overflow test
margin-collapse-131 Margin Collapsing: in flow text (simple)
margin-collapse-132 Margin Collapsing: float positioning
margin-collapse-133 Margin Collapsing: float positioning
margin-collapse-134 Margin Collapsing: clear with no floats
margin-collapse-135 Margin Collapsing: negative margins with clear
margin-collapse-137 Margin Collapsing: margins on relative boxes
margin-collapse-138 Margin Collapsing: margins on relative boxes
margin-collapse-139 Margin Collapsing: top margins
margin-collapse-140 Margin Collapsing: top margins
margin-collapse-141 Margin Collapsing: top margins
margin-collapse-142 Margin Collapsing: clear (hard)
margin-collapse-143 Placement of out-of-flow object in elements that have been collapsed through
margin-collapse-145 Placement of out-of-flow object in elements that have been collapsed through
margin-collapse-146 Placement of out-of-flow object in elements that have been collapsed through
margin-collapse-147 Placement of out-of-flow object in elements that have been collapsed through
margin-collapse-148 Placement of out-of-flow object in elements that have been collapsed through
margin-collapse-151 Magical Margins should not be magical in strict mode
margin-collapse-154 Margin Collapsing: effect of margins near float on collapsing-through
margin-collapse-155 Margin Collapsing: effect of margins on collapsing-through
margin-collapse-156 Margin Collapsing: in flow (height, control) - not really margin collapsing
margin-collapse-157 Margin Collapsing: clear (varying margins)
margin-collapse-158 Margin Collapsing: clear (with nearby collapse-through block)
margin-collapse-159 Margin Collapsing: in flow (height, simple) - not really margin collapsing
margin-collapse-160 Paged Margins should not propagate into the next page
margin-collapse-162 Margin collapsing with floats before self collapsing children with margins collapsing with parent
margin-collapse-163 Margin collapsing with floats before self collapsing children with margins not collapsing with parent
margin-collapse-164 Margins on cleared blocks that contain floats
margin-collapse-165 Margins on cleared blocks that contain floats
margin-collapse-166 Margins on cleared blocks that contain floats, with dynamic border changes
margin-collapse-clear-000 Margin Collapsing with Clearance
margin-collapse-clear-001 Margin Collapsing with Clearance
margin-collapse-clear-002 Margin Collapsing with Clearance
margin-collapse-clear-003 Margin Collapsing with Clearance
margin-collapse-clear-004 Margin Collapsing with Clearance
margin-collapse-clear-005 Margin Collapsing with Clearance
margin-collapse-clear-006 Margin Collapsing with Clearance
margin-collapse-clear-007 Margin Collapsing with Clearance
margin-collapse-clear-008 Margin Collapsing with Clearance
margin-collapse-clear-009 Margin Collapsing with Clearance
margin-collapse-clear-010 Margin Collapsing with Clearance
margin-collapse-clear-011 Margin Collapsing with Clearance
margin-collapse-clear-012 Margin collapsing with clearance - margins of a 'collapsed through' box with clearance do not collapse with parent block's bottom margin
  • When an element has had clearance applied to it and its own margins collapse, these margins collapse with the adjoining margins of following siblings but the resulting margin does not collapse with the bottom margin of the parent block
margin-collapse-clear-013 Margin collapsing with clearance - margins of a 'collapsed through' box with clearance do not collapse with parent block's bottom margin
  • When an element has had clearance applied to it and its own margins collapse, these margins do not collapse with the bottom margin of the parent block
margin-collapse-clear-014 Margin collapsing with clearance - clearance may be negative
  • Clearance is applied before the top margin of the element with clear set. Clearance can be negative. Clearance stops the collapsing of the element's margins with the preceding siblings' margins and with the parent block's bottom margin.
margin-collapse-clear-015 Margin collapsing with clearance - Margins collapsing of an element's top margin with its first in-flow child should not be affected by clear and clearance
  • When an element with clear set to it (to other than 'none') has a first in-flow child and their top margins are adjoining, then these margins should collapse normally.
margin-collapse-clear-016 Margin collapsing - margins of a 'collapsed through' box without clearance can collapse with parent block's bottom margin
  • An element that does not have clearance applied to it can collapse its top margin with its parent block's bottom margin. Margins of a 'collapsed through' box without clearance applied to it can collapse with its parent block's bottom margin. An element with clear set to it (to other than 'none') can only apply a clearance, can only create a clearance if and when there is a preceding floated block.
margin-collapse-clear-017 Bitmaps Margin collapsing - margins of a 'collapsed through' box without clearance can collapse with parent block's bottom margin
  • An element that does not have clearance applied to it can collapse its top margin with its parent block's bottom margin. Margins of a 'collapsed through' box without clearance applied to it can collapse with its parent block's bottom margin. An element with clear set to it (to other than 'none') can only create a clearance if and when there is a preceding floated block.
table-margin-004 CSS Tables: Margin Collapsing
+ 8.4 Padding properties: 'padding-top', 'padding-right', 'padding-bottom', 'padding-left', and 'padding'
blocks-018 CSS Blocks: Effect of Bottom Padding on Inline Layout
  • Bottom padding on inline elements has no effect on layout.
blocks-019 CSS Blocks: Effect of Top Padding on Inline Layout
  • Top padding on inline elements has no effect on layout.
c411-vt-mrgn-000 Vertical Formatting
c412-hz-box-000 Ahem Horizontal Formatting
c5506-ipadn-t-000 Ahem padding-top
c5506-ipadn-t-001 Ahem padding-top
c5506-ipadn-t-002 Ahem padding-top
c5506-padn-t-000 Ahem padding-top
c5507-ipadn-r-000 AhemBitmaps padding-right
c5507-ipadn-r-001 AhemBitmaps padding-right
c5507-ipadn-r-002 AhemBitmaps padding-right
c5507-ipadn-r-003 Ahem padding-right
c5507-ipadn-r-004 AhemBitmapsInvalid padding-right
c5507-padn-r-000 AhemBitmaps padding-right
c5507-padn-r-001 Ahem padding-right
c5507-padn-r-002 Invalid padding-right
c5507-padn-r-003 Invalid padding-right
c5508-ipadn-b-000 Ahem padding-bottom
c5508-ipadn-b-001 AhemInvalid padding-bottom
c5508-ipadn-b-002 Ahem padding-bottom
c5508-ipadn-b-003 AhemInvalid padding-bottom
c5509-ipadn-l-000 AhemBitmaps padding-left
c5509-ipadn-l-001 AhemBitmaps padding-left
c5509-ipadn-l-002 AhemBitmaps padding-left
c5509-ipadn-l-003 Ahem padding-left
c5509-ipadn-l-004 AhemBitmapsInvalid padding-left
c5509-padn-l-000 AhemBitmaps padding-left
c5509-padn-l-001 Ahem padding-left
c5509-padn-l-002 Invalid padding-left
c5509-padn-l-003 BitmapsInvalid padding-left
c5510-ipadn-000 AhemBitmaps padding
c5510-padn-000 AhemBitmaps padding
c5510-padn-001 Ahem padding
c5510-padn-002 Invalid padding
inherit-border-padding-000 Explicit Inheritance
padding-001 Padding set using a single value
  • The 'padding' property set using a single value properly assigns the same value to all sides.
padding-002 Padding set using two values
  • The 'padding' property set using two values properly assigns the first value to the top and bottom padding and the second value to the left and right padding.
padding-003 Padding set using three values
  • The 'padding' property set using three values properly assigns the first value to the top padding, the second value to the left and right padding, and the third value to the bottom padding.
padding-004 Padding set using four values
  • The 'padding' property set using three values properly assigns the first value to the top padding, the second value to the left padding, the third value to the bottom padding, and the fourth value to the right padding.
padding-005 Padding inheriting one value
  • The 'padding' property set to 'inherit' and inheriting one value.
padding-006 Padding inheriting two values
  • The 'padding' property set to 'inherit' and inheriting two values.
padding-007 Padding inheriting three values
  • The 'padding' property set to 'inherit' and inheriting three values.
padding-008 Padding inheriting four values
  • The 'padding' property set to 'inherit' and inheriting four values.
padding-applies-to-001 Padding applied to element with display table-row-group
  • The 'padding' property does not apply to elements with a display of table-row-group.
padding-applies-to-002 Padding applied to element with display table-header-group
  • The 'padding' property does not apply to elements with a display of table-header-group.
padding-applies-to-003 Padding applied to element with display table-footer-group
  • The 'padding' property does not apply to elements with a display of table-footer-group.
padding-applies-to-004 Padding applied to element with display table-row
  • The 'padding' property does not apply to elements with a display of table-row.
padding-applies-to-005 Padding applied to element with display table-column-group
  • The 'padding' property does not apply to elements with a display of table-column-group.
padding-applies-to-006 Padding applied to element with display table-column
  • The 'padding' property does not apply to elements with a display of table-column.
padding-applies-to-007 Padding applied to element with display table-cell
  • The 'padding' property applies to elements with a display of table-cell.
padding-applies-to-008 Padding applied to element with display inline
  • The 'padding' property applies to elements with a display of inline.
padding-applies-to-009 Padding applied to element with display block
  • The 'padding' property applies to elements with a display of block.
padding-applies-to-010 Padding applied to element with display list-item
  • The 'padding' property applies to elements with a display of list-item.
padding-applies-to-011 Padding applied to element with display run-in
  • The 'padding' property applies to elements with a display of run-in.
padding-applies-to-012 Padding applied to element with display inline-block
  • The 'padding' property applies to elements with a display of inline-block.
padding-applies-to-013 Padding applied to element with display table
  • The 'padding' property applies to elements with a display of table.
padding-applies-to-014 Padding applied to element with display inline-table
  • The 'padding' property applies to elements with a display of inline-table.
padding-applies-to-015 Padding applied to element with display table-caption
  • The 'padding' property applies to elements with a display of table-caption.
padding-applies-to-016 CSS Tables: Bottom Padding on Inline Children
padding-applies-to-017 CSS Tables: Bottom Padding on Inline Children
padding-background-001 Padding background defined by the background property
  • The background for the padding area is defined by the background property.
padding-bottom-001 Padding-bottom using pixels with a minimum minus one value, -1px
  • The 'padding-bottom' property handles a minimum minus one length value in pixels.
padding-bottom-002 Padding-bottom using pixels with a minimum value, 0px
  • The 'padding-bottom' property handles a minimum length value in pixels.
padding-bottom-003 Padding-bottom using pixels with a minimum plus one value, 1px
  • The 'padding-bottom' property handles a minimum plus one length value in pixels.
padding-bottom-004 Padding-bottom using pixels with a negative zero value, -0px
  • The 'padding-bottom' property handles a negative zero length value in pixels.
padding-bottom-005 Padding-bottom using pixels with a positive zero value, +0px
  • The 'padding-bottom' property handles a positive zero length value in pixels.
padding-bottom-006 Padding-bottom using pixels with a nominal value, 96px
  • The 'padding-bottom' property handles a nominal length value in pixels.
padding-bottom-007 Padding-bottom using pixels with a nominal value with a plus sign, +96px
  • The 'padding-bottom' property handles a nominal length value in pixels with a plus sign.
padding-bottom-012 Invalid Padding-bottom using points with a minimum minus one value, -1pt
  • The 'padding-bottom' property handles a minimum minus one length value in points.
padding-bottom-013 Padding-bottom using points with a minimum value, 0pt
  • The 'padding-bottom' property handles a minimum length value in points.
padding-bottom-014 Padding-bottom using points with a minimum plus one value, 1pt
  • The 'padding-bottom' property handles a minimum plus one length value in points.
padding-bottom-015 Padding-bottom using points with a negative zero value, -0pt
  • The 'padding-bottom' property handles a negative zero length value in points.
padding-bottom-016 Padding-bottom using points with a positive zero value, +0pt
  • The 'padding-bottom' property handles a positive zero length value in points.
padding-bottom-017 Padding-bottom using points with a nominal value, 72pt
  • The 'padding-bottom' property handles a nominal length value in points.
padding-bottom-018 Padding-bottom using points with a nominal value with a plus sign, +72pt
  • The 'padding-bottom' property handles a nominal length value in points with a plus sign.
padding-bottom-023 Invalid Padding-bottom using picas with a minimum minus one value, -1pc
  • The 'padding-bottom' property handles a minimum minus one length value in picas.
padding-bottom-024 Padding-bottom using picas with a minimum value, 0pc
  • The 'padding-bottom' property handles a minimum length value in picas.
padding-bottom-025 Padding-bottom using picas with a minimum plus one value, 1pc
  • The 'padding-bottom' property handles a minimum plus one length value in picas.
padding-bottom-026 Padding-bottom using picas with a negative zero value, -0pc
  • The 'padding-bottom' property handles a negative zero length value in picas.
padding-bottom-027 Padding-bottom using picas with a positive zero value, +0pc
  • The 'padding-bottom' property handles a positive zero length value in picas.
padding-bottom-028 Padding-bottom using picas with a nominal value, 6pc
  • The 'padding-bottom' property handles a nominal length value in picas.
padding-bottom-029 Padding-bottom using picas with a nominal value with a plus sign, +6pc
  • The 'padding-bottom' property handles a nominal length value in picas with a plus sign.
padding-bottom-034 Invalid Padding-bottom using centimeters with a minimum minus one value, -1cm
  • The 'padding-bottom' property handles a minimum minus one length value in centimeters.
padding-bottom-035 Padding-bottom using centimeters with a minimum value, 0cm
  • The 'padding-bottom' property handles a minimum length value in centimeters.
padding-bottom-036 Padding-bottom using centimeters with a minimum plus one value, 1cm
  • The 'padding-bottom' property handles a minimum plus one length value in centimeters.
padding-bottom-037 Padding-bottom using centimeters with a negative zero value, -0cm
  • The 'padding-bottom' property handles a negative zero length value in centimeters.
padding-bottom-038 Padding-bottom using centimeters with a positive zero value, +0cm
  • The 'padding-bottom' property handles a positive zero length value in centimeters.
padding-bottom-039 Padding-bottom using centimeters with a nominal value, 2.54cm
  • The 'padding-bottom' property handles a nominal length value in centimeters.
padding-bottom-040 Padding-bottom using centimeters with a nominal value with a plus sign, +2.54cm
  • The 'padding-bottom' property handles a nominal length value in centimeters with a plus sign.
padding-bottom-045 Padding-bottom using millimeters with a minimum minus one value, -1mm
  • The 'padding-bottom' property handles a minimum minus one length value in millimeters.
padding-bottom-046 Padding-bottom using millimeters with a minimum value, 0mm
  • The 'padding-bottom' property handles a minimum length value in millimeters.
padding-bottom-047 Padding-bottom using millimeters with a minimum plus one value, 1mm
  • The 'padding-bottom' property handles a minimum plus one length value in millimeters.
padding-bottom-048 Padding-bottom using millimeters with a negative zero value, -0mm
  • The 'padding-bottom' property handles a negative zero length value in millimeters.
padding-bottom-049 Padding-bottom using millimeters with a positive zero value, +0mm
  • The 'padding-bottom' property handles a positive zero length value in millimeters.
padding-bottom-050 Padding-bottom using millimeters with a nominal value, 25.4mm
  • The 'padding-bottom' property handles a nominal length value in millimeters.
padding-bottom-051 Padding-bottom using millimeters with a nominal value with a plus sign, +25.4mm
  • The 'padding-bottom' property handles a nominal length value in millimeters with a plus sign.
padding-bottom-056 Padding-bottom using inches with a minimum minus one value, -1in
  • The 'padding-bottom' property handles a minimum minus one length value in inches.
padding-bottom-057 Padding-bottom using inches with a minimum value, 0in
  • The 'padding-bottom' property handles a minimum length value in inches.
padding-bottom-058 Padding-bottom using inches with a minimum plus one value, 1in
  • The 'padding-bottom' property handles a minimum plus one length value in inches.
padding-bottom-059 Padding-bottom using inches with a negative zero value, -0in
  • The 'padding-bottom' property handles a negative zero length value in inches.
padding-bottom-060 Padding-bottom using inches with a positive zero value, +0in
  • The 'padding-bottom' property handles a positive zero length value in inches.
padding-bottom-061 Padding-bottom using inches with a nominal value, 3in
  • The 'padding-bottom' property handles a nominal length value in inches.
padding-bottom-062 Padding-bottom using inches with a nominal value with a plus sign, +3in
  • The 'padding-bottom' property handles a nominal length value in inches with a plus sign.
padding-bottom-067 Ahem Padding-bottom using 'em' units with a minimum minus one value, -1em
  • The 'padding-bottom' property handles a minimum minus one length value in 'em' units.
padding-bottom-068 Ahem Padding-bottom using 'em' units with a minimum value, 0em
  • The 'padding-bottom' property handles a minimum length value in 'em' units.
padding-bottom-069 Ahem Padding-bottom using 'em' units with a minimum plus one value, 1em
  • The 'padding-bottom' property handles a minimum plus one length value in 'em' units.
padding-bottom-070 Ahem Padding-bottom using 'em' units with a negative zero value, -0em
  • The 'padding-bottom' property handles a negative zero length value in 'em' units.
padding-bottom-071 Ahem Padding-bottom using 'em' units with a positive zero value, +0em
  • The 'padding-bottom' property handles a positive zero length value in 'em' units.
padding-bottom-072 Ahem Padding-bottom using 'em' units with a nominal value, 6em
  • The 'padding-bottom' property handles a nominal length value in 'em' units.
padding-bottom-073 Ahem Padding-bottom using 'em' units with a nominal value with a plus sign, +6ex
  • The 'padding-bottom' property handles a nominal length value in 'em' units with a plus sign.
padding-bottom-078 Ahem Padding-bottom using 'ex' units with a minimum minus one value, -1ex
  • The 'padding-bottom' property handles a minimum minus one length value in 'ex' units.
padding-bottom-079 Ahem Padding-bottom using 'ex' units with a minimum value, 0ex
  • The 'padding-bottom' property handles a minimum length value in 'ex' units.
padding-bottom-080 Ahem Padding-bottom using 'ex' units with a minimum plus one value, 1ex
  • The 'padding-bottom' property handles a minimum plus one length value in 'ex' units.
padding-bottom-081 Ahem Padding-bottom using 'ex' units with a negative zero value, -0ex
  • The 'padding-bottom' property handles a negative zero length value in 'ex' units.
padding-bottom-082 Ahem Padding-bottom using 'ex' units with a positive zero value, +0ex
  • The 'padding-bottom' property handles a positive zero length value in 'ex' units.
padding-bottom-083 Ahem Padding-bottom using 'ex' units with a nominal value, 7.5ex
  • The 'padding-bottom' property handles a nominal length value in 'ex' units.
padding-bottom-084 Ahem Padding-bottom using 'ex' units with a nominal value with a plus sign, +7.5ex
  • The 'padding-bottom' property handles a nominal length value in 'ex' units with a plus sign.
padding-bottom-089 Padding-bottom using percentage with a minimum minus one value, -1%
  • The 'padding-bottom' property handles a minimum minus one length value in percentage.
padding-bottom-090 Padding-bottom using percentage with a minimum value, 0%
  • The 'padding-bottom' property handles a minimum length value in percentage.
padding-bottom-091 Padding-bottom using percentage with a minimum plus one value, 1%
  • The 'padding-bottom' property handles a minimum plus one length value in percentage.
padding-bottom-092 Padding-bottom using percentage with a negative zero value, -0%
  • The 'padding-bottom' property handles a negative zero length value in percentage.
padding-bottom-093 Padding-bottom using percentage with a positive zero value, +0%
  • The 'padding-bottom' property handles a positive zero length value in percentage.
padding-bottom-094 Padding-bottom using percentage with a nominal value, 50%
  • The 'padding-bottom' property handles a nominal length value in percentage.
padding-bottom-095 Padding-bottom using percentage with a nominal value with a plus sign, +50%
  • The 'padding-bottom' property handles a nominal length value in percentage with a plus sign.
padding-bottom-100 Padding-bottom with a negative zero value and no units, -0
  • The 'padding-bottom' property handles a negative zero length value with no units.
padding-bottom-101 Padding-bottom with a zero value and no units, 0
  • The 'padding-bottom' property handles a zero length value with no units.
padding-bottom-102 Padding-bottom with a positive zero value and no units, +0
  • The 'padding-bottom' property handles a positive zero length value with no units.
padding-bottom-103 Padding-bottom using the 'inherit' value
  • The 'padding-bottom' property handles the 'inherit' value.
padding-bottom-applies-to-001 Padding-bottom applied to element with display table-row-group
  • The 'padding-bottom' property does not apply to elements with a display of table-row-group.
padding-bottom-applies-to-002 Padding-bottom applied to element with display table-header-group
  • The 'padding-bottom' property does not apply to elements with a display of table-header-group.
padding-bottom-applies-to-003 Padding-bottom applied to element with display table-footer-group
  • The 'padding-bottom' property does not apply to elements with a display of table-footer-group.
padding-bottom-applies-to-004 Padding-bottom applied to element with display table-row
  • The 'padding-bottom' property does not apply to elements with a display of table-row.
padding-bottom-applies-to-005 Padding-bottom applied to element with display table-column-group
  • The 'padding-bottom' property does not apply to elements with a display of table-column-group.
padding-bottom-applies-to-006 Padding-bottom applied to element with display table-column
  • The 'padding-bottom' property does not apply to elements with a display of table-column.
padding-bottom-applies-to-007 Padding-bottom applied to element with display table-cell
  • The 'padding-bottom' property applies to elements with a display of table-cell.
padding-bottom-applies-to-008 Padding-bottom applied to element with display inline
  • The 'padding-bottom' property applies to elements with a display of inline.
padding-bottom-applies-to-009 Padding-bottom applied to element with display block
  • The 'padding-bottom' property applies to elements with a display of block.
padding-bottom-applies-to-010 Padding-bottom applied to element with display list-item
  • The 'padding-bottom' property applies to elements with a display of list-item.
padding-bottom-applies-to-011 Padding-bottom applied to element with display run-in
  • The 'padding-bottom' property applies to elements with a display of run-in.
padding-bottom-applies-to-012 Padding-bottom applied to element with display inline-block
  • The 'padding-bottom' property applies to elements with a display of inline-block.
padding-bottom-applies-to-013 Padding-bottom applied to element with display table
  • The 'padding-bottom' property applies to elements with a display of table.
padding-bottom-applies-to-014 Padding-bottom applied to element with display inline-table
  • The 'padding-bottom' property applies to elements with a display of inline-table.
padding-bottom-applies-to-015 Padding-bottom applied to element with display table-caption
  • The 'padding-bottom' property applies to elements with a display of table-caption.
padding-em-inherit-001 Bitmaps inherit applied on padding set with em
  • The 'em' unit is equal to the computed value of the 'font-size' property of the element on which it is used. When inherit keyword is used, the property takes the same computed value - a length value in this testcase - as the property for the element's parent.
padding-left-001 Padding-left using pixels with a minimum minus one value, -1px
  • The 'padding-left' property handles a minimum minus one length value in pixels.
padding-left-002 Padding-left using pixels with a minimum value, 0px
  • The 'padding-left' property handles a minimum length value in pixels.
padding-left-003 Padding-left using pixels with a minimum plus one value, 1px
  • The 'padding-left' property handles a minimum plus one length value in pixels.
padding-left-004 Padding-left using pixels with a negative zero value, -0px
  • The 'padding-left' property handles a negative zero length value in pixels.
padding-left-005 Padding-left using pixels with a positive zero value, +0px
  • The 'padding-left' property handles a positive zero length value in pixels.
padding-left-006 Padding-left using pixels with a nominal value, 96px
  • The 'padding-left' property handles a nominal length value in pixels.
padding-left-007 Padding-left using pixels with a nominal value with a plus sign, +96px
  • The 'padding-left' property handles a nominal length value in pixels with a plus sign.
padding-left-012 Padding-left using points with a minimum minus one value, -1pt
  • The 'padding-left' property handles a minimum minus one length value in points.
padding-left-013 Padding-left using points with a minimum value, 0pt
  • The 'padding-left' property handles a minimum length value in points.
padding-left-015 Padding-left using points with a negative zero value, -0pt
  • The 'padding-left' property handles a negative zero length value in points.
padding-left-016 Padding-left using points with a positive zero value, +0pt
  • The 'padding-left' property handles a positive zero length value in points.
padding-left-017 Padding-left using points with a nominal value, 72pt
  • The 'padding-left' property handles a nominal length value in points.
padding-left-018 Padding-left using points with a nominal value with a plus sign, +72pt
  • The 'padding-left' property handles a nominal length value in points with a plus sign.
padding-left-023 Padding-left using picas with a minimum minus one value, -1pc
  • The 'padding-left' property handles a minimum minus one length value in picas.
padding-left-024 Padding-left using picas with a minimum value, 0pc
  • The 'padding-left' property handles a minimum length value in picas.
padding-left-025 Padding-left using picas with a minimum plus one value, 1pc
  • The 'padding-left' property handles a minimum plus one length value in picas.
padding-left-026 Padding-left using picas with a negative zero value, -0pc
  • The 'padding-left' property handles a negative zero length value in picas.
padding-left-027 Padding-left using picas with a positive zero value, +0pc
  • The 'padding-left' property handles a positive zero length value in picas.
padding-left-028 Padding-left using picas with a nominal value, 6pc
  • The 'padding-left' property handles a nominal length value in picas.
padding-left-029 Padding-left using picas with a nominal value with a plus sign, +6pc
  • The 'padding-left' property handles a nominal length value in picas with a plus sign.
padding-left-034 Padding-left using centimeters with a minimum minus one value, -1cm
  • The 'padding-left' property handles a minimum minus one length value in centimeters.
padding-left-035 Padding-left using centimeters with a minimum value, 0cm
  • The 'padding-left' property handles a minimum length value in centimeters.
padding-left-036 Padding-left using centimeters with a minimum plus one value, 1cm
  • The 'padding-left' property handles a minimum plus one length value in centimeters.
padding-left-037 Padding-left using centimeters with a negative zero value, -0cm
  • The 'padding-left' property handles a negative zero length value in centimeters.
padding-left-038 Padding-left using centimeters with a positive zero value, +0cm
  • The 'padding-left' property handles a positive zero length value in centimeters.
padding-left-039 Padding-left using centimeters with a nominal value, 2.54cm
  • The 'padding-left' property handles a nominal length value in centimeters.
padding-left-040 Padding-left using centimeters with a nominal value with a plus sign, +2.54cm
  • The 'padding-left' property handles a nominal length value in centimeters with a plus sign.
padding-left-045 Padding-left using millimeters with a minimum minus one value, -1mm
  • The 'padding-left' property handles a minimum minus one length value in millimeters.
padding-left-046 Padding-left using millimeters with a minimum value, 0mm
  • The 'padding-left' property handles a minimum length value in millimeters.
padding-left-047 Padding-left using millimeters with a minimum plus one value, 1mm
  • The 'padding-left' property handles a minimum plus one length value in millimeters.
padding-left-048 Padding-left using millimeters with a negative zero value, -0mm
  • The 'padding-left' property handles a negative zero length value in millimeters.
padding-left-049 Padding-left using millimeters with a positive zero value, +0mm
  • The 'padding-left' property handles a positive zero length value in millimeters.
padding-left-050 Padding-left using millimeters with a nominal value, 25.4mm
  • The 'padding-left' property handles a nominal length value in millimeters.
padding-left-051 Padding-left using millimeters with a nominal value with a plus sign, +25.4mm
  • The 'padding-left' property handles a nominal length value in millimeters with a plus sign.
padding-left-056 Padding-left using inches with a minimum minus one value, -1in
  • The 'padding-left' property handles a minimum minus one length value in inches.
padding-left-057 Padding-left using inches with a minimum value, 0in
  • The 'padding-left' property handles a minimum length value in inches.
padding-left-058 Padding-left using inches with a minimum plus one value, 1in
  • The 'padding-left' property handles a minimum plus one length value in inches.
padding-left-059 Padding-left using inches with a negative zero value, -0in
  • The 'padding-left' property handles a negative zero length value in inches.
padding-left-060 Padding-left using inches with a positive zero value, +0in
  • The 'padding-left' property handles a positive zero length value in inches.
padding-left-061 Padding-left using inches with a nominal value, 3in
  • The 'padding-left' property handles a nominal length value in inches.
padding-left-062 Padding-left using inches with a nominal value with a plus sign, +3in
  • The 'padding-left' property handles a nominal length value in inches with a plus sign.
padding-left-067 Ahem Padding-left using 'em' units with a minimum minus one value, -1em
  • The 'padding-left' property handles a minimum minus one length value in 'em' units.
padding-left-068 Ahem Padding-left using 'em' units with a minimum value, 0em
  • The 'padding-left' property handles a minimum length value in 'em' units.
padding-left-069 Ahem Padding-left using 'em' units with a minimum plus one value, 1em
  • The 'padding-left' property handles a minimum plus one length value in 'em' units.
padding-left-070 Ahem Padding-left using 'em' units with a negative zero value, -0em
  • The 'padding-left' property handles a negative zero length value in 'em' units.
padding-left-071 Ahem Padding-left using 'em' units with a positive zero value, +0em
  • The 'padding-left' property handles a positive zero length value in 'em' units.
padding-left-072 Ahem Padding-left using 'em' units with a nominal value, 6em
  • The 'padding-left' property handles a nominal length value in 'em' units.
padding-left-073 Ahem Padding-left using 'em' units with a nominal value with a plus sign, +6ex
  • The 'padding-left' property handles a nominal length value in 'em' units with a plus sign.
padding-left-078 Ahem Padding-left using 'ex' units with a minimum minus one value, -1ex
  • The 'padding-left' property handles a minimum minus one length value in 'ex' units.
padding-left-079 Ahem Padding-left using 'ex' units with a minimum value, 0ex
  • The 'padding-left' property handles a minimum length value in 'ex' units.
padding-left-080 Ahem Padding-left using 'ex' units with a minimum plus one value, 1ex
  • The 'padding-left' property handles a minimum plus one length value in 'ex' units.
padding-left-081 Ahem Padding-left using 'ex' units with a negative zero value, -0ex
  • The 'padding-left' property handles a negative zero length value in 'ex' units.
padding-left-082 Ahem Padding-left using 'ex' units with a positive zero value, +0ex
  • The 'padding-left' property handles a positive zero length value in 'ex' units.
padding-left-083 Ahem Padding-left using 'ex' units with a nominal value, 6ex
  • The 'padding-left' property handles a nominal length value in 'ex' units.
padding-left-084 Ahem Padding-left using 'ex' units with a nominal value with a plus sign, +6ex
  • The 'padding-left' property handles a nominal length value in 'ex' units with a plus sign.
padding-left-089 Padding-left using percentage with a minimum minus one value, -1%
  • The 'padding-left' property handles a minimum minus one length value in percentage.
padding-left-090 Padding-left using percentage with a minimum value, 0%
  • The 'padding-left' property handles a minimum length value in percentage.
padding-left-091 Padding-left using percentage with a minimum plus one value, 1%
  • The 'padding-left' property handles a minimum plus one length value in percentage.
padding-left-092 Padding-left using percentage with a negative zero value, -0%
  • The 'padding-left' property handles a negative zero length value in percentage.
padding-left-093 Padding-left using percentage with a positive zero value, +0%
  • The 'padding-left' property handles a positive zero length value in percentage.
padding-left-094 Padding-left using percentage with a nominal value, 50%
  • The 'padding-left' property handles a nominal length value in percentage.
padding-left-095 Padding-left using percentage with a nominal value with a plus sign, +50%
  • The 'padding-left' property handles a nominal length value in percentage with a plus sign.
padding-left-100 Padding-left with a negative zero value and no units, -0
  • The 'padding-left' property handles a negative zero length value with no units.
padding-left-101 Padding-left with a zero value and no units, 0
  • The 'padding-left' property handles a zero length value with no units.
padding-left-102 Padding-left with a positive zero value and no units, +0
  • The 'padding-left' property handles a positive zero length value with no units.
padding-left-103 Padding-left using the 'inherit' value
  • The 'padding-left' property handles the 'inherit' value.
padding-left-applies-to-001 Padding-left applied to element with display table-row-group
  • The 'padding-left' property does not apply to elements with a display of table-row-group.
padding-left-applies-to-002 Padding-left applied to element with display table-header-group
  • The 'padding-left' property does not apply to elements with a display of table-header-group.
padding-left-applies-to-003 Padding-left applied to element with display table-footer-group
  • The 'padding-left' property does not apply to elements with a display of table-footer-group.
padding-left-applies-to-004 Padding-left applied to element with display table-row
  • The 'padding-left' property does not apply to elements with a display of table-row.
padding-left-applies-to-005 Padding-left applied to element with display table-column-group
  • The 'padding-left' property does not apply to elements with a display of table-column-group.
padding-left-applies-to-006 Padding-left applied to element with display table-column
  • The 'padding-left' property does not apply to elements with a display of table-column.
padding-left-applies-to-007 Padding-left applied to element with display table-cell
  • The 'padding-left' property applies to elements with a display of table-cell.
padding-left-applies-to-008 Padding-left applied to element with display inline
  • The 'padding-left' property applies to elements with a display of inline.
padding-left-applies-to-009 Padding-left applied to element with display block
  • The 'padding-left' property applies to elements with a display of block.
padding-left-applies-to-010 Padding-left applied to element with display list-item
  • The 'padding-left' property applies to elements with a display of list-item.
padding-left-applies-to-011 Padding-left applied to element with display run-in
  • The 'padding-left' property applies to elements with a display of run-in.
padding-left-applies-to-012 Padding-left applied to element with display inline-block
  • The 'padding-left' property applies to elements with a display of inline-block.
padding-left-applies-to-013 Padding-left applied to element with display table
  • The 'padding-left' property applies to elements with a display of table.
padding-left-applies-to-014 Padding-left applied to element with display inline-table
  • The 'padding-left' property applies to elements with a display of inline-table.
padding-left-applies-to-015 Padding-left applied to element with display table-caption
  • The 'padding-left' property applies to elements with a display of table-caption.
padding-percentage-inherit-001 Bitmaps padding - inherit applied on padding percentage
  • A padding percentage is calculated with respect to the width of the generated box's containing block. When inherit keyword is used, the property takes the same computed value - a percentage value in this testcase - as the property for the element's parent.
padding-percentage-undefined-001 Padding with percentage determined by containing block
  • Potential circular reference cannot cause the user agent to crash or hang.
padding-right-001 Padding-right using pixels with a minimum minus one value, -1px
  • The 'padding-right' property handles a minimum minus one length value in pixels.
padding-right-002 Padding-right using pixels with a minimum value, 0px
  • The 'padding-right' property handles a minimum length value in pixels.
padding-right-003 Padding-right using pixels with a minimum plus one value, 1px
  • The 'padding-right' property handles a minimum plus one length value in pixels.
padding-right-004 Padding-right using pixels with a negative zero value, -0px
  • The 'padding-right' property handles a negative zero length value in pixels.
padding-right-005 Padding-right using pixels with a positive zero value, +0px
  • The 'padding-right' property handles a positive zero length value in pixels.
padding-right-006 Padding-right using pixels with a nominal value, 96px
  • The 'padding-right' property handles a nominal length value in pixels.
padding-right-007 Padding-right using pixels with a nominal value with a plus sign, +96px
  • The 'padding-right' property handles a nominal length value in pixels with a plus sign.
padding-right-012 Padding-right using points with a minimum minus one value, -1pt
  • The 'padding-right' property handles a minimum minus one length value in points.
padding-right-013 Padding-right using points with a minimum value, 0pt
  • The 'padding-right' property handles a minimum length value in points.
padding-right-015 Padding-right using points with a negative zero value, -0pt
  • The 'padding-right' property handles a negative zero length value in points.
padding-right-016 Padding-right using points with a positive zero value, +0pt
  • The 'padding-right' property handles a positive zero length value in points.
padding-right-017 Padding-right using points with a nominal value, 72pt
  • The 'padding-right' property handles a nominal length value in points.
padding-right-018 Padding-right using points with a nominal value with a plus sign, +72pt
  • The 'padding-right' property handles a nominal length value in points with a plus sign.
padding-right-023 Padding-right using picas with a minimum minus one value, -1pc
  • The 'padding-right' property handles a minimum minus one length value in picas.
padding-right-024 Padding-right using picas with a minimum value, 0pc
  • The 'padding-right' property handles a minimum length value in picas.
padding-right-025 Padding-right using picas with a minimum plus one value, 1pc
  • The 'padding-right' property handles a minimum plus one length value in picas.
padding-right-026 Padding-right using picas with a negative zero value, -0pc
  • The 'padding-right' property handles a negative zero length value in picas.
padding-right-027 Padding-right using picas with a positive zero value, +0pc
  • The 'padding-right' property handles a positive zero length value in picas.
padding-right-028 Padding-right using picas with a nominal value, 6pc
  • The 'padding-right' property handles a nominal length value in picas.
padding-right-029 Padding-right using picas with a nominal value with a plus sign, +6pc
  • The 'padding-right' property handles a nominal length value in picas with a plus sign.
padding-right-034 Padding-right using centimeters with a minimum minus one value, -1cm
  • The 'padding-right' property handles a minimum minus one length value in centimeters.
padding-right-035 Padding-right using centimeters with a minimum value, 0cm
  • The 'padding-right' property handles a minimum length value in centimeters.
padding-right-036 Padding-right using centimeters with a minimum plus one value, 1cm
  • The 'padding-right' property handles a minimum plus one length value in centimeters.
padding-right-037 Padding-right using centimeters with a negative zero value, -0cm
  • The 'padding-right' property handles a negative zero length value in centimeters.
padding-right-038 Padding-right using centimeters with a positive zero value, +0cm
  • The 'padding-right' property handles a positive zero length value in centimeters.
padding-right-039 Padding-right using centimeters with a nominal value, 2.54cm
  • The 'padding-right' property handles a nominal length value in centimeters.
padding-right-040 Padding-right using centimeters with a nominal value with a plus sign, +2.54cm
  • The 'padding-right' property handles a nominal length value in centimeters with a plus sign.
padding-right-045 Padding-right using millimeters with a minimum minus one value, -1mm
  • The 'padding-right' property handles a minimum minus one length value in millimeters.
padding-right-046 Padding-right using millimeters with a minimum value, 0mm
  • The 'padding-right' property handles a minimum length value in millimeters.
padding-right-047 Padding-right using millimeters with a minimum plus one value, 1mm
  • The 'padding-right' property handles a minimum plus one length value in millimeters.
padding-right-048 Padding-right using millimeters with a negative zero value, -0mm
  • The 'padding-right' property handles a negative zero length value in millimeters.
padding-right-049 Padding-right using millimeters with a positive zero value, +0mm
  • The 'padding-right' property handles a positive zero length value in millimeters.
padding-right-050 Padding-right using millimeters with a nominal value, 25.4mm
  • The 'padding-right' property handles a nominal length value in millimeters.
padding-right-051 Padding-right using millimeters with a nominal value with a plus sign, +25.4mm
  • The 'padding-right' property handles a nominal length value in millimeters with a plus sign.
padding-right-056 Padding-right using inches with a minimum minus one value, -1in
  • The 'padding-right' property handles a minimum minus one length value in inches.
padding-right-057 Padding-right using inches with a minimum value, 0in
  • The 'padding-right' property handles a minimum length value in inches.
padding-right-058 Padding-right using inches with a minimum plus one value, 1in
  • The 'padding-right' property handles a minimum plus one length value in inches.
padding-right-059 Padding-right using inches with a negative zero value, -0in
  • The 'padding-right' property handles a negative zero length value in inches.
padding-right-060 Padding-right using inches with a positive zero value, +0in
  • The 'padding-right' property handles a positive zero length value in inches.
padding-right-061 Padding-right using inches with a nominal value, 3in
  • The 'padding-right' property handles a nominal length value in inches.
padding-right-062 Padding-right using inches with a nominal value with a plus sign, +3in
  • The 'padding-right' property handles a nominal length value in inches with a plus sign.
padding-right-067 Ahem Padding-right using 'em' units with a minimum minus one value, -1em
  • The 'padding-right' property handles a minimum minus one length value in 'em' units.
padding-right-068 Ahem Padding-right using 'em' units with a minimum value, 0em
  • The 'padding-right' property handles a minimum length value in 'em' units.
padding-right-069 Ahem Padding-right using 'em' units with a minimum plus one value, 1em
  • The 'padding-right' property handles a minimum plus one length value in 'em' units.
padding-right-070 Ahem Padding-right using 'em' units with a negative zero value, -0em
  • The 'padding-right' property handles a negative zero length value in 'em' units.
padding-right-071 Ahem Padding-right using 'em' units with a positive zero value, +0em
  • The 'padding-right' property handles a positive zero length value in 'em' units.
padding-right-072 Ahem Padding-right using 'em' units with a nominal value, 6em
  • The 'padding-right' property handles a nominal length value in 'em' units.
padding-right-073 Ahem Padding-right using 'em' units with a nominal value with a plus sign, +6ex
  • The 'padding-right' property handles a nominal length value in 'em' units with a plus sign.
padding-right-078 Ahem Padding-right using 'ex' units with a minimum minus one value, -1ex
  • The 'padding-right' property handles a minimum minus one length value in 'ex' units.
padding-right-079 Ahem Padding-right using 'ex' units with a minimum value, 0ex
  • The 'padding-right' property handles a minimum length value in 'ex' units.
padding-right-080 Ahem Padding-right using 'ex' units with a minimum plus one value, 1ex
  • The 'padding-right' property handles a minimum plus one length value in 'ex' units.
padding-right-081 Ahem Padding-right using 'ex' units with a negative zero value, -0ex
  • The 'padding-right' property handles a negative zero length value in 'ex' units.
padding-right-082 Ahem Padding-right using 'ex' units with a positive zero value, +0ex
  • The 'padding-right' property handles a positive zero length value in 'ex' units.
padding-right-083 Ahem Padding-right using 'ex' units with a nominal value, 6ex
  • The 'padding-right' property handles a nominal length value in 'ex' units.
padding-right-084 Ahem Padding-right using 'ex' units with a nominal value with a plus sign, +6ex
  • The 'padding-right' property handles a nominal length value in 'ex' units with a plus sign.
padding-right-089 Padding-right using percentage with a minimum minus one value, -1%
  • The 'padding-right' property handles a minimum minus one length value in percentage.
padding-right-090 Padding-right using percentage with a minimum value, 0%
  • The 'padding-right' property handles a minimum length value in percentage.
padding-right-091 Padding-right using percentage with a minimum plus one value, 1%
  • The 'padding-right' property handles a minimum plus one length value in percentage.
padding-right-092 Padding-right using percentage with a negative zero value, -0%
  • The 'padding-right' property handles a negative zero length value in percentage.
padding-right-093 Padding-right using percentage with a positive zero value, +0%
  • The 'padding-right' property handles a positive zero length value in percentage.
padding-right-094 Padding-right using percentage with a nominal value, 50%
  • The 'padding-right' property handles a nominal length value in percentage.
padding-right-095 Padding-right using percentage with a nominal value with a plus sign, +50%
  • The 'padding-right' property handles a nominal length value in percentage with a plus sign.
padding-right-100 Padding-right with a negative zero value and no units, -0
  • The 'padding-right' property handles a negative zero length value with no units.
padding-right-101 Padding-right with a zero value and no units, 0
  • The 'padding-right' property handles a zero length value with no units.
padding-right-102 Padding-right with a positive zero value and no units, +0
  • The 'padding-right' property handles a positive zero length value with no units.
padding-right-103 Padding-right using the 'inherit' value
  • The 'padding-right' property handles the 'inherit' value.
padding-right-applies-to-001 Padding-right applied to element with display table-row-group
  • The 'padding-right' property does not apply to elements with a display of table-row-group.
padding-right-applies-to-002 Padding-right applied to element with display table-header-group
  • The 'padding-right' property does not apply to elements with a display of table-header-group.
padding-right-applies-to-003 Padding-right applied to element with display table-footer-group
  • The 'padding-right' property does not apply to elements with a display of table-footer-group.
padding-right-applies-to-004 Padding-right applied to element with display table-row
  • The 'padding-right' property does not apply to elements with a display of table-row.
padding-right-applies-to-005 Padding-right applied to element with display table-column-group
  • The 'padding-right' property does not apply to elements with a display of table-column-group.
padding-right-applies-to-006 Padding-right applied to element with display table-column
  • The 'padding-right' property does not apply to elements with a display of table-column.
padding-right-applies-to-007 Padding-right applied to element with display table-cell
  • The 'padding-right' property applies to elements with a display of table-cell.
padding-right-applies-to-008 Padding-right applied to element with display inline
  • The 'padding-right' property applies to elements with a display of inline.
padding-right-applies-to-009 Padding-right applied to element with display block
  • The 'padding-right' property applies to elements with a display of block.
padding-right-applies-to-010 Padding-right applied to element with display list-item
  • The 'padding-right' property applies to elements with a display of list-item.
padding-right-applies-to-011 Padding-right applied to element with display run-in
  • The 'padding-right' property applies to elements with a display of run-in.
padding-right-applies-to-012 Padding-right applied to element with display inline-block
  • The 'padding-right' property applies to elements with a display of inline-block.
padding-right-applies-to-013 Padding-right applied to element with display table
  • The 'padding-right' property applies to elements with a display of table.
padding-right-applies-to-014 Padding-right applied to element with display inline-table
  • The 'padding-right' property applies to elements with a display of inline-table.
padding-right-applies-to-015 Padding-right applied to element with display table-caption
  • The 'padding-right' property applies to elements with a display of table-caption.
padding-shorthand-001 Bitmaps Padding shorthand - One value application to all sides
  • Applying a single value to the padding property replicates it to all sides of the element.
padding-shorthand-002 Bitmaps Padding shorthand - two values application top, bottom and left, right
  • Applying two values to the padding property applies the first value to the top and bottom and the second to the left and right.
padding-shorthand-003 Bitmaps Padding shorthand - three values application top and left, right and bottom
  • Applying three values to the padding property applies the first value to the top the second value to the left and right and the third value to the bottom.
padding-shorthand-004 Bitmaps Padding shorthand - Four values application top, left, right, bottom
  • Applying four values to the padding property applies the values top, right, bottom, left, respectively.
padding-top-001 Padding-top using pixels with a minimum minus one value, -1px
  • The 'padding-top' property handles a minimum minus one length value in pixels.
padding-top-002 Padding-top using pixels with a minimum value, 0px
  • The 'padding-top' property handles a minimum length value in pixels.
padding-top-003 Padding-top using pixels with a minimum plus one value, 1px
  • The 'padding-top' property handles a minimum plus one length value in pixels.
padding-top-004 Padding-top using pixels with a negative zero value, -0px
  • The 'padding-top' property handles a negative zero length value in pixels.
padding-top-005 Padding-top using pixels with a positive zero value, +0px
  • The 'padding-top' property handles a positive zero length value in pixels.
padding-top-006 Padding-top using pixels with a nominal value, 96px
  • The 'padding-top' property handles a nominal length value in pixels.
padding-top-007 Padding-top using pixels with a nominal value with a plus sign, +96px
  • The 'padding-top' property handles a nominal length value in pixels with a plus sign.
padding-top-012 Padding-top using points with a minimum minus one value, -1pt
  • The 'padding-top' property handles a minimum minus one length value in points.
padding-top-013 Padding-top using points with a minimum value, 0pt
  • The 'padding-top' property handles a minimum length value in points.
padding-top-014 Padding-top using points with a minimum plus one value, 1pt
  • The 'padding-top' property handles a minimum plus one length value in points.
padding-top-015 Padding-top using points with a negative zero value, -0pt
  • The 'padding-top' property handles a negative zero length value in points.
padding-top-016 Padding-top using points with a positive zero value, +0pt
  • The 'padding-top' property handles a positive zero length value in points.
padding-top-017 Padding-top using points with a nominal value, 72pt
  • The 'padding-top' property handles a nominal length value in points.
padding-top-018 Padding-top using points with a nominal value with a plus sign, +72pt
  • The 'padding-top' property handles a nominal length value in points with a plus sign.
padding-top-023 Padding-top using picas with a minimum minus one value, -1pc
  • The 'padding-top' property handles a minimum minus one length value in picas.
padding-top-024 Padding-top using picas with a minimum value, 0pc
  • The 'padding-top' property handles a minimum length value in picas.
padding-top-025 Padding-top using picas with a minimum plus one value, 1pc
  • The 'padding-top' property handles a minimum plus one length value in picas.
padding-top-026 Padding-top using picas with a negative zero value, -0pc
  • The 'padding-top' property handles a negative zero length value in picas.
padding-top-027 Padding-top using picas with a positive zero value, +0pc
  • The 'padding-top' property handles a positive zero length value in picas.
padding-top-028 Padding-top using picas with a nominal value, 6pc
  • The 'padding-top' property handles a nominal length value in picas.
padding-top-029 Padding-top using picas with a nominal value with a plus sign, +6pc
  • The 'padding-top' property handles a nominal length value in picas with a plus sign.
padding-top-034 Padding-top using centimeters with a minimum minus one value, -1cm
  • The 'padding-top' property handles a minimum minus one length value in centimeters.
padding-top-035 Padding-top using centimeters with a minimum value, 0cm
  • The 'padding-top' property handles a minimum length value in centimeters.
padding-top-036 Padding-top using centimeters with a minimum plus one value, 1cm
  • The 'padding-top' property handles a minimum plus one length value in centimeters.
padding-top-037 Padding-top using centimeters with a negative zero value, -0cm
  • The 'padding-top' property handles a negative zero length value in centimeters.
padding-top-038 Padding-top using centimeters with a positive zero value, +0cm
  • The 'padding-top' property handles a positive zero length value in centimeters.
padding-top-039 Padding-top using centimeters with a nominal value, 2.54cm
  • The 'padding-top' property handles a nominal length value in centimeters.
padding-top-040 Padding-top using centimeters with a nominal value with a plus sign, +2.54cm
  • The 'padding-top' property handles a nominal length value in centimeters with a plus sign.
padding-top-045 Padding-top using millimeters with a minimum minus one value, -1mm
  • The 'padding-top' property handles a minimum minus one length value in millimeters.
padding-top-046 Padding-top using millimeters with a minimum value, 0mm
  • The 'padding-top' property handles a minimum length value in millimeters.
padding-top-047 Padding-top using millimeters with a minimum plus one value, 1mm
  • The 'padding-top' property handles a minimum plus one length value in millimeters.
padding-top-048 Padding-top using millimeters with a negative zero value, -0mm
  • The 'padding-top' property handles a negative zero length value in millimeters.
padding-top-049 Padding-top using millimeters with a positive zero value, +0mm
  • The 'padding-top' property handles a positive zero length value in millimeters.
padding-top-050 Padding-top using millimeters with a nominal value, 25.4mm
  • The 'padding-top' property handles a nominal length value in millimeters.
padding-top-051 Padding-top using millimeters with a nominal value with a plus sign, +25.4mm
  • The 'padding-top' property handles a nominal length value in millimeters with a plus sign.
padding-top-056 Padding-top using inches with a minimum minus one value, -1in
  • The 'padding-top' property handles a minimum minus one length value in inches.
padding-top-057 Padding-top using inches with a minimum value, 0in
  • The 'padding-top' property handles a minimum length value in inches.
padding-top-058 Padding-top using inches with a minimum plus one value, 1in
  • The 'padding-top' property handles a minimum plus one length value in inches.
padding-top-059 Padding-top using inches with a negative zero value, -0in
  • The 'padding-top' property handles a negative zero length value in inches.
padding-top-060 Padding-top using inches with a positive zero value, +0in
  • The 'padding-top' property handles a positive zero length value in inches.
padding-top-061 Padding-top using inches with a nominal value, 3in
  • The 'padding-top' property handles a nominal length value in inches.
padding-top-062 Padding-top using inches with a nominal value with a plus sign, +3in
  • The 'padding-top' property handles a nominal length value in inches with a plus sign.
padding-top-067 Ahem Padding-top using 'em' units with a minimum minus one value, -1em
  • The 'padding-top' property handles a minimum minus one length value in 'em' units.
padding-top-068 Ahem Padding-top using 'em' units with a minimum value, 0em
  • The 'padding-top' property handles a minimum length value in 'em' units.
padding-top-069 Ahem Padding-top using 'em' units with a minimum plus one value, 1em
  • The 'padding-top' property handles a minimum plus one length value in 'em' units.
padding-top-070 Ahem Padding-top using 'em' units with a negative zero value, -0em
  • The 'padding-top' property handles a negative zero length value in 'em' units.
padding-top-071 Ahem Padding-top using 'em' units with a positive zero value, +0em
  • The 'padding-top' property handles a positive zero length value in 'em' units.
padding-top-072 Ahem Padding-top using 'em' units with a nominal value, 6em
  • The 'padding-top' property handles a nominal length value in 'em' units.
padding-top-073 Ahem Padding-top using 'em' units with a nominal value with a plus sign, +6ex
  • The 'padding-top' property handles a nominal length value in 'em' units with a plus sign.
padding-top-078 Ahem Padding-top using 'ex' units with a minimum minus one value, -1ex
  • The 'padding-top' property handles a minimum minus one length value in 'ex' units.
padding-top-079 Ahem Padding-top using 'ex' units with a minimum value, 0ex
  • The 'padding-top' property handles a minimum length value in 'ex' units.
padding-top-080 Ahem Padding-top using 'ex' units with a minimum plus one value, 1ex
  • The 'padding-top' property handles a minimum plus one length value in 'ex' units.
padding-top-081 Ahem Padding-top using 'ex' units with a negative zero value, -0ex
  • The 'padding-top' property handles a negative zero length value in 'ex' units.
padding-top-082 Ahem Padding-top using 'ex' units with a positive zero value, +0ex
  • The 'padding-top' property handles a positive zero length value in 'ex' units.
padding-top-083 Ahem Padding-top using 'ex' units with a nominal value, 6ex
  • The 'padding-top' property handles a nominal length value in 'ex' units.
padding-top-084 Ahem Padding-top using 'ex' units with a nominal value with a plus sign, +6ex
  • The 'padding-top' property handles a nominal length value in 'ex' units with a plus sign.
padding-top-089 Padding-top using percentage with a minimum minus one value, -1%
  • The 'padding-top' property handles a minimum minus one length value in percentage.
padding-top-090 Padding-top using percentage with a minimum value, 0%
  • The 'padding-top' property handles a minimum length value in percentage.
padding-top-091 Padding-top using percentage with a minimum plus one value, 1%
  • The 'padding-top' property handles a minimum plus one length value in percentage.
padding-top-092 Padding-top using percentage with a negative zero value, -0%
  • The 'padding-top' property handles a negative zero length value in percentage.
padding-top-093 Padding-top using percentage with a positive zero value, +0%
  • The 'padding-top' property handles a positive zero length value in percentage.
padding-top-094 Padding-top using percentage with a nominal value, 50%
  • The 'padding-top' property handles a nominal length value in percentage.
padding-top-095 Padding-top using percentage with a nominal value with a plus sign, +50%
  • The 'padding-top' property handles a nominal length value in percentage with a plus sign.
padding-top-100 Padding-top with a negative zero value and no units, -0
  • The 'padding-top' property handles a negative zero length value with no units.
padding-top-101 Padding-top with a zero value and no units, 0
  • The 'padding-top' property handles a zero length value with no units.
padding-top-102 Padding-top with a positive zero value and no units, +0
  • The 'padding-top' property handles a positive zero length value with no units.
padding-top-103 Padding-top using the 'inherit' value
  • The 'padding-top' property handles the 'inherit' value.
padding-top-applies-to-001 Padding-top applied to element with display table-row-group
  • The 'padding-top' property does not apply to elements with a display of table-row-group.
padding-top-applies-to-002 Padding-top applied to element with display table-header-group
  • The 'padding-top' property does not apply to elements with a display of table-header-group.
padding-top-applies-to-003 Padding-top applied to element with display table-footer-group
  • The 'padding-top' property does not apply to elements with a display of table-footer-group.
padding-top-applies-to-004 Padding-top applied to element with display table-row
  • The 'padding-top' property does not apply to elements with a display of table-row.
padding-top-applies-to-005 Padding-top applied to element with display table-column-group
  • The 'padding-top' property does not apply to elements with a display of table-column-group.
padding-top-applies-to-006 Padding-top applied to element with display table-column
  • The 'padding-top' property does not apply to elements with a display of table-column.
padding-top-applies-to-007 Padding-top applied to element with display table-cell
  • The 'padding-top' property applies to elements with a display of table-cell.
padding-top-applies-to-008 Padding-top applied to element with display inline
  • The 'padding-top' property applies to elements with a display of inline.
padding-top-applies-to-009 Padding-top applied to element with display block
  • The 'padding-top' property applies to elements with a display of block.
padding-top-applies-to-010 Padding-top applied to element with display list-item
  • The 'padding-top' property applies to elements with a display of list-item.
padding-top-applies-to-011 Padding-top applied to element with display run-in
  • The 'padding-top' property applies to elements with a display of run-in.
padding-top-applies-to-012 Padding-top applied to element with display inline-block
  • The 'padding-top' property applies to elements with a display of inline-block.
padding-top-applies-to-013 Padding-top applied to element with display table
  • The 'padding-top' property applies to elements with a display of table.
padding-top-applies-to-014 Padding-top applied to element with display inline-table
  • The 'padding-top' property applies to elements with a display of inline-table.
padding-top-applies-to-015 Padding-top applied to element with display table-caption
  • The 'padding-top' property applies to elements with a display of table-caption.
+ 8.5 Border properties
c412-hz-box-000 Ahem Horizontal Formatting
c5502-mrgn-r-001 Ahem margin-right
c5504-mrgn-l-001 Ahem margin-left
c5507-padn-r-001 Ahem padding-right
c5511-brdr-tw-000 border-top-width
c5511-brdr-tw-001 Bitmaps border-top-width
c5511-brdr-tw-002 border-top-width
c5511-brdr-tw-003 border-top-width
c5511-ibrdr-tw-000 border-top-width
c5512-brdr-rw-000 border-right-width
c5512-brdr-rw-001 Bitmaps border-right-width
c5512-brdr-rw-002 border-right-width
c5512-brdr-rw-003 border-right-width
c5512-ibrdr-rw-000 border-right-width
c5513-brdr-bw-000 border-bottom-width
c5513-brdr-bw-001 Bitmaps border-bottom-width
c5513-brdr-bw-002 border-bottom-width
c5513-brdr-bw-003 border-bottom-width
c5513-ibrdr-bw-000 border-bottom-width
c5514-brdr-lw-000 border-left-width
c5514-brdr-lw-001 Bitmaps border-left-width
c5514-brdr-lw-002 border-left-width
c5514-brdr-lw-003 border-left-width
c5514-ibrdr-lw-000 border-left-width
c5515-brdr-w-000 border-width
c5515-brdr-w-001 Bitmaps border-width
c5515-brdr-w-002 border-width
c5515-ibrdr-000 border-width
c5516-brdr-c-000 border-color
c5516-ibrdr-c-000 border-color
c5517-brdr-s-000 border-style
c5517-ibrdr-s-000 border-style
c5518-brdr-t-000 border-top
c5518-brdr-t-001 border-top
c5518-ibrdr-t-000 border-top
c5519-brdr-r-000 border-right
c5519-brdr-r-001 border-right
c5519-brdr-r-002 border-right
c5519-ibrdr-r-000 border-right
c5520-brdr-b-000 border-bottom
c5520-brdr-b-001 border-bottom
c5520-ibrdr-b-000 border-bottom
c5521-brdr-l-000 border-left
c5521-brdr-l-001 border-left
c5521-brdr-l-002 border-left
c5521-ibrdr-l-000 border-left
c5522-brdr-000 border
c5522-brdr-001 Bitmaps border
c5522-brdr-002 border
c5522-ibrdr-000 border
inherit-border-padding-000 Explicit Inheritance
+ 8.5.1 Border width: 'border-top-width', 'border-right-width', 'border-bottom-width', 'border-left-width', and 'border-width'
border-bottom-width-001 Invalid Border-bottom-width using pixels with a minimum minus one (negative) value, -1px
  • The 'border-bottom-width' property does not support a negative length value in pixels and resets to the initial value.
border-bottom-width-002 Border-bottom-width using pixels with a minimum value, 0px
  • The 'border-bottom-width' property supports a minimum length value in pixels that sets the width of the bottom border.
border-bottom-width-003 Border-bottom-width using pixels with a minimum plus one value, 1px
  • The 'border-bottom-width' property supports a minimum plus one length value in pixels that sets the width of the bottom border.
border-bottom-width-004 Border-bottom-width using pixels with a minimum value with a minus sign, -0px
  • The 'border-bottom-width' property supports a minimum length value in pixels that that has a minus sign before it.
border-bottom-width-005 Border-bottom-width using pixels with a minimum value with a plus sign, +0px
  • The 'border-bottom-width' property supports a minimum length value in pixels that that has a plus sign before it.
border-bottom-width-006 96 Border-bottom-width using pixels with a nominal value, 96px
  • The 'border-bottom-width' property supports a nominal length value in pixels that sets the width of the bottom border.
border-bottom-width-007 96 Border-bottom-width using pixels with a nominal value with a plus sign, +96px
  • The 'border-bottom-width' property supports a nominal length value in pixels that has a plus sign before it.
border-bottom-width-012 Invalid Border-bottom-width using points with a minimum minus one (negative) value, -1pt
  • The 'border-bottom-width' property does not support a negative length value in points and resets to the initial value.
border-bottom-width-013 Border-bottom-width using points with a minimum value, 0pt
  • The 'border-bottom-width' property supports a minimum length value in points that sets the width of the bottom border.
border-bottom-width-014 Border-bottom-width using points with a minimum plus one value, 1pt
  • The 'border-bottom-width' property supports a minimum plus one length value in points that sets the width of the bottom border.
border-bottom-width-015 Border-bottom-width using points with a minimum value with a minus sign, -0pt
  • The 'border-bottom-width' property supports a minimum length value in points that that has a minus sign before it.
border-bottom-width-016 Border-bottom-width using points with a minimum value with a plus sign, +0pt
  • The 'border-bottom-width' property supports a minimum length value in points that that has a plus sign before it.
border-bottom-width-017 Border-bottom-width using points with a nominal value, 72pt
  • The 'border-bottom-width' property supports a nominal length value in points that sets the width of the bottom border.
border-bottom-width-018 Border-bottom-width using points with a nominal value with a plus sign, +72pt
  • The 'border-bottom-width' property supports a nominal length value in points that has a plus sign before it.
border-bottom-width-023 Invalid Border-bottom-width using picas with a minimum minus one (negative) value, -1pc
  • The 'border-bottom-width' property does not support a negative length value in picas and resets to the initial value.
border-bottom-width-024 Border-bottom-width using picas with a minimum value, 0pc
  • The 'border-bottom-width' property supports a minimum length value in picas that sets the width of the bottom border.
border-bottom-width-025 Border-bottom-width using picas with a minimum plus one value, 1pc
  • The 'border-bottom-width' property supports a minimum plus one length value in picas that sets the width of the bottom border.
border-bottom-width-026 Border-bottom-width using picas with a minimum value with a minus sign, -0pc
  • The 'border-bottom-width' property supports a minimum length value in picas that that has a minus sign before it.
border-bottom-width-027 Border-bottom-width using picas with a minimum value with a plus sign, +0pc
  • The 'border-bottom-width' property supports a minimum length value in picas that that has a plus sign before it.
border-bottom-width-028 Border-bottom-width using picas with a nominal value, 6pc
  • The 'border-bottom-width' property supports a nominal length value in picas that sets the width of the bottom border.
border-bottom-width-029 Border-bottom-width using picas with a nominal value with a plus sign, +6pc
  • The 'border-bottom-width' property supports a nominal length value in picas that has a plus sign before it.
border-bottom-width-034 Invalid Border-bottom-width using centimeters with a minimum minus one (negative) value, -1cm
  • The 'border-bottom-width' property does not support a negative length value in centimeters and resets to the initial value.
border-bottom-width-035 Border-bottom-width using centimeters with a minimum value, 0cm
  • The 'border-bottom-width' property supports a minimum length value in centimeters that sets the width of the bottom border.
border-bottom-width-036 Border-bottom-width using centimeters with a minimum plus one value, 1cm
  • The 'border-bottom-width' property supports a minimum plus one length value in centimeters that sets the width of the bottom border.
border-bottom-width-037 Border-bottom-width using centimeters with a minimum value with a minus sign, -0cm
  • The 'border-bottom-width' property supports a minimum length value in centimeters that that has a minus sign before it.
border-bottom-width-038 Border-bottom-width using centimeters with a minimum value with a plus sign, +0cm
  • The 'border-bottom-width' property supports a minimum length value in centimeters that that has a plus sign before it.
border-bottom-width-039 Border-bottom-width using centimeters with a nominal value, 2.54cm
  • The 'border-bottom-width' property supports a nominal length value in centimeters that sets the width of the bottom border.
border-bottom-width-040 Border-bottom-width using centimeters with a nominal value with a plus sign, +2.54cm
  • The 'border-bottom-width' property supports a nominal length value in centimeters that has a plus sign before it.
border-bottom-width-045 Invalid Border-bottom-width using millimeters with a minimum minus one (negative) value, -1mm
  • The 'border-bottom-width' property does not support a negative length value in millimeters and resets to the initial value.
border-bottom-width-046 Border-bottom-width using millimeters with a minimum value, 0mm
  • The 'border-bottom-width' property supports a minimum length value in millimeters that sets the width of the bottom border.
border-bottom-width-047 Border-bottom-width using millimeters with a minimum plus one value, 1mm
  • The 'border-bottom-width' property supports a minimum plus one length value in millimeters that sets the width of the bottom border.
border-bottom-width-048 Border-bottom-width using millimeters with a minimum value with a minus sign, -0mm
  • The 'border-bottom-width' property supports a minimum length value in millimeters that that has a minus sign before it.
border-bottom-width-049 Border-bottom-width using millimeters with a minimum value with a plus sign, +0mm
  • The 'border-bottom-width' property supports a minimum length value in millimeters that that has a plus sign before it.
border-bottom-width-050 Border-bottom-width using millimeters with a nominal value, 25.4mm
  • The 'border-bottom-width' property supports a nominal length value in millimeters that sets the width of the bottom border.
border-bottom-width-051 Border-bottom-width using millimeters with a nominal value with a plus sign, +25.4mm
  • The 'border-bottom-width' property supports a nominal length value in millimeters that has a plus sign before it.
border-bottom-width-056 Invalid Border-bottom-width using inches with a minimum minus one (negative) value, -1in
  • The 'border-bottom-width' property does not support a negative length value in inches and resets to the initial value.
border-bottom-width-057 Border-bottom-width using inches with a minimum value, 0in
  • The 'border-bottom-width' property supports a minimum length value in inches that sets the width of the bottom border.
border-bottom-width-058 Border-bottom-width using inches with a minimum plus one value, 1in
  • The 'border-bottom-width' property supports a minimum plus one length value in inches that sets the width of the bottom border.
border-bottom-width-059 Border-bottom-width using inches with a minimum value with a minus sign, -0in
  • The 'border-bottom-width' property supports a minimum length value in inches that that has a minus sign before it.
border-bottom-width-060 Border-bottom-width using inches with a minimum value with a plus sign, +0in
  • The 'border-bottom-width' property supports a minimum length value in inches that that has a plus sign before it.
border-bottom-width-061 Border-bottom-width using inches with a nominal value, 5in
  • The 'border-bottom-width' property supports a nominal length value in inches that sets the width of the bottom border.
border-bottom-width-062 Border-bottom-width using inches with a nominal value with a plus sign, +5in
  • The 'border-bottom-width' property supports a nominal length value in inches that has a plus sign before it.
border-bottom-width-067 Invalid Border-bottom-width using 'em' units with a minimum minus one (negative) value, -1em
  • The 'border-bottom-width' property does not support a negative length value in 'em' units and resets to the initial value.
border-bottom-width-068 Ahem Border-bottom-width using 'em' units with a minimum value, 0em
  • The 'border-bottom-width' property supports a minimum length value in 'em' units that sets the width of the bottom border.
border-bottom-width-069 Ahem Border-bottom-width using 'em' units with a minimum plus one value, 1em
  • The 'border-bottom-width' property supports a minimum plus one length value in 'em' units that sets the width of the bottom border.
border-bottom-width-070 Ahem Border-bottom-width using 'em' units with a minimum value with a minus sign, -0em
  • The 'border-bottom-width' property supports a minimum length value in 'em' units that that has a minus sign before it.
border-bottom-width-071 Ahem Border-bottom-width using 'em' units with a minimum value with a plus sign, +0em
  • The 'border-bottom-width' property supports a minimum length value in 'em' units that that has a plus sign before it.
border-bottom-width-072 Ahem Border-bottom-width using 'em' units with a nominal value, 6em
  • The 'border-bottom-width' property supports a nominal length value in 'em' units that sets the width of the bottom border.
border-bottom-width-073 Ahem Border-bottom-width using 'em' units with a nominal value with a plus sign, +6em
  • The 'border-bottom-width' property supports a nominal length value in 'em' units that has a plus sign before it.
border-bottom-width-078 Invalid Border-bottom-width using 'ex' units with a minimum minus one (negative) value, -1ex
  • The 'border-bottom-width' property does not support a negative length value in 'ex' units and resets to the initial value.
border-bottom-width-079 Ahem Border-bottom-width using 'ex' units with a minimum value, 0ex
  • The 'border-bottom-width' property supports a minimum length value in 'ex' units that sets the width of the bottom border.
border-bottom-width-080 Ahem Border-bottom-width using 'ex' units with a minimum plus one value, 1ex
  • The 'border-bottom-width' property supports a minimum plus one length value in 'ex' units that sets the width of the bottom border.
border-bottom-width-081 Ahem Border-bottom-width using 'ex' units with a minimum value with a minus sign, -0ex
  • The 'border-bottom-width' property supports a minimum length value in 'ex' units that that has a minus sign before it.
border-bottom-width-082 Ahem Border-bottom-width using 'ex' units with a minimum value with a plus sign, +0ex
  • The 'border-bottom-width' property supports a minimum length value in 'ex' units that that has a plus sign before it.
border-bottom-width-083 Ahem Border-bottom-width using 'ex' units with a nominal value, 6ex
  • The 'border-bottom-width' property supports a nominal length value in 'ex' units that sets the width of the bottom border.
border-bottom-width-084 Ahem Border-bottom-width using 'ex' units with a nominal value with a plus sign, +6ex
  • The 'border-bottom-width' property supports a nominal length value in 'ex' units that has a plus sign before it.
border-bottom-width-089 Border-bottom-width set to negative zero with no units, -0
  • The 'border-bottom-width' property supports a minimum length value with no units that has a minus sign before it.
border-bottom-width-090 Border-bottom-width set to zero with no units, 0
  • The 'border-bottom-width' property supports a minimum length value with no units.
border-bottom-width-091 Border-bottom-width set to positive zero with no units, +0
  • The 'border-bottom-width' property supports a minimum length value with no units that has a plus sign before it.
border-bottom-width-092 Border-bottom-width set to thin
  • The 'border-bottom-width' property supports a value of thin.
border-bottom-width-093 Border-bottom-width set to medium
  • The 'border-bottom-width' property supports a value of medium.
border-bottom-width-094 Border-bottom-width set to thick
  • The 'border-bottom-width' property supports a value of thick.
border-bottom-width-095 Border-bottom-width set to inherit
  • The 'border-bottom-width' property supports a value of inherit and gets its computed value from its parent.
border-bottom-width-applies-to-001 Border-bottom-width applied to element with display table-row-group
  • The 'border-bottom-width' property applies to elements with a display of table-row-group.
border-bottom-width-applies-to-002 Border-bottom-width applied to element with display table-header-group
  • The 'border-bottom-width' property applies to elements with a display of table-header-group.
border-bottom-width-applies-to-003 Border-bottom-width applied to element with display table-footer-group
  • The 'border-bottom-width' property applies to elements with a display of table-footer-group.
border-bottom-width-applies-to-004 Border-bottom-width applied to element with display table-row
  • The 'border-bottom-width' property applies to elements with a display of table-row.
border-bottom-width-applies-to-005 Border-bottom-width applied to element with display table-column-group
  • The 'border-bottom-width' property applies to elements with a display of table-column-group.
border-bottom-width-applies-to-006 Border-bottom-width applied to element with display table-column
  • The 'border-bottom-width' property applies to elements with a display of table-column.
border-bottom-width-applies-to-007 Border-bottom-width applied to element with display table-cell
  • The 'border-bottom-width' property applies to elements with a display of table-cell.
border-bottom-width-applies-to-008 Border-bottom-width applied to element with display inline
  • The 'border-bottom-width' property applies to elements with a display of inline.
border-bottom-width-applies-to-009 Border-bottom-width applied to element with display block
  • The 'border-bottom-width' property applies to elements with a display of block.
border-bottom-width-applies-to-010 Border-bottom-width applied to element with display list-item
  • The 'border-bottom-width' property applies to elements with a display of list-item.
border-bottom-width-applies-to-011 Border-bottom-width applied to element with display run-in
  • The 'border-bottom-width' property applies to elements with a display of run-in.
border-bottom-width-applies-to-012 Border-bottom-width applied to element with display inline-block
  • The 'border-bottom-width' property applies to elements with a display of inline-block.
border-bottom-width-applies-to-013 Border-bottom-width applied to element with display table
  • The 'border-bottom-width' property applies to elements with a display of table.
border-bottom-width-applies-to-014 Border-bottom-width applied to element with display inline-table
  • The 'border-bottom-width' property applies to elements with a display of inline-table.
border-bottom-width-applies-to-015 Border-bottom-width applied to element with display table-caption
  • The 'border-bottom-width' property applies to elements with a display of table-caption.
border-left-width-001 Invalid Border-left-width using pixels with a minimum minus one (negative) value, -1px
  • The 'border-left-width' property does not support a negative length value in pixels and resets to the initial value.
border-left-width-002 Border-left-width using pixels with a minimum value, 0px
  • The 'border-left-width' property supports a minimum length value in pixels that sets the width of the left border.
border-left-width-003 Border-left-width using pixels with a minimum plus one value, 1px
  • The 'border-left-width' property supports a minimum plus one length value in pixels that sets the width of the left border.
border-left-width-004 Border-left-width using pixels with a minimum value with a minus sign, -0px
  • The 'border-left-width' property supports a minimum length value in pixels that that has a minus sign before it.
border-left-width-005 Border-left-width using pixels with a minimum value with a plus sign, +0px
  • The 'border-left-width' property supports a minimum length value in pixels that that has a plus sign before it.
border-left-width-006 96 Border-left-width using pixels with a nominal value, 96px
  • The 'border-left-width' property supports a nominal length value in pixels that sets the width of the left border.
border-left-width-007 96 Border-left-width using pixels with a nominal value with a plus sign, +96px
  • The 'border-left-width' property supports a nominal length value in pixels that has a plus sign before it.
border-left-width-012 Invalid Border-left-width using points with a minimum minus one (negative) value, -1pt
  • The 'border-left-width' property does not support a negative length value in points and resets to the initial value.
border-left-width-013 Border-left-width using points with a minimum value, 0pt
  • The 'border-left-width' property supports a minimum length value in points that sets the width of the left border.
border-left-width-015 Border-left-width using points with a minimum value with a minus sign, -0pt
  • The 'border-left-width' property supports a minimum length value in points that that has a minus sign before it.
border-left-width-016 Border-left-width using points with a minimum value with a plus sign, +0pt
  • The 'border-left-width' property supports a minimum length value in points that that has a plus sign before it.
border-left-width-017 Border-left-width using points with a nominal value, 72pt
  • The 'border-left-width' property supports a nominal length value in points that sets the width of the left border.
border-left-width-018 Border-left-width using points with a nominal value with a plus sign, +72pt
  • The 'border-left-width' property supports a nominal length value in points that has a plus sign before it.
border-left-width-023 Invalid Border-left-width using picas with a minimum minus one (negative) value, -1pc
  • The 'border-left-width' property does not support a negative length value in picas and resets to the initial value.
border-left-width-024 Border-left-width using picas with a minimum value, 0pc
  • The 'border-left-width' property supports a minimum length value in picas that sets the width of the left border.
border-left-width-025 Border-left-width using picas with a minimum plus one value, 1pc
  • The 'border-left-width' property supports a minimum plus one length value in picas that sets the width of the left border.
border-left-width-026 Border-left-width using picas with a minimum value with a minus sign, -0pc
  • The 'border-left-width' property supports a minimum length value in picas that that has a minus sign before it.
border-left-width-027 Border-left-width using picas with a minimum value with a plus sign, +0pc
  • The 'border-left-width' property supports a minimum length value in picas that that has a plus sign before it.
border-left-width-028 Border-left-width using picas with a nominal value, 6pc
  • The 'border-left-width' property supports a nominal length value in picas that sets the width of the left border.
border-left-width-029 Border-left-width using picas with a nominal value with a plus sign, +6pc
  • The 'border-left-width' property supports a nominal length value in picas that has a plus sign before it.
border-left-width-034 Invalid Border-left-width using centimeters with a minimum minus one (negative) value, -1cm
  • The 'border-left-width' property does not support a negative length value in centimeters and resets to the initial value.
border-left-width-035 Border-left-width using centimeters with a minimum value, 0cm
  • The 'border-left-width' property supports a minimum length value in centimeters that sets the width of the left border.
border-left-width-036 Border-left-width using centimeters with a minimum plus one value, 1cm
  • The 'border-left-width' property supports a minimum plus one length value in centimeters that sets the width of the left border.
border-left-width-037 Border-left-width using centimeters with a minimum value with a minus sign, -0cm
  • The 'border-left-width' property supports a minimum length value in centimeters that that has a minus sign before it.
border-left-width-038 Border-left-width using centimeters with a minimum value with a plus sign, +0cm
  • The 'border-left-width' property supports a minimum length value in centimeters that that has a plus sign before it.
border-left-width-039 Border-left-width using centimeters with a nominal value, 2.54cm
  • The 'border-left-width' property supports a nominal length value in centimeters that sets the width of the left border.
border-left-width-040 Border-left-width using centimeters with a nominal value with a plus sign, +2.54cm
  • The 'border-left-width' property supports a nominal length value in centimeters that has a plus sign before it.
border-left-width-045 Invalid Border-left-width using millimeters with a minimum minus one (negative) value, -1mm
  • The 'border-left-width' property does not support a negative length value in millimeters and resets to the initial value.
border-left-width-046 Border-left-width using millimeters with a minimum value, 0mm
  • The 'border-left-width' property supports a minimum length value in millimeters that sets the width of the left border.
border-left-width-047 Border-left-width using millimeters with a minimum plus one value, 1mm
  • The 'border-left-width' property supports a minimum plus one length value in millimeters that sets the width of the left border.
border-left-width-048 Border-left-width using millimeters with a minimum value with a minus sign, -0mm
  • The 'border-left-width' property supports a minimum length value in millimeters that that has a minus sign before it.
border-left-width-049 Border-left-width using millimeters with a minimum value with a plus sign, +0mm
  • The 'border-left-width' property supports a minimum length value in millimeters that that has a plus sign before it.
border-left-width-050 Border-left-width using millimeters with a nominal value, 25.4mm
  • The 'border-left-width' property supports a nominal length value in millimeters that sets the width of the left border.
border-left-width-051 Border-left-width using millimeters with a nominal value with a plus sign, +25.4mm
  • The 'border-left-width' property supports a nominal length value in millimeters that has a plus sign before it.
border-left-width-056 Invalid Border-left-width using inches with a minimum minus one (negative) value, -1in
  • The 'border-left-width' property does not support a negative length value in inches and resets to the initial value.
border-left-width-057 Border-left-width using inches with a minimum value, 0in
  • The 'border-left-width' property supports a minimum length value in inches that sets the width of the left border.
border-left-width-058 Border-left-width using inches with a minimum plus one value, 1in
  • The 'border-left-width' property supports a minimum plus one length value in inches that sets the width of the left border.
border-left-width-059 Border-left-width using inches with a minimum value with a minus sign, -0in
  • The 'border-left-width' property supports a minimum length value in inches that that has a minus sign before it.
border-left-width-060 Border-left-width using inches with a minimum value with a plus sign, +0in
  • The 'border-left-width' property supports a minimum length value in inches that that has a plus sign before it.
border-left-width-061 Border-left-width using inches with a nominal value, 5in
  • The 'border-left-width' property supports a nominal length value in inches that sets the width of the left border.
border-left-width-062 Border-left-width using inches with a nominal value with a plus sign, +5in
  • The 'border-left-width' property supports a nominal length value in inches that has a plus sign before it.
border-left-width-067 AhemInvalid Border-left-width using 'em' units with a minimum minus one (negative) value, -1em
  • The 'border-left-width' property does not support a negative length value in 'em' units and resets to the initial value.
border-left-width-068 Ahem Border-left-width using 'em' units with a minimum value, 0em
  • The 'border-left-width' property supports a minimum length value in 'em' units that sets the width of the left border.
border-left-width-069 Ahem Border-left-width using 'em' units with a minimum plus one value, 1em
  • The 'border-left-width' property supports a minimum plus one length value in 'em' units that sets the width of the left border.
border-left-width-070 Ahem Border-left-width using 'em' units with a minimum value with a minus sign, -0em
  • The 'border-left-width' property supports a minimum length value in 'em' units that that has a minus sign before it.
border-left-width-071 Ahem Border-left-width using 'em' units with a minimum value with a plus sign, +0em
  • The 'border-left-width' property supports a minimum length value in 'em' units that that has a plus sign before it.
border-left-width-072 Ahem Border-left-width using 'em' units with a nominal value, 6em
  • The 'border-left-width' property supports a nominal length value in 'em' units that sets the width of the left border.
border-left-width-073 Ahem Border-left-width using 'em' units with a nominal value with a plus sign, +6em
  • The 'border-left-width' property supports a nominal length value in 'em' units that has a plus sign before it.
border-left-width-078 AhemInvalid Border-left-width using 'ex' units with a minimum minus one (negative) value, -1ex
  • The 'border-left-width' property does not support a negative length value in 'ex' units and resets to the initial value.
border-left-width-079 Ahem Border-left-width using 'ex' units with a minimum value, 0ex
  • The 'border-left-width' property supports a minimum length value in 'ex' units that sets the width of the left border.
border-left-width-080 Ahem Border-left-width using 'ex' units with a minimum plus one value, 1ex
  • The 'border-left-width' property supports a minimum plus one length value in 'ex' units that sets the width of the left border.
border-left-width-081 Ahem Border-left-width using 'ex' units with a minimum value with a minus sign, -0ex
  • The 'border-left-width' property supports a minimum length value in 'ex' units that that has a minus sign before it.
border-left-width-082 Ahem Border-left-width using 'ex' units with a minimum value with a plus sign, +0ex
  • The 'border-left-width' property supports a minimum length value in 'ex' units that that has a plus sign before it.
border-left-width-083 Ahem Border-left-width using 'ex' units with a nominal value
  • The 'border-left-width' property supports a nominal length value in 'ex' units that sets the width of the left border.
border-left-width-084 Ahem Border-left-width using 'ex' units with a nominal value with a plus sign
  • The 'border-left-width' property supports a nominal length value in 'ex' units that has a plus sign before it.
border-left-width-089 Border-left-width set to negative zero with no units, -0
  • The 'border-left-width' property supports a minimum length value with no units that has a minus sign before it.
border-left-width-090 Border-left-width set to zero with no units, 0
  • The 'border-left-width' property supports a minimum length value with no units.
border-left-width-091 Border-left-width set to positive zero with no units, +0
  • The 'border-left-width' property supports a minimum length value with no units that has a plus sign before it.
border-left-width-092 Border-left-width set to thin
  • The 'border-left-width' property supports a value of thin.
border-left-width-093 Border-left-width set to medium
  • The 'border-left-width' property supports a value of medium.
border-left-width-094 Border-left-width set to thick
  • The 'border-left-width' property supports a value of thick.
border-left-width-095 Border-left-width set to inherit
  • The 'border-left-width' property supports a value of inherit and gets its computed value from its parent.
border-left-width-applies-to-001 Border-left-width applied to element with display table-row-group
  • The 'border-left-width' properties applies to elements with a display of table-row-group.
border-left-width-applies-to-002 Border-left-width applied to element with display table-header-group
  • The 'border-left-width' properties applies to elements with a display of table-header-group.
border-left-width-applies-to-003 Border-left-width applied to element with display table-footer-group
  • The 'border-left-width' properties applies to elements with a display of table-footer-group.
border-left-width-applies-to-004 Border-left-width applied to element with display table-row
  • The 'border-left-width' properties applies to elements with a display of table-row.
border-left-width-applies-to-005 Border-left-width applied to element with display table-column-group
  • The 'border-left-width' properties applies to elements with a display of table-column-group.
border-left-width-applies-to-006 Border-left-width applied to element with display table-column
  • The 'border-left-width' properties applies to elements with a display of table-column.
border-left-width-applies-to-007 Border-left-width applied to element with display table-cell
  • The 'border-left-width' properties applies to elements with a display of table-cell.
border-left-width-applies-to-008 Border-left-width applied to element with display inline
  • The 'border-left-width' properties applies to elements with a display of inline.
border-left-width-applies-to-009 Border-left-width applied to element with display block
  • The 'border-left-width' properties applies to elements with a display of block.
border-left-width-applies-to-010 Border-left-width applied to element with display list-item
  • The 'border-left-width' properties applies to elements with a display of list-item.
border-left-width-applies-to-011 Border-left-width applied to element with display run-in
  • The 'border-left-width' properties applies to elements with a display of run-in.
border-left-width-applies-to-012 Border-left-width applied to element with display inline-block
  • The 'border-left-width' properties applies to elements with a display of inline-block.
border-left-width-applies-to-013 Border-left-width applied to element with display table
  • The 'border-left-width' properties applies to elements with a display of table.
border-left-width-applies-to-014 Border-left-width applied to element with display inline-table
  • The 'border-left-width' properties applies to elements with a display of inline-table.
border-left-width-applies-to-015 Border-left-width applied to element with display table-caption
  • The 'border-left-width' properties applies to elements with a display of table-caption.
border-right-width-001 Invalid Border-right-width using pixels with a minimum minus one (negative) value, -1px
  • The 'border-right-width' property does not support a negative length value in pixels and resets to the initial value.
border-right-width-002 Border-right-width using pixels with a minimum value, 0px
  • The 'border-right-width' property supports a minimum length value in pixels that sets the width of the right border.
border-right-width-003 Border-right-width using pixels with a minimum plus one value, 1px
  • The 'border-right-width' property supports a minimum plus one length value in pixels that sets the width of the right border.
border-right-width-004 Border-right-width using pixels with a minimum value with a minus sign, -0px
  • The 'border-right-width' property supports a minimum length value in pixels that that has a minus sign before it.
border-right-width-005 Border-right-width using pixels with a minimum value with a plus sign, +0px
  • The 'border-right-width' property supports a minimum length value in pixels that that has a plus sign before it.
border-right-width-006 96 Border-right-width using pixels with a nominal value, 96px
  • The 'border-right-width' property supports a nominal length value in pixels that sets the width of the right border.
border-right-width-007 96 Border-right-width using pixels with a nominal value with a plus sign, +96px
  • The 'border-right-width' property supports a nominal length value in pixels that has a plus sign before it.
border-right-width-012 Invalid Border-right-width using points with a minimum minus one (negative) value, -1pt
  • The 'border-right-width' property does not support a negative length value in points and resets to the initial value.
border-right-width-013 Border-right-width using points with a minimum value, 0pt
  • The 'border-right-width' property supports a minimum length value in points that sets the width of the right border.
border-right-width-015 Border-right-width using points with a minimum value with a minus sign, -0pt
  • The 'border-right-width' property supports a minimum length value in points that that has a minus sign before it.
border-right-width-016 Border-right-width using points with a minimum value with a plus sign, +0pt
  • The 'border-right-width' property supports a minimum length value in points that that has a plus sign before it.
border-right-width-017 Border-right-width using points with a nominal value, 72pt
  • The 'border-right-width' property supports a nominal length value in points that sets the width of the right border.
border-right-width-018 Border-right-width using points with a nominal value with a plus sign, +72pt
  • The 'border-right-width' property supports a nominal length value in points that has a plus sign before it.
border-right-width-023 Invalid Border-right-width using picas with a minimum minus one (negative) value, -1pc
  • The 'border-right-width' property does not support a negative length value in picas and resets to the initial value.
border-right-width-024 Border-right-width using picas with a minimum value, 0pc
  • The 'border-right-width' property supports a minimum length value in picas that sets the width of the right border.
border-right-width-025 Border-right-width using picas with a minimum plus one value, 1pc
  • The 'border-right-width' property supports a minimum plus one length value in picas that sets the width of the right border.
border-right-width-026 Border-right-width using picas with a minimum value with a minus sign, -0pc
  • The 'border-right-width' property supports a minimum length value in picas that that has a minus sign before it.
border-right-width-027 Border-right-width using picas with a minimum value with a plus sign, +0pc
  • The 'border-right-width' property supports a minimum length value in picas that that has a plus sign before it.
border-right-width-028 Border-right-width using picas with a nominal value, 6pc
  • The 'border-right-width' property supports a nominal length value in picas that sets the width of the right border.
border-right-width-029 Border-right-width using picas with a nominal value with a plus sign, +6pc
  • The 'border-right-width' property supports a nominal length value in picas that has a plus sign before it.
border-right-width-034 Invalid Border-right-width using centimeters with a minimum minus one (negative) value, -1cm
  • The 'border-right-width' property does not support a negative length value in centimeters and resets to the initial value.
border-right-width-035 Border-right-width using centimeters with a minimum value, 0cm
  • The 'border-right-width' property supports a minimum length value in centimeters that sets the width of the right border.
border-right-width-036 Border-right-width using centimeters with a minimum plus one value, 1cm
  • The 'border-right-width' property supports a minimum plus one length value in centimeters that sets the width of the right border.
border-right-width-037 Border-right-width using centimeters with a minimum value with a minus sign, -0cm
  • The 'border-right-width' property supports a minimum length value in centimeters that that has a minus sign before it.
border-right-width-038 Border-right-width using centimeters with a minimum value with a plus sign, +0cm
  • The 'border-right-width' property supports a minimum length value in centimeters that that has a plus sign before it.
border-right-width-039 Border-right-width using centimeters with a nominal value, 2.54cm
  • The 'border-right-width' property supports a nominal length value in centimeters that sets the width of the right border.
border-right-width-040 Border-right-width using centimeters with a nominal value with a plus sign, +2.54cm
  • The 'border-right-width' property supports a nominal length value in centimeters that has a plus sign before it.
border-right-width-045 Invalid Border-right-width using millimeters with a minimum minus one (negative) value, -1mm
  • The 'border-right-width' property does not support a negative length value in millimeters and resets to the initial value.
border-right-width-046 Border-right-width using millimeters with a minimum value, 0mm
  • The 'border-right-width' property supports a minimum length value in millimeters that sets the width of the right border.
border-right-width-047 Border-right-width using millimeters with a minimum plus one value, 1mm
  • The 'border-right-width' property supports a minimum plus one length value in millimeters that sets the width of the right border.
border-right-width-048 Border-right-width using millimeters with a minimum value with a minus sign, -0mm
  • The 'border-right-width' property supports a minimum length value in millimeters that that has a minus sign before it.
border-right-width-049 Border-right-width using millimeters with a minimum value with a plus sign, +0mm
  • The 'border-right-width' property supports a minimum length value in millimeters that that has a plus sign before it.
border-right-width-050 Border-right-width using millimeters with a nominal value, 25.4mm
  • The 'border-right-width' property supports a nominal length value in millimeters that sets the width of the right border.
border-right-width-051 Border-right-width using millimeters with a nominal value with a plus sign, +25.4mm
  • The 'border-right-width' property supports a nominal length value in millimeters that has a plus sign before it.
border-right-width-056 Invalid Border-right-width using inches with a minimum minus one (negative) value, -1in
  • The 'border-right-width' property does not support a negative length value in inches and resets to the initial value.
border-right-width-057 Border-right-width using inches with a minimum value, 0in
  • The 'border-right-width' property supports a minimum length value in inches that sets the width of the right border.
border-right-width-058 Border-right-width using inches with a minimum plus one value, 1in
  • The 'border-right-width' property supports a minimum plus one length value in inches that sets the width of the right border.
border-right-width-059 Border-right-width using inches with a minimum value with a minus sign, -0in
  • The 'border-right-width' property supports a minimum length value in inches that that has a minus sign before it.
border-right-width-060 Border-right-width using inches with a minimum value with a plus sign, +0in
  • The 'border-right-width' property supports a minimum length value in inches that that has a plus sign before it.
border-right-width-061 Border-right-width using inches with a nominal value, 5in
  • The 'border-right-width' property supports a nominal length value in inches that sets the width of the right border.
border-right-width-062 Border-right-width using inches with a nominal value with a plus sign, +5in
  • The 'border-right-width' property supports a nominal length value in inches that has a plus sign before it.
border-right-width-067 AhemInvalid Border-right-width using 'em' units with a minimum minus one (negative) value, -1em
  • The 'border-right-width' property does not support a negative length value in 'em' units and resets to the initial value.
border-right-width-068 Ahem Border-right-width using 'em' units with a minimum value, 0em
  • The 'border-right-width' property supports a minimum length value in 'em' units that sets the width of the right border.
border-right-width-069 Ahem Border-right-width using 'em' units with a minimum plus one value, 1em
  • The 'border-right-width' property supports a minimum plus one length value in 'em' units that sets the width of the right border.
border-right-width-070 Ahem Border-right-width using 'em' units with a minimum value with a minus sign, -0em
  • The 'border-right-width' property supports a minimum length value in 'em' units that that has a minus sign before it.
border-right-width-071 Ahem Border-right-width using 'em' units with a minimum value with a plus sign, +0em
  • The 'border-right-width' property supports a minimum length value in 'em' units that that has a plus sign before it.
border-right-width-072 Ahem Border-right-width using 'em' units with a nominal value, 6em
  • The 'border-right-width' property supports a nominal length value in 'em' units that sets the width of the right border.
border-right-width-073 Ahem Border-right-width using 'em' units with a nominal value with a plus sign, +6em
  • The 'border-right-width' property supports a nominal length value in 'em' units that has a plus sign before it.
border-right-width-078 AhemInvalid Border-right-width using 'ex' units with a minimum minus one (negative) value, -1ex
  • The 'border-right-width' property does not support a negative length value in 'ex' units and resets to the initial value.
border-right-width-079 Ahem Border-right-width using 'ex' units with a minimum value, 0ex
  • The 'border-right-width' property supports a minimum length value in 'ex' units that sets the width of the right border.
border-right-width-080 Ahem Border-right-width using 'ex' units with a minimum plus one value, 1ex
  • The 'border-right-width' property supports a minimum plus one length value in 'ex' units that sets the width of the right border.
border-right-width-081 Ahem Border-right-width using 'ex' units with a minimum value with a minus sign, -0ex
  • The 'border-right-width' property supports a minimum length value in 'ex' units that that has a minus sign before it.
border-right-width-082 Ahem Border-right-width using 'ex' units with a minimum value with a plus sign, +0ex
  • The 'border-right-width' property supports a minimum length value in 'ex' units that that has a plus sign before it.
border-right-width-083 Ahem Border-right-width using 'ex' units with a nominal value
  • The 'border-right-width' property supports a nominal length value in 'ex' units that sets the width of the right border.
border-right-width-084 Ahem Border-right-width using 'ex' units with a nominal value with a plus sign
  • The 'border-right-width' property supports a nominal length value in 'ex' units that has a plus sign before it.
border-right-width-089 Border-right-width set to negative zero with no units, -0
  • The 'border-right-width' property supports a minimum length value with no units that has a minus sign before it.
border-right-width-090 Border-right-width set to zero with no units, 0
  • The 'border-right-width' property supports a minimum length value with no units.
border-right-width-091 Border-right-width set to positive zero with no units, +0
  • The 'border-right-width' property supports a minimum length value with no units that has a plus sign before it.
border-right-width-092 Border-right-width set to thin
  • The 'border-right-width' property supports a value of thin.
border-right-width-093 Border-right-width set to medium
  • The 'border-right-width' property supports a value of medium.
border-right-width-094 Border-right-width set to thick
  • The 'border-right-width' property supports a value of thick.
border-right-width-095 Border-right-width set to inherit
  • The 'border-right-width' property supports a value of inherit and gets its computed value from its parent.
border-right-width-applies-to-001 Border-right-width applied to element with display table-row-group
  • The 'border-right-width' property applies to elements with a display of table-row-group.
border-right-width-applies-to-002 Border-right-width applied to element with display table-header-group
  • The 'border-right-width' property applies to elements with a display of table-header-group.
border-right-width-applies-to-003 Border-right-width applied to element with display table-footer-group
  • The 'border-right-width' property applies to elements with a display of table-footer-group.
border-right-width-applies-to-004 Border-right-width applied to element with display table-row
  • The 'border-right-width' property applies to elements with a display of table-row.
border-right-width-applies-to-005 Border-right-width applied to element with display table-column-group
  • The 'border-right-width' property applies to elements with a display of table-column-group.
border-right-width-applies-to-006 Border-right-width applied to element with display table-column
  • The 'border-right-width' property applies to elements with a display of table-column.
border-right-width-applies-to-007 Border-right-width applied to element with display table-cell
  • The 'border-right-width' property applies to elements with a display of table-cell.
border-right-width-applies-to-008 Border-right-width applied to element with display inline
  • The 'border-right-width' property applies to elements with a display of inline.
border-right-width-applies-to-009 Border-right-width applied to element with display block
  • The 'border-right-width' property applies to elements with a display of block.
border-right-width-applies-to-010 Border-right-width applied to element with display list-item
  • The 'border-right-width' property applies to elements with a display of list-item.
border-right-width-applies-to-011 Border-right-width applied to element with display run-in
  • The 'border-right-width' property applies to elements with a display of run-in.
border-right-width-applies-to-012 Border-right-width applied to element with display inline-block
  • The 'border-right-width' property applies to elements with a display of inline-block.
border-right-width-applies-to-013 Border-right-width applied to element with display table
  • The 'border-right-width' property applies to elements with a display of table.
border-right-width-applies-to-014 Border-right-width applied to element with display inline-table
  • The 'border-right-width' property applies to elements with a display of inline-table.
border-right-width-applies-to-015 Border-right-width applied to element with display table-caption
  • The 'border-right-width' property applies to elements with a display of table-caption.
border-top-width-001 Invalid Border-top-width using pixels with a minimum minus one (negative) value, -1px
  • The 'border-top-width' property does not support a negative length value in pixels and resets to the initial value.
border-top-width-002 Border-top-width using pixels with a minimum value, 0px
  • The 'border-top-width' property supports a minimum length value in pixels that sets the width of the top border.
border-top-width-003 Border-top-width using pixels with a minimum plus one value, 1px
  • The 'border-top-width' property supports a minimum plus one length value in pixels that sets the width of the top border.
border-top-width-004 Border-top-width using pixels with a minimum value with a minus sign, -0px
  • The 'border-top-width' property supports a minimum length value in pixels that that has a minus sign before it.
border-top-width-005 Border-top-width using pixels with a minimum value with a plus sign, +0px
  • The 'border-top-width' property supports a minimum length value in pixels that that has a plus sign before it.
border-top-width-006 96 Border-top-width using pixels with a nominal value, 96px
  • The 'border-top-width' property supports a nominal length value in pixels that sets the width of the top border.
border-top-width-007 96 Border-top-width using pixels with a nominal value with a plus sign, +96px
  • The 'border-top-width' property supports a nominal length value in pixels that has a plus sign before it.
border-top-width-012 Invalid Border-top-width using points with a minimum minus one (negative) value, -1pt
  • The 'border-top-width' property does not support a negative length value in points and resets to the initial value.
border-top-width-013 Border-top-width using points with a minimum value, 0pt
  • The 'border-top-width' property supports a minimum length value in points that sets the width of the top border.
border-top-width-014 Border-top-width using points with a minimum plus one value, 1pt
  • The 'border-top-width' property supports a minimum plus one length value in points that sets the width of the top border.
border-top-width-015 Border-top-width using points with a minimum value with a minus sign, -0pt
  • The 'border-top-width' property supports a minimum length value in points that that has a minus sign before it.
border-top-width-016 Border-top-width using points with a minimum value with a plus sign, +0pt
  • The 'border-top-width' property supports a minimum length value in points that that has a plus sign before it.
border-top-width-017 Border-top-width using points with a nominal value, 72pt
  • The 'border-top-width' property supports a nominal length value in points that sets the width of the top border.
border-top-width-018 Border-top-width using points with a nominal value with a plus sign, +72pt
  • The 'border-top-width' property supports a nominal length value in points that has a plus sign before it.
border-top-width-023 Invalid Border-top-width using picas with a minimum minus one (negative) value, -1pc
  • The 'border-top-width' property does not support a negative length value in picas and resets to the initial value.
border-top-width-024 Border-top-width using picas with a minimum value, 0pc
  • The 'border-top-width' property supports a minimum length value in picas that sets the width of the top border.
border-top-width-025 Border-top-width using picas with a minimum plus one value, 1pc
  • The 'border-top-width' property supports a minimum plus one length value in picas that sets the width of the top border.
border-top-width-026 Border-top-width using picas with a minimum value with a minus sign, -0pc
  • The 'border-top-width' property supports a minimum length value in picas that that has a minus sign before it.
border-top-width-027 Border-top-width using picas with a minimum value with a plus sign, +0pc
  • The 'border-top-width' property supports a minimum length value in picas that that has a plus sign before it.
border-top-width-028 Border-top-width using picas with a nominal value, 6pc
  • The 'border-top-width' property supports a nominal length value in picas that sets the width of the top border.
border-top-width-029 Border-top-width using picas with a nominal value with a plus sign, +6pc
  • The 'border-top-width' property supports a nominal length value in picas that has a plus sign before it.
border-top-width-034 Invalid Border-top-width using centimeters with a minimum minus one (negative) value, -1cm
  • The 'border-top-width' property does not support a negative length value in centimeters and resets to the initial value.
border-top-width-035 Border-top-width using centimeters with a minimum value, 0cm
  • The 'border-top-width' property supports a minimum length value in centimeters that sets the width of the top border.
border-top-width-036 Border-top-width using centimeters with a minimum plus one value, 1cm
  • The 'border-top-width' property supports a minimum plus one length value in centimeters that sets the width of the top border.
border-top-width-037 Border-top-width using centimeters with a minimum value with a minus sign, -0cm
  • The 'border-top-width' property supports a minimum length value in centimeters that that has a minus sign before it.
border-top-width-038 Border-top-width using centimeters with a minimum value with a plus sign, +0cm
  • The 'border-top-width' property supports a minimum length value in centimeters that that has a plus sign before it.
border-top-width-039 Border-top-width using centimeters with a nominal value, 2.54cm
  • The 'border-top-width' property supports a nominal length value in centimeters that sets the width of the top border.
border-top-width-040 Border-top-width using centimeters with a nominal value with a plus sign, +2.54cm
  • The 'border-top-width' property supports a nominal length value in centimeters that has a plus sign before it.
border-top-width-045 Invalid Border-top-width using millimeters with a minimum minus one (negative) value, -1mm
  • The 'border-top-width' property does not support a negative length value in millimeters and resets to the initial value.
border-top-width-046 Border-top-width using millimeters with a minimum value, 0mm
  • The 'border-top-width' property supports a minimum length value in millimeters that sets the width of the top border.
border-top-width-047 Border-top-width using millimeters with a minimum plus one value, 1mm
  • The 'border-top-width' property supports a minimum plus one length value in millimeters that sets the width of the top border.
border-top-width-048 Border-top-width using millimeters with a minimum value with a minus sign, -0mm
  • The 'border-top-width' property supports a minimum length value in millimeters that that has a minus sign before it.
border-top-width-049 Border-top-width using millimeters with a minimum value with a plus sign, +0mm
  • The 'border-top-width' property supports a minimum length value in millimeters that that has a plus sign before it.
border-top-width-050 Border-top-width using millimeters with a nominal value, 25.4mm
  • The 'border-top-width' property supports a nominal length value in millimeters that sets the width of the top border.
border-top-width-051 Border-top-width using millimeters with a nominal value with a plus sign, +25.4mm
  • The 'border-top-width' property supports a nominal length value in millimeters that has a plus sign before it.
border-top-width-056 Invalid Border-top-width using inches with a minimum minus one (negative) value, -1in
  • The 'border-top-width' property does not support a negative length value in inches and resets to the initial value.
border-top-width-057 Border-top-width using inches with a minimum value, 0in
  • The 'border-top-width' property supports a minimum length value in inches that sets the width of the top border.
border-top-width-058 Border-top-width using inches with a minimum plus one value, 1in
  • The 'border-top-width' property supports a minimum plus one length value in inches that sets the width of the top border.
border-top-width-059 Border-top-width using inches with a minimum value with a minus sign, -0in
  • The 'border-top-width' property supports a minimum length value in inches that that has a minus sign before it.
border-top-width-060 Border-top-width using inches with a minimum value with a plus sign, +0in
  • The 'border-top-width' property supports a minimum length value in inches that that has a plus sign before it.
border-top-width-061 Border-top-width using inches with a nominal value, 5in
  • The 'border-top-width' property supports a nominal length value in inches that sets the width of the top border.
border-top-width-062 Border-top-width using inches with a nominal value with a plus sign, +5in
  • The 'border-top-width' property supports a nominal length value in inches that has a plus sign before it.
border-top-width-067 Invalid Border-top-width using 'em' units with a minimum minus one (negative) value, -1em
  • The 'border-top-width' property does not support a negative length value in 'em' units and resets to the initial value.
border-top-width-068 Ahem Border-top-width using 'em' units with a minimum value, 0em
  • The 'border-top-width' property supports a minimum length value in 'em' units that sets the width of the top border.
border-top-width-069 Ahem Border-top-width using 'em' units with a minimum plus one value, 1em
  • The 'border-top-width' property supports a minimum plus one length value in 'em' units that sets the width of the top border.
border-top-width-070 Ahem Border-top-width using 'em' units with a minimum value with a minus sign, -0em
  • The 'border-top-width' property supports a minimum length value in 'em' units that that has a minus sign before it.
border-top-width-071 Ahem Border-top-width using 'em' units with a minimum value with a plus sign, +0em
  • The 'border-top-width' property supports a minimum length value in 'em' units that that has a plus sign before it.
border-top-width-072 Ahem Border-top-width using 'em' units with a nominal value, 6em
  • The 'border-top-width' property supports a nominal length value in 'em' units that sets the width of the top border.
border-top-width-073 Ahem Border-top-width using 'em' units with a nominal value with a plus sign, +6em
  • The 'border-top-width' property supports a nominal length value in 'em' units that has a plus sign before it.
border-top-width-078 Invalid Border-top-width using 'ex' units with a minimum minus one (negative) value, -1ex
  • The 'border-top-width' property does not support a negative length value in 'ex' units and resets to the initial value.
border-top-width-079 Ahem Border-top-width using 'ex' units with a minimum value, 0ex
  • The 'border-top-width' property supports a minimum length value in 'ex' units that sets the width of the top border.
border-top-width-080 Ahem Border-top-width using 'ex' units with a minimum plus one value, 1ex
  • The 'border-top-width' property supports a minimum plus one length value in 'ex' units that sets the width of the top border.
border-top-width-081 Ahem Border-top-width using 'ex' units with a minimum value with a minus sign, -0ex
  • The 'border-top-width' property supports a minimum length value in 'ex' units that that has a minus sign before it.
border-top-width-082 Ahem Border-top-width using 'ex' units with a minimum value with a plus sign, +0ex
  • The 'border-top-width' property supports a minimum length value in 'ex' units that that has a plus sign before it.
border-top-width-083 Ahem Border-top-width using 'ex' units with a nominal value, 6ex
  • The 'border-top-width' property supports a nominal length value in 'ex' units that sets the width of the top border.
border-top-width-084 Ahem Border-top-width using 'ex' units with a nominal value with a plus sign, +6ex
  • The 'border-top-width' property supports a nominal length value in 'ex' units that has a plus sign before it.
border-top-width-089 Border-top-width set to negative zero with no units, -0
  • The 'border-top-width' property supports a minimum length value with no units that has a minus sign before it.
border-top-width-090 Border-top-width set to zero with no units, 0
  • The 'border-top-width' property supports a minimum length value with no units.
border-top-width-091 Border-top-width set to positive zero with no units, +0
  • The 'border-top-width' property supports a minimum length value with no units that has a plus sign before it.
border-top-width-092 Border-top-width set to thin
  • The 'border-top-width' property supports a value of thin.
border-top-width-093 Border-top-width set to medium
  • The 'border-top-width' property supports a value of medium.
border-top-width-094 Border-top-width set to thick
  • The 'border-top-width' property supports a value of thick.
border-top-width-095 Border-top-width set to inherit
  • The 'border-top-width' property supports a value of inherit and gets its computed value from its parent.
border-top-width-applies-to-001 Border-top-width applied to element with display table-row-group
  • The 'border-top-width' property applies to elements with a display of table-row-group.
border-top-width-applies-to-002 Border-top-width applied to element with display table-header-group
  • The 'border-top-width' property applies to elements with a display of table-header-group.
border-top-width-applies-to-003 Border-top-width applied to element with display table-footer-group
  • The 'border-top-width' property applies to elements with a display of table-footer-group.
border-top-width-applies-to-004 Border-top-width applied to element with display table-row
  • The 'border-top-width' property applies to elements with a display of table-row.
border-top-width-applies-to-005 Border-top-width applied to element with display table-column-group
  • The 'border-top-width' property applies to elements with a display of table-column-group.
border-top-width-applies-to-006 Border-top-width applied to element with display table-column
  • The 'border-top-width' property applies to elements with a display of table-column.
border-top-width-applies-to-007 Border-top-width applied to element with display table-cell
  • The 'border-top-width' property applies to elements with a display of table-cell.
border-top-width-applies-to-008 Border-top-width applied to element with display inline
  • The 'border-top-width' property applies to elements with a display of inline.
border-top-width-applies-to-009 Border-top-width applied to element with display block
  • The 'border-top-width' property applies to elements with a display of block.
border-top-width-applies-to-010 Border-top-width applied to element with display list-item
  • The 'border-top-width' The 'property' property applies to elements with a display of list-item.
border-top-width-applies-to-011 Border-top-width applied to element with display run-in
  • The 'border-top-width' property applies to elements with a display of run-in.
border-top-width-applies-to-012 Border-top-width applied to element with display inline-block
  • The 'border-top-width' property applies to elements with a display of inline-block.
border-top-width-applies-to-013 Border-top-width applied to element with display table
  • The 'border-top-width' property applies to elements with a display of table.
border-top-width-applies-to-014 Border-top-width applied to element with display inline-table
  • The 'border-top-width' property applies to elements with a display of inline-table.
border-top-width-applies-to-015 Border-top-width applied to element with display table-caption
  • The 'border-top-width' property applies to elements with a display of table-caption.
border-width-001 Border-width shorthand property set using one value
  • The 'border-width' shorthand property set using one value correctly sets the border width for the appropriate sides of an element.
border-width-002 Border-width shorthand property set using two values
  • The 'border-width' shorthand property set using two values correctly sets the border width for the appropriate sides of an element.
border-width-003 Border-width shorthand property set using three values
  • The 'border-width' shorthand property set using three values correctly sets the border width for the appropriate sides of an element.
border-width-004 Border-width shorthand property set using four values
  • The 'border-width' shorthand property set using four values correctly sets the border width for the appropriate sides of an element.
border-width-005 Border-width shorthand property set to 'inherit', inheriting one value
  • The 'border-width' property set to 'inherit' correctly inherits the one value specified on the parent element.
border-width-006 Border-width shorthand property set to 'inherit', inheriting two values
  • The 'border-width' property set to 'inherit' correctly inherits the two values specified on the parent element.
border-width-007 Border-width shorthand property set to 'inherit', inheriting three values
  • The 'border-width' property set to 'inherit' correctly inherits the three values specified on the parent element.
border-width-008 Border-width shorthand property set to 'inherit', inheriting four values
  • The 'border-width' property set to 'inherit' correctly inherits the four values specified on the parent element.
border-width-011 border-width: inherit
border-width-012 Border-width: inherit - border-style: hidden
  • The border-width computed value is '0' if the border style is 'none' or 'hidden'.
border-width-013 Invalid Border-width - length specified with a percentage unit
  • A length value specified with a percentage unit does not apply to 'border-width'.
border-width-014 Border-width: inherit - border-style inherit
border-width-applies-to-001 Border-width applied to element with display table-row-group
  • The 'border-width' property applies to elements with a display of table-row-group.
border-width-applies-to-002 Border-width applied to element with display table-header-group
  • The 'border-width' property applies to elements with a display of table-header-group.
border-width-applies-to-003 Border-width applied to element with display table-footer-group
  • The 'border-width' property applies to elements with a display of table-footer-group.
border-width-applies-to-004 Border-width applied to element with display table-row
  • The 'border-width' property applies to elements with a display of table-row.
border-width-applies-to-005 Border-width applied to element with display table-column-group
  • The 'border-width' property applies to elements with a display of table-column-group.
border-width-applies-to-006 Border-width applied to element with display table-column
  • The 'border-width' property applies to elements with a display of table-column.
border-width-applies-to-007 Border-width applied to element with display table-cell
  • The 'border-width' property applies to elements with a display of table-cell.
border-width-applies-to-008 Ahem Border-width applied to element with display inline
  • The 'border-width' property applies to elements with a display of inline.
border-width-applies-to-009 Border-width applied to element with display block
  • The 'border-width' property applies to elements with a display of block.
border-width-applies-to-010 Border-width applied to element with display list-item
  • The 'border-width' property applies to elements with a display of list-item.
border-width-applies-to-011 Border-width applied to element with display run-in
  • The 'border-width' property applies to elements with a display of run-in.
border-width-applies-to-012 Border-width applied to element with display inline-block
  • The 'border-width' property applies to elements with a display of inline-block.
border-width-applies-to-013 Border-width applied to element with display table
  • The 'border-width' property applies to elements with a display of table.
border-width-applies-to-014 Border-width applied to element with display inline-table
  • The 'border-width' property applies to elements with a display of inline-table.
border-width-applies-to-015 Border-width applied to element with display table-caption
  • The 'border-width' property applies to elements with a display of table-caption.
border-width-comparison-001 Border-width - Relation of thin, medium, and thick
  • A border-width set to thin is small than a border-width that is set to medium which is smaller than a border-width that is set to thick.
border-width-shorthand-001 Border-width set using a single value
  • Applying a single value to the 'border-width' property applies the value to all sides of the element.
border-width-shorthand-002 Border-width set using two values
  • Applying two values to the border-width property applies the first value to the top and bottom and the second to the left and right.
border-width-shorthand-003 Border-width set using three values
  • Applying three values to the border-width property applies the first value to the top. The second value to the left and right and the third value to the bottom.
border-width-shorthand-004 Border-width set using four values
  • Applying four values to the border-width property applies the values top, right, bottom, left, respectively.
+ 8.5.2 Border color: 'border-top-color', 'border-right-color', 'border-bottom-color', 'border-left-color', and 'border-color'
border-bottom-color-001 Invalid Border-bottom-color set to hex with five digits which is invalid and is equivalent to minimum minus one value for six digit hex
  • The 'border-bottom-color' set to #00000 falls back to the initial value.
border-bottom-color-002 Border-bottom-color set to hex with six digits with the minimum value, #000000
  • The 'border-bottom-color' set to #000000 renders the correct color.
border-bottom-color-003 Border-bottom-color set to hex with six digits with the minimum plus one value, #010101
  • The 'border-bottom-color' set to #010101 renders the correct color.
border-bottom-color-004 Border-bottom-color set to hex with six digits with a nominal value #999999
  • The 'border-bottom-color' set to #999999 renders the correct color.
border-bottom-color-005 Border-bottom-color set to hex with six digits with the maximum minus one value of #fefefe
  • The 'border-bottom-color' set to #fefefe renders the correct color for the border.
border-bottom-color-006 Border-bottom-color set to hex with six digits with the maximum value of #ffffff
  • The 'border-bottom-color' set to #ffffff renders the correct color.
border-bottom-color-007 Invalid Border-bottom-color set to hex with six digits with the maximum plus one value of #1000000
  • The 'border-bottom-color' set to #1000000 falls back to the initial value.
border-bottom-color-008 Invalid Border-bottom-color set to hex with six digits with the maximum plus one value of #fgfgfg
  • The 'border-bottom-color' set to #fgfgfg falls back to the initial value.
border-bottom-color-009 Border-bottom-color set to hex with six digits with a red set to minimum plus one value, #010000
  • The 'border-bottom-color' set to #010000 renders the correct color.
border-bottom-color-010 Border-bottom-color set to hex with six digits with a red set to a nominal value, #990000
  • The 'border-bottom-color' set to #990000 renders the correct color.
border-bottom-color-011 Border-bottom-color set to hex with six digits with a red set to maximum minus one value, #fe0000
  • The 'border-bottom-color' set to #fe0000 renders the correct color.
border-bottom-color-012 Border-bottom-color set to hex with six digits with a red set to the maximum value, #ff0000
  • The 'border-bottom-color' set to #ff0000 renders the correct color.
border-bottom-color-013 Invalid Border-bottom-color set to hex with six digits with a red set to the maximum plus one value, #fg0000
  • The 'border-bottom-color' set to #fg0000 falls back to the initial value.
border-bottom-color-014 Border-bottom-color set to hex with six digits with a green set to minimum plus one value, #000100
  • The 'border-bottom-color' set to #000100 renders the correct color.
border-bottom-color-015 Border-bottom-color set to hex with six digits with a green set to a nominal value, #009900
  • The 'border-bottom-color' set to #009900 renders the correct color.
border-bottom-color-016 Border-bottom-color set to hex with six digits with a green set to maximum minus one value, #00fe00
  • The 'border-bottom-color' set to #00fe00 renders the correct color.
border-bottom-color-017 Border-bottom-color set to hex with six digits with a green set to the maximum value, #00ff00
  • The 'border-bottom-color' set to #00ff00 renders the correct color.
border-bottom-color-018 Invalid Border-bottom-color set to hex with six digits with a green set to the maximum plus one value, #00fg00
  • The 'border-bottom-color' set to #00fg00 falls back to the initial value.
border-bottom-color-019 Border-bottom-color set to hex with six digits with a blue set to minimum plus one value, #000001
  • The 'border-bottom-color' set to #000001 renders the correct color.
border-bottom-color-020 Border-bottom-color set to hex with six digits with a blue set to a nominal value, #000099
  • The 'border-bottom-color' set to #000099 renders the correct color.
border-bottom-color-021 Border-bottom-color set to hex with six digits with a blue set to maximum minus one value, #0000fe
  • The 'border-bottom-color' set to #0000fe renders the correct color.
border-bottom-color-022 Border-bottom-color set to hex with six digits with a blue set to the maximum value, #0000ff
  • The 'border-bottom-color' set to #0000ff renders the correct color.
border-bottom-color-023 Invalid Border-bottom-color set to hex with six digits with a blue set to the maximum plus one value, #0000fg
  • The 'border-bottom-color' set to #0000fg falls back to the initial value.
border-bottom-color-024 Invalid Border-bottom-color set to hex with 2 digits which is invalid and is equivalent to minimum minus one value for 3 digit hex
  • The 'border-bottom-color' set to #00 falls back to the initial value.
border-bottom-color-025 Border-bottom-color set to hex with three digits with the minimum possible value #000
  • The 'border-bottom-color' set to #000 renders the correct color.
border-bottom-color-026 Border-bottom-color set to hex with three digits with the minimum plus one value, #111
  • The 'border-bottom-color' set to #111 renders the correct color.
border-bottom-color-027 Border-bottom-color set to hex with three digits with a nominal value #999
  • The 'border-bottom-color' set to #999 renders the correct color.
border-bottom-color-028 Border-bottom-color set to hex with three digits with the maximum minus one value of #eee
  • The 'border-bottom-color' set to #eee renders the correct color.
border-bottom-color-029 Border-bottom-color set to hex with three digits with the maximum value of #fff
  • The 'border-bottom-color' set to #fff renders the correct color.
border-bottom-color-030 Invalid Border-bottom-color set to hex with three digits with the maximum plus one value of #1000
  • The 'border-bottom-color' set to #1000 falls back to the initial value.
border-bottom-color-031 Invalid Border-bottom-color set to hex with three digits with the maximum plus one value of #ggg
  • The 'border-bottom-color' set to #ggg falls back to the initial value.
border-bottom-color-032 Border-bottom-color set to hex with three digits with a red set to minimum plus one value, #100
  • The 'border-bottom-color' set to #100 renders the correct color.
border-bottom-color-033 Border-bottom-color set to hex with three digits with a red set to a nominal value, #900
  • The 'border-bottom-color' set to #900 renders the correct color.
border-bottom-color-034 Border-bottom-color set to hex with three digits with a red set to maximum minus one value, #e00
  • The 'border-bottom-color' set to #e00 renders the correct color.
border-bottom-color-035 Border-bottom-color set to hex with three digits with a red set to the maximum value, #f00
  • The 'border-bottom-color' set to #f00 renders the correct color.
border-bottom-color-036 Invalid Border-bottom-color set to hex with three digits with a red set to the maximum plus one value, #g00
  • The 'border-bottom-color' set to #g00 falls back to the initial value.
border-bottom-color-037 Border-bottom-color set to hex with three digits with a green set to minimum plus one value, #010
  • The 'border-bottom-color' set to #010 renders the correct color.
border-bottom-color-038 Border-bottom-color set to hex with three digits with a green set to a nominal value, #090
  • The 'border-bottom-color' set to #090 renders the correct color.
border-bottom-color-039 Border-bottom-color set to hex with three digits with a green set to maximum minus one value, #0e0
  • The 'border-bottom-color' set to #0e0 renders the correct color.
border-bottom-color-040 Border-bottom-color set to hex with three digits with a green set to the maximum value, #0f0
  • The 'border-bottom-color' set to #0f0 renders the correct color.
border-bottom-color-041 Invalid Border-bottom-color set to hex with three digits with a green set to the maximum plus one value, #0g0
  • The 'border-bottom-color' set to #0g0 falls back to the initial value.
border-bottom-color-042 Border-bottom-color set to hex with three digits with a blue set to minimum plus one value, #001
  • The 'border-bottom-color' set to #001 renders the correct color.
border-bottom-color-043 Border-bottom-color set to hex with three digits with a blue set to a nominal value, #009
  • The 'border-bottom-color' set to #009 renders the correct color.
border-bottom-color-044 Border-bottom-color set to hex with three digits with a blue set to maximum minus one value, #00e
  • The 'border-bottom-color' set to #00e renders the correct color.
border-bottom-color-045 Border-bottom-color set to hex with three digits with a blue set to the maximum value, #00f
  • The 'border-bottom-color' set to #00f renders the correct color.
border-bottom-color-046 Invalid Border-bottom-color set to hex with three digits with a blue set to the maximum plus one value, #00g
  • The 'border-bottom-color' set to #00g falls back to the initial value.
border-bottom-color-047 Invalid Border-bottom-color set to rgb() using percentages with the minimum minus one value, rgb(-1%, -1%, -1%)
  • The 'border-bottom-color' set to rgb(-1%, -1%, -1%) truncates to a valid value.
border-bottom-color-048 Border-bottom-color set to rgb() using percentages with the minimum value, rgb(0%, 0%, 0%)
  • The 'border-bottom-color' set to rgb(0%, 0%, 0%) renders the correct color.
border-bottom-color-049 Border-bottom-color set to rgb() using percentages with the minimum plus one value, rgb(1%, 1%, 1%)
  • The 'border-bottom-color' set to rgb(1%, 1%, 1%) renders the correct color.
border-bottom-color-050 Border-bottom-color set to rgb() using percentages with the minimum value and minus sign, rgb(-0%, -0%, -0%)
  • The 'border-bottom-color' set to rgb(-0%, -0%, -0%) renders the correct color.
border-bottom-color-051 Border-bottom-color set to rgb() using percentages with the minimum value and plus sign, rgb(+0%, +0%, +0%)
  • The 'border-bottom-color' set to rgb(+0%, +0%, +0%) renders the correct color.
border-bottom-color-052 Border-bottom-color set to rgb() using percentages with a nominal value, rgb(50%, 50%, 50%)
  • The 'border-bottom-color' set to rgb(50%, 50%, 50%) renders the correct color.
border-bottom-color-053 Border-bottom-color set to rgb() using percentages with a nominal value and a plus sign, rgb(+50%, +50%, +50%)
  • The 'border-bottom-color' set to rgb(+50%, +50%, +50%) renders the correct color.
border-bottom-color-054 Border-bottom-color set to rgb() using percentages with a maximum minus one value, rgb(99%, 99%, 99%)
  • The 'border-bottom-color' set to rgb(99%, 99%, 99%) renders the correct color.
border-bottom-color-055 Border-bottom-color set to rgb() using percentages with a maximum value, rgb(100%, 100%, 100%)
  • The 'border-bottom-color' set to rgb(100%, 100%, 100%) renders the correct color.
border-bottom-color-056 Border-bottom-color set to rgb() using percentages with plus sign on each maximum value, rgb(+100%, +100%, +100%)
  • The 'border-bottom-color' set to rgb(+100%, +100%, +100%) renders the correct color.
border-bottom-color-057 Invalid Border-bottom-color set to rgb() using percentages with a maximum plus one value, rgb(101%, 101%, 101%)
  • The 'border-bottom-color' set to rgb(101%, 101%, 101%) truncates to a valid value.
border-bottom-color-058 Invalid Border-bottom-color set to rgb() using integers with the minimum minus one value, rgb(-1, -1, -1)
  • The 'border-bottom-color' set to rgb(-1, -1, -1) truncates to a valid value.
border-bottom-color-059 Border-bottom-color set to rgb() using integers with the minimum value, rgb(0, 0, 0)
  • The 'border-bottom-color' set to rgb(0, 0, 0) renders the correct color.
border-bottom-color-060 Border-bottom-color set to rgb() using integers with the minimum plus one value, rgb(1, 1, 1)
  • The 'border-bottom-color' set to rgb(1, 1, 1) renders the correct color.
border-bottom-color-061 Border-bottom-color set to rgb() using integers with the minimum value and minus sign, rgb(-0, -0, -0)
  • The 'border-bottom-color' set to rgb(-0, -0, -0) renders the correct color.
border-bottom-color-062 Border-bottom-color set to rgb() using integers with the minimum value and plus sign, rgb(+0, +0, +0)
  • The 'border-bottom-color' set to rgb(+0, +0, +0) renders the correct color.
border-bottom-color-063 Border-bottom-color set to rgb() using integers with a nominal value, rgb(128, 128, 128)
  • The 'border-bottom-color' set to rgb(128, 128, 128) renders the correct color.
border-bottom-color-064 Border-bottom-color set to rgb() using integers with a nominal value and a plus sign, rgb(+128, +128, +128)
  • The 'border-bottom-color' set to rgb(+128, +128, +128) renders the correct color.
border-bottom-color-065 Border-bottom-color set to rgb() using integers with a maximum minus one value, rgb(254, 254, 254)
  • The 'border-bottom-color' set to rgb(254, 254, 254) renders the correct color.
border-bottom-color-066 Border-bottom-color set to rgb() using integers with a maximum value, rgb(255, 255, 255)
  • The 'border-bottom-color' set to rgb(255, 255, 255) renders the correct color.
border-bottom-color-067 Border-bottom-color set to rgb() using integers with a maximum value and a plus sign, rgb(+255, +255, +255)
  • The 'border-bottom-color' set to rgb(+255, +255, +255) renders the correct color.
border-bottom-color-068 Invalid Border-bottom-color set to rgb() using integers with a maximum plus one value, rgb(256, 256, 256)
  • The 'border-bottom-color' set to rgb(256, 256, 256) truncates to a valid value.
border-bottom-color-069 Invalid Border-bottom-color set to rgb() using percentages with red set to the minimum minus one value, rgb(-1%, 0%, 0%)
  • The 'border-bottom-color' set to rgb(-1%, 0%, 0%) falls back to the initial value.
border-bottom-color-070 Border-bottom-color set to rgb() using percentages with red set to the minimum plus one value, rgb(1%, 0%, 0%)
  • The 'border-bottom-color' set to rgb(1%, 0%, 0%) renders the correct color.
border-bottom-color-071 Border-bottom-color set to rgb() using percentages with red set to the minimum value and minus sign, rgb(-0%, 0%, 0%)
  • The 'border-bottom-color' set to rgb(-0%, 0%, 0%) renders the correct color.
border-bottom-color-072 Border-bottom-color set to rgb() using percentages with red set to the minimum value and plus sign, rgb(+0%, 0%, 0%)
  • The 'border-bottom-color' set to rgb(+0%, 0%, 0%) renders the correct color.
border-bottom-color-073 Border-bottom-color set to rgb() using percentages with red set to a nominal value, rgb(50%, 0%, 0%)
  • The 'border-bottom-color' set to rgb(50%, 0%, 0%) renders the correct color.
border-bottom-color-074 Border-bottom-color set to rgb() using percentages with red set to a nominal value with a plus sign, rgb(+50%, 0%, 0%)
  • The 'border-bottom-color' set to rgb(+50%, 0%, 0%) renders the correct color.
border-bottom-color-075 Border-bottom-color set to rgb() using percentages with red set to a maximum minus one value, rgb(99%, 0%, 0%)
  • The 'border-bottom-color' set to rgb(99%, 0%, 0%) renders the correct color.
border-bottom-color-076 Border-bottom-color set to rgb() using percentages with red set to a maximum value, rgb(100%, 0%, 0%)
  • The 'border-bottom-color' set to rgb(100%, 0%, 0%) renders the correct color.
border-bottom-color-077 Border-bottom-color set to rgb() using percentages with red set to a maximum value with a plus sign, rgb(+100%, 0%, 0%)
  • The 'border-bottom-color' set to rgb(+100%, 0%, 0%) renders the correct color.
border-bottom-color-078 Invalid Border-bottom-color set to rgb() using percentages with red set to a maximum plus one value, rgb(101%, 0%, 0%)
  • The 'border-bottom-color' set to rgb(101%, 0%, 0%) truncates to a valid value.
border-bottom-color-079 Invalid Border-bottom-color set to rgb() using integers with red set to the minimum minus one value, rgb(-1, 0, 0)
  • The 'border-bottom-color' set to rgb(-1, 0, 0) truncates to a valid value.
border-bottom-color-080 Border-bottom-color set to rgb() using integers with red set to the minimum plus one value, rgb(1, 0, 0)
  • The 'border-bottom-color' set to rgb(1, 0, 0) renders the correct color.
border-bottom-color-081 Border-bottom-color set to rgb() using integers with red set to the minimum value with a minus sign, rgb(-0, 0, 0)
  • The 'border-bottom-color' set to rgb(-0, 0, 0) renders the correct color.
border-bottom-color-082 Border-bottom-color set to rgb() using integers with red set to the minimum value with a plus sign, rgb(+0, 0, 0)
  • The 'border-bottom-color' set to rgb(+0, 0, 0) renders the correct color.
border-bottom-color-083 Border-bottom-color set to rgb() using integers with red set to a nominal value, rgb(128, 0, 0)
  • The 'border-bottom-color' set to rgb(128, 0, 0) renders the correct color.
border-bottom-color-084 Border-bottom-color set to rgb() using integers with red set to a nominal value with a plus sign, rgb(+128, 0, 0)
  • The 'border-bottom-color' set to rgb(+128, 0, 0) renders the correct color.
border-bottom-color-085 Border-bottom-color set to rgb() using integers with red set to a maximum minus one value, rgb(254, 0, 0)
  • The 'border-bottom-color' set to rgb(254, 0, 0) renders the correct color.
border-bottom-color-086 Border-bottom-color set to rgb() using integers with red set to a maximum value, rgb(255, 0, 0)
  • The 'border-bottom-color' set to rgb(255, 0, 0) renders the correct color.
border-bottom-color-087 Border-bottom-color set to rgb() using integers with red set to a maximum value with a plus sign, rgb(+255, 0, 0)
  • The 'border-bottom-color' set to rgb(+255, 0, 0) renders the correct color.
border-bottom-color-088 Invalid Border-bottom-color set to rgb() using integers with red set to a maximum plus one value, rgb(256, 0, 0)
  • The 'border-bottom-color' set to rgb(256, 0, 0) truncates to a valid value.
border-bottom-color-089 Invalid Border-bottom-color set to rgb() using percentages with green set to the minimum minus one value, rgb(0%, -1%, 0%)
  • The 'border-bottom-color' set to rgb(0%, -1%, 0%) truncates to a valid value.
border-bottom-color-090 Border-bottom-color set to rgb() using percentages with green set to the minimum plus one value, rgb(0%, 1%, 0%)
  • The 'border-bottom-color' set to rgb(0%, 1%, 0%) renders the correct color.
border-bottom-color-091 Border-bottom-color set to rgb() using percentages with green set to the minimum value and minus sign, rgb(0%, -0%, 0%)
  • The 'border-bottom-color' set to rgb(0%, -0%, 0%) renders the correct color.
border-bottom-color-092 Border-bottom-color set to rgb() using percentages with green set to the minimum value and plus sign, rgb(0%, +0%, 0%)
  • The 'border-bottom-color' set to rgb(0%, +0%, 0%) renders the correct color.
border-bottom-color-093 Border-bottom-color set to rgb() using percentages with green set to a nominal value, rgb(0%, 50%, 0%)
  • The 'border-bottom-color' set to rgb(0%, 50%, 0%) renders the correct color.
border-bottom-color-094 Border-bottom-color set to rgb() using percentages with green set to a nominal value with a plus sign, rgb(0%, +50%, 0%)
  • The 'border-bottom-color' set to rgb(0%, +50%, 0%) renders the correct color.
border-bottom-color-095 Border-bottom-color set to rgb() using percentages with green set to a maximum minus one value, rgb(0%, 99%, 0%)
  • The 'border-bottom-color' set to rgb(0%, 99%, 0%) renders the correct color.
border-bottom-color-096 Border-bottom-color set to rgb() using percentages with green set to a maximum value, rgb(0%, 100%, 0%)
  • The 'border-bottom-color' set to rgb(0%, 100%, 0%) renders the correct color.
border-bottom-color-097 Border-bottom-color set to rgb() using percentages with green set to a maximum value with a plus sign, rgb(0%, +100%, 0%)
  • The 'border-bottom-color' set to rgb(0%, +100%, 0%) renders the correct color.
border-bottom-color-098 Invalid Border-bottom-color set to rgb() using percentages with green set to a maximum plus one value, rgb(0%, 101%, 0%)
  • The 'border-bottom-color' set to rgb(0%, 101%, 0%) truncates to a valid value.
border-bottom-color-099 Invalid Border-bottom-color set to rgb() using integers with green set to the minimum minus one value, rgb(0, -1, 0)
  • The 'border-bottom-color' set to rgb(-1, 0, 0) truncates to a valid value.
border-bottom-color-100 Border-bottom-color set to rgb() using integers with green set to the minimum plus one value, rgb(0, 1, 0)
  • The 'border-bottom-color' set to rgb(0, 1, 0) renders the correct color.
border-bottom-color-101 Border-bottom-color set to rgb() using integers with green set to the minimum value with a minus sign, rgb(0, -0, 0)
  • The 'border-bottom-color' set to rgb(0, -0, 0) renders the correct color.
border-bottom-color-102 Border-bottom-color set to rgb() using integers with green set to the minimum value with a plus sign, rgb(0, +0, 0)
  • The 'border-bottom-color' set to rgb(0, +0, 0) renders the correct color.
border-bottom-color-103 Border-bottom-color set to rgb() using integers with green set to a nominal value, rgb(0, 128, 0)
  • The 'border-bottom-color' set to rgb(0, 128, 0) renders the correct color.
border-bottom-color-104 Border-bottom-color set to rgb() using integers with green set to a nominal value with a plus sign, rgb(0, +128, 0)
  • The 'border-bottom-color' set to rgb(0, +128, 0) renders the correct color.
border-bottom-color-105 Border-bottom-color set to rgb() using integers with green set to a maximum minus one value, rgb(0, 254, 0)
  • The 'border-bottom-color' set to rgb(0, 254, 0) renders the correct color.
border-bottom-color-106 Border-bottom-color set to rgb() using integers with green set to a maximum value, rgb(0, 255, 0)
  • The 'border-bottom-color' set to rgb(0, 255, 0) renders the correct color.
border-bottom-color-107 Border-bottom-color set to rgb() using integers with green set to a maximum value with a plus sign, rgb(0, +255, 0)
  • The 'border-bottom-color' set to rgb(0, +255, 0) renders the correct color.
border-bottom-color-108 Invalid Border-bottom-color set to rgb() using integers with green set to a maximum plus one value, rgb(0, 256 0)
  • The 'border-bottom-color' set to rgb(0, 256, 0) properly truncates to a valid value.
border-bottom-color-109 Invalid Border-bottom-color set to rgb() using percentages with blue set to the minimum minus one value, rgb(0%, 0%, -1%)
  • The 'border-bottom-color' set to rgb(0%, 0%, -1%) truncates to a valid value.
border-bottom-color-110 Border-bottom-color set to rgb() using percentages with blue set to the minimum plus one value, rgb(0%, 0%, 1%)
  • The 'border-bottom-color' set to rgb(0%, 0%, 1%) renders the correct color.
border-bottom-color-111 Border-bottom-color set to rgb() using percentages with blue set to the minimum value and minus sign, rgb(0%, 0%, -0%)
  • The 'border-bottom-color' set to rgb(0%, 0%, -0%) renders the correct color.
border-bottom-color-112 Border-bottom-color set to rgb() using percentages with blue set to the minimum value and plus sign, rgb(0%, 0%, +0%)
  • The 'border-bottom-color' set to rgb(0%, 0%, +0%) renders the correct color.
border-bottom-color-113 Border-bottom-color set to rgb() using percentages with blue set to a nominal value, rgb(0%, 0%, 50%)
  • The 'border-bottom-color' set to rgb(0%, 0%, 50%) renders the correct color.
border-bottom-color-114 Border-bottom-color set to rgb() using percentages with blue set to a nominal value with a plus sign, rgb(0%, 0%, +50%)
  • The 'border-bottom-color' set to rgb(0%, 0%, +50%) renders the correct color.
border-bottom-color-115 Border-bottom-color set to rgb() using percentages with blue set to a maximum minus one value, rgb(0%, 0%, 99%)
  • The 'border-bottom-color' set to rgb(0%, 0%, 99%) renders the correct color.
border-bottom-color-116 Border-bottom-color set to rgb() using percentages with blue set to a maximum value, rgb(0%, 0%, 100%)
  • The 'border-bottom-color' set to rgb(0%, 0%, 100%) renders the correct color.
border-bottom-color-117 Border-bottom-color set to rgb() using percentages with blue set to a maximum value with a plus sign, rgb(0%, 0%, +100%)
  • The 'border-bottom-color' set to rgb(0%, 0%, +100%) renders the correct color.
border-bottom-color-118 Invalid Border-bottom-color set to rgb() using percentages with blue set to a maximum plus one value, rgb(0%, 0%, 101%)
  • The 'border-bottom-color' set to rgb(0%, 0%, 101%) truncates to a valid value.
border-bottom-color-119 Invalid Border-bottom-color set to rgb() using integers with blue set to the minimum minus one value, rgb(0, 0, -1)
  • The 'border-bottom-color' set to rgb(0, 0, -1) truncates to a valid value.
border-bottom-color-120 Border-bottom-color set to rgb() using integers with blue set to the minimum plus one value, rgb(0, 0, 1)
  • The 'border-bottom-color' set to rgb(0, 0, 1) renders the correct color.
border-bottom-color-121 Border-bottom-color set to rgb() using integers with blue set to the minimum value with a minus sign, rgb(0, 0, -0)
  • The 'border-bottom-color' set to rgb(0, 0, -0) renders the correct color.
border-bottom-color-122 Border-bottom-color set to rgb() using integers with blue set to the minimum value with a plus sign, rgb(0, 0, +0)
  • The 'border-bottom-color' set to rgb(0, 0, +0) renders the correct color.
border-bottom-color-123 Border-bottom-color set to rgb() using integers with blue set to a nominal value, rgb(0, 0, 128)
  • The 'border-bottom-color' set to rgb(0, 0, 128) renders the correct color.
border-bottom-color-124 Border-bottom-color set to rgb() using integers with blue set to a nominal value with a plus sign, rgb(0, 0, +128)
  • The 'border-bottom-color' set to rgb(0, 0, +128) renders the correct color.
border-bottom-color-125 Border-bottom-color set to rgb() using integers with blue set to a maximum minus one value, rgb(0, 0, 254)
  • The 'border-bottom-color' set to rgb(0, 0, 254) renders the correct color.
border-bottom-color-126 Border-bottom-color set to rgb() using integers with blue set to a maximum value, rgb(0, 0, 255)
  • The 'border-bottom-color' set to rgb(0, 0, 255) renders the correct color.
border-bottom-color-127 Border-bottom-color set to rgb() using integers with blue set to a maximum value with a plus sign, rgb(0, 0, +255)
  • The 'border-bottom-color' set to rgb(0, 0, +255) renders the correct color.
border-bottom-color-128 Invalid Border-bottom-color set to rgb() using integers with blue set to a maximum plus one value, rgb(0, 0, 256)
  • The 'border-bottom-color' set to rgb(0, 0, 256) properly truncates to a valid value.
border-bottom-color-129 Border-bottom-color set to aqua
  • The 'border-bottom-color' set to aqua causes the border-bottom-color of the box to be aqua.
border-bottom-color-130 Border-bottom-color set to black
  • The 'border-bottom-color' set to black causes the border-bottom-color of the box to be black.
border-bottom-color-131 Border-bottom-color set to blue
  • The 'border-bottom-color' set to blue causes the border-bottom-color of the box to be blue.
border-bottom-color-132 Border-bottom-color set to fuchsia
  • The 'border-bottom-color' set to fuchsia causes the border-bottom-color of the box to be fuchsia.
border-bottom-color-133 Border-bottom-color set to gray
  • The 'border-bottom-color' set to gray causes the border-bottom-color of the box to be gray.
border-bottom-color-134 Border-bottom-color set to green
  • The 'border-bottom-color' set to green causes the background of the box to be green.
border-bottom-color-135 Border-bottom-color set to lime
  • The 'border-bottom-color' set to lime causes the border-bottom-color of the box to be lime.
border-bottom-color-136 Border-bottom-color set to maroon
  • The 'border-bottom-color' set to maroon causes the border-bottom-color of the box to be maroon.
border-bottom-color-137 Border-bottom-color set to navy
  • The 'border-bottom-color' set to navy causes the border-bottom-color of the box to be navy.
border-bottom-color-138 Border-bottom-color set to olive
  • The 'border-bottom-color' set to olive causes the border-bottom-color of the box to be olive.
border-bottom-color-139 Border-bottom-color set to orange
  • The 'border-bottom-color' set to orange causes the border-bottom-color of the box to be orange.
border-bottom-color-140 Border-bottom-color set to purple
  • The 'border-bottom-color' set to purple causes the border-bottom-color of the box to be purple.
border-bottom-color-141 Border-bottom-color set to red
  • The 'border-bottom-color' set to red causes the border-bottom-color of the box to be red.
border-bottom-color-142 Border-bottom-color set to silver
  • The 'border-bottom-color' set to silver causes the border-bottom-color of the box to be silver.
border-bottom-color-143 Border-bottom-color set to teal
  • The 'border-bottom-color' set to teal causes the border-bottom-color of the box to be teal.
border-bottom-color-144 Border-bottom-color set to white
  • The 'border-bottom-color' set to white causes the border-bottom-color of the box to be white.
border-bottom-color-145 Border-bottom-color set to yellow
  • The 'border-bottom-color' set to yellow causes the border-bottom-color of the box to be yellow.
border-bottom-color-174 Border-bottom-color set to transparent
  • The 'border-bottom-color' set to transparent properly renders a border with no visible color.
border-bottom-color-175 Border-bottom-color set to inherit
  • The 'border-bottom-color' set to inherit causes the 'border-bottom-color' of the element to be the same as the 'border-bottom-color' designated on the parent element.
border-bottom-color-applies-to-001 Border-bottom-color applied to element with display table-row-group
  • The 'border-bottom-color' property applies to elements with a display of table-row-group.
border-bottom-color-applies-to-002 Border-bottom-color applied to element with display table-header-group
  • The 'border-bottom-color' property applies to elements with a display of table-header-group.
border-bottom-color-applies-to-003 Border-bottom-color applied to element with display table-footer-group
  • The 'border-bottom-color' property applies to elements with a display of table-footer-group.
border-bottom-color-applies-to-004 Border-bottom-color applied to element with display table-row
  • The 'border-bottom-color' property applies to elements with a display of table-row.
border-bottom-color-applies-to-005 Border-bottom-color applied to element with display table-column-group
  • The 'border-bottom-color' property applies to elements with a display of table-column-group.
border-bottom-color-applies-to-006 Border-bottom-color applied to element with display table-column
  • The 'border-bottom-color' property applies to elements with a display of table-column.
border-bottom-color-applies-to-007 Border-bottom-color applied to element with display table-cell
  • The 'border-bottom-color' property applies to elements with a display of table-cell.
border-bottom-color-applies-to-008 Border-bottom-color applied to element with display inline
  • The 'border-bottom-color' property applies to elements with a display of inline.
border-bottom-color-applies-to-009 Border-bottom-color applied to element with display block
  • The 'border-bottom-color' property applies to elements with a display of block.
border-bottom-color-applies-to-010 Border-bottom-color applied to element with display list-item
  • The 'border-bottom-color' property applies to elements with a display of list-item.
border-bottom-color-applies-to-011 Border-bottom-color applied to element with display run-in
  • The 'border-bottom-color' property applies to elements with a display of run-in.
border-bottom-color-applies-to-012 Border-bottom-color applied to element with display inline-block
  • The 'border-bottom-color' property applies to elements with a display of inline-block.
border-bottom-color-applies-to-013 Border-bottom-color applied to element with display table
  • The 'border-bottom-color' property applies to elements with a display of table.
border-bottom-color-applies-to-014 Border-bottom-color applied to element with display inline-table
  • The 'border-bottom-color' property applies to elements with a display of inline-table.
border-bottom-color-applies-to-015 Border-bottom-color applied to element with display table-caption
  • The 'border-bottom-color' property applies to elements with a display of table-caption.
border-color-001 Border-color with one color value
  • The 'border-color' property with one color value is supported and applied to all sides of the box.
border-color-002 Border-color with two color values
  • The 'border-color' property with two color values is supported and applied to the correct sides of the box.
border-color-003 Border-color with three color values
  • The 'border-color' property with three color values is supported and applied to the correct sides of the box.
border-color-004 Border-color with four color values
  • The 'border-color' property with four color values is supported and applied to the correct sides of the box.
border-color-005 Border-color with a transparent border
  • The 'border-color' property set to 'transparent' is supported and applies to all sides of an element.
border-color-006 Border-color set to inherit, inheriting one value
  • The 'border-color' property set to 'inherit' is supported and properly inherits a single value that will be applied to all sides of the element.
border-color-007 Border-color set to inherit, inheriting two values
  • The 'border-color' property set to 'inherit' is supported and properly inherits two values that will be applied to the appropriate sides of the element.
border-color-008 Border-color set to inherit, inheriting three values
  • The 'border-color' property set to 'inherit' is supported and properly inherits three values that will be applied to the appropriate sides of the element.
border-color-009 Border-color set to inherit, inheriting four values
  • The 'border-color' property set to 'inherit' is supported and properly inherits four values that will be applied to the appropriate sides of the element.
border-color-applies-to-001 Border-color applied to element with display table-row-group
  • The 'border-color' properties applies to elements with a display of table-row-group.
border-color-applies-to-002 Border-color applied to element with display table-header-group
  • The 'border-color' properties applies to elements with a display of table-header-group.
border-color-applies-to-003 Border-color applied to element with display table-footer-group
  • The 'border-color' properties applies to elements with a display of table-footer-group.
border-color-applies-to-004 Border-color applied to element with display table-row
  • The 'border-color' properties applies to elements with a display of table-row.
border-color-applies-to-005 Border-color applied to element with display table-column-group
  • The 'border-color' properties applies to elements with a display of table-column-group.
border-color-applies-to-006 Border-color applied to element with display table-column
  • The 'border-color' properties applies to elements with a display of table-column.
border-color-applies-to-007 Border-color applied to element with display table-cell
  • The 'border-color' properties applies to elements with a display of table-cell.
border-color-applies-to-008 Border-color applied to element with display inline
  • The 'border-color' properties applies to elements with a display of inline.
border-color-applies-to-009 Border-color applied to element with display block
  • The 'border-color' properties applies to elements with a display of block.
border-color-applies-to-010 Border-color applied to element with display list-item
  • The 'border-color' properties applies to elements with a display of list-item.
border-color-applies-to-011 Border-color applied to element with display run-in
  • The 'border-color' properties applies to elements with a display of run-in.
border-color-applies-to-012 Border-color applied to element with display inline-block
  • The 'border-color' properties applies to elements with a display of inline-block.
border-color-applies-to-013 Border-color applied to element with display table
  • The 'border-color' properties applies to elements with a display of table.
border-color-applies-to-014 Border-color applied to element with display inline-table
  • The 'border-color' properties applies to elements with a display of inline-table.
border-color-applies-to-015 Border-color applied to element with display table-caption
  • The 'border-color' properties applies to elements with a display of table-caption.
border-color-shorthand-001 Border-color shorthand - one value
  • Specifying a single value on the 'border-color' property sets the value for all sides of the element.
border-color-shorthand-002 Border-color shorthand - two values
  • Specifying two values on the 'border-color' property assigns the first value to the top and bottom and the second to the left and right.
border-color-shorthand-003 Border-color shorthand - three values
  • Specifying three values to the 'border-color' property assigns the first value to the top the second value to the left and right and the third value to the bottom.
border-color-shorthand-004 Border-color shorthand - four values
  • Specifying four values to the 'border-color' property assigns the values for top, right, bottom and left.
border-left-color-001 Invalid Border-left-color set to hex with five digits which is invalid and is equivalent to minimum minus one value for six digit hex
  • The 'border-left-color' set to #00000 falls back to the initial value.
border-left-color-002 Border-left-color set to hex with six digits with the minimum value, #000000
  • The 'border-left-color' set to #000000 renders the correct color.
border-left-color-003 Border-left-color set to hex with six digits with the minimum plus one value, #010101
  • The 'border-left-color' set to #010101 renders the correct color.
border-left-color-004 Border-left-color set to hex with six digits with a nominal value #999999
  • The 'border-left-color' set to #999999 renders the correct color.
border-left-color-005 Border-left-color set to hex with six digits with the maximum minus one value of #fefefe
  • The 'border-left-color' set to #fefefe renders the correct color for the border.
border-left-color-006 Border-left-color set to hex with six digits with the maximum value of #ffffff
  • The 'border-left-color' set to #ffffff renders the correct color.
border-left-color-007 Invalid Border-left-color set to hex with six digits with the maximum plus one value of #1000000
  • The 'border-left-color' set to #1000000 falls back to the initial value.
border-left-color-008 Invalid Border-left-color set to hex with six digits with the maximum plus one value of #fgfgfg
  • The 'border-left-color' set to #fgfgfg falls back to the initial value.
border-left-color-009 Border-left-color set to hex with six digits with a red set to minimum plus one value, #010000
  • The 'border-left-color' set to #010000 renders the correct color.
border-left-color-010 Border-left-color set to hex with six digits with a red set to a nominal value, #990000
  • The 'border-left-color' set to #990000 renders the correct color.
border-left-color-011 Border-left-color set to hex with six digits with a red set to maximum minus one value, #fe0000
  • The 'border-left-color' set to #fe0000 renders the correct color.
border-left-color-012 Border-left-color set to hex with six digits with a red set to the maximum value, #ff0000
  • The 'border-left-color' set to #ff0000 renders the correct color.
border-left-color-013 Invalid Border-left-color set to hex with six digits with a red set to the maximum plus one value, #fg0000
  • The 'border-left-color' set to #fg0000 falls back to the initial value.
border-left-color-014 Border-left-color set to hex with six digits with a green set to minimum plus one value, #000100
  • The 'border-left-color' set to #000100 renders the correct color.
border-left-color-015 Border-left-color set to hex with six digits with a green set to a nominal value, #009900
  • The 'border-left-color' set to #009900 renders the correct color.
border-left-color-016 Border-left-color set to hex with six digits with a green set to maximum minus one value, #00fe00
  • The 'border-left-color' set to #00fe00 renders the correct color.
border-left-color-017 Border-left-color set to hex with six digits with a green set to the maximum value, #00ff00
  • The 'border-left-color' set to #00ff00 renders the correct color.
border-left-color-018 Invalid Border-left-color set to hex with six digits with a green set to the maximum plus one value, #00fg00
  • The 'border-left-color' set to #00fg00 falls back to the initial value.
border-left-color-019 Border-left-color set to hex with six digits with a blue set to minimum plus one value, #000001
  • The 'border-left-color' set to #000001 renders the correct color.
border-left-color-020 Border-left-color set to hex with six digits with a blue set to a nominal value, #000099
  • The 'border-left-color' set to #000099 renders the correct color.
border-left-color-021 Border-left-color set to hex with six digits with a blue set to maximum minus one value, #0000fe
  • The 'border-left-color' set to #0000fe renders the correct color.
border-left-color-022 Border-left-color set to hex with six digits with a blue set to the maximum value, #0000ff
  • The 'border-left-color' set to #0000ff renders the correct color.
border-left-color-023 Invalid Border-left-color set to hex with six digits with a blue set to the maximum plus one value, #0000fg
  • The 'border-left-color' set to #0000fg falls back to the initial value.
border-left-color-024 Invalid Border-left-color set to hex with 2 digits which is invalid and is equivalent to minimum minus one value for 3 digit hex
  • The 'border-left-color' set to #00 falls back to the initial value.
border-left-color-025 Border-left-color set to hex with three digits with the minimum possible value #000
  • The 'border-left-color' set to #000 renders the correct color.
border-left-color-026 Border-left-color set to hex with three digits with the minimum plus one value, #111
  • The 'border-left-color' set to #111 renders the correct color.
border-left-color-027 Border-left-color set to hex with three digits with a nominal value #999
  • The 'border-left-color' set to #999 renders the correct color.
border-left-color-028 Border-left-color set to hex with three digits with the maximum minus one value of #eee
  • The 'border-left-color' set to #eee renders the correct color.
border-left-color-029 Border-left-color set to hex with three digits with the maximum value of #fff
  • The 'border-left-color' set to #fff renders the correct color.
border-left-color-030 Invalid Border-left-color set to hex with three digits with the maximum plus one value of #1000
  • The 'border-left-color' set to #1000 falls back to the initial value.
border-left-color-031 Invalid Border-left-color set to hex with three digits with the maximum plus one value of #ggg
  • The 'border-left-color' set to #ggg falls back to the initial value.
border-left-color-032 Border-left-color set to hex with three digits with a red set to minimum plus one value, #100
  • The 'border-left-color' set to #100 renders the correct color.
border-left-color-033 Border-left-color set to hex with three digits with a red set to a nominal value, #900
  • The 'border-left-color' set to #900 renders the correct color.
border-left-color-034 Border-left-color set to hex with three digits with a red set to maximum minus one value, #e00
  • The 'border-left-color' set to #e00 renders the correct color.
border-left-color-035 Border-left-color set to hex with three digits with a red set to the maximum value, #f00
  • The 'border-left-color' set to #f00 renders the correct color.
border-left-color-036 Invalid Border-left-color set to hex with three digits with a red set to the maximum plus one value, #g00
  • The 'border-left-color' set to #g00 falls back to the initial value.
border-left-color-037 Border-left-color set to hex with three digits with a green set to minimum plus one value, #010
  • The 'border-left-color' set to #010 renders the correct color.
border-left-color-038 Border-left-color set to hex with three digits with a green set to a nominal value, #090
  • The 'border-left-color' set to #090 renders the correct color.
border-left-color-039 Border-left-color set to hex with three digits with a green set to maximum minus one value, #0e0
  • The 'border-left-color' set to #0e0 renders the correct color.
border-left-color-040 Border-left-color set to hex with three digits with a green set to the maximum value, #0f0
  • The 'border-left-color' set to #0f0 renders the correct color.
border-left-color-041 Invalid Border-left-color set to hex with three digits with a green set to the maximum plus one value, #0g0
  • The 'border-left-color' set to #0g0 falls back to the initial value.
border-left-color-042 Border-left-color set to hex with three digits with a blue set to minimum plus one value, #001
  • The 'border-left-color' set to #001 renders the correct color.
border-left-color-043 Border-left-color set to hex with three digits with a blue set to a nominal value, #009
  • The 'border-left-color' set to #009 renders the correct color.
border-left-color-044 Border-left-color set to hex with three digits with a blue set to maximum minus one value, #00e
  • The 'border-left-color' set to #00e renders the correct color.
border-left-color-045 Border-left-color set to hex with three digits with a blue set to the maximum value, #00f
  • The 'border-left-color' set to #00f renders the correct color.
border-left-color-046 Invalid Border-left-color set to hex with three digits with a blue set to the maximum plus one value, #00g
  • The 'border-left-color' set to #00g falls back to the initial value.
border-left-color-047 Invalid Border-left-color set to rgb() using percentages with the minimum minus one value, rgb(-1%, -1%, -1%)
  • The 'border-left-color' set to rgb(-1%, -1%, -1%) truncates to a valid value.
border-left-color-048 Border-left-color set to rgb() using percentages with the minimum value, rgb(0%, 0%, 0%)
  • The 'border-left-color' set to rgb(0%, 0%, 0%) renders the correct color.
border-left-color-049 Border-left-color set to rgb() using percentages with the minimum plus one value, rgb(1%, 1%, 1%)
  • The 'border-left-color' set to rgb(1%, 1%, 1%) renders the correct color.
border-left-color-050 Border-left-color set to rgb() using percentages with the minimum value and minus sign, rgb(-0%, -0%, -0%)
  • The 'border-left-color' set to rgb(-0%, -0%, -0%) renders the correct color.
border-left-color-051 Border-left-color set to rgb() using percentages with the minimum value and plus sign, rgb(+0%, +0%, +0%)
  • The 'border-left-color' set to rgb(+0%, +0%, +0%) renders the correct color.
border-left-color-052 Border-left-color set to rgb() using percentages with a nominal value, rgb(50%, 50%, 50%)
  • The 'border-left-color' set to rgb(50%, 50%, 50%) renders the correct color.
border-left-color-053 Border-left-color set to rgb() using percentages with a nominal value and a plus sign, rgb(+50%, +50%, +50%)
  • The 'border-left-color' set to rgb(+50%, +50%, +50%) renders the correct color.
border-left-color-054 Border-left-color set to rgb() using percentages with a maximum minus one value, rgb(99%, 99%, 99%)
  • The 'border-left-color' set to rgb(99%, 99%, 99%) renders the correct color.
border-left-color-055 Border-left-color set to rgb() using percentages with a maximum value, rgb(100%, 100%, 100%)
  • The 'border-left-color' set to rgb(100%, 100%, 100%) renders the correct color.
border-left-color-056 Border-left-color set to rgb() using percentages with plus sign on each maximum value, rgb(+100%, +100%, +100%)
  • The 'border-left-color' set to rgb(+100%, +100%, +100%) renders the correct color.
border-left-color-057 Invalid Border-left-color set to rgb() using percentages with a maximum plus one value, rgb(101%, 101%, 101%)
  • The 'border-left-color' set to rgb(101%, 101%, 101%) truncates to a valid value.
border-left-color-058 Invalid Border-left-color set to rgb() using integers with the minimum minus one value, rgb(-1, -1, -1)
  • The 'border-left-color' set to rgb(-1, -1, -1) truncates to a valid value.
border-left-color-059 Border-left-color set to rgb() using integers with the minimum value, rgb(0, 0, 0)
  • The 'border-left-color' set to rgb(0, 0, 0) renders the correct color.
border-left-color-060 Border-left-color set to rgb() using integers with the minimum plus one value, rgb(1, 1, 1)
  • The 'border-left-color' set to rgb(1, 1, 1) renders the correct color.
border-left-color-061 Border-left-color set to rgb() using integers with the minimum value and minus sign, rgb(-0, -0, -0)
  • The 'border-left-color' set to rgb(-0, -0, -0) renders the correct color.
border-left-color-062 Border-left-color set to rgb() using integers with the minimum value and plus sign, rgb(+0, +0, +0)
  • The 'border-left-color' set to rgb(+0, +0, +0) renders the correct color.
border-left-color-063 Border-left-color set to rgb() using integers with a nominal value, rgb(128, 128, 128)
  • The 'border-left-color' set to rgb(128, 128, 128) renders the correct color.
border-left-color-064 Border-left-color set to rgb() using integers with a nominal value and a plus sign, rgb(+128, +128, +128)
  • The 'border-left-color' set to rgb(+128, +128, +128) renders the correct color.
border-left-color-065 Border-left-color set to rgb() using integers with a maximum minus one value, rgb(254, 254, 254)
  • The 'border-left-color' set to rgb(254, 254, 254) renders the correct color.
border-left-color-066 Border-left-color set to rgb() using integers with a maximum value, rgb(255, 255, 255)
  • The 'border-left-color' set to rgb(255, 255, 255) renders the correct color.
border-left-color-067 Border-left-color set to rgb() using integers with a maximum value and a plus sign, rgb(+255, +255, +255)
  • The 'border-left-color' set to rgb(+255, +255, +255) renders the correct color.
border-left-color-068 Invalid Border-left-color set to rgb() using integers with a maximum plus one value, rgb(256, 256, 256)
  • The 'border-left-color' set to rgb(256, 256, 256) truncates to a valid value.
border-left-color-069 Invalid Border-left-color set to rgb() using percentages with red set to the minimum minus one value, rgb(-1%, 0%, 0%)
  • The 'border-left-color' set to rgb(-1%, 0%, 0%) falls back to the initial value.
border-left-color-070 Border-left-color set to rgb() using percentages with red set to the minimum plus one value, rgb(1%, 0%, 0%)
  • The 'border-left-color' set to rgb(1%, 0%, 0%) renders the correct color.
border-left-color-071 Border-left-color set to rgb() using percentages with red set to the minimum value and minus sign, rgb(-0%, 0%, 0%)
  • The 'border-left-color' set to rgb(-0%, 0%, 0%) renders the correct color.
border-left-color-072 Border-left-color set to rgb() using percentages with red set to the minimum value and plus sign, rgb(+0%, 0%, 0%)
  • The 'border-left-color' set to rgb(+0%, 0%, 0%) renders the correct color.
border-left-color-073 Border-left-color set to rgb() using percentages with red set to a nominal value, rgb(50%, 0%, 0%)
  • The 'border-left-color' set to rgb(50%, 0%, 0%) renders the correct color.
border-left-color-074 Border-left-color set to rgb() using percentages with red set to a nominal value with a plus sign, rgb(+50%, 0%, 0%)
  • The 'border-left-color' set to rgb(+50%, 0%, 0%) renders the correct color.
border-left-color-075 Border-left-color set to rgb() using percentages with red set to a maximum minus one value, rgb(99%, 0%, 0%)
  • The 'border-left-color' set to rgb(99%, 0%, 0%) renders the correct color.
border-left-color-076 Border-left-color set to rgb() using percentages with red set to a maximum value, rgb(100%, 0%, 0%)
  • The 'border-left-color' set to rgb(100%, 0%, 0%) renders the correct color.
border-left-color-077 Border-left-color set to rgb() using percentages with red set to a maximum value with a plus sign, rgb(+100%, 0%, 0%)
  • The 'border-left-color' set to rgb(+100%, 0%, 0%) renders the correct color.
border-left-color-078 Invalid Border-left-color set to rgb() using percentages with red set to a maximum plus one value, rgb(101%, 0%, 0%)
  • The 'border-left-color' set to rgb(101%, 0%, 0%) truncates to a valid value.
border-left-color-079 Invalid Border-left-color set to rgb() using integers with red set to the minimum minus one value, rgb(-1, 0, 0)
  • The 'border-left-color' set to rgb(-1, 0, 0) truncates to a valid value.
border-left-color-080 Border-left-color set to rgb() using integers with red set to the minimum plus one value, rgb(1, 0, 0)
  • The 'border-left-color' set to rgb(1, 0, 0) renders the correct color.
border-left-color-081 Border-left-color set to rgb() using integers with red set to the minimum value with a minus sign, rgb(-0, 0, 0)
  • The 'border-left-color' set to rgb(-0, 0, 0) renders the correct color.
border-left-color-082 Border-left-color set to rgb() using integers with red set to the minimum value with a plus sign, rgb(+0, 0, 0)
  • The 'border-left-color' set to rgb(+0, 0, 0) renders the correct color.
border-left-color-083 Border-left-color set to rgb() using integers with red set to a nominal value, rgb(128, 0, 0)
  • The 'border-left-color' set to rgb(128, 0, 0) renders the correct color.
border-left-color-084 Border-left-color set to rgb() using integers with red set to a nominal value with a plus sign, rgb(+128, 0, 0)
  • The 'border-left-color' set to rgb(+128, 0, 0) renders the correct color.
border-left-color-085 Border-left-color set to rgb() using integers with red set to a maximum minus one value, rgb(254, 0, 0)
  • The 'border-left-color' set to rgb(254, 0, 0) renders the correct color.
border-left-color-086 Border-left-color set to rgb() using integers with red set to a maximum value, rgb(255, 0, 0)
  • The 'border-left-color' set to rgb(255, 0, 0) renders the correct color.
border-left-color-087 Border-left-color set to rgb() using integers with red set to a maximum value with a plus sign, rgb(+255, 0, 0)
  • The 'border-left-color' set to rgb(+255, 0, 0) renders the correct color.
border-left-color-088 Invalid Border-left-color set to rgb() using integers with red set to a maximum plus one value, rgb(256, 0, 0)
  • The 'border-left-color' set to rgb(256, 0, 0) truncates to a valid value.
border-left-color-089 Invalid Border-left-color set to rgb() using percentages with green set to the minimum minus one value, rgb(0%, -1%, 0%)
  • The 'border-left-color' set to rgb(0%, -1%, 0%) truncates to a valid value.
border-left-color-090 Border-left-color set to rgb() using percentages with green set to the minimum plus one value, rgb(0%, 1%, 0%)
  • The 'border-left-color' set to rgb(0%, 1%, 0%) renders the correct color.
border-left-color-091 Border-left-color set to rgb() using percentages with green set to the minimum value and minus sign, rgb(0%, -0%, 0%)
  • The 'border-left-color' set to rgb(0%, -0%, 0%) renders the correct color.
border-left-color-092 Border-left-color set to rgb() using percentages with green set to the minimum value and plus sign, rgb(0%, +0%, 0%)
  • The 'border-left-color' set to rgb(0%, +0%, 0%) renders the correct color.
border-left-color-093 Border-left-color set to rgb() using percentages with green set to a nominal value, rgb(0%, 50%, 0%)
  • The 'border-left-color' set to rgb(0%, 50%, 0%) renders the correct color.
border-left-color-094 Border-left-color set to rgb() using percentages with green set to a nominal value with a plus sign, rgb(0%, +50%, 0%)
  • The 'border-left-color' set to rgb(0%, +50%, 0%) renders the correct color.
border-left-color-095 Border-left-color set to rgb() using percentages with green set to a maximum minus one value, rgb(0%, 99%, 0%)
  • The 'border-left-color' set to rgb(0%, 99%, 0%) renders the correct color.
border-left-color-096 Border-left-color set to rgb() using percentages with green set to a maximum value, rgb(0%, 100%, 0%)
  • The 'border-left-color' set to rgb(0%, 100%, 0%) renders the correct color.
border-left-color-097 Border-left-color set to rgb() using percentages with green set to a maximum value with a plus sign, rgb(0%, +100%, 0%)
  • The 'border-left-color' set to rgb(0%, +100%, 0%) renders the correct color.
border-left-color-098 Invalid Border-left-color set to rgb() using percentages with green set to a maximum plus one value, rgb(0%, 101%, 0%)
  • The 'border-left-color' set to rgb(0%, 101%, 0%) truncates to a valid value.
border-left-color-099 Invalid Border-left-color set to rgb() using integers with green set to the minimum minus one value, rgb(0, -1, 0)
  • The 'border-left-color' set to rgb(-1, 0, 0) truncates to a valid value.
border-left-color-100 Border-left-color set to rgb() using integers with green set to the minimum plus one value, rgb(0, 1, 0)
  • The 'border-left-color' set to rgb(0, 1, 0) renders the correct color.
border-left-color-101 Border-left-color set to rgb() using integers with green set to the minimum value with a minus sign, rgb(0, -0, 0)
  • The 'border-left-color' set to rgb(0, -0, 0) renders the correct color.
border-left-color-102 Border-left-color set to rgb() using integers with green set to the minimum value with a plus sign, rgb(0, +0, 0)
  • The 'border-left-color' set to rgb(0, +0, 0) renders the correct color.
border-left-color-103 Border-left-color set to rgb() using integers with green set to a nominal value, rgb(0, 128, 0)
  • The 'border-left-color' set to rgb(0, 128, 0) renders the correct color.
border-left-color-104 Border-left-color set to rgb() using integers with green set to a nominal value with a plus sign, rgb(0, +128, 0)
  • The 'border-left-color' set to rgb(0, +128, 0) renders the correct color.
border-left-color-105 Border-left-color set to rgb() using integers with green set to a maximum minus one value, rgb(0, 254, 0)
  • The 'border-left-color' set to rgb(0, 254, 0) renders the correct color.
border-left-color-106 Border-left-color set to rgb() using integers with green set to a maximum value, rgb(0, 255, 0)
  • The 'border-left-color' set to rgb(0, 255, 0) renders the correct color.
border-left-color-107 Border-left-color set to rgb() using integers with green set to a maximum value with a plus sign, rgb(0, +255, 0)
  • The 'border-left-color' set to rgb(0, +255, 0) renders the correct color.
border-left-color-108 Invalid Border-left-color set to rgb() using integers with green set to a maximum plus one value, rgb(0, 256 0)
  • The 'border-left-color' set to rgb(0, 256, 0) properly truncates to a valid value.
border-left-color-109 Invalid Border-left-color set to rgb() using percentages with blue set to the minimum minus one value, rgb(0%, 0%, -1%)
  • The 'border-left-color' set to rgb(0%, 0%, -1%) truncates to a valid value.
border-left-color-110 Border-left-color set to rgb() using percentages with blue set to the minimum plus one value, rgb(0%, 0%, 1%)
  • The 'border-left-color' set to rgb(0%, 0%, 1%) renders the correct color.
border-left-color-111 Border-left-color set to rgb() using percentages with blue set to the minimum value and minus sign, rgb(0%, 0%, -0%)
  • The 'border-left-color' set to rgb(0%, 0%, -0%) renders the correct color.
border-left-color-112 Border-left-color set to rgb() using percentages with blue set to the minimum value and plus sign, rgb(0%, 0%, +0%)
  • The 'border-left-color' set to rgb(0%, 0%, +0%) renders the correct color.
border-left-color-113 Border-left-color set to rgb() using percentages with blue set to a nominal value, rgb(0%, 0%, 50%)
  • The 'border-left-color' set to rgb(0%, 0%, 50%) renders the correct color.
border-left-color-114 Border-left-color set to rgb() using percentages with blue set to a nominal value with a plus sign, rgb(0%, 0%, +50%)
  • The 'border-left-color' set to rgb(0%, 0%, +50%) renders the correct color.
border-left-color-115 Border-left-color set to rgb() using percentages with blue set to a maximum minus one value, rgb(0%, 0%, 99%)
  • The 'border-left-color' set to rgb(0%, 0%, 99%) renders the correct color.
border-left-color-116 Border-left-color set to rgb() using percentages with blue set to a maximum value, rgb(0%, 0%, 100%)
  • The 'border-left-color' set to rgb(0%, 0%, 100%) renders the correct color.
border-left-color-117 Border-left-color set to rgb() using percentages with blue set to a maximum value with a plus sign, rgb(0%, 0%, +100%)
  • The 'border-left-color' set to rgb(0%, 0%, +100%) renders the correct color.
border-left-color-118 Invalid Border-left-color set to rgb() using percentages with blue set to a maximum plus one value, rgb(0%, 0%, 101%)
  • The 'border-left-color' set to rgb(0%, 0%, 101%) truncates to a valid value.
border-left-color-119 Invalid Border-left-color set to rgb() using integers with blue set to the minimum minus one value, rgb(0, 0, -1)
  • The 'border-left-color' set to rgb(0, 0, -1) truncates to a valid value.
border-left-color-120 Border-left-color set to rgb() using integers with blue set to the minimum plus one value, rgb(0, 0, 1)
  • The 'border-left-color' set to rgb(0, 0, 1) renders the correct color.
border-left-color-121 Border-left-color set to rgb() using integers with blue set to the minimum value with a minus sign, rgb(0, 0, -0)
  • The 'border-left-color' set to rgb(0, 0, -0) renders the correct color.
border-left-color-122 Border-left-color set to rgb() using integers with blue set to the minimum value with a plus sign, rgb(0, 0, +0)
  • The 'border-left-color' set to rgb(0, 0, +0) renders the correct color.
border-left-color-123 Border-left-color set to rgb() using integers with blue set to a nominal value, rgb(0, 0, 128)
  • The 'border-left-color' set to rgb(0, 0, 128) renders the correct color.
border-left-color-124 Border-left-color set to rgb() using integers with blue set to a nominal value with a plus sign, rgb(0, 0, +128)
  • The 'border-left-color' set to rgb(0, 0, +128) renders the correct color.
border-left-color-125 Border-left-color set to rgb() using integers with blue set to a maximum minus one value, rgb(0, 0, 254)
  • The 'border-left-color' set to rgb(0, 0, 254) renders the correct color.
border-left-color-126 Border-left-color set to rgb() using integers with blue set to a maximum value, rgb(0, 0, 255)
  • The 'border-left-color' set to rgb(0, 0, 255) renders the correct color.
border-left-color-127 Border-left-color set to rgb() using integers with blue set to a maximum value with a plus sign, rgb(0, 0, +255)
  • The 'border-left-color' set to rgb(0, 0, +255) renders the correct color.
border-left-color-128 Invalid Border-left-color set to rgb() using integers with blue set to a maximum plus one value, rgb(0, 0, 256)
  • The 'border-left-color' set to rgb(0, 0, 256) properly truncates to a valid value.
border-left-color-129 Border-left-color set to aqua
  • The 'border-left-color' set to aqua causes the border-left-color of the box to be aqua.
border-left-color-130 Border-left-color set to black
  • The 'border-left-color' set to black causes the border-left-color of the box to be black.
border-left-color-131 Border-left-color set to blue
  • The 'border-left-color' set to blue causes the border-left-color of the box to be blue.
border-left-color-132 Border-left-color set to fuchsia
  • The 'border-left-color' set to fuchsia causes the border-left-color of the box to be fuchsia.
border-left-color-133 Border-left-color set to gray
  • The 'border-left-color' set to gray causes the border-left-color of the box to be gray.
border-left-color-134 Border-left-color set to green
  • The 'border-left-color' set to green causes the background of the box to be green.
border-left-color-135 Border-left-color set to lime
  • The 'border-left-color' set to lime causes the border-left-color of the box to be lime.
border-left-color-136 Border-left-color set to maroon
  • The 'border-left-color' set to maroon causes the border-left-color of the box to be maroon.
border-left-color-137 Border-left-color set to navy
  • The 'border-left-color' set to navy causes the border-left-color of the box to be navy.
border-left-color-138 Border-left-color set to olive
  • The 'border-left-color' set to olive causes the border-left-color of the box to be olive.
border-left-color-139 Border-left-color set to orange
  • The 'border-left-color' set to orange causes the border-left-color of the box to be orange.
border-left-color-140 Border-left-color set to purple
  • The 'border-left-color' set to purple causes the border-left-color of the box to be purple.
border-left-color-141 Border-left-color set to red
  • The 'border-left-color' set to red causes the border-left-color of the box to be red.
border-left-color-142 Border-left-color set to silver
  • The 'border-left-color' set to silver causes the border-left-color of the box to be silver.
border-left-color-143 Border-left-color set to teal
  • The 'border-left-color' set to teal causes the border-left-color of the box to be teal.
border-left-color-144 Border-left-color set to white
  • The 'border-left-color' set to white causes the border-left-color of the box to be white.
border-left-color-145 Border-left-color set to yellow
  • The 'border-left-color' set to yellow causes the border-left-color of the box to be yellow.
border-left-color-174 Border-left-color set to transparent
  • The 'border-left-color' set to transparent properly renders a border with no visible color.
border-left-color-175 Border-left-color set to inherit
  • The 'border-left-color' set to inherit causes the 'border-left-color' of the element to be the same as the 'border-left-color' designated on the parent element.
border-left-color-applies-to-001 Border-left-color applied to element with display table-row-group
  • The 'border-left-color' properties applies to elements with a display of table-row-group.
border-left-color-applies-to-002 Border-left-color applied to element with display table-header-group
  • The 'border-left-color' properties applies to elements with a display of table-header-group.
border-left-color-applies-to-003 Border-left-color applied to element with display table-footer-group
  • The 'border-left-color' properties applies to elements with a display of table-footer-group.
border-left-color-applies-to-004 Border-left-color applied to element with display table-row
  • The 'border-left-color' properties applies to elements with a display of table-row.
border-left-color-applies-to-005 Border-left-color applied to element with display table-column-group
  • The 'border-left-color' properties applies to elements with a display of table-column-group.
border-left-color-applies-to-006 Border-left-color applied to element with display table-column
  • The 'border-left-color' properties applies to elements with a display of table-column.
border-left-color-applies-to-007 Border-left-color applied to element with display table-cell
  • The 'border-left-color' properties applies to elements with a display of table-cell.
border-left-color-applies-to-008 Border-left-color applied to element with display inline
  • The 'border-left-color' properties applies to elements with a display of inline.
border-left-color-applies-to-009 Border-left-color applied to element with display block
  • The 'border-left-color' properties applies to elements with a display of block.
border-left-color-applies-to-010 Border-left-color applied to element with display list-item
  • The 'border-left-color' properties applies to elements with a display of list-item.
border-left-color-applies-to-011 Border-left-color applied to element with display run-in
  • The 'border-left-color' properties applies to elements with a display of run-in.
border-left-color-applies-to-012 Border-left-color applied to element with display inline-block
  • The 'border-left-color' properties applies to elements with a display of inline-block.
border-left-color-applies-to-013 Border-left-color applied to element with display table
  • The 'border-left-color' properties applies to elements with a display of table.
border-left-color-applies-to-014 Border-left-color applied to element with display inline-table
  • The 'border-left-color' properties applies to elements with a display of inline-table.
border-left-color-applies-to-015 Border-left-color applied to element with display table-caption
  • The 'border-left-color' properties applies to elements with a display of table-caption.
border-right-color-001 Invalid Border-right-color set to hex with five digits which is invalid and is equivalent to minimum minus one value for six digit hex
  • The 'border-right-color' set to #00000 falls back to the initial value.
border-right-color-002 Border-right-color set to hex with six digits with the minimum value, #000000
  • The 'border-right-color' set to #000000 renders the correct color.
border-right-color-003 Border-right-color set to hex with six digits with the minimum plus one value, #010101
  • The 'border-right-color' set to #010101 renders the correct color.
border-right-color-004 Border-right-color set to hex with six digits with a nominal value #999999
  • The 'border-right-color' set to #999999 renders the correct color.
border-right-color-005 Border-right-color set to hex with six digits with the maximum minus one value of #fefefe
  • The 'border-right-color' set to #fefefe renders the correct color for the border.
border-right-color-006 Border-right-color set to hex with six digits with the maximum value of #ffffff
  • The 'border-right-color' set to #ffffff renders the correct color.
border-right-color-007 Invalid Border-right-color set to hex with six digits with the maximum plus one value of #1000000
  • The 'border-right-color' set to #1000000 falls back to the initial value.
border-right-color-008 Invalid Border-right-color set to hex with six digits with the maximum plus one value of #fgfgfg
  • The 'border-right-color' set to #fgfgfg falls back to the initial value.
border-right-color-009 Border-right-color set to hex with six digits with a red set to minimum plus one value, #010000
  • The 'border-right-color' set to #010000 renders the correct color.
border-right-color-010 Border-right-color set to hex with six digits with a red set to a nominal value, #990000
  • The 'border-right-color' set to #990000 renders the correct color.
border-right-color-011 Border-right-color set to hex with six digits with a red set to maximum minus one value, #fe0000
  • The 'border-right-color' set to #fe0000 renders the correct color.
border-right-color-012 Border-right-color set to hex with six digits with a red set to the maximum value, #ff0000
  • The 'border-right-color' set to #ff0000 renders the correct color.
border-right-color-013 Invalid Border-right-color set to hex with six digits with a red set to the maximum plus one value, #fg0000
  • The 'border-right-color' set to #fg0000 falls back to the initial value.
border-right-color-014 Border-right-color set to hex with six digits with a green set to minimum plus one value, #000100
  • The 'border-right-color' set to #000100 renders the correct color.
border-right-color-015 Border-right-color set to hex with six digits with a green set to a nominal value, #009900
  • The 'border-right-color' set to #009900 renders the correct color.
border-right-color-016 Border-right-color set to hex with six digits with a green set to maximum minus one value, #00fe00
  • The 'border-right-color' set to #00fe00 renders the correct color.
border-right-color-017 Border-right-color set to hex with six digits with a green set to the maximum value, #00ff00
  • The 'border-right-color' set to #00ff00 renders the correct color.
border-right-color-018 Invalid Border-right-color set to hex with six digits with a green set to the maximum plus one value, #00fg00
  • The 'border-right-color' set to #00fg00 falls back to the initial value.
border-right-color-019 Border-right-color set to hex with six digits with a blue set to minimum plus one value, #000001
  • The 'border-right-color' set to #000001 renders the correct color.
border-right-color-020 Border-right-color set to hex with six digits with a blue set to a nominal value, #000099
  • The 'border-right-color' set to #000099 renders the correct color.
border-right-color-021 Border-right-color set to hex with six digits with a blue set to maximum minus one value, #0000fe
  • The 'border-right-color' set to #0000fe renders the correct color.
border-right-color-022 Border-right-color set to hex with six digits with a blue set to the maximum value, #0000ff
  • The 'border-right-color' set to #0000ff renders the correct color.
border-right-color-023 Invalid Border-right-color set to hex with six digits with a blue set to the maximum plus one value, #0000fg
  • The 'border-right-color' set to #0000fg falls back to the initial value.
border-right-color-024 Invalid Border-right-color set to hex with 2 digits which is invalid and is equivalent to minimum minus one value for 3 digit hex
  • The 'border-right-color' set to #00 falls back to the initial value.
border-right-color-025 Border-right-color set to hex with three digits with the minimum possible value #000
  • The 'border-right-color' set to #000 renders the correct color.
border-right-color-026 Border-right-color set to hex with three digits with the minimum plus one value, #111
  • The 'border-right-color' set to #111 renders the correct color.
border-right-color-027 Border-right-color set to hex with three digits with a nominal value #999
  • The 'border-right-color' set to #999 renders the correct color.
border-right-color-028 Border-right-color set to hex with three digits with the maximum minus one value of #eee
  • The 'border-right-color' set to #eee renders the correct color.
border-right-color-029 Border-right-color set to hex with three digits with the maximum value of #fff
  • The 'border-right-color' set to #fff renders the correct color.
border-right-color-030 Invalid Border-right-color set to hex with three digits with the maximum plus one value of #1000
  • The 'border-right-color' set to #1000 falls back to the initial value.
border-right-color-031 Invalid Border-right-color set to hex with three digits with the maximum plus one value of #ggg
  • The 'border-right-color' set to #ggg falls back to the initial value.
border-right-color-032 Border-right-color set to hex with three digits with a red set to minimum plus one value, #100
  • The 'border-right-color' set to #100 renders the correct color.
border-right-color-033 Border-right-color set to hex with three digits with a red set to a nominal value, #900
  • The 'border-right-color' set to #900 renders the correct color.
border-right-color-034 Border-right-color set to hex with three digits with a red set to maximum minus one value, #e00
  • The 'border-right-color' set to #e00 renders the correct color.
border-right-color-035 Border-right-color set to hex with three digits with a red set to the maximum value, #f00
  • The 'border-right-color' set to #f00 renders the correct color.
border-right-color-036 Invalid Border-right-color set to hex with three digits with a red set to the maximum plus one value, #g00
  • The 'border-right-color' set to #g00 falls back to the initial value.
border-right-color-037 Border-right-color set to hex with three digits with a green set to minimum plus one value, #010
  • The 'border-right-color' set to #010 renders the correct color.
border-right-color-038 Border-right-color set to hex with three digits with a green set to a nominal value, #090
  • The 'border-right-color' set to #090 renders the correct color.
border-right-color-039 Border-right-color set to hex with three digits with a green set to maximum minus one value, #0e0
  • The 'border-right-color' set to #0e0 renders the correct color.
border-right-color-040 Border-right-color set to hex with three digits with a green set to the maximum value, #0f0
  • The 'border-right-color' set to #0f0 renders the correct color.
border-right-color-041 Invalid Border-right-color set to hex with three digits with a green set to the maximum plus one value, #0g0
  • The 'border-right-color' set to #0g0 falls back to the initial value.
border-right-color-042 Border-right-color set to hex with three digits with a blue set to minimum plus one value, #001
  • The 'border-right-color' set to #001 renders the correct color.
border-right-color-043 Border-right-color set to hex with three digits with a blue set to a nominal value, #009
  • The 'border-right-color' set to #009 renders the correct color.
border-right-color-044 Border-right-color set to hex with three digits with a blue set to maximum minus one value, #00e
  • The 'border-right-color' set to #00e renders the correct color.
border-right-color-045 Border-right-color set to hex with three digits with a blue set to the maximum value, #00f
  • The 'border-right-color' set to #00f renders the correct color.
border-right-color-046 Invalid Border-right-color set to hex with three digits with a blue set to the maximum plus one value, #00g
  • The 'border-right-color' set to #00g falls back to the initial value.
border-right-color-047 Invalid Border-right-color set to rgb() using percentages with the minimum minus one value, rgb(-1%, -1%, -1%)
  • The 'border-right-color' set to rgb(-1%, -1%, -1%) truncates to a valid value.
border-right-color-048 Border-right-color set to rgb() using percentages with the minimum value, rgb(0%, 0%, 0%)
  • The 'border-right-color' set to rgb(0%, 0%, 0%) renders the correct color.
border-right-color-049 Border-right-color set to rgb() using percentages with the minimum plus one value, rgb(1%, 1%, 1%)
  • The 'border-right-color' set to rgb(1%, 1%, 1%) renders the correct color.
border-right-color-050 Border-right-color set to rgb() using percentages with the minimum value and minus sign, rgb(-0%, -0%, -0%)
  • The 'border-right-color' set to rgb(-0%, -0%, -0%) renders the correct color.
border-right-color-051 Border-right-color set to rgb() using percentages with the minimum value and plus sign, rgb(+0%, +0%, +0%)
  • The 'border-right-color' set to rgb(+0%, +0%, +0%) renders the correct color.
border-right-color-052 Border-right-color set to rgb() using percentages with a nominal value, rgb(50%, 50%, 50%)
  • The 'border-right-color' set to rgb(50%, 50%, 50%) renders the correct color.
border-right-color-053 Border-right-color set to rgb() using percentages with a nominal value and a plus sign, rgb(+50%, +50%, +50%)
  • The 'border-right-color' set to rgb(+50%, +50%, +50%) renders the correct color.
border-right-color-054 Border-right-color set to rgb() using percentages with a maximum minus one value, rgb(99%, 99%, 99%)
  • The 'border-right-color' set to rgb(99%, 99%, 99%) renders the correct color.
border-right-color-055 Border-right-color set to rgb() using percentages with a maximum value, rgb(100%, 100%, 100%)
  • The 'border-right-color' set to rgb(100%, 100%, 100%) renders the correct color.
border-right-color-056 Border-right-color set to rgb() using percentages with plus sign on each maximum value, rgb(+100%, +100%, +100%)
  • The 'border-right-color' set to rgb(+100%, +100%, +100%) renders the correct color.
border-right-color-057 Invalid Border-right-color set to rgb() using percentages with a maximum plus one value, rgb(101%, 101%, 101%)
  • The 'border-right-color' set to rgb(101%, 101%, 101%) truncates to a valid value.
border-right-color-058 Invalid Border-right-color set to rgb() using integers with the minimum minus one value, rgb(-1, -1, -1)
  • The 'border-right-color' set to rgb(-1, -1, -1) truncates to a valid value.
border-right-color-059 Border-right-color set to rgb() using integers with the minimum value, rgb(0, 0, 0)
  • The 'border-right-color' set to rgb(0, 0, 0) renders the correct color.
border-right-color-060 Border-right-color set to rgb() using integers with the minimum plus one value, rgb(1, 1, 1)
  • The 'border-right-color' set to rgb(1, 1, 1) renders the correct color.
border-right-color-061 Border-right-color set to rgb() using integers with the minimum value and minus sign, rgb(-0, -0, -0)
  • The 'border-right-color' set to rgb(-0, -0, -0) renders the correct color.
border-right-color-062 Border-right-color set to rgb() using integers with the minimum value and plus sign, rgb(+0, +0, +0)
  • The 'border-right-color' set to rgb(+0, +0, +0) renders the correct color.
border-right-color-063 Border-right-color set to rgb() using integers with a nominal value, rgb(128, 128, 128)
  • The 'border-right-color' set to rgb(128, 128, 128) renders the correct color.
border-right-color-064 Border-right-color set to rgb() using integers with a nominal value and a plus sign, rgb(+128, +128, +128)
  • The 'border-right-color' set to rgb(+128, +128, +128) renders the correct color.
border-right-color-065 Border-right-color set to rgb() using integers with a maximum minus one value, rgb(254, 254, 254)
  • The 'border-right-color' set to rgb(254, 254, 254) renders the correct color.
border-right-color-066 Border-right-color set to rgb() using integers with a maximum value, rgb(255, 255, 255)
  • The 'border-right-color' set to rgb(255, 255, 255) renders the correct color.
border-right-color-067 Border-right-color set to rgb() using integers with a maximum value and a plus sign, rgb(+255, +255, +255)
  • The 'border-right-color' set to rgb(+255, +255, +255) renders the correct color.
border-right-color-068 Invalid Border-right-color set to rgb() using integers with a maximum plus one value, rgb(256, 256, 256)
  • The 'border-right-color' set to rgb(256, 256, 256) truncates to a valid value.
border-right-color-069 Invalid Border-right-color set to rgb() using percentages with red set to the minimum minus one value, rgb(-1%, 0%, 0%)
  • The 'border-right-color' set to rgb(-1%, 0%, 0%) falls back to the initial value.
border-right-color-070 Border-right-color set to rgb() using percentages with red set to the minimum plus one value, rgb(1%, 0%, 0%)
  • The 'border-right-color' set to rgb(1%, 0%, 0%) renders the correct color.
border-right-color-071 Border-right-color set to rgb() using percentages with red set to the minimum value and minus sign, rgb(-0%, 0%, 0%)
  • The 'border-right-color' set to rgb(-0%, 0%, 0%) renders the correct color.
border-right-color-072 Border-right-color set to rgb() using percentages with red set to the minimum value and plus sign, rgb(+0%, 0%, 0%)
  • The 'border-right-color' set to rgb(+0%, 0%, 0%) renders the correct color.
border-right-color-073 Border-right-color set to rgb() using percentages with red set to a nominal value, rgb(50%, 0%, 0%)
  • The 'border-right-color' set to rgb(50%, 0%, 0%) renders the correct color.
border-right-color-074 Border-right-color set to rgb() using percentages with red set to a nominal value with a plus sign, rgb(+50%, 0%, 0%)
  • The 'border-right-color' set to rgb(+50%, 0%, 0%) renders the correct color.
border-right-color-075 Border-right-color set to rgb() using percentages with red set to a maximum minus one value, rgb(99%, 0%, 0%)
  • The 'border-right-color' set to rgb(99%, 0%, 0%) renders the correct color.
border-right-color-076 Border-right-color set to rgb() using percentages with red set to a maximum value, rgb(100%, 0%, 0%)
  • The 'border-right-color' set to rgb(100%, 0%, 0%) renders the correct color.
border-right-color-077 Border-right-color set to rgb() using percentages with red set to a maximum value with a plus sign, rgb(+100%, 0%, 0%)
  • The 'border-right-color' set to rgb(+100%, 0%, 0%) renders the correct color.
border-right-color-078 Invalid Border-right-color set to rgb() using percentages with red set to a maximum plus one value, rgb(101%, 0%, 0%)
  • The 'border-right-color' set to rgb(101%, 0%, 0%) truncates to a valid value.
border-right-color-079 Invalid Border-right-color set to rgb() using integers with red set to the minimum minus one value, rgb(-1, 0, 0)
  • The 'border-right-color' set to rgb(-1, 0, 0) truncates to a valid value.
border-right-color-080 Border-right-color set to rgb() using integers with red set to the minimum plus one value, rgb(1, 0, 0)
  • The 'border-right-color' set to rgb(1, 0, 0) renders the correct color.
border-right-color-081 Border-right-color set to rgb() using integers with red set to the minimum value with a minus sign, rgb(-0, 0, 0)
  • The 'border-right-color' set to rgb(-0, 0, 0) renders the correct color.
border-right-color-082 Border-right-color set to rgb() using integers with red set to the minimum value with a plus sign, rgb(+0, 0, 0)
  • The 'border-right-color' set to rgb(+0, 0, 0) renders the correct color.
border-right-color-083 Border-right-color set to rgb() using integers with red set to a nominal value, rgb(128, 0, 0)
  • The 'border-right-color' set to rgb(128, 0, 0) renders the correct color.
border-right-color-084 Border-right-color set to rgb() using integers with red set to a nominal value with a plus sign, rgb(+128, 0, 0)
  • The 'border-right-color' set to rgb(+128, 0, 0) renders the correct color.
border-right-color-085 Border-right-color set to rgb() using integers with red set to a maximum minus one value, rgb(254, 0, 0)
  • The 'border-right-color' set to rgb(254, 0, 0) renders the correct color.
border-right-color-086 Border-right-color set to rgb() using integers with red set to a maximum value, rgb(255, 0, 0)
  • The 'border-right-color' set to rgb(255, 0, 0) renders the correct color.
border-right-color-087 Border-right-color set to rgb() using integers with red set to a maximum value with a plus sign, rgb(+255, 0, 0)
  • The 'border-right-color' set to rgb(+255, 0, 0) renders the correct color.
border-right-color-088 Invalid Border-right-color set to rgb() using integers with red set to a maximum plus one value, rgb(256, 0, 0)
  • The 'border-right-color' set to rgb(256, 0, 0) truncates to a valid value.
border-right-color-089 Invalid Border-right-color set to rgb() using percentages with green set to the minimum minus one value, rgb(0%, -1%, 0%)
  • The 'border-right-color' set to rgb(0%, -1%, 0%) truncates to a valid value.
border-right-color-090 Border-right-color set to rgb() using percentages with green set to the minimum plus one value, rgb(0%, 1%, 0%)
  • The 'border-right-color' set to rgb(0%, 1%, 0%) renders the correct color.
border-right-color-091 Border-right-color set to rgb() using percentages with green set to the minimum value and minus sign, rgb(0%, -0%, 0%)
  • The 'border-right-color' set to rgb(0%, -0%, 0%) renders the correct color.
border-right-color-092 Border-right-color set to rgb() using percentages with green set to the minimum value and plus sign, rgb(0%, +0%, 0%)
  • The 'border-right-color' set to rgb(0%, +0%, 0%) renders the correct color.
border-right-color-093 Border-right-color set to rgb() using percentages with green set to a nominal value, rgb(0%, 50%, 0%)
  • The 'border-right-color' set to rgb(0%, 50%, 0%) renders the correct color.
border-right-color-094 Border-right-color set to rgb() using percentages with green set to a nominal value with a plus sign, rgb(0%, +50%, 0%)
  • The 'border-right-color' set to rgb(0%, +50%, 0%) renders the correct color.
border-right-color-095 Border-right-color set to rgb() using percentages with green set to a maximum minus one value, rgb(0%, 99%, 0%)
  • The 'border-right-color' set to rgb(0%, 99%, 0%) renders the correct color.
border-right-color-096 Border-right-color set to rgb() using percentages with green set to a maximum value, rgb(0%, 100%, 0%)
  • The 'border-right-color' set to rgb(0%, 100%, 0%) renders the correct color.
border-right-color-097 Border-right-color set to rgb() using percentages with green set to a maximum value with a plus sign, rgb(0%, +100%, 0%)
  • The 'border-right-color' set to rgb(0%, +100%, 0%) renders the correct color.
border-right-color-098 Invalid Border-right-color set to rgb() using percentages with green set to a maximum plus one value, rgb(0%, 101%, 0%)
  • The 'border-right-color' set to rgb(0%, 101%, 0%) truncates to a valid value.
border-right-color-099 Invalid Border-right-color set to rgb() using integers with green set to the minimum minus one value, rgb(0, -1, 0)
  • The 'border-right-color' set to rgb(-1, 0, 0) truncates to a valid value.
border-right-color-100 Border-right-color set to rgb() using integers with green set to the minimum plus one value, rgb(0, 1, 0)
  • The 'border-right-color' set to rgb(0, 1, 0) renders the correct color.
border-right-color-101 Border-right-color set to rgb() using integers with green set to the minimum value with a minus sign, rgb(0, -0, 0)
  • The 'border-right-color' set to rgb(0, -0, 0) renders the correct color.
border-right-color-102 Border-right-color set to rgb() using integers with green set to the minimum value with a plus sign, rgb(0, +0, 0)
  • The 'border-right-color' set to rgb(0, +0, 0) renders the correct color.
border-right-color-103 Border-right-color set to rgb() using integers with green set to a nominal value, rgb(0, 128, 0)
  • The 'border-right-color' set to rgb(0, 128, 0) renders the correct color.
border-right-color-104 Border-right-color set to rgb() using integers with green set to a nominal value with a plus sign, rgb(0, +128, 0)
  • The 'border-right-color' set to rgb(0, +128, 0) renders the correct color.
border-right-color-105 Border-right-color set to rgb() using integers with green set to a maximum minus one value, rgb(0, 254, 0)
  • The 'border-right-color' set to rgb(0, 254, 0) renders the correct color.
border-right-color-106 Border-right-color set to rgb() using integers with green set to a maximum value, rgb(0, 255, 0)
  • The 'border-right-color' set to rgb(0, 255, 0) renders the correct color.
border-right-color-107 Border-right-color set to rgb() using integers with green set to a maximum value with a plus sign, rgb(0, +255, 0)
  • The 'border-right-color' set to rgb(0, +255, 0) renders the correct color.
border-right-color-108 Invalid Border-right-color set to rgb() using integers with green set to a maximum plus one value, rgb(0, 256 0)
  • The 'border-right-color' set to rgb(0, 256, 0) properly truncates to a valid value.
border-right-color-109 Invalid Border-right-color set to rgb() using percentages with blue set to the minimum minus one value, rgb(0%, 0%, -1%)
  • The 'border-right-color' set to rgb(0%, 0%, -1%) truncates to a valid value.
border-right-color-110 Border-right-color set to rgb() using percentages with blue set to the minimum plus one value, rgb(0%, 0%, 1%)
  • The 'border-right-color' set to rgb(0%, 0%, 1%) renders the correct color.
border-right-color-111 Border-right-color set to rgb() using percentages with blue set to the minimum value and minus sign, rgb(0%, 0%, -0%)
  • The 'border-right-color' set to rgb(0%, 0%, -0%) renders the correct color.
border-right-color-112 Border-right-color set to rgb() using percentages with blue set to the minimum value and plus sign, rgb(0%, 0%, +0%)
  • The 'border-right-color' set to rgb(0%, 0%, +0%) renders the correct color.
border-right-color-113 Border-right-color set to rgb() using percentages with blue set to a nominal value, rgb(0%, 0%, 50%)
  • The 'border-right-color' set to rgb(0%, 0%, 50%) renders the correct color.
border-right-color-114 Border-right-color set to rgb() using percentages with blue set to a nominal value with a plus sign, rgb(0%, 0%, +50%)
  • The 'border-right-color' set to rgb(0%, 0%, +50%) renders the correct color.
border-right-color-115 Border-right-color set to rgb() using percentages with blue set to a maximum minus one value, rgb(0%, 0%, 99%)
  • The 'border-right-color' set to rgb(0%, 0%, 99%) renders the correct color.
border-right-color-116 Border-right-color set to rgb() using percentages with blue set to a maximum value, rgb(0%, 0%, 100%)
  • The 'border-right-color' set to rgb(0%, 0%, 100%) renders the correct color.
border-right-color-117 Border-right-color set to rgb() using percentages with blue set to a maximum value with a plus sign, rgb(0%, 0%, +100%)
  • The 'border-right-color' set to rgb(0%, 0%, +100%) renders the correct color.
border-right-color-118 Invalid Border-right-color set to rgb() using percentages with blue set to a maximum plus one value, rgb(0%, 0%, 101%)
  • The 'border-right-color' set to rgb(0%, 0%, 101%) truncates to a valid value.
border-right-color-119 Invalid Border-right-color set to rgb() using integers with blue set to the minimum minus one value, rgb(0, 0, -1)
  • The 'border-right-color' set to rgb(0, 0, -1) truncates to a valid value.
border-right-color-120 Border-right-color set to rgb() using integers with blue set to the minimum plus one value, rgb(0, 0, 1)
  • The 'border-right-color' set to rgb(0, 0, 1) renders the correct color.
border-right-color-121 Border-right-color set to rgb() using integers with blue set to the minimum value with a minus sign, rgb(0, 0, -0)
  • The 'border-right-color' set to rgb(0, 0, -0) renders the correct color.
border-right-color-122 Border-right-color set to rgb() using integers with blue set to the minimum value with a plus sign, rgb(0, 0, +0)
  • The 'border-right-color' set to rgb(0, 0, +0) renders the correct color.
border-right-color-123 Border-right-color set to rgb() using integers with blue set to a nominal value, rgb(0, 0, 128)
  • The 'border-right-color' set to rgb(0, 0, 128) renders the correct color.
border-right-color-124 Border-right-color set to rgb() using integers with blue set to a nominal value with a plus sign, rgb(0, 0, +128)
  • The 'border-right-color' set to rgb(0, 0, +128) renders the correct color.
border-right-color-125 Border-right-color set to rgb() using integers with blue set to a maximum minus one value, rgb(0, 0, 254)
  • The 'border-right-color' set to rgb(0, 0, 254) renders the correct color.
border-right-color-126 Border-right-color set to rgb() using integers with blue set to a maximum value, rgb(0, 0, 255)
  • The 'border-right-color' set to rgb(0, 0, 255) renders the correct color.
border-right-color-127 Border-right-color set to rgb() using integers with blue set to a maximum value with a plus sign, rgb(0, 0, +255)
  • The 'border-right-color' set to rgb(0, 0, +255) renders the correct color.
border-right-color-128 Invalid Border-right-color set to rgb() using integers with blue set to a maximum plus one value, rgb(0, 0, 256)
  • The 'border-right-color' set to rgb(0, 0, 256) properly truncates to a valid value.
border-right-color-129 Border-right-color set to aqua
  • The 'border-right-color' set to aqua causes the border-right-color of the box to be aqua.
border-right-color-130 Border-right-color set to black
  • The 'border-right-color' set to black causes the border-right-color of the box to be black.
border-right-color-131 Border-right-color set to blue
  • The 'border-right-color' set to blue causes the border-right-color of the box to be blue.
border-right-color-132 Border-right-color set to fuchsia
  • The 'border-right-color' set to fuchsia causes the border-right-color of the box to be fuchsia.
border-right-color-133 Border-right-color set to gray
  • The 'border-right-color' set to gray causes the border-right-color of the box to be gray.
border-right-color-134 Border-right-color set to green
  • The 'border-right-color' set to green causes the background of the box to be green.
border-right-color-135 Border-right-color set to lime
  • The 'border-right-color' set to lime causes the border-right-color of the box to be lime.
border-right-color-136 Border-right-color set to maroon
  • The 'border-right-color' set to maroon causes the border-right-color of the box to be maroon.
border-right-color-137 Border-right-color set to navy
  • The 'border-right-color' set to navy causes the border-right-color of the box to be navy.
border-right-color-138 Border-right-color set to olive
  • The 'border-right-color' set to olive causes the border-right-color of the box to be olive.
border-right-color-139 Border-right-color set to orange
  • The 'border-right-color' set to orange causes the border-right-color of the box to be orange.
border-right-color-140 Border-right-color set to purple
  • The 'border-right-color' set to purple causes the border-right-color of the box to be purple.
border-right-color-141 Border-right-color set to red
  • The 'border-right-color' set to red causes the border-right-color of the box to be red.
border-right-color-142 Border-right-color set to silver
  • The 'border-right-color' set to silver causes the border-right-color of the box to be silver.
border-right-color-143 Border-right-color set to teal
  • The 'border-right-color' set to teal causes the border-right-color of the box to be teal.
border-right-color-144 Border-right-color set to white
  • The 'border-right-color' set to white causes the border-right-color of the box to be white.
border-right-color-145 Border-right-color set to yellow
  • The 'border-right-color' set to yellow causes the border-right-color of the box to be yellow.
border-right-color-174 Border-right-color set to transparent
  • The 'border-right-color' set to transparent properly renders a border with no visible color.
border-right-color-175 Border-right-color set to inherit
  • The 'border-right-color' set to inherit causes the 'border-right-color' of the element to be the same as the 'border-right-color' designated on the parent element.
border-right-color-applies-to-001 Border-right-color applied to element with display table-row-group
  • The 'border-right-color' property applies to elements with a display of table-row-group.
border-right-color-applies-to-002 Border-right-color applied to element with display table-header-group
  • The 'border-right-color' property applies to elements with a display of table-header-group.
border-right-color-applies-to-003 Border-right-color applied to element with display table-footer-group
  • The 'border-right-color' property applies to elements with a display of table-footer-group.
border-right-color-applies-to-004 Border-right-color applied to element with display table-row
  • The 'border-right-color' property applies to elements with a display of table-row.
border-right-color-applies-to-005 Border-right-color applied to element with display table-column-group
  • The 'border-right-color' property applies to elements with a display of table-column-group.
border-right-color-applies-to-006 Border-right-color applied to element with display table-column
  • The 'border-right-color' property applies to elements with a display of table-column.
border-right-color-applies-to-007 Border-right-color applied to element with display table-cell
  • The 'border-right-color' property applies to elements with a display of table-cell.
border-right-color-applies-to-008 Border-right-color applied to element with display inline
  • The 'border-right-color' property applies to elements with a display of inline.
border-right-color-applies-to-009 Border-right-color applied to element with display block
  • The 'border-right-color' property applies to elements with a display of block.
border-right-color-applies-to-010 Border-right-color applied to element with display list-item
  • The 'border-right-color' property applies to elements with a display of list-item.
border-right-color-applies-to-011 Border-right-color applied to element with display run-in
  • The 'border-right-color' property applies to elements with a display of run-in.
border-right-color-applies-to-012 Border-right-color applied to element with display inline-block
  • The 'border-right-color' property applies to elements with a display of inline-block.
border-right-color-applies-to-013 Border-right-color applied to element with display table
  • The 'border-right-color' property applies to elements with a display of table.
border-right-color-applies-to-014 Border-right-color applied to element with display inline-table
  • The 'border-right-color' property applies to elements with a display of inline-table.
border-right-color-applies-to-015 Border-right-color applied to element with display table-caption
  • The 'border-right-color' property applies to elements with a display of table-caption.
border-style-initial-001 Border-style initial set to 'none'
  • Verify that 'border-color' and 'border-width' do not display a border since 'border-style' is initially 'none'.
border-style-shorthand-003 Border-style set using three values
  • Applying three values to the border-style property applies the first value to the top the second value to the left and right and the third value to the bottom.
border-top-color-001 Invalid Border-top-color set to hex with five digits which is invalid and is equivalent to minimum minus one value for six digit hex
  • The 'border-top-color' set to #00000 falls back to the initial value.
border-top-color-002 Border-top-color set to hex with six digits with the minimum value, #000000
  • The 'border-top-color' set to #000000 renders the correct color.
border-top-color-003 Border-top-color set to hex with six digits with the minimum plus one value, #010101
  • The 'border-top-color' set to #010101 renders the correct color.
border-top-color-004 Border-top-color set to hex with six digits with a nominal value #999999
  • The 'border-top-color' set to #999999 renders the correct color.
border-top-color-005 Border-top-color set to hex with six digits with the maximum minus one value of #fefefe
  • The 'border-top-color' set to #fefefe renders the correct color for the border.
border-top-color-006 Border-top-color set to hex with six digits with the maximum value of #ffffff
  • The 'border-top-color' set to #ffffff renders the correct color.
border-top-color-007 Invalid Border-top-color set to hex with six digits with the maximum plus one value of #1000000
  • The 'border-top-color' set to #1000000 falls back to the initial value.
border-top-color-008 Invalid Border-top-color set to hex with six digits with the maximum plus one value of #fgfgfg
  • The 'border-top-color' set to #fgfgfg falls back to the initial value.
border-top-color-009 Border-top-color set to hex with six digits with a red set to minimum plus one value, #010000
  • The 'border-top-color' set to #010000 renders the correct color.
border-top-color-010 Border-top-color set to hex with six digits with a red set to a nominal value, #990000
  • The 'border-top-color' set to #990000 renders the correct color.
border-top-color-011 Border-top-color set to hex with six digits with a red set to maximum minus one value, #fe0000
  • The 'border-top-color' set to #fe0000 renders the correct color.
border-top-color-012 Border-top-color set to hex with six digits with a red set to the maximum value, #ff0000
  • The 'border-top-color' set to #ff0000 renders the correct color.
border-top-color-013 Invalid Border-top-color set to hex with six digits with a red set to the maximum plus one value, #fg0000
  • The 'border-top-color' set to #fg0000 falls back to the initial value.
border-top-color-014 Border-top-color set to hex with six digits with a green set to minimum plus one value, #000100
  • The 'border-top-color' set to #000100 renders the correct color.
border-top-color-015 Border-top-color set to hex with six digits with a green set to a nominal value, #009900
  • The 'border-top-color' set to #009900 renders the correct color.
border-top-color-016 Border-top-color set to hex with six digits with a green set to maximum minus one value, #00fe00
  • The 'border-top-color' set to #00fe00 renders the correct color.
border-top-color-017 Border-top-color set to hex with six digits with a green set to the maximum value, #00ff00
  • The 'border-top-color' set to #00ff00 renders the correct color.
border-top-color-018 Invalid Border-top-color set to hex with six digits with a green set to the maximum plus one value, #00fg00
  • The 'border-top-color' set to #00fg00 falls back to the initial value.
border-top-color-019 Border-top-color set to hex with six digits with a blue set to minimum plus one value, #000001
  • The 'border-top-color' set to #000001 renders the correct color.
border-top-color-020 Border-top-color set to hex with six digits with a blue set to a nominal value, #000099
  • The 'border-top-color' set to #000099 renders the correct color.
border-top-color-021 Border-top-color set to hex with six digits with a blue set to maximum minus one value, #0000fe
  • The 'border-top-color' set to #0000fe renders the correct color.
border-top-color-022 Border-top-color set to hex with six digits with a blue set to the maximum value, #0000ff
  • The 'border-top-color' set to #0000ff renders the correct color.
border-top-color-023 Invalid Border-top-color set to hex with six digits with a blue set to the maximum plus one value, #0000fg
  • The 'border-top-color' set to #0000fg falls back to the initial value.
border-top-color-024 Invalid Border-top-color set to hex with 2 digits which is invalid and is equivalent to minimum minus one value for 3 digit hex
  • The 'border-top-color' set to #00 falls back to the initial value.
border-top-color-025 Border-top-color set to hex with three digits with the minimum possible value #000
  • The 'border-top-color' set to #000 renders the correct color.
border-top-color-026 Border-top-color set to hex with three digits with the minimum plus one value, #111
  • The 'border-top-color' set to #111 renders the correct color.
border-top-color-027 Border-top-color set to hex with three digits with a nominal value #999
  • The 'border-top-color' set to #999 renders the correct color.
border-top-color-028 Border-top-color set to hex with three digits with the maximum minus one value of #eee
  • The 'border-top-color' set to #eee renders the correct color.
border-top-color-029 Border-top-color set to hex with three digits with the maximum value of #fff
  • The 'border-top-color' set to #fff renders the correct color.
border-top-color-030 Invalid Border-top-color set to hex with three digits with the maximum plus one value of #1000
  • The 'border-top-color' set to #1000 falls back to the initial value.
border-top-color-031 Invalid Border-top-color set to hex with three digits with the maximum plus one value of #ggg
  • The 'border-top-color' set to #ggg falls back to the initial value.
border-top-color-032 Border-top-color set to hex with three digits with a red set to minimum plus one value, #100
  • The 'border-top-color' set to #100 renders the correct color.
border-top-color-033 Border-top-color set to hex with three digits with a red set to a nominal value, #900
  • The 'border-top-color' set to #900 renders the correct color.
border-top-color-034 Border-top-color set to hex with three digits with a red set to maximum minus one value, #e00
  • The 'border-top-color' set to #e00 renders the correct color.
border-top-color-035 Border-top-color set to hex with three digits with a red set to the maximum value, #f00
  • The 'border-top-color' set to #f00 renders the correct color.
border-top-color-036 Invalid Border-top-color set to hex with three digits with a red set to the maximum plus one value, #g00
  • The 'border-top-color' set to #g00 falls back to the initial value.
border-top-color-037 Border-top-color set to hex with three digits with a green set to minimum plus one value, #010
  • The 'border-top-color' set to #010 renders the correct color.
border-top-color-038 Border-top-color set to hex with three digits with a green set to a nominal value, #090
  • The 'border-top-color' set to #090 renders the correct color.
border-top-color-039 Border-top-color set to hex with three digits with a green set to maximum minus one value, #0e0
  • The 'border-top-color' set to #0e0 renders the correct color.
border-top-color-040 Border-top-color set to hex with three digits with a green set to the maximum value, #0f0
  • The 'border-top-color' set to #0f0 renders the correct color.
border-top-color-041 Invalid Border-top-color set to hex with three digits with a green set to the maximum plus one value, #0g0
  • The 'border-top-color' set to #0g0 falls back to the initial value.
border-top-color-042 Border-top-color set to hex with three digits with a blue set to minimum plus one value, #001
  • The 'border-top-color' set to #001 renders the correct color.
border-top-color-043 Border-top-color set to hex with three digits with a blue set to a nominal value, #009
  • The 'border-top-color' set to #009 renders the correct color.
border-top-color-044 Border-top-color set to hex with three digits with a blue set to maximum minus one value, #00e
  • The 'border-top-color' set to #00e renders the correct color.
border-top-color-045 Border-top-color set to hex with three digits with a blue set to the maximum value, #00f
  • The 'border-top-color' set to #00f renders the correct color.
border-top-color-046 Invalid Border-top-color set to hex with three digits with a blue set to the maximum plus one value, #00g
  • The 'border-top-color' set to #00g falls back to the initial value.
border-top-color-047 Invalid Border-top-color set to rgb() using percentages with the minimum minus one value, rgb(-1%, -1%, -1%)
  • The 'border-top-color' set to rgb(-1%, -1%, -1%) truncates to a valid value.
border-top-color-048 Border-top-color set to rgb() using percentages with the minimum value, rgb(0%, 0%, 0%)
  • The 'border-top-color' set to rgb(0%, 0%, 0%) renders the correct color.
border-top-color-049 Border-top-color set to rgb() using percentages with the minimum plus one value, rgb(1%, 1%, 1%)
  • The 'border-top-color' set to rgb(1%, 1%, 1%) renders the correct color.
border-top-color-050 Border-top-color set to rgb() using percentages with the minimum value and minus sign, rgb(-0%, -0%, -0%)
  • The 'border-top-color' set to rgb(-0%, -0%, -0%) renders the correct color.
border-top-color-051 Border-top-color set to rgb() using percentages with the minimum value and plus sign, rgb(+0%, +0%, +0%)
  • The 'border-top-color' set to rgb(+0%, +0%, +0%) renders the correct color.
border-top-color-052 Border-top-color set to rgb() using percentages with a nominal value, rgb(50%, 50%, 50%)
  • The 'border-top-color' set to rgb(50%, 50%, 50%) renders the correct color.
border-top-color-053 Border-top-color set to rgb() using percentages with a nominal value and a plus sign, rgb(+50%, +50%, +50%)
  • The 'border-top-color' set to rgb(+50%, +50%, +50%) renders the correct color.
border-top-color-054 Border-top-color set to rgb() using percentages with a maximum minus one value, rgb(99%, 99%, 99%)
  • The 'border-top-color' set to rgb(99%, 99%, 99%) renders the correct color.
border-top-color-055 Border-top-color set to rgb() using percentages with a maximum value, rgb(100%, 100%, 100%)
  • The 'border-top-color' set to rgb(100%, 100%, 100%) renders the correct color.
border-top-color-056 Border-top-color set to rgb() using percentages with plus sign on each maximum value, rgb(+100%, +100%, +100%)
  • The 'border-top-color' set to rgb(+100%, +100%, +100%) renders the correct color.
border-top-color-057 Invalid Border-top-color set to rgb() using percentages with a maximum plus one value, rgb(101%, 101%, 101%)
  • The 'border-top-color' set to rgb(101%, 101%, 101%) truncates to a valid value.
border-top-color-058 Invalid Border-top-color set to rgb() using integers with the minimum minus one value, rgb(-1, -1, -1)
  • The 'border-top-color' set to rgb(-1, -1, -1) truncates to a valid value.
border-top-color-059 Border-top-color set to rgb() using integers with the minimum value, rgb(0, 0, 0)
  • The 'border-top-color' set to rgb(0, 0, 0) renders the correct color.
border-top-color-060 Border-top-color set to rgb() using integers with the minimum plus one value, rgb(1, 1, 1)
  • The 'border-top-color' set to rgb(1, 1, 1) renders the correct color.
border-top-color-061 Border-top-color set to rgb() using integers with the minimum value and minus sign, rgb(-0, -0, -0)
  • The 'border-top-color' set to rgb(-0, -0, -0) renders the correct color.
border-top-color-062 Border-top-color set to rgb() using integers with the minimum value and plus sign, rgb(+0, +0, +0)
  • The 'border-top-color' set to rgb(+0, +0, +0) renders the correct color.
border-top-color-063 Border-top-color set to rgb() using integers with a nominal value, rgb(128, 128, 128)
  • The 'border-top-color' set to rgb(128, 128, 128) renders the correct color.
border-top-color-064 Border-top-color set to rgb() using integers with a nominal value and a plus sign, rgb(+128, +128, +128)
  • The 'border-top-color' set to rgb(+128, +128, +128) renders the correct color.
border-top-color-065 Border-top-color set to rgb() using integers with a maximum minus one value, rgb(254, 254, 254)
  • The 'border-top-color' set to rgb(254, 254, 254) renders the correct color.
border-top-color-066 Border-top-color set to rgb() using integers with a maximum value, rgb(255, 255, 255)
  • The 'border-top-color' set to rgb(255, 255, 255) renders the correct color.
border-top-color-067 Border-top-color set to rgb() using integers with a maximum value and a plus sign, rgb(+255, +255, +255)
  • The 'border-top-color' set to rgb(+255, +255, +255) renders the correct color.
border-top-color-068 Invalid Border-top-color set to rgb() using integers with a maximum plus one value, rgb(256, 256, 256)
  • The 'border-top-color' set to rgb(256, 256, 256) truncates to a valid value.
border-top-color-069 Invalid Border-top-color set to rgb() using percentages with red set to the minimum minus one value, rgb(-1%, 0%, 0%)
  • The 'border-top-color' set to rgb(-1%, 0%, 0%) falls back to the initial value.
border-top-color-070 Border-top-color set to rgb() using percentages with red set to the minimum plus one value, rgb(1%, 0%, 0%)
  • The 'border-top-color' set to rgb(1%, 0%, 0%) renders the correct color.
border-top-color-071 Border-top-color set to rgb() using percentages with red set to the minimum value and minus sign, rgb(-0%, 0%, 0%)
  • The 'border-top-color' set to rgb(-0%, 0%, 0%) renders the correct color.
border-top-color-072 Border-top-color set to rgb() using percentages with red set to the minimum value and plus sign, rgb(+0%, 0%, 0%)
  • The 'border-top-color' set to rgb(+0%, 0%, 0%) renders the correct color.
border-top-color-073 Border-top-color set to rgb() using percentages with red set to a nominal value, rgb(50%, 0%, 0%)
  • The 'border-top-color' set to rgb(50%, 0%, 0%) renders the correct color.
border-top-color-074 Border-top-color set to rgb() using percentages with red set to a nominal value with a plus sign, rgb(+50%, 0%, 0%)
  • The 'border-top-color' set to rgb(+50%, 0%, 0%) renders the correct color.
border-top-color-075 Border-top-color set to rgb() using percentages with red set to a maximum minus one value, rgb(99%, 0%, 0%)
  • The 'border-top-color' set to rgb(99%, 0%, 0%) renders the correct color.
border-top-color-076 Border-top-color set to rgb() using percentages with red set to a maximum value, rgb(100%, 0%, 0%)
  • The 'border-top-color' set to rgb(100%, 0%, 0%) renders the correct color.
border-top-color-077 Border-top-color set to rgb() using percentages with red set to a maximum value with a plus sign, rgb(+100%, 0%, 0%)
  • The 'border-top-color' set to rgb(+100%, 0%, 0%) renders the correct color.
border-top-color-078 Invalid Border-top-color set to rgb() using percentages with red set to a maximum plus one value, rgb(101%, 0%, 0%)
  • The 'border-top-color' set to rgb(101%, 0%, 0%) truncates to a valid value.
border-top-color-079 Invalid Border-top-color set to rgb() using integers with red set to the minimum minus one value, rgb(-1, 0, 0)
  • The 'border-top-color' set to rgb(-1, 0, 0) truncates to a valid value.
border-top-color-080 Border-top-color set to rgb() using integers with red set to the minimum plus one value, rgb(1, 0, 0)
  • The 'border-top-color' set to rgb(1, 0, 0) renders the correct color.
border-top-color-081 Border-top-color set to rgb() using integers with red set to the minimum value with a minus sign, rgb(-0, 0, 0)
  • The 'border-top-color' set to rgb(-0, 0, 0) renders the correct color.
border-top-color-082 Border-top-color set to rgb() using integers with red set to the minimum value with a plus sign, rgb(+0, 0, 0)
  • The 'border-top-color' set to rgb(+0, 0, 0) renders the correct color.
border-top-color-083 Border-top-color set to rgb() using integers with red set to a nominal value, rgb(128, 0, 0)
  • The 'border-top-color' set to rgb(128, 0, 0) renders the correct color.
border-top-color-084 Border-top-color set to rgb() using integers with red set to a nominal value with a plus sign, rgb(+128, 0, 0)
  • The 'border-top-color' set to rgb(+128, 0, 0) renders the correct color.
border-top-color-085 Border-top-color set to rgb() using integers with red set to a maximum minus one value, rgb(254, 0, 0)
  • The 'border-top-color' set to rgb(254, 0, 0) renders the correct color.
border-top-color-086 Border-top-color set to rgb() using integers with red set to a maximum value, rgb(255, 0, 0)
  • The 'border-top-color' set to rgb(255, 0, 0) renders the correct color.
border-top-color-087 Border-top-color set to rgb() using integers with red set to a maximum value with a plus sign, rgb(+255, 0, 0)
  • The 'border-top-color' set to rgb(+255, 0, 0) renders the correct color.
border-top-color-088 Invalid Border-top-color set to rgb() using integers with red set to a maximum plus one value, rgb(256, 0, 0)
  • The 'border-top-color' set to rgb(256, 0, 0) truncates to a valid value.
border-top-color-089 Invalid Border-top-color set to rgb() using percentages with green set to the minimum minus one value, rgb(0%, -1%, 0%)
  • The 'border-top-color' set to rgb(0%, -1%, 0%) truncates to a valid value.
border-top-color-090 Border-top-color set to rgb() using percentages with green set to the minimum plus one value, rgb(0%, 1%, 0%)
  • The 'border-top-color' set to rgb(0%, 1%, 0%) renders the correct color.
border-top-color-091 Border-top-color set to rgb() using percentages with green set to the minimum value and minus sign, rgb(0%, -0%, 0%)
  • The 'border-top-color' set to rgb(0%, -0%, 0%) renders the correct color.
border-top-color-092 Border-top-color set to rgb() using percentages with green set to the minimum value and plus sign, rgb(0%, +0%, 0%)
  • The 'border-top-color' set to rgb(0%, +0%, 0%) renders the correct color.
border-top-color-093 Border-top-color set to rgb() using percentages with green set to a nominal value, rgb(0%, 50%, 0%)
  • The 'border-top-color' set to rgb(0%, 50%, 0%) renders the correct color.
border-top-color-094 Border-top-color set to rgb() using percentages with green set to a nominal value with a plus sign, rgb(0%, +50%, 0%)
  • The 'border-top-color' set to rgb(0%, +50%, 0%) renders the correct color.
border-top-color-095 Border-top-color set to rgb() using percentages with green set to a maximum minus one value, rgb(0%, 99%, 0%)
  • The 'border-top-color' set to rgb(0%, 99%, 0%) renders the correct color.
border-top-color-096 Border-top-color set to rgb() using percentages with green set to a maximum value, rgb(0%, 100%, 0%)
  • The 'border-top-color' set to rgb(0%, 100%, 0%) renders the correct color.
border-top-color-097 Border-top-color set to rgb() using percentages with green set to a maximum value with a plus sign, rgb(0%, +100%, 0%)
  • The 'border-top-color' set to rgb(0%, +100%, 0%) renders the correct color.
border-top-color-098 Invalid Border-top-color set to rgb() using percentages with green set to a maximum plus one value, rgb(0%, 101%, 0%)
  • The 'border-top-color' set to rgb(0%, 101%, 0%) truncates to a valid value.
border-top-color-099 Invalid Border-top-color set to rgb() using integers with green set to the minimum minus one value, rgb(0, -1, 0)
  • The 'border-top-color' set to rgb(-1, 0, 0) truncates to a valid value.
border-top-color-100 Border-top-color set to rgb() using integers with green set to the minimum plus one value, rgb(0, 1, 0)
  • The 'border-top-color' set to rgb(0, 1, 0) renders the correct color.
border-top-color-101 Border-top-color set to rgb() using integers with green set to the minimum value with a minus sign, rgb(0, -0, 0)
  • The 'border-top-color' set to rgb(0, -0, 0) renders the correct color.
border-top-color-102 Border-top-color set to rgb() using integers with green set to the minimum value with a plus sign, rgb(0, +0, 0)
  • The 'border-top-color' set to rgb(0, +0, 0) renders the correct color.
border-top-color-103 Border-top-color set to rgb() using integers with green set to a nominal value, rgb(0, 128, 0)
  • The 'border-top-color' set to rgb(0, 128, 0) renders the correct color.
border-top-color-104 Border-top-color set to rgb() using integers with green set to a nominal value with a plus sign, rgb(0, +128, 0)
  • The 'border-top-color' set to rgb(0, +128, 0) renders the correct color.
border-top-color-105 Border-top-color set to rgb() using integers with green set to a maximum minus one value, rgb(0, 254, 0)
  • The 'border-top-color' set to rgb(0, 254, 0) renders the correct color.
border-top-color-106 Border-top-color set to rgb() using integers with green set to a maximum value, rgb(0, 255, 0)
  • The 'border-top-color' set to rgb(0, 255, 0) renders the correct color.
border-top-color-107 Border-top-color set to rgb() using integers with green set to a maximum value with a plus sign, rgb(0, +255, 0)
  • The 'border-top-color' set to rgb(0, +255, 0) renders the correct color.
border-top-color-108 Invalid Border-top-color set to rgb() using integers with green set to a maximum plus one value, rgb(0, 256 0)
  • The 'border-top-color' set to rgb(0, 256, 0) properly truncates to a valid value.
border-top-color-109 Invalid Border-top-color set to rgb() using percentages with blue set to the minimum minus one value, rgb(0%, 0%, -1%)
  • The 'border-top-color' set to rgb(0%, 0%, -1%) truncates to a valid value.
border-top-color-110 Border-top-color set to rgb() using percentages with blue set to the minimum plus one value, rgb(0%, 0%, 1%)
  • The 'border-top-color' set to rgb(0%, 0%, 1%) renders the correct color.
border-top-color-111 Border-top-color set to rgb() using percentages with blue set to the minimum value and minus sign, rgb(0%, 0%, -0%)
  • The 'border-top-color' set to rgb(0%, 0%, -0%) renders the correct color.
border-top-color-112 Border-top-color set to rgb() using percentages with blue set to the minimum value and plus sign, rgb(0%, 0%, +0%)
  • The 'border-top-color' set to rgb(0%, 0%, +0%) renders the correct color.
border-top-color-113 Border-top-color set to rgb() using percentages with blue set to a nominal value, rgb(0%, 0%, 50%)
  • The 'border-top-color' set to rgb(0%, 0%, 50%) renders the correct color.
border-top-color-114 Border-top-color set to rgb() using percentages with blue set to a nominal value with a plus sign, rgb(0%, 0%, +50%)
  • The 'border-top-color' set to rgb(0%, 0%, +50%) renders the correct color.
border-top-color-115 Border-top-color set to rgb() using percentages with blue set to a maximum minus one value, rgb(0%, 0%, 99%)
  • The 'border-top-color' set to rgb(0%, 0%, 99%) renders the correct color.
border-top-color-116 Border-top-color set to rgb() using percentages with blue set to a maximum value, rgb(0%, 0%, 100%)
  • The 'border-top-color' set to rgb(0%, 0%, 100%) renders the correct color.
border-top-color-117 Border-top-color set to rgb() using percentages with blue set to a maximum value with a plus sign, rgb(0%, 0%, +100%)
  • The 'border-top-color' set to rgb(0%, 0%, +100%) renders the correct color.
border-top-color-118 Invalid Border-top-color set to rgb() using percentages with blue set to a maximum plus one value, rgb(0%, 0%, 101%)
  • The 'border-top-color' set to rgb(0%, 0%, 101%) truncates to a valid value.
border-top-color-119 Invalid Border-top-color set to rgb() using integers with blue set to the minimum minus one value, rgb(0, 0, -1)
  • The 'border-top-color' set to rgb(0, 0, -1) truncates to a valid value.
border-top-color-120 Border-top-color set to rgb() using integers with blue set to the minimum plus one value, rgb(0, 0, 1)
  • The 'border-top-color' set to rgb(0, 0, 1) renders the correct color.
border-top-color-121 Border-top-color set to rgb() using integers with blue set to the minimum value with a minus sign, rgb(0, 0, -0)
  • The 'border-top-color' set to rgb(0, 0, -0) renders the correct color.
border-top-color-122 Border-top-color set to rgb() using integers with blue set to the minimum value with a plus sign, rgb(0, 0, +0)
  • The 'border-top-color' set to rgb(0, 0, +0) renders the correct color.
border-top-color-123 Border-top-color set to rgb() using integers with blue set to a nominal value, rgb(0, 0, 128)
  • The 'border-top-color' set to rgb(0, 0, 128) renders the correct color.
border-top-color-124 Border-top-color set to rgb() using integers with blue set to a nominal value with a plus sign, rgb(0, 0, +128)
  • The 'border-top-color' set to rgb(0, 0, +128) renders the correct color.
border-top-color-125 Border-top-color set to rgb() using integers with blue set to a maximum minus one value, rgb(0, 0, 254)
  • The 'border-top-color' set to rgb(0, 0, 254) renders the correct color.
border-top-color-126 Border-top-color set to rgb() using integers with blue set to a maximum value, rgb(0, 0, 255)
  • The 'border-top-color' set to rgb(0, 0, 255) renders the correct color.
border-top-color-127 Border-top-color set to rgb() using integers with blue set to a maximum value with a plus sign, rgb(0, 0, +255)
  • The 'border-top-color' set to rgb(0, 0, +255) renders the correct color.
border-top-color-128 Invalid Border-top-color set to rgb() using integers with blue set to a maximum plus one value, rgb(0, 0, 256)
  • The 'border-top-color' set to rgb(0, 0, 256) properly truncates to a valid value.
border-top-color-129 Border-top-color set to aqua
  • The 'border-top-color' set to aqua causes the border-top-color of the box to be aqua.
border-top-color-130 Border-top-color set to black
  • The 'border-top-color' set to black causes the border-top-color of the box to be black.
border-top-color-131 Border-top-color set to blue
  • The 'border-top-color' set to blue causes the border-top-color of the box to be blue.
border-top-color-132 Border-top-color set to fuchsia
  • The 'border-top-color' set to fuchsia causes the border-top-color of the box to be fuchsia.
border-top-color-133 Border-top-color set to gray
  • The 'border-top-color' set to gray causes the border-top-color of the box to be gray.
border-top-color-134 Border-top-color set to green
  • The 'border-top-color' set to green causes the background of the box to be green.
border-top-color-135 Border-top-color set to lime
  • The 'border-top-color' set to lime causes the border-top-color of the box to be lime.
border-top-color-136 Border-top-color set to maroon
  • The 'border-top-color' set to maroon causes the border-top-color of the box to be maroon.
border-top-color-137 Border-top-color set to navy
  • The 'border-top-color' set to navy causes the border-top-color of the box to be navy.
border-top-color-138 Border-top-color set to olive
  • The 'border-top-color' set to olive causes the border-top-color of the box to be olive.
border-top-color-139 Border-top-color set to orange
  • The 'border-top-color' set to orange causes the border-top-color of the box to be orange.
border-top-color-140 Border-top-color set to purple
  • The 'border-top-color' set to purple causes the border-top-color of the box to be purple.
border-top-color-141 Border-top-color set to red
  • The 'border-top-color' set to red causes the border-top-color of the box to be red.
border-top-color-142 Border-top-color set to silver
  • The 'border-top-color' set to silver causes the border-top-color of the box to be silver.
border-top-color-143 Border-top-color set to teal
  • The 'border-top-color' set to teal causes the border-top-color of the box to be teal.
border-top-color-144 Border-top-color set to white
  • The 'border-top-color' set to white causes the border-top-color of the box to be white.
border-top-color-145 Border-top-color set to yellow
  • The 'border-top-color' set to yellow causes the border-top-color of the box to be yellow.
border-top-color-174 Border-top-color set to transparent
  • The 'border-top-color' set to transparent properly renders a border with no visible color.
border-top-color-175 Border-top-color set to inherit
  • The 'border-top-color' set to inherit causes the 'border-top-color' of the element to be the same as the 'border-top-color' designated on the parent element.
border-top-color-applies-to-001 Border-top-color applied to element with display table-row-group
  • The 'border-top-color' property applies to elements with a display of table-row-group.
border-top-color-applies-to-002 Border-top-color applied to element with display table-header-group
  • The 'border-top-color' property applies to elements with a display of table-header-group.
border-top-color-applies-to-003 Border-top-color applied to element with display table-footer-group
  • The 'border-top-color' property applies to elements with a display of table-footer-group.
border-top-color-applies-to-004 Border-top-color applied to element with display table-row
  • The 'border-top-color' property applies to elements with a display of table-row.
border-top-color-applies-to-005 Border-top-color applied to element with display table-column-group
  • The 'border-top-color' property applies to elements with a display of table-column-group.
border-top-color-applies-to-006 Border-top-color applied to element with display table-column
  • The 'border-top-color' property applies to elements with a display of table-column.
border-top-color-applies-to-007 Border-top-color applied to element with display table-cell
  • The 'border-top-color' property applies to elements with a display of table-cell.
border-top-color-applies-to-008 Border-top-color applied to element with display inline
  • The 'border-top-color' property applies to elements with a display of inline.
border-top-color-applies-to-009 Border-top-color applied to element with display block
  • The 'border-top-color' property applies to elements with a display of block.
border-top-color-applies-to-010 Border-top-color applied to element with display list-item
  • The 'border-top-color' property applies to elements with a display of list-item.
border-top-color-applies-to-011 Border-top-color applied to element with display run-in
  • The 'border-top-color' property applies to elements with a display of run-in.
border-top-color-applies-to-012 Border-top-color applied to element with display inline-block
  • The 'border-top-color' property applies to elements with a display of inline-block.
border-top-color-applies-to-013 Border-top-color applied to element with display table
  • The 'border-top-color' property applies to elements with a display of table.
border-top-color-applies-to-014 Border-top-color applied to element with display inline-table
  • The 'border-top-color' property applies to elements with a display of inline-table.
border-top-color-applies-to-015 Border-top-color applied to element with display table-caption
  • The 'border-top-color' property applies to elements with a display of table-caption.
+ 8.5.3 Border style: 'border-top-style', 'border-right-style', 'border-bottom-style', 'border-left-style', and 'border-style'
border-bottom-style-001 Border-bottom-style set to 'none'
  • The 'border-bottom-style' property set to 'none' does not render any border for an element.
border-bottom-style-002 Border-bottom-style set to 'hidden'
  • The 'border-bottom-style' property set to 'hidden' computes to 'none' and does not render any border for non-table elements. However, for tables elements borders can be rendered based on border resolution.
border-bottom-style-003 Border-bottom-style set to 'dotted'
  • The 'border-bottom-style' set to 'dotted' renders the proper line style for the border.
border-bottom-style-004 Border-bottom-style set to 'dashed'
  • The 'border-bottom-style' set to 'dashed' renders the proper line style for the border.
border-bottom-style-005 Border-bottom-style set to 'solid'
  • The 'border-bottom-style' set to 'solid' renders the proper line style for the border.
border-bottom-style-006 Border-bottom-style set to 'double'
  • The 'border-bottom-style' set to 'double' renders the proper line style for the border.
border-bottom-style-007 Border-bottom-style set to 'groove'
  • The 'border-bottom-style' set to 'groove' renders the proper line style for the border.
border-bottom-style-008 Border-bottom-style set to 'ridge'
  • The 'border-bottom-style' set to 'ridge' renders the proper line style for the border.
border-bottom-style-009 Border-bottom-style set to 'inset'
  • The 'border-bottom-style' set to 'inset' renders the proper line style for the border.
border-bottom-style-010 Border-bottom-style set to 'outset'
  • The 'border-bottom-style' set to 'outset' renders the proper line style for the border.
border-bottom-style-011 Border-bottom-style set to 'inherit'
  • The 'border-bottom-style' property set to 'inherit' properly applies the value from the parent's 'border-bottom-style' property value.
border-bottom-style-applies-to-001 Border-bottom-style applied to element with display table-row-group
  • The 'border-bottom-style' property applies to elements with a display of table-row-group.
border-bottom-style-applies-to-002 Border-bottom-style applied to element with display table-header-group
  • The 'border-bottom-style' property applies to elements with a display of table-header-group.
border-bottom-style-applies-to-003 Border-bottom-style applied to element with display table-footer-group
  • The 'border-bottom-style' property applies to elements with a display of table-footer-group.
border-bottom-style-applies-to-004 Border-bottom-style applied to element with display table-row
  • The 'border-bottom-style' property applies to elements with a display of table-row.
border-bottom-style-applies-to-005 Border-bottom-style applied to element with display table-column-group
  • The 'border-bottom-style' property applies to elements with a display of table-column-group.
border-bottom-style-applies-to-006 Border-bottom-style applied to element with display table-column
  • The 'border-bottom-style' property applies to elements with a display of table-column.
border-bottom-style-applies-to-007 Border-bottom-style applied to element with display table-cell
  • The 'border-bottom-style' property applies to elements with a display of table-cell.
border-bottom-style-applies-to-008 Border-bottom-style applied to element with display inline
  • The 'border-bottom-style' property applies to elements with a display of inline.
border-bottom-style-applies-to-009 Border-bottom-style applied to element with display block
  • The 'border-bottom-style' property applies to elements with a display of block.
border-bottom-style-applies-to-010 Border-bottom-style applied to element with display list-item
  • The 'border-bottom-style' property applies to elements with a display of list-item.
border-bottom-style-applies-to-011 Border-bottom-style applied to element with display run-in
  • The 'border-bottom-style' property applies to elements with a display of run-in.
border-bottom-style-applies-to-012 Border-bottom-style applied to element with display inline-block
  • The 'border-bottom-style' property applies to elements with a display of inline-block.
border-bottom-style-applies-to-013 Border-bottom-style applied to element with display table
  • The 'border-bottom-style' property applies to elements with a display of table.
border-bottom-style-applies-to-014 Border-bottom-style applied to element with display inline-table
  • The 'border-bottom-style' property applies to elements with a display of inline-table.
border-bottom-style-applies-to-015 Border-bottom-style applied to element with display table-caption
  • The 'border-bottom-style' property applies to elements with a display of table-caption.
border-left-style-001 Border-left-style set to 'none'
  • The 'border-left-style' property set to 'none' does not render any border for an element.
border-left-style-002 Border-left-style set to 'hidden'
  • The 'border-left-style' property set to 'hidden' computes to 'none' and does not render any border for non-table elements.
border-left-style-003 Border-left-style set to 'dotted'
  • The 'border-left-style' set to 'dotted' renders the proper line style for the border.
border-left-style-004 Border-left-style set to 'dashed'
  • The 'border-left-style' set to 'dashed' renders the proper line style for the border.
border-left-style-005 Border-left-style set to 'solid'
  • The 'border-left-style' set to 'solid' renders the proper line style for the border.
border-left-style-006 Border-left-style set to 'double'
  • The 'border-left-style' set to 'double' renders the proper line style for the border.
border-left-style-007 Border-left-style set to 'groove'
  • The 'border-left-style' set to 'groove' renders the proper line style for the border.
border-left-style-008 Border-left-style set to 'ridge'
  • The 'border-left-style' set to 'ridge' renders the proper line style for the border.
border-left-style-009 Border-left-style set to 'inset'
  • The 'border-left-style' set to 'inset' renders the proper line style for the border.
border-left-style-010 Border-left-style set to 'outset'
  • The 'border-left-style' set to 'outset' renders the proper line style for the border.
border-left-style-011 Border-left-style set to 'inherit'
  • The 'border-left-style' property set to 'inherit' properly applies the value from the parent's 'border-left-style' property value.
border-left-style-applies-to-001 Border-left-style applied to element with display table-row-group
  • The 'border-left-style' properties applies to elements with a display of table-row-group.
border-left-style-applies-to-002 Border-left-style applied to element with display table-header-group
  • The 'border-left-style' properties applies to elements with a display of table-header-group.
border-left-style-applies-to-003 Border-left-style applied to element with display table-footer-group
  • The 'border-left-style' properties applies to elements with a display of table-footer-group.
border-left-style-applies-to-004 Border-left-style applied to element with display table-row
  • The 'border-left-style' properties applies to elements with a display of table-row.
border-left-style-applies-to-005 Border-left-style applied to element with display table-column-group
  • The 'border-left-style' properties applies to elements with a display of table-column-group.
border-left-style-applies-to-006 Border-left-style applied to element with display table-column
  • The 'border-left-style' properties applies to elements with a display of table-column.
border-left-style-applies-to-007 Border-left-style applied to element with display table-cell
  • The 'border-left-style' properties applies to elements with a display of table-cell.
border-left-style-applies-to-008 Border-left-style applied to element with display inline
  • The 'border-left-style' properties applies to elements with a display of inline.
border-left-style-applies-to-009 Border-left-style applied to element with display block
  • The 'border-left-style' properties applies to elements with a display of block.
border-left-style-applies-to-010 Border-left-style applied to element with display list-item
  • The 'border-left-style' properties applies to elements with a display of list-item.
border-left-style-applies-to-011 Border-left-style applied to element with display run-in
  • The 'border-left-style' properties applies to elements with a display of run-in.
border-left-style-applies-to-012 Border-left-style applied to element with display inline-block
  • The 'border-left-style' properties applies to elements with a display of inline-block.
border-left-style-applies-to-013 Border-left-style applied to element with display table
  • The 'border-left-style' properties applies to elements with a display of table.
border-left-style-applies-to-014 Border-left-style applied to element with display inline-table
  • The 'border-left-style' properties applies to elements with a display of inline-table.
border-left-style-applies-to-015 Border-left-style applied to element with display table-caption
  • The 'border-left-style' properties applies to elements with a display of table-caption.
border-right-style-001 Border-right-style set to 'none'
  • The 'border-right-style' property set to 'none' does not render any border for an element.
border-right-style-002 Border-right-style set to 'hidden'
  • The 'border-right-style' property set to 'hidden' computes to 'none' and does not render any border for non-table elements.
border-right-style-003 Border-right-style set to 'dotted'
  • The 'border-right-style' set to 'dotted' renders the proper line style for the border.
border-right-style-004 Border-right-style set to 'dashed'
  • The 'border-right-style' set to 'dashed' renders the proper line style for the border.
border-right-style-005 Border-right-style set to 'solid'
  • The 'border-right-style' set to 'solid' renders the proper line style for the border.
border-right-style-006 Border-right-style set to 'double'
  • The 'border-right-style' set to 'double' renders the proper line style for the border.
border-right-style-007 Border-right-style set to 'groove'
  • The 'border-right-style' set to 'groove' renders the proper line style for the border.
border-right-style-008 Border-right-style set to 'ridge'
  • The 'border-right-style' set to 'ridge' renders the proper line style for the border.
border-right-style-009 Border-right-style set to 'inset'
  • The 'border-right-style' set to 'inset' renders the proper line style for the border.
border-right-style-010 Border-right-style set to 'outset'
  • The 'border-right-style' set to 'outset' renders the proper line style for the border.
border-right-style-011 Border-right-style set to 'inherit'
  • The 'border-right-style' property set to 'inherit' properly applies the value from the parent's 'border-right-style' property value.
border-right-style-applies-to-001 Border-right-style applied to element with display table-row-group
  • The 'border-right-style' property applies to elements with a display of table-row-group.
border-right-style-applies-to-002 Border-right-style applied to element with display table-header-group
  • The 'border-right-style' property applies to elements with a display of table-header-group.
border-right-style-applies-to-003 Border-right-style applied to element with display table-footer-group
  • The 'border-right-style' property applies to elements with a display of table-footer-group.
border-right-style-applies-to-004 Border-right-style applied to element with display table-row
  • The 'border-right-style' property applies to elements with a display of table-row.
border-right-style-applies-to-005 Border-right-style applied to element with display table-column-group
  • The 'border-right-style' property applies to elements with a display of table-column-group.
border-right-style-applies-to-006 Border-right-style applied to element with display table-column
  • The 'border-right-style' property applies to elements with a display of table-column.
border-right-style-applies-to-007 Border-right-style applied to element with display table-cell
  • The 'border-right-style' property applies to elements with a display of table-cell.
border-right-style-applies-to-008 Border-right-style applied to element with display inline
  • The 'border-right-style' property applies to elements with a display of inline.
border-right-style-applies-to-009 Border-right-style applied to element with display block
  • The 'border-right-style' property applies to elements with a display of block.
border-right-style-applies-to-010 Border-right-style applied to element with display list-item
  • The 'border-right-style' property applies to elements with a display of list-item.
border-right-style-applies-to-011 Border-right-style applied to element with display run-in
  • The 'border-right-style' property applies to elements with a display of run-in.
border-right-style-applies-to-012 Border-right-style applied to element with display inline-block
  • The 'border-right-style' property applies to elements with a display of inline-block.
border-right-style-applies-to-013 Border-right-style applied to element with display table
  • The 'border-right-style' property applies to elements with a display of table.
border-right-style-applies-to-014 Border-right-style applied to element with display inline-table
  • The 'border-right-style' property applies to elements with a display of inline-table.
border-right-style-applies-to-015 Border-right-style applied to element with display table-caption
  • The 'border-right-style' property applies to elements with a display of table-caption.
border-style-applies-to-016 border-style: hidden applied to table-row
  • 'border-style: hidden' must apply to all elements, including internal table elements. 'hidden' (border-style) is the same as 'none': the computed border width is zero.
border-style-applies-to-017 border-style: hidden applied to element with display table-row
  • 'border-style: hidden' must apply to all elements, including elements with display table-row. 'hidden' (border-style) is the same as 'none': the computed border width is zero.
border-style-applies-to-018 border-style: hidden applied to table-column-group
  • 'border-style: hidden' must apply to all elements, including internal table elements. 'hidden' (border-style) is the same as 'none': the computed border width is zero.
border-style-applies-to-019 border-style: hidden applied to element with display table-column-group
  • 'border-style: hidden' must apply to all elements, including elements with display table-column-group. 'hidden' (border-style) is the same as 'none': the computed border width is zero.
border-style-applies-to-020 border-style: hidden applied to table-column
  • 'border-style: hidden' must apply to all elements, including internal table elements. 'hidden' (border-style) is the same as 'none': the computed border width is zero.
border-style-applies-to-021 border-style: hidden applied to element with display table-column
  • 'border-style: hidden' must apply to all elements, including elements with display table-column. 'hidden' (border-style) is the same as 'none': the computed border width is zero.
border-style-applies-to-022 border-style: hidden applied to table-row-group
  • 'border-style: hidden' must apply to all elements, including internal table elements. 'hidden' (border-style) is the same as 'none': the computed border width is zero.
border-style-applies-to-023 border-style: hidden applied to element with display table-row-group
  • 'border-style: hidden' must apply to all elements, including elements with display table-row-group. 'hidden' (border-style) is the same as 'none': the computed border width is zero.
border-style-applies-to-024 border-style: hidden applied to table-footer-group
  • 'border-style: hidden' must apply to all elements, including internal table elements. 'hidden' (border-style) is the same as 'none': the computed border width is zero.
border-style-applies-to-025 border-style: hidden applied to element with display table-footer-group
  • 'border-style: hidden' must apply to all elements, including elements with display table-footer-group. 'hidden' (border-style) is the same as 'none': the computed border width is zero.
border-style-applies-to-026 border-style: hidden applied to table-header-group
  • 'border-style: hidden' must apply to all elements, including internal table elements. 'hidden' (border-style) is the same as 'none': the computed border width is zero.
border-style-applies-to-027 border-style: hidden applied to element with display table-header-group
  • 'border-style: hidden' must apply to all elements, including elements with display table-header-group. 'hidden' (border-style) is the same as 'none': the computed border width is zero.
border-style-rendering-001 Border-style 'groove' color rendering
  • The 'groove' 'border-style' uses the color defined for rendering the groove border.
border-style-rendering-002 Border-style 'ridge' color rendering
  • The 'ridge' 'border-style' uses the color defined for rendering the ridge border.
border-style-rendering-003 Border-style 'inset' color rendering
  • The 'inset' 'border-style' uses the color defined for rendering the inset border.
border-style-rendering-004 Border-style 'outset' color rendering
  • The 'outset' 'border-style' uses the color defined for rendering the outset border.
border-style-shorthand-001 Border-style set using one value
  • Applying a single value to the border-style property applies the value to all sides of the element.
border-style-shorthand-002 Border-style set using two values
  • Applying two values to the border-style property applies the first value to the top and bottom and the second to the left and right.
border-style-shorthand-004 Border-style set using four values
  • Applying four values to the border-style property applies the values top, right, bottom, left, respectively.
border-top-style-001 Border-top-style set to 'none'
  • The 'border-top-style' property set to 'none' does not render any border for an element.
border-top-style-002 Border-top-style set to 'hidden'
  • The 'border-top-style' property set to 'hidden' computes to 'none' and does not render any border for non-table elements.
border-top-style-003 Border-top-style set to 'dotted'
  • The 'border-top-style' set to 'dotted' renders the proper line style for the border.
border-top-style-004 Border-top-style set to 'dashed'
  • The 'border-top-style' set to 'dashed' renders the proper line style for the border.
border-top-style-005 Border-top-style set to 'solid'
  • The 'border-top-style' set to 'solid' renders the proper line style for the border.
border-top-style-006 Border-top-style set to 'double'
  • The 'border-top-style' set to 'double' renders the proper line style for the border.
border-top-style-007 Border-top-style set to 'groove'
  • The 'border-top-style' set to 'groove' renders the proper line style for the border.
border-top-style-008 Border-top-style set to 'ridge'
  • The 'border-top-style' set to 'ridge' renders the proper line style for the border.
border-top-style-009 Border-top-style set to 'inset'
  • The 'border-top-style' set to 'inset' renders the proper line style for the border.
border-top-style-010 Border-top-style set to 'outset'
  • The 'border-top-style' set to 'outset' renders the proper line style for the border.
border-top-style-011 Border-top-style set to 'inherit'
  • The 'border-top-style' property set to 'inherit' properly applies the value from the parent's 'border-top-style' property value.
border-top-style-applies-to-001 Border-top-style applied to element with display table-row-group
  • The 'border-top-style' property applies to elements with a display of table-row-group.
border-top-style-applies-to-002 Border-top-style applied to element with display table-header-group
  • The 'border-top-style' property applies to elements with a display of table-header-group.
border-top-style-applies-to-003 Border-top-style applied to element with display table-footer-group
  • The 'border-top-style' property applies to elements with a display of table-footer-group.
border-top-style-applies-to-004 Border-top-style applied to element with display table-row
  • The 'border-top-style' property applies to elements with a display of table-row.
border-top-style-applies-to-005 Border-top-style applied to element with display table-column-group
  • The 'border-top-style' property applies to elements with a display of table-column-group.
border-top-style-applies-to-006 Border-top-style applied to element with display table-column
  • The 'border-top-style' property applies to elements with a display of table-column.
border-top-style-applies-to-007 Border-top-style applied to element with display table-cell
  • The 'border-top-style' property applies to elements with a display of table-cell.
border-top-style-applies-to-008 Border-top-style applied to element with display inline
  • The 'border-top-style' property applies to elements with a display of inline.
border-top-style-applies-to-009 Border-top-style applied to element with display block
  • The 'border-top-style' property applies to elements with a display of block.
border-top-style-applies-to-010 Border-top-style applied to element with display list-item
  • The 'border-top-style' property applies to elements with a display of list-item.
border-top-style-applies-to-011 Border-top-style applied to element with display run-in
  • The 'border-top-style' property applies to elements with a display of run-in.
border-top-style-applies-to-012 Border-top-style applied to element with display inline-block
  • The 'border-top-style' property applies to elements with a display of inline-block.
border-top-style-applies-to-013 Border-top-style applied to element with display table
  • The 'border-top-style' property applies to elements with a display of table.
border-top-style-applies-to-014 Border-top-style applied to element with display inline-table
  • The 'border-top-style' property applies to elements with a display of inline-table.
border-top-style-applies-to-015 Border-top-style applied to element with display table-caption
  • The 'border-top-style' property applies to elements with a display of table-caption.
border-width-011 border-width: inherit
double-border-width-001 Double lines border style does not change border width
  • The 'double' 'border-style' does not change the size of the border width. The sum of the two lines and the space need to equal the border width.
+ 8.5.4 Border shorthand properties: 'border-top', 'border-right', 'border-bottom', 'border-left', and 'border'
border-001 Border set using border-width
  • The 'border' shorthand property properly accepts and sets border-width.
border-002 Border set using border-style
  • The 'border' shorthand property properly accepts and sets border-style.
border-003 Border set using border-color
  • The 'border' shorthand property properly accepts and sets border-color.
border-004 Border set using border-width border-style
  • The 'border' shorthand property properly accepts and sets border-width and border-style.
border-005 Border set using border-width border-color
  • The 'border' shorthand property properly accepts and sets 'border-width' and 'border-color'.
border-006 Border set using border-style border-width
  • The 'border' shorthand property properly accepts and sets 'border-style' and 'border-width'.
border-007 Border set using border-style border-color
  • The 'border' shorthand property properly accepts and sets 'border-style' and 'border-color'.
border-008 Border set using border-color border-width
  • The 'border' shorthand property properly accepts and sets 'border-color' and 'border-width'.
border-009 Border set using border-color border-style
  • The 'border' shorthand property properly accepts and sets 'border-color' and 'border-style'.
border-010 Border set using border-width border-style border-color
  • The 'border' shorthand property properly accepts and sets 'border-width', 'border-style' and 'border-color'.
border-011 Border set using border-width border-color border-style
  • The 'border' shorthand property properly accepts and sets 'border-width', 'border-color' and 'border-style'.
border-012 Border set using border-style border-width border-color
  • The 'border' shorthand property properly accepts and sets 'border-style', 'border-width' and 'border-color'.
border-013 Border set using border-style border-color border-width
  • The 'border' shorthand property properly accepts and sets 'border-style', 'border-color' and 'border-width'.
border-014 Border set using border-color border-width border-style
  • The 'border' shorthand property properly accepts and sets 'border-color', 'border-width' and 'border-style'.
border-015 Border set using border-color border-style border-width
  • The 'border' shorthand property properly accepts and sets 'border-color', 'border-style' and 'border-width'.
border-016 Border set to 'inherit', inheriting one value
  • The 'border' shorthand property properly accepts 'inherit' as a value and uses its parent's border setting.
border-017 Border set to 'inherit', inheriting two values
  • The 'border' shorthand property properly accepts 'inherit' as a value and uses its parent's border setting.
border-018 Border set to 'inherit', inheriting three values
  • The 'border' shorthand property properly accepts 'inherit' as a value and uses its parent's border setting.
border-applies-to-001 Border applied to element with 'display' set to 'table-row-group'
  • The 'border' property applies to elements with a display of 'table-row-group'.
border-applies-to-002 Border applied to element with 'display' set to 'table-header-group'
  • The 'border' property applies to elements with a display of 'table-header-group'.
border-applies-to-003 Border applied to element with 'display' set to 'table-footer-group'
  • The 'border' property applies to elements with a display of 'table-footer-group'.
border-applies-to-004 Border applied to element with 'display' set to 'table-row'
  • The 'border' property applies to elements with a display of 'table-row'.
border-applies-to-005 Border applied to element with 'display' set to 'table-column-group'
  • The 'border' property applies to elements with a display of 'table-column-group'.
border-applies-to-006 Border applied to element with 'display' set to 'table-column'
  • The 'border' property applies to elements with a display of 'table-column'.
border-applies-to-007 Border applied to element with 'display' set to 'table-cell'
  • The 'border' property applies to elements with a display of 'table-cell'.
border-applies-to-008 Border applied to element with 'display' set to inline
  • The 'border' property applies to elements with a display of inline.
border-applies-to-009 Border applied to element with 'display' set to block
  • The 'border' property applies to elements with a display of block.
border-applies-to-010 Border applied to element with 'display' set to list-item
  • The 'border' property applies to elements with a display of list-item.
border-applies-to-011 Border applied to element with 'display' set to run-in
  • The 'border' property applies to elements with a display of run-in.
border-applies-to-012 Border applied to element with 'display' set to inline-block
  • The 'border' property applies to elements with a display of inline-block.
border-applies-to-013 Border applied to element with 'display' set to 'table'
  • The 'border' property applies to elements with a display of 'table'.
border-applies-to-014 Border applied to element with 'display' set to 'inline-table'
  • The 'border' property applies to elements with a display of 'inline-table'.
border-applies-to-015 Border applied to element with 'display' set to 'table-caption'
  • The 'border' property applies to elements with a display of 'table-caption'.
border-bottom-001 Border-bottom set to border-width
  • The 'border-bottom' shorthand property sets 'border-width' for the bottom border.
border-bottom-002 Border-bottom set to border-style
  • The 'border-bottom' shorthand property sets the 'border-style' for the bottom border.
border-bottom-003 Border-bottom set to border-color
  • The 'border-bottom' shorthand property sets the 'border-color' for the bottom border.
border-bottom-004 Border-bottom set to border-width border-style
  • The 'border-bottom' shorthand property sets the 'border-width' and 'border-style' for the bottom border.
border-bottom-005 Border-bottom set to border-width border-color
  • The 'border-bottom' shorthand property sets the 'border-width' and 'border-color' for the bottom border.
border-bottom-006 Border-bottom set to border-style border-width
  • The 'border-bottom' shorthand property sets the 'border-style' and 'border-width' for the bottom border.
border-bottom-007 Border-bottom set to border-style border-color
  • The 'border-bottom' shorthand property sets the 'border-style' and 'border-color' for the bottom border.
border-bottom-008 Border-bottom set to border-color border-width
  • The 'border-bottom' shorthand property sets the 'border-color' and 'border-width' for the bottom border.
border-bottom-009 Border-bottom set to border-color border-style
  • The 'border-bottom' shorthand property sets the 'border-color' and 'border-style' for the bottom border.
border-bottom-010 Border-bottom set to border-width border-style border-color
  • The 'border-bottom' shorthand property sets the 'border-width', 'border-style' and 'border-color' for the bottom border.
border-bottom-011 Border-bottom set to border-width border-color border-style
  • The 'border-bottom' shorthand property sets the 'border-width', 'border-color' and 'border-style' for the bottom border.
border-bottom-012 Border-bottom set to border-style border-width border-color
  • The 'border-bottom' shorthand property sets the 'border-style', 'border-width' and 'border-color' for the bottom border.
border-bottom-013 Border-bottom set to border-style border-color border-width
  • The 'border-bottom' shorthand property sets the 'border-style', 'border-color' and 'border-width' for the bottom border.
border-bottom-014 Border-bottom set to border-color border-width border-style
  • The 'border-bottom' shorthand property sets the 'border-color', 'border-width' and 'border-style' for the bottom border.
border-bottom-015 Border-bottom set to border-color border-style border-width
  • The 'border-bottom' shorthand property sets the 'border-color', 'border-style' and 'border-width' for the bottom border.
border-bottom-016 Border-bottom set to inherit, inheriting a single value for a shorthand property
  • The 'border-bottom' shorthand property properly accepts 'inherit' as a value and uses its parent's border setting.
border-bottom-017 Border-bottom set to inherit, inheriting two values for a shorthand property
  • The 'border-bottom' shorthand property properly accepts 'inherit' as a value and uses its parent's border setting.
border-bottom-018 Border-bottom set to inherit, inheriting three values for a shorthand property
  • The 'border-bottom' shorthand property properly accepts 'inherit' as a value and uses its parent's border setting.
border-bottom-applies-to-001 Border-bottom applied to element with display table-row-group
  • The 'border-bottom' property applies to elements with a display of table-row-group.
border-bottom-applies-to-002 Border-bottom applied to element with display table-header-group
  • The 'border-bottom' property applies to elements with a display of table-header-group.
border-bottom-applies-to-003 Border-bottom applied to element with display table-footer-group
  • The 'border-bottom' property applies to elements with a display of table-footer-group.
border-bottom-applies-to-004 Border-bottom applied to element with 'display' set to 'table-row'
  • The 'border-bottom' property applies to elements with a 'display' of 'table-row'.
border-bottom-applies-to-005 Border-bottom applied to element with display table-column-group
  • The 'border-bottom' property applies to elements with a display of table-column-group.
border-bottom-applies-to-006 Border-bottom applied to element with display table-column
  • The 'border-bottom' property applies to elements with a display of table-column.
border-bottom-applies-to-007 Border-bottom applied to element with display table-cell
  • Border-bottom applies to elements with a display of table-cell.
border-bottom-applies-to-008 Border-bottom applied to element with display inline
  • The 'border-bottom' property applies to elements with a display of inline.
border-bottom-applies-to-009 Border-bottom applied to element with display block
  • The 'border-bottom' property applies to elements with a display of block.
border-bottom-applies-to-010 Border-bottom applied to element with display list-item
  • The 'border-bottom' property applies to elements with a display of list-item.
border-bottom-applies-to-011 Border-bottom applied to element with display run-in
  • The 'border-bottom' property applies to elements with a display of run-in.
border-bottom-applies-to-012 Border-bottom applied to element with display inline-block
  • The 'border-bottom' property applies to elements with a display of inline-block.
border-bottom-applies-to-013 Border-bottom applied to element with 'display' set to 'table'
  • The 'border-bottom' property applies to elements with a 'display' of 'table'.
border-bottom-applies-to-014 Border-bottom applied to element with 'display' set to 'inline-table'
  • The 'border-bottom' property applies to elements with a 'display' of 'inline-table'.
border-bottom-applies-to-015 Border-bottom applied to element with 'display' set to 'table-caption'
  • The 'border-bottom' property applies to elements with a 'display' of 'table-caption'.
border-dynamic-001 DOM/JS Dynamic Borders (style attribute)
border-dynamic-002 DOM/JS Dynamic Borders (class attribute)
border-left-001 Border-left set to border-width
  • The 'border-left' shorthand property properly sets the border-width for the left border.
border-left-002 Border-left set to border-style
  • The 'border-left' shorthand property properly sets the border-style for the left border.
border-left-003 Border-left set to border-color
  • The 'border-left' shorthand property properly sets the border-color for the left border.
border-left-004 Border-left set to border-width border-style
  • The 'border-left' shorthand property properly sets the border-width and border-style for the left border.
border-left-005 Border-left set to border-width border-color
  • The 'border-left' shorthand property sets the 'border-width' and 'border-color' for the left border.
border-left-006 Border-left set to border-style border-width
  • The 'border-left' shorthand property sets the 'border-style' and 'border-width' for the left border.
border-left-007 Border-left set to border-style border-color
  • The 'border-left' shorthand property sets the 'border-style' and 'border-color' for the left border.
border-left-008 Border-left set to border-color border-width
  • The 'border-left' shorthand property sets the 'border-color' and 'border-width' for the left border.
border-left-009 Border-left set to border-color border-style
  • The 'border-left' shorthand property sets the 'border-color' and 'border-style' for the left border.
border-left-010 Border-left set to border-width border-style border-color
  • The 'border-left' shorthand property properly sets the 'border-width', 'border-style' and 'border-color'.
border-left-011 Border-left set to border-width border-color border-style
  • The 'border-left' shorthand property properly sets the 'border-width', 'border-color' and 'border-style'.
border-left-012 Border-left set to border-style border-width border-color
  • The 'border-left' shorthand property properly sets the 'border-style', 'border-width' and 'border-color'.
border-left-013 Border-left set with border-style border-color border-width
  • The 'border-left' shorthand property properly sets the 'border-style', 'border-color' and 'border-width'.
border-left-014 Border-left set to border-color border-width border-style
  • The 'border-left' shorthand property properly sets the 'border-color', 'border-width' and 'border-style'.
border-left-015 Border-left set to border-color border-style border-width
  • The 'border-left' shorthand property properly sets the 'border-color', 'border-style' and 'border-width'.
border-left-016 Border-left set to inherit, inheriting a single value for a shorthand property
  • The 'border-left' shorthand property properly accepts 'inherit' as a value and uses its parent's border setting.
border-left-017 Border-left set to inherit, inheriting two values for a shorthand property
  • The 'border-left' shorthand property properly accepts 'inherit' as a value and uses its parent's border setting.
border-left-018 Border-left set to inherit, inheriting three values for a shorthand property
  • The 'border-left' shorthand property properly accepts 'inherit' as a value and uses its parent's border setting.
border-left-applies-to-001 Border-left applied to element with display table-row-group
  • The 'border-left' properties applies to elements with a display of table-row-group.
border-left-applies-to-002 Border-left applied to element with display table-header-group
  • The 'border-left' properties applies to elements with a display of table-header-group.
border-left-applies-to-003 Border-left applied to element with display table-footer-group
  • The 'border-left' properties applies to elements with a display of table-footer-group.
border-left-applies-to-004 Border-left applied to element with display table-row
  • The 'border-left' properties applies to elements with a display of table-row.
border-left-applies-to-005 Border-left applied to element with display table-column-group
  • The 'border-left' properties applies to elements with a display of table-column-group.
border-left-applies-to-006 Border-left applied to element with display table-column
  • The 'border-left' properties applies to elements with a display of table-column.
border-left-applies-to-007 Border-left applied to element with display table-cell
  • The 'border-left' properties applies to elements with a display of table-cell.
border-left-applies-to-008 Border-left applied to element with display inline
  • The 'border-left' properties applies to elements with a display of inline.
border-left-applies-to-009 Border-left applied to element with display block
  • The 'border-left' properties applies to elements with a display of block.
border-left-applies-to-010 Border-left applied to element with display list-item
  • The 'border-left' properties applies to elements with a display of list-item.
border-left-applies-to-011 Border-left applied to element with display run-in
  • The 'border-left' properties applies to elements with a display of run-in.
border-left-applies-to-012 Border-left applied to element with display inline-block
  • The 'border-left' properties applies to elements with a display of inline-block.
border-left-applies-to-013 Border-left applied to element with display table
  • The 'border-left' properties applies to elements with a display of table.
border-left-applies-to-014 Border-left applied to element with display inline-table
  • The 'border-left' properties applies to elements with a display of inline-table.
border-left-applies-to-015 Border-left applied to element with display table-caption
  • The 'border-left' properties applies to elements with a display of table-caption.
border-right-001 Border-right set to border-width
  • The 'border-right' shorthand property properly sets the border-width for the right border.
border-right-002 Border-right set to border-style
  • The 'border-right' shorthand property properly sets the border-style for the right border.
border-right-003 Border-right set to border-color
  • The 'border-right' shorthand property properly sets the border-color for the right border.
border-right-004 Border-right set to border-width border-style
  • The 'border-right' shorthand property properly sets the border-width and border-style for the right border.
border-right-005 Border-right set to border-width border-color
  • The 'border-right' shorthand property sets the 'border-width' and 'border-color' for the right border.
border-right-006 Border-right set to border-style border-width
  • The 'border-right' shorthand property sets the 'border-style' and 'border-width' for the right border.
border-right-007 Border-right set to border-style border-color
  • The 'border-right' shorthand property sets the 'border-style' and 'border-color' for the right border.
border-right-008 Border-right set to border-color border-width
  • The 'border-right' shorthand property sets the 'border-color' and 'border-width' for the right border.
border-right-009 Border-right set to border-color border-style
  • The 'border-right' shorthand property sets the 'border-color' and 'border-style' for the right border.
border-right-010 Border-right set to border-width border-style border-color
  • The 'border-right' shorthand property properly sets the 'border-width', 'border-style' and 'border-color'.
border-right-011 Border-right set to border-width border-color border-style
  • The 'border-right' shorthand property properly sets the 'border-width', 'border-color' and 'border-style'.
border-right-012 Border-right set to border-style border-width border-color
  • The 'border-right' shorthand property properly sets the 'border-style', 'border-width' and 'border-color'.
border-right-013 Border-right set with border-style border-color border-width
  • The 'border-right' shorthand property properly sets the 'border-style', 'border-color' and 'border-width'.
border-right-014 Border-right set to border-color border-width border-style
  • The 'border-right' shorthand property properly sets the 'border-color', 'border-width' and 'border-style'.
border-right-015 Border-right set to border-color border-style border-width
  • The 'border-right' shorthand property properly sets the 'border-color', 'border-style' and 'border-width'.
border-right-016 Border-right set to inherit, inheriting a single value for a shorthand property
  • The 'border-right' shorthand property properly accepts 'inherit' as a value and uses its parent's border setting.
border-right-017 Border-right set to inherit, inheriting two values for a shorthand property
  • The 'border-right' shorthand property properly accepts 'inherit' as a value and uses its parent's border setting.
border-right-018 Border-right set to inherit, inheriting three values for a shorthand property
  • The 'border-right' shorthand property properly accepts 'inherit' as a value and uses its parent's border setting.
border-right-applies-to-001 Border-right applied to element with display table-row-group
  • The 'border-right' property applies to elements with a display of table-row-group.
border-right-applies-to-002 Border-right applied to element with display table-header-group
  • The 'border-right' property applies to elements with a display of table-header-group.
border-right-applies-to-003 Border-right applied to element with display table-footer-group
  • The 'border-right' property applies to elements with a display of table-footer-group.
border-right-applies-to-004 Border-right applied to element with display table-row
  • The 'border-right' property applies to elements with a display of table-row.
border-right-applies-to-005 Border-right applied to element with display table-column-group
  • The 'border-right' property applies to elements with a display of table-column-group.
border-right-applies-to-006 Border-right applied to element with display table-column
  • The 'border-right' property applies to elements with a display of table-column.
border-right-applies-to-007 Border-right applied to element with display table-cell
  • The 'border-right' property applies to elements with a display of table-cell.
border-right-applies-to-008 Border-right applied to element with display inline
  • The 'border-right' property applies to elements with a display of inline.
border-right-applies-to-009 Border-right applied to element with display block
  • The 'border-right' property applies to elements with a display of block.
border-right-applies-to-010 Border-right applied to element with display list-item
  • The 'border-right' property applies to elements with a display of list-item.
border-right-applies-to-011 Border-right applied to element with display run-in
  • The 'border-right' property applies to elements with a display of run-in.
border-right-applies-to-012 Border-right applied to element with display inline-block
  • The 'border-right' property applies to elements with a display of inline-block.
border-right-applies-to-013 Border-right applied to element with display table
  • The 'border-right' property applies to elements with a display of table.
border-right-applies-to-014 Border-right applied to element with display inline-table
  • The 'border-right' property applies to elements with a display of inline-table.
border-right-applies-to-015 Border-right applied to element with display table-caption
  • The 'border-right' property applies to elements with a display of table-caption.
border-shorthands-001 border-color shorthand (basic)
border-shorthands-002 border-color shorthand (basic)
border-shorthands-003 border-color shorthand (basic)
border-top-001 Border-top set to border-width
  • The 'border-top' shorthand property sets 'border-width' for the top border.
border-top-002 Border-top set to border-style
  • The 'border-top' shorthand property sets the 'border-style' for the top border.
border-top-003 Border-top set to border-color
  • The 'border-top' shorthand property sets the 'border-color' for the top border.
border-top-004 Border-top set to border-width border-style
  • The 'border-top' shorthand property sets the 'border-width' and 'border-style' for the top border.
border-top-005 Border-top set to border-width border-color
  • The 'border-top' shorthand property sets the 'border-width' and 'border-color' for the top border.
border-top-006 Border-top set to border-style border-width
  • The 'border-top' shorthand property sets the 'border-style' and 'border-width' for the top border.
border-top-007 Border-top set to border-style border-color
  • The 'border-top' shorthand property sets the 'border-style' and 'border-color' for the top border.
border-top-008 Border-top set to border-color border-width
  • The 'border-top' shorthand property sets the 'border-color' and 'border-width' for the top border.
border-top-009 Border-top set to border-color border-style
  • The 'border-top' shorthand property sets the 'border-color' and 'border-style' for the top border.
border-top-010 Border-top set to border-width border-style border-color
  • The 'border-top' shorthand property sets the 'border-width', 'border-style' and 'border-color' for the top border.
border-top-011 Border-top set to border-width border-color border-style
  • The 'border-top' shorthand property sets the 'border-width', 'border-color' and 'border-style' for the top border.
border-top-012 Border-top set to border-style border-width border-color
  • The 'border-top' shorthand property sets the 'border-style', 'border-width' and 'border-color' for the top border.
border-top-013 Border-top set to border-style border-color border-width
  • The 'border-top' shorthand property sets the 'border-style', 'border-color' and 'border-width' for the top border.
border-top-014 Border-top set to border-color border-width border-style
  • The 'border-top' shorthand property sets the 'border-color', 'border-width' and 'border-style' for the top border.
border-top-015 Border-top set to border-color border-style border-width
  • The 'border-top' shorthand property sets the 'border-color', 'border-style' and 'border-width' for the top border.
border-top-016 Border-top set to inherit, inheriting a single value for a shorthand property
  • The 'border-top' shorthand property properly accepts 'inherit' as a value and uses its parent's border setting.
border-top-017 Border-top set to inherit, inheriting two values for a shorthand property
  • The 'border-top' shorthand property properly accepts 'inherit' as a value and uses its parent's border setting.
border-top-018 Border-top set to inherit, inheriting three values for a shorthand property
  • The 'border-top' shorthand property properly accepts 'inherit' as a value and uses its parent's border setting.
border-top-applies-to-001 Border-top applied to element with display table-row-group
  • The 'border-top' property applies to elements with a display of table-row-group.
border-top-applies-to-002 Border-top applied to element with display table-header-group
  • The 'border-top' property applies to elements with a display of table-header-group.
border-top-applies-to-003 Border-top applied to element with display table-footer-group
  • The 'border-top' property applies to elements with a display of table-footer-group.
border-top-applies-to-004 Border-top applied to element with display table-row
  • The 'border-top' property applies to elements with a display of table-row.
border-top-applies-to-005 Border-top applied to element with display table-column-group
  • The 'border-top' property applies to elements with a display of table-column-group.
border-top-applies-to-006 Border-top applied to element with display table-column
  • The 'border-top' property applies to elements with a display of table-column.
border-top-applies-to-007 Border-top applied to element with display table-cell
  • The 'border-top' property applies to elements with a display of table-cell.
border-top-applies-to-008 Border-top applied to element with display inline
  • The 'border-top' property applies to elements with a display of inline.
border-top-applies-to-009 Border-top applied to element with display block
  • The 'border-top' property applies to elements with a display of block.
border-top-applies-to-010 Border-top applied to element with display list-item
  • The 'border-top' property applies to elements with a display of list-item.
border-top-applies-to-011 Border-top applied to element with display run-in
  • The 'border-top' property applies to elements with a display of run-in.
border-top-applies-to-012 Border-top applied to element with display inline-block
  • The 'border-top' property applies to elements with a display of inline-block.
border-top-applies-to-013 Border-top applied to element with display table
  • The 'border-top' property applies to elements with a display of table.
border-top-applies-to-014 Border-top applied to element with display inline-table
  • The 'border-top' property applies to elements with a display of inline-table.
border-top-applies-to-015 Border-top applied to element with display table-caption
  • The 'border-top' property applies to elements with a display of table-caption.
+ 8.6 The box model for inline elements in bidirection context
bidi-001 The bidi algorithm and inlines in CSS
bidi-002 The bidi algorithm and inlines in CSS
bidi-003 The bidi algorithm and inlines in CSS
bidi-004 The bidi algorithm and inlines in CSS
bidi-005 The bidi algorithm and inlines in CSS: embed levels and white-space: pre;
bidi-006 The bidi algorithm and inlines in CSS: embed levels and white-space: nowrap;
bidi-007 The bidi algorithm and inlines in CSS: embed levels and float: left;
bidi-008 The bidi algorithm and inlines in CSS: embed levels and display: table;
bidi-009 The bidi algorithm and inlines in CSS: embed levels and display: table-row;
bidi-010 The bidi algorithm and inlines in CSS: embed levels and position: absolute
bidi-011 The bidi algorithm and inlines in CSS wrapping bidi formatting characters
bidi-box-model-001 bidirection box model - borders on inline in normal block
  • Border sides should be unaffected by directionality
bidi-box-model-002 bidirection box model - borders on inline in embed block
  • Border sides should be unaffected by directionality
bidi-box-model-003 bidirection box model - borders on inline in bidi-override block
  • Border sides should be unaffected by directionality
bidi-box-model-004 bidirection box model - borders on normal inline
  • Border sides should be unaffected by directionality
bidi-box-model-005 bidirection box model - borders on embed inline
  • Border sides should be unaffected by directionality
bidi-box-model-006 bidirection box model - borders on bidi-override inline
  • Border sides should be unaffected by directionality
bidi-box-model-007 bidirection box model - borders on normal block
  • Border sides should be unaffected by directionality
bidi-box-model-008 bidirection box model - borders on embed block
  • Border sides should be unaffected by directionality
bidi-box-model-009 bidirection box model - borders on bidi-override block
  • Border sides should be unaffected by directionality
bidi-box-model-010 bidirection box model - margin-left on bidi-override inline
  • Side margins should be unaffected by directionality
bidi-box-model-011 bidirection box model - margin-left on normal inline
  • Side margins should be unaffected by directionality
bidi-box-model-012 bidirection box model - margin-left on embed inline
  • Side margins should be unaffected by directionality
bidi-box-model-013 bidirection box model - margin-left on inline in bidi-override block
  • Side margins should be unaffected by directionality
bidi-box-model-014 bidirection box model - margin-left on inline in normal block
  • Side margins should be unaffected by directionality
bidi-box-model-015 bidirection box model - margin-left on inline in embed block
  • Side margins should be unaffected by directionality
bidi-box-model-016 bidirection box model - margin-left on bidi-override block
  • Side margins should be unaffected by directionality
bidi-box-model-017 bidirection box model - margin-left on normal block
  • Side margins should be unaffected by directionality
bidi-box-model-018 bidirection box model - margin-left on embed block
  • Side margins should be unaffected by directionality
bidi-box-model-019 bidirection box model - margin-right on bidi-override inline
  • Side margins should be unaffected by directionality
bidi-box-model-020 bidirection box model - margin-right on normal inline
  • Side margins should be unaffected by directionality
bidi-box-model-021 bidirection box model - margin-right on embed inline
  • Side margins should be unaffected by directionality
bidi-box-model-022 bidirection box model - margin-right on inline in bidi-override block
  • Side margins should be unaffected by directionality
bidi-box-model-023 bidirection box model - margin-right on inline in normal block
  • Side margins should be unaffected by directionality
bidi-box-model-024 bidirection box model - margin-right on inline in embed block
  • Side margins should be unaffected by directionality
bidi-box-model-025 bidirection box model - margin-right on bidi-override block
  • Side margins should be unaffected by directionality
bidi-box-model-026 bidirection box model - margin-right on normal block
  • Side margins should be unaffected by directionality
bidi-box-model-027 bidirection box model - margin-right on embed block
  • Side margins should be unaffected by directionality
bidi-box-model-028 bidirection box model - padding-left on bidi-override inline
  • Side padding should be unaffected by directionality
bidi-box-model-029 bidirection box model - padding-left on inline in normal block
  • Side padding should be unaffected by directionality
bidi-box-model-030 bidirection box model - padding-left on inline in embed block
  • Side padding should be unaffected by directionality
bidi-box-model-031 bidirection box model - padding-left on inline in bidi-override block
  • Side padding should be unaffected by directionality
bidi-box-model-032 bidirection box model - padding-left on normal inline
  • Side padding should be unaffected by directionality
bidi-box-model-033 bidirection box model - padding-left on embed inline
  • Side padding should be unaffected by directionality
bidi-box-model-034 bidirection box model - padding-left on bidi-override block
  • Side padding should be unaffected by directionality
bidi-box-model-035 bidirection box model - padding-left on normal block
  • Side padding should be unaffected by directionality
bidi-box-model-036 bidirection box model - padding-left on embed block
  • Side padding should be unaffected by directionality
bidi-box-model-037 bidirection box model - padding-right on bidi-override inline
  • Side padding should be unaffected by directionality
bidi-box-model-038 bidirection box model - padding-right on inline in normal block
  • Side padding should be unaffected by directionality
bidi-box-model-039 bidirection box model - padding-right on inline in embed block
  • Side padding should be unaffected by directionality
bidi-box-model-040 bidirection box model - padding-right on inline in bidi-override block
  • Side padding should be unaffected by directionality
bidi-box-model-041 bidirection box model - padding-right on normal inline
  • Side padding should be unaffected by directionality
bidi-box-model-042 bidirection box model - padding-right on embed inline
  • Side padding should be unaffected by directionality
bidi-box-model-043 bidirection box model - padding-right on bidi-override block
  • Side padding should be unaffected by directionality
bidi-box-model-044 bidirection box model - padding-right on normal block
  • Side padding should be unaffected by directionality
bidi-box-model-045 bidirection box model - padding-right on embed block
  • Side padding should be unaffected by directionality
bidi-unicode-bidi-004 direction and borders - normal
  • Borders should be unaffected by directionality
ltr-basic = Bidi box model test 1
ltr-borders-001 AhemBitmaps Borders drawn in visual order even when direction set to left-to-right
  • Borders are drawn in visual order depending on the direction of content.
ltr-ib = Bidi box model test 5
ltr-span-only = Bidi box model test 4
ltr-span-only-ib = Bidi box model test 8
rtl-basic = Bidi box model test 2
rtl-borders-001 Borders drawn in visual order even when direction set to right-to-left
  • Borders are drawn in visual order depending on the direction of content.
rtl-ib = Bidi box model test 6
rtl-linebreak = Bidi box model test 9
rtl-span-only = Bidi box model test 3
rtl-span-only-ib = Bidi box model test 7