mirror of
https://github.com/servo/servo
synced 2026-04-27 01:55:03 +02:00
implement HTMLDataElement#value
This commit is contained in:
@@ -4,5 +4,5 @@
|
||||
|
||||
// https://html.spec.whatwg.org/multipage/#htmldataelement
|
||||
interface HTMLDataElement : HTMLElement {
|
||||
// attribute DOMString value;
|
||||
attribute DOMString value;
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user