Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Typos in # Feature Detection and Polyfilling
- Feature Detection: template.hasOwnProperty('shadowRootMode') needs to be camelCase, otherwise it is not recognized in Chrome and Safari which do support the feature already. See: https://developer.chrome.com/articles/declarative-shadow-dom/ - Polyfill: Missing ending ');'
- Loading branch information