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

Unified Diff: Source/core/frame/UseCounter.h

Issue 140323003: Add UseCounter for case-insensitive attribute value selector matching (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Created 6 years, 11 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
« Source/core/css/SelectorChecker.cpp ('K') | « Source/core/css/SelectorChecker.cpp ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/frame/UseCounter.h
diff --git a/Source/core/frame/UseCounter.h b/Source/core/frame/UseCounter.h
index aa08ad5d3faadf741e083bfa14f3cceb41034e6b..68e43b76ce513465af9b75ab9363eae80ce85182 100644
--- a/Source/core/frame/UseCounter.h
+++ b/Source/core/frame/UseCounter.h
@@ -298,6 +298,7 @@ public:
PrefixedTransform3dMediaFeature,
PrefixedAnimationMediaFeature,
PrefixedViewModeMediaFeature,
+ CaseInsensitiveAttrSelectorMatch, // Case-insensitivity dropped from specification.
Mike West 2014/01/23 09:22:54 I'd suggest adding a counter for attribute selecto
Jens Widell 2014/01/23 09:38:49 I'm not 100 % sure how use counters work, but won'
Mike West 2014/01/23 10:08:24 I'd suggest that there are two relevant numbers:
Jens Widell 2014/01/23 10:27:21 How would you define 2? A case-insensitive attrib
// Add new features immediately above this line. Don't change assigned
// numbers of any item, and don't reuse removed slots.
NumberOfFeatures, // This enum value must be last.
« Source/core/css/SelectorChecker.cpp ('K') | « Source/core/css/SelectorChecker.cpp ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698