mirror of
https://github.com/servo/servo.git
synced 2025-08-06 22:15:33 +01:00
Stylo: Implement {specified|computed}::LayerImage.
This commit is contained in:
parent
1b9e1cc1f2
commit
3c3e7f63ee
9 changed files with 96 additions and 263 deletions
|
@ -309,7 +309,7 @@
|
|||
computed,
|
||||
inherited_style.get_font());
|
||||
% else:
|
||||
% if property.has_uncacheable_values:
|
||||
% if property.has_uncacheable_values == "True":
|
||||
context.mutate_style().mutate_${data.current_style_struct.name_lower}()
|
||||
.set_${property.ident}(computed, cacheable ${maybe_wm});
|
||||
% else:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue