Closed Bug 346002 Opened 18 years ago Closed 18 years ago

DOCTYPE create a space in tables ...

Categories

(Firefox :: General, defect)

x86
Windows XP
defect
Not set
normal

Tracking

()

RESOLVED INVALID

People

(Reporter: lvalics, Unassigned)

References

()

Details

User-Agent:       Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.8.0.4) Gecko/20060508 Firefox/1.5.0.4
Build Identifier: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.8.0.4) Gecko/20060508 Firefox/1.5.0.4

I have 2 webpages, 
http://www.ibs.ro/seeallproducts.php

<?xml version="1.0" encoding="{CONF_CHARSET}"?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN"
"http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>

Here you can see in header table a space in image and 

http://www.ibs.ro/description.php/Despre-casa-automatizata/2/

<?xml version="1.0" encoding="{CONF_CHARSET}"?>
<html xmlns="http://www.w3.org/1999/xhtml">
<head>

Here all is OK. All I have done I get out 
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN"
"http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">

Dunno why it put that space, maybe you can figure out.

Reproducible: Always

Steps to Reproduce:
1. Add <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN"
"http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd"> to a document
2. Get source from http://www.ibs.ro/seeallproducts.php
3. See the space in table

Actual Results:  
Space in table without to be there, in IE is correct.

Expected Results:  
To parse it correct.
INVALID. See: http://developer.mozilla.org/en/docs/Images%2C_Tables%2C_and_Mysterious_Gaps
Status: UNCONFIRMED → RESOLVED
Closed: 18 years ago
Resolution: --- → INVALID
You need to log in before you can comment on or make changes to this bug.