346
edits
| Line 66: | Line 66: | ||
"nameOkFromContents": true, <!-- can the accessible name be computed from the content subtree (e.g. no for a container like a tree, usually yes for a focusable widget) --> | "nameOkFromContents": true, <!-- can the accessible name be computed from the content subtree (e.g. no for a container like a tree, usually yes for a focusable widget) --> | ||
" | "activeProperties": [ | ||
<!-- | <!-- AT should notify user of changes if the object has focus, --> | ||
<!-- or on an object controlled by the focus (aria-controls) or --> | |||
<!-- if the change occurs inside an ARIA live region (aria-live) --> | |||
[ "away", "boolean" ], | [ "away", "boolean" ], | ||
<!-- prop attribute name, data type --> | <!-- prop attribute name, data type --> | ||
[ "activity", "string", "What is this user doing?" ], | [ "activity", "string", "What is this user doing?" ], | ||
edits