[Bug 26797] New: Typo in MediaKeySession.load(DOMString sessionId)

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

            Bug ID: 26797
           Summary: Typo in MediaKeySession.load(DOMString sessionId)
           Product: HTML WG
           Version: unspecified
          Hardware: PC
                OS: Windows NT
            Status: NEW
          Severity: normal
          Priority: P2
         Component: Encrypted Media Extensions
          Assignee: adrianba@microsoft.com
          Reporter: cpearce@mozilla.com
        QA Contact: public-html-bugzilla@w3.org
                CC: mike@w3.org, public-html-media@w3.org

There's a typo in the definition of MediaKeySession.load() in the spec.

It's defined as:

Promise<bool> load(DOMString sessionId);

But "bool" is not a valid type, it should be "boolean" I believe:
http://www.w3.org/TR/WebIDL/#idl-boolean

-- 
You are receiving this mail because:
You are the QA Contact for the bug.

Received on Sunday, 14 September 2014 23:26:21 UTC