Details
-
New Feature
-
Status: Open
-
Minor
-
Resolution: Unresolved
-
2.5
-
None
-
None
-
Patch
Description
I implemented an extension (fox:box-sizing) which provides the same functionality as the CSS attribute box-sizing.
Attribute box-sizing can take two values:
- content-box: paddings and borders will enlarge the initial box' width and height (this is the default behavior).
- border-box: the box' size is maintained even in the presence of paddings and borders.
Currently fox:box-sizing can only be used with block-containers.