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

Unified Diff: ui/accessibility/ax_enums.idl

Issue 2833843005: Handling of different types of empty alt (Closed)
Patch Set: Temporary test fix until we figure out why returning null for name does not work Created 3 years, 8 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 cae796e44c94a79dd7e20ff02f38d9869c5fd057..6fed766e6cc968f7eb01f8e6ca78d62e45b2aee8 100644
--- a/ui/accessibility/ax_enums.idl
+++ b/ui/accessibility/ax_enums.idl
@@ -607,6 +607,7 @@
enum AXNameFrom {
uninitialized,
attribute,
+ explicitly_empty_attribute,
contents,
placeholder,
related_element,

Powered by Google App Engine
This is Rietveld 408576698