mirror of
https://github.com/servo/servo.git
synced 2025-08-06 22:15:33 +01:00
style: Add parsing of the loose|normal|strict values of the CSS line-break property.
Differential Revision: https://phabricator.services.mozilla.com/D30785
This commit is contained in:
parent
0dc70cf7f2
commit
8ee516b681
1 changed files with 3 additions and 4 deletions
|
@ -1024,10 +1024,9 @@ pub enum WordBreak {
|
||||||
#[allow(missing_docs)]
|
#[allow(missing_docs)]
|
||||||
pub enum LineBreak {
|
pub enum LineBreak {
|
||||||
Auto,
|
Auto,
|
||||||
/// TODO: additional values not yet implemented
|
Loose,
|
||||||
/// Loose,
|
Normal,
|
||||||
/// Normal,
|
Strict,
|
||||||
/// Strict,
|
|
||||||
Anywhere,
|
Anywhere,
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue