| Index: ui/accessibility/ax_enums.idl
|
| diff --git a/ui/accessibility/ax_enums.idl b/ui/accessibility/ax_enums.idl
|
| index 421225b9518c7577ce3d70d0fa27a968e8ca6feb..2016c2419ef1d90afc6b4fe1862df727a23e50f0 100644
|
| --- a/ui/accessibility/ax_enums.idl
|
| +++ b/ui/accessibility/ax_enums.idl
|
| @@ -335,6 +335,7 @@
|
| font_family,
|
| html_tag,
|
| image_data_url,
|
| + key_shortcuts,
|
| // Only present when different from parent.
|
| language,
|
| name,
|
| @@ -342,6 +343,7 @@
|
| live_status,
|
| placeholder,
|
| role,
|
| + role_description,
|
| shortcut,
|
| url,
|
| value
|
| @@ -400,6 +402,7 @@
|
|
|
| // Relationships between this element and other elements.
|
| activedescendant_id,
|
| + errormessage_id,
|
| member_of_id,
|
| next_on_line_id,
|
| previous_on_line_id,
|
| @@ -457,6 +460,9 @@
|
| live_atomic,
|
| live_busy,
|
|
|
| + // If a dialog box is marked as explicitly modal
|
| + modal,
|
| +
|
| // ARIA readonly flag.
|
| aria_readonly,
|
|
|
| @@ -481,6 +487,7 @@
|
| // Relationships between this element and other elements.
|
| controls_ids,
|
| describedby_ids,
|
| + details_ids,
|
| flowto_ids,
|
| labelledby_ids,
|
|
|
|
|