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

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

Issue 400763002: Adding relList attr to link and anchor element Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: modified as per review comment Created 6 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 63775c24b9b4129ccbb45e72526f3949bdc79414..46bacf29cb9b482f631d7636b698b0bd8e848e12 100644
--- a/Source/core/html/HTMLAnchorElement.idl
+++ b/Source/core/html/HTMLAnchorElement.idl
@@ -26,6 +26,7 @@ interface HTMLAnchorElement : HTMLElement {
[Reflect] attribute DOMString name;
[Reflect] attribute DOMString ping;
[Reflect] attribute DOMString rel;
+ readonly attribute DOMTokenList relList;
[Reflect] attribute DOMString rev;
[Reflect] attribute DOMString shape;
[Reflect] attribute DOMString target;

Powered by Google App Engine
This is Rietveld 408576698