layout: Implement caption-side per CSS 2.1 § 17.4.1.

`caption-side` is used by 4% of pages by number of loads.
This commit is contained in:
Patrick Walton 2014-12-16 22:29:10 -08:00
parent 636641f905
commit a3f6f4e75b
7 changed files with 144 additions and 15 deletions

View file

@ -1330,6 +1330,8 @@ pub mod longhands {
${single_keyword("empty-cells", "show hide")}
${single_keyword("caption-side", "top bottom")}
// CSS 2.1, Section 18 - User interface