Bug Tracker

Changes between Version 3 and Version 4 of Ticket #6485, comment 24


Ignore:
Timestamp:
Jun 14, 2011, 2:27:06 PM (12 years ago)
Author:
paul.irish
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #6485, comment 24

    v3 v4  
    2424* `buildFragment()` is used by domManip and looks to be the right place to improve things
    2525* a docFrag is made before sending it off to `jQuery.clean()` along with the html string. We could shiv it before clean or maybe within clean
     26* We'll probably want a test in $.support to know if a browser collapses unknown elems. [https://github.com/Modernizr/Modernizr/blob/b3c5909a334dfddc619683554f7d7b8e075777b4/modernizr.js#L919-921 The test used in Modernizr] would work well.
    2627
    2728Open questions: