|
16 | 16 |
|
17 | 17 | <h1>CSSOM View Module</h1> |
18 | 18 |
|
19 | | - <h2 class="no-num no-toc" id="w3c-doctype">Editor's Draft 19 September 2013</h2> |
| 19 | + <h2 class="no-num no-toc" id="w3c-doctype">Editor's Draft 20 September 2013</h2> |
20 | 20 |
|
21 | 21 | <dl> |
22 | 22 |
|
@@ -83,7 +83,7 @@ <h2 class="no-num no-toc" id="sotd">Status of This Document</h2> |
83 | 83 | can be found in the <a href="http://www.w3.org/TR/">W3C technical reports |
84 | 84 | index at http://www.w3.org/TR/.</a></em> |
85 | 85 |
|
86 | | -<p>This is the 19 September 2013 Editor's Draft of CSSOM View. Please send |
| 86 | +<p>This is the 20 September 2013 Editor's Draft of CSSOM View. Please send |
87 | 87 | comments to |
88 | 88 | <a href="mailto:www-style@w3.org?subject=%5Bcssom-view%5D%20">www-style@w3.org</a> |
89 | 89 | (<a href="http://lists.w3.org/Archives/Public/www-style/">archived</a>) |
@@ -1614,11 +1614,11 @@ <h3 id="the-domrect-interface"><span class="secno">11.2 </span>The <code title=" |
1614 | 1614 |
|
1615 | 1615 | <pre class="idl">interface <dfn id="domrect">DOMRect</dfn> { |
1616 | 1616 | readonly attribute double <a href="#dom-domrect-top" title="dom-DOMRect-top">top</a>; |
1617 | | - readonly attribute double <a href="#dom-domrect-top" title="dom-DOMRect-top">right</a>; |
1618 | | - readonly attribute double <a href="#dom-domrect-top" title="dom-DOMRect-top">bottom</a>; |
1619 | | - readonly attribute double <a href="#dom-domrect-top" title="dom-DOMRect-top">left</a>; |
1620 | | - readonly attribute double <a href="#dom-domrect-top" title="dom-DOMRect-top">width</a>; |
1621 | | - readonly attribute double <a href="#dom-domrect-top" title="dom-DOMRect-top">height</a>; |
| 1617 | + readonly attribute double <a href="#dom-domrect-right" title="dom-DOMRect-right">right</a>; |
| 1618 | + readonly attribute double <a href="#dom-domrect-bottom" title="dom-DOMRect-bottom">bottom</a>; |
| 1619 | + readonly attribute double <a href="#dom-domrect-left" title="dom-DOMRect-left">left</a>; |
| 1620 | + readonly attribute double <a href="#dom-domrect-width" title="dom-DOMRect-width">width</a>; |
| 1621 | + readonly attribute double <a href="#dom-domrect-height" title="dom-DOMRect-height">height</a>; |
1622 | 1622 | };</pre> |
1623 | 1623 |
|
1624 | 1624 | <p>The <dfn id="dom-domrect-top" title="dom-DOMRect-top"><code>top</code></dfn> attribute must return the y-coordinate, relative to the <a href="#viewport">viewport</a> origin, of the top of |
|
0 commit comments