Commit Graph

12 Commits

Author SHA1 Message Date
Steven Orvell
a16ada11e5 Fixes #2356: issue a warning and don't throw an exception when a style include cannot be found.
Fixes #2357: include data now comes before any textContent in a style element.
2015-08-26 12:47:05 -07:00
Steven Orvell
0d1f206f69 Fixes #2304: avoid trying to read style data from imports that did not load. 2015-08-18 16:00:09 -07:00
Steven Orvell
68af666f97 Fixes #2251: resolve imported stylesheets against correct document. 2015-08-13 11:07:52 -07:00
Steven Orvell
b22f3cdaad ensure path fixup is applied correctly to styles in templates. 2015-08-07 10:29:54 -07:00
Steven Orvell
f46912943c Based on feedback, change module to include in custom-style and dom-module style marshaling. 2015-08-06 11:24:45 -07:00
Steven Orvell
58d3c3b3a8 Add tests and require module to be on style elements. 2015-07-30 10:27:11 -07:00
Steven Orvell
dbfe8f8b91 Correct style ordering when remote and static resources are mixed. 2015-05-05 07:13:11 -07:00
Steve Orvell
ffd32a2851 Added scopeSubtree(container, shouldObserve) to support element use of normal dom api under shady dom in a specific subtree. 2015-04-14 15:00:23 -07:00
Steve Orvell
5760ca2f3c Fix class shimming when hostAttributes: class is used. 2015-04-10 17:33:33 -07:00
Steve Orvell
dd46b60a9c For perf, shim styling with classes. Attr shimming optionally available. 2015-04-09 19:04:39 -07:00
Steven Orvell
568d145d5c Fixes https://github.com/Polymer/polymer/issues/1293 2015-03-16 17:47:44 -07:00
Steve Orvell
2c8cc4e464 Support remote stylesheets via <link rel="import" type="css" href="..."> syntax. 2015-03-11 16:16:43 -07:00