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

Unified Diff: third_party/WebKit/Source/core/html/HTMLElement.idl

Issue 2549633002: rewrite spec links with http: to https: and fix known Javascript redirected links (Closed)
Patch Set: Fix frame-timing link Created 4 years 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: third_party/WebKit/Source/core/html/HTMLElement.idl
diff --git a/third_party/WebKit/Source/core/html/HTMLElement.idl b/third_party/WebKit/Source/core/html/HTMLElement.idl
index e44cdbda25733366d57bf3821fbcc6f46296f2ec..cbf6d8716936a7148fbe4ed472b4311cb9720a49 100644
--- a/third_party/WebKit/Source/core/html/HTMLElement.idl
+++ b/third_party/WebKit/Source/core/html/HTMLElement.idl
@@ -46,7 +46,7 @@ interface HTMLElement : Element {
[RuntimeEnabled=InputModeAttribute, CEReactions, Reflect] attribute DOMString inputMode;
// CSSOM View Module
- // http://dev.w3.org/csswg/cssom-view/#extensions-to-the-htmlelement-interface
+ // https://dev.w3.org/csswg/cssom-view/#extensions-to-the-htmlelement-interface
[PerWorldBindings, ImplementedAs=unclosedOffsetParent] readonly attribute Element? offsetParent;
[ImplementedAs=offsetTopForBinding] readonly attribute long offsetTop;
[ImplementedAs=offsetLeftForBinding] readonly attribute long offsetLeft;
@@ -54,7 +54,7 @@ interface HTMLElement : Element {
[ImplementedAs=offsetHeightForBinding] readonly attribute long offsetHeight;
// CSS Object Model (CSSOM)
- // http://dev.w3.org/csswg/cssom/#the-elementcssinlinestyle-interface
+ // https://dev.w3.org/csswg/cssom/#the-elementcssinlinestyle-interface
[SameObject, PerWorldBindings, PutForwards=cssText] readonly attribute CSSStyleDeclaration style;
// Typed OM
// https://drafts.css-houdini.org/css-typed-om/#inline-stylepropertymap-objects

Powered by Google App Engine
This is Rietveld 408576698