On Tue, May 5, 2009 at 4:35 AM, Giovanni Campagna <span dir="ltr"><<a href="mailto:scampa.giovanni@gmail.com">scampa.giovanni@gmail.com</a>></span> wrote:<br><div class="gmail_quote"><blockquote class="gmail_quote" style="margin: 0pt 0pt 0pt 0.8ex; border-left: 1px solid rgb(204, 204, 204); padding-left: 1ex;">
What is embed used for? Flash and videos. Both have intrinsic sizes<br>
What is object used for? Videos, Java applets and Silverlight. They<br>
all have intrinsic sizes.</blockquote><div><br>In principal, maybe they do, but typically those sizes are not exposed to the browser and are not used in layout.<br><br></div><blockquote class="gmail_quote" style="margin: 0pt 0pt 0pt 0.8ex; border-left: 1px solid rgb(204, 204, 204); padding-left: 1ex;">
Basically, for what concerns rendering (the element being "replaced"<br>
in the CSS meaning of term), <img>,<embed>,<object>,<svg> have<br>
intrinsic sizes (they may be rescaled, but this is ortogonal)<br clear="all"></blockquote><div><br>SVG images often don't have an intrinsic size. What's the intrinsic size of this image?<br><svg xmlns="<a href="http://www.w3.org/2000/svg">http://www.w3.org/2000/svg</a>"><br>
  <linearGradient id="g" x1="0" y1="0" x2="1" y2="0"><br>    <stop stop-color="red" offset="0"/><stop stop-color="lime" offset="1"/><br>
  </linearGradient><br>  <rect x="0%" y="0%" width="100%" height="100%" fill="url(#g)"/><br></svg><br><br>Rob<br>-- <br></div></div>"He was pierced for our transgressions, he was crushed for our iniquities; the punishment that brought us peace was upon him, and by his wounds we are healed. We all, like sheep, have gone astray, each of us has turned to his own way; and the LORD has laid on him the iniquity of us all." [Isaiah 53:5-6]<br>