[html5] r8034 - [e] (0) Minor tweaks of spellcheck='' text. Fixing https://www.w3.org/Bugs/Publi [...]

whatwg at whatwg.org whatwg at whatwg.org
Wed Jul 3 15:51:29 PDT 2013


Author: ianh
Date: 2013-07-03 15:51:27 -0700 (Wed, 03 Jul 2013)
New Revision: 8034

Modified:
   complete.html
   index
   source
Log:
[e] (0) Minor tweaks of spellcheck='' text.
Fixing https://www.w3.org/Bugs/Public/show_bug.cgi?id=22551
Affected topics: HTML

Modified: complete.html
===================================================================
--- complete.html	2013-07-03 22:39:23 UTC (rev 8033)
+++ complete.html	2013-07-03 22:51:27 UTC (rev 8034)
@@ -76272,14 +76272,14 @@
   <hr><p>User agents must only consider the following pieces of text as
   checkable for the purposes of this feature:</p>
 
-  <ul><li>The value of <code><a href=#the-input-element>input</a></code> elements to which the <code title=attr-input-readonly><a href=#attr-input-readonly>readonly</a></code> attribute <a href=#concept-input-apply title=concept-input-apply>applies</a>,
+  <ul><li>The <a href=#concept-fe-value title=concept-fe-value>value</a> of <code><a href=#the-input-element>input</a></code> elements to which the <code title=attr-input-readonly><a href=#attr-input-readonly>readonly</a></code> attribute <a href=#concept-input-apply title=concept-input-apply>applies</a>,
    whose <code title=attr-input-type><a href=#attr-input-type>type</a></code> attributes are not
    in the <a href="#password-state-(type=password)" title=attr-input-type-password>Password</a>
    state, and that are <i title=concept-fe-mutable><a href=#concept-fe-mutable>mutable</a></i> (i.e.
    that do not have the <code title=attr-input-readonly><a href=#attr-input-readonly>readonly</a></code> attribute specified and
    that are not <a href=#concept-fe-disabled title=concept-fe-disabled>disabled</a>).</li>
 
-   <li>The value of <code><a href=#the-textarea-element>textarea</a></code> elements that do not have a
+   <li>The <a href=#concept-fe-value title=concept-fe-value>value</a> of <code><a href=#the-textarea-element>textarea</a></code> elements that do not have a
    <code title=attr-textarea-readonly><a href=#attr-textarea-readonly>readonly</a></code> attribute and
    that are not <a href=#concept-fe-disabled title=concept-fe-disabled>disabled</a>.</li>
 
@@ -76351,7 +76351,7 @@
   <p>Even when checking is enabled, user agents may opt to not report spelling or grammar errors in
   text that the user agent deems the user has no interest in having checked (e.g. text that was
   already present when the page was loaded, or that the user did not type, or text in controls that
-  the user has not focused). The <dfn id=dom-forcespellcheck title=dom-forceSpellCheck><code>forceSpellCheck()</code></dfn> method, when invoked on an
+  the user has not focused, or in parts of e-mail addresses that the user agent is not confident were misspelt). The <dfn id=dom-forcespellcheck title=dom-forceSpellCheck><code>forceSpellCheck()</code></dfn> method, when invoked on an
   element, must override this behavior, forcing the user agent to consider all spelling and grammar
   errors in text in that element for which checking is enabled to be of interest to the user.</p>
 
@@ -76371,7 +76371,7 @@
    ignored, so the ancestor's value is used instead, regardless of the
    default).</p>
 
-   <pre><p spellcheck="true">
+   <pre class=bad><p spellcheck="true">
  <label>Name: <input spellcheck=" false" id="b"></label>
 </p></pre>
 

Modified: index
===================================================================
--- index	2013-07-03 22:39:23 UTC (rev 8033)
+++ index	2013-07-03 22:51:27 UTC (rev 8034)
@@ -76272,14 +76272,14 @@
   <hr><p>User agents must only consider the following pieces of text as
   checkable for the purposes of this feature:</p>
 
