mirror of
https://github.com/servo/servo.git
synced 2025-08-15 18:35:33 +01:00
Add -moz-float-edge
This commit is contained in:
parent
2d5dc8fa6d
commit
5170f46455
2 changed files with 8 additions and 2 deletions
|
@ -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_INSET: ::std::os::raw::c_uint = 3;
|
||||
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_MARGIN: ::std::os::raw::c_uint = 1;
|
||||
pub const NS_STYLE_FLOAT_EDGE_CONTENT_BOX: ::std::os::raw::c_uint = 0;
|
||||
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_IGNORE: ::std::os::raw::c_uint = 1;
|
||||
pub const NS_STYLE_USER_FOCUS_NORMAL: ::std::os::raw::c_uint = 2;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue