hixie: s/may/should/ on IDN support in input. (whatwg r5934)

hixie: s/may/should/ on IDN support in input. (whatwg r5934)

http://dev.w3.org/cvsweb/html5/spec/Overview.html?r1=1.4774&r2=1.4775&f=h
http://html5.org/tools/web-apps-tracker?from=5933&to=5934

===================================================================
RCS file: /sources/public/html5/spec/Overview.html,v
retrieving revision 1.4774
retrieving revision 1.4775
diff -u -d -r1.4774 -r1.4775
--- Overview.html 4 Mar 2011 00:52:09 -0000 1.4774
+++ Overview.html 4 Mar 2011 00:59:04 -0000 1.4775
@@ -32126,8 +32126,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>
 
@@ -32181,8 +32182,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>

Received on Friday, 4 March 2011 01:01:22 UTC