Created
November 28, 2011 15:30
-
-
Save ike/1400780 to your computer and use it in GitHub Desktop.
The New Img Tag
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<img src="large-default-file.jpg"> | |
<source src="smaller.jpg" media="max-width:600px"> | |
<source src="tiny.jpg" media="max-width:320px"> | |
</img> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hi Issac,
Although your solution is good for future but not working as the browser test statistics suggest.there is a problem.
Browsers consider it as following "" i.e. tag without a closing tag. And they are simply ignoring proceeding
Yes, it would be great if this solution is adopted by W3C.