Upgrade to Pro — share decks privately, control downloads, hide ads and more …

WebComponents or shadow side of the Doom

WebComponents or shadow side of the Doom

WebComponents or shadow side of the Doom

Grzegorz Wilczyński

November 17, 2014
Tweet

More Decks by Grzegorz Wilczyński

Other Decks in Programming

Transcript

  1. Custom Elements <post-list> post list </post-list> ! <post-list posts="{foo: 'bar'}"

    type="pretty"> post list with attributes </post-list>
  2. Shadow DOM Shadow DOM gives us DOM tree encapsulation and

    style boundaries, but please don't: ! :host([data-post-status="warning"]) /deep/ #postState /deep/ #submitButton /deep/ core- icon { color: #259b24; }