WebKit Bugzilla
New
Browse
Log In
×
Sign in with GitHub
or
Remember my login
Create Account
·
Forgot Password
Forgotten password account recovery
RESOLVED DUPLICATE of
bug 226694
204506
[css-grid] Serialization of custom identifiers
https://bugs.webkit.org/show_bug.cgi?id=204506
Summary
[css-grid] Serialization of custom identifiers
Manuel Rego Casasnovas
Reported
2019-11-22 03:56:56 PST
Things like "\\31st" are not serialize like "\\31st" right now, this causes failures in
http://w3c-test.org/css/css-grid/parsing/grid-area-computed.html
(Blink and Firefox does this right). This was discussed at
https://github.com/w3c/csswg-drafts/issues/2858
Also grid-area: "--a" has similar problems, and
http://w3c-test.org/css/css-grid/parsing/grid-area-shorthand.html
also fails only in WebKit. Not sure if it's exactly the same issue or 2 separated ones.
Attachments
Add attachment
proposed patch, testcase, etc.
Carlos Alberto Lopez Perez
Comment 1
2020-03-30 11:53:43 PDT
(In reply to Manuel Rego Casasnovas from
comment #0
)
> Also grid-area: "--a" has similar problems, and >
http://w3c-test.org/css/css-grid/parsing/grid-area-shorthand.html
also fails > only in WebKit. >
I guess grid-area-shorthand also fails due to
bug 204611
Oriol Brufau
Comment 2
2020-05-25 17:18:28 PDT
This seems to affect all properties that accept custom idents (animation-name is a non-grid example). Relevant comment: // FIXME-NEWPARSER: Eventually we'd like this to use CSSCustomIdentValue, but we need // to do other plumbing work first (like changing Pair to CSSValuePair and make it not // use only primitive values). RefPtr<CSSPrimitiveValue> consumeCustomIdent(CSSParserTokenRange& range)
zsun
Comment 3
2021-06-09 04:27:09 PDT
This has been fixed at -
https://bugs.webkit.org/show_bug.cgi?id=226694
Oriol Brufau
Comment 4
2021-06-09 05:27:09 PDT
*** This bug has been marked as a duplicate of
bug 226694
***
Note
You need to
log in
before you can comment on or make changes to this bug.
Top of Page
Format For Printing
XML
Clone This Bug