[html5] r4485 - [giow] (0) Improve compatibility with IE. Fixing http://www.w3.org/Bugs/Public/s [...]
whatwg at whatwg.org
whatwg at whatwg.org
Tue Jan 5 03:27:12 PST 2010
Author: ianh
Date: 2010-01-05 03:27:08 -0800 (Tue, 05 Jan 2010)
New Revision: 4485
Modified:
complete.html
index
source
Log:
[giow] (0) Improve compatibility with IE.
Fixing http://www.w3.org/Bugs/Public/show_bug.cgi?id=8370
Modified: complete.html
===================================================================
--- complete.html 2010-01-05 11:19:05 UTC (rev 4484)
+++ complete.html 2010-01-05 11:27:08 UTC (rev 4485)
@@ -5031,7 +5031,7 @@
<td><a href=#concept-uda-input title=concept-uda-input>input</a> is hierarchical
<tr><td><dfn id=dom-uda-hash title=dom-uda-hash><code>hash</code></dfn>
<td><a href=#url-fragment title=url-fragment><fragment></a>
- <td><a href=#concept-uda-input title=concept-uda-input>input</a> contained a <a href=#url-fragment title=url-fragment><fragment></a> component (possibly an empty one)
+ <td><a href=#concept-uda-input title=concept-uda-input>input</a> contained a non-empty <a href=#url-fragment title=url-fragment><fragment></a> component
<td>U+0023 NUMBER SIGN (#)
<td>—
<td>Remove one leading U+0023 NUMBER SIGN character (#), if any
Modified: index
===================================================================
--- index 2010-01-05 11:19:05 UTC (rev 4484)
+++ index 2010-01-05 11:27:08 UTC (rev 4485)
@@ -4866,7 +4866,7 @@
<td><a href=#concept-uda-input title=concept-uda-input>input</a> is hierarchical
<tr><td><dfn id=dom-uda-hash title=dom-uda-hash><code>hash</code></dfn>
<td><a href=#url-fragment title=url-fragment><fragment></a>
- <td><a href=#concept-uda-input title=concept-uda-input>input</a> contained a <a href=#url-fragment title=url-fragment><fragment></a> component (possibly an empty one)
+ <td><a href=#concept-uda-input title=concept-uda-input>input</a> contained a non-empty <a href=#url-fragment title=url-fragment><fragment></a> component
<td>U+0023 NUMBER SIGN (#)
<td>—
<td>Remove one leading U+0023 NUMBER SIGN character (#), if any
Modified: source
===================================================================
--- source 2010-01-05 11:19:05 UTC (rev 4484)
+++ source 2010-01-05 11:27:08 UTC (rev 4485)
@@ -4493,7 +4493,7 @@
<tr>
<td><dfn title="dom-uda-hash"><code>hash</code></dfn>
<td><span title="url-fragment"><fragment></span>
- <td><span title="concept-uda-input">input</span> contained a <span title="url-fragment"><fragment></span> component (possibly an empty one)
+ <td><span title="concept-uda-input">input</span> contained a non-empty <span title="url-fragment"><fragment></span> component
<td>U+0023 NUMBER SIGN (#)
<td>—
<td>Remove one leading U+0023 NUMBER SIGN character (#), if any
More information about the Commit-Watchers
mailing list