[Bug 25700] New: Missing grammar for promise type

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

            Bug ID: 25700
           Summary: Missing grammar for promise type
           Product: WebAppsWG
           Version: unspecified
          Hardware: PC
                OS: All
            Status: NEW
          Severity: normal
          Priority: P2
         Component: WebIDL
          Assignee: cam@mcc.id.au
          Reporter: peter.linss@hp.com
        QA Contact: public-webapps-bugzilla@w3.org
                CC: mike@w3.org, public-script-coord@w3.org

I'm presuming it should be:

NonAnyType    →    PrimitiveType TypeSuffix
 | "ByteString" TypeSuffix
 | "DOMString" TypeSuffix
 | identifier TypeSuffix
 | "sequence" "<" Type ">" Null
 | "object" TypeSuffix
 | "Date" TypeSuffix
 | "RegExp" TypeSuffix
 | "Promise" "<" Type ">"

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

Received on Wednesday, 14 May 2014 02:04:40 UTC