Skip to content

Commit 232a667

Browse files
committed
Link to browser support and polyfill
1 parent 206d84f commit 232a667

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

README.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,12 +58,17 @@ list.addEventListener('task-lists:move', function(event) {
5858

5959
## Browser support
6060

61+
Browsers without native [custom element support][support] require a [polyfill][].
62+
6163
- Chrome
6264
- Firefox
63-
- Safari 9+
65+
- Safari
6466
- Internet Explorer 11
6567
- Microsoft Edge
6668

69+
[support]: https://caniuse.com/#feat=custom-elementsv1
70+
[polyfill]: https://github.com/webcomponents/custom-elements
71+
6772
## Development
6873

6974
```

0 commit comments

Comments
 (0)