-  <ul><li>The value of <code><a href=#the-input-element>input</a></code> elements to which the <code title=attr-input-readonly><a href=#attr-input-readonly>readonly</a></code> attribute <a href=#concept-input-apply title=concept-input-apply>applies</a>,
+  <ul><li>The <a href=#concept-fe-value title=concept-fe-value>value</a> of <code><a href=#the-input-element>input</a></code> elements to which the <code title=attr-input-readonly><a href=#attr-input-readonly>readonly</a></code> attribute <a href=#concept-input-apply title=concept-input-apply>applies</a>,
    whose <code title=attr-input-type><a href=#attr-input-type>type</a></code> attributes are not
    in the <a href="#password-state-(type=password)" title=attr-input-type-password>Password</a>
    state, and that are <i title=concept-fe-mutable><a href=#concept-fe-mutable>mutable</a></i> (i.e.
    that do not have the <code title=attr-input-readonly><a href=#attr-input-readonly>readonly</a></code> attribute specified and
    that are not <a href=#concept-fe-disabled title=concept-fe-disabled>disabled</a>).</li>
 
-   <li>The value of <code><a href=#the-textarea-element>textarea</a></code> elements that do not have a
+   <li>The <a href=#concept-fe-value title=concept-fe-value>value</a> of <code><a href=#the-textarea-element>textarea</a></code> elements that do not have a
    <code title=attr-textarea-readonly><a href=#attr-textarea-readonly>readonly</a></code> attribute and
    that are not <a href=#concept-fe-disabled title=concept-fe-disabled>disabled</a>.</li>
 
@@ -76351,7 +76351,7 @@
   <p>Even when checking is enabled, user agents may opt to not report spelling or grammar errors in
   text that the user agent deems the user has no interest in having checked (e.g. text that was
   already present when the page was loaded, or that the user did not type, or text in controls that
-  the user has not focused). The <dfn id=dom-forcespellcheck title=dom-forceSpellCheck><code>forceSpellCheck()</code></dfn> method, when invoked on an
+  the user has not focused, or in parts of e-mail addresses that the user agent is not confident were misspelt). The <dfn id=dom-forcespellcheck title=dom-forceSpellCheck><code>forceSpellCheck()</code></dfn> method, when invoked on an
   element, must override this behavior, forcing the user agent to consider all spelling and grammar
   errors in text in that element for which checking is enabled to be of interest to the user.</p>
 
@@ -76371,7 +76371,7 @@
    ignored, so the ancestor's value is used instead, regardless of the
    default).</p>
 
-   <pre><p spellcheck="true">
+   <pre class=bad><p spellcheck="true">
  <label>Name: <input spellcheck=" false" id="b"></label>
 </p></pre>
 

Modified: source
===================================================================
--- source	2013-07-03 22:39:23 UTC (rev 8033)
+++ source	2013-07-03 22:51:27 UTC (rev 8034)
@@ -85439,7 +85439,7 @@
 
   <ul>
 
-   <li>The value of <code>input</code> elements to which the <code
+   <li>The <span title="concept-fe-value">value</span> of <code>input</code> elements to which the <code
    title="attr-input-readonly">readonly</code> attribute <span title="concept-input-apply">applies</span>,
    whose <code title="attr-input-type">type</code> attributes are not
    in the <span title="attr-input-type-password">Password</span>
@@ -85449,7 +85449,7 @@
    that are not <span
    title="concept-fe-disabled">disabled</span>).</li>
 
-   <li>The value of <code>textarea</code> elements that do not have a
+   <li>The <span title="concept-fe-value">value</span> of <code>textarea</code> elements that do not have a
    <code title="attr-textarea-readonly">readonly</code> attribute and
    that are not <span
    title="concept-fe-disabled">disabled</span>.</li>
@@ -85536,7 +85536,7 @@
   <p>Even when checking is enabled, user agents may opt to not report spelling or grammar errors in
   text that the user agent deems the user has no interest in having checked (e.g. text that was
   already present when the page was loaded, or that the user did not type, or text in controls that
-  the user has not focused). The <dfn
+  the user has not focused, or in parts of e-mail addresses that the user agent is not confident were misspelt). The <dfn
   title="dom-forceSpellCheck"><code>forceSpellCheck()</code></dfn> method, when invoked on an
   element, must override this behavior, forcing the user agent to consider all spelling and grammar
   errors in text in that element for which checking is enabled to be of interest to the user.</p>
@@ -85557,7 +85557,7 @@
    ignored, so the ancestor's value is used instead, regardless of the
    default).</p>
 
-   <pre><p spellcheck="true">
+   <pre class="bad"><p spellcheck="true">
  <label>Name: <input spellcheck=" false" id="b"></label>
 </p></pre>
 




More information about the Commit-Watchers mailing list