- From: <bugzilla@jessica.w3.org>
- Date: Tue, 28 Jan 2014 16:38:42 +0000
- To: public-css-bugzilla@w3.org
https://www.w3.org/Bugs/Public/show_bug.cgi?id=24425 --- Comment #1 from spiritRKS1910 <crimsteam@gmail.com> --- And one more thing for nth-column() and nth-last-column(). In HTML we can make group of columns (e.g. in table): <colgroup span="2"></colgroup> <colgroup> <col span="1"> <col span="4"> </colgroup> So, it's important how exactly indexing for column must be done - take all column (independently from their groups) or separated (each group have own index for column). But this behaviour should be determined in document language (like HTML5). -- You are receiving this mail because: You are the QA Contact for the bug.
Received on Tuesday, 28 January 2014 16:38:48 UTC