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

Unified Diff: third_party/WebKit/Source/core/css/CSSPropertyMetadata.h

Issue 2722503002: [CSS Typed OM] Specify and check separators for repeated properties (Closed)
Patch Set: Add "/" as a valid separator in CSSProperties.json5 Created 3 years, 10 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
Index: third_party/WebKit/Source/core/css/CSSPropertyMetadata.h
diff --git a/third_party/WebKit/Source/core/css/CSSPropertyMetadata.h b/third_party/WebKit/Source/core/css/CSSPropertyMetadata.h
index c90641a5830706f52b915cd5b7287f686bfb62ae..31b30bd6a362f64372d31668de929da1d4e2b4ac 100644
--- a/third_party/WebKit/Source/core/css/CSSPropertyMetadata.h
+++ b/third_party/WebKit/Source/core/css/CSSPropertyMetadata.h
@@ -21,6 +21,7 @@ class CORE_EXPORT CSSPropertyMetadata {
static bool isInheritedProperty(CSSPropertyID);
static bool propertySupportsPercentage(CSSPropertyID);
static bool propertyIsRepeated(CSSPropertyID);
+ static char repetitionSeparator(CSSPropertyID);
static bool isDescriptorOnly(CSSPropertyID);
static void filterEnabledCSSPropertiesIntoVector(const CSSPropertyID*,

Powered by Google App Engine
This is Rietveld 408576698