mirror of
https://github.com/servo/servo.git
synced 2025-08-03 04:30:10 +01:00
Implement HTMLLIElement#value
This commit is contained in:
parent
1f34d4f219
commit
defaa5bee7
7 changed files with 46 additions and 217 deletions
|
@ -4,7 +4,7 @@
|
|||
|
||||
// https://html.spec.whatwg.org/multipage/#htmllielement
|
||||
interface HTMLLIElement : HTMLElement {
|
||||
// attribute long value;
|
||||
attribute long value;
|
||||
|
||||
// also has obsolete members
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue