Skip to content

Commit

Permalink
[e] (0) clarify that this is just an example
Browse files Browse the repository at this point in the history
Fixing http://www.w3.org/Bugs/Public/show_bug.cgi?id=13431

git-svn-id: http://svn.whatwg.org/webapps@6448 340c8d12-0b0e-0410-8428-c7bf67bfef74
  • Loading branch information
Hixie committed Aug 14, 2011
1 parent bd8f2ee commit 7677824
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion complete.html
Expand Up @@ -71385,7 +71385,7 @@ <h3 id=spelling-and-grammar-checking><span class=secno>8.6 </span>Spelling and g
<p>User agents can support the checking of spelling and grammar of
editable text, either in form controls (such as the value of
<code><a href=#the-textarea-element>textarea</a></code> elements), or in elements in an <a href=#editing-host>editing
host</a> (using <code title=attr-contenteditable><a href=#attr-contenteditable>contenteditable</a></code>).</p>
host</a> (e.g. using <code title=attr-contenteditable><a href=#attr-contenteditable>contenteditable</a></code>).</p>

<p>For each element, user agents must establish a <dfn id=concept-spellcheck-default title=concept-spellcheck-default>default behavior</dfn>, either
through defaults or through preferences expressed by the user. There
Expand Down
2 changes: 1 addition & 1 deletion index
Expand Up @@ -71281,7 +71281,7 @@ interface <dfn id=navigatorstorageutils>NavigatorStorageUtils</dfn> {
<p>User agents can support the checking of spelling and grammar of
editable text, either in form controls (such as the value of
<code><a href=#the-textarea-element>textarea</a></code> elements), or in elements in an <a href=#editing-host>editing
host</a> (using <code title=attr-contenteditable><a href=#attr-contenteditable>contenteditable</a></code>).</p>
host</a> (e.g. using <code title=attr-contenteditable><a href=#attr-contenteditable>contenteditable</a></code>).</p>

<p>For each element, user agents must establish a <dfn id=concept-spellcheck-default title=concept-spellcheck-default>default behavior</dfn>, either
through defaults or through preferences expressed by the user. There
Expand Down
2 changes: 1 addition & 1 deletion source
Expand Up @@ -81213,7 +81213,7 @@ interface <dfn>NavigatorStorageUtils</dfn> {
<p>User agents can support the checking of spelling and grammar of
editable text, either in form controls (such as the value of
<code>textarea</code> elements), or in elements in an <span>editing
host</span> (using <code
host</span> (e.g. using <code
title="attr-contenteditable">contenteditable</code>).</p>

<p>For each element, user agents must establish a <dfn
Expand Down

0 comments on commit 7677824

Please sign in to comment.