[csswg-drafts] [css-inline] Should dominant-baseline inherit?

ewilligers has just created a new issue for https://github.com/w3c/csswg-drafts:

== [css-inline] Should dominant-baseline inherit? ==
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


Please view or discuss this issue at https://github.com/w3c/csswg-drafts/issues/2926 using your GitHub account

Received on Sunday, 15 July 2018 23:53:18 UTC