webcomponents / polyfills

Web Components Polyfills
BSD 3-Clause "New" or "Revised" License
1.14k stars 165 forks source link

[WCJS] Address issues with unresolved styling #51

Open sorvell opened 6 years ago

sorvell commented 6 years ago

The styling for unresolved is only loaded when webcomponents-bundle is used, not when the loader is used.

In addition, WebComponents.waitFor should probably remove unresolved so users don't have to deal with this themselves.

Finally, Polymer 3.0 removes unresolved at DOMContentLoaded which should likely be removed in favor of waitFor since it's not polyfill compatible.

See https://jsbin.com/qegexufose/1/edit?html,output

stale[bot] commented 3 years ago

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.