Closed MarcosGalaviz closed 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
inert
element.inert = evt.target.checked == true;
Toggling the inner inert should not make this link become clickable or tabbable.
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
You shouldn't be able to click this or set focus to it..inert
property viaThis 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.