implement HTMLDataElement#value

This commit is contained in:
Ofek 2016-08-25 02:48:04 +03:00
parent 5b46a59194
commit cc23f9a87a
6 changed files with 82 additions and 136 deletions

View file

@ -4,5 +4,5 @@
// https://html.spec.whatwg.org/multipage/#htmldataelement
interface HTMLDataElement : HTMLElement {
// attribute DOMString value;
attribute DOMString value;
};