Skip to content

Commit db494d5

Browse files
author
Simon Pieters
committed
[cssom-view] Don't check for Infinity/-Infinity/NaN since WebIDL does that
1 parent 87782e3 commit db494d5

2 files changed

Lines changed: 2 additions & 8 deletions

File tree

cssom-view/Overview.html

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313

1414
<h1 id="cssom-view-module">CSSOM View Module</h1>
1515

16-
<h2 class="no-num no-toc" id="w3c-doctype">Editor's Draft 22 April 2013</h2>
16+
<h2 class="no-num no-toc" id="w3c-doctype">Editor's Draft 23 April 2013</h2>
1717

1818
<dl>
1919

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

72-
<p>This is the 22 April 2013 Editor's Draft of CSSOM View. Please send
72+
<p>This is the 23 April 2013 Editor's Draft of CSSOM View. Please send
7373
comments to
7474
<a href="mailto:www-style@w3.org?subject=%5Bcssom-view%5D%20">www-style@w3.org</a>
7575
(<a href="http://lists.w3.org/Archives/Public/www-style/">archived</a>)
@@ -586,9 +586,6 @@ <h3 id="element-scrolling-members"><span class="secno">6.2 </span><code title=""
586586
<p>To <dfn id="scroll-an-element">scroll an element</dfn> to <var title="">x</var>,<var title="">y</var> means to:</p>
587587

588588
<ol>
589-
<li><p>If either <var title="">x</var> or <var title="">y</var> is
590-
infinite or NaN terminate this algorithm.</p>
591-
592589
<li>
593590
<dl>
594591
<dt>If the element can have overflow to the right</dt>

cssom-view/cssom-view-source

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -306,9 +306,6 @@ out of memory, or to work around platform-specific limitations.
306306
<p>To <dfn>scroll an element</dfn> to <var title>x</var>,<var title>y</var> means to:</p>
307307

308308
<ol>
309-
<li><p>If either <var title>x</var> or <var title>y</var> is
310-
infinite or NaN terminate this algorithm.</p>
311-
312309
<li>
313310
<dl>
314311
<dt>If the element can have overflow to the right</dt>

0 commit comments

Comments
 (0)