Re: [css3-images] Using SVG Paint Servers as <image>

Actually there is a problem, which is that external resource document loads
and image loads are different beasts right now and are implemented somewhat
differently in Gecko, and it would be a lot of work to determine if they can
be made perfectly consistent. One issue is that we impose a same-origin
restriction on SVG external resource loads, but not CSS image loads
obviously.

Maybe we can get away with saying that url() with a fragment reference is an
external resource document load, and url() without a fragment reference is
an image load.

Rob
-- 
"If we claim to be without sin, we deceive ourselves and the truth is not in
us. If we confess our sins, he is faithful and just and will forgive us our
sins and purify us from all unrighteousness. If we claim we have not sinned,
we make him out to be a liar and his word is not in us." [1 John 1:8-10]

Received on Friday, 15 July 2011 02:13:25 UTC