mirror of
https://github.com/servo/servo.git
synced 2025-08-03 04:30:10 +01:00
Implement flexbox reordering
Add style property for order and implement reordering by this property in flex flow. Based on previous work by @zentner-kyle.
This commit is contained in:
parent
b214205ba9
commit
3580f91291
10 changed files with 96 additions and 69 deletions
|
@ -310,4 +310,5 @@ partial interface CSSStyleDeclaration {
|
|||
|
||||
[SetterThrows, TreatNullAs=EmptyString] attribute DOMString flexDirection;
|
||||
[SetterThrows, TreatNullAs=EmptyString] attribute DOMString flex-direction;
|
||||
[SetterThrows, TreatNullAs=EmptyString] attribute DOMString order;
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue