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

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: Fixed test expectations. 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
« no previous file with comments | « third_party/WebKit/public/web/WebAXObject.h ('k') | ui/accessibility/ax_node_data.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/accessibility/ax_enums.idl
diff --git a/ui/accessibility/ax_enums.idl b/ui/accessibility/ax_enums.idl
index bad6a7a58c32d8a308e7e666055a6cea4d1b969f..be08a8a36d91f5dad1a0157f2d97d834d9781934 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,
« no previous file with comments | « third_party/WebKit/public/web/WebAXObject.h ('k') | ui/accessibility/ax_node_data.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698