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

Unified Diff: Source/devtools/front_end/accessibility/AccessibilityStrings.js

Issue 1212443002: Updated styles based on user testing and UX feedback. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Created 5 years, 6 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: Source/devtools/front_end/accessibility/AccessibilityStrings.js
diff --git a/Source/devtools/front_end/accessibility/AccessibilityStrings.js b/Source/devtools/front_end/accessibility/AccessibilityStrings.js
index b61bb816cd762289093cae499a456aa7520f3adb..48e50703ac00d76adb56a30a77c78592880d0a20 100644
--- a/Source/devtools/front_end/accessibility/AccessibilityStrings.js
+++ b/Source/devtools/front_end/accessibility/AccessibilityStrings.js
@@ -159,5 +159,10 @@ WebInspector.AccessibilityStrings.AXAttributes = {
name: "Value",
description: "The value of this element; this may be user-provided or developer-provided, depending on the element.",
group: "Default"
+ },
+ "help": {
+ name: "Help",
+ descrption: "The computed help text for this element.",
+ group: "Default"
}
};

Powered by Google App Engine
This is Rietveld 408576698