Re: [csswg-drafts] [css-grid] How to serialize the strings in grid-template-areas?

Current browsers give the same string value for the specified value that they give for the computed value.

Test page: https://jsfiddle.net/ericwilligers/pw9bkh62/

| Supplied | Firefox specified/computed | Blink/Edge/Safari specified/computed |
|--|--|--|
| '"  a  \t  b  "' | '"  a  \\9   b  "' | '"a b"' |
| '"c\td"' | '"c\\9 d"' | '"c d"' |
| '"first ..."' | '"first ..."' | '"first ."' | 



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

Received on Sunday, 4 November 2018 19:32:44 UTC