Skip to content

Commit

Permalink
style: Add parsing of the loose|normal|strict values of the CSS line-…
Browse files Browse the repository at this point in the history
…break property.

Differential Revision: https://phabricator.services.mozilla.com/D30785
  • Loading branch information
jfkthame authored and emilio committed May 29, 2019
1 parent 0dc70cf commit 8ee516b
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions components/style/values/specified/text.rs
Expand Up @@ -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,
}

Expand Down

0 comments on commit 8ee516b

Please sign in to comment.