Re: [w3c/permissions] autoplay permission (#172)

Maybe it's better to have a member on HTMLMediaElement, such as:
`readonly bool canAutoplay;` or `promise<bool> canAutoplay();`.
that takes into account the current context. We should probably move this request to the WhatWG spec.

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/w3c/permissions/issues/172#issuecomment-378411824

Received on Tuesday, 3 April 2018 21:54:39 UTC