Skip to content

Commit

Permalink
[giow] (0) Improve compatibility with IE.
Browse files Browse the repository at this point in the history
Fixing http://www.w3.org/Bugs/Public/show_bug.cgi?id=8370

git-svn-id: http://svn.whatwg.org/webapps@4485 340c8d12-0b0e-0410-8428-c7bf67bfef74
  • Loading branch information
Hixie committed Jan 5, 2010
1 parent 904271c commit 752f1af
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion complete.html
Expand Up @@ -5031,7 +5031,7 @@ <h4 id=interfaces-for-url-manipulation><span class=secno>2.5.3 </span>Interfaces
<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>&lt;fragment&gt;</a>
<td><a href=#concept-uda-input title=concept-uda-input>input</a> contained a <a href=#url-fragment title=url-fragment>&lt;fragment&gt;</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>&lt;fragment&gt;</a> component
<td>U+0023 NUMBER SIGN (#)
<td>&mdash;
<td>Remove one leading U+0023 NUMBER SIGN character (#), if any
Expand Down
2 changes: 1 addition & 1 deletion index
Expand Up @@ -4866,7 +4866,7 @@ a.setAttribute('href', 'http://example.com/'); // change the content attribute d
<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>&lt;fragment&gt;</a>
<td><a href=#concept-uda-input title=concept-uda-input>input</a> contained a <a href=#url-fragment title=url-fragment>&lt;fragment&gt;</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>&lt;fragment&gt;</a> component
<td>U+0023 NUMBER SIGN (#)
<td>&mdash;
<td>Remove one leading U+0023 NUMBER SIGN character (#), if any
Expand Down
2 changes: 1 addition & 1 deletion source
Expand Up @@ -4493,7 +4493,7 @@ a.setAttribute('href', 'http://example.com/'); // change the content attribute d
<tr>
<td><dfn title="dom-uda-hash"><code>hash</code></dfn>
<td><span title="url-fragment">&lt;fragment&gt;</span>
<td><span title="concept-uda-input">input</span> contained a <span title="url-fragment">&lt;fragment&gt;</span> component (possibly an empty one)
<td><span title="concept-uda-input">input</span> contained a non-empty <span title="url-fragment">&lt;fragment&gt;</span> component
<td>U+0023 NUMBER SIGN (#)
<td>&mdash;
<td>Remove one leading U+0023 NUMBER SIGN character (#), if any
Expand Down

0 comments on commit 752f1af

Please sign in to comment.