summaryrefslogtreecommitdiffstats
path: root/testing/web-platform/tests/interfaces/html-media-capture.idl
blob: 696dce6789f72735e457eea44b51c3b1133d103c (plain)
1
2
3
4
5
6
7
8
// GENERATED CONTENT - DO NOT EDIT
// Content was automatically extracted by Reffy into webref
// (https://github.com/w3c/webref)
// Source: HTML Media Capture (https://w3c.github.io/html-media-capture/)

partial interface HTMLInputElement {
    [CEReactions] attribute DOMString capture;
};