Title: [213247] trunk/Source/WebCore
Revision
213247
Author
jfernan...@igalia.com
Date
2017-03-01 14:45:45 -0800 (Wed, 01 Mar 2017)

Log Message

Missing 'specification' section in the place-content shorthand
https://bugs.webkit.org/show_bug.cgi?id=169052

Reviewed by Darin Adler.

Added 'specification' section in the place-content shorthand.

No new tests, no new functionality.

* css/CSSProperties.json:

Modified Paths

Diff

Modified: trunk/Source/WebCore/ChangeLog (213246 => 213247)


--- trunk/Source/WebCore/ChangeLog	2017-03-01 22:43:04 UTC (rev 213246)
+++ trunk/Source/WebCore/ChangeLog	2017-03-01 22:45:45 UTC (rev 213247)
@@ -1,3 +1,16 @@
+2017-03-01  Javier Fernandez  <jfernan...@igalia.com>
+
+        Missing 'specification' section in the place-content shorthand
+        https://bugs.webkit.org/show_bug.cgi?id=169052
+
+        Reviewed by Darin Adler.
+
+        Added 'specification' section in the place-content shorthand.
+
+        No new tests, no new functionality.
+
+        * css/CSSProperties.json:
+
 2017-02-28  Matt Rajca  <mra...@apple.com>
 
         Media: notify clients when autoplayed media is muted

Modified: trunk/Source/WebCore/css/CSSProperties.json (213246 => 213247)


--- trunk/Source/WebCore/css/CSSProperties.json	2017-03-01 22:43:04 UTC (rev 213246)
+++ trunk/Source/WebCore/css/CSSProperties.json	2017-03-01 22:45:45 UTC (rev 213247)
@@ -4631,6 +4631,10 @@
                     "align-content",
                     "justify-content"
                 ]
+            },
+            "specification": {
+                "category": "css-align",
+                "url": "https://www.w3.org/TR/css-align-3/#propdef-place-content"
             }
         },
         "grid": {
_______________________________________________
webkit-changes mailing list
webkit-changes@lists.webkit.org
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to