[Bug 20560] New: misplaced comma

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

            Bug ID: 20560
           Summary: misplaced comma
    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 this needs to be rewritten:

"Let length be one greater than V’s maximum indexed property index, if V is a
platform object that supports indexed properties, or the result of calling
[[Get]] on V with property name “length” otherwise."

to:

"If V is a platform object that supports indexed properties, let length be one
greater than V’s maximum indexed property index. Otherwise, let length be the
result of calling [[Get]] on V with property name “length”."

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

Received on Friday, 4 January 2013 01:54:56 UTC