I hope many have read the
“Do not use import ” topic, if you haven’t yet, I advise you right now. By the way, in the comments you can find a couple more notes:
using import, the browser does not climb to the server with the If-modified-since header and does not wait for 304. It will come up if you press F5 or ctrl + f5 hard. , and
IE 6 (and like IE 7) can load only 32 <link> elements going in the header. Although about the latter, too, like many know.
And today I found another unpleasant feature of using
import .
When you try to save the document "Complete", browsers do not pick up the imported styles, and the page is displayed without them. IE swears at all, and saves nothing, only if you select the “Web archive” mode, and even then the site is not always displayed correctly. Checked in IE7 / 8, FF3, Chrome 3, Opera 10.