- From: Manuel Rego Casasnovas <web-platform-tests-notifications@w3.org>
- Date: Wed, 25 Jan 2017 12:09:53 GMT
- To: public-web-platform-tests-notifications@w3.org
One extra thing that would be nice to check is if you remove `contenteditable` from `child` in the following example:
```html
<div contenteditable>
Some text.
<div contenteditable id="child">Some wrrroonngg text.</div>
More text.
</div>
```
The spelling markers should still be present, as the element is still editable.
View on GitHub: https://github.com/w3c/web-platform-tests/pull/4608#issuecomment-275092482
Received on Wednesday, 25 January 2017 12:10:05 UTC