mirror of
https://github.com/servo/servo.git
synced 2025-08-07 14:35:33 +01:00
Move CSS text-overflow property from InheritedText to Text
This commit is contained in:
parent
b568b72d76
commit
347cf0580c
3 changed files with 4 additions and 4 deletions
|
@ -2162,8 +2162,6 @@ pub mod longhands {
|
|||
// TODO(pcwalton): Support `word-break: keep-all` once we have better CJK support.
|
||||
${single_keyword("word-break", "normal break-all")}
|
||||
|
||||
${single_keyword("text-overflow", "clip ellipsis")}
|
||||
|
||||
// TODO(pcwalton): Support `text-justify: distribute`.
|
||||
${single_keyword("text-justify", "auto none inter-word")}
|
||||
|
||||
|
@ -2172,6 +2170,8 @@ pub mod longhands {
|
|||
Method("has_overline", "bool"),
|
||||
Method("has_line_through", "bool")])}
|
||||
|
||||
${single_keyword("text-overflow", "clip ellipsis")}
|
||||
|
||||
${single_keyword("unicode-bidi", "normal embed isolate bidi-override isolate-override plaintext")}
|
||||
|
||||
<%self:longhand name="text-decoration" custom_cascade="True">
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue