https://bugzilla.wikimedia.org/show_bug.cgi?id=25794
Krinkle <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |[email protected] --- Comment #7 from Krinkle <[email protected]> 2011-04-15 11:03:23 UTC --- The W3C specification states the same, Firefox is correct here. HTML4 says there may only be one element. HTML5 is even stricter: it says it must be the first direct child of the table element (which also means there can only be one). http://www.w3.org/TR/html4/struct/tables.html#h-11.2.2 > A TABLE element may only contain one CAPTION element. http://www.w3.org/TR/html5/tabular-data.html#the-caption-element > As the first element child of a table element. -- Configure bugmail: https://bugzilla.wikimedia.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug. You are on the CC list for the bug. _______________________________________________ Wikibugs-l mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/wikibugs-l
