-
Notifications
You must be signed in to change notification settings - Fork 756
Closed
Labels
Description
We have inconsistencies between specifications and between implementations.
It isn't clear if dominant-baseline was intentionally made inherited when it moved from SVG to CSS Inline 3, or if this change was accidental during transcription.
https://www.w3.org/TR/css-inline-3/#propdef-dominant-baseline
Inherited: yes
commit 107993abb5a370cb1fb7d343a2bb93c4d4cc3135 Author: fantasai <fantasai.cvs@inkedblade.net> Date: Wed Feb 11 07:01:56 2015 -0500 [css-inline] Draft vertical-align stuff imported from SVG.
https://www.w3.org/TR/SVG11/text.html#DominantBaselineProperty
Inherited: no
https://svgwg.org/svg2-draft/propidx.html
"This appendix is informative, not normative."
Name, Inh.
dominant-baseline, no
https://drafts.csswg.org/css-writing-modes-3/#baseline-alignment
talks about parent’s dominant baseline and child’s dominant baseline.
Blink: does inherit
https://codereview.chromium.org/1241163002 (2015) Update dominant-baseline property as inheritable property as per spec. http://dev.w3.org/csswg/css-inline/#dominant-baseline
Edge: does not inherit
Firefox: does not inherit
Safari: does not inherit