summaryrefslogtreecommitdiff
path: root/Userland/Libraries/LibWeb/HTML/HTMLDataElement.idl
blob: 12844eef0349b17f2430bdfb503384ea54482f2d (plain)
1
2
3
4
5
6
7
#import <HTML/HTMLElement.idl>

interface HTMLDataElement : HTMLElement {

    [Reflect] attribute DOMString value;

};