Juicy/juicy-tile-list

Wrap tiles in Shadow DOM

Closed this issue · 4 comments

In some kind of <juicy-tile> or just <div>.
It should

  • simplify code and concept,
  • make our component way less intrusive,
  • we will not modify CSS of content nodes,
  • 3rd party tiles may use padding/margins etc. freely.

We still does not came with any idea how to do it.
List of problems we have isolated:

There is a hope with new Polymer 0.8.0 ShadyDOM feature
https://github.com/Polymer/polymer/blob/0.8-preview/PRIMER.md#dom-re-distribution

Merged to gh-pages, will be released with new version