| OLD | NEW |
| 1 WebInspector.ARIAMetadata._config = { | 1 Accessibility.ARIAMetadata._config = { |
| 2 'attributes': { | 2 'attributes': { |
| 3 'aria-activedescendant': {'type': 'IDREF'}, | 3 'aria-activedescendant': {'type': 'IDREF'}, |
| 4 'aria-atomic': {'default': 'false', 'type': 'boolean'}, | 4 'aria-atomic': {'default': 'false', 'type': 'boolean'}, |
| 5 'aria-autocomplete': {'default': 'none', 'enum': ['inline', 'list', 'both',
'none'], 'type': 'token'}, | 5 'aria-autocomplete': {'default': 'none', 'enum': ['inline', 'list', 'both',
'none'], 'type': 'token'}, |
| 6 'aria-busy': {'default': 'false', 'type': 'boolean'}, | 6 'aria-busy': {'default': 'false', 'type': 'boolean'}, |
| 7 'aria-checked': {'default': 'undefined', 'enum': ['true', 'false', 'mixed',
'undefined'], 'type': 'token'}, | 7 'aria-checked': {'default': 'undefined', 'enum': ['true', 'false', 'mixed',
'undefined'], 'type': 'token'}, |
| 8 'aria-controls': {'type': 'IDREF_list'}, | 8 'aria-controls': {'type': 'IDREF_list'}, |
| 9 'aria-describedby': {'type': 'IDREF_list'}, | 9 'aria-describedby': {'type': 'IDREF_list'}, |
| 10 'aria-disabled': {'default': 'false', 'type': 'boolean'}, | 10 'aria-disabled': {'default': 'false', 'type': 'boolean'}, |
| 11 'aria-dropeffect': | 11 'aria-dropeffect': |
| (...skipping 232 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 244 {'nameFrom': ['contents', 'author'], 'scope': ['group', 'tree'], 'superc
lasses': ['listitem', 'option']}, | 244 {'nameFrom': ['contents', 'author'], 'scope': ['group', 'tree'], 'superc
lasses': ['listitem', 'option']}, |
| 245 'widget': {'abstract': true, 'superclasses': ['roletype']}, | 245 'widget': {'abstract': true, 'superclasses': ['roletype']}, |
| 246 'window': { | 246 'window': { |
| 247 'abstract': true, | 247 'abstract': true, |
| 248 'nameFrom': ['author'], | 248 'nameFrom': ['author'], |
| 249 'superclasses': ['roletype'], | 249 'superclasses': ['roletype'], |
| 250 'supportedAttributes': ['aria-expanded'] | 250 'supportedAttributes': ['aria-expanded'] |
| 251 } | 251 } |
| 252 } | 252 } |
| 253 }; | 253 }; |
| OLD | NEW |