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

Unified Diff: third_party/polymer/v1_0/components-chromium/iron-a11y-announcer/iron-a11y-announcer.html

Issue 2158913007: Roll Polymer from 1.5.0 -> 1.6.0 to pick up native CSS custom props (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: merge Created 4 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-chromium/iron-a11y-announcer/iron-a11y-announcer.html
diff --git a/third_party/polymer/v1_0/components-chromium/iron-a11y-announcer/iron-a11y-announcer.html b/third_party/polymer/v1_0/components-chromium/iron-a11y-announcer/iron-a11y-announcer.html
index 8e2c18a06b22d9ee0bc07ff8980f1d1420ba12e9..9a5b795c78e7fda5555ba0fb06c5b2f96ad1834d 100644
--- a/third_party/polymer/v1_0/components-chromium/iron-a11y-announcer/iron-a11y-announcer.html
+++ b/third_party/polymer/v1_0/components-chromium/iron-a11y-announcer/iron-a11y-announcer.html
@@ -43,15 +43,14 @@ Note: announcements are only audible if you have a screen reader enabled.
-->
</head><body><dom-module id="iron-a11y-announcer">
- <style>
- :host {
- display: inline-block;
- position: fixed;
- clip: rect(0px,0px,0px,0px);
- }
- </style>
-
<template>
+ <style>
+ :host {
+ display: inline-block;
+ position: fixed;
+ clip: rect(0px,0px,0px,0px);
+ }
+ </style>
<div aria-live$="[[mode]]">[[_text]]</div>
</template>

Powered by Google App Engine
This is Rietveld 408576698