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

Unified Diff: third_party/WebKit/Source/core/css/CSSPageRule.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/css/CSSPageRule.idl
diff --git a/third_party/WebKit/Source/core/css/CSSPageRule.idl b/third_party/WebKit/Source/core/css/CSSPageRule.idl
index e21f83ada106f8a46d36208b62f3531ff424f149..6220a53b356917e5d29d8980752f6a621cb0593c 100644
--- a/third_party/WebKit/Source/core/css/CSSPageRule.idl
+++ b/third_party/WebKit/Source/core/css/CSSPageRule.idl
@@ -18,12 +18,12 @@
* Boston, MA 02110-1301, USA.
*/
-// http://dev.w3.org/csswg/cssom/#the-csspagerule-interface
+// https://dev.w3.org/csswg/cssom/#the-csspagerule-interface
// TODO(foolip): CSSPageRule should inherit from CSSGroupingRule.
// crbug.com/496381. To internally implement this as grouping rule,
// margin at-rules should be implemented crbug.com/320370, since the
-// spec http://dev.w3.org/csswg/css-page/#at-page-rule allows only
+// spec https://dev.w3.org/csswg/css-page/#at-page-rule allows only
// margin at-rules inside @page.
interface CSSPageRule : CSSRule {
attribute DOMString selectorText;

Powered by Google App Engine
This is Rietveld 408576698