- From: <bugzilla@jessica.w3.org>
- Date: Mon, 21 Oct 2013 17:34:03 +0000
- To: public-html-admin@w3.org
https://www.w3.org/Bugs/Public/show_bug.cgi?id=23585
Bug ID: 23585
Summary: FKA: when document.activeElement is hidden, it retains
its status as document.activeElement, and therefore
intercepts keyboard events as the event target
Product: HTML WG
Version: unspecified
Hardware: All
OS: All
Status: NEW
Severity: normal
Priority: P2
Component: HTML5 spec
Assignee: dave.null@w3.org
Reporter: jcraig@apple.com
QA Contact: public-html-bugzilla@w3.org
CC: mike@w3.org, public-html-admin@w3.org,
public-html-wg-issue-tracking@w3.org
Created attachment 1410
--> https://www.w3.org/Bugs/Public/attachment.cgi?id=1410&action=edit
test case demonstrating bug (tested in WebKit)
Full Keyboard Access (FKA): when document.activeElement is hidden, it retains
its status as document.activeElement, and therefore intercepts keyboard events
as the event target.
Load attached test case and follow the instructions. It doesn't make sense that
a hidden, unfocusable, unrendered element would be retained as
document.activeElement, and therefore be an acceptable event target. This is
either a spec bug or a browser bug.
--
You are receiving this mail because:
You are on the CC list for the bug.
Received on Monday, 21 October 2013 17:34:05 UTC