-
Notifications
You must be signed in to change notification settings - Fork 1
added a demo page for paper-focusable #3
added a demo page for paper-focusable #3
Conversation
Before this PR can be merged, please sign the CLA. See the CONTRIBUTING guide. |
Oops! I've now signed the CLA via the electronic signing form. |
Thanks for signing the CLA! |
<script src="../platform/platform.js"></script> | ||
|
||
<link href="../font-roboto/roboto.html" rel="import"> | ||
<!--<link href="../bower_components/core-icons/core-icons.html" rel="import">--> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
remove this line?
Use of this source code is governed by a BSD-style | ||
license that can be found in the LICENSE file. | ||
|
||
contribution by Willson Smith |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Can we add you here instead? http://polymer.github.io/CONTRIBUTORS.txt
lgtm |
added a demo page for paper-focusable
I'm probably missing something, but the new demo page doesn't seem to do anything for me: http://www.polymer-project.org/components/paper-focusable/demo.html |
The text isn't rendering in the object there (its in the source). I can't see what's causing it though. If you look here: http://willsonsmith.com/paper-focusable/demo.html It seems to be working okay? Although, the demo on my website there doesn't seem to have the edit: firefox doesn't seem to be rendering anything within the element? http://cl.ly/image/2a1t3H2a253t |
I think this is because a |
Sorry, that was my bug. Fixed in 856e3cc |
created a demo with active, pressed, focused, disabled, and toggle states. I copied the layout of the paper-button demo to get the structure of this document.