Skip to content

Commit

Permalink
[g] (2) Compat with other browsers.
Browse files Browse the repository at this point in the history
Fixing http://www.w3.org/Bugs/Public/show_bug.cgi?id=14090

git-svn-id: http://svn.whatwg.org/webapps@6706 340c8d12-0b0e-0410-8428-c7bf67bfef74
  • Loading branch information
Hixie committed Oct 19, 2011
1 parent 9bc37ce commit d48d797
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 @@ -97281,7 +97281,7 @@ <h4 id=other-elements,-attributes-and-apis><span class=secno>16.3.4 </span>Other
this element, though.)</p>

<hr><pre class=idl>partial interface <a href=#htmlpreelement>HTMLPreElement</a> {
attribute unsigned long <a href=#dom-pre-width title=dom-pre-width>width</a>;
attribute long <a href=#dom-pre-width title=dom-pre-width>width</a>;
};</pre>

<p>The <dfn id=dom-pre-width title=dom-pre-width><code>width</code></dfn> IDL
Expand Down
2 changes: 1 addition & 1 deletion index
Expand Up @@ -97281,7 +97281,7 @@ if (s = prompt('What is your name?')) {
this element, though.)</p>

<hr><pre class=idl>partial interface <a href=#htmlpreelement>HTMLPreElement</a> {
attribute unsigned long <a href=#dom-pre-width title=dom-pre-width>width</a>;
attribute long <a href=#dom-pre-width title=dom-pre-width>width</a>;
};</pre>

<p>The <dfn id=dom-pre-width title=dom-pre-width><code>width</code></dfn> IDL
Expand Down
2 changes: 1 addition & 1 deletion source
Expand Up @@ -110405,7 +110405,7 @@ if (s = prompt('What is your name?')) {
<hr>

<pre class="idl">partial interface <span>HTMLPreElement</span> {
attribute unsigned long <span title="dom-pre-width">width</span>;
attribute long <span title="dom-pre-width">width</span>;
};</pre>

<p>The <dfn title="dom-pre-width"><code>width</code></dfn> IDL
Expand Down

0 comments on commit d48d797

Please sign in to comment.