mirror of
https://github.com/servo/servo.git
synced 2025-08-06 06:00:15 +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)]
|
||||
pub enum LineBreak {
|
||||
Auto,
|
||||
/// TODO: additional values not yet implemented
|
||||
/// Loose,
|
||||
/// Normal,
|
||||
/// Strict,
|
||||
Loose,
|
||||
Normal,
|
||||
Strict,
|
||||
Anywhere,
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue