Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
[e] (0) Clarify that this is non-normative.
Fixing http://www.w3.org/Bugs/Public/show_bug.cgi?id=13878

git-svn-id: http://svn.whatwg.org/webapps@6540 340c8d12-0b0e-0410-8428-c7bf67bfef74
  • Loading branch information
Hixie committed Sep 5, 2011
1 parent bc3d9bc commit a7bee10
Show file tree
Hide file tree
Showing 3 changed files with 21 additions and 18 deletions.
13 changes: 7 additions & 6 deletions complete.html
Expand Up @@ -239,7 +239,7 @@

<header class=head id=head><p><a class=logo href=http://www.whatwg.org/><img alt=WHATWG height=101 src=/images/logo width=101></a></p>
<hgroup><h1>Web Applications 1.0</h1>
<h2 class="no-num no-toc">Living Standard &mdash; Last Updated 4 September 2011</h2>
<h2 class="no-num no-toc">Living Standard &mdash; Last Updated 5 September 2011</h2>
</hgroup><dl><dt>Multiple-page version:</dt>
<dd><a href=http://www.whatwg.org/specs/web-apps/current-work/complete/>http://www.whatwg.org/specs/web-apps/current-work/complete/</a></dd>
<dt>One-page version:</dt>
Expand Down Expand Up @@ -71785,11 +71785,12 @@ <h4 id=spelling-and-grammar-checking><span class=secno>8.5.5 </span>Spelling and
the <i>missing value default</i> (and the <i>invalid value
default</i>).</p>

<p>The <i>true</i> state indicates that the element is to have its
spelling and grammar checked. The <i>default</i> state indicates
that the element is to act according to a default behavior, possibly
based on the parent element's own <code title=attr-spellcheck><a href=#attr-spellcheck>spellcheck</a></code> state. The <i>false</i>
state indicates that the element is not to be checked.</p>
<p class=note>The <i>true</i> state indicates that the element is
to have its spelling and grammar checked. The <i>default</i> state
indicates that the element is to act according to a default
behavior, possibly based on the parent element's own <code title=attr-spellcheck><a href=#attr-spellcheck>spellcheck</a></code> state, as defined below.
The <i>false</i> state indicates that the element is not to be
checked.</p>

<div class=impl>

Expand Down
13 changes: 7 additions & 6 deletions index
Expand Up @@ -243,7 +243,7 @@

<header class=head id=head><p><a class=logo href=http://www.whatwg.org/><img alt=WHATWG height=101 src=/images/logo width=101></a></p>
<hgroup><h1 class=allcaps>HTML</h1>
<h2 class="no-num no-toc">Living Standard &mdash; Last Updated 4 September 2011</h2>
<h2 class="no-num no-toc">Living Standard &mdash; Last Updated 5 September 2011</h2>
</hgroup><dl><dt><strong>Web developer edition</strong></dt>
<dd><strong><a href=http://developers.whatwg.org/>http://developers.whatwg.org/</a></strong></dd>
<dt>Multiple-page version:</dt>
Expand Down Expand Up @@ -71681,11 +71681,12 @@ interface <dfn id=navigatorstorageutils>NavigatorStorageUtils</dfn> {
the <i>missing value default</i> (and the <i>invalid value
default</i>).</p>

<p>The <i>true</i> state indicates that the element is to have its
spelling and grammar checked. The <i>default</i> state indicates
that the element is to act according to a default behavior, possibly
based on the parent element's own <code title=attr-spellcheck><a href=#attr-spellcheck>spellcheck</a></code> state. The <i>false</i>
state indicates that the element is not to be checked.</p>
<p class=note>The <i>true</i> state indicates that the element is
to have its spelling and grammar checked. The <i>default</i> state
indicates that the element is to act according to a default
behavior, possibly based on the parent element's own <code title=attr-spellcheck><a href=#attr-spellcheck>spellcheck</a></code> state, as defined below.
The <i>false</i> state indicates that the element is not to be
checked.</p>

<div class=impl>

Expand Down
13 changes: 7 additions & 6 deletions source
Expand Up @@ -81709,12 +81709,13 @@ interface <dfn>NavigatorStorageUtils</dfn> {
the <i>missing value default</i> (and the <i>invalid value
default</i>).</p>

<p>The <i>true</i> state indicates that the element is to have its
spelling and grammar checked. The <i>default</i> state indicates
that the element is to act according to a default behavior, possibly
based on the parent element's own <code
title="attr-spellcheck">spellcheck</code> state. The <i>false</i>
state indicates that the element is not to be checked.</p>
<p class="note">The <i>true</i> state indicates that the element is
to have its spelling and grammar checked. The <i>default</i> state
indicates that the element is to act according to a default
behavior, possibly based on the parent element's own <code
title="attr-spellcheck">spellcheck</code> state, as defined below.
The <i>false</i> state indicates that the element is not to be
checked.</p>

<div class="impl">

Expand Down

0 comments on commit a7bee10

Please sign in to comment.