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

Unified Diff: third_party/WebKit/Source/modules/accessibility/AXLayoutObject.cpp

Issue 2306383005: Made date input field read "mm", "dd", "yyyy", or equivalents in other languages, instead of "blank… (Closed)
Patch Set: Made date input field read "mm", "dd", "yyyy", or equivalents in other languages, instead of "blank… Created 4 years, 3 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: third_party/WebKit/Source/modules/accessibility/AXLayoutObject.cpp
diff --git a/third_party/WebKit/Source/modules/accessibility/AXLayoutObject.cpp b/third_party/WebKit/Source/modules/accessibility/AXLayoutObject.cpp
index 9e4dc358c27eb171a3f3046d40b127b1ff95218b..932de830a26f03a0757a933e6f91c8340074862a 100644
--- a/third_party/WebKit/Source/modules/accessibility/AXLayoutObject.cpp
+++ b/third_party/WebKit/Source/modules/accessibility/AXLayoutObject.cpp
@@ -1328,7 +1328,7 @@ bool AXLayoutObject::ariaRoleHasPresentationalChildren() const
case ImageRole:
case ProgressIndicatorRole:
case SpinButtonRole:
- // case SeparatorRole:
David Tseng 2016/09/06 22:39:53 Is this an unrelated change?
+ case SplitterRole:
return true;
default:
return false;

Powered by Google App Engine
This is Rietveld 408576698