Stylo: Let SpecifiedUrl be able to carry ImageValue.

This commit is contained in:
cku 2017-05-15 10:39:39 +08:00
parent eb7314b412
commit 2fe55e82d3
4 changed files with 49 additions and 4 deletions

View file

@ -2441,6 +2441,7 @@ ${helpers.single_keyword("-moz-appearance",
${helpers.predefined_type("-moz-binding", "UrlOrNone", "Either::Second(None_)",
products="gecko",
boxed="True" if product == "gecko" else "False",
animation_value_type="none",
gecko_ffi_name="mBinding",
spec="Nonstandard (https://developer.mozilla.org/en-US/docs/Web/CSS/-moz-binding)",