Content deleted Content added
m →XHTML: rm non-existence resource ref |
m Posted from MIX06. data: URLs will not make it into IE7. |
||
Line 3:
The '''data: URI scheme''', as defined by [[IETF]] standard RFC 2397, is a [[URI scheme]] that allows inclusion of small data items inline, as if they were being referenced in an external resource. They tend to be far simpler than alternative inclusion methods, such as [[MIME]] with <tt>cid:</tt> or <tt>mid:</tt>. According to the wording in the RFC, <tt>data:</tt> URIs are in fact URLs ([[Uniform Resource Locator]]s), although they do not actually locate anything.
The scheme is currently supported by [[Mozilla Application Suite|Mozilla]] (and its derivatives, such as [[Mozilla Firefox|Firefox]]), [[Opera (web browser)|Opera]], [[Safari (web browser)|Safari]] and [[Konqueror]]. [[Microsoft]]'s [[Internet Explorer]], as of version
===Advantages===
|