Implement HTMLLIElement#value

This commit is contained in:
vrod 2016-07-26 22:40:19 -03:00
parent 1f34d4f219
commit defaa5bee7
7 changed files with 46 additions and 217 deletions

View file

@ -4,7 +4,7 @@
// https://html.spec.whatwg.org/multipage/#htmllielement
interface HTMLLIElement : HTMLElement {
// attribute long value;
attribute long value;
// also has obsolete members
};