This is an archived snapshot of W3C's public bugzilla bug tracker, decommissioned in April 2019. Please see the home page for more details.

Bug 21701 - "If either x or y is infinite or NaN terminate t..."
Summary: "If either x or y is infinite or NaN terminate t..."
Status: RESOLVED FIXED
Alias: None
Product: CSS
Classification: Unclassified
Component: CSSOM View (show other bugs)
Version: unspecified
Hardware: PC All
: P2 normal
Target Milestone: ---
Assignee: Simon Pieters
QA Contact: public-css-bugzilla
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-04-15 14:33 UTC by Simon Pieters
Modified: 2013-08-08 13:28 UTC (History)
0 users

See Also:


Attachments

Description Simon Pieters 2013-04-15 14:33:05 UTC
http://dev.w3.org/csswg/cssom-view/#widl-Window-scroll-void-long-x-long-y

[[
If either x or y is infinite or NaN terminate this algorithm.
]]

WebIDL handles this now, so remove. (2 occurrences.)
Comment 1 Simon Pieters 2013-05-14 12:30:25 UTC
This was fixed at some point.