Opened 10 years ago
Closed 10 years ago
#12933 closed bug (notabug)
Jquery cut two form from html
Reported by: | 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
Change History (3)
comment:1 follow-up: 2 Changed 10 years ago by
comment:2 Changed 10 years ago by
Replying to 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 http://www.w3.org/TR/xhtml1/#prohibitions
comment:3 Changed 10 years ago by
Resolution: | → notabug |
---|---|
Status: | new → closed |
Note: See
TracTickets for help on using
tickets.
The input is not valid HTML so it's not defined what comes out. Form is not allowed in form.