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

Unified Diff: third_party/WebKit/Source/core/css/CSSStyleDeclaration.idl

Issue 2549633002: rewrite spec links with http: to https: and fix known Javascript redirected links (Closed)
Patch Set: Address all code review comments; mostly rewrite incorrectly-anchored links 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/CSSStyleDeclaration.idl
diff --git a/third_party/WebKit/Source/core/css/CSSStyleDeclaration.idl b/third_party/WebKit/Source/core/css/CSSStyleDeclaration.idl
index bf4e728bda8df48c85d2ba64c46f8740e03476ff..630aea05009f1dbaef3ba42e49a8107af367189b 100644
--- a/third_party/WebKit/Source/core/css/CSSStyleDeclaration.idl
+++ b/third_party/WebKit/Source/core/css/CSSStyleDeclaration.idl
@@ -18,7 +18,7 @@
* Boston, MA 02110-1301, USA.
*/
-// http://dev.w3.org/csswg/cssom/#the-cssstyledeclaration-interface
+// https://dev.w3.org/csswg/cssom/#the-cssstyledeclaration-interface
[
DependentLifetime,
@@ -39,8 +39,8 @@
[CEReactions, RaisesException=Setter, TreatNullAs=EmptyString] attribute DOMString cssFloat;
// The camel-cased and dashed attribute getters have custom bindings.
- // http://dev.w3.org/csswg/cssom/#dom-cssstyledeclaration-camel-cased-attribute
- // http://dev.w3.org/csswg/cssom/#dom-cssstyledeclaration-dashed-attribute
+ // https://dev.w3.org/csswg/cssom/#dom-cssstyledeclaration-camel-cased-attribute
+ // https://dev.w3.org/csswg/cssom/#dom-cssstyledeclaration-dashed-attribute
[Custom=(PropertyGetter,PropertyEnumerator,PropertyQuery)] getter (DOMString or float) (DOMString name);
[Custom] setter void (DOMString property, DOMString? propertyValue);
};

Powered by Google App Engine
This is Rietveld 408576698