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

Unified Diff: third_party/polymer/v1_0/components/iron-collapse/iron-collapse.html

Issue 1221923003: Update bower.json for Polymer elements and add PRESUBMIT.py (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: rebase Created 5 years, 5 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/polymer/v1_0/components/iron-collapse/iron-collapse.html
diff --git a/third_party/polymer/v1_0/components/iron-collapse/iron-collapse.html b/third_party/polymer/v1_0/components/iron-collapse/iron-collapse.html
index 3821c286e117cfb59da48165ba69283c88270cce..b8f72fd77b4d42cb6a35d9e3317a59ee4a6aa080 100644
--- a/third_party/polymer/v1_0/components/iron-collapse/iron-collapse.html
+++ b/third_party/polymer/v1_0/components/iron-collapse/iron-collapse.html
@@ -111,8 +111,7 @@ and instead put a div inside and style that.
hostAttributes: {
role: 'group',
- 'aria-expanded': 'false',
- tabindex: 0
+ 'aria-expanded': 'false'
},
listeners: {

Powered by Google App Engine
This is Rietveld 408576698