Skip to content Skip to sidebar Skip to footer
Showing posts with the label Web Component

Web Components - Extend Native Element's Style

I would like to extend the native button element but I am not sure how to add styling. In Google… Read more Web Components - Extend Native Element's Style

Polymer: Access Polymer Element Objects

I have a polymer element called his-service: Solution 1: Define it outside of the function and th… Read more Polymer: Access Polymer Element Objects

How To Handle Input With Polymer, Without Blue Border Tab Focus?

Edit 2: Keypress events working, on this jsbin: http://jsbin.com/foyile/1/. The problem is, I need … Read more How To Handle Input With Polymer, Without Blue Border Tab Focus?

Html Imports Load Order In Internet Explorer

I have a web page that renders some Polymer 1.0 custom elements. In the head section of my index.ht… Read more Html Imports Load Order In Internet Explorer

Plain Javascript Code That Does What Queryselector() And Queryselectorall() Does, Include Shadowroots

I am trying to write a method that takes in two params: one of the parentNode of the current elemen… Read more Plain Javascript Code That Does What Queryselector() And Queryselectorall() Does, Include Shadowroots

Queryselector Not Finding Template On Html Import

I am currently trying to learn how to use web components (without the use of Polymer) using the lat… Read more Queryselector Not Finding Template On Html Import

Polymer: How To Watch For Change In Properties

I'm just starting to learn Polymer. Here is a generic version of my polymer element: Read more Polymer: How To Watch For Change In Properties

Html Import Webcomponents Polyfill Not Working In Firefox

I am trying webcomponents in a sample app. Since some of the specs are not included in some browser… Read more Html Import Webcomponents Polyfill Not Working In Firefox