Title: [276565] trunk/Source/WebCore
- Revision
- 276565
- Author
- [email protected]
- Date
- 2021-04-25 10:43:16 -0700 (Sun, 25 Apr 2021)
Log Message
css-contain category missing from CSSProperties.json
https://bugs.webkit.org/show_bug.cgi?id=224990
Patch by Tyler Wilcock <[email protected]> on 2021-04-25
Reviewed by Darin Adler.
* css/CSSProperties.json:
Add missing css-contain category to avoid style lint errors. Example
error:
ERROR: Source/WebCore/css/CSSProperties.json:0: property "contain" has category "css-contain" which is not in the set of categories. [json/syntax] [5]
Modified Paths
Diff
Modified: trunk/Source/WebCore/ChangeLog (276564 => 276565)
--- trunk/Source/WebCore/ChangeLog 2021-04-25 17:39:58 UTC (rev 276564)
+++ trunk/Source/WebCore/ChangeLog 2021-04-25 17:43:16 UTC (rev 276565)
@@ -1,3 +1,16 @@
+2021-04-25 Tyler Wilcock <[email protected]>
+
+ css-contain category missing from CSSProperties.json
+ https://bugs.webkit.org/show_bug.cgi?id=224990
+
+ Reviewed by Darin Adler.
+
+ * css/CSSProperties.json:
+ Add missing css-contain category to avoid style lint errors. Example
+ error:
+
+ ERROR: Source/WebCore/css/CSSProperties.json:0: property "contain" has category "css-contain" which is not in the set of categories. [json/syntax] [5]
+
2021-04-24 Ryosuke Niwa <[email protected]>
Deploy Ref/RefPtr in DeleteSelectionCommand
Modified: trunk/Source/WebCore/css/CSSProperties.json (276564 => 276565)
--- trunk/Source/WebCore/css/CSSProperties.json 2021-04-25 17:39:58 UTC (rev 276564)
+++ trunk/Source/WebCore/css/CSSProperties.json 2021-04-25 17:43:16 UTC (rev 276565)
@@ -7226,6 +7226,11 @@
"longname": "CSS Compositing and Blending",
"url": "https://www.w3.org/TR/compositing-1/"
},
+ "css-contain": {
+ "shortname": "CSS Containment",
+ "longname": "CSS Containment Module",
+ "url": "https://drafts.csswg.org/css-contain-2/"
+ },
"css-content": {
"shortname": "CSS Generated Content",
"longname": "CSS Generated Content Module",
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes