- From: Michael Smith via cvs-syncmail <cvsmail@w3.org>
- Date: Fri, 26 Mar 2010 14:07:21 +0000
- To: public-html-commits@w3.org
Update of /sources/public/html5/markup In directory hutz:/tmp/cvs-serv17272 Modified Files: datatypes.html spec.html Log Message: made it clear that values of iframe/@sandbox are matched case-insensitively Index: datatypes.html =================================================================== RCS file: /sources/public/html5/markup/datatypes.html,v retrieving revision 1.45 retrieving revision 1.46 diff -u -d -r1.45 -r1.46 --- datatypes.html 26 Mar 2010 11:31:18 -0000 1.45 +++ datatypes.html 26 Mar 2010 14:07:18 -0000 1.46 @@ -621,8 +621,9 @@ <div class="datatype-desc">An unordered set of unique space-separated - <a href="datatypes.html#data-token">tokens</a>, each of which is one of - the following literal strings: + <a href="datatypes.html#data-token">tokens</a>, each of which is a + <a href="terminology.html#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> Index: spec.html =================================================================== RCS file: /sources/public/html5/markup/spec.html,v retrieving revision 1.202 retrieving revision 1.203 diff -u -d -r1.202 -r1.203 --- spec.html 26 Mar 2010 11:31:19 -0000 1.202 +++ spec.html 26 Mar 2010 14:07:18 -0000 1.203 @@ -19197,8 +19197,9 @@ <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