Accessibility/JSON ARIA: Difference between revisions

Jump to navigation Jump to search
Line 71: Line 71:
       <!-- or on an object controlled by the focus (aria-controls) or -->  
       <!-- or on an object controlled by the focus (aria-controls) or -->  
       <!-- if the change occurs inside an ARIA live region (aria-live) -->
       <!-- if the change occurs inside an ARIA live region (aria-live) -->
      <!-- prop attribute name, data type, optional l10n string -->
       [ "away", "boolean" ],
       [ "away", "boolean" ],
      <!-- prop attribute name, data type -->
       [ "activity", "string", "What is this user doing?" ],
       [ "activity", "string", "What is this user doing?" ],
     ],
     ],
      
      
     "passiveProperties": [    <!--  AT should not notify user of changes, but should still present them if the containing object receives focus -->
     "passiveProperties": [    <!--  AT should not notify user of changes, but should still present them if the containing object receives focus -->
       <!-- prop attribute name, data type -->
       <!-- prop attribute name, data type, optional l10n string -->
       [ "idle",    "string" ],      <!-- readable string -->
       [ "idle",    "string" ],      <!-- readable string -->
       [ "where",  [ "pc", "mobile", "blackberry"] ],    <!-- 3 legal programmatic tokens -->
       [ "where",  [ "pc", "mobile", "blackberry"] ],    <!-- 3 legal programmatic tokens -->
346

edits

Navigation menu