- From: <bugzilla@jessica.w3.org>
- Date: Sat, 14 Jul 2012 23:41:24 +0000
- To: public-css-bugzilla@w3.org
https://www.w3.org/Bugs/Public/show_bug.cgi?id=17783
Summary: Appendix E painting order does not handle replaced
table cells or inline children of table cells
Product: CSS
Version: unspecified
Platform: All
OS/Version: All
Status: NEW
Severity: normal
Priority: P2
Component: CSS Level 2
AssignedTo: bert@w3.org
ReportedBy: antonsforums@yahoo.co.uk
QAContact: public-css-bugzilla@w3.org
Reported by Simon Sapin
Appendix E painting order does not handle replaced table cells or inline
children of table cells. This arises because Step 7 says:
# Otherwise: first for the element, then for all its in-flow,
# non-positioned, block-level descendants in tree order:
# <paint replaced content, inline children>
yet table cells are not block-level.
Conversation begins:
Bug description:
http://lists.w3.org/Archives/Public/www-style/2012May/0434.html
--
Configure bugmail: https://www.w3.org/Bugs/Public/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA contact for the bug.
Received on Saturday, 14 July 2012 23:41:26 UTC