mirror of
https://github.com/servo/servo.git
synced 2025-08-06 06:00:15 +01:00
Implement HTMLBaseElement attributes
This commit is contained in:
parent
a4991f536c
commit
4a1eb47937
7 changed files with 33 additions and 37 deletions
|
@ -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;
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue