mirror of
https://github.com/servo/servo
synced 2026-04-27 09:57:23 +02:00
Support flexbox shorthand properties
Support the `flex` and `flex-flow` shorthand properties in servo. Currently they are marked as experimental, so they are added to '__dir__.ini'. Thanks SimonSapin and jdm for help :)
This commit is contained in:
@@ -308,6 +308,9 @@ partial interface CSSStyleDeclaration {
|
||||
[SetterThrows, TreatNullAs=EmptyString] attribute DOMString transitionDelay;
|
||||
[SetterThrows, TreatNullAs=EmptyString] attribute DOMString transition-delay;
|
||||
|
||||
[SetterThrows, TreatNullAs=EmptyString] attribute DOMString flex;
|
||||
[SetterThrows, TreatNullAs=EmptyString] attribute DOMString flexFlow;
|
||||
[SetterThrows, TreatNullAs=EmptyString] attribute DOMString flex-flow;
|
||||
[SetterThrows, TreatNullAs=EmptyString] attribute DOMString flexDirection;
|
||||
[SetterThrows, TreatNullAs=EmptyString] attribute DOMString flex-direction;
|
||||
[SetterThrows, TreatNullAs=EmptyString] attribute DOMString flexWrap;
|
||||
|
||||
Reference in New Issue
Block a user