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

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

Issue 2436703003: DevTools: Flesh out AccessibilityModel and use SDK objects instead of protocol objects (Closed)
Patch Set: Update edit-aria-attributes to operate on SDK object Created 4 years, 2 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/Source/devtools/front_end/accessibility/AccessibilitySidebarView.js ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/WebKit/Source/devtools/front_end/accessibility/AccessibilityStrings.js
diff --git a/third_party/WebKit/Source/devtools/front_end/accessibility/AccessibilityStrings.js b/third_party/WebKit/Source/devtools/front_end/accessibility/AccessibilityStrings.js
index fb9b57023889d6847f472555338fd04a53edeea1..d86938bc78ab0dbceee1bc73f291f0e5e48d115c 100644
--- a/third_party/WebKit/Source/devtools/front_end/accessibility/AccessibilityStrings.js
+++ b/third_party/WebKit/Source/devtools/front_end/accessibility/AccessibilityStrings.js
@@ -220,6 +220,10 @@ WebInspector.AccessibilityStrings.AXNativeSourceTypes = {
name: "From caption",
description: "Value from table caption."
},
+ "title": {
+ "name": "From title",
+ "description": "Value from title attribute."
+ },
"other": {
name: "From native HTML",
description: "Value from native HTML (unknown source)."
« no previous file with comments | « third_party/WebKit/Source/devtools/front_end/accessibility/AccessibilitySidebarView.js ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698