mirror of
https://github.com/servo/servo.git
synced 2025-08-11 00:15:32 +01:00
Box larger specified values to avoid memmove impact
This commit is contained in:
parent
abc40f61c0
commit
78afe2b8d1
26 changed files with 174 additions and 67 deletions
|
@ -12,7 +12,7 @@
|
|||
Method("has_overline", "bool"),
|
||||
Method("has_line_through", "bool")]) %>
|
||||
|
||||
<%helpers:longhand name="text-overflow" animatable="False"
|
||||
<%helpers:longhand name="text-overflow" animatable="False" boxed="True"
|
||||
spec="https://drafts.csswg.org/css-ui/#propdef-text-overflow">
|
||||
use std::fmt;
|
||||
use style_traits::ToCss;
|
||||
|
@ -214,4 +214,5 @@ ${helpers.predefined_type(
|
|||
complex_color=True,
|
||||
products="gecko",
|
||||
animatable=True,
|
||||
boxed=True,
|
||||
spec="https://drafts.csswg.org/css-text-decor/#propdef-text-decoration-color")}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue