I wonder whether authors would want to be able to specify some generic fallback mechanism in CSS, like so: img[src^="file:"]:wont-load {content: url(path file attr(src), protocol "http", server "foo.example");} img[src$=".svg"]:wont-render {content: url(path name attr(src), extension "png");} file = name + (‘.’ + extension)? resource = path + (‘/’ + file)? + (‘?’ + query)? + (‘#’ + fragment)? …Received on Friday, 3 February 2012 16:51:38 UTC
This archive was generated by hypermail 2.4.0 : Friday, 25 March 2022 10:08:11 UTC