Comment 11 for bug 129173

Revision history for this message
Richard Eames (naddiseo) wrote :

Binary package hint: mozilla-firefox

I'm using FF 2.0.0.5 (gutsy)

If the following is in css, hidden inputs are displayed. This should not be the case since it is against the w3c standard.

input {
display: block;
}

They become visible if padding or a border is set.

A fix would be to add "display: none !important;" to forms.css. I've tried this on my machine and results are what is expected.

I will include a diff report.

Bug was originally reported: https://bugzilla.mozilla.org/show_bug.cgi?id=332841
But given their earlier response I'm not sure they'll do anything about it.