Re: [mediacapture-fromelement] MediaStreamTrack does not dispatch "ended" event at Chromium when src of HTMLMediaElement is changed, Firefox does dispatch "ended" event; which implementation is correct? (#78)

This issue and the muted attribute issue are completely different.
The ended attribute referred to here is part of HTML media element, so I think mediacapture-main shouldn't override the element definition.

Issue #583 is about attributes with the same name but on different types and I don't see why they should match, especially when a media element can have a mediastream with multiple tracks, some muted and some not muted.

Anyway, I think we should close this bug since the question was which implementation is correct and the answer is that the Firefox implementation matches the spec and Chrome's implementation doesn't. Concerns about the HTML ended attribute can be discussed in other bugs such as #536 and others linked from there.

-- 
GitHub Notification of comment by guidou
Please view or discuss this issue at https://github.com/w3c/mediacapture-fromelement/issues/78#issuecomment-491054648 using your GitHub account

Received on Thursday, 9 May 2019 20:30:22 UTC