mirror of
https://github.com/servo/servo.git
synced 2025-08-10 07:55:33 +01:00
Merge pull request #3458 from pcwalton/whitespace-nowrap
layout: Implement `white-space: nowrap`.
This commit is contained in:
commit
d9f836bc75
6 changed files with 122 additions and 15 deletions
|
@ -1067,7 +1067,7 @@ pub mod longhands {
|
|||
}
|
||||
</%self:longhand>
|
||||
|
||||
${single_keyword("white-space", "normal pre")}
|
||||
${single_keyword("white-space", "normal pre nowrap")}
|
||||
|
||||
// CSS 2.1, Section 17 - Tables
|
||||
${new_style_struct("Table", is_inherited=False)}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue