html5/spec Overview.html,1.4774,1.4775

Update of /sources/public/html5/spec
In directory hutz:/tmp/cvs-serv18917

Modified Files:
	Overview.html 
Log Message:
s/may/should/ on IDN support in input. (whatwg r5934)

Index: Overview.html
===================================================================
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 00:59:10 UTC