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

Unified Diff: ui/accessibility/ax_enums.idl

Issue 2587343004: Finish implementation and tests of 5 ARIA 1.1 attributes. (Closed)
Patch Set: Rebase on previous change Created 4 years 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 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,
« no previous file with comments | « third_party/WebKit/Source/modules/accessibility/InspectorAccessibilityAgent.cpp ('k') | ui/accessibility/ax_node_data.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698