Bug 224816
| Summary: | Replace some manual checks with isCSSWideKeyword | ||
|---|---|---|---|
| Product: | WebKit | Reporter: | Tim Nguyen (:ntim) <ntim> |
| Component: | CSS | Assignee: | Nobody <webkit-unassigned> |
| Status: | NEW | ||
| Severity: | Normal | CC: | webkit-bug-importer |
| Priority: | P2 | Keywords: | InRadar |
| Version: | WebKit Nightly Build | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
| Bug Depends on: | 232750, 232830, 232868, 233035 | ||
| Bug Blocks: | |||
Tim Nguyen (:ntim)
There are various manual checks being done across the codebase, that are essentially `isCSSWideKeyword`.
`isCSSWideKeyword` should be used instead so those manual checks aren't duplicate code, and don't fall out of date in case a new keyword is introduced.
| Attachments | ||
|---|---|---|
| Add attachment proposed patch, testcase, etc. |
Radar WebKit Bug Importer
<rdar://problem/76900720>
Tim Nguyen (:ntim)
Hmm, this would require moving `isCSSWideKeyword` to a header file that's convenient to include.
Tim Nguyen (:ntim)
See https://webkit-search.igalia.com/webkit/search?q=CSSValueInitial&path=&case=false®exp=false