Download & Extend

TestingParty08: Make sure CSS aggregator produces valid stylesheets

Project:Drupal core
Version:7.x-dev
Component:base system
Category:bug report
Priority:normal
Assigned:Unassigned
Status:postponed
Issue tags:CSS aggregation

Issue Summary

Make sure that CSS aggregator produces valid stylesheets (if the source stylesheets were valid.)

Comments

#1

@charset rules have to be before @import rules (if any rules are left, e.g. when importing external stylesheets); see http://www.w3.org/TR/CSS21/cascade.html#at-import

#2

Make sure that all braces in a CSS file are properly closed or they may interfere with subsequent files.

#3

Status:active» postponed

Postponed until test files are created.
http://drupal.org/node/296388#comment-988224

#4

Component:tests» base system

tagging