Hi,
Messing up with a basic sandbox example I was making for xhtml 1.0 strict validation purpose, I found some interesting results between FireFox and IE.
Let's start by the attached code.
If I submit the code in W3C Validator Page I can check it's a Valid XHTML 1.0 Strict! which was my intention.
So far so good ... now open it with Firefox, all seems correct. Now change just the DOCTYPE declaration to:
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
"http://www.w3.org/TR/html4/loose.dtd">
Now refresh the Firefox browser ... in my 1.5.0.3 version of FF, the space between the links shrinks a bit.
In IE, this behaviour does not occur.
So, is it a Firefox bug? Anyone has any other idea about the subject?
Thanks.
Messing up with a basic sandbox example I was making for xhtml 1.0 strict validation purpose, I found some interesting results between FireFox and IE.
Let's start by the attached code.
If I submit the code in W3C Validator Page I can check it's a Valid XHTML 1.0 Strict! which was my intention.
So far so good ... now open it with Firefox, all seems correct. Now change just the DOCTYPE declaration to:
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
"http://www.w3.org/TR/html4/loose.dtd">
Now refresh the Firefox browser ... in my 1.5.0.3 version of FF, the space between the links shrinks a bit.
In IE, this behaviour does not occur.
So, is it a Firefox bug? Anyone has any other idea about the subject?
Thanks.