Bug 245523

Summary: [css-pseudo] ::first-letter and ::first-line should reject some properties
Product: WebKit Reporter: Antoine Quint <graouts>
Component: CSSAssignee: Nobody <webkit-unassigned>
Status: NEW    
Severity: Normal CC: webkit-bug-importer
Priority: P2 Keywords: InRadar
Version: Safari Technology Preview   
Hardware: Unspecified   
OS: Unspecified   
See Also: https://bugs.webkit.org/show_bug.cgi?id=23924
https://bugs.webkit.org/show_bug.cgi?id=268481

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.