mirror of
https://github.com/servo/servo.git
synced 2025-08-06 06:00:15 +01:00
Support prefixed intrinsic size value for {width,height,{inline,block}-size}}.
This commit is contained in:
parent
aba0db0943
commit
3a3bc03eb8
3 changed files with 31 additions and 108 deletions
|
@ -1088,7 +1088,7 @@
|
|||
|
||||
#[derive(Clone, Debug, HasViewportPercentage, PartialEq)]
|
||||
#[cfg_attr(feature = "servo", derive(HeapSizeOf))]
|
||||
pub struct SpecifiedValue(${length_type});
|
||||
pub struct SpecifiedValue(pub ${length_type});
|
||||
|
||||
#[inline]
|
||||
pub fn get_initial_value() -> computed_value::T {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue