- From: Joseph Scheuhammer <clown@alum.mit.edu>
- Date: Thu, 11 Jun 2015 11:08:58 -0400
- To: Shane McCarron <shane@aptest.com>, W3C WAI Protocols & Formats <public-pfwg@w3.org>
On 2015-06-11 10:54 AM, Shane McCarron wrote:
> I know I could dig in and figure this out, but... is aria-busy legal
> on <html>?
Technically, yes, since aria-busy is one of the globals. It can be used
on any element.
But, <html> is not exposed in the accessibility tree [1]. Thus, any
aria-busy associated with it would be lost.
If it's relevant: The root of the accessibility tree for HTML is based
on the <body> or a <frameset> [2].
[1] http://rawgit.com/w3c/aria/master/html-aam/html-aam.html#el-html
[2]
http://rawgit.com/w3c/aria/master/html-aam/html-aam.html#dfn-root-wai-aria-node
--
;;;;joseph.
'Array(16).join("wat" - 1) + " Batman!"'
- G. Bernhardt -
Received on Thursday, 11 June 2015 15:09:35 UTC