- From: <bugzilla@jessica.w3.org>
- Date: Fri, 04 Jan 2013 01:39:49 +0000
- To: public-webapps-bugzilla@w3.org
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 the QA Contact for the bug.
Received on Friday, 4 January 2013 01:39:50 UTC