Bug 231531
Summary: | Take in account ancestor documents when flushing autofocus candidates | ||
---|---|---|---|
Product: | WebKit | Reporter: | Tim Nguyen (:ntim) <ntim> |
Component: | DOM | Assignee: | Nobody <webkit-unassigned> |
Status: | NEW | ||
Severity: | Normal | CC: | webkit-bug-importer |
Priority: | P2 | Keywords: | InRadar |
Version: | WebKit Nightly Build | ||
Hardware: | Unspecified | ||
OS: | Unspecified | ||
Bug Depends on: | 203139 | ||
Bug Blocks: |
Tim Nguyen (:ntim)
See FIXME in: Document::flushAutofocusCandidates()
From the spec (https://html.spec.whatwg.org/multipage/interaction.html#flush-autofocus-candidates):
> Let inclusiveAncestorDocuments be a list consisting of doc, plus the active documents of each of doc's browsing context's ancestor browsing contexts.
> If any Document in inclusiveAncestorDocuments has non-null target element, then continue.
Attachments | ||
---|---|---|
Add attachment proposed patch, testcase, etc. |
Radar WebKit Bug Importer
<rdar://problem/84386215>