← back to v151 · css-ruby-overhang-property

conformance · v151

v151 · css-ruby-overhang-property — conformance probe

6 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.

browser: spec: https://drafts.csswg.org/css-ruby/#ruby-overhang chromestatus: #6560118298771456 generated 2026-06-06T05:21:03Z by codex-ruby-overhang-alias-repair
0
pass
0
fail
0
blocked
6
total
id contract kind verdict detail
ruby-overhang-auto-supported CSS.supports recognises the ruby-overhang property with its initial 'auto' value. spec ↗ css-supports
ruby-overhang-spaces-supported ruby-overhang accepts the 'spaces' keyword — annotations must not overlap adjacent boxes except over adjacent spaces. spec ↗ css-supports
ruby-overhang-none-aliases-spaces Per CSSWG, 'none' is a legacy alias of 'spaces'; the parser accepts both and identical samples use the same layout width. spec ↗ script
ruby-overhang-rejects-bogus An unrelated keyword like 'bananas' must not be reported as supported. spec ↗ script
ruby-overhang-roundtrips-through-cssom Setting rubyOverhang via CSSOM and reading getComputedStyle returns one of the keyword values. spec ↗ script
ruby-overhang-is-inherited The spec marks ruby-overhang as inherited. Setting it on a parent should propagate the computed value to a nested ruby annotation container. spec ↗ script