Skip to content

Commit

Permalink
Clarify spellchecking state descriptions
Browse files Browse the repository at this point in the history
Fixes #615.

PR: #647
  • Loading branch information
Ritsyy authored and domenic committed Feb 8, 2016
1 parent f7e01c0 commit 8f144e8
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions source
Original file line number Diff line number Diff line change
Expand Up @@ -73214,11 +73214,14 @@ interface <dfn>ElementContentEditable</dfn> {

<dt><dfn data-x="concept-spellcheck-default-true">true-by-default</dfn>

<dd>The element will be checked for spelling and grammar if its contents are editable.
<dd>The element will be checked for spelling and grammar if its contents are editable and
spellchecking is not explicitly disabled through the <code
data-x="attr-spellcheck">spellcheck</code> attribute.

<dt><dfn data-x="concept-spellcheck-default-false">false-by-default</dfn>

<dd>The element will never be checked for spelling and grammar.
<dd>The element will never be checked for spelling and grammar unless spellchecking is
explicitly enabled through the <code data-x="attr-spellcheck">spellcheck</code> attribute.

<dt><dfn data-x="concept-spellcheck-default-inherit">inherit-by-default</dfn>

Expand Down

0 comments on commit 8f144e8

Please sign in to comment.