Bug 232233

Summary: HTMLOptionElement should not call invalidateStyleForSubtree()
Product: WebKit Reporter: Tim Nguyen (:ntim) <ntim>
Component: CSSAssignee: Nobody <webkit-unassigned>
Status: RESOLVED DUPLICATE    
Severity: Normal CC: karlcow, webkit-bug-importer
Priority: P2 Keywords: InRadar
Version: WebKit Nightly Build   
Hardware: Unspecified   
OS: Unspecified   
See Also: https://bugs.webkit.org/show_bug.cgi?id=232230
https://bugs.webkit.org/show_bug.cgi?id=8351

Description Tim Nguyen (:ntim) 2021-10-25 04:52:17 PDT
<option> don't have a subtree... it should be invalidateStyleInternal()

Though I doubt this is needed, this was added to set invalidate the `:checked` pseudo element state, which is done using other mechanisms nowadays (I think the CSSJIT stuff does this?).
Comment 1 Radar WebKit Bug Importer 2021-11-01 04:53:17 PDT
<rdar://problem/84877555>
Comment 3 Tim Nguyen (:ntim) 2023-09-04 21:31:03 PDT

*** This bug has been marked as a duplicate of bug 234636 ***