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

Unified Diff: ui/accessibility/ax_enums.idl

Issue 1768753003: Implemented the reporting of text style and language information on Windows. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Added unit and dmp tree tests. Addressed all reviewer's comments. Created 4 years, 9 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 4583da78f53c1801c6a3a790de1ad0d577314c06..c165af32a713864bfc56d1553fabf8a6a23c6140 100644
--- a/ui/accessibility/ax_enums.idl
+++ b/ui/accessibility/ax_enums.idl
@@ -236,14 +236,18 @@
[cpp_enum_prefix_override="ax_attr"] enum AXStringAttribute {
access_key,
action,
+ // Only used when invalid_state == invalid_state_other.
+ aria_invalid_value,
auto_complete,
container_live_relevant,
container_live_status,
description,
display,
+ // Only present when different from parent.
+ font_family,
html_tag,
- // Only used when invalid_state == invalid_state_other.
- aria_invalid_value,
+ // Only present when different from parent.
+ language,
name,
live_relevant,
live_status,

Powered by Google App Engine
This is Rietveld 408576698