Closed (outdated)
Project:
Drupal core
Version:
7.x-dev
Component:
base system
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Issue tags:
Reporter:
Created:
17 Aug 2008 at 14:26 UTC
Updated:
20 Nov 2009 at 15:01 UTC
Jump to comment: Most recent, Most recent file
Comments
Comment #1
kkaefer commentedMake sure that
@importis supported correctly. This includes:url()or without (see http://www.w3.org/TR/CSS21/cascade.html#at-import)@imported file (see http://www.w3.org/TR/CSS21/media.html#media-sheets)Comment #2
kkaefer commentedMake sure that all valid characters in a URL are allowed and don't break anything. Valid URIs are described at http://www.ietf.org/rfc/rfc2396.txt.
Comment #3
kkaefer commentedNote: that means that also characters like ; ' " etc. are allowed which might break some regular expressions.
Comment #4
kkaefer commentedMake sure that regular expressions allow whitespace whereever it is allowed.
Comment #5
kkaefer commentedMake sure that @import rules and url() references can also span multiple lines.
Comment #6
simeHere are some starting stylesheets for ./modules/simpletest/files/ which contain weird syntax.
Getting these RTBC is a good starting point. They could probably use some more examples though, but they are a good starting point.
Comment #7
simeI'm postponed the following tests until the sample files are ready and commited:
http://drupal.org/node/296400#comment-988225
http://drupal.org/node/296391#comment-988227
Comment #8
simeComment #9
catchThis needs rerolling as a patch to the modules/simpletest/tests directory.
Comment #10
casey commentedtagging