Hi,
I was upgrading a test application from an older polymer version and ran into an issue with styling inside custom elements. If would like to run Chrome Canary with "Web Platform features" turned on because it is really fast, but the styles inside elements are lost.
I made a test script to show the problem(http://jsbin.com/qataz/2/edit) . There is a tag at top level and one inside a wrapper tag. In Canary with WPF the inside tag does not get the right styles(x-tag itself and the inner "border" style) while in Chrome with WPF it works correctly.
BTW i think it would be much more convenient to have the default value of applyAuthorStyles set to true. A lot more developers will use web components to structure their own application rather than build components of which the inner html must be shielded for outside styling.
Dirk