From 883da87ccf20585e5dea337b3a4490d9363fe92b Mon Sep 17 00:00:00 2001 From: Antoine Musso Date: Mon, 16 Jan 2012 21:13:48 +0000 Subject: [PATCH] firefox does not honor colgroup width with fixed layout --- docs/uidesign/table-layout.html | 60 +++++++++++++++++++++++++++++++++ 1 file changed, 60 insertions(+) create mode 100644 docs/uidesign/table-layout.html diff --git a/docs/uidesign/table-layout.html b/docs/uidesign/table-layout.html new file mode 100644 index 0000000000..6f5382587c --- /dev/null +++ b/docs/uidesign/table-layout.html @@ -0,0 +1,60 @@ + + + + + + + +

+This play with table-layout:fixed; and applying the width to colgroup or col element. Firefox only recongize the width if it is applied on col element!

+

+On a perfect browser, both tables should look the same

+ +
+
colgroup
+
300 px width is applied to the first colgroup element
+
+
+ + + + + + + + + +
Very long?#$
+
+ +
+
col
+
Each colgroup has an additional col element. The first col element is applied the 300 px width
+
+ +
+ + + + + + + + + +
Very long?#$
+
+ -- 2.20.1