OLD | NEW |
1 <!doctype html> | 1 <!doctype html> |
2 <!-- | 2 <!-- |
3 Copyright 2013 The Polymer Authors. All rights reserved. | 3 Copyright 2013 The Polymer Authors. All rights reserved. |
4 Use of this source code is governed by a BSD-style | 4 Use of this source code is governed by a BSD-style |
5 license that can be found in the LICENSE file. | 5 license that can be found in the LICENSE file. |
6 --> | 6 --> |
7 <html> | 7 <html> |
8 <head> | 8 <head> |
9 | 9 |
10 <meta charset="utf-8"> | 10 <meta charset="utf-8"> |
(...skipping 135 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
146 | 146 |
147 This paragraph shows a style with the "isToggle" attribute. | 147 This paragraph shows a style with the "isToggle" attribute. |
148 The "paper-focusable" item with an "isToggle" toggles the active state on ea
ch tap. | 148 The "paper-focusable" item with an "isToggle" toggles the active state on ea
ch tap. |
149 | 149 |
150 </paper-focusable> | 150 </paper-focusable> |
151 | 151 |
152 </section> | 152 </section> |
153 | 153 |
154 </body> | 154 </body> |
155 </html> | 155 </html> |
OLD | NEW |