html5/markup/src datatypes.html,1.43,1.44

Update of /sources/public/html5/markup/src
In directory hutz:/tmp/cvs-serv17272/src

Modified Files:
	datatypes.html 
Log Message:
made it clear that values of iframe/@sandbox are matched case-insensitively


Index: datatypes.html
===================================================================
RCS file: /sources/public/html5/markup/src/datatypes.html,v
retrieving revision 1.43
retrieving revision 1.44
diff -u -d -r1.43 -r1.44
--- datatypes.html	26 Mar 2010 11:31:19 -0000	1.43
+++ datatypes.html	26 Mar 2010 14:07:19 -0000	1.44
@@ -695,8 +695,9 @@
     <dd>
       <div class="datatype-desc">An unordered set of unique
         space-separated
-        <a href="#data-token">tokens</a>, each of which is one of
-        the following literal strings:
+        <a href="#data-token">tokens</a>, each of which is a
+        <a href="#case-insensitive">case-insensitive match</a>
+        for one of the following literal strings:
         <ul>
           <li>"<code>allow-same-origin</code>"</li>
           <li>"<code>allow-forms</code>"</li>

Received on Friday, 26 March 2010 14:07:22 UTC