[Bug 12413] Handling of <table border=0> is incompatible with the Web

http://www.w3.org/Bugs/Public/show_bug.cgi?id=12413

Boris Zbarsky <bzbarsky@mit.edu> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |bzbarsky@mit.edu

--- Comment #4 from Boris Zbarsky <bzbarsky@mit.edu> 2011-04-04 21:35:07 UTC ---
For what it's worth, you can't do the desired thing here with CSS.  Gecko
implemented a custom pseudo-class called :-moz-table-border-nonzero to match
tables with a border attribute set.  For example, border=" 0 " needs to be
treated just like border="0", and there's no way to do that in CSS.

-- 
Configure bugmail: http://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 Monday, 4 April 2011 21:35:09 UTC