[html5] r5934 - [] (0) s/may/should/ on IDN support in input. Fixing http://www.w3.org/Bugs/Publ [...]
whatwg at whatwg.org
whatwg at whatwg.org
Thu Mar 3 16:59:00 PST 2011
Author: ianh
Date: 2011-03-03 16:58:59 -0800 (Thu, 03 Mar 2011)
New Revision: 5934
Modified:
complete.html
index
source
Log:
[] (0) s/may/should/ on IDN support in input.
Fixing http://www.w3.org/Bugs/Public/show_bug.cgi?id=11579
Modified: complete.html
===================================================================
--- complete.html 2011-03-04 00:52:03 UTC (rev 5933)
+++ complete.html 2011-03-04 00:58:59 UTC (rev 5934)
@@ -41338,8 +41338,9 @@
agents must not allow users to insert U+000A LINE FEED (LF) or
U+000D CARRIAGE RETURN (CR) characters into the <a href=#concept-fe-value title=concept-fe-value>value</a>. User agents may transform
the <a href=#concept-fe-value title=concept-fe-value>value</a> for display and
- editing (e.g. converting punycode in the <a href=#concept-fe-value title=concept-fe-value>value</a> to IDN in the display and
- vice versa).</p>
+ editing; in particular, user agents should convert punycode in the
+ <a href=#concept-fe-value title=concept-fe-value>value</a> to IDN in the display
+ and vice versa.</p>
</div>
@@ -41393,8 +41394,9 @@
characters. User agents should allow the user to remove all the
addresses in the element's <a href=#concept-fe-values title=concept-fe-values>value<em>s</em></a>. User agents may
transform the <a href=#concept-fe-values title=concept-fe-values>value<em>s</em></a> for display and
- editing (e.g. converting punycode in the <a href=#concept-fe-values title=concept-fe-values>value<em>s</em></a> to IDN in the
- display and vice versa).</p>
+ editing; in particular, user agents should convert punycode in the
+ <a href=#concept-fe-value title=concept-fe-value>value</a> to IDN in the display
+ and vice versa.</p>
<p>Whenever the user changes the element's <a href=#concept-fe-value title=concept-fe-value>value<em>s</em></a>, the user agent
must run the following steps:</p>
Modified: index
===================================================================
--- index 2011-03-04 00:52:03 UTC (rev 5933)
+++ index 2011-03-04 00:58:59 UTC (rev 5934)
@@ -41321,8 +41321,9 @@
agents must not allow users to insert U+000A LINE FEED (LF) or
U+000D CARRIAGE RETURN (CR) characters into the <a href=#concept-fe-value title=concept-fe-value>value</a>. User agents may transform
the <a href=#concept-fe-value title=concept-fe-value>value</a> for display and
- editing (e.g. converting punycode in the <a href=#concept-fe-value title=concept-fe-value>value</a> to IDN in the display and
- vice versa).</p>
+ editing; in particular, user agents should convert punycode in the
+ <a href=#concept-fe-value title=concept-fe-value>value</a> to IDN in the display
+ and vice versa.</p>
</div>
@@ -41376,8 +41377,9 @@
characters. User agents should allow the user to remove all the
addresses in the element's <a href=#concept-fe-values title=concept-fe-values>value<em>s</em></a>. User agents may
transform the <a href=#concept-fe-values title=concept-fe-values>value<em>s</em></a> for display and
- editing (e.g. converting punycode in the <a href=#concept-fe-values title=concept-fe-values>value<em>s</em></a> to IDN in the
- display and vice versa).</p>
+ editing; in particular, user agents should convert punycode in the
+ <a href=#concept-fe-value title=concept-fe-value>value</a> to IDN in the display
+ and vice versa.</p>
<p>Whenever the user changes the element's <a href=#concept-fe-value title=concept-fe-value>value<em>s</em></a>, the user agent
must run the following steps:</p>
Modified: source
===================================================================
--- source 2011-03-04 00:52:03 UTC (rev 5933)
+++ source 2011-03-04 00:58:59 UTC (rev 5934)
@@ -46063,9 +46063,9 @@
U+000D CARRIAGE RETURN (CR) characters into the <span
title="concept-fe-value">value</span>. User agents may transform
the <span title="concept-fe-value">value</span> for display and
- editing (e.g. converting punycode in the <span
- title="concept-fe-value">value</span> to IDN in the display and
- vice versa).</p>
+ editing; in particular, user agents should convert punycode in the
+ <span title="concept-fe-value">value</span> to IDN in the display
+ and vice versa.</p>
</div>
@@ -46127,9 +46127,9 @@
title="concept-fe-values">value<em>s</em></span>. User agents may
transform the <span
title="concept-fe-values">value<em>s</em></span> for display and
- editing (e.g. converting punycode in the <span
- title="concept-fe-values">value<em>s</em></span> to IDN in the
- display and vice versa).</p>
+ editing; in particular, user agents should convert punycode in the
+ <span title="concept-fe-value">value</span> to IDN in the display
+ and vice versa.</p>
<p>Whenever the user changes the element's <span
title="concept-fe-value">value<em>s</em></span>, the user agent
More information about the Commit-Watchers
mailing list