Can anyone explain to me the rationale behind the following (from html.css)?
tr > form:-moz-is-html, tbody > form:-moz-is-html,
thead > form:-moz-is-html, tfoot > form:-moz-is-html,
table > form:-moz-is-html {
/* Important: don't show these forms in HTML */
display: none !important;
}
I have a funny feeling that this is supposed to target REALLY bad markup,
and the moz-is-html may relate to the DOCTYPE in some fashion, but specific
details would be good (that comment could be a bit more helpful). I ask
because I'm trying to view content on a website (not mine) but it's just not
displaying, because of this rule!
Regards,
- Bobby
- Bobby
2008/11/11 Bobby Jack <bobb...@gmail.com>