Matthew Toseland wrote: > > If nobody comes up with a better solution, we're going to have to > disable link rel=stylesheet, link type=*, and link charset=*... we may > as well just disable the LINK tag. One consequence of this is banning > external stylesheets. Anyone got a better idea?
Also remember the @import rule on style definitions, it's used for importing external styles to document. http://www.w3.org/TR/REC-CSS2/cascade.html#at-import Example: <!DOCTYPE HTML> <title>foobar</title> <style type="text/css"> @import "foobar"; /* other css data */ </style> _______________________________________________ devl mailing list devl at freenetproject.org http://hawk.freenetproject.org/cgi-bin/mailman/listinfo/devl
