Skip to main content

Bug Tracker

Side navigation

#13540 closed bug (notabug)

Opened March 01, 2013 03:57AM UTC

Closed March 04, 2013 05:34PM UTC

if add dom to element widh tr is not effective in firefox chrome

Reported by: wike Owned by:
Priority: undecided Milestone: None
Component: unfiled Version: 1.9.1
Keywords: Cc:
Blocked by: Blocking:
Description

<table id="text">

<tr>aaa</tr>

</table>

<script>

$('<tr>1111111</tr>',).appendTo($('#text'))

</script>

Attachments (0)
Change History (1)

Changed March 04, 2013 05:34PM UTC by markelog comment:1

resolution: → notabug
status: newclosed

tr element can't have any nodes, except for td or th elements, this is not valid html.