[css-inline-3] Shift top | bottom | center values from alignment-baseline to baseline-shift · Issue #5180 · w3c/csswg-drafts (original) (raw)
Navigation Menu
- Explore
- Pricing
Provide feedback
Saved searches
Use saved searches to filter your results more quickly
Description
In trying to harmonize CSS and SVG, we made the SVG alignment-baseline
and baseline-shift
longhands of CSS’s vertical-align
property. Overall this seems to work pretty well, but I put the top
and bottom
(and the corresponding new center
value) under alignment-baseline
, but I'm wondering if maybe they're a better fit under baseline-shift
? They don't exactly specify a baseline, and at least in CSS2 they were mutually exclusive with a shift value.