Title: [240354] trunk/Source/WebCore
- Revision
- 240354
- Author
- [email protected]
- Date
- 2019-01-23 12:54:30 -0800 (Wed, 23 Jan 2019)
Log Message
Add CSS Logical spec to features.json
https://bugs.webkit.org/show_bug.cgi?id=193717
Patch by Oriol Brufau <[email protected]> on 2019-01-23
Reviewed by Manuel Rego Casasnovas.
* features.json:
Modified Paths
Diff
Modified: trunk/Source/WebCore/ChangeLog (240353 => 240354)
--- trunk/Source/WebCore/ChangeLog 2019-01-23 20:36:37 UTC (rev 240353)
+++ trunk/Source/WebCore/ChangeLog 2019-01-23 20:54:30 UTC (rev 240354)
@@ -1,3 +1,12 @@
+2019-01-23 Oriol Brufau <[email protected]>
+
+ Add CSS Logical spec to features.json
+ https://bugs.webkit.org/show_bug.cgi?id=193717
+
+ Reviewed by Manuel Rego Casasnovas.
+
+ * features.json:
+
2019-01-22 Conrad Shultz <[email protected]>
Clean up USE(WEB_THREAD)
Modified: trunk/Source/WebCore/features.json (240353 => 240354)
--- trunk/Source/WebCore/features.json 2019-01-23 20:36:37 UTC (rev 240353)
+++ trunk/Source/WebCore/features.json 2019-01-23 20:54:30 UTC (rev 240354)
@@ -126,6 +126,19 @@
"category": "css"
},
{
+ "name": "CSS Logical Properties and Values Level 1",
+ "status": {
+ "status": "In Development"
+ },
+ "url": "https://drafts.csswg.org/css-logical/",
+ "keywords": ["css", "css-logical", "flow-relative", "logical"],
+ "category": "css",
+ "contact": {
+ "name": "Oriol Brufau",
+ "email": "[email protected]"
+ }
+ },
+ {
"name": "CSS Media Queries Level 4",
"url": "http://dev.w3.org/csswg/mediaqueries-4/",
"keywords": ["css media queries", "media queries"],
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes