mirror of
https://github.com/servo/servo.git
synced 2025-08-03 20:50:07 +01:00
Add min/max-width/height support for inline-block
(… and other non-replaced atomic inline-level boxes.)
This commit is contained in:
parent
999dd72895
commit
bf96988260
2 changed files with 35 additions and 5 deletions
|
@ -29,6 +29,8 @@ pub(crate) struct IndependentFormattingContext {
|
|||
|
||||
pub(crate) struct IndependentLayout {
|
||||
pub fragments: Vec<Fragment>,
|
||||
|
||||
/// https://drafts.csswg.org/css2/visudet.html#root-height
|
||||
pub content_block_size: Length,
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue