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 17675 - Parameters to slice
Summary: Parameters to slice
Status: RESOLVED FIXED
Alias: None
Product: WebAppsWG
Classification: Unclassified
Component: File API (show other bugs)
Version: unspecified
Hardware: PC All
: P2 normal
Target Milestone: ---
Assignee: Arun
QA Contact: public-webapps-bugzilla
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-07-03 08:09 UTC by Simon Pieters
Modified: 2012-07-10 16:42 UTC (History)
1 user (show)

See Also:


Attachments

Description Simon Pieters 2012-07-03 08:09:41 UTC
http://dev.w3.org/2006/webapi/FileAPI/#methodsandparams-blob

The "normalize parameters" is only used by slice(). As such, I think it doesn't make much sense to split it out from the slice() algorithm. Moreover, the "When processing the slice call, user agents must normalize start to relativeStart." means it gets stuck in an infinite loop if read literally.

I would prefer if the steps that do something were moved into the slice() algorithm and the surrounding prose was removed.
Comment 1 Arun 2012-07-10 16:42:59 UTC
Agreed; this change is long overdue, so thanks for catching it in a bug.

Done.