Skip to content

Commit 690a48d

Browse files
author
Simon Pieters
committed
[cssom-view] Editorial: copypasta
1 parent d6707a1 commit 690a48d

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

cssom-view/Overview.html

Lines changed: 3 additions & 3 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 1 October 2013</h2>
19+
<h2 class="no-num no-toc" id="w3c-doctype">Editor's Draft 2 October 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 1 October 2013 Editor's Draft of CSSOM View. Please send
86+
<p>This is the 2 October 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>)
@@ -764,7 +764,7 @@ <h4 id="the-features-argument-to-the-open()-method"><span class="secno">5.1 </sp
764764
<li><p>Let <var>y</var> be the value of <code title="dom-open-features-height"><a href="#dom-open-features-height">height</a></code>.
765765
<li><p>Optionally, clamp <var>y</var> in a user-agent-defined manner so that the window does not get too small or bigger than the available space.
766766
<li><p>Optionally, size <var>target</var>'s window by moving its bottom edge such that the distance between the top and bottom edges of the viewport are
767-
<var>x</var> CSS pixels of <var>target</var>.
767+
<var>y</var> CSS pixels of <var>target</var>.
768768
<li><p>Optionally, move <var>target</var>'s window in a user-agent-defined manner so that it does not grow outside the available space.
769769
</ol>
770770
</ol>

cssom-view/Overview.src.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -722,7 +722,7 @@ <h4>The <var>features</var> argument to the <code title>open()</code> method</h4
722722
<li><p>Let <var>y</var> be the value of <code title=dom-open-features-height>height</code>.
723723
<li><p>Optionally, clamp <var>y</var> in a user-agent-defined manner so that the window does not get too small or bigger than the available space.
724724
<li><p>Optionally, size <var>target</var>'s window by moving its bottom edge such that the distance between the top and bottom edges of the viewport are
725-
<var>x</var> CSS pixels of <var>target</var>.
725+
<var>y</var> CSS pixels of <var>target</var>.
726726
<li><p>Optionally, move <var>target</var>'s window in a user-agent-defined manner so that it does not grow outside the available space.
727727
</ol>
728728
</ol>

0 commit comments

Comments
 (0)