Bug 248456

Summary: ::backdrop UA styles should be appended unconditionally
Product: WebKit Reporter: Tim Nguyen (:ntim) <ntim>
Component: CSSAssignee: Tim Nguyen (:ntim) <ntim>
Status: RESOLVED FIXED    
Severity: Normal CC: bfulgham, commit-queue, simon.fraser, webkit-bug-importer, zalan
Priority: P2 Keywords: InRadar
Version: WebKit Nightly Build   
Hardware: Unspecified   
OS: Unspecified   
Bug Depends on: 248640, 248669    
Bug Blocks:    

Description Tim Nguyen (:ntim) 2022-11-28 21:34:42 PST
The initial version of ::backdrop used to support all elements, as it was appended as sibling renderer, rather than as a child one. 

It was changed to being a child renderer for hit-testing purposes in bug 233072.

The fullscreen API needs to support backdrop on all kinds of elements, so we should figure out a way to do so.
Comment 1 Radar WebKit Bug Importer 2022-11-28 21:34:56 PST
<rdar://problem/102748281>
Comment 2 Tim Nguyen (:ntim) 2022-11-29 14:31:31 PST
Pull request: https://github.com/WebKit/WebKit/pull/6941
Comment 3 EWS 2022-11-30 13:28:16 PST
Committed 257194@main (c819410e7138): <https://commits.webkit.org/257194@main>

Reviewed commits have been landed. Closing PR #6941 and removing active labels.
Comment 4 WebKit Commit Bot 2022-12-01 16:44:22 PST
Re-opened since this is blocked by bug 248640
Comment 5 Yusuke Suzuki 2022-12-01 17:27:40 PST
Pull request: https://github.com/WebKit/WebKit/pull/7061
Comment 6 EWS 2022-12-01 17:30:56 PST
Committed 257263@main (4674572f2f9f): <https://commits.webkit.org/257263@main>

Reviewed commits have been landed. Closing PR #7061 and removing active labels.
Comment 7 Tim Nguyen (:ntim) 2022-12-01 18:54:15 PST
Reopening since this was reverted
Comment 8 Tim Nguyen (:ntim) 2022-12-01 19:00:12 PST
Pull request: https://github.com/WebKit/WebKit/pull/7064
Comment 9 EWS 2022-12-01 19:04:07 PST
Committed 257267@main (b61be6859ef6): <https://commits.webkit.org/257267@main>

Reviewed commits have been landed. Closing PR #7064 and removing active labels.
Comment 10 WebKit Commit Bot 2022-12-02 11:45:09 PST
Re-opened since this is blocked by bug 248669
Comment 11 Tim Nguyen (:ntim) 2022-12-02 12:30:55 PST
Pull request: https://github.com/WebKit/WebKit/pull/7084
Comment 12 EWS 2022-12-03 03:57:24 PST
Committed 257320@main (fdf33fd6aea9): <https://commits.webkit.org/257320@main>

Reviewed commits have been landed. Closing PR #7084 and removing active labels.