Merge pull request #3458 from pcwalton/whitespace-nowrap

layout: Implement `white-space: nowrap`.
This commit is contained in:
Patrick Walton 2014-09-23 20:22:33 -07:00
commit d9f836bc75
6 changed files with 122 additions and 15 deletions

View file

@ -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)}