Update README.md

This commit is contained in:
AJ Ortega
2015-03-16 17:17:08 -07:00
parent fb3227c0bc
commit 2b6270a3bb

View File

@@ -102,7 +102,7 @@ don't work, despite working under native Shadow DOM. The solution is to use `pol
polyfill-next-selector { content: '.foo :host.bar, :host.foo.bar'; }
```
### execCommand and contenteditable isn't supported under Shadow DOM
### execCommand and contenteditable isn't supported under Shadow DOM <a id="execcommand"></a>
See [#212](https://github.com/webcomponents/webcomponentsjs/issues/212)
`execCommand`, and `contenteditable` aren't supported under the ShadowDOM polyfill, with commands that insert or remove nodes being especially prone to failure.