Opened 11 years ago
Closed 11 years ago
#12957 closed feature (fixed)
Improve wrapMap
Reported by: | markel | Owned by: | markel |
---|---|---|---|
Priority: | low | Milestone: | 1.9 |
Component: | manipulation | Version: | 1.8.3 |
Keywords: | Cc: | ||
Blocked by: | Blocking: |
Description
In most cases end tags are unnecessary and their absence make jQuery.buildFragment even more consistent across browsers, when jQuery.clean takes incorrect HTML argument as a string.
Change History (4)
comment:1 Changed 11 years ago by
comment:2 Changed 11 years ago by
@rwaldron If i add tests it would mean that jQuery can take "incorrect HTML argument as a string", which is not true.
comment:3 Changed 11 years ago by
Component: | unfiled → manipulation |
---|---|
Milestone: | None → 1.9 |
Owner: | set to markel |
Priority: | undecided → low |
Status: | new → assigned |
Version: | git → 1.8.3 |
comment:4 Changed 11 years ago by
Resolution: | → fixed |
---|---|
Status: | assigned → closed |
Fix #12957. Simplify wrapMap, it doesn't need end tags. Close gh-1044.
Changeset: 9ae6b1a019553e95a6205d5c42ff7fa25e7a482e
Note: See
TracTickets for help on using
tickets.
In the PR provided, I don't see any proof of "more consistent across browsers". Some tests would be ideal, as what I _am_ seeing is the removal of a test, but no additions.