Re: [html-tests] Add tests for turning off spellchecking (#4608)

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