Skip to content
Merged
Changes from 2 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 9 additions & 0 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -257,6 +257,15 @@ <h4 id="edit-context-differences">Differences for an EditContext editing host</h
against the <a>EditContext editing host</a> as a direct result of user action
event as specified in [[uievents]].
</li>
<li>
When the {{Document}} being edited has an [=active EditContext=], the user agent must not fire the
<a href="https://www.w3.org/TR/uievents/#events-compositionevents">composition events</a> against the
<a>EditContext editing host</a>, instead they must be fired against the {{EditContext}}.
</li>
<li>
When a <code>&lt;canvas&gt;</code> element is used as the [=associated element=], the browser's spellcheck
cannot be used, and the author has to implement selection and caret navigation.
</li>
</ul>
</div>

Expand Down