[Bug 26224] New: SourceBuffer.endOfStream() behavior undefined for empty, null, or garbage 'error' parameter.

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

            Bug ID: 26224
           Summary: SourceBuffer.endOfStream() behavior undefined for
                    empty, null, or garbage 'error' parameter.
           Product: HTML WG
           Version: unspecified
          Hardware: PC
                OS: All
            Status: NEW
          Severity: normal
          Priority: P2
         Component: Media Source Extensions
          Assignee: adrianba@microsoft.com
          Reporter: jer.noble@apple.com
        QA Contact: public-html-bugzilla@w3.org
                CC: mike@w3.org, public-html-media@w3.org

The behavior of the '2.2 endOfStream()' method is undefined in the case where
the 'error' parameter is not either undefined, 'network', or 'decode'.

The test suite being developed by acolwell asserts that 'error' parameters not
matching the above should throw a TypeError, and should not modify the
SourceBuffer.readyState, but this asserts behavior not in the spec.

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

Received on Friday, 27 June 2014 18:22:12 UTC