|
16 | 16 |
|
17 | 17 | <h1>CSSOM View Module</h1> |
18 | 18 |
|
19 | | - <h2 class="no-num no-toc" id="w3c-doctype">Editor's Draft 30 September 2013</h2> |
| 19 | + <h2 class="no-num no-toc" id="w3c-doctype">Editor's Draft 1 October 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 30 September 2013 Editor's Draft of CSSOM View. Please send |
| 86 | +<p>This is the 1 October 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>) |
@@ -1633,7 +1633,8 @@ <h3 id="the-domrect-and-domrectreadonly-interfaces"><span class="secno">11.2 </s |
1633 | 1633 | <dd><p>The height of the rectangle. Can be negative. |
1634 | 1634 | </dl> |
1635 | 1635 |
|
1636 | | -<pre class="idl">[<a href="#dom-domrect" title="dom-DOMRect">Constructor</a>(unrestricted double x, unrestricted double y, unrestricted double width, <!-- |
| 1636 | +<pre class="idl">[<a href="#dom-domrect" title="dom-DOMRect">Constructor</a>, |
| 1637 | +<a href="#dom-domrect" title="dom-DOMRect">Constructor</a>(unrestricted double x, unrestricted double y, unrestricted double width, <!-- |
1637 | 1638 | -->unrestricted double height)] |
1638 | 1639 | interface <dfn id="domrect">DOMRect</dfn> { |
1639 | 1640 | attribute unrestricted double <a href="#dom-domrect-x" title="dom-DOMRect-x">x</a>; |
@@ -1663,6 +1664,7 @@ <h3 id="the-domrect-and-domrectreadonly-interfaces"><span class="secno">11.2 </s |
1663 | 1664 | invoked, must run the following steps: |
1664 | 1665 |
|
1665 | 1666 | <ol> |
| 1667 | + <li><p>If invoked with no arguments, let <var>x</var>, <var>y</var>, <var>width</var> and <var>height</var> be zero. |
1666 | 1668 | <li><p>Return a new <code><a href="#domrect">DOMRect</a></code> object with <a href="#concept-geometry-rectangle-x-coordinate" title="concept-geometry-rectangle-x-coordinate">x coordinate</a> set to <var>x</var>, |
1667 | 1669 | <a href="#concept-geometry-rectangle-x-coordinate" title="concept-geometry-rectangle-x-coordinate">y coordinate</a> set to <var>y</var>, <a href="#concept-geometry-rectangle-width" title="concept-geometry-rectangle-width">width</a> set to |
1668 | 1670 | <var>width</var> and <a href="#concept-geometry-rectangle-height" title="concept-geometry-rectangle-height">height</a> set to <var>height</var>. |
|
0 commit comments