Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(714)

Unified Diff: Source/core/html/HTMLAnchorElement.idl

Issue 1235603003: Use DOMSettableTokenList for {HTMLAnchorElement, HTMLAreaElement}.ping. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Created 5 years, 5 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: Source/core/html/HTMLAnchorElement.idl
diff --git a/Source/core/html/HTMLAnchorElement.idl b/Source/core/html/HTMLAnchorElement.idl
index a91eb2395c6067ef48fa84d30a4d1e4e44f8809e..5aa631bcf536cf4c51adb6589390c8f9557de66c 100644
--- a/Source/core/html/HTMLAnchorElement.idl
+++ b/Source/core/html/HTMLAnchorElement.idl
@@ -23,8 +23,7 @@
interface HTMLAnchorElement : HTMLElement {
[Reflect] attribute DOMString target;
[Reflect] attribute DOMString download;
- // FIXME: ping should be a DOMSettableTokenList.
- [Reflect] attribute DOMString ping;
+ [PutForwards=value] attribute DOMSettableTokenList ping;
[Reflect] attribute DOMString rel;
// FIXME: readonly attribute DOMTokenList relList;
[Reflect] attribute DOMString hreflang;

Powered by Google App Engine
This is Rietveld 408576698