-
Notifications
You must be signed in to change notification settings - Fork 672
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[cssom] Serialization of custom identifiers #2858
Comments
It accepts |
Spec: https://drafts.csswg.org/css-grid/ These tests highlight the following 5 issues: Spec [cssom] [css-grid] Serialization of custom identifiers w3c/csswg-drafts#2858 Spec [css-grid] grid-line custom identifier auto? w3c/csswg-drafts#2856 Edge grid-area should reject non-integer numbers https://developer.microsoft.com/en-us/microsoft-edge/platform/issues/18112694/ Firefox grid-auto-columns/rows should accept multiple track-size values https://bugzilla.mozilla.org/show_bug.cgi?id=1339672 WebKit [CSS Grid Layout] Fix grid-{row, column, area} shorthand CSSOM serialization https://bugs.webkit.org/show_bug.cgi?id=149890 Note that some properties such as grid and grid-template are not yet tested.
Spec: https://drafts.csswg.org/css-grid/ These tests highlight the following 5 issues: Spec [cssom] [css-grid] Serialization of custom identifiers w3c/csswg-drafts#2858 Spec [css-grid] grid-line custom identifier auto? w3c/csswg-drafts#2856 Edge grid-area should reject non-integer numbers https://developer.microsoft.com/en-us/microsoft-edge/platform/issues/18112694/ Firefox grid-auto-columns/rows should accept multiple track-size values https://bugzilla.mozilla.org/show_bug.cgi?id=1339672 WebKit [CSS Grid Layout] Fix grid-{row, column, area} shorthand CSSOM serialization https://bugs.webkit.org/show_bug.cgi?id=149890 Note that some properties such as grid and grid-template are not yet tested.
Spec: https://drafts.csswg.org/css-grid/ These tests highlight the following 5 issues: Spec [cssom] [css-grid] Serialization of custom identifiers w3c/csswg-drafts#2858 Spec [css-grid] grid-line custom identifier auto? w3c/csswg-drafts#2856 Edge grid-area should reject non-integer numbers https://developer.microsoft.com/en-us/microsoft-edge/platform/issues/18112694/ Firefox grid-auto-columns/rows should accept multiple track-size values https://bugzilla.mozilla.org/show_bug.cgi?id=1339672 WebKit [CSS Grid Layout] Fix grid-{row, column, area} shorthand CSSOM serialization https://bugs.webkit.org/show_bug.cgi?id=149890 Note that some properties such as grid and grid-template are not yet tested.
…t are clearly invalid. w3c/csswg-drafts#2858 Differential Revision: https://phabricator.services.mozilla.com/D54417 bugzilla-url: https://bugzilla.mozilla.org/show_bug.cgi?id=1598932 gecko-commit: fec93f8968c976eb4c84f2bcd62df2a95e004a75 gecko-integration-branch: autoland gecko-reviewers: emilio
…on results that are clearly invalid. r=emilio w3c/csswg-drafts#2858 Differential Revision: https://phabricator.services.mozilla.com/D54417 --HG-- extra : moz-landing-system : lando
…t are clearly invalid. w3c/csswg-drafts#2858 Differential Revision: https://phabricator.services.mozilla.com/D54417 bugzilla-url: https://bugzilla.mozilla.org/show_bug.cgi?id=1598932 gecko-commit: fec93f8968c976eb4c84f2bcd62df2a95e004a75 gecko-integration-branch: autoland gecko-reviewers: emilio
…on results that are clearly invalid. r=emilio w3c/csswg-drafts#2858 Differential Revision: https://phabricator.services.mozilla.com/D54417
Untagging Values, as it has nothing to say about how to spell these types. The Syntax spec is quite clear here - Safari and Edge are just plain wrong on this issue - |
https://drafts.csswg.org/css-grid/#propdef-grid-template-areas
The following parsing tests show variation between browsers in how custom identifiers are serialized:
None of these serializations are accepted by any of the main browsers as a property value: none of the browsers round-trip. If we would like to round trip, we would need to serialize as
"\\31st"
.The text was updated successfully, but these errors were encountered: