[Bug 17675] New: Parameters to slice

https://www.w3.org/Bugs/Public/show_bug.cgi?id=17675

           Summary: Parameters to slice
           Product: WebAppsWG
           Version: unspecified
          Platform: PC
        OS/Version: All
            Status: NEW
          Severity: normal
          Priority: P2
         Component: File API
        AssignedTo: arun@mozilla.com
        ReportedBy: simonp@opera.com
         QAContact: public-webapps-bugzilla@w3.org
                CC: public-webapps@w3.org


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.

-- 
Configure bugmail: https://www.w3.org/Bugs/Public/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.

Received on Tuesday, 3 July 2012 08:09:47 UTC