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

    [Reflect] attribute DOMString value;

}