Re: [csswg-drafts] [css-grid] computed grid-row-start with default span integer (#3448)

http://jsfiddle.net/ericwilligers/nawfLdp8/

When we read the specified value, all browsers give `"span i"` and `"span i / auto"`

When we call getComputedStyle(), Blink and WebKit give `"span 1 i"` and `"span 1 i / auto"`, while Edge and Firefox omit the `1`.


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

Received on Monday, 17 December 2018 22:56:16 UTC