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

Unified Diff: third_party/WebKit/Source/build/scripts/make_css_property_metadata.py

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/build/scripts/make_css_property_metadata.py
diff --git a/third_party/WebKit/Source/build/scripts/make_css_property_metadata.py b/third_party/WebKit/Source/build/scripts/make_css_property_metadata.py
index b7ebe71c78f03eb30e4f1373c49a406af27ae46a..c4dc7427cdee7fd015c0ca3d0d03ac4d6938f211 100755
--- a/third_party/WebKit/Source/build/scripts/make_css_property_metadata.py
+++ b/third_party/WebKit/Source/build/scripts/make_css_property_metadata.py
@@ -28,7 +28,7 @@ class CSSPropertyMetadataWriter(css_properties.CSSProperties):
('interpolable', 'isInterpolableProperty'),
('inherited', 'isInheritedProperty'),
('supports_percentage', 'propertySupportsPercentage'),
- ('repeated', 'propertyIsRepeated')
+ ('separator', 'propertyIsRepeated')
sashab 2017/02/28 23:20:47 Not sure about this part. Do we need propertyIsRep
meade_UTC10 2017/03/01 06:20:28 It's really nice to have both - there are lots of
],
'first_enum_value': self._first_enum_value,
}

Powered by Google App Engine
This is Rietveld 408576698