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

Unified Diff: chrome/browser/resources/md_bookmarks/list.html

Issue 2955563002: MD Bookmarks: Initial screenreader accessibility improvements (Closed)
Patch Set: Hide the undo button when toast is closed Created 3 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: chrome/browser/resources/md_bookmarks/list.html
diff --git a/chrome/browser/resources/md_bookmarks/list.html b/chrome/browser/resources/md_bookmarks/list.html
index 00c8ceaf67452bd3ccb2fc9d4e40cf42d39f8198..572855094295f20e6d6154c73fa852ab8e4a55e3 100644
--- a/chrome/browser/resources/md_bookmarks/list.html
+++ b/chrome/browser/resources/md_bookmarks/list.html
@@ -37,7 +37,7 @@
}
</style>
<iron-list items="[[displayedList_]]" id="bookmarksCard"
- hidden$="[[isEmptyList_(displayedList_.length)]]">
+ hidden$="[[isEmptyList_(displayedList_.length)]]" role="list">
<template>
<bookmarks-item item-id="[[item.id]]" draggable="true"
tabindex$="[[tabIndex]]" iron-list-tab-index="[[tabIndex]]">

Powered by Google App Engine
This is Rietveld 408576698