Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(732)

Unified Diff: ui/accessibility/ax_enums.idl

Issue 2684543002: Finish implementation and tests of 5 ARIA 1.1 attributes. (Closed)
Patch Set: Update expectations Created 3 years, 10 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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,
« no previous file with comments | « content/test/data/accessibility/aria/aria-roledescription-expected-win.txt ('k') | ui/accessibility/ax_node_data.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698