summaryrefslogtreecommitdiff
path: root/Libraries/LibWeb/HTML/HTMLDataElement.idl
blob: 4edce306facb4b9223be681c5c07b194abe241ae (plain)
1
2
3
4
5
interface HTMLDataElement : HTMLElement {

    [Reflect] attribute DOMString value;

};