Accessibility/JSON ARIA: Difference between revisions

Jump to navigation Jump to search
Line 65: Line 65:
     "inherits": "listbox",
     "inherits": "listbox",
      
      
     "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) -->
     <!-- 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,
          
          
     "activeProperties": [
     "activeProperties": [
Line 76: Line 79:
     ],
     ],
      
      
     "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 these properties when the object receives with them focus -->
       <!-- prop attribute name, data type, optional l10n string -->
       <!-- prop attribute name, data type, optional l10n string -->
       [ "idle",    "string" ],      <!-- readable string -->
       [ "idle",    "string" ],      <!-- readable string -->
346

edits

Navigation menu