Changes between Version 3 and Version 4 of Ticket #6485, comment 24
- Timestamp:
- Jun 14, 2011, 2:27:06 PM (12 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #6485, comment 24
v3 v4 24 24 * `buildFragment()` is used by domManip and looks to be the right place to improve things 25 25 * 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. 26 27 27 28 Open questions: