mirror of
https://github.com/servo/servo.git
synced 2025-08-03 04:30:10 +01:00
Implement HTMLMetaElement.{name,content} (fixes #5663).
This commit is contained in:
parent
07aa6306f5
commit
731411660c
9 changed files with 17 additions and 281 deletions
|
@ -5,9 +5,9 @@
|
|||
|
||||
// https://www.whatwg.org/html/#htmlmetaelement
|
||||
interface HTMLMetaElement : HTMLElement {
|
||||
// attribute DOMString name;
|
||||
attribute DOMString name;
|
||||
// attribute DOMString httpEquiv;
|
||||
// attribute DOMString content;
|
||||
attribute DOMString content;
|
||||
|
||||
// also has obsolete members
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue