Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
[e] (0) s/r typo
Fixing http://www.w3.org/Bugs/Public/show_bug.cgi?id=9168

git-svn-id: http://svn.whatwg.org/webapps@4899 340c8d12-0b0e-0410-8428-c7bf67bfef74
  • Loading branch information
Hixie committed Mar 30, 2010
1 parent 6bcb6e2 commit 28a9d15
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 @@ -87069,7 +87069,7 @@ <h4 id=other-elements,-attributes-and-apis><span class=secno>15.3.4 </span>Other

<p>The <dfn id=dom-iframe-frameborder title=dom-iframe-frameBorder><code>frameBorder</code></dfn> IDL
attribute of the <code><a href=#the-iframe-element>iframe</a></code> element must
<a href=#reflect>reflect</a> the element's <code title=attr-iframe-iframeborder>iframeborder</code> content
<a href=#reflect>reflect</a> the element's <code title=attr-iframe-frameborder><a href=#attr-iframe-frameborder>frameborder</a></code> content
attribute.</p>

<p>The <dfn id=dom-iframe-longdesc title=dom-iframe-longDesc><code>longDesc</code></dfn>
Expand Down
2 changes: 1 addition & 1 deletion index
Expand Up @@ -80341,7 +80341,7 @@ interface <a href=#htmliframeelement>HTMLIFrameElement</a> {

<p>The <dfn id=dom-iframe-frameborder title=dom-iframe-frameBorder><code>frameBorder</code></dfn> IDL
attribute of the <code><a href=#the-iframe-element>iframe</a></code> element must
<a href=#reflect>reflect</a> the element's <code title=attr-iframe-iframeborder>iframeborder</code> content
<a href=#reflect>reflect</a> the element's <code title=attr-iframe-frameborder><a href=#attr-iframe-frameborder>frameborder</a></code> content
attribute.</p>

<p>The <dfn id=dom-iframe-longdesc title=dom-iframe-longDesc><code>longDesc</code></dfn>
Expand Down
2 changes: 1 addition & 1 deletion source
Expand Up @@ -96804,7 +96804,7 @@ interface <span>HTMLIFrameElement</span> {
title="dom-iframe-frameBorder"><code>frameBorder</code></dfn> IDL
attribute of the <code>iframe</code> element must
<span>reflect</span> the element's <code
title="attr-iframe-iframeborder">iframeborder</code> content
title="attr-iframe-frameborder">frameborder</code> content
attribute.</p>

<p>The <dfn title="dom-iframe-longDesc"><code>longDesc</code></dfn>
Expand Down

0 comments on commit 28a9d15

Please sign in to comment.