| OLD | NEW |
| 1 | 1 |
| 2 <!--- | 2 <!--- |
| 3 | 3 |
| 4 This README is automatically generated from the comments in these files: | 4 This README is automatically generated from the comments in these files: |
| 5 paper-menu.html paper-submenu.html | 5 paper-menu.html paper-submenu.html |
| 6 | 6 |
| 7 Edit those files, and our readme bot will duplicate them over here! | 7 Edit those files, and our readme bot will duplicate them over here! |
| 8 Edit this file, and the bot will squash your changes :) | 8 Edit this file, and the bot will squash your changes :) |
| 9 | 9 |
| 10 The bot does some handling of markdown. Please file a bug if it does the wrong | 10 The bot does some handling of markdown. Please file a bug if it does the wrong |
| 11 thing! https://github.com/PolymerLabs/tedium/issues | 11 thing! https://github.com/PolymerLabs/tedium/issues |
| 12 | 12 |
| 13 --> | 13 --> |
| 14 | 14 |
| 15 [](https://travis-ci.org/PolymerElements/paper-menu) | 15 [](https://travis-ci.org/PolymerElements/paper-menu) |
| 16 | 16 |
| 17 _[Demo and API Docs](https://elements.polymer-project.org/elements/paper-menu)_ | 17 _[Demo and API docs](https://elements.polymer-project.org/elements/paper-menu)_ |
| 18 | 18 |
| 19 | 19 |
| 20 ##<paper-menu> | 20 ##<paper-menu> |
| 21 | 21 |
| 22 Material design: [Menus](https://www.google.com/design/spec/components/menus.htm
l) | 22 Material design: [Menus](https://www.google.com/design/spec/components/menus.htm
l) |
| 23 | 23 |
| 24 `<paper-menu>` implements an accessible menu control with Material Design stylin
g. The focused item | 24 `<paper-menu>` implements an accessible menu control with Material Design stylin
g. The focused item |
| 25 is highlighted, and the selected item has bolded text. | 25 is highlighted, and the selected item has bolded text. |
| 26 | 26 |
| 27 ```html | 27 ```html |
| (...skipping 76 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 104 </paper-submenu> | 104 </paper-submenu> |
| 105 </paper-menu> | 105 </paper-menu> |
| 106 ``` | 106 ``` |
| 107 | 107 |
| 108 Just like in `<paper-menu>`, the focused item is highlighted, and the selected | 108 Just like in `<paper-menu>`, the focused item is highlighted, and the selected |
| 109 item has bolded text. Please see the `<paper-menu>` docs for which attributes | 109 item has bolded text. Please see the `<paper-menu>` docs for which attributes |
| 110 (such as `multi` and `selected`), and styling options are available for the | 110 (such as `multi` and `selected`), and styling options are available for the |
| 111 `menu-content` menu. | 111 `menu-content` menu. |
| 112 | 112 |
| 113 | 113 |
| OLD | NEW |