diff options
author | Mats Palmgren <mats@mozilla.com> | 2020-04-28 01:18:44 +0000 |
---|---|---|
committer | Emilio Cobos Álvarez <emilio@crisal.io> | 2020-06-04 01:50:36 +0200 |
commit | 6f58c665899c23fe8b3965ec687cecfd2ee67aa0 (patch) | |
tree | ee064d9503998839810e19a4d7da3405d8b0ee98 /components/style/properties/data.py | |
parent | 21d48e00cc9c268ded420991e14a98a53f2ced90 (diff) | |
download | servo-6f58c665899c23fe8b3965ec687cecfd2ee67aa0.tar.gz servo-6f58c665899c23fe8b3965ec687cecfd2ee67aa0.zip |
style: Implement style system support for Masonry layout.
This implements support for this CSS Masonry layout proposal:
https://github.com/w3c/csswg-drafts/issues/4650
I've intentionally left out a shorthand (place-tracks?) for now until
we have a draft CSS spec for this.
Differential Revision: https://phabricator.services.mozilla.com/D67061
Diffstat (limited to 'components/style/properties/data.py')
-rw-r--r-- | components/style/properties/data.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/components/style/properties/data.py b/components/style/properties/data.py index 472d1eb34dd..56ac30dd458 100644 --- a/components/style/properties/data.py +++ b/components/style/properties/data.py @@ -356,6 +356,7 @@ class Longhand(object): "JustifyItems", "JustifySelf", "LineBreak", + "MasonryAutoFlow", "MozForceBrokenImageIcon", "MozListReversed", "MozScriptLevel", |