NEW 245523
[css-pseudo] ::first-letter and ::first-line should reject some properties
https://bugs.webkit.org/show_bug.cgi?id=245523
Summary [css-pseudo] ::first-letter and ::first-line should reject some properties
Antoine Quint
Reported 2022-09-22 07:23:40 PDT
Currently we do not reject properties for ::first-letter and ::first-line like we do with ::marker or ::cue using an allow-list (see PropertyAllowList.cpp). We should do this so that we correctly reject certain properties, such as transform, at parse-time.
Attachments
Radar WebKit Bug Importer
Comment 1 2022-09-29 07:24:16 PDT
Note You need to log in before you can comment on or make changes to this bug.