Implement visibility for layout_2020

This commit is contained in:
Matthias Deiml 2020-06-14 00:02:51 +02:00
parent 9e09e1034f
commit b85a5dac5d
2 changed files with 34 additions and 21 deletions

View file

@ -9,10 +9,8 @@
// TODO: collapse. Well, do tables first.
${helpers.single_keyword(
"visibility",
"visible hidden",
"visible hidden collapse",
engines="gecko servo-2013 servo-2020",
servo_2020_pref="layout.2020.unimplemented",
extra_gecko_values="collapse",
gecko_ffi_name="mVisible",
animation_value_type="ComputedValue",
spec="https://drafts.csswg.org/css-box/#propdef-visibility",