mirror of
https://github.com/servo/servo.git
synced 2025-08-11 08:25:32 +01:00
style: Make several more specified values Copy.
Differential Revision: https://phabricator.services.mozilla.com/D2932
This commit is contained in:
parent
e22850dc85
commit
5299ce31aa
3 changed files with 8 additions and 4 deletions
|
@ -744,7 +744,7 @@ pub enum TextEmphasisVerticalWritingModeValue {
|
|||
}
|
||||
|
||||
/// Specified value of `text-emphasis-position` property.
|
||||
#[derive(Clone, Debug, MallocSizeOf, PartialEq, SpecifiedValueInfo,
|
||||
#[derive(Clone, Copy, Debug, MallocSizeOf, PartialEq, SpecifiedValueInfo,
|
||||
ToComputedValue, ToCss)]
|
||||
pub struct TextEmphasisPosition(
|
||||
pub TextEmphasisHorizontalWritingModeValue,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue