Open
Bug 1944935
Opened 10 days ago
Updated 10 days ago
Ignore aria-hidden if focus goes inside it
Categories
(Firefox :: Disability Access, enhancement)
Firefox
Disability Access
Tracking
()
NEW
People
(Reporter: aaronlev, Unassigned)
References
(Blocks 1 open bug, )
Details
Request to support standard repairs that ignore aria-hidden markup when it is misused as follows:
- Is on the <body> or <html>/documentElement of a page. See https://github.com/w3c/aria/pull/1880
- Focus is inside of it for more than 1 "tick" of the renderer cycle. See https://github.com/w3c/aria/pull/2181
The GitHub issues respond to user agent directives in the ARIA spec. #1 above has been merged, and #2 is under review (when this was filed).
Comment 1•10 days ago
|
||
(In reply to Aaron Leventhal from comment #0)
- Is on the <body> or <html>/documentElement of a page. See https://github.com/w3c/aria/pull/1880
This is covered by bug 1880578. Morphing this bug to just cover the second.
Blocks: aria-hidden
See Also: → 1880578
Summary: Support aria-hidden repairs → Ignore aria-hidden if focus goes inside it
You need to log in
before you can comment on or make changes to this bug.
Description
•