You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When printing a HTML5 boilerplate page IE11 crashes (print preview also fails).
You can fix it by removing the following lines: *, *:before, *:after, *:first-letter, *:first-line { background: transparent !important; color: #000 !important; /* Black prints faster: http://www.sanbeiji.com/archives/953 */ box-shadow: none !important; text-shadow: none !important; }
Step to reproduce:
Download HTML5 boilerplate
Open in IE11
Try to print (it's not working - I don't even get the print dialog box)
The text was updated successfully, but these errors were encountered:
When printing a HTML5 boilerplate page IE11 crashes (print preview also fails).
You can fix it by removing the following lines:
*, *:before, *:after, *:first-letter, *:first-line { background: transparent !important; color: #000 !important; /* Black prints faster: http://www.sanbeiji.com/archives/953 */ box-shadow: none !important; text-shadow: none !important; }
Step to reproduce:
The text was updated successfully, but these errors were encountered: