[Bug 16731] New: Define when "native" ending conversion happens

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

           Summary: Define when "native" ending conversion happens
           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


The spec should say if the "native" ending conversion is to be done on each
array element separately or after joining them. e.g.:

var b = new Blob(['\r', '\n'], {endings:"native"});

-- 
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 Friday, 13 April 2012 14:24:09 UTC