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

interface HTMLHtmlElement : HTMLElement {

    [Reflect] attribute DOMString version;

};