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

Unified Diff: third_party/WebKit/Source/core/frame/Deprecation.cpp

Issue 2501893003: Deprecate case-insensitive matching for |usemap| attribute (Closed)
Patch Set: Created 4 years, 1 month 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
« no previous file with comments | « third_party/WebKit/Source/core/dom/TreeScope.cpp ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/WebKit/Source/core/frame/Deprecation.cpp
diff --git a/third_party/WebKit/Source/core/frame/Deprecation.cpp b/third_party/WebKit/Source/core/frame/Deprecation.cpp
index 366d162cd0394bb64a617eb822317265f2a27f42..488f21ab633633dc3c15848f8199f6295103b1d0 100644
--- a/third_party/WebKit/Source/core/frame/Deprecation.cpp
+++ b/third_party/WebKit/Source/core/frame/Deprecation.cpp
@@ -208,6 +208,11 @@ String Deprecation::deprecationMessage(UseCounter::Feature feature) {
"deprecated. Please pass the index argument as well: "
"insertRule(x, 0).";
+ case UseCounter::MapNameMatchingASCIICaseless:
+ case UseCounter::MapNameMatchingUnicodeLower:
+ return willBeRemoved("Case-insensitive matching for usemap attribute",
+ M58, "5760965337415680");
+
case UseCounter::PrefixedVideoSupportsFullscreen:
return replacedBy("'HTMLVideoElement.webkitSupportsFullscreen'",
"'Document.fullscreenEnabled'");
« no previous file with comments | « third_party/WebKit/Source/core/dom/TreeScope.cpp ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698