[html5] r6448 - [e] (0) clarify that this is just an example Fixing http://www.w3.org/Bugs/Publi [...]
whatwg at whatwg.org
whatwg at whatwg.org
Sun Aug 14 11:54:02 PDT 2011
Author: ianh
Date: 2011-08-14 11:53:59 -0700 (Sun, 14 Aug 2011)
New Revision: 6448
Modified:
complete.html
index
source
Log:
[e] (0) clarify that this is just an example
Fixing http://www.w3.org/Bugs/Public/show_bug.cgi?id=13431
Modified: complete.html
===================================================================
--- complete.html 2011-08-14 06:53:12 UTC (rev 6447)
+++ complete.html 2011-08-14 18:53:59 UTC (rev 6448)
@@ -71385,7 +71385,7 @@
<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
Modified: index
===================================================================
--- index 2011-08-14 06:53:12 UTC (rev 6447)
+++ index 2011-08-14 18:53:59 UTC (rev 6448)
@@ -71281,7 +71281,7 @@
<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
Modified: source
===================================================================
--- source 2011-08-14 06:53:12 UTC (rev 6447)
+++ source 2011-08-14 18:53:59 UTC (rev 6448)
@@ -81213,7 +81213,7 @@
<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
More information about the Commit-Watchers
mailing list