← back to v148 · remove-explicit-border-color-ua-stylesheet-rule-for-tables
conformance · v148
v148 · remove-explicit-border-color-ua-stylesheet-rule-for-tables — conformance probe
5 assertions drawn from the spec. Each is a single contract the spec text makes. Pass/fail reflects what this browser executed; blocked means the contract was not run because it needs user mediation, hardware, or another unavailable precondition. Open the page in Chrome stable / canary / Firefox / Safari to compare.
0
pass
0
fail
0
blocked
5
total
| id | contract | kind | verdict | detail |
|---|---|---|---|---|
table-element-exists |
HTMLTableElement is exposed; the change affects its UA stylesheet. | exists | … | |
border-color-property-supported |
border-color remains an author-settable CSS property. | css-supports | … | |
table-default-border-color-uses-current |
After UA rule removal, a table's effective border-color uses currentColor (i.e. inherits from color). spec ↗ | script | … | |
table-currentcolor-keyword-supported |
currentColor is parseable for border-color (the new UA default). | css-supports | … | |
table-border-attribute-still-works |
The border content attribute on <table> is still parsed and reflected. | script | … |