Closed
Bug 1393100
Opened 8 years ago
Closed 8 years ago
Should be visible?
Categories
(Firefox :: Untriaged, defect)
Tracking
()
RESOLVED
INVALID
People
(Reporter: u600895, Unassigned)
Details
User Agent: Mozilla/5.0 (Windows NT 6.3) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/55.0.2883.87 Safari/537.36
Steps to reproduce:
http://jsfiddle.net/GHgtc/23/
Should be visible in compatibility mode and should be possible to tab it?
<div style="visibility:hidden; background:blue;">
<div style="visibility:visible; background:yellow;">
<a href="https://google.com" style="">You can see me!</a>
</div>
</div>
Actual results:
visible and tabbing is possible.
Expected results:
shall not be possible tab key use and shall be not visible. The visibility:visible is default not inherited value.
The tab key shaould not work on the element.
Chrome is also affected by this bug.
Sorry, but this is not a support site. It would be better to use stackoverflow etc. for such questions.
Status: UNCONFIRMED → RESOLVED
Closed: 8 years ago
Resolution: --- → INVALID
You need to log in
before you can comment on or make changes to this bug.
Description
•