- From: poot <cvsmail@w3.org>
- Date: Fri, 26 Mar 2010 23:07:37 +0900 (JST)
- To: public-html-diffs@w3.org
mike: made it clear that values of iframe/@sandbox are matched case-
insensitively
http://dev.w3.org/cvsweb/html5/markup/spec.html?r1=1.202&r2=1.203&f=h
===================================================================
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:08:05 UTC