346
edits
| Line 65: | Line 65: | ||
"inherits": "listbox", | "inherits": "listbox", | ||
<!-- 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 | "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 --> | ||
edits