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

Unified Diff: sky/engine/core/css/CSSSelector.h

Issue 836383004: Remove all attribute selectors that are not Set or Exact. (Closed) Base URL: git@github.com:domokit/mojo.git@master
Patch Set: ojan comment. Created 5 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
« no previous file with comments | « no previous file | sky/engine/core/css/CSSSelector.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: sky/engine/core/css/CSSSelector.h
diff --git a/sky/engine/core/css/CSSSelector.h b/sky/engine/core/css/CSSSelector.h
index 44b8645b4a68521c8a27614d3bbf35839402a7fc..6d74be3413fdd24087c29a5246d7d7df4ad62265 100644
--- a/sky/engine/core/css/CSSSelector.h
+++ b/sky/engine/core/css/CSSSelector.h
@@ -110,11 +110,6 @@ namespace blink {
PseudoElement, // Example: ::first-line
Exact, // Example: E[foo="bar"]
Set, // Example: E[foo]
- Hyphen, // Example: E[foo|="bar"]
- List, // Example: E[foo~="bar"]
- Contain, // css3: E[foo*="bar"]
- Begin, // css3: E[foo^="bar"]
- End, // css3: E[foo$="bar"]
FirstAttributeSelectorMatch = Exact,
};
« no previous file with comments | « no previous file | sky/engine/core/css/CSSSelector.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698