|
@@ -15,6 +15,8 @@ interface HTMLAnchorElement : HTMLElement {
|
|
[CEReactions, Reflect] attribute DOMString hreflang;
|
|
[CEReactions, Reflect] attribute DOMString hreflang;
|
|
[CEReactions, Reflect] attribute DOMString type;
|
|
[CEReactions, Reflect] attribute DOMString type;
|
|
|
|
|
|
|
|
+ [CEReactions] attribute DOMString text;
|
|
|
|
+
|
|
// Obsolete
|
|
// Obsolete
|
|
[CEReactions, Reflect] attribute DOMString coords;
|
|
[CEReactions, Reflect] attribute DOMString coords;
|
|
[CEReactions, Reflect] attribute DOMString charset;
|
|
[CEReactions, Reflect] attribute DOMString charset;
|