| Index: third_party/polymer/components/iron-selector/iron-selector.html
|
| diff --git a/third_party/polymer/components/iron-selector/iron-selector.html b/third_party/polymer/components/iron-selector/iron-selector.html
|
| index bcf12093b21b44ab584532a131aba5ccefcca8ca..0ecc9fbcd19f2b8d867745647d932bbdb697cc2d 100644
|
| --- a/third_party/polymer/components/iron-selector/iron-selector.html
|
| +++ b/third_party/polymer/components/iron-selector/iron-selector.html
|
| @@ -38,7 +38,8 @@ subject to an additional IP rights grant found at http://polymer.github.io/PATEN
|
| <div name="zot">Zot</div>
|
| </iron-selector>
|
|
|
| - If no matching element is found using `attForSelected`, use `fallbackSelection` as fallback.
|
| + You can specify a default fallback with `fallbackSelection` in case the `selected` attribute does
|
| + not match the `attrForSelected` attribute of any elements.
|
|
|
| Example:
|
|
|
|
|