mirror of
https://github.com/servo/servo.git
synced 2025-08-06 14:10:11 +01:00
Add support for 'padding-box' value for 'box-sizing' property (fixes #6032)
Spec: http://dev.w3.org/csswg/css-ui/#valdef-box-sizing-padding-box Currently, only Firefox is supporting this value.
This commit is contained in:
parent
b3b9deafa7
commit
945adabd48
6 changed files with 27 additions and 1 deletions
|
@ -2171,7 +2171,7 @@ pub mod longhands {
|
|||
// http://dev.w3.org/csswg/css-ui/
|
||||
${switch_to_style_struct("Box")}
|
||||
|
||||
${single_keyword("box-sizing", "content-box border-box")}
|
||||
${single_keyword("box-sizing", "content-box padding-box border-box")}
|
||||
|
||||
${new_style_struct("Pointing", is_inherited=True)}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue