This means we can move the hacks from drupal.css to a separate stylesheet and avoid loading it for every user out there.

Pros:
* Modern browsers CSS are error free (W3C love, might have performance benefits);
* Modern browsers CSS are 3 lines shorter (wow!);

Cons:
* IE users will send an extra request (making the browser performance even slower);

Support from Acquia helps fund testing for Drupal Acquia logo

Comments

kyletaylored’s picture

Issue summary: View changes
Status: Active » Needs review
FileSize
2.22 KB

Well, I'm hoping this is what was meant. Added to preprocess_html to conditionally add IE stylesheet. Test in IE7 browser mode and it seems to be loaded and working.

haydeniv’s picture

Status: Needs review » Fixed

Good enough for me. Committed: ed2e58b

Going to role a 1.0 release of Tao tonight.

Status: Fixed » Closed (fixed)

Automatically closed - issue fixed for 2 weeks with no activity.

  • Commit ed2e58b on 7.x-3.x, 8.x-3.x authored by kyletaylored:
    Issue #1440958 by kyletaylored | barraponto: Browser-targeted CSS files...