Type Definition style::values::specified::text::WordSpacing
[−]
[src]
type WordSpacing = Spacing<LengthOrPercentage>;
A specified value for the word-spacing
property.
Trait Implementations
impl Parse for WordSpacing
[src]
fn parse<'i, 't>(
context: &ParserContext,
input: &mut Parser<'i, 't>
) -> Result<Self, ParseError<'i>>
[src]
context: &ParserContext,
input: &mut Parser<'i, 't>
) -> Result<Self, ParseError<'i>>
Parse a value of this type. Read more