Opera Bug #185994
data: URIs mishandled when used in a background attribute
Fixed in Opera 9.63
The data: URI is a handy way to include images right in your HTML pages.
Opera recently raised length limitations on these URIs, but it seems like one inclusion method was left out.
<table background="data:image/jpeg;base64,..."></table>
JPEG data: URI as src attribute in an <img> element
|
JPEG http: URI as src attribute in an <img> element
|
JPEG data: URI as background attribute in a <table> element
|
|
JPEG http: URI as background attribute in a <table> element
|
|
JPEG data: URI as a CSS background-image property applied to a <table> element
|
|
JPEG http: URI as a CSS background-image property applied to a <table> element
|
|
PNG data: URI as src attribute in an <img> element
|
PNG http: URI as src attribute in an <img> element
|
PNG data: URI as background attribute in a <table> element
|
|
PNG http: URI as background attribute in a <table> element
|
|
PNG data: URI as a CSS background-image property applied to a <table> element
|
|
PNG http: URI as a CSS background-image property applied to a <table> element
|
|
GIF data: URI as src attribute in an <img> element
|
GIF http: URI as src attribute in an <img> element
|
GIF data: URI as background attribute in a <table> element
|
|
GIF http: URI as background attribute in a <table> element
|
|
GIF data: URI as a CSS background-image property applied to a <table> element
|
|
GIF http: URI as a CSS background-image property applied to a <table> element
|
|