[csswg-drafts] [css-inline] baseline-shift inconsistent regarding numbers (#3975)

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

== [css-inline]  baseline-shift inconsistent regarding numbers ==
[baseline-shift](https://drafts.csswg.org/css-inline-3/#baseline-shift-property) syntax is defined as `<length-percentage> | sub | super`, with initial value `0`. The initial value should round trip, so with this syntax it should be `0px`, and the optionally supported value `baseline` should also be described as computing to `0px`.

[SVG 1.1](https://www.w3.org/TR/SVG11/text.html#BaselineShiftProperty) (and Blink and WebKit) also accepts numbers (interpreted as [lengths](https://www.w3.org/TR/SVG11/types.html#DataTypeLength)). WebKit serializes these in specified and computed values with `px` units. Blink serializes these in specified values as numbers, and in computed values with `px` units. (Firefox does not support `baseline-shift` and EdgeHTML does not accept numbers.)

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

Received on Saturday, 25 May 2019 22:30:48 UTC