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:
Corey Farwell 2015-09-12 20:55:31 +01:00
parent b05f4aa3aa
commit fdebd2ae2a
7 changed files with 49 additions and 952 deletions

View file

@ -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;
};