Bug 316214
| Summary: | Compute the scroll-state value of container-type | ||
|---|---|---|---|
| Product: | WebKit | Reporter: | klee |
| Component: | CSS | Assignee: | Nobody <webkit-unassigned> |
| Status: | RESOLVED FIXED | ||
| Severity: | Normal | CC: | koivisto, webkit-bug-importer |
| Priority: | P2 | Keywords: | InRadar |
| Version: | WebKit Nightly Build | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
klee
Parsing of `container-type: scroll-state` (and `size scroll-state` /`inline-size scroll-state`) already landed, but the value is dropped at computed-value time and serializes back as `normal`.
Represent scroll-state in the computed container-type value so that getComputedStyle round-trips it. This is value representation only; the element does not yet act as a scroll-state query container (follow-up).
Test: imported WPT container-type-scroll-state-computed.html.
| Attachments | ||
|---|---|---|
| Add attachment proposed patch, testcase, etc. |
klee
Pull request: https://github.com/WebKit/WebKit/pull/66385
EWS
Committed 314551@main (3866f2f70936): <https://commits.webkit.org/314551@main>
Reviewed commits have been landed. Closing PR #66385 and removing active labels.
Radar WebKit Bug Importer
<rdar://problem/178740634>