I'm using two css id with same name in same page but with a difference in capitalization of one letter.
<div id="toptips"> </div>
and
<div id="topTips"> </div>
I'm using a firefox plugin to check validation called "HTML VALIDATOR"
http://users.skynet.be/mgueury/mozilla/
And it's giving error for duplicate id. but when I checked in http://validator.w3.org/#validate_by_input+with_options it doesn't showing any error.
Is the Firefox plugin wrong in this case?