mirror of
https://github.com/servo/servo.git
synced 2025-07-24 15:50:21 +01:00
implement HTMLDataElement#value
This commit is contained in:
parent
5b46a59194
commit
cc23f9a87a
6 changed files with 82 additions and 136 deletions
|
@ -4,5 +4,5 @@
|
|||
|
||||
// https://html.spec.whatwg.org/multipage/#htmldataelement
|
||||
interface HTMLDataElement : HTMLElement {
|
||||
// attribute DOMString value;
|
||||
attribute DOMString value;
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue