Link2Twenty / l2t-paper-slider

Polymer element for displaying slides in a carousel
https://www.webcomponents.org/element/Link2Twenty/l2t-paper-slider
52 stars 24 forks source link

Can't use it with polymer #31

Closed MarcosGalaviz closed 7 years ago

MarcosGalaviz commented 7 years ago

Hi, I am trying to use this component with polymer but when I run Polymer Build I have this error, I dont know why :(

error: Uncaught exception: Error in plugin 'gulp-htmlmin' Parse Error: <input id="toggle3" type="checkbox" <="" label="">

Clicking the checkbox above will toggle the element's inert property via

element.inert = evt.target.checked == true;
You shouldn't be able to click this or set focus to it..

This inner section is not marked inert

Toggling the inner inert should not make this link become clickable or tabbable.

Toggling the inner inert should not make this fake link become tabbable or clickable either.

error: Error: Parse Error: ![image](https://user-images.githubusercontent.com/14163318/28370230-5be7f814-6c5f-11e7-990d-97d35c044254.png) `` ![error](https://user-images.githubusercontent.com/14163318/28370302-86ddcabc-6c5f-11e7-8cec-8d71a90ef88d.jpg)
Link2Twenty commented 7 years ago

Hi, can you modify this code to be the same as yours (there is a fork option)

https://jsfiddle.net/link2twenty/foz7f0o4/

Link2Twenty commented 7 years ago

Feel free to open it again if I'm wrong, but I don't think this is related to my element