mirror of
https://github.com/servo/servo
synced 2026-04-27 09:57:23 +02:00
Implement HTMLBaseElement attributes
This commit is contained in:
@@ -5,6 +5,6 @@
|
||||
|
||||
// https://html.spec.whatwg.org/multipage/#htmlbaseelement
|
||||
interface HTMLBaseElement : HTMLElement {
|
||||
// attribute DOMString href;
|
||||
// attribute DOMString target;
|
||||
attribute DOMString href;
|
||||
// attribute DOMString target;
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user