[Bug 20559] New: Typo in sequence conversion algo

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

            Bug ID: 20559
           Summary: Typo in sequence conversion algo
    Classification: Unclassified
           Product: WebAppsWG
           Version: unspecified
          Hardware: PC
                OS: All
            Status: NEW
          Severity: normal
          Priority: P2
         Component: WebIDL
          Assignee: cam@mcc.id.au
          Reporter: w3c@marcosc.com
        QA Contact: public-webapps-bugzilla@w3.org
                CC: mike@w3.org, public-script-coord@w3.org

I think there is a typo in the sequence conversion algo
(http://dev.w3.org/2006/webapi/WebIDL/#es-sequence)
It says:

1. Let *length* be the length of the platform array object.

But length is never used - instead, "n" is used in the proceeding steps.

Either change "length" to "n" or replace "n" for "length" in steps 2 and 3.

-- 
You are receiving this mail because:
You are on the CC list for the bug.

Received on Friday, 4 January 2013 01:39:50 UTC