(fr) span's with 'visibility:visible' style are still visible even in tbody with 'visibility:hidden' attribute
RESOLVED
INVALID
Status
()
People
(Reporter: kermabon, Unassigned)
Tracking
Firefox Tracking Flags
(Not tracked)
Details
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; fr; rv:1.8.1.6) Gecko/20070725 Firefox/2.0.0.6 Build Identifier: Mozilla/5.0 (Windows; U; Windows NT 5.1; fr; rv:1.8.1.6) Gecko/20070725 Firefox/2.0.0.6 <table width="100%" border="1" cellspacing="0" cellpadding="0"> <tbody id="tb1" style="visibility:hidden"><tr> <td><span id="sp1" style="visibility:visible">ce span reste visible</span></td> <td>bonjour</td> </tr> </tbody> </table> Reproducible: Always Steps to Reproduce: 1. simply paste the code 2. 3.
Summary: (fr) span's with 'visibility:visible' style are visible even in tbody with 'visibility:hidden' attribute → (fr) span's with 'visibility:visible' style are still visible even in tbody with 'visibility:hidden' attribute
Comment 1•11 years ago
|
||
The rendering is correct according to CSS 2.1 http://www.w3.org/TR/CSS21/visufx.html#propdef-visibility "... Furthermore, descendents of the element will be visible if they have 'visibility: visible'." -> INVALID
Status: UNCONFIRMED → RESOLVED
Last Resolved: 11 years ago
Resolution: --- → INVALID
(Assignee) | ||
Updated•10 years ago
|
Product: Firefox → Toolkit
You need to log in
before you can comment on or make changes to this bug.
Description
•