Bug 251568
| Summary: | Add CSSCounterValue, CSSQuadValue, and CSSRectValue, and use CSSValuePair | ||
|---|---|---|---|
| Product: | WebKit | Reporter: | Darin Adler <darin> |
| Component: | CSS | Assignee: | Darin Adler <darin> |
| Status: | RESOLVED FIXED | ||
| Severity: | Normal | CC: | webkit-bug-importer |
| Priority: | P2 | Keywords: | InRadar |
| Version: | WebKit Nightly Build | ||
| Hardware: | All | ||
| OS: | All | ||
Darin Adler
In the future we will want to break CSSPrimitiveValue into specific classes for different types. One step in this direction is to do more to hide the underlying objects holding the values, which will likely eventually be held in the CSSValue itself. A good first step is to construct objects directly rather than first constructing a sub-object and passing that to the create function.
| Attachments | ||
|---|---|---|
| Add attachment proposed patch, testcase, etc. |
Radar WebKit Bug Importer
<rdar://problem/104946560>
Darin Adler
Pull request: https://github.com/WebKit/WebKit/pull/9686
EWS
Committed 260175@main (f5fc580b14bd): <https://commits.webkit.org/260175@main>
Reviewed commits have been landed. Closing PR #9686 and removing active labels.