Skip to content

Commit 3cf2a96

Browse files
author
Simon Pieters
committed
[cssom-view] Make DOMRect not inherit from DOMQuad. http://lists.w3.org/Archives/Public/www-style/2013Sep/0630.html
--HG-- extra : rebase_source : 799c44c0825c47fc24272bf428d314ffd6737f54
1 parent 46a480c commit 3cf2a96

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

cssom-view/Overview.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1616,7 +1616,7 @@ <h3 id="the-domrect-interface"><span class="secno">11.2 </span>The <code title="
16161616
<code><a href="#domrect">DOMRect</a></code> object.</p>
16171617

16181618
<pre class="idl">[<a href="#dom-domrect" title="dom-DOMRect">Constructor</a>(double left, double top, double width, double height)]
1619-
interface <dfn id="domrect">DOMRect</dfn> : <a href="#domquad">DOMQuad</a> {
1619+
interface <dfn id="domrect">DOMRect</dfn> {
16201620
readonly attribute double <a href="#dom-domrect-top" title="dom-DOMRect-top">top</a>;
16211621
readonly attribute double <a href="#dom-domrect-right" title="dom-DOMRect-right">right</a>;
16221622
readonly attribute double <a href="#dom-domrect-bottom" title="dom-DOMRect-bottom">bottom</a>;

cssom-view/Overview.src.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1574,7 +1574,7 @@ <h3>The <code title>DOMRect</code> Interface</h3>
15741574
<code>DOMRect</code> object.</p>
15751575

15761576
<pre class=idl>[<span title=dom-DOMRect>Constructor</span>(double left, double top, double width, double height)]
1577-
interface <dfn>DOMRect</dfn> : <span>DOMQuad</span> {
1577+
interface <dfn>DOMRect</dfn> {
15781578
readonly attribute double <span title=dom-DOMRect-top>top</span>;
15791579
readonly attribute double <span title=dom-DOMRect-right>right</span>;
15801580
readonly attribute double <span title=dom-DOMRect-bottom>bottom</span>;

0 commit comments

Comments
 (0)