Re: [csswg-drafts] [fill-stroke] stroke-width and stroke-dasharray accept numbers

Blink and Safari also support numeric property values for `cx` `cy` `r` `rx` `ry` `x` `y`. All of the geometry properties and `baseline-shift` have exceeding low `<number>` usage as properties.

However,  `stroke-width` and `stroke-dasharray` each have approximately 1% `<number>` usage as properties:
https://developer.microsoft.com/en-us/microsoft-edge/platform/usage/css/stroke-dashoffset/
https://developer.microsoft.com/en-us/microsoft-edge/platform/usage/css/stroke-width/

The SVG WG is open to to accepting numeric values for the geometry properties (given that two engines have shipped support), but it was noted that they may become general CSS properties in future, hence the need to check these too with CSS WG.

-- 
GitHub Notification of comment by ewilligers
Please view or discuss this issue at https://github.com/w3c/csswg-drafts/issues/3057#issuecomment-416904067 using your GitHub account

Received on Wednesday, 29 August 2018 10:25:30 UTC