It looks like Firefox is treating it like an error. What does this mean?

Firefox treats it normally if I change it to:
<!DOCTYPE html>
<html>
BTW I’m on Firefox 12.0
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
If you hover over that red line, Firefox gives you the answer.
The markup of the View Source also hints its an error doctype
The point is, Firefox wants
<!DOCTYPE html>as the standard mode doc-type.Update:
Excerpt from the above given link.