mirror of
https://github.com/servo/servo.git
synced 2025-08-06 14:10:11 +01:00
Add obsolete reflecting attributes on <a> and <link>
From my understanding, setting any of these will not affect any presentational hints for the elements
This commit is contained in:
parent
b05f4aa3aa
commit
fdebd2ae2a
7 changed files with 49 additions and 952 deletions
|
@ -20,7 +20,7 @@ interface HTMLLinkElement : HTMLElement {
|
|||
|
||||
// https://www.whatwg.org/html/#HTMLLinkElement-partial
|
||||
partial interface HTMLLinkElement {
|
||||
// attribute DOMString charset;
|
||||
// attribute DOMString rev;
|
||||
// attribute DOMString target;
|
||||
attribute DOMString charset;
|
||||
attribute DOMString rev;
|
||||
attribute DOMString target;
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue