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

Unified Diff: Source/core/html/HTMLLinkElement.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/HTMLLinkElement.idl
diff --git a/Source/core/html/HTMLLinkElement.idl b/Source/core/html/HTMLLinkElement.idl
index 667acdb044fed6770ed32e618665759ccee9f522..665a3296d5112253b83563bb24268aadb3fe6d91 100644
--- a/Source/core/html/HTMLLinkElement.idl
+++ b/Source/core/html/HTMLLinkElement.idl
@@ -27,6 +27,7 @@ interface HTMLLinkElement : HTMLElement {
[Reflect] attribute DOMString hreflang;
[Reflect] attribute DOMString media;
[Reflect] attribute DOMString rel;
+ readonly attribute DOMTokenList relList;
[Reflect] attribute DOMString rev;
[PutForwards=value] readonly attribute DOMSettableTokenList sizes;
[Reflect] attribute DOMString target;

Powered by Google App Engine
This is Rietveld 408576698