可用性
本機實現
<template>
元素在每個現代瀏覽器中實現:
- Chrome,
- 邊緣,
- Firefox,
- Opera,
- 蘋果瀏覽器,
- …
自定義元素 customElements.define()
,Shadow DOM attachShadow()
和 HTML Imports <link rel="import">
在最新版本的 Chrome 和 Opera 中實現。
Polyfills
對於其他瀏覽器,你可以使用 polyfill 庫:
- 自定義元素:來自 WebReflection 或 Webcomponents.org ,
- 對於 Shadow DOM:來自 Webcomponents.org ,
- 模板:來自 Neovov ,
- 對於 HTML 匯入:來自 Webcomponents.org