notes entered 2009-02-25

IE8 @import media bug?

Apparently, IE8rc1 has a problem when the following is used to import a stylesheet for print.

@import url("ag1c-pr-050225.css") print, projection;

IE8rc1 does however not have any problems when the following is used.

@import url("ag1c-pr-050225.css") all, projection;