Closed Bug 291144 Opened 20 years ago Closed 19 years ago

<div id="xxx_xxx"> automatic transformed to <table id="xxx_xxx"

Categories

(Firefox :: General, defect)

x86
Windows XP
defect
Not set
normal

Tracking

()

RESOLVED INVALID

People

(Reporter: andrea.vallorani, Assigned: bugzilla)

Details

User-Agent:       Mozilla/5.0 (Windows; U; Windows NT 5.1; it-IT; rv:1.7.7) Gecko/20050414 Firefox/1.0.3
Build Identifier: Mozilla/5.0 (Windows; U; Windows NT 5.1; it-IT; rv:1.7.7) Gecko/20050414 Firefox/1.0.3

When a div element's id contain a name with underscore the div element is
transformed to table element. Example: <div id="xxx_xxx"> text </div>
transformed to: <table id="xxx_xxx" cellpadding="0" cellspacing="0" border="0"
width="100%"> <tr><td> text </td></tr></table>


Reproducible: Sometimes

Steps to Reproduce:
1.create a div element with id that contain a name with underscore (id=""xx_xx")
2.load the webpage with firefox or mozilla
3.view page source

Actual Results:  
div element is replaced with table element

Expected Results:  
mantain div element
Please attach a testcase showing this issue:
https://bugzilla.mozilla.org/attachment.cgi?bugid=291144&action=enter
How did you actually find out it's a table element now? And yes, please attach a
testcase.
no reply from reporter --> invalid

please reopen when you answer the question in comment 1
Status: UNCONFIRMED → RESOLVED
Closed: 19 years ago
Resolution: --- → INVALID
You need to log in before you can comment on or make changes to this bug.