Bug 280637
Summary: | Implement CSS :open pseudo-class | ||
---|---|---|---|
Product: | WebKit | Reporter: | Luke Warlow <lwarlow> |
Component: | CSS | Assignee: | Nobody <webkit-unassigned> |
Status: | NEW | ||
Severity: | Normal | CC: | annevk, koivisto, ntim, ryan, webkit-bug-importer |
Priority: | P2 | Keywords: | InRadar |
Version: | Safari Technology Preview | ||
Hardware: | Unspecified | ||
OS: | Unspecified | ||
Bug Depends on: | 284398, 284399, 284400 | ||
Bug Blocks: |
Luke Warlow
See CSS spec at https://drafts.csswg.org/selectors-4/#open-state
For HTML see PR: https://github.com/whatwg/html/pull/10126
Attachments | ||
---|---|---|
Add attachment proposed patch, testcase, etc. |
Radar WebKit Bug Importer
<rdar://problem/137452336>
Luke Warlow
Implementing this for details and dialog is relatively trivial. Implementing it for select and input pickers is quite a bit more difficult (especially for iOS).