- From: <bugzilla@jessica.w3.org>
- Date: Sun, 26 Jan 2014 00:20:17 +0000
- To: public-css-bugzilla@w3.org
https://www.w3.org/Bugs/Public/show_bug.cgi?id=24397 Bug ID: 24397 Summary: Example 53 for column combinator is wrong Product: CSS Version: unspecified Hardware: PC OS: Windows NT Status: NEW Severity: normal Priority: P2 Component: Selectors Assignee: fantasai.bugs@inkedblade.net Reporter: crimsteam@gmail.com QA Contact: public-css-bugzilla@w3.org We have this: EXAMPLE 53 (http://dev.w3.org/csswg/selectors4/#column-combinator) The following example makes cells C, E, and G yellow. col.selected || td { background: gray; color: white; font-weight: bold; } <table> <col span="2"> <col class="selected"> <tr><td>A <td>B <td>C <tr><td colspan="2">D <td>E <tr><td>F <td colspan="2">G </table> First, we don't have any yellow style, and second, I think this selector should not match G cell (only C and E). -- You are receiving this mail because: You are the QA Contact for the bug.
Received on Sunday, 26 January 2014 00:20:22 UTC