Re: [mediacapture-main] Clarification needed on HTMLMediaElement attributes that carry over (#599)

One option would be to say that:
1. setting a MediaStream srcObject sets the rate to 1 (not in the spec right now)
2. once a MediaStream srcObject is set, setting the rate is a no-op (in the spec right now)
Step 1 should then say whether setting the rate triggers a ratechange event or not. I would tend to allow a ratechange event there.
Your test case would give something like:
`0.5
ratechange
1
rate change
1
1`

-- 
GitHub Notification of comment by youennf
Please view or discuss this issue at https://github.com/w3c/mediacapture-main/issues/599#issuecomment-497530681 using your GitHub account

Received on Friday, 31 May 2019 00:18:29 UTC