Side navigation
#12933 closed bug (notabug)
Opened November 21, 2012 05:25AM UTC
Closed November 21, 2012 02:12PM UTC
Jquery cut two form from html
Reported by: | arvitaly@list.ru | Owned by: | |
---|---|---|---|
Priority: | undecided | Milestone: | None |
Component: | unfiled | Version: | 1.8.3 |
Keywords: | Cc: | ||
Blocked by: | Blocking: |
Description
When i use
$("<form><div><form>test</form></div></form>");
or
$("body").append("<form><div><form>test</form></div></form>");
jQuery create "<form><div>test</div></form>"
It's right for Google Chrome
Attachments (0)
Change History (3)
Changed November 21, 2012 07:49AM UTC by comment:1
Changed November 21, 2012 08:11AM UTC by comment:2
Replying to [comment:1 anonymous]:
The input is not valid HTML so it's not defined what comes out. Form is not allowed in form.
Oh, yes, sorry.
Link to W3
Changed November 21, 2012 02:12PM UTC by comment:3
resolution: | → notabug |
---|---|
status: | new → closed |
The input is not valid HTML so it's not defined what comes out. Form is not allowed in form.