Accessibility/JSON ARIA: Difference between revisions

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) -->
   
       
     "liveProperties" [   <!-- AT should notify user of changes if it is in a live region or has focus -->
     "activeProperties": [
       <!-- prop attribute name, data type -->
      <!-- 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" ],
    ]
   
    "activeProperties": [  <!-- AT should notify user of changes if the object has focus-->
       <!-- prop attribute name, data type -->
       <!-- prop attribute name, data type -->
       [ "activity", "string", "What is this user doing?" ],
       [ "activity", "string", "What is this user doing?" ],
346

edits