[html5] r1368 - /
whatwg at whatwg.org
whatwg at whatwg.org
Sat Mar 8 01:20:53 PST 2008
Author: ianh
Date: 2008-03-08 01:20:52 -0800 (Sat, 08 Mar 2008)
New Revision: 1368
Modified:
index
source
Log:
[] (0) Make execCommand() case-insensitive.
Modified: index
===================================================================
--- index 2008-03-08 09:11:16 UTC (rev 1367)
+++ index 2008-03-08 09:20:52 UTC (rev 1368)
@@ -35653,7 +35653,9 @@
title="">commandId</var>.
<p>The possible values for <var title="">commandId</var>, and their
- corresponding meanings, are:
+ corresponding meanings, are as follows. These values are <!-- XXX
+ ASCII -->
+ case-insensitive.
<dl>
<dt><dfn id=undo1 title=command-undo><code>undo</code></dfn>
@@ -35867,8 +35869,9 @@
to the selection, the user agent must act as if the selection was an
empty range at the caret position.</p>
- <p>If the <var title="">value</var> parameter is not specified or has a
- value other than one of the following literal strings:</p>
+ <p>If the <var title="">value</var> parameter is not specified or is not
+ a case-insensitive<!-- XXX ASCII--> match for one of the following
+ strings:</p>
<ul class=brief>
<li><code title=""><address></code>
Modified: source
===================================================================
--- source 2008-03-08 09:11:16 UTC (rev 1367)
+++ source 2008-03-08 09:20:52 UTC (rev 1368)
@@ -33098,7 +33098,8 @@
title="">commandId</var>.</p>
<p>The possible values for <var title="">commandId</var>, and their
- corresponding meanings, are:</p>
+ corresponding meanings, are as follows. These values are <!-- XXX
+ ASCII --> case-insensitive.</p>
<dl>
@@ -33268,7 +33269,8 @@
selection was an empty range at the caret position.</p>
<p>If the <var title="">value</var> parameter is not specified or
- has a value other than one of the following literal strings:</p>
+ is not a case-insensitive<!-- XXX ASCII--> match for one of the
+ following strings:</p>
<ul class="brief">
<li><code title=""><address></code></li>
More information about the Commit-Watchers
mailing list