Proposal: External generated content should be stylable

The following:

<style type="text/css">
  .someElement:after
  {
     content: url("image.png");
     height: 1em;
  }
</style>

Doesn't resize the downloaded image.

Hence, I'd like to suggest to provide a solution for styling generated 
content created by external resources, too.

Axel Dahmen 

Received on Wednesday, 8 May 2013 17:09:38 UTC