mirror of
https://github.com/servo/servo.git
synced 2025-08-23 06:15:35 +01:00
Update CSS tests to revision e102a993c37a2e0ebd549bc7d5548b006458ab34
This commit is contained in:
parent
037cac7353
commit
a00f2d6310
479 changed files with 13629 additions and 1611 deletions
|
@ -55,7 +55,7 @@
|
|||
<a href="css-image-fallbacks-and-annotations.htm">css-image-fallbacks-and-annotations</a></strong></td>
|
||||
<td><a href="reference/css-image-fallbacks-and-annotations-ref.htm">=</a> </td>
|
||||
<td></td>
|
||||
<td>CSS Image Fallbacks and Annotations: the &acirc;&#8364;&#732;image()&acirc;&#8364;&#8482; notation
|
||||
<td>CSS Image Fallbacks and Annotations: the 'image()' notation
|
||||
<ul class="assert">
|
||||
<li>When the image doesn't load, the background color is still there to ensure that the white text is readable.</li>
|
||||
</ul>
|
||||
|
@ -66,9 +66,9 @@
|
|||
<a href="css-image-fallbacks-and-annotations002.htm">css-image-fallbacks-and-annotations002</a></strong></td>
|
||||
<td><a href="reference/css-image-fallbacks-and-annotations-ref.htm">=</a> </td>
|
||||
<td></td>
|
||||
<td>CSS Image Fallbacks and Annotations: the &acirc;&#8364;&#732;image()&acirc;&#8364;&#8482; notation
|
||||
<td>CSS Image Fallbacks and Annotations: the 'image()' notation
|
||||
<ul class="assert">
|
||||
<li>The &acirc;&#8364;&#732;image()&acirc;&#8364;&#8482; function load the image.</li>
|
||||
<li>The 'image()' function load the image.</li>
|
||||
</ul>
|
||||
</td>
|
||||
</tr>
|
||||
|
@ -77,7 +77,7 @@
|
|||
<a href="css-image-fallbacks-and-annotations003.htm">css-image-fallbacks-and-annotations003</a></strong></td>
|
||||
<td><a href="reference/css-image-fallbacks-and-annotations-ref.htm">=</a> </td>
|
||||
<td></td>
|
||||
<td>CSS Image Fallbacks and Annotations: the &acirc;&#8364;&#732;image()&acirc;&#8364;&#8482; notation
|
||||
<td>CSS Image Fallbacks and Annotations: the 'image()' notation
|
||||
<ul class="assert">
|
||||
<li>The rule below would tell the UA to load The first file if it can; failing that to load The second file; failing that to display The third file.</li>
|
||||
</ul>
|
||||
|
@ -88,7 +88,7 @@
|
|||
<a href="css-image-fallbacks-and-annotations004.htm">css-image-fallbacks-and-annotations004</a></strong></td>
|
||||
<td><a href="reference/css-image-fallbacks-and-annotations-ref.htm">=</a> </td>
|
||||
<td></td>
|
||||
<td>CSS Image Fallbacks and Annotations: the &acirc;&#8364;&#732;image()&acirc;&#8364;&#8482; notation
|
||||
<td>CSS Image Fallbacks and Annotations: the 'image()' notation
|
||||
<ul class="assert">
|
||||
<li>The rule below would tell the UA to load The first file if it can; failing that to load The second file.</li>
|
||||
</ul>
|
||||
|
@ -99,9 +99,9 @@
|
|||
<a href="css-image-fallbacks-and-annotations005.htm">css-image-fallbacks-and-annotations005</a></strong></td>
|
||||
<td><a href="reference/css-image-fallbacks-and-annotations-ref.htm">=</a> </td>
|
||||
<td></td>
|
||||
<td>CSS Image Fallbacks and Annotations: the &acirc;&#8364;&#732;image()&acirc;&#8364;&#8482; notation
|
||||
<td>CSS Image Fallbacks and Annotations: the 'image()' notation
|
||||
<ul class="assert">
|
||||
<li>The &acirc;&#8364;&#732;image()&acirc;&#8364;&#8482; function specifies only a color without any URLs, the function immediately falls back to representing a solid-color image of the chosen color.</li>
|
||||
<li>The 'image()' function specifies only a color without any URLs, the function immediately falls back to representing a solid-color image of the chosen color.</li>
|
||||
</ul>
|
||||
</td>
|
||||
</tr>
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
<!DOCTYPE html>
|
||||
<html><head>
|
||||
<title>CSS Image Fallbacks and Annotations: the ‘image()’ notation</title>
|
||||
<title>CSS Image Fallbacks and Annotations: the 'image()' notation</title>
|
||||
<link href="mailto:yo9ega@aol.com" rel="author" title="Hirokazu Egashira">
|
||||
<link href="http://www.w3.org/TR/css3-images/#image-notation" rel="help">
|
||||
<link href="reference/css-image-fallbacks-and-annotations-ref.htm" rel="match">
|
||||
|
@ -18,4 +18,5 @@
|
|||
<p>Test passes if background is green and no red.</p>
|
||||
<div class="square"></div>
|
||||
|
||||
|
||||
</body></html>
|
|
@ -1,10 +1,10 @@
|
|||
<!DOCTYPE html>
|
||||
<html><head>
|
||||
<title>CSS Image Fallbacks and Annotations: the ‘image()’ notation</title>
|
||||
<title>CSS Image Fallbacks and Annotations: the 'image()' notation</title>
|
||||
<link href="mailto:yo9ega@aol.com" rel="author" title="Hirokazu Egashira">
|
||||
<link href="http://www.w3.org/TR/css3-images/#image-notation" rel="help">
|
||||
<link href="reference/css-image-fallbacks-and-annotations-ref.htm" rel="match">
|
||||
<meta content="The ‘image()’ function load the image." name="assert">
|
||||
<meta content="The 'image()' function load the image." name="assert">
|
||||
<style type="text/css">
|
||||
.square{
|
||||
width: 200px;
|
||||
|
@ -19,4 +19,5 @@
|
|||
<p>Test passes if background is green and no red.</p>
|
||||
<div class="square"></div>
|
||||
|
||||
|
||||
</body></html>
|
|
@ -1,6 +1,6 @@
|
|||
<!DOCTYPE html>
|
||||
<html><head>
|
||||
<title>CSS Image Fallbacks and Annotations: the ‘image()’ notation</title>
|
||||
<title>CSS Image Fallbacks and Annotations: the 'image()' notation</title>
|
||||
<link href="mailto:yo9ega@aol.com" rel="author" title="Hirokazu Egashira">
|
||||
<link href="http://www.w3.org/TR/css3-images/#image-notation" rel="help">
|
||||
<link href="reference/css-image-fallbacks-and-annotations-ref.htm" rel="match">
|
||||
|
@ -18,4 +18,5 @@
|
|||
<p>Test passes if background is green and no red.</p>
|
||||
<div class="square"></div>
|
||||
|
||||
|
||||
</body></html>
|
|
@ -1,6 +1,6 @@
|
|||
<!DOCTYPE html>
|
||||
<html><head>
|
||||
<title>CSS Image Fallbacks and Annotations: the ‘image()’ notation</title>
|
||||
<title>CSS Image Fallbacks and Annotations: the 'image()' notation</title>
|
||||
<link href="mailto:yo9ega@aol.com" rel="author" title="Hirokazu Egashira">
|
||||
<link href="http://www.w3.org/TR/css3-images/#image-notation" rel="help">
|
||||
<link href="reference/css-image-fallbacks-and-annotations-ref.htm" rel="match">
|
||||
|
@ -18,4 +18,5 @@
|
|||
<p>Test passes if background is green and no red.</p>
|
||||
<div class="square"></div>
|
||||
|
||||
|
||||
</body></html>
|
|
@ -1,10 +1,10 @@
|
|||
<!DOCTYPE html>
|
||||
<html><head>
|
||||
<title>CSS Image Fallbacks and Annotations: the ‘image()’ notation</title>
|
||||
<title>CSS Image Fallbacks and Annotations: the 'image()' notation</title>
|
||||
<link href="mailto:yo9ega@aol.com" rel="author" title="Hirokazu Egashira">
|
||||
<link href="http://www.w3.org/TR/css3-images/#image-notation" rel="help">
|
||||
<link href="reference/css-image-fallbacks-and-annotations-ref.htm" rel="match">
|
||||
<meta content="The ‘image()’ function specifies only a color without any URLs, the function immediately falls back to representing a solid-color image of the chosen color." name="assert">
|
||||
<meta content="The 'image()' function specifies only a color without any URLs, the function immediately falls back to representing a solid-color image of the chosen color." name="assert">
|
||||
<style type="text/css">
|
||||
.square{
|
||||
width: 200px;
|
||||
|
@ -18,4 +18,5 @@
|
|||
<p>Test passes if background is pale green and no green and no red.</p>
|
||||
<div class="square"></div>
|
||||
|
||||
|
||||
</body></html>
|
|
@ -1,6 +1,6 @@
|
|||
<!DOCTYPE html>
|
||||
<html><head>
|
||||
<title>CSS Image Fallbacks and Annotations: the ‘image()’ notation</title>
|
||||
<title>CSS Image Fallbacks and Annotations: the 'image()' notation</title>
|
||||
<link href="mailto:yo9ega@aol.com" rel="author" title="Hirokazu Egashira">
|
||||
<style type="text/css">
|
||||
.square{
|
||||
|
@ -14,4 +14,5 @@
|
|||
<p>Test passes if background is green and no red.</p>
|
||||
<div class="square"></div>
|
||||
|
||||
|
||||
</body></html>
|
|
@ -26,7 +26,7 @@
|
|||
</thead>
|
||||
<tbody id="css-image-fallbacks-and-annotations" class="">
|
||||
<tr>
|
||||
<td rowspan="1" title="CSS Image Fallbacks and Annotations: the &acirc;&#8364;&#732;image()&acirc;&#8364;&#8482; notation">
|
||||
<td rowspan="1" title="CSS Image Fallbacks and Annotations: the 'image()' notation">
|
||||
<a href="css-image-fallbacks-and-annotations.htm">css-image-fallbacks-and-annotations</a></td>
|
||||
<td><a href="reference/css-image-fallbacks-and-annotations-ref.htm">=</a> </td>
|
||||
<td rowspan="1"></td>
|
||||
|
@ -34,7 +34,7 @@
|
|||
</tbody>
|
||||
<tbody id="css-image-fallbacks-and-annotations002" class="">
|
||||
<tr>
|
||||
<td rowspan="1" title="CSS Image Fallbacks and Annotations: the &acirc;&#8364;&#732;image()&acirc;&#8364;&#8482; notation">
|
||||
<td rowspan="1" title="CSS Image Fallbacks and Annotations: the 'image()' notation">
|
||||
<a href="css-image-fallbacks-and-annotations002.htm">css-image-fallbacks-and-annotations002</a></td>
|
||||
<td><a href="reference/css-image-fallbacks-and-annotations-ref.htm">=</a> </td>
|
||||
<td rowspan="1"></td>
|
||||
|
@ -42,7 +42,7 @@
|
|||
</tbody>
|
||||
<tbody id="css-image-fallbacks-and-annotations003" class="">
|
||||
<tr>
|
||||
<td rowspan="1" title="CSS Image Fallbacks and Annotations: the &acirc;&#8364;&#732;image()&acirc;&#8364;&#8482; notation">
|
||||
<td rowspan="1" title="CSS Image Fallbacks and Annotations: the 'image()' notation">
|
||||
<a href="css-image-fallbacks-and-annotations003.htm">css-image-fallbacks-and-annotations003</a></td>
|
||||
<td><a href="reference/css-image-fallbacks-and-annotations-ref.htm">=</a> </td>
|
||||
<td rowspan="1"></td>
|
||||
|
@ -50,7 +50,7 @@
|
|||
</tbody>
|
||||
<tbody id="css-image-fallbacks-and-annotations004" class="">
|
||||
<tr>
|
||||
<td rowspan="1" title="CSS Image Fallbacks and Annotations: the &acirc;&#8364;&#732;image()&acirc;&#8364;&#8482; notation">
|
||||
<td rowspan="1" title="CSS Image Fallbacks and Annotations: the 'image()' notation">
|
||||
<a href="css-image-fallbacks-and-annotations004.htm">css-image-fallbacks-and-annotations004</a></td>
|
||||
<td><a href="reference/css-image-fallbacks-and-annotations-ref.htm">=</a> </td>
|
||||
<td rowspan="1"></td>
|
||||
|
@ -58,7 +58,7 @@
|
|||
</tbody>
|
||||
<tbody id="css-image-fallbacks-and-annotations005" class="">
|
||||
<tr>
|
||||
<td rowspan="1" title="CSS Image Fallbacks and Annotations: the &acirc;&#8364;&#732;image()&acirc;&#8364;&#8482; notation">
|
||||
<td rowspan="1" title="CSS Image Fallbacks and Annotations: the 'image()' notation">
|
||||
<a href="css-image-fallbacks-and-annotations005.htm">css-image-fallbacks-and-annotations005</a></td>
|
||||
<td><a href="reference/css-image-fallbacks-and-annotations-ref.htm">=</a> </td>
|
||||
<td rowspan="1"></td>
|
||||
|
|
|
@ -3,16 +3,16 @@
|
|||
# http://test.csswg.org/suites/css-images-3_dev/DATESTAMP/
|
||||
# See http://wiki.csswg.org/test/implementation-report for instructions
|
||||
testname revision result comment
|
||||
html/css-image-fallbacks-and-annotations.htm 61e5b1c8b8dea458b0e528f738dabb8f3b7343be ?
|
||||
xhtml1/css-image-fallbacks-and-annotations.xht 61e5b1c8b8dea458b0e528f738dabb8f3b7343be ?
|
||||
html/css-image-fallbacks-and-annotations002.htm 7ad78b782efed86b3f34870f69e60ef556290703 ?
|
||||
xhtml1/css-image-fallbacks-and-annotations002.xht 7ad78b782efed86b3f34870f69e60ef556290703 ?
|
||||
html/css-image-fallbacks-and-annotations003.htm 40350ffbf2dc34b81b19a573e6578cd6604d3df2 ?
|
||||
xhtml1/css-image-fallbacks-and-annotations003.xht 40350ffbf2dc34b81b19a573e6578cd6604d3df2 ?
|
||||
html/css-image-fallbacks-and-annotations004.htm 6c21c2ab99d1815e0100ba55ab338965e8c0fbc1 ?
|
||||
xhtml1/css-image-fallbacks-and-annotations004.xht 6c21c2ab99d1815e0100ba55ab338965e8c0fbc1 ?
|
||||
html/css-image-fallbacks-and-annotations005.htm fa3e2471dcdd0fab5a17d1c8285cfe8027b3c0a5 ?
|
||||
xhtml1/css-image-fallbacks-and-annotations005.xht fa3e2471dcdd0fab5a17d1c8285cfe8027b3c0a5 ?
|
||||
html/css-image-fallbacks-and-annotations.htm 97bc6f86084bb5c60a9ccd2cee1c299c10051a6f ?
|
||||
xhtml1/css-image-fallbacks-and-annotations.xht 97bc6f86084bb5c60a9ccd2cee1c299c10051a6f ?
|
||||
html/css-image-fallbacks-and-annotations002.htm 4798f76481c017e8146197c527c6e20131dc5058 ?
|
||||
xhtml1/css-image-fallbacks-and-annotations002.xht 4798f76481c017e8146197c527c6e20131dc5058 ?
|
||||
html/css-image-fallbacks-and-annotations003.htm dc6ace24f43826666e70f73407f3f9670c2a53d6 ?
|
||||
xhtml1/css-image-fallbacks-and-annotations003.xht dc6ace24f43826666e70f73407f3f9670c2a53d6 ?
|
||||
html/css-image-fallbacks-and-annotations004.htm 327fb06f25b4724b050775b0a555baebdb2f9b5c ?
|
||||
xhtml1/css-image-fallbacks-and-annotations004.xht 327fb06f25b4724b050775b0a555baebdb2f9b5c ?
|
||||
html/css-image-fallbacks-and-annotations005.htm 73decf31be6ea70772b877bbc908b5863eb0f3b9 ?
|
||||
xhtml1/css-image-fallbacks-and-annotations005.xht 73decf31be6ea70772b877bbc908b5863eb0f3b9 ?
|
||||
html/cursor-image-005-nfs.htm 4f1a9985c6fef5ff09d3249a54ea134fee4eee3a ?
|
||||
xhtml1/cursor-image-005-nfs.xht 4f1a9985c6fef5ff09d3249a54ea134fee4eee3a ?
|
||||
html/image-fit-001.htm 868d9469f57e6013a024efa5e04ef2455d97296e ?
|
||||
|
|
|
@ -1,9 +1,9 @@
|
|||
id references title flags links revision credits assertion
|
||||
css-image-fallbacks-and-annotations reference/css-image-fallbacks-and-annotations-ref CSS Image Fallbacks and Annotations: the ‘image()’ notation http://www.w3.org/TR/css3-images/#image-notation 61e5b1c8b8dea458b0e528f738dabb8f3b7343be `Hirokazu Egashira`<mailto:yo9ega@aol.com> When the image doesn't load, the background color is still there to ensure that the white text is readable.
|
||||
css-image-fallbacks-and-annotations002 reference/css-image-fallbacks-and-annotations-ref CSS Image Fallbacks and Annotations: the ‘image()’ notation http://www.w3.org/TR/css3-images/#image-notation 7ad78b782efed86b3f34870f69e60ef556290703 `Hirokazu Egashira`<mailto:yo9ega@aol.com> The ‘image()’ function load the image.
|
||||
css-image-fallbacks-and-annotations003 reference/css-image-fallbacks-and-annotations-ref CSS Image Fallbacks and Annotations: the ‘image()’ notation http://www.w3.org/TR/css3-images/#image-notation 40350ffbf2dc34b81b19a573e6578cd6604d3df2 `Hirokazu Egashira`<mailto:yo9ega@aol.com> The rule below would tell the UA to load The first file if it can; failing that to load The second file; failing that to display The third file.
|
||||
css-image-fallbacks-and-annotations004 reference/css-image-fallbacks-and-annotations-ref CSS Image Fallbacks and Annotations: the ‘image()’ notation http://www.w3.org/TR/css3-images/#image-notation 6c21c2ab99d1815e0100ba55ab338965e8c0fbc1 `Hirokazu Egashira`<mailto:yo9ega@aol.com> The rule below would tell the UA to load The first file if it can; failing that to load The second file.
|
||||
css-image-fallbacks-and-annotations005 reference/css-image-fallbacks-and-annotations-ref CSS Image Fallbacks and Annotations: the ‘image()’ notation http://www.w3.org/TR/css3-images/#image-notation fa3e2471dcdd0fab5a17d1c8285cfe8027b3c0a5 `Hirokazu Egashira`<mailto:yo9ega@aol.com> The ‘image()’ function specifies only a color without any URLs, the function immediately falls back to representing a solid-color image of the chosen color.
|
||||
css-image-fallbacks-and-annotations reference/css-image-fallbacks-and-annotations-ref CSS Image Fallbacks and Annotations: the 'image()' notation http://www.w3.org/TR/css3-images/#image-notation 97bc6f86084bb5c60a9ccd2cee1c299c10051a6f `Hirokazu Egashira`<mailto:yo9ega@aol.com> When the image doesn't load, the background color is still there to ensure that the white text is readable.
|
||||
css-image-fallbacks-and-annotations002 reference/css-image-fallbacks-and-annotations-ref CSS Image Fallbacks and Annotations: the 'image()' notation http://www.w3.org/TR/css3-images/#image-notation 4798f76481c017e8146197c527c6e20131dc5058 `Hirokazu Egashira`<mailto:yo9ega@aol.com> The 'image()' function load the image.
|
||||
css-image-fallbacks-and-annotations003 reference/css-image-fallbacks-and-annotations-ref CSS Image Fallbacks and Annotations: the 'image()' notation http://www.w3.org/TR/css3-images/#image-notation dc6ace24f43826666e70f73407f3f9670c2a53d6 `Hirokazu Egashira`<mailto:yo9ega@aol.com> The rule below would tell the UA to load The first file if it can; failing that to load The second file; failing that to display The third file.
|
||||
css-image-fallbacks-and-annotations004 reference/css-image-fallbacks-and-annotations-ref CSS Image Fallbacks and Annotations: the 'image()' notation http://www.w3.org/TR/css3-images/#image-notation 327fb06f25b4724b050775b0a555baebdb2f9b5c `Hirokazu Egashira`<mailto:yo9ega@aol.com> The rule below would tell the UA to load The first file if it can; failing that to load The second file.
|
||||
css-image-fallbacks-and-annotations005 reference/css-image-fallbacks-and-annotations-ref CSS Image Fallbacks and Annotations: the 'image()' notation http://www.w3.org/TR/css3-images/#image-notation 73decf31be6ea70772b877bbc908b5863eb0f3b9 `Hirokazu Egashira`<mailto:yo9ega@aol.com> The 'image()' function specifies only a color without any URLs, the function immediately falls back to representing a solid-color image of the chosen color.
|
||||
cursor-image-005-nfs Cursor property, url value interact,svg http://www.w3.org/TR/css3-ui/#cursor,http://www.w3.org/TR/css3-images/#default-object-size 4f1a9985c6fef5ff09d3249a54ea134fee4eee3a `Chris Lilley`<mailto:chris@w3.org> Test checks that an SVG image with no fixed size is supported as a custom cursor at the default object size for cursor images.
|
||||
image-fit-001 Object Fit - initial value http://www.w3.org/TR/css3-images/#object-fit 868d9469f57e6013a024efa5e04ef2455d97296e `Tom Clancy`<mailto:tclancy@revenution.com> The initial value of the 'object-fit' property is 'fill'.
|
||||
image-fit-006 Object Fit - 'fill', explicit 'height'/'width' http://www.w3.org/TR/css3-images/#object-fit 99bc4e8d703ac43594fd3ac66be4e411c5e8c09a `Tom Clancy`<mailto:tclancy@revenution.com> The 'fill' value of the 'object-fit' property does not affect the usual calculation of the used 'height' and 'width. The 'fill' value of the 'image-scaling' property scales the content height and width independently so that the edges of the content just meet the edges of the box established by the used 'height' and 'width'.
|
||||
|
|
|
@ -55,7 +55,7 @@
|
|||
<a href="css-image-fallbacks-and-annotations.xht">css-image-fallbacks-and-annotations</a></strong></td>
|
||||
<td><a href="reference/css-image-fallbacks-and-annotations-ref.xht">=</a> </td>
|
||||
<td></td>
|
||||
<td>CSS Image Fallbacks and Annotations: the &acirc;&#8364;&#732;image()&acirc;&#8364;&#8482; notation
|
||||
<td>CSS Image Fallbacks and Annotations: the 'image()' notation
|
||||
<ul class="assert">
|
||||
<li>When the image doesn't load, the background color is still there to ensure that the white text is readable.</li>
|
||||
</ul>
|
||||
|
@ -66,9 +66,9 @@
|
|||
<a href="css-image-fallbacks-and-annotations002.xht">css-image-fallbacks-and-annotations002</a></strong></td>
|
||||
<td><a href="reference/css-image-fallbacks-and-annotations-ref.xht">=</a> </td>
|
||||
<td></td>
|
||||
<td>CSS Image Fallbacks and Annotations: the &acirc;&#8364;&#732;image()&acirc;&#8364;&#8482; notation
|
||||
<td>CSS Image Fallbacks and Annotations: the 'image()' notation
|
||||
<ul class="assert">
|
||||
<li>The &acirc;&#8364;&#732;image()&acirc;&#8364;&#8482; function load the image.</li>
|
||||
<li>The 'image()' function load the image.</li>
|
||||
</ul>
|
||||
</td>
|
||||
</tr>
|
||||
|
@ -77,7 +77,7 @@
|
|||
<a href="css-image-fallbacks-and-annotations003.xht">css-image-fallbacks-and-annotations003</a></strong></td>
|
||||
<td><a href="reference/css-image-fallbacks-and-annotations-ref.xht">=</a> </td>
|
||||
<td></td>
|
||||
<td>CSS Image Fallbacks and Annotations: the &acirc;&#8364;&#732;image()&acirc;&#8364;&#8482; notation
|
||||
<td>CSS Image Fallbacks and Annotations: the 'image()' notation
|
||||
<ul class="assert">
|
||||
<li>The rule below would tell the UA to load The first file if it can; failing that to load The second file; failing that to display The third file.</li>
|
||||
</ul>
|
||||
|
@ -88,7 +88,7 @@
|
|||
<a href="css-image-fallbacks-and-annotations004.xht">css-image-fallbacks-and-annotations004</a></strong></td>
|
||||
<td><a href="reference/css-image-fallbacks-and-annotations-ref.xht">=</a> </td>
|
||||
<td></td>
|
||||
<td>CSS Image Fallbacks and Annotations: the &acirc;&#8364;&#732;image()&acirc;&#8364;&#8482; notation
|
||||
<td>CSS Image Fallbacks and Annotations: the 'image()' notation
|
||||
<ul class="assert">
|
||||
<li>The rule below would tell the UA to load The first file if it can; failing that to load The second file.</li>
|
||||
</ul>
|
||||
|
@ -99,9 +99,9 @@
|
|||
<a href="css-image-fallbacks-and-annotations005.xht">css-image-fallbacks-and-annotations005</a></strong></td>
|
||||
<td><a href="reference/css-image-fallbacks-and-annotations-ref.xht">=</a> </td>
|
||||
<td></td>
|
||||
<td>CSS Image Fallbacks and Annotations: the &acirc;&#8364;&#732;image()&acirc;&#8364;&#8482; notation
|
||||
<td>CSS Image Fallbacks and Annotations: the 'image()' notation
|
||||
<ul class="assert">
|
||||
<li>The &acirc;&#8364;&#732;image()&acirc;&#8364;&#8482; function specifies only a color without any URLs, the function immediately falls back to representing a solid-color image of the chosen color.</li>
|
||||
<li>The 'image()' function specifies only a color without any URLs, the function immediately falls back to representing a solid-color image of the chosen color.</li>
|
||||
</ul>
|
||||
</td>
|
||||
</tr>
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
|
||||
<html xmlns="http://www.w3.org/1999/xhtml"><head>
|
||||
<title>CSS Image Fallbacks and Annotations: the ‘image()’ notation</title>
|
||||
<title>CSS Image Fallbacks and Annotations: the 'image()' notation</title>
|
||||
<link href="mailto:yo9ega@aol.com" rel="author" title="Hirokazu Egashira" />
|
||||
<link href="http://www.w3.org/TR/css3-images/#image-notation" rel="help" />
|
||||
<link href="reference/css-image-fallbacks-and-annotations-ref.xht" rel="match" />
|
||||
|
@ -18,4 +18,5 @@
|
|||
<p>Test passes if background is green and no red.</p>
|
||||
<div class="square"></div>
|
||||
|
||||
|
||||
</body></html>
|
|
@ -1,10 +1,10 @@
|
|||
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
|
||||
<html xmlns="http://www.w3.org/1999/xhtml"><head>
|
||||
<title>CSS Image Fallbacks and Annotations: the ‘image()’ notation</title>
|
||||
<title>CSS Image Fallbacks and Annotations: the 'image()' notation</title>
|
||||
<link href="mailto:yo9ega@aol.com" rel="author" title="Hirokazu Egashira" />
|
||||
<link href="http://www.w3.org/TR/css3-images/#image-notation" rel="help" />
|
||||
<link href="reference/css-image-fallbacks-and-annotations-ref.xht" rel="match" />
|
||||
<meta content="The ‘image()’ function load the image." name="assert" />
|
||||
<meta content="The 'image()' function load the image." name="assert" />
|
||||
<style type="text/css">
|
||||
.square{
|
||||
width: 200px;
|
||||
|
@ -19,4 +19,5 @@
|
|||
<p>Test passes if background is green and no red.</p>
|
||||
<div class="square"></div>
|
||||
|
||||
|
||||
</body></html>
|
|
@ -1,6 +1,6 @@
|
|||
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
|
||||
<html xmlns="http://www.w3.org/1999/xhtml"><head>
|
||||
<title>CSS Image Fallbacks and Annotations: the ‘image()’ notation</title>
|
||||
<title>CSS Image Fallbacks and Annotations: the 'image()' notation</title>
|
||||
<link href="mailto:yo9ega@aol.com" rel="author" title="Hirokazu Egashira" />
|
||||
<link href="http://www.w3.org/TR/css3-images/#image-notation" rel="help" />
|
||||
<link href="reference/css-image-fallbacks-and-annotations-ref.xht" rel="match" />
|
||||
|
@ -18,4 +18,5 @@
|
|||
<p>Test passes if background is green and no red.</p>
|
||||
<div class="square"></div>
|
||||
|
||||
|
||||
</body></html>
|
|
@ -1,6 +1,6 @@
|
|||
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
|
||||
<html xmlns="http://www.w3.org/1999/xhtml"><head>
|
||||
<title>CSS Image Fallbacks and Annotations: the ‘image()’ notation</title>
|
||||
<title>CSS Image Fallbacks and Annotations: the 'image()' notation</title>
|
||||
<link href="mailto:yo9ega@aol.com" rel="author" title="Hirokazu Egashira" />
|
||||
<link href="http://www.w3.org/TR/css3-images/#image-notation" rel="help" />
|
||||
<link href="reference/css-image-fallbacks-and-annotations-ref.xht" rel="match" />
|
||||
|
@ -18,4 +18,5 @@
|
|||
<p>Test passes if background is green and no red.</p>
|
||||
<div class="square"></div>
|
||||
|
||||
|
||||
</body></html>
|
|
@ -1,10 +1,10 @@
|
|||
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
|
||||
<html xmlns="http://www.w3.org/1999/xhtml"><head>
|
||||
<title>CSS Image Fallbacks and Annotations: the ‘image()’ notation</title>
|
||||
<title>CSS Image Fallbacks and Annotations: the 'image()' notation</title>
|
||||
<link href="mailto:yo9ega@aol.com" rel="author" title="Hirokazu Egashira" />
|
||||
<link href="http://www.w3.org/TR/css3-images/#image-notation" rel="help" />
|
||||
<link href="reference/css-image-fallbacks-and-annotations-ref.xht" rel="match" />
|
||||
<meta content="The ‘image()’ function specifies only a color without any URLs, the function immediately falls back to representing a solid-color image of the chosen color." name="assert" />
|
||||
<meta content="The 'image()' function specifies only a color without any URLs, the function immediately falls back to representing a solid-color image of the chosen color." name="assert" />
|
||||
<style type="text/css">
|
||||
.square{
|
||||
width: 200px;
|
||||
|
@ -18,4 +18,5 @@
|
|||
<p>Test passes if background is pale green and no green and no red.</p>
|
||||
<div class="square"></div>
|
||||
|
||||
|
||||
</body></html>
|
|
@ -1,6 +1,6 @@
|
|||
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
|
||||
<html xmlns="http://www.w3.org/1999/xhtml"><head>
|
||||
<title>CSS Image Fallbacks and Annotations: the ‘image()’ notation</title>
|
||||
<title>CSS Image Fallbacks and Annotations: the 'image()' notation</title>
|
||||
<link href="mailto:yo9ega@aol.com" rel="author" title="Hirokazu Egashira" />
|
||||
<style type="text/css">
|
||||
.square{
|
||||
|
@ -14,4 +14,5 @@
|
|||
<p>Test passes if background is green and no red.</p>
|
||||
<div class="square"></div>
|
||||
|
||||
|
||||
</body></html>
|
|
@ -26,7 +26,7 @@
|
|||
</thead>
|
||||
<tbody id="css-image-fallbacks-and-annotations" class="">
|
||||
<tr>
|
||||
<td rowspan="1" title="CSS Image Fallbacks and Annotations: the &acirc;&#8364;&#732;image()&acirc;&#8364;&#8482; notation">
|
||||
<td rowspan="1" title="CSS Image Fallbacks and Annotations: the 'image()' notation">
|
||||
<a href="css-image-fallbacks-and-annotations.xht">css-image-fallbacks-and-annotations</a></td>
|
||||
<td><a href="reference/css-image-fallbacks-and-annotations-ref.xht">=</a> </td>
|
||||
<td rowspan="1"></td>
|
||||
|
@ -34,7 +34,7 @@
|
|||
</tbody>
|
||||
<tbody id="css-image-fallbacks-and-annotations002" class="">
|
||||
<tr>
|
||||
<td rowspan="1" title="CSS Image Fallbacks and Annotations: the &acirc;&#8364;&#732;image()&acirc;&#8364;&#8482; notation">
|
||||
<td rowspan="1" title="CSS Image Fallbacks and Annotations: the 'image()' notation">
|
||||
<a href="css-image-fallbacks-and-annotations002.xht">css-image-fallbacks-and-annotations002</a></td>
|
||||
<td><a href="reference/css-image-fallbacks-and-annotations-ref.xht">=</a> </td>
|
||||
<td rowspan="1"></td>
|
||||
|
@ -42,7 +42,7 @@
|
|||
</tbody>
|
||||
<tbody id="css-image-fallbacks-and-annotations003" class="">
|
||||
<tr>
|
||||
<td rowspan="1" title="CSS Image Fallbacks and Annotations: the &acirc;&#8364;&#732;image()&acirc;&#8364;&#8482; notation">
|
||||
<td rowspan="1" title="CSS Image Fallbacks and Annotations: the 'image()' notation">
|
||||
<a href="css-image-fallbacks-and-annotations003.xht">css-image-fallbacks-and-annotations003</a></td>
|
||||
<td><a href="reference/css-image-fallbacks-and-annotations-ref.xht">=</a> </td>
|
||||
<td rowspan="1"></td>
|
||||
|
@ -50,7 +50,7 @@
|
|||
</tbody>
|
||||
<tbody id="css-image-fallbacks-and-annotations004" class="">
|
||||
<tr>
|
||||
<td rowspan="1" title="CSS Image Fallbacks and Annotations: the &acirc;&#8364;&#732;image()&acirc;&#8364;&#8482; notation">
|
||||
<td rowspan="1" title="CSS Image Fallbacks and Annotations: the 'image()' notation">
|
||||
<a href="css-image-fallbacks-and-annotations004.xht">css-image-fallbacks-and-annotations004</a></td>
|
||||
<td><a href="reference/css-image-fallbacks-and-annotations-ref.xht">=</a> </td>
|
||||
<td rowspan="1"></td>
|
||||
|
@ -58,7 +58,7 @@
|
|||
</tbody>
|
||||
<tbody id="css-image-fallbacks-and-annotations005" class="">
|
||||
<tr>
|
||||
<td rowspan="1" title="CSS Image Fallbacks and Annotations: the &acirc;&#8364;&#732;image()&acirc;&#8364;&#8482; notation">
|
||||
<td rowspan="1" title="CSS Image Fallbacks and Annotations: the 'image()' notation">
|
||||
<a href="css-image-fallbacks-and-annotations005.xht">css-image-fallbacks-and-annotations005</a></td>
|
||||
<td><a href="reference/css-image-fallbacks-and-annotations-ref.xht">=</a> </td>
|
||||
<td rowspan="1"></td>
|
||||
|
|
|
@ -55,7 +55,7 @@
|
|||
<a href="css-image-fallbacks-and-annotations.xht">css-image-fallbacks-and-annotations</a></strong></td>
|
||||
<td><a href="reference/css-image-fallbacks-and-annotations-ref.xht">=</a> </td>
|
||||
<td></td>
|
||||
<td>CSS Image Fallbacks and Annotations: the &acirc;&#8364;&#732;image()&acirc;&#8364;&#8482; notation
|
||||
<td>CSS Image Fallbacks and Annotations: the 'image()' notation
|
||||
<ul class="assert">
|
||||
<li>When the image doesn't load, the background color is still there to ensure that the white text is readable.</li>
|
||||
</ul>
|
||||
|
@ -66,9 +66,9 @@
|
|||
<a href="css-image-fallbacks-and-annotations002.xht">css-image-fallbacks-and-annotations002</a></strong></td>
|
||||
<td><a href="reference/css-image-fallbacks-and-annotations-ref.xht">=</a> </td>
|
||||
<td></td>
|
||||
<td>CSS Image Fallbacks and Annotations: the &acirc;&#8364;&#732;image()&acirc;&#8364;&#8482; notation
|
||||
<td>CSS Image Fallbacks and Annotations: the 'image()' notation
|
||||
<ul class="assert">
|
||||
<li>The &acirc;&#8364;&#732;image()&acirc;&#8364;&#8482; function load the image.</li>
|
||||
<li>The 'image()' function load the image.</li>
|
||||
</ul>
|
||||
</td>
|
||||
</tr>
|
||||
|
@ -77,7 +77,7 @@
|
|||
<a href="css-image-fallbacks-and-annotations003.xht">css-image-fallbacks-and-annotations003</a></strong></td>
|
||||
<td><a href="reference/css-image-fallbacks-and-annotations-ref.xht">=</a> </td>
|
||||
<td></td>
|
||||
<td>CSS Image Fallbacks and Annotations: the &acirc;&#8364;&#732;image()&acirc;&#8364;&#8482; notation
|
||||
<td>CSS Image Fallbacks and Annotations: the 'image()' notation
|
||||
<ul class="assert">
|
||||
<li>The rule below would tell the UA to load The first file if it can; failing that to load The second file; failing that to display The third file.</li>
|
||||
</ul>
|
||||
|
@ -88,7 +88,7 @@
|
|||
<a href="css-image-fallbacks-and-annotations004.xht">css-image-fallbacks-and-annotations004</a></strong></td>
|
||||
<td><a href="reference/css-image-fallbacks-and-annotations-ref.xht">=</a> </td>
|
||||
<td></td>
|
||||
<td>CSS Image Fallbacks and Annotations: the &acirc;&#8364;&#732;image()&acirc;&#8364;&#8482; notation
|
||||
<td>CSS Image Fallbacks and Annotations: the 'image()' notation
|
||||
<ul class="assert">
|
||||
<li>The rule below would tell the UA to load The first file if it can; failing that to load The second file.</li>
|
||||
</ul>
|
||||
|
@ -99,9 +99,9 @@
|
|||
<a href="css-image-fallbacks-and-annotations005.xht">css-image-fallbacks-and-annotations005</a></strong></td>
|
||||
<td><a href="reference/css-image-fallbacks-and-annotations-ref.xht">=</a> </td>
|
||||
<td></td>
|
||||
<td>CSS Image Fallbacks and Annotations: the &acirc;&#8364;&#732;image()&acirc;&#8364;&#8482; notation
|
||||
<td>CSS Image Fallbacks and Annotations: the 'image()' notation
|
||||
<ul class="assert">
|
||||
<li>The &acirc;&#8364;&#732;image()&acirc;&#8364;&#8482; function specifies only a color without any URLs, the function immediately falls back to representing a solid-color image of the chosen color.</li>
|
||||
<li>The 'image()' function specifies only a color without any URLs, the function immediately falls back to representing a solid-color image of the chosen color.</li>
|
||||
</ul>
|
||||
</td>
|
||||
</tr>
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
|
||||
<html xmlns="http://www.w3.org/1999/xhtml"><head>
|
||||
<title>CSS Image Fallbacks and Annotations: the ‘image()’ notation</title>
|
||||
<title>CSS Image Fallbacks and Annotations: the 'image()' notation</title>
|
||||
<link href="mailto:yo9ega@aol.com" rel="author" title="Hirokazu Egashira" />
|
||||
<link href="http://www.w3.org/TR/css3-images/#image-notation" rel="help" />
|
||||
<link href="reference/css-image-fallbacks-and-annotations-ref.xht" rel="match" />
|
||||
|
@ -18,4 +18,5 @@
|
|||
<p>Test passes if background is green and no red.</p>
|
||||
<div class="square"></div>
|
||||
|
||||
|
||||
</body></html>
|
|
@ -1,10 +1,10 @@
|
|||
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
|
||||
<html xmlns="http://www.w3.org/1999/xhtml"><head>
|
||||
<title>CSS Image Fallbacks and Annotations: the ‘image()’ notation</title>
|
||||
<title>CSS Image Fallbacks and Annotations: the 'image()' notation</title>
|
||||
<link href="mailto:yo9ega@aol.com" rel="author" title="Hirokazu Egashira" />
|
||||
<link href="http://www.w3.org/TR/css3-images/#image-notation" rel="help" />
|
||||
<link href="reference/css-image-fallbacks-and-annotations-ref.xht" rel="match" />
|
||||
<meta content="The ‘image()’ function load the image." name="assert" />
|
||||
<meta content="The 'image()' function load the image." name="assert" />
|
||||
<style type="text/css">
|
||||
.square{
|
||||
width: 200px;
|
||||
|
@ -19,4 +19,5 @@
|
|||
<p>Test passes if background is green and no red.</p>
|
||||
<div class="square"></div>
|
||||
|
||||
|
||||
</body></html>
|
|
@ -1,6 +1,6 @@
|
|||
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
|
||||
<html xmlns="http://www.w3.org/1999/xhtml"><head>
|
||||
<title>CSS Image Fallbacks and Annotations: the ‘image()’ notation</title>
|
||||
<title>CSS Image Fallbacks and Annotations: the 'image()' notation</title>
|
||||
<link href="mailto:yo9ega@aol.com" rel="author" title="Hirokazu Egashira" />
|
||||
<link href="http://www.w3.org/TR/css3-images/#image-notation" rel="help" />
|
||||
<link href="reference/css-image-fallbacks-and-annotations-ref.xht" rel="match" />
|
||||
|
@ -18,4 +18,5 @@
|
|||
<p>Test passes if background is green and no red.</p>
|
||||
<div class="square"></div>
|
||||
|
||||
|
||||
</body></html>
|
|
@ -1,6 +1,6 @@
|
|||
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
|
||||
<html xmlns="http://www.w3.org/1999/xhtml"><head>
|
||||
<title>CSS Image Fallbacks and Annotations: the ‘image()’ notation</title>
|
||||
<title>CSS Image Fallbacks and Annotations: the 'image()' notation</title>
|
||||
<link href="mailto:yo9ega@aol.com" rel="author" title="Hirokazu Egashira" />
|
||||
<link href="http://www.w3.org/TR/css3-images/#image-notation" rel="help" />
|
||||
<link href="reference/css-image-fallbacks-and-annotations-ref.xht" rel="match" />
|
||||
|
@ -18,4 +18,5 @@
|
|||
<p>Test passes if background is green and no red.</p>
|
||||
<div class="square"></div>
|
||||
|
||||
|
||||
</body></html>
|
|
@ -1,10 +1,10 @@
|
|||
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
|
||||
<html xmlns="http://www.w3.org/1999/xhtml"><head>
|
||||
<title>CSS Image Fallbacks and Annotations: the ‘image()’ notation</title>
|
||||
<title>CSS Image Fallbacks and Annotations: the 'image()' notation</title>
|
||||
<link href="mailto:yo9ega@aol.com" rel="author" title="Hirokazu Egashira" />
|
||||
<link href="http://www.w3.org/TR/css3-images/#image-notation" rel="help" />
|
||||
<link href="reference/css-image-fallbacks-and-annotations-ref.xht" rel="match" />
|
||||
<meta content="The ‘image()’ function specifies only a color without any URLs, the function immediately falls back to representing a solid-color image of the chosen color." name="assert" />
|
||||
<meta content="The 'image()' function specifies only a color without any URLs, the function immediately falls back to representing a solid-color image of the chosen color." name="assert" />
|
||||
<style type="text/css">
|
||||
.square{
|
||||
width: 200px;
|
||||
|
@ -18,4 +18,5 @@
|
|||
<p>Test passes if background is pale green and no green and no red.</p>
|
||||
<div class="square"></div>
|
||||
|
||||
|
||||
</body></html>
|
|
@ -1,6 +1,6 @@
|
|||
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
|
||||
<html xmlns="http://www.w3.org/1999/xhtml"><head>
|
||||
<title>CSS Image Fallbacks and Annotations: the ‘image()’ notation</title>
|
||||
<title>CSS Image Fallbacks and Annotations: the 'image()' notation</title>
|
||||
<link href="mailto:yo9ega@aol.com" rel="author" title="Hirokazu Egashira" />
|
||||
<style type="text/css">
|
||||
.square{
|
||||
|
@ -14,4 +14,5 @@
|
|||
<p>Test passes if background is green and no red.</p>
|
||||
<div class="square"></div>
|
||||
|
||||
|
||||
</body></html>
|
|
@ -26,7 +26,7 @@
|
|||
</thead>
|
||||
<tbody id="css-image-fallbacks-and-annotations" class="">
|
||||
<tr>
|
||||
<td rowspan="1" title="CSS Image Fallbacks and Annotations: the &acirc;&#8364;&#732;image()&acirc;&#8364;&#8482; notation">
|
||||
<td rowspan="1" title="CSS Image Fallbacks and Annotations: the 'image()' notation">
|
||||
<a href="css-image-fallbacks-and-annotations.xht">css-image-fallbacks-and-annotations</a></td>
|
||||
<td><a href="reference/css-image-fallbacks-and-annotations-ref.xht">=</a> </td>
|
||||
<td rowspan="1"></td>
|
||||
|
@ -34,7 +34,7 @@
|
|||
</tbody>
|
||||
<tbody id="css-image-fallbacks-and-annotations002" class="">
|
||||
<tr>
|
||||
<td rowspan="1" title="CSS Image Fallbacks and Annotations: the &acirc;&#8364;&#732;image()&acirc;&#8364;&#8482; notation">
|
||||
<td rowspan="1" title="CSS Image Fallbacks and Annotations: the 'image()' notation">
|
||||
<a href="css-image-fallbacks-and-annotations002.xht">css-image-fallbacks-and-annotations002</a></td>
|
||||
<td><a href="reference/css-image-fallbacks-and-annotations-ref.xht">=</a> </td>
|
||||
<td rowspan="1"></td>
|
||||
|
@ -42,7 +42,7 @@
|
|||
</tbody>
|
||||
<tbody id="css-image-fallbacks-and-annotations003" class="">
|
||||
<tr>
|
||||
<td rowspan="1" title="CSS Image Fallbacks and Annotations: the &acirc;&#8364;&#732;image()&acirc;&#8364;&#8482; notation">
|
||||
<td rowspan="1" title="CSS Image Fallbacks and Annotations: the 'image()' notation">
|
||||
<a href="css-image-fallbacks-and-annotations003.xht">css-image-fallbacks-and-annotations003</a></td>
|
||||
<td><a href="reference/css-image-fallbacks-and-annotations-ref.xht">=</a> </td>
|
||||
<td rowspan="1"></td>
|
||||
|
@ -50,7 +50,7 @@
|
|||
</tbody>
|
||||
<tbody id="css-image-fallbacks-and-annotations004" class="">
|
||||
<tr>
|
||||
<td rowspan="1" title="CSS Image Fallbacks and Annotations: the &acirc;&#8364;&#732;image()&acirc;&#8364;&#8482; notation">
|
||||
<td rowspan="1" title="CSS Image Fallbacks and Annotations: the 'image()' notation">
|
||||
<a href="css-image-fallbacks-and-annotations004.xht">css-image-fallbacks-and-annotations004</a></td>
|
||||
<td><a href="reference/css-image-fallbacks-and-annotations-ref.xht">=</a> </td>
|
||||
<td rowspan="1"></td>
|
||||
|
@ -58,7 +58,7 @@
|
|||
</tbody>
|
||||
<tbody id="css-image-fallbacks-and-annotations005" class="">
|
||||
<tr>
|
||||
<td rowspan="1" title="CSS Image Fallbacks and Annotations: the &acirc;&#8364;&#732;image()&acirc;&#8364;&#8482; notation">
|
||||
<td rowspan="1" title="CSS Image Fallbacks and Annotations: the 'image()' notation">
|
||||
<a href="css-image-fallbacks-and-annotations005.xht">css-image-fallbacks-and-annotations005</a></td>
|
||||
<td><a href="reference/css-image-fallbacks-and-annotations-ref.xht">=</a> </td>
|
||||
<td rowspan="1"></td>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue