| Index: ui/accessibility/ax_enums.idl
|
| diff --git a/ui/accessibility/ax_enums.idl b/ui/accessibility/ax_enums.idl
|
| index 6984a170549fef42e329eb973999913c8ba0ba55..77cca65e4b9b263ec3544e2c5c79caa255aa82c5 100644
|
| --- a/ui/accessibility/ax_enums.idl
|
| +++ b/ui/accessibility/ax_enums.idl
|
| @@ -332,6 +332,7 @@
|
| font_family,
|
| html_tag,
|
| image_data_url,
|
| + key_shortcuts,
|
| // Only present when different from parent.
|
| language,
|
| name,
|
| @@ -339,6 +340,7 @@
|
| live_status,
|
| placeholder,
|
| role,
|
| + role_description,
|
| shortcut,
|
| url,
|
| value
|
| @@ -391,6 +393,7 @@
|
|
|
| // Relationships between this element and other elements.
|
| activedescendant_id,
|
| + errormessage_id,
|
| member_of_id,
|
| next_on_line_id,
|
| previous_on_line_id,
|
| @@ -448,6 +451,9 @@
|
| live_atomic,
|
| live_busy,
|
|
|
| + // If a dialog box is marked as explicitly modal
|
| + modal,
|
| +
|
| // ARIA readonly flag.
|
| aria_readonly,
|
|
|
| @@ -472,6 +478,7 @@
|
| // Relationships between this element and other elements.
|
| controls_ids,
|
| describedby_ids,
|
| + details_ids,
|
| flowto_ids,
|
| labelledby_ids,
|
|
|
|
|