The data URI scheme is a URI scheme that provides the ability to include data items in-line in a web page as if they were being referenced as external resources. They tend to be simpler than alternative inclusion methods, such as MIME with cid or mid URIs. Data URIs are a form of Uniform Resource Locators, although they do not actually remotely locate anything. The data URI scheme is defined in RFC 2397 of the Internet Engineering Task Force.

PropertyValue
dbpprop:abstract
  • The data URI scheme is a URI scheme that provides the ability to include data items in-line in a web page as if they were being referenced as external resources. They tend to be simpler than alternative inclusion methods, such as MIME with cid or mid URIs. Data URIs are a form of Uniform Resource Locators, although they do not actually remotely locate anything. The data URI scheme is defined in RFC 2397 of the Internet Engineering Task Force. Although the IETF published the data URI specification in 1998, they never formally adopted it as a standard. Nonetheless, the HTML 4.01 specification references the data URI scheme and data URIs have now been implemented in most browsers.
  • El esquema data: URI definido en las normas IETF RFC 2397 en un esquema URI que permite la inclusión de pequeños elementos de datos en línea, como si fueran referenciados hacia una fuente externa. Suelen ser mucho más simples que otros métodos de inclusión alternativos, como MIME con cid: o mid:. De acuerdo a la denominación en el RFC, los data: URI son, de hecho, URLs. Los URIs data: están soportados actualmente por: Gecko y sus derivados, como Firefox Opera KHTML y sus derivados, Safari, Konqueror, Google Chrome Microsoft Internet Explorer, en su versión 7, no soporta los data: URIs como fuentes HTML, por lo que algo como about:<b>bold</b> en esas versiones es aproximadamente equivalente a data:text/html,<b>bold</b> en navegadores que soportan los data: URIs
  • Een inline image is een plaatje dat in de HTML code zelf staat, en waarbij dus niet verwezen wordt naar een extern plaatje. Voor een inline image moet de binaire code van het plaatje worden omgezet naar platte tekst door het met base64 te coderen. Het resultaat wordt daarna als data uri in de tag voor het plaatje gezet (zie kader). Deze manier van een plaatje in HTML zetten is volgens Request For Comments nummer 2397. Het werkt alleen bij erg kleine plaatjes, omdat de lengte van de tekst in een <img> tag aan een maximum is gebonden. Bovendien ondersteunen niet alle browsers het principe, bijvoorbeeld Internet Explorer biedt hier geen ondersteuning voor. Het voordeel van een inline image is dat er geen apart HTTP request hoeft te worden gedaan om het plaatje op te halen. Bij client-side XML/XSL transformatie is dat voordeel nog groter omdat het gecodeerde plaatje slechts eenmaal in de XML of XSL hoeft te worden opgenomen om het plaatje meerdere malen in de webpagina te kunnen tonen, de browser hoeft niet in de cache te controleren of het betreffende plaatje al is opgehaald. Er zijn twee andere manieren bekend om de code voor plaatjes in de HTML zelf op te nemen. Beide maken gebruik van javascript en beide werken slechts in enkele browsers. Deze methoden zijn ook geen standaard, zoals de RFC2397 dat wel is.
  • data: URL — это определённая стандартом RFC 2397 схема, которая позволяет включать небольшие элементы данных в строку URL, как если бы они были ссылкой на внешний ресурс. Она гораздо проще альтернативных методов включения, таких как MIME с cid: или mid:. Согласно букве RFC «data: URI» это фактически «data: URL» (URL — унифицированный указатель ресурса), хотя реально он ни на что не указывает Эта схема в настоящее время поддерживается браузерами Mozilla (и его производными типа Firefox), Opera, Safari и Konqueror. Internet Explorer версии 7 не поддерживает data: URI. Ранние версии Internet Explorer принимали неопознанные «about: URI» за HTML-ресурс, так что about:<b>bold</b> соответствовало data:text/html,<b>bold</b> в браузерах которые поддерживают data: URI.
dbpprop:reference
rdfs:comment
  • The data URI scheme is a URI scheme that provides the ability to include data items in-line in a web page as if they were being referenced as external resources. They tend to be simpler than alternative inclusion methods, such as MIME with cid or mid URIs. Data URIs are a form of Uniform Resource Locators, although they do not actually remotely locate anything. The data URI scheme is defined in RFC 2397 of the Internet Engineering Task Force.
  • El esquema data: URI definido en las normas IETF RFC 2397 en un esquema URI que permite la inclusión de pequeños elementos de datos en línea, como si fueran referenciados hacia una fuente externa. Suelen ser mucho más simples que otros métodos de inclusión alternativos, como MIME con cid: o mid:. De acuerdo a la denominación en el RFC, los data: URI son, de hecho, URLs.
  • Een inline image is een plaatje dat in de HTML code zelf staat, en waarbij dus niet verwezen wordt naar een extern plaatje. Voor een inline image moet de binaire code van het plaatje worden omgezet naar platte tekst door het met base64 te coderen. Het resultaat wordt daarna als data uri in de tag voor het plaatje gezet (zie kader). Deze manier van een plaatje in HTML zetten is volgens Request For Comments nummer 2397.
  • data: URL — это определённая стандартом RFC 2397 схема, которая позволяет включать небольшие элементы данных в строку URL, как если бы они были ссылкой на внешний ресурс. Она гораздо проще альтернативных методов включения, таких как MIME с cid: или mid:.
rdfs:label
  • Data URI scheme
  • Data: URL
  • Inline image
  • Data: URL
owl:sameAs
skos:subject
foaf:page
is dbpprop:disambiguates of
is dbpprop:redirect of