mirror of
https://github.com/servo/servo
synced 2026-05-03 12:52:25 +02: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:
@@ -30,9 +30,9 @@ interface HTMLAnchorElement : HTMLElement {
|
||||
|
||||
// https://www.whatwg.org/html/#HTMLAnchorElement-partial
|
||||
partial interface HTMLAnchorElement {
|
||||
// attribute DOMString coords;
|
||||
attribute DOMString coords;
|
||||
// attribute DOMString charset;
|
||||
// attribute DOMString name;
|
||||
// attribute DOMString rev;
|
||||
// attribute DOMString shape;
|
||||
attribute DOMString name;
|
||||
attribute DOMString rev;
|
||||
attribute DOMString shape;
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user