mirror of
https://github.com/servo/servo.git
synced 2025-10-04 02:29:12 +01:00
style: Implement flow-relative values for resize property.
Differential Revision: https://phabricator.services.mozilla.com/D2908
This commit is contained in:
parent
5299ce31aa
commit
c77ecd6984
7 changed files with 87 additions and 9 deletions
|
@ -3106,6 +3106,9 @@ fn static_assert() {
|
|||
) %>
|
||||
${impl_keyword('clear', 'mBreakType', clear_keyword)}
|
||||
|
||||
<% resize_keyword = Keyword("resize", "None Both Horizontal Vertical") %>
|
||||
${impl_keyword('resize', 'mResize', resize_keyword)}
|
||||
|
||||
<% overflow_x = data.longhands_by_name["overflow-x"] %>
|
||||
pub fn set_overflow_y(&mut self, v: longhands::overflow_y::computed_value::T) {
|
||||
use properties::longhands::overflow_x::computed_value::T as BaseType;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue