Skip to content

Commit cebebe8

Browse files
author
Simon Pieters
committed
[cssom-view] Editorial: copypasta
1 parent 22e8627 commit cebebe8

2 files changed

Lines changed: 12 additions & 12 deletions

File tree

cssom-view/Overview.html

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616

1717
<h1>CSSOM View Module</h1>
1818

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>
2020

2121
<dl>
2222

@@ -83,7 +83,7 @@ <h2 class="no-num no-toc" id="sotd">Status of This Document</h2>
8383
can be found in the <a href="http://www.w3.org/TR/">W3C technical reports
8484
index at http://www.w3.org/TR/.</a></em>
8585

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
8787
comments to
8888
<a href="mailto:www-style@w3.org?subject=%5Bcssom-view%5D%20">www-style@w3.org</a>
8989
(<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="
16141614

16151615
<pre class="idl">interface <dfn id="domrect">DOMRect</dfn> {
16161616
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>;
16221622
};</pre>
16231623

16241624
<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

cssom-view/Overview.src.html

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1575,11 +1575,11 @@ <h3>The <code title>DOMRect</code> Interface</h3>
15751575

15761576
<pre class=idl>interface <dfn>DOMRect</dfn> {
15771577
readonly attribute double <span title=dom-DOMRect-top>top</span>;
1578-
readonly attribute double <span title=dom-DOMRect-top>right</span>;
1579-
readonly attribute double <span title=dom-DOMRect-top>bottom</span>;
1580-
readonly attribute double <span title=dom-DOMRect-top>left</span>;
1581-
readonly attribute double <span title=dom-DOMRect-top>width</span>;
1582-
readonly attribute double <span title=dom-DOMRect-top>height</span>;
1578+
readonly attribute double <span title=dom-DOMRect-right>right</span>;
1579+
readonly attribute double <span title=dom-DOMRect-bottom>bottom</span>;
1580+
readonly attribute double <span title=dom-DOMRect-left>left</span>;
1581+
readonly attribute double <span title=dom-DOMRect-width>width</span>;
1582+
readonly attribute double <span title=dom-DOMRect-height>height</span>;
15831583
};</pre>
15841584

15851585
<p>The <dfn title=dom-DOMRect-top><code>top</code></dfn> attribute must return the y-coordinate, relative to the <span>viewport</span> origin, of the top of

0 commit comments

Comments
 (0)