[Bug 24370] New: [MSE] partial interface TextTrack violates WebIDL?

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

            Bug ID: 24370
           Summary: [MSE] partial interface TextTrack violates WebIDL?
           Product: HTML WG
           Version: unspecified
          Hardware: PC
                OS: All
            Status: NEW
          Severity: normal
          Priority: P2
         Component: Media Source Extensions
          Assignee: adrianba@microsoft.com
          Reporter: philipj@opera.com
        QA Contact: public-html-bugzilla@w3.org
                CC: mike@w3.org, public-html-media@w3.org

"partial interface TextTrack {
                attribute DOMString     kind;
                attribute DOMString     language;
    readonly    attribute SourceBuffer? sourceBuffer;
};"

TextTrack already has kind/language, and per WebIDL "All of the members that
appear on each of the partial interfaces are considered to be members of the
interface itself." That would mean that TextTrack now has two attributes of
each kind with different definitions, which doesn't make sense.

Why do scripts need to be able to modify these attributes?

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

Received on Thursday, 23 January 2014 03:49:17 UTC