Bug 232233 - HTMLOptionElement should not call invalidateStyleForSubtree()
Summary: HTMLOptionElement should not call invalidateStyleForSubtree()
Status: RESOLVED DUPLICATE of bug 234636
Alias: None
Product: WebKit
Classification: Unclassified
Component: CSS (show other bugs)
Version: WebKit Nightly Build
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Nobody
URL:
Keywords: InRadar
Depends on:
Blocks:
 
Reported: 2021-10-25 04:52 PDT by Tim Nguyen (:ntim)
Modified: 2023-09-04 21:31 PDT (History)
2 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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 ***