Bug 245523
| Summary: | [css-pseudo] ::first-letter and ::first-line should reject some properties | ||
|---|---|---|---|
| Product: | WebKit | Reporter: | Antoine Quint <graouts> |
| Component: | CSS | Assignee: | Ahmad Saleem <ahmad.saleem792> |
| 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
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 | ||
|---|---|---|
| Add attachment proposed patch, testcase, etc. |
Radar WebKit Bug Importer
<rdar://problem/100561733>
Ahmad Saleem
Pull request: https://github.com/WebKit/WebKit/pull/50544