mirror of
https://github.com/servo/servo.git
synced 2025-08-04 05:00:08 +01:00
Add -moz-float-edge
This commit is contained in:
parent
2d5dc8fa6d
commit
5170f46455
2 changed files with 8 additions and 2 deletions
|
@ -63,3 +63,9 @@
|
||||||
% endfor
|
% endfor
|
||||||
|
|
||||||
${helpers.single_keyword("box-decoration-break", "slice clone", products="gecko")}
|
${helpers.single_keyword("box-decoration-break", "slice clone", products="gecko")}
|
||||||
|
|
||||||
|
${helpers.single_keyword("-moz-float-edge",
|
||||||
|
"content-box margin-box",
|
||||||
|
gecko_ffi_name="mFloatEdge",
|
||||||
|
gecko_constant_prefix="NS_STYLE_FLOAT_EDGE",
|
||||||
|
products="gecko")}
|
||||||
|
|
|
@ -92,8 +92,8 @@ pub const NS_STYLE_BASIC_SHAPE_CIRCLE: ::std::os::raw::c_uint = 1;
|
||||||
pub const NS_STYLE_BASIC_SHAPE_ELLIPSE: ::std::os::raw::c_uint = 2;
|
pub const NS_STYLE_BASIC_SHAPE_ELLIPSE: ::std::os::raw::c_uint = 2;
|
||||||
pub const NS_STYLE_BASIC_SHAPE_INSET: ::std::os::raw::c_uint = 3;
|
pub const NS_STYLE_BASIC_SHAPE_INSET: ::std::os::raw::c_uint = 3;
|
||||||
pub const NS_STYLE_BOX_SHADOW_INSET: ::std::os::raw::c_uint = 0;
|
pub const NS_STYLE_BOX_SHADOW_INSET: ::std::os::raw::c_uint = 0;
|
||||||
pub const NS_STYLE_FLOAT_EDGE_CONTENT: ::std::os::raw::c_uint = 0;
|
pub const NS_STYLE_FLOAT_EDGE_CONTENT_BOX: ::std::os::raw::c_uint = 0;
|
||||||
pub const NS_STYLE_FLOAT_EDGE_MARGIN: ::std::os::raw::c_uint = 1;
|
pub const NS_STYLE_FLOAT_EDGE_MARGIN_BOX: ::std::os::raw::c_uint = 1;
|
||||||
pub const NS_STYLE_USER_FOCUS_NONE: ::std::os::raw::c_uint = 0;
|
pub const NS_STYLE_USER_FOCUS_NONE: ::std::os::raw::c_uint = 0;
|
||||||
pub const NS_STYLE_USER_FOCUS_IGNORE: ::std::os::raw::c_uint = 1;
|
pub const NS_STYLE_USER_FOCUS_IGNORE: ::std::os::raw::c_uint = 1;
|
||||||
pub const NS_STYLE_USER_FOCUS_NORMAL: ::std::os::raw::c_uint = 2;
|
pub const NS_STYLE_USER_FOCUS_NORMAL: ::std::os::raw::c_uint = 2;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue