mirror of
https://github.com/servo/servo.git
synced 2025-06-29 19:43:39 +01:00
2020: parse display: contents
This commit is contained in:
parent
13e494d74f
commit
8f89f59329
1 changed files with 1 additions and 1 deletions
|
@ -619,7 +619,7 @@ impl Parse for Display {
|
|||
// Now parse the single-keyword `display` values.
|
||||
Ok(try_match_ident_ignore_ascii_case! { input,
|
||||
"none" => Display::None,
|
||||
#[cfg(feature = "gecko")]
|
||||
#[cfg(any(feature = "servo-layout-2020", feature = "gecko"))]
|
||||
"contents" => Display::Contents,
|
||||
"inline-block" => Display::InlineBlock,
|
||||
#[cfg(any(feature = "servo-layout-2013", feature = "gecko"))]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue