| Index: core/html/HTMLAnchorElement.idl
|
| diff --git a/core/html/HTMLAnchorElement.idl b/core/html/HTMLAnchorElement.idl
|
| index a91eb2395c6067ef48fa84d30a4d1e4e44f8809e..255acf0552055ebbcd6205f20a12924bb073000c 100644
|
| --- a/core/html/HTMLAnchorElement.idl
|
| +++ b/core/html/HTMLAnchorElement.idl
|
| @@ -23,12 +23,13 @@
|
| interface HTMLAnchorElement : HTMLElement {
|
| [Reflect] attribute DOMString target;
|
| [Reflect] attribute DOMString download;
|
| - // FIXME: ping should be a DOMSettableTokenList.
|
| + // FIXME: ping should be a DOMTokenList.
|
| [Reflect] attribute DOMString ping;
|
| [Reflect] attribute DOMString rel;
|
| // FIXME: readonly attribute DOMTokenList relList;
|
| [Reflect] attribute DOMString hreflang;
|
| [Reflect] attribute DOMString type;
|
| + [RuntimeEnabled=ReferrerPolicyAttribute, Reflect, ReflectOnly=("","no-referrer","origin","no-referrer-when-downgrade","origin-when-cross-origin","unsafe-url"), ReflectMissing="", ReflectInvalid=""] attribute DOMString referrerpolicy;
|
|
|
| [ImplementedAs=textContent] attribute DOMString text;
|
|
|
|
|