Serializing grid-template-areas <string>s normalizes white-space - this is not compliant with CSSOM |
|||
Issue descriptionChrome Version: 71.0.3573.0 OS: Linux What steps will reproduce the problem? (1) load http://w3c-test.org/css/css-grid/parsing/grid-template-areas-valid.html (2) (3) What is the expected result? That test is currently bogus, so the expected result is FAIL. What happens instead? PASS The CSS Grid spec says: https://drafts.csswg.org/css-grid/#grid-template-areas-property "Value: none | <string>+" "Computed value: the keyword none or a list of string values" The CSSOM spec says about serializing a <string>: https://drafts.csswg.org/cssom/#serializing-css-values "<string> The string _serialized as a string_." and white-space normalization is NOT allowed there: https://drafts.csswg.org/cssom/#serialize-a-string So the <string> values should be serialized with the white-space as specified.
,
Oct 22
,
Nov 8
Discussed in https://github.com/w3c/csswg-drafts/issues/3261#issuecomment-436828363 |
|||
►
Sign in to add a comment |
|||
Comment 1 by e...@chromium.org
, Oct 21Status: Available (was: Untriaged)