[html-media-capture] It is unclear that .capture getter should return when the state is "implementation-specific" (#33)

smaug---- has just created a new issue for https://github.com/w3c/html-media-capture:

== It is unclear that .capture getter should return when the state is "implementation-specific" ==
If one does element.capture = "foobar"; what should be the value of
element.capture ?

capture attribute is enumerated, similarly to button element's type.

var b = document.createElement("button"); b.type = "foobar"; b.type == "foobar"; 
is false, since type defaults to "submit".

Please view or discuss this issue at https://github.com/w3c/html-media-capture/issues/33 using your GitHub account

Received on Friday, 19 July 2019 22:19:09 UTC