Closed Bug 393393 Opened 17 years ago Closed 17 years ago

(fr) span's with 'visibility:visible' style are still visible even in tbody with 'visibility:hidden' attribute

Categories

(Toolkit :: Form Manager, defect)

x86
Windows XP
defect
Not set
normal

Tracking

()

RESOLVED INVALID

People

(Reporter: r.kermabon, Unassigned)

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
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
Closed: 17 years ago
Resolution: --- → INVALID
Product: Firefox → Toolkit
You need to log in before you can comment on or make changes to this bug.