mirror of
https://github.com/servo/servo.git
synced 2025-06-23 16:44:33 +01:00
1823 lines
No EOL
77 KiB
HTML
1823 lines
No EOL
77 KiB
HTML
|
|
|
|
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN">
|
|
<html>
|
|
<head>
|
|
<title>Pointing Devices and Keyboards - CSS Basic User Interface Module Level 3 CR Test Suite</title>
|
|
<style type="text/css">
|
|
@import "http://www.w3.org/StyleSheets/TR/base.css";
|
|
@import "../indices.css";
|
|
</style>
|
|
</head>
|
|
|
|
<body>
|
|
|
|
<h1>CSS Basic User Interface Module Level 3 CR Test Suite</h1>
|
|
<h2>Pointing Devices and Keyboards (142 tests)</h2>
|
|
<table width="100%">
|
|
<col id="test-column">
|
|
<col id="refs-column">
|
|
<col id="flags-column">
|
|
<col id="info-column">
|
|
<thead>
|
|
<tr>
|
|
<th>Test</th>
|
|
<th><abbr title="Rendering References">Refs</abbr></th>
|
|
<th>Flags</th>
|
|
<th>Info</th>
|
|
</tr>
|
|
</thead>
|
|
<tbody id="s6">
|
|
<tr><th colspan="4" scope="rowgroup">
|
|
<a href="#s6">+</a>
|
|
<a href="http://www.w3.org/TR/css3-ui/#pointing-keyboard">6 Pointing Devices and Keyboards</a></th></tr>
|
|
<!-- 0 tests -->
|
|
</tbody>
|
|
<tbody id="s6.1">
|
|
<tr><th colspan="4" scope="rowgroup">
|
|
<a href="#s6.1">+</a>
|
|
<a href="http://www.w3.org/TR/css3-ui/#pointer-interaction">6.1 Pointer interaction</a></th></tr>
|
|
<!-- 0 tests -->
|
|
</tbody>
|
|
<tbody id="s6.1.1">
|
|
<tr><th colspan="4" scope="rowgroup">
|
|
<a href="#s6.1.1">+</a>
|
|
<a href="http://www.w3.org/TR/css3-ui/#cursor">6.1.1 cursor property</a></th></tr>
|
|
<!-- 56 tests -->
|
|
<tr id="cursor-image-001-6.1.1" class="primary image interact">
|
|
<td><strong>
|
|
<a href="cursor-image-001.htm">cursor-image-001</a></strong></td>
|
|
<td></td>
|
|
<td><abbr class="image" title="Requires bitmap graphic support">Bitmaps</abbr><abbr class="interact" title="Requires user interaction">Interact</abbr></td>
|
|
<td>Cursor property, url value
|
|
<ul class="assert">
|
|
<li>Test checks that a PNG image supported as a custom cursor.</li>
|
|
</ul>
|
|
</td>
|
|
</tr>
|
|
<tr id="cursor-image-002-6.1.1" class="primary image interact">
|
|
<td><strong>
|
|
<a href="cursor-image-002.htm">cursor-image-002</a></strong></td>
|
|
<td></td>
|
|
<td><abbr class="image" title="Requires bitmap graphic support">Bitmaps</abbr><abbr class="interact" title="Requires user interaction">Interact</abbr></td>
|
|
<td>Cursor property, url value
|
|
<ul class="assert">
|
|
<li>Test checks that a PNG image supported as a custom cursor, loaded cross-domain with absolute url.</li>
|
|
</ul>
|
|
</td>
|
|
</tr>
|
|
<tr id="cursor-image-003-6.1.1" class="primary image interact may">
|
|
<td><strong>
|
|
<a href="cursor-image-003.htm">cursor-image-003</a></strong></td>
|
|
<td></td>
|
|
<td><abbr class="image" title="Requires bitmap graphic support">Bitmaps</abbr><abbr class="interact" title="Requires user interaction">Interact</abbr><abbr class="may" title="Behavior tested is preferred but optional">Optional</abbr></td>
|
|
<td>Cursor property, url value
|
|
<ul class="assert">
|
|
<li>Test checks that an ICO image is supported as a custom cursor.</li>
|
|
</ul>
|
|
</td>
|
|
</tr>
|
|
<tr id="cursor-image-004-6.1.1" class="primary image interact may">
|
|
<td><strong>
|
|
<a href="cursor-image-004.htm">cursor-image-004</a></strong></td>
|
|
<td></td>
|
|
<td><abbr class="image" title="Requires bitmap graphic support">Bitmaps</abbr><abbr class="interact" title="Requires user interaction">Interact</abbr><abbr class="may" title="Behavior tested is preferred but optional">Optional</abbr></td>
|
|
<td>Cursor property, url value
|
|
<ul class="assert">
|
|
<li>Test checks that an ICO image, with its own hotspot, is supported as a custom cursor.</li>
|
|
</ul>
|
|
</td>
|
|
</tr>
|
|
<tr id="cursor-image-005-6.1.1" class="primary interact svg">
|
|
<td><strong>
|
|
<a href="cursor-image-005.htm">cursor-image-005</a></strong></td>
|
|
<td></td>
|
|
<td><abbr class="interact" title="Requires user interaction">Interact</abbr><abbr class="svg" title="Requires SVG support">SVG</abbr></td>
|
|
<td>Cursor property, url value
|
|
<ul class="assert">
|
|
<li>Test checks that a fixed size SVG image is supported as a custom cursor.</li>
|
|
</ul>
|
|
</td>
|
|
</tr>
|
|
<tr id="cursor-image-005-nfs-6.1.1" class="primary interact svg">
|
|
<td><strong>
|
|
<a href="cursor-image-005-nfs.htm">cursor-image-005-nfs</a></strong></td>
|
|
<td></td>
|
|
<td><abbr class="interact" title="Requires user interaction">Interact</abbr><abbr class="svg" title="Requires SVG support">SVG</abbr></td>
|
|
<td>Cursor property, url value
|
|
<ul class="assert">
|
|
<li>Test checks that an SVG image with no fixed size is supported as a custom cursor at the default object size for cursor images.</li>
|
|
</ul>
|
|
</td>
|
|
</tr>
|
|
<tr id="cursor-image-006-6.1.1" class="primary animated image interact">
|
|
<td><strong>
|
|
<a href="cursor-image-006.htm">cursor-image-006</a></strong></td>
|
|
<td></td>
|
|
<td><abbr class="animated" title="Animated test">Animated</abbr><abbr class="image" title="Requires bitmap graphic support">Bitmaps</abbr><abbr class="interact" title="Requires user interaction">Interact</abbr></td>
|
|
<td>Cursor property, url value
|
|
<ul class="assert">
|
|
<li>Test checks that an ANI image, with it's own hotspot, is supported as a custom cursor.</li>
|
|
</ul>
|
|
</td>
|
|
</tr>
|
|
<tr id="cursor-image-007-6.1.1" class="primary image interact svg">
|
|
<td><strong>
|
|
<a href="cursor-image-007.htm">cursor-image-007</a></strong></td>
|
|
<td></td>
|
|
<td><abbr class="image" title="Requires bitmap graphic support">Bitmaps</abbr><abbr class="interact" title="Requires user interaction">Interact</abbr><abbr class="svg" title="Requires SVG support">SVG</abbr></td>
|
|
<td>Cursor property, url value
|
|
<ul class="assert">
|
|
<li>Test checks that a compressed, fixed size SVG image is supported as a custom cursor.</li>
|
|
</ul>
|
|
</td>
|
|
</tr>
|
|
<tr id="cursor-image-008-6.1.1" class="primary image interact">
|
|
<td><strong>
|
|
<a href="cursor-image-008.htm">cursor-image-008</a></strong></td>
|
|
<td></td>
|
|
<td><abbr class="image" title="Requires bitmap graphic support">Bitmaps</abbr><abbr class="interact" title="Requires user interaction">Interact</abbr></td>
|
|
<td>Cursor property, url value fallback
|
|
<ul class="assert">
|
|
<li>Test checks that non-existent images cause the fallback to be used.</li>
|
|
</ul>
|
|
</td>
|
|
</tr>
|
|
<tr id="cursor-image-009-6.1.1" class="primary image interact invalid">
|
|
<td><strong>
|
|
<a href="cursor-image-009.htm">cursor-image-009</a></strong></td>
|
|
<td></td>
|
|
<td><abbr class="image" title="Requires bitmap graphic support">Bitmaps</abbr><abbr class="interact" title="Requires user interaction">Interact</abbr><abbr class="invalid" title="Tests invalid CSS">Invalid</abbr></td>
|
|
<td>Cursor property, url value, no fallback
|
|
<ul class="assert">
|
|
<li>Test checks that a fallback cursor is required.</li>
|
|
</ul>
|
|
</td>
|
|
</tr>
|
|
<tr id="cursor-image-010-6.1.1" class="primary image interact">
|
|
<td><strong>
|
|
<a href="cursor-image-010.htm">cursor-image-010</a></strong></td>
|
|
<td></td>
|
|
<td><abbr class="image" title="Requires bitmap graphic support">Bitmaps</abbr><abbr class="interact" title="Requires user interaction">Interact</abbr></td>
|
|
<td>Cursor property, url value
|
|
<ul class="assert">
|
|
<li>Test checks that a GIF image is supported as a custom cursor.</li>
|
|
</ul>
|
|
</td>
|
|
</tr>
|
|
<tr id="cursor-image-011-6.1.1" class="primary image interact">
|
|
<td><strong>
|
|
<a href="cursor-image-011.htm">cursor-image-011</a></strong></td>
|
|
<td></td>
|
|
<td><abbr class="image" title="Requires bitmap graphic support">Bitmaps</abbr><abbr class="interact" title="Requires user interaction">Interact</abbr></td>
|
|
<td>Cursor property, url value
|
|
<ul class="assert">
|
|
<li>Test checks that a GIF image with transparency is supported as a custom cursor.</li>
|
|
</ul>
|
|
</td>
|
|
</tr>
|
|
<tr id="cursor-image-012-6.1.1" class="primary image interact">
|
|
<td><strong>
|
|
<a href="cursor-image-012.htm">cursor-image-012</a></strong></td>
|
|
<td></td>
|
|
<td><abbr class="image" title="Requires bitmap graphic support">Bitmaps</abbr><abbr class="interact" title="Requires user interaction">Interact</abbr></td>
|
|
<td>Cursor property, url value
|
|
<ul class="assert">
|
|
<li>Test checks that a JPEG/JFIF image is supported as a custom cursor.</li>
|
|
</ul>
|
|
</td>
|
|
</tr>
|
|
<tr id="cursor-image-png-001-6.1.1" class="primary image interact">
|
|
<td><strong>
|
|
<a href="cursor-image-png-001.htm">cursor-image-png-001</a></strong></td>
|
|
<td></td>
|
|
<td><abbr class="image" title="Requires bitmap graphic support">Bitmaps</abbr><abbr class="interact" title="Requires user interaction">Interact</abbr></td>
|
|
<td>Cursor property, PNG
|
|
<ul class="assert">
|
|
<li>Test checks that a monochrome (type 0) PNG image, 1 bit/pixel, is supported as a CSS custom cursor.</li>
|
|
</ul>
|
|
</td>
|
|
</tr>
|
|
<tr id="cursor-image-png-002-6.1.1" class="primary interact">
|
|
<td><strong>
|
|
<a href="cursor-image-png-002.htm">cursor-image-png-002</a></strong></td>
|
|
<td></td>
|
|
<td><abbr class="interact" title="Requires user interaction">Interact</abbr></td>
|
|
<td>Cursor property, PNG
|
|
<ul class="assert">
|
|
<li>Test checks that a black and white PNG image cursor is supported.</li>
|
|
</ul>
|
|
</td>
|
|
</tr>
|
|
<tr id="cursor-image-png-003-6.1.1" class="primary interact">
|
|
<td><strong>
|
|
<a href="cursor-image-png-003.htm">cursor-image-png-003</a></strong></td>
|
|
<td></td>
|
|
<td><abbr class="interact" title="Requires user interaction">Interact</abbr></td>
|
|
<td>Cursor property, PNG
|
|
<ul class="assert">
|
|
<li>Test checks that a black and white PNG image cursor is supported.</li>
|
|
</ul>
|
|
</td>
|
|
</tr>
|
|
<tr id="cursor-image-png-004-6.1.1" class="primary interact">
|
|
<td><strong>
|
|
<a href="cursor-image-png-004.htm">cursor-image-png-004</a></strong></td>
|
|
<td></td>
|
|
<td><abbr class="interact" title="Requires user interaction">Interact</abbr></td>
|
|
<td>Cursor property, PNG
|
|
<ul class="assert">
|
|
<li>Test checks that a black and white PNG image cursor is supported.</li>
|
|
</ul>
|
|
</td>
|
|
</tr>
|
|
<tr id="cursor-image-png-005-6.1.1" class="primary interact">
|
|
<td><strong>
|
|
<a href="cursor-image-png-005.htm">cursor-image-png-005</a></strong></td>
|
|
<td></td>
|
|
<td><abbr class="interact" title="Requires user interaction">Interact</abbr></td>
|
|
<td>Cursor property, PNG
|
|
<ul class="assert">
|
|
<li>Test checks that a black and white PNG image cursor is supported.</li>
|
|
</ul>
|
|
</td>
|
|
</tr>
|
|
<tr id="cursor-image-png-006-6.1.1" class="primary interact">
|
|
<td><strong>
|
|
<a href="cursor-image-png-006.htm">cursor-image-png-006</a></strong></td>
|
|
<td></td>
|
|
<td><abbr class="interact" title="Requires user interaction">Interact</abbr></td>
|
|
<td>Cursor property, PNG
|
|
<ul class="assert">
|
|
<li>Test checks that an RGB PNG image cursor is supported.</li>
|
|
</ul>
|
|
</td>
|
|
</tr>
|
|
<tr id="cursor-image-png-007-6.1.1" class="primary interact">
|
|
<td><strong>
|
|
<a href="cursor-image-png-007.htm">cursor-image-png-007</a></strong></td>
|
|
<td></td>
|
|
<td><abbr class="interact" title="Requires user interaction">Interact</abbr></td>
|
|
<td>Cursor property, PNG
|
|
<ul class="assert">
|
|
<li>Test checks that an RGB PNG image cursor is supported.</li>
|
|
</ul>
|
|
</td>
|
|
</tr>
|
|
<tr id="cursor-image-png-008-6.1.1" class="primary interact">
|
|
<td><strong>
|
|
<a href="cursor-image-png-008.htm">cursor-image-png-008</a></strong></td>
|
|
<td></td>
|
|
<td><abbr class="interact" title="Requires user interaction">Interact</abbr></td>
|
|
<td>Cursor property, PNG
|
|
<ul class="assert">
|
|
<li>Test checks that an indexed PNG image cursor is supported.</li>
|
|
</ul>
|
|
</td>
|
|
</tr>
|
|
<tr id="cursor-image-png-009-6.1.1" class="primary interact">
|
|
<td><strong>
|
|
<a href="cursor-image-png-009.htm">cursor-image-png-009</a></strong></td>
|
|
<td></td>
|
|
<td><abbr class="interact" title="Requires user interaction">Interact</abbr></td>
|
|
<td>Cursor property, PNG
|
|
<ul class="assert">
|
|
<li>Test checks that an indexed PNG image cursor is supported.</li>
|
|
</ul>
|
|
</td>
|
|
</tr>
|
|
<tr id="cursor-image-png-010-6.1.1" class="primary interact">
|
|
<td><strong>
|
|
<a href="cursor-image-png-010.htm">cursor-image-png-010</a></strong></td>
|
|
<td></td>
|
|
<td><abbr class="interact" title="Requires user interaction">Interact</abbr></td>
|
|
<td>Cursor property, PNG
|
|
<ul class="assert">
|
|
<li>Test checks that an indexed PNG image cursor is supported.</li>
|
|
</ul>
|
|
</td>
|
|
</tr>
|
|
<tr id="cursor-image-png-011-6.1.1" class="primary interact">
|
|
<td><strong>
|
|
<a href="cursor-image-png-011.htm">cursor-image-png-011</a></strong></td>
|
|
<td></td>
|
|
<td><abbr class="interact" title="Requires user interaction">Interact</abbr></td>
|
|
<td>Cursor property, PNG
|
|
<ul class="assert">
|
|
<li>Test checks that an indexed PNG image cursor is supported.</li>
|
|
</ul>
|
|
</td>
|
|
</tr>
|
|
<tr id="cursor-image-png-012-6.1.1" class="primary interact">
|
|
<td><strong>
|
|
<a href="cursor-image-png-012.htm">cursor-image-png-012</a></strong></td>
|
|
<td></td>
|
|
<td><abbr class="interact" title="Requires user interaction">Interact</abbr></td>
|
|
<td>Cursor property, PNG
|
|
<ul class="assert">
|
|
<li>Test checks that a greyscale with alpha PNG image cursor is supported.</li>
|
|
</ul>
|
|
</td>
|
|
</tr>
|
|
<tr id="cursor-image-png-013-6.1.1" class="primary interact">
|
|
<td><strong>
|
|
<a href="cursor-image-png-013.htm">cursor-image-png-013</a></strong></td>
|
|
<td></td>
|
|
<td><abbr class="interact" title="Requires user interaction">Interact</abbr></td>
|
|
<td>Cursor property, PNG
|
|
<ul class="assert">
|
|
<li>Test checks that a greyscale with alpha PNG image cursor is supported.</li>
|
|
</ul>
|
|
</td>
|
|
</tr>
|
|
<tr id="cursor-image-png-014-6.1.1" class="primary interact">
|
|
<td><strong>
|
|
<a href="cursor-image-png-014.htm">cursor-image-png-014</a></strong></td>
|
|
<td></td>
|
|
<td><abbr class="interact" title="Requires user interaction">Interact</abbr></td>
|
|
<td>Cursor property, PNG
|
|
<ul class="assert">
|
|
<li>Test checks that an RGB with alpha PNG image cursor is supported.</li>
|
|
</ul>
|
|
</td>
|
|
</tr>
|
|
<tr id="cursor-image-png-015-6.1.1" class="primary interact">
|
|
<td><strong>
|
|
<a href="cursor-image-png-015.htm">cursor-image-png-015</a></strong></td>
|
|
<td></td>
|
|
<td><abbr class="interact" title="Requires user interaction">Interact</abbr></td>
|
|
<td>Cursor property, PNG
|
|
<ul class="assert">
|
|
<li>Test checks that an RGB with alpha PNG image cursor is supported.</li>
|
|
</ul>
|
|
</td>
|
|
</tr>
|
|
<tr id="cursor-image-png-016-6.1.1" class="primary interact">
|
|
<td><strong>
|
|
<a href="cursor-image-png-016.htm">cursor-image-png-016</a></strong></td>
|
|
<td></td>
|
|
<td><abbr class="interact" title="Requires user interaction">Interact</abbr></td>
|
|
<td>Cursor property, PNG
|
|
<ul class="assert">
|
|
<li>Test checks that an interlaced black and white PNG image cursor is supported.</li>
|
|
</ul>
|
|
</td>
|
|
</tr>
|
|
<tr id="cursor-image-png-017-6.1.1" class="primary interact">
|
|
<td><strong>
|
|
<a href="cursor-image-png-017.htm">cursor-image-png-017</a></strong></td>
|
|
<td></td>
|
|
<td><abbr class="interact" title="Requires user interaction">Interact</abbr></td>
|
|
<td>Cursor property, PNG
|
|
<ul class="assert">
|
|
<li>Test checks that an interlaced black and white PNG image cursor is supported.</li>
|
|
</ul>
|
|
</td>
|
|
</tr>
|
|
<tr id="cursor-image-png-018-6.1.1" class="primary interact">
|
|
<td><strong>
|
|
<a href="cursor-image-png-018.htm">cursor-image-png-018</a></strong></td>
|
|
<td></td>
|
|
<td><abbr class="interact" title="Requires user interaction">Interact</abbr></td>
|
|
<td>Cursor property, PNG
|
|
<ul class="assert">
|
|
<li>Test checks that an interlaced black and white PNG image cursor is supported.</li>
|
|
</ul>
|
|
</td>
|
|
</tr>
|
|
<tr id="cursor-image-png-019-6.1.1" class="primary interact">
|
|
<td><strong>
|
|
<a href="cursor-image-png-019.htm">cursor-image-png-019</a></strong></td>
|
|
<td></td>
|
|
<td><abbr class="interact" title="Requires user interaction">Interact</abbr></td>
|
|
<td>Cursor property, PNG
|
|
<ul class="assert">
|
|
<li>Test checks that an interlaced black and white PNG image cursor is supported.</li>
|
|
</ul>
|
|
</td>
|
|
</tr>
|
|
<tr id="cursor-image-png-020-6.1.1" class="primary interact">
|
|
<td><strong>
|
|
<a href="cursor-image-png-020.htm">cursor-image-png-020</a></strong></td>
|
|
<td></td>
|
|
<td><abbr class="interact" title="Requires user interaction">Interact</abbr></td>
|
|
<td>Cursor property, PNG
|
|
<ul class="assert">
|
|
<li>Test checks that an interlaced black and white PNG image cursor is supported.</li>
|
|
</ul>
|
|
</td>
|
|
</tr>
|
|
<tr id="cursor-image-png-021-6.1.1" class="primary interact">
|
|
<td><strong>
|
|
<a href="cursor-image-png-021.htm">cursor-image-png-021</a></strong></td>
|
|
<td></td>
|
|
<td><abbr class="interact" title="Requires user interaction">Interact</abbr></td>
|
|
<td>Cursor property, PNG
|
|
<ul class="assert">
|
|
<li>Test checks that an interlaced RGB PNG image cursor is supported.</li>
|
|
</ul>
|
|
</td>
|
|
</tr>
|
|
<tr id="cursor-image-png-022-6.1.1" class="primary interact">
|
|
<td><strong>
|
|
<a href="cursor-image-png-022.htm">cursor-image-png-022</a></strong></td>
|
|
<td></td>
|
|
<td><abbr class="interact" title="Requires user interaction">Interact</abbr></td>
|
|
<td>Cursor property, PNG
|
|
<ul class="assert">
|
|
<li>Test checks that an interlaced RGB PNG image cursor is supported.</li>
|
|
</ul>
|
|
</td>
|
|
</tr>
|
|
<tr id="cursor-image-png-023-6.1.1" class="primary interact">
|
|
<td><strong>
|
|
<a href="cursor-image-png-023.htm">cursor-image-png-023</a></strong></td>
|
|
<td></td>
|
|
<td><abbr class="interact" title="Requires user interaction">Interact</abbr></td>
|
|
<td>Cursor property, PNG
|
|
<ul class="assert">
|
|
<li>Test checks that an interlaced, indexed PNG image cursor is supported.</li>
|
|
</ul>
|
|
</td>
|
|
</tr>
|
|
<tr id="cursor-image-png-024-6.1.1" class="primary interact">
|
|
<td><strong>
|
|
<a href="cursor-image-png-024.htm">cursor-image-png-024</a></strong></td>
|
|
<td></td>
|
|
<td><abbr class="interact" title="Requires user interaction">Interact</abbr></td>
|
|
<td>Cursor property, PNG
|
|
<ul class="assert">
|
|
<li>Test checks that an interlaced, indexed PNG image cursor is supported.</li>
|
|
</ul>
|
|
</td>
|
|
</tr>
|
|
<tr id="cursor-image-png-025-6.1.1" class="primary interact">
|
|
<td><strong>
|
|
<a href="cursor-image-png-025.htm">cursor-image-png-025</a></strong></td>
|
|
<td></td>
|
|
<td><abbr class="interact" title="Requires user interaction">Interact</abbr></td>
|
|
<td>Cursor property, PNG
|
|
<ul class="assert">
|
|
<li>Test checks that an interlaced, indexed PNG image cursor is supported.</li>
|
|
</ul>
|
|
</td>
|
|
</tr>
|
|
<tr id="cursor-image-png-026-6.1.1" class="primary interact">
|
|
<td><strong>
|
|
<a href="cursor-image-png-026.htm">cursor-image-png-026</a></strong></td>
|
|
<td></td>
|
|
<td><abbr class="interact" title="Requires user interaction">Interact</abbr></td>
|
|
<td>Cursor property, PNG
|
|
<ul class="assert">
|
|
<li>Test checks that an interlaced, indexed PNG image cursor is supported.</li>
|
|
</ul>
|
|
</td>
|
|
</tr>
|
|
<tr id="cursor-image-png-027-6.1.1" class="primary interact">
|
|
<td><strong>
|
|
<a href="cursor-image-png-027.htm">cursor-image-png-027</a></strong></td>
|
|
<td></td>
|
|
<td><abbr class="interact" title="Requires user interaction">Interact</abbr></td>
|
|
<td>Cursor property, PNG
|
|
<ul class="assert">
|
|
<li>Test checks that an interlaced greyscale with alpha PNG image cursor is supported.</li>
|
|
</ul>
|
|
</td>
|
|
</tr>
|
|
<tr id="cursor-image-png-028-6.1.1" class="primary interact">
|
|
<td><strong>
|
|
<a href="cursor-image-png-028.htm">cursor-image-png-028</a></strong></td>
|
|
<td></td>
|
|
<td><abbr class="interact" title="Requires user interaction">Interact</abbr></td>
|
|
<td>Cursor property, PNG
|
|
<ul class="assert">
|
|
<li>Test checks that an interlaced greyscale with alpha PNG image cursor is supported.</li>
|
|
</ul>
|
|
</td>
|
|
</tr>
|
|
<tr id="cursor-image-png-029-6.1.1" class="primary interact">
|
|
<td><strong>
|
|
<a href="cursor-image-png-029.htm">cursor-image-png-029</a></strong></td>
|
|
<td></td>
|
|
<td><abbr class="interact" title="Requires user interaction">Interact</abbr></td>
|
|
<td>Cursor property, PNG
|
|
<ul class="assert">
|
|
<li>Test checks that an interlaced RGB with alpha PNG image cursor is supported.</li>
|
|
</ul>
|
|
</td>
|
|
</tr>
|
|
<tr id="cursor-image-png-030-6.1.1" class="primary interact">
|
|
<td><strong>
|
|
<a href="cursor-image-png-030.htm">cursor-image-png-030</a></strong></td>
|
|
<td></td>
|
|
<td><abbr class="interact" title="Requires user interaction">Interact</abbr></td>
|
|
<td>Cursor property, PNG
|
|
<ul class="assert">
|
|
<li>Test checks that an interlaced RGB with alpha PNG image cursor is supported.</li>
|
|
</ul>
|
|
</td>
|
|
</tr>
|
|
<tr id="cursor-image-png-031-6.1.1" class="primary interact">
|
|
<td><strong>
|
|
<a href="cursor-image-png-031.htm">cursor-image-png-031</a></strong></td>
|
|
<td></td>
|
|
<td><abbr class="interact" title="Requires user interaction">Interact</abbr></td>
|
|
<td>Cursor property, PNG
|
|
<ul class="assert">
|
|
<li>Test checks that a greyscale PNG image cursor with transparency is supported.</li>
|
|
</ul>
|
|
</td>
|
|
</tr>
|
|
<tr id="cursor-image-png-032-6.1.1" class="primary interact">
|
|
<td><strong>
|
|
<a href="cursor-image-png-032.htm">cursor-image-png-032</a></strong></td>
|
|
<td></td>
|
|
<td><abbr class="interact" title="Requires user interaction">Interact</abbr></td>
|
|
<td>Cursor property, PNG
|
|
<ul class="assert">
|
|
<li>Test checks that a greyscale PNG image cursor with transparency is supported.</li>
|
|
</ul>
|
|
</td>
|
|
</tr>
|
|
<tr id="cursor-image-png-033-6.1.1" class="primary interact">
|
|
<td><strong>
|
|
<a href="cursor-image-png-033.htm">cursor-image-png-033</a></strong></td>
|
|
<td></td>
|
|
<td><abbr class="interact" title="Requires user interaction">Interact</abbr></td>
|
|
<td>Cursor property, PNG
|
|
<ul class="assert">
|
|
<li>Test checks that an RGB PNG image cursor with transparency is supported.</li>
|
|
</ul>
|
|
</td>
|
|
</tr>
|
|
<tr id="cursor-image-png-034-6.1.1" class="primary interact">
|
|
<td><strong>
|
|
<a href="cursor-image-png-034.htm">cursor-image-png-034</a></strong></td>
|
|
<td></td>
|
|
<td><abbr class="interact" title="Requires user interaction">Interact</abbr></td>
|
|
<td>Cursor property, PNG
|
|
<ul class="assert">
|
|
<li>Test checks that an RGB PNG image cursor with transparency is supported.</li>
|
|
</ul>
|
|
</td>
|
|
</tr>
|
|
<tr id="cursor-image-png-035-6.1.1" class="primary interact">
|
|
<td><strong>
|
|
<a href="cursor-image-png-035.htm">cursor-image-png-035</a></strong></td>
|
|
<td></td>
|
|
<td><abbr class="interact" title="Requires user interaction">Interact</abbr></td>
|
|
<td>Cursor property, PNG
|
|
<ul class="assert">
|
|
<li>Test checks that an RGB PNG image cursor with transparency is supported.</li>
|
|
</ul>
|
|
</td>
|
|
</tr>
|
|
<tr id="cursor-image-png-036-6.1.1" class="primary interact">
|
|
<td><strong>
|
|
<a href="cursor-image-png-036.htm">cursor-image-png-036</a></strong></td>
|
|
<td></td>
|
|
<td><abbr class="interact" title="Requires user interaction">Interact</abbr></td>
|
|
<td>Cursor property, PNG
|
|
<ul class="assert">
|
|
<li>Test checks that an indexed PNG image cursor with transparency is supported.</li>
|
|
</ul>
|
|
</td>
|
|
</tr>
|
|
<tr id="cursor-image-png-037-6.1.1" class="primary interact">
|
|
<td><strong>
|
|
<a href="cursor-image-png-037.htm">cursor-image-png-037</a></strong></td>
|
|
<td></td>
|
|
<td><abbr class="interact" title="Requires user interaction">Interact</abbr></td>
|
|
<td>Cursor property, PNG
|
|
<ul class="assert">
|
|
<li>Test checks that an indexed PNG image cursor with transparency is supported.</li>
|
|
</ul>
|
|
</td>
|
|
</tr>
|
|
<tr id="cursor-image-png-038-6.1.1" class="primary interact">
|
|
<td><strong>
|
|
<a href="cursor-image-png-038.htm">cursor-image-png-038</a></strong></td>
|
|
<td></td>
|
|
<td><abbr class="interact" title="Requires user interaction">Interact</abbr></td>
|
|
<td>Cursor property, PNG
|
|
<ul class="assert">
|
|
<li>Test checks that gamma correction on PNG image cursor is correct.</li>
|
|
</ul>
|
|
</td>
|
|
</tr>
|
|
<tr id="cursor-image-png-039-6.1.1" class="primary interact">
|
|
<td><strong>
|
|
<a href="cursor-image-png-039.htm">cursor-image-png-039</a></strong></td>
|
|
<td></td>
|
|
<td><abbr class="interact" title="Requires user interaction">Interact</abbr></td>
|
|
<td>Cursor property, PNG
|
|
<ul class="assert">
|
|
<li>Test checks that gamma correction on PNG image cursor is correct.</li>
|
|
</ul>
|
|
</td>
|
|
</tr>
|
|
<tr id="cursor-image-png-040-6.1.1" class="primary interact">
|
|
<td><strong>
|
|
<a href="cursor-image-png-040.htm">cursor-image-png-040</a></strong></td>
|
|
<td></td>
|
|
<td><abbr class="interact" title="Requires user interaction">Interact</abbr></td>
|
|
<td>Cursor property, PNG
|
|
<ul class="assert">
|
|
<li>Test checks that gamma correction on PNG image cursor is correct.</li>
|
|
</ul>
|
|
</td>
|
|
</tr>
|
|
<tr id="cursor-image-png-041-6.1.1" class="primary interact">
|
|
<td><strong>
|
|
<a href="cursor-image-png-041.htm">cursor-image-png-041</a></strong></td>
|
|
<td></td>
|
|
<td><abbr class="interact" title="Requires user interaction">Interact</abbr></td>
|
|
<td>Cursor property, PNG
|
|
<ul class="assert">
|
|
<li>Test checks invalid PNG image cursor skipped, fallback used.</li>
|
|
</ul>
|
|
</td>
|
|
</tr>
|
|
<tr id="cursor-image-png-042-6.1.1" class="primary interact">
|
|
<td><strong>
|
|
<a href="cursor-image-png-042.htm">cursor-image-png-042</a></strong></td>
|
|
<td></td>
|
|
<td><abbr class="interact" title="Requires user interaction">Interact</abbr></td>
|
|
<td>Cursor property, PNG
|
|
<ul class="assert">
|
|
<li>Test checks invalid PNG image cursor skipped, fallback used.</li>
|
|
</ul>
|
|
</td>
|
|
</tr>
|
|
<tr id="cursor-image-png-043-6.1.1" class="primary interact">
|
|
<td><strong>
|
|
<a href="cursor-image-png-043.htm">cursor-image-png-043</a></strong></td>
|
|
<td></td>
|
|
<td><abbr class="interact" title="Requires user interaction">Interact</abbr></td>
|
|
<td>Cursor property, PNG
|
|
<ul class="assert">
|
|
<li>Test checks invalid PNG image cursor skipped, fallback used.</li>
|
|
</ul>
|
|
</td>
|
|
</tr>
|
|
</tbody>
|
|
<tbody id="s6.1.1.#example-4a59cfe4">
|
|
<!-- 0 tests -->
|
|
</tbody>
|
|
<tbody id="s6.1.1.#propdef-cursor">
|
|
<!-- 0 tests -->
|
|
</tbody>
|
|
<tbody id="s6.1.1.1">
|
|
<tr><th colspan="4" scope="rowgroup">
|
|
<a href="#s6.1.1.1">+</a>
|
|
<a href="http://www.w3.org/TR/css3-ui/#canvas_cursor">6.1.1.1 Cursor of the canvas</a></th></tr>
|
|
<!-- 0 tests -->
|
|
</tbody>
|
|
<tbody id="s6.2">
|
|
<tr><th colspan="4" scope="rowgroup">
|
|
<a href="#s6.2">+</a>
|
|
<a href="http://www.w3.org/TR/css3-ui/#insertion-caret">6.2 Insertion caret</a></th></tr>
|
|
<!-- 0 tests -->
|
|
</tbody>
|
|
<tbody id="s6.2.1">
|
|
<tr><th colspan="4" scope="rowgroup">
|
|
<a href="#s6.2.1">+</a>
|
|
<a href="http://www.w3.org/TR/css3-ui/#caret-color">6.2.1 Coloring the insertion caret: caret-color</a></th></tr>
|
|
<!-- 3 tests -->
|
|
<tr id="caret-color-001-6.2.1" class="primary">
|
|
<td><strong>
|
|
<a href="caret-color-001.htm">caret-color-001</a></strong></td>
|
|
<td></td>
|
|
<td></td>
|
|
<td>caret-color
|
|
<ul class="assert">
|
|
<li>Test checks that caret-color can be set on a textarea</li>
|
|
</ul>
|
|
</td>
|
|
</tr>
|
|
<tr id="caret-color-002-6.2.1" class="primary">
|
|
<td><strong>
|
|
<a href="caret-color-002.htm">caret-color-002</a></strong></td>
|
|
<td></td>
|
|
<td></td>
|
|
<td>caret-color is not inherited
|
|
<ul class="assert">
|
|
<li>Test checks that caret-color value does not inherit</li>
|
|
</ul>
|
|
</td>
|
|
</tr>
|
|
<tr id="caret-color-003-6.2.1" class="primary">
|
|
<td><strong>
|
|
<a href="caret-color-003.htm">caret-color-003</a></strong></td>
|
|
<td></td>
|
|
<td></td>
|
|
<td>caret-color auto
|
|
<ul class="assert">
|
|
<li>Test checks that caret-color: auto resolves to currentColor</li>
|
|
</ul>
|
|
</td>
|
|
</tr>
|
|
</tbody>
|
|
<tbody id="s6.2.1.#example-24147f22">
|
|
<!-- 0 tests -->
|
|
</tbody>
|
|
<tbody id="s6.2.1.#propdef-caret-color">
|
|
<!-- 0 tests -->
|
|
</tbody>
|
|
<tbody id="s6.3">
|
|
<tr><th colspan="4" scope="rowgroup">
|
|
<a href="#s6.3">+</a>
|
|
<a href="http://www.w3.org/TR/css3-ui/#keyboard">6.3 Keyboard control</a></th></tr>
|
|
<!-- 0 tests -->
|
|
</tbody>
|
|
<tbody id="s6.3.1">
|
|
<tr><th colspan="4" scope="rowgroup">
|
|
<a href="#s6.3.1">+</a>
|
|
<a href="http://www.w3.org/TR/css3-ui/#nav-dir">6.3.1 Directional focus navigation: the nav-up, nav-right, nav-down, nav-left properties</a></th></tr>
|
|
<!-- 83 tests -->
|
|
<tr id="nav-dir-001-6.3.1" class="primary interact">
|
|
<td><strong>
|
|
<a href="nav-dir-001.htm">nav-dir-001</a></strong></td>
|
|
<td></td>
|
|
<td><abbr class="interact" title="Requires user interaction">Interact</abbr></td>
|
|
<td>Directional Focus Navigation - property inheritance
|
|
<ul class="assert">
|
|
<li>Test checks that the 'nav-left' property value is not inherited.</li>
|
|
</ul>
|
|
</td>
|
|
</tr>
|
|
<tr id="nav-dir-002-6.3.1" class="primary interact">
|
|
<td><strong>
|
|
<a href="nav-dir-002.htm">nav-dir-002</a></strong></td>
|
|
<td></td>
|
|
<td><abbr class="interact" title="Requires user interaction">Interact</abbr></td>
|
|
<td>Directional Focus Navigation - 'inherit' property value
|
|
<ul class="assert">
|
|
<li>Test checks that the 'inherit' value is respected.</li>
|
|
</ul>
|
|
</td>
|
|
</tr>
|
|
<tr id="nav-dir-003-6.3.1" class="primary interact">
|
|
<td><strong>
|
|
<a href="nav-dir-003.htm">nav-dir-003</a></strong></td>
|
|
<td></td>
|
|
<td><abbr class="interact" title="Requires user interaction">Interact</abbr></td>
|
|
<td>Directional Focus Navigation - input elements
|
|
<ul class="assert">
|
|
<li>Test checks that directional focus navigation properties work on input elements.</li>
|
|
</ul>
|
|
</td>
|
|
</tr>
|
|
<tr id="nav-dir-004-6.3.1" class="primary interact">
|
|
<td><strong>
|
|
<a href="nav-dir-004.htm">nav-dir-004</a></strong></td>
|
|
<td></td>
|
|
<td><abbr class="interact" title="Requires user interaction">Interact</abbr></td>
|
|
<td>Directional Focus Navigation - floating elements
|
|
<ul class="assert">
|
|
<li>Test checks that directional focus navigation properties work on floating elements.</li>
|
|
</ul>
|
|
</td>
|
|
</tr>
|
|
<tr id="nav-dir-005-6.3.1" class="primary interact">
|
|
<td><strong>
|
|
<a href="nav-dir-005.htm">nav-dir-005</a></strong></td>
|
|
<td></td>
|
|
<td><abbr class="interact" title="Requires user interaction">Interact</abbr></td>
|
|
<td>Directional Focus Navigation - currently focused element
|
|
<ul class="assert">
|
|
<li>Test checks that focus doesn't change when navigating to the currently focused element.</li>
|
|
</ul>
|
|
</td>
|
|
</tr>
|
|
<tr id="nav-dir-missing-1-6.3.1" class="primary interact">
|
|
<td><strong>
|
|
<a href="nav-dir-missing-1.htm">nav-dir-missing-1</a></strong></td>
|
|
<td></td>
|
|
<td><abbr class="interact" title="Requires user interaction">Interact</abbr></td>
|
|
<td>Directional Focus Navigation - unkown element id
|
|
<ul class="assert">
|
|
<li>Test checks that an unknow element id used as the value of the 'nav-right' property value does not hinder normal spacial navigation.</li>
|
|
</ul>
|
|
</td>
|
|
</tr>
|
|
<tr id="nav-dir-missing-2-6.3.1" class="primary interact">
|
|
<td><strong>
|
|
<a href="nav-dir-missing-2.htm">nav-dir-missing-2</a></strong></td>
|
|
<td></td>
|
|
<td><abbr class="interact" title="Requires user interaction">Interact</abbr></td>
|
|
<td>Directional Focus Navigation - unkown element id
|
|
<ul class="assert">
|
|
<li>Test checks that an unknow element id used as the value of the 'nav-left' property value does not hinder normal spacial navigation.</li>
|
|
</ul>
|
|
</td>
|
|
</tr>
|
|
<tr id="nav-dir-missing-3-6.3.1" class="primary interact">
|
|
<td><strong>
|
|
<a href="nav-dir-missing-3.htm">nav-dir-missing-3</a></strong></td>
|
|
<td></td>
|
|
<td><abbr class="interact" title="Requires user interaction">Interact</abbr></td>
|
|
<td>Directional Focus Navigation - unkown element id
|
|
<ul class="assert">
|
|
<li>Test checks that an unknow element id used as the value of the 'nav-down' property value does not hinder normal spacial navigation.</li>
|
|
</ul>
|
|
</td>
|
|
</tr>
|
|
<tr id="nav-dir-missing-4-6.3.1" class="primary interact">
|
|
<td><strong>
|
|
<a href="nav-dir-missing-4.htm">nav-dir-missing-4</a></strong></td>
|
|
<td></td>
|
|
<td><abbr class="interact" title="Requires user interaction">Interact</abbr></td>
|
|
<td>Directional Focus Navigation - unkown element id
|
|
<ul class="assert">
|
|
<li>Test checks that an unknow element id used as the value of the 'nav-up' property value does not hinder normal spacial navigation.</li>
|
|
</ul>
|
|
</td>
|
|
</tr>
|
|
<tr id="nav-dir-target-001-6.3.1" class="primary interact">
|
|
<td><strong>
|
|
<a href="nav-dir-target-001.htm">nav-dir-target-001</a></strong></td>
|
|
<td></td>
|
|
<td><abbr class="interact" title="Requires user interaction">Interact</abbr></td>
|
|
<td>Directional Focus Navigation - 'current' target frame
|
|
<ul class="assert">
|
|
<li>Test checks that the 'current' frame value is respected.</li>
|
|
</ul>
|
|
</td>
|
|
</tr>
|
|
<tr id="nav-dir-target-002-6.3.1" class="primary interact">
|
|
<td><strong>
|
|
<a href="nav-dir-target-002.htm">nav-dir-target-002</a></strong></td>
|
|
<td></td>
|
|
<td><abbr class="interact" title="Requires user interaction">Interact</abbr></td>
|
|
<td>Directional Focus Navigation - 'root' target frame
|
|
<ul class="assert">
|
|
<li>Test checks that the 'root' frame value is respected.</li>
|
|
</ul>
|
|
</td>
|
|
</tr>
|
|
<tr id="nav-dir-target-003-6.3.1" class="primary interact">
|
|
<td><strong>
|
|
<a href="nav-dir-target-003.htm">nav-dir-target-003</a></strong></td>
|
|
<td></td>
|
|
<td><abbr class="interact" title="Requires user interaction">Interact</abbr></td>
|
|
<td>Directional Focus Navigation - named target frame
|
|
<ul class="assert">
|
|
<li>Test checks that a named target frame value is respected.</li>
|
|
</ul>
|
|
</td>
|
|
</tr>
|
|
<tr id="nav-dir-target-004-6.3.1" class="primary interact">
|
|
<td><strong>
|
|
<a href="nav-dir-target-004.htm">nav-dir-target-004</a></strong></td>
|
|
<td></td>
|
|
<td><abbr class="interact" title="Requires user interaction">Interact</abbr></td>
|
|
<td>Directional Focus Navigation - non-existing target frame
|
|
<ul class="assert">
|
|
<li>Test checks that a non-existing target frame value is treated as 'current'.</li>
|
|
</ul>
|
|
</td>
|
|
</tr>
|
|
<tr id="nav-dir-target-005-6.3.1" class="primary interact">
|
|
<td><strong>
|
|
<a href="nav-dir-target-005.htm">nav-dir-target-005</a></strong></td>
|
|
<td></td>
|
|
<td><abbr class="interact" title="Requires user interaction">Interact</abbr></td>
|
|
<td>Directional Focus Navigation - sibling target frame
|
|
<ul class="assert">
|
|
<li>Test checks that a named frame value also works for sibling frames.</li>
|
|
</ul>
|
|
</td>
|
|
</tr>
|
|
<tr id="nav-dir-target-006-6.3.1" class="primary interact">
|
|
<td><strong>
|
|
<a href="nav-dir-target-006.htm">nav-dir-target-006</a></strong></td>
|
|
<td></td>
|
|
<td><abbr class="interact" title="Requires user interaction">Interact</abbr></td>
|
|
<td>Directional Focus Navigation - missing target element
|
|
<ul class="assert">
|
|
<li>Test checks that focus does not change to a different frame if the identifier is missing from the target frame.</li>
|
|
</ul>
|
|
</td>
|
|
</tr>
|
|
<tr id="nav-down-000-6.3.1" class="primary interact">
|
|
<td><strong>
|
|
<a href="nav-down-000.htm">nav-down-000</a></strong></td>
|
|
<td></td>
|
|
<td><abbr class="interact" title="Requires user interaction">Interact</abbr></td>
|
|
<td>Directional Focus Navigation - property inheritance for 'nav-down'
|
|
<ul class="assert">
|
|
<li>Test checks that the 'nav-down' property value is not inherited for 'nav-left'.</li>
|
|
</ul>
|
|
</td>
|
|
</tr>
|
|
<tr id="nav-down-001-6.3.1" class="primary interact">
|
|
<td><strong>
|
|
<a href="nav-down-001.htm">nav-down-001</a></strong></td>
|
|
<td></td>
|
|
<td><abbr class="interact" title="Requires user interaction">Interact</abbr></td>
|
|
<td>Directional Focus Navigation (nav-down) - <id>
|
|
<ul class="assert">
|
|
<li>Test checks that downward navigation input respects the 'nav-down' property.</li>
|
|
</ul>
|
|
</td>
|
|
</tr>
|
|
<tr id="nav-down-002-6.3.1" class="primary interact">
|
|
<td><strong>
|
|
<a href="nav-down-002.htm">nav-down-002</a></strong></td>
|
|
<td></td>
|
|
<td><abbr class="interact" title="Requires user interaction">Interact</abbr></td>
|
|
<td>Directional Focus Navigation - 'auto' value for 'nav-down'
|
|
<ul class="assert">
|
|
<li>Test checks that the 'auto' value is implemented for 'nav-down'.</li>
|
|
</ul>
|
|
</td>
|
|
</tr>
|
|
<tr id="nav-down-003-6.3.1" class="primary interact">
|
|
<td><strong>
|
|
<a href="nav-down-003.htm">nav-down-003</a></strong></td>
|
|
<td></td>
|
|
<td><abbr class="interact" title="Requires user interaction">Interact</abbr></td>
|
|
<td>Directional Focus Navigation - ID value for 'nav-down'
|
|
<ul class="assert">
|
|
<li>Test checks that the ID value is implemented for 'nav-down'.</li>
|
|
</ul>
|
|
</td>
|
|
</tr>
|
|
<tr id="nav-down-004-6.3.1" class="primary interact">
|
|
<td><strong>
|
|
<a href="nav-down-004.htm">nav-down-004</a></strong></td>
|
|
<td></td>
|
|
<td><abbr class="interact" title="Requires user interaction">Interact</abbr></td>
|
|
<td>Directional Focus Navigation - input elements for 'nav-down'
|
|
<ul class="assert">
|
|
<li>Test checks that 'nav-down' works for input elements.</li>
|
|
</ul>
|
|
</td>
|
|
</tr>
|
|
<tr id="nav-down-005-6.3.1" class="primary interact">
|
|
<td><strong>
|
|
<a href="nav-down-005.htm">nav-down-005</a></strong></td>
|
|
<td></td>
|
|
<td><abbr class="interact" title="Requires user interaction">Interact</abbr></td>
|
|
<td>Directional Focus Navigation - elements floating in the writing direction for 'nav-down'
|
|
<ul class="assert">
|
|
<li>Test checks that 'nav-down' works for elements floating to the left.</li>
|
|
</ul>
|
|
</td>
|
|
</tr>
|
|
<tr id="nav-down-006-6.3.1" class="primary interact">
|
|
<td><strong>
|
|
<a href="nav-down-006.htm">nav-down-006</a></strong></td>
|
|
<td></td>
|
|
<td><abbr class="interact" title="Requires user interaction">Interact</abbr></td>
|
|
<td>Directional Focus Navigation - elements floating in opposite to the writing direction for 'nav-down'
|
|
<ul class="assert">
|
|
<li>Test checks that 'nav-down' works for elements floating to the right.</li>
|
|
</ul>
|
|
</td>
|
|
</tr>
|
|
<tr id="nav-down-007-6.3.1" class="primary interact">
|
|
<td><strong>
|
|
<a href="nav-down-007.htm">nav-down-007</a></strong></td>
|
|
<td></td>
|
|
<td><abbr class="interact" title="Requires user interaction">Interact</abbr></td>
|
|
<td>Directional Focus Navigation - non existing ID for 'nav-down'
|
|
<ul class="assert">
|
|
<li>Test checks that the 'nav-down' is ignored if the ID does not exist.</li>
|
|
</ul>
|
|
</td>
|
|
</tr>
|
|
<tr id="nav-down-008-6.3.1" class="primary interact">
|
|
<td><strong>
|
|
<a href="nav-down-008.htm">nav-down-008</a></strong></td>
|
|
<td></td>
|
|
<td><abbr class="interact" title="Requires user interaction">Interact</abbr></td>
|
|
<td>Directional Focus Navigation - currently focused element for 'nav-down'
|
|
<ul class="assert">
|
|
<li>Test checks that focus doesn't change when navigating to the currently focused element for 'nav-down'.</li>
|
|
</ul>
|
|
</td>
|
|
</tr>
|
|
<tr id="nav-down-009-6.3.1" class="primary interact">
|
|
<td><strong>
|
|
<a href="nav-down-009.htm">nav-down-009</a></strong></td>
|
|
<td></td>
|
|
<td><abbr class="interact" title="Requires user interaction">Interact</abbr></td>
|
|
<td>Directional Focus Navigation - 'current' target frame for 'nav-down'
|
|
<ul class="assert">
|
|
<li>Test checks that the 'current' frame value is respected for 'nav-down'.</li>
|
|
</ul>
|
|
</td>
|
|
</tr>
|
|
<tr id="nav-down-010-6.3.1" class="primary interact">
|
|
<td><strong>
|
|
<a href="nav-down-010.htm">nav-down-010</a></strong></td>
|
|
<td></td>
|
|
<td><abbr class="interact" title="Requires user interaction">Interact</abbr></td>
|
|
<td>Directional Focus Navigation - 'root' target frame for 'nav-down'
|
|
<ul class="assert">
|
|
<li>Test checks that the 'root' frame value is respected for 'nav-down'.</li>
|
|
</ul>
|
|
</td>
|
|
</tr>
|
|
<tr id="nav-down-011-6.3.1" class="primary interact">
|
|
<td><strong>
|
|
<a href="nav-down-011.htm">nav-down-011</a></strong></td>
|
|
<td></td>
|
|
<td><abbr class="interact" title="Requires user interaction">Interact</abbr></td>
|
|
<td>Directional Focus Navigation - named target frame for 'nav-down'
|
|
<ul class="assert">
|
|
<li>Test checks that a named target frame value is respected for 'nav-down'.</li>
|
|
</ul>
|
|
</td>
|
|
</tr>
|
|
<tr id="nav-down-012-6.3.1" class="primary interact">
|
|
<td><strong>
|
|
<a href="nav-down-012.htm">nav-down-012</a></strong></td>
|
|
<td></td>
|
|
<td><abbr class="interact" title="Requires user interaction">Interact</abbr></td>
|
|
<td>Directional Focus Navigation - non-existing target frame for 'nav-down'
|
|
<ul class="assert">
|
|
<li>Test checks that a non-existing target frame value is treated as 'current' for 'nav-down'.</li>
|
|
</ul>
|
|
</td>
|
|
</tr>
|
|
<tr id="nav-down-013-6.3.1" class="primary interact">
|
|
<td><strong>
|
|
<a href="nav-down-013.htm">nav-down-013</a></strong></td>
|
|
<td></td>
|
|
<td><abbr class="interact" title="Requires user interaction">Interact</abbr></td>
|
|
<td>Directional Focus Navigation - sibling target frame for 'nav-down'
|
|
<ul class="assert">
|
|
<li>Test checks that a named frame value also works for sibling frames for 'nav-down'.</li>
|
|
</ul>
|
|
</td>
|
|
</tr>
|
|
<tr id="nav-down-014-6.3.1" class="primary interact">
|
|
<td><strong>
|
|
<a href="nav-down-014.htm">nav-down-014</a></strong></td>
|
|
<td></td>
|
|
<td><abbr class="interact" title="Requires user interaction">Interact</abbr></td>
|
|
<td>Directional Focus Navigation - missing target element for 'nav-down'
|
|
<ul class="assert">
|
|
<li>Test checks that focus does not change to a different frame if the identifier is missing from the target frame for 'nav-down'.</li>
|
|
</ul>
|
|
</td>
|
|
</tr>
|
|
<tr id="nav-down-015-6.3.1" class="primary interact">
|
|
<td><strong>
|
|
<a href="nav-down-015.htm">nav-down-015</a></strong></td>
|
|
<td></td>
|
|
<td><abbr class="interact" title="Requires user interaction">Interact</abbr></td>
|
|
<td>Directional Focus Navigation - 'inherit' value for 'nav-down'
|
|
<ul class="assert">
|
|
<li>Test checks that the 'inherit' value is implemented for 'nav-down'.</li>
|
|
</ul>
|
|
</td>
|
|
</tr>
|
|
<tr id="nav-down-016-6.3.1" class="primary interact">
|
|
<td><strong>
|
|
<a href="nav-down-016.htm">nav-down-016</a></strong></td>
|
|
<td></td>
|
|
<td><abbr class="interact" title="Requires user interaction">Interact</abbr></td>
|
|
<td>Directional Focus Navigation - disabled elements are not navigated for 'nav-down'
|
|
<ul class="assert">
|
|
<li>Test checks that disabled elements are not navigated for 'nav-down'.</li>
|
|
</ul>
|
|
</td>
|
|
</tr>
|
|
<tr id="nav-left-000-6.3.1" class="primary interact">
|
|
<td><strong>
|
|
<a href="nav-left-000.htm">nav-left-000</a></strong></td>
|
|
<td></td>
|
|
<td><abbr class="interact" title="Requires user interaction">Interact</abbr></td>
|
|
<td>Directional Focus Navigation - property inheritance for 'nav-left'
|
|
<ul class="assert">
|
|
<li>Test checks that the 'nav-left' property value is not inherited for 'nav-left'.</li>
|
|
</ul>
|
|
</td>
|
|
</tr>
|
|
<tr id="nav-left-001-6.3.1" class="primary interact">
|
|
<td><strong>
|
|
<a href="nav-left-001.htm">nav-left-001</a></strong></td>
|
|
<td></td>
|
|
<td><abbr class="interact" title="Requires user interaction">Interact</abbr></td>
|
|
<td>Directional Focus Navigation (nav-left) - <id>
|
|
<ul class="assert">
|
|
<li>Test checks that leftward navigation input respects the 'nav-left' property.</li>
|
|
</ul>
|
|
</td>
|
|
</tr>
|
|
<tr id="nav-left-002-6.3.1" class="primary interact">
|
|
<td><strong>
|
|
<a href="nav-left-002.htm">nav-left-002</a></strong></td>
|
|
<td></td>
|
|
<td><abbr class="interact" title="Requires user interaction">Interact</abbr></td>
|
|
<td>Directional Focus Navigation - 'auto' value for 'nav-left'
|
|
<ul class="assert">
|
|
<li>Test checks that the 'auto' value is implemented for 'nav-left'.</li>
|
|
</ul>
|
|
</td>
|
|
</tr>
|
|
<tr id="nav-left-003-6.3.1" class="primary interact">
|
|
<td><strong>
|
|
<a href="nav-left-003.htm">nav-left-003</a></strong></td>
|
|
<td></td>
|
|
<td><abbr class="interact" title="Requires user interaction">Interact</abbr></td>
|
|
<td>Directional Focus Navigation - ID value for 'nav-left'
|
|
<ul class="assert">
|
|
<li>Test checks that the ID value is implemented for 'nav-left'.</li>
|
|
</ul>
|
|
</td>
|
|
</tr>
|
|
<tr id="nav-left-004-6.3.1" class="primary interact">
|
|
<td><strong>
|
|
<a href="nav-left-004.htm">nav-left-004</a></strong></td>
|
|
<td></td>
|
|
<td><abbr class="interact" title="Requires user interaction">Interact</abbr></td>
|
|
<td>Directional Focus Navigation - input elements for 'nav-left'
|
|
<ul class="assert">
|
|
<li>Test checks that 'nav-left' works for input elements.</li>
|
|
</ul>
|
|
</td>
|
|
</tr>
|
|
<tr id="nav-left-005-6.3.1" class="primary interact">
|
|
<td><strong>
|
|
<a href="nav-left-005.htm">nav-left-005</a></strong></td>
|
|
<td></td>
|
|
<td><abbr class="interact" title="Requires user interaction">Interact</abbr></td>
|
|
<td>Directional Focus Navigation - elements floating in the writing direction for 'nav-left'
|
|
<ul class="assert">
|
|
<li>Test checks that 'nav-left' works for elements floating to the left.</li>
|
|
</ul>
|
|
</td>
|
|
</tr>
|
|
<tr id="nav-left-006-6.3.1" class="primary interact">
|
|
<td><strong>
|
|
<a href="nav-left-006.htm">nav-left-006</a></strong></td>
|
|
<td></td>
|
|
<td><abbr class="interact" title="Requires user interaction">Interact</abbr></td>
|
|
<td>Directional Focus Navigation - elements floating in opposite to the writing direction for 'nav-left'
|
|
<ul class="assert">
|
|
<li>Test checks that 'nav-left' works for elements floating to the right.</li>
|
|
</ul>
|
|
</td>
|
|
</tr>
|
|
<tr id="nav-left-007-6.3.1" class="primary interact">
|
|
<td><strong>
|
|
<a href="nav-left-007.htm">nav-left-007</a></strong></td>
|
|
<td></td>
|
|
<td><abbr class="interact" title="Requires user interaction">Interact</abbr></td>
|
|
<td>Directional Focus Navigation - non existing ID for 'nav-left'
|
|
<ul class="assert">
|
|
<li>Test checks that the 'nav-left' is ignored if the ID does not exist.</li>
|
|
</ul>
|
|
</td>
|
|
</tr>
|
|
<tr id="nav-left-008-6.3.1" class="primary interact">
|
|
<td><strong>
|
|
<a href="nav-left-008.htm">nav-left-008</a></strong></td>
|
|
<td></td>
|
|
<td><abbr class="interact" title="Requires user interaction">Interact</abbr></td>
|
|
<td>Directional Focus Navigation - currently focused element for 'nav-left'
|
|
<ul class="assert">
|
|
<li>Test checks that focus doesn't change when navigating to the currently focused element for 'nav-left'.</li>
|
|
</ul>
|
|
</td>
|
|
</tr>
|
|
<tr id="nav-left-009-6.3.1" class="primary interact">
|
|
<td><strong>
|
|
<a href="nav-left-009.htm">nav-left-009</a></strong></td>
|
|
<td></td>
|
|
<td><abbr class="interact" title="Requires user interaction">Interact</abbr></td>
|
|
<td>Directional Focus Navigation - 'current' target frame for 'nav-left'
|
|
<ul class="assert">
|
|
<li>Test checks that the 'current' frame value is respected for 'nav-left'.</li>
|
|
</ul>
|
|
</td>
|
|
</tr>
|
|
<tr id="nav-left-010-6.3.1" class="primary interact">
|
|
<td><strong>
|
|
<a href="nav-left-010.htm">nav-left-010</a></strong></td>
|
|
<td></td>
|
|
<td><abbr class="interact" title="Requires user interaction">Interact</abbr></td>
|
|
<td>Directional Focus Navigation - 'root' target frame for 'nav-left'
|
|
<ul class="assert">
|
|
<li>Test checks that the 'root' frame value is respected for 'nav-left'.</li>
|
|
</ul>
|
|
</td>
|
|
</tr>
|
|
<tr id="nav-left-011-6.3.1" class="primary interact">
|
|
<td><strong>
|
|
<a href="nav-left-011.htm">nav-left-011</a></strong></td>
|
|
<td></td>
|
|
<td><abbr class="interact" title="Requires user interaction">Interact</abbr></td>
|
|
<td>Directional Focus Navigation - named target frame for 'nav-left'
|
|
<ul class="assert">
|
|
<li>Test checks that a named target frame value is respected for 'nav-left'.</li>
|
|
</ul>
|
|
</td>
|
|
</tr>
|
|
<tr id="nav-left-012-6.3.1" class="primary interact">
|
|
<td><strong>
|
|
<a href="nav-left-012.htm">nav-left-012</a></strong></td>
|
|
<td></td>
|
|
<td><abbr class="interact" title="Requires user interaction">Interact</abbr></td>
|
|
<td>Directional Focus Navigation - non-existing target frame for 'nav-left'
|
|
<ul class="assert">
|
|
<li>Test checks that a non-existing target frame value is treated as 'current' for 'nav-left'.</li>
|
|
</ul>
|
|
</td>
|
|
</tr>
|
|
<tr id="nav-left-013-6.3.1" class="primary interact">
|
|
<td><strong>
|
|
<a href="nav-left-013.htm">nav-left-013</a></strong></td>
|
|
<td></td>
|
|
<td><abbr class="interact" title="Requires user interaction">Interact</abbr></td>
|
|
<td>Directional Focus Navigation - sibling target frame for 'nav-left'
|
|
<ul class="assert">
|
|
<li>Test checks that a named frame value also works for sibling frames for 'nav-left'.</li>
|
|
</ul>
|
|
</td>
|
|
</tr>
|
|
<tr id="nav-left-014-6.3.1" class="primary interact">
|
|
<td><strong>
|
|
<a href="nav-left-014.htm">nav-left-014</a></strong></td>
|
|
<td></td>
|
|
<td><abbr class="interact" title="Requires user interaction">Interact</abbr></td>
|
|
<td>Directional Focus Navigation - missing target element for 'nav-left'
|
|
<ul class="assert">
|
|
<li>Test checks that focus does not change to a different frame if the identifier is missing from the target frame for 'nav-left'.</li>
|
|
</ul>
|
|
</td>
|
|
</tr>
|
|
<tr id="nav-left-015-6.3.1" class="primary interact">
|
|
<td><strong>
|
|
<a href="nav-left-015.htm">nav-left-015</a></strong></td>
|
|
<td></td>
|
|
<td><abbr class="interact" title="Requires user interaction">Interact</abbr></td>
|
|
<td>Directional Focus Navigation - 'inherit' value for 'nav-left'
|
|
<ul class="assert">
|
|
<li>Test checks that the 'inherit' value is implemented for 'nav-left'.</li>
|
|
</ul>
|
|
</td>
|
|
</tr>
|
|
<tr id="nav-left-016-6.3.1" class="primary interact">
|
|
<td><strong>
|
|
<a href="nav-left-016.htm">nav-left-016</a></strong></td>
|
|
<td></td>
|
|
<td><abbr class="interact" title="Requires user interaction">Interact</abbr></td>
|
|
<td>Directional Focus Navigation - disabled elements are not navigated for 'nav-left'
|
|
<ul class="assert">
|
|
<li>Test checks that disabled elements are not navigated for 'nav-left'.</li>
|
|
</ul>
|
|
</td>
|
|
</tr>
|
|
<tr id="nav-right-000-6.3.1" class="primary interact">
|
|
<td><strong>
|
|
<a href="nav-right-000.htm">nav-right-000</a></strong></td>
|
|
<td></td>
|
|
<td><abbr class="interact" title="Requires user interaction">Interact</abbr></td>
|
|
<td>Directional Focus Navigation - property inheritance for 'nav-right'
|
|
<ul class="assert">
|
|
<li>Test checks that the 'nav-right' property value is not inherited for 'nav-left'.</li>
|
|
</ul>
|
|
</td>
|
|
</tr>
|
|
<tr id="nav-right-001-6.3.1" class="primary interact">
|
|
<td><strong>
|
|
<a href="nav-right-001.htm">nav-right-001</a></strong></td>
|
|
<td></td>
|
|
<td><abbr class="interact" title="Requires user interaction">Interact</abbr></td>
|
|
<td>Directional Focus Navigation (nav-right) - <id>
|
|
<ul class="assert">
|
|
<li>Test checks that rightward navigation input respects the 'nav-right' property.</li>
|
|
</ul>
|
|
</td>
|
|
</tr>
|
|
<tr id="nav-right-002-6.3.1" class="primary interact">
|
|
<td><strong>
|
|
<a href="nav-right-002.htm">nav-right-002</a></strong></td>
|
|
<td></td>
|
|
<td><abbr class="interact" title="Requires user interaction">Interact</abbr></td>
|
|
<td>Directional Focus Navigation - 'auto' value for 'nav-right'
|
|
<ul class="assert">
|
|
<li>Test checks that the 'auto' value is implemented for 'nav-right'.</li>
|
|
</ul>
|
|
</td>
|
|
</tr>
|
|
<tr id="nav-right-003-6.3.1" class="primary interact">
|
|
<td><strong>
|
|
<a href="nav-right-003.htm">nav-right-003</a></strong></td>
|
|
<td></td>
|
|
<td><abbr class="interact" title="Requires user interaction">Interact</abbr></td>
|
|
<td>Directional Focus Navigation - ID value for 'nav-right'
|
|
<ul class="assert">
|
|
<li>Test checks that the ID value is implemented for 'nav-right'.</li>
|
|
</ul>
|
|
</td>
|
|
</tr>
|
|
<tr id="nav-right-004-6.3.1" class="primary interact">
|
|
<td><strong>
|
|
<a href="nav-right-004.htm">nav-right-004</a></strong></td>
|
|
<td></td>
|
|
<td><abbr class="interact" title="Requires user interaction">Interact</abbr></td>
|
|
<td>Directional Focus Navigation - input elements for 'nav-right'
|
|
<ul class="assert">
|
|
<li>Test checks that 'nav-right' works for input elements.</li>
|
|
</ul>
|
|
</td>
|
|
</tr>
|
|
<tr id="nav-right-005-6.3.1" class="primary interact">
|
|
<td><strong>
|
|
<a href="nav-right-005.htm">nav-right-005</a></strong></td>
|
|
<td></td>
|
|
<td><abbr class="interact" title="Requires user interaction">Interact</abbr></td>
|
|
<td>Directional Focus Navigation - elements floating in the writing direction for 'nav-right'
|
|
<ul class="assert">
|
|
<li>Test checks that 'nav-right' works for elements floating to the left.</li>
|
|
</ul>
|
|
</td>
|
|
</tr>
|
|
<tr id="nav-right-006-6.3.1" class="primary interact">
|
|
<td><strong>
|
|
<a href="nav-right-006.htm">nav-right-006</a></strong></td>
|
|
<td></td>
|
|
<td><abbr class="interact" title="Requires user interaction">Interact</abbr></td>
|
|
<td>Directional Focus Navigation - elements floating in opposite to the writing direction for 'nav-right'
|
|
<ul class="assert">
|
|
<li>Test checks that 'nav-right' works for elements floating to the right.</li>
|
|
</ul>
|
|
</td>
|
|
</tr>
|
|
<tr id="nav-right-007-6.3.1" class="primary interact">
|
|
<td><strong>
|
|
<a href="nav-right-007.htm">nav-right-007</a></strong></td>
|
|
<td></td>
|
|
<td><abbr class="interact" title="Requires user interaction">Interact</abbr></td>
|
|
<td>Directional Focus Navigation - non existing ID for 'nav-right'
|
|
<ul class="assert">
|
|
<li>Test checks that the 'nav-right' is ignored if the ID does not exist.</li>
|
|
</ul>
|
|
</td>
|
|
</tr>
|
|
<tr id="nav-right-008-6.3.1" class="primary interact">
|
|
<td><strong>
|
|
<a href="nav-right-008.htm">nav-right-008</a></strong></td>
|
|
<td></td>
|
|
<td><abbr class="interact" title="Requires user interaction">Interact</abbr></td>
|
|
<td>Directional Focus Navigation - currently focused element for 'nav-right'
|
|
<ul class="assert">
|
|
<li>Test checks that focus doesn't change when navigating to the currently focused element for 'nav-right'.</li>
|
|
</ul>
|
|
</td>
|
|
</tr>
|
|
<tr id="nav-right-009-6.3.1" class="primary interact">
|
|
<td><strong>
|
|
<a href="nav-right-009.htm">nav-right-009</a></strong></td>
|
|
<td></td>
|
|
<td><abbr class="interact" title="Requires user interaction">Interact</abbr></td>
|
|
<td>Directional Focus Navigation - 'current' target frame for 'nav-right'
|
|
<ul class="assert">
|
|
<li>Test checks that the 'current' frame value is respected for 'nav-right'.</li>
|
|
</ul>
|
|
</td>
|
|
</tr>
|
|
<tr id="nav-right-010-6.3.1" class="primary interact">
|
|
<td><strong>
|
|
<a href="nav-right-010.htm">nav-right-010</a></strong></td>
|
|
<td></td>
|
|
<td><abbr class="interact" title="Requires user interaction">Interact</abbr></td>
|
|
<td>Directional Focus Navigation - 'root' target frame for 'nav-right'
|
|
<ul class="assert">
|
|
<li>Test checks that the 'root' frame value is respected for 'nav-right'.</li>
|
|
</ul>
|
|
</td>
|
|
</tr>
|
|
<tr id="nav-right-011-6.3.1" class="primary interact">
|
|
<td><strong>
|
|
<a href="nav-right-011.htm">nav-right-011</a></strong></td>
|
|
<td></td>
|
|
<td><abbr class="interact" title="Requires user interaction">Interact</abbr></td>
|
|
<td>Directional Focus Navigation - named target frame for 'nav-right'
|
|
<ul class="assert">
|
|
<li>Test checks that a named target frame value is respected for 'nav-right'.</li>
|
|
</ul>
|
|
</td>
|
|
</tr>
|
|
<tr id="nav-right-012-6.3.1" class="primary interact">
|
|
<td><strong>
|
|
<a href="nav-right-012.htm">nav-right-012</a></strong></td>
|
|
<td></td>
|
|
<td><abbr class="interact" title="Requires user interaction">Interact</abbr></td>
|
|
<td>Directional Focus Navigation - non-existing target frame for 'nav-right'
|
|
<ul class="assert">
|
|
<li>Test checks that a non-existing target frame value is treated as 'current' for 'nav-right'.</li>
|
|
</ul>
|
|
</td>
|
|
</tr>
|
|
<tr id="nav-right-013-6.3.1" class="primary interact">
|
|
<td><strong>
|
|
<a href="nav-right-013.htm">nav-right-013</a></strong></td>
|
|
<td></td>
|
|
<td><abbr class="interact" title="Requires user interaction">Interact</abbr></td>
|
|
<td>Directional Focus Navigation - sibling target frame for 'nav-right'
|
|
<ul class="assert">
|
|
<li>Test checks that a named frame value also works for sibling frames for 'nav-right'.</li>
|
|
</ul>
|
|
</td>
|
|
</tr>
|
|
<tr id="nav-right-014-6.3.1" class="primary interact">
|
|
<td><strong>
|
|
<a href="nav-right-014.htm">nav-right-014</a></strong></td>
|
|
<td></td>
|
|
<td><abbr class="interact" title="Requires user interaction">Interact</abbr></td>
|
|
<td>Directional Focus Navigation - missing target element for 'nav-right'
|
|
<ul class="assert">
|
|
<li>Test checks that focus does not change to a different frame if the identifier is missing from the target frame for 'nav-right'.</li>
|
|
</ul>
|
|
</td>
|
|
</tr>
|
|
<tr id="nav-right-015-6.3.1" class="primary interact">
|
|
<td><strong>
|
|
<a href="nav-right-015.htm">nav-right-015</a></strong></td>
|
|
<td></td>
|
|
<td><abbr class="interact" title="Requires user interaction">Interact</abbr></td>
|
|
<td>Directional Focus Navigation - 'inherit' value for 'nav-right'
|
|
<ul class="assert">
|
|
<li>Test checks that the 'inherit' value is implemented for 'nav-right'.</li>
|
|
</ul>
|
|
</td>
|
|
</tr>
|
|
<tr id="nav-right-016-6.3.1" class="primary interact">
|
|
<td><strong>
|
|
<a href="nav-right-016.htm">nav-right-016</a></strong></td>
|
|
<td></td>
|
|
<td><abbr class="interact" title="Requires user interaction">Interact</abbr></td>
|
|
<td>Directional Focus Navigation - disabled elements are not navigated for 'nav-right'
|
|
<ul class="assert">
|
|
<li>Test checks that disabled elements are not navigated for 'nav-right'.</li>
|
|
</ul>
|
|
</td>
|
|
</tr>
|
|
<tr id="nav-up-000-6.3.1" class="primary interact">
|
|
<td><strong>
|
|
<a href="nav-up-000.htm">nav-up-000</a></strong></td>
|
|
<td></td>
|
|
<td><abbr class="interact" title="Requires user interaction">Interact</abbr></td>
|
|
<td>Directional Focus Navigation - property inheritance for 'nav-up'
|
|
<ul class="assert">
|
|
<li>Test checks that the 'nav-up' property value is not inherited for 'nav-left'.</li>
|
|
</ul>
|
|
</td>
|
|
</tr>
|
|
<tr id="nav-up-001-6.3.1" class="primary interact">
|
|
<td><strong>
|
|
<a href="nav-up-001.htm">nav-up-001</a></strong></td>
|
|
<td></td>
|
|
<td><abbr class="interact" title="Requires user interaction">Interact</abbr></td>
|
|
<td>Directional Focus Navigation (nav-up) - <id>
|
|
<ul class="assert">
|
|
<li>Test checks that upward navigation input respects the 'nav-up' property.</li>
|
|
</ul>
|
|
</td>
|
|
</tr>
|
|
<tr id="nav-up-002-6.3.1" class="primary interact">
|
|
<td><strong>
|
|
<a href="nav-up-002.htm">nav-up-002</a></strong></td>
|
|
<td></td>
|
|
<td><abbr class="interact" title="Requires user interaction">Interact</abbr></td>
|
|
<td>Directional Focus Navigation - 'auto' value for 'nav-up'
|
|
<ul class="assert">
|
|
<li>Test checks that the 'auto' value is implemented for 'nav-up'.</li>
|
|
</ul>
|
|
</td>
|
|
</tr>
|
|
<tr id="nav-up-003-6.3.1" class="primary interact">
|
|
<td><strong>
|
|
<a href="nav-up-003.htm">nav-up-003</a></strong></td>
|
|
<td></td>
|
|
<td><abbr class="interact" title="Requires user interaction">Interact</abbr></td>
|
|
<td>Directional Focus Navigation - ID value for 'nav-up'
|
|
<ul class="assert">
|
|
<li>Test checks that the ID value is implemented for 'nav-up'.</li>
|
|
</ul>
|
|
</td>
|
|
</tr>
|
|
<tr id="nav-up-004-6.3.1" class="primary interact">
|
|
<td><strong>
|
|
<a href="nav-up-004.htm">nav-up-004</a></strong></td>
|
|
<td></td>
|
|
<td><abbr class="interact" title="Requires user interaction">Interact</abbr></td>
|
|
<td>Directional Focus Navigation - input elements for 'nav-up'
|
|
<ul class="assert">
|
|
<li>Test checks that 'nav-up' works for input elements.</li>
|
|
</ul>
|
|
</td>
|
|
</tr>
|
|
<tr id="nav-up-005-6.3.1" class="primary interact">
|
|
<td><strong>
|
|
<a href="nav-up-005.htm">nav-up-005</a></strong></td>
|
|
<td></td>
|
|
<td><abbr class="interact" title="Requires user interaction">Interact</abbr></td>
|
|
<td>Directional Focus Navigation - elements floating in the writing direction for 'nav-up'
|
|
<ul class="assert">
|
|
<li>Test checks that 'nav-up' works for elements floating to the left.</li>
|
|
</ul>
|
|
</td>
|
|
</tr>
|
|
<tr id="nav-up-006-6.3.1" class="primary interact">
|
|
<td><strong>
|
|
<a href="nav-up-006.htm">nav-up-006</a></strong></td>
|
|
<td></td>
|
|
<td><abbr class="interact" title="Requires user interaction">Interact</abbr></td>
|
|
<td>Directional Focus Navigation - elements floating in opposite to the writing direction for 'nav-up'
|
|
<ul class="assert">
|
|
<li>Test checks that 'nav-up' works for elements floating to the right.</li>
|
|
</ul>
|
|
</td>
|
|
</tr>
|
|
<tr id="nav-up-007-6.3.1" class="primary interact">
|
|
<td><strong>
|
|
<a href="nav-up-007.htm">nav-up-007</a></strong></td>
|
|
<td></td>
|
|
<td><abbr class="interact" title="Requires user interaction">Interact</abbr></td>
|
|
<td>Directional Focus Navigation - non existing ID for 'nav-up'
|
|
<ul class="assert">
|
|
<li>Test checks that the 'nav-up' is ignored if the ID does not exist.</li>
|
|
</ul>
|
|
</td>
|
|
</tr>
|
|
<tr id="nav-up-008-6.3.1" class="primary interact">
|
|
<td><strong>
|
|
<a href="nav-up-008.htm">nav-up-008</a></strong></td>
|
|
<td></td>
|
|
<td><abbr class="interact" title="Requires user interaction">Interact</abbr></td>
|
|
<td>Directional Focus Navigation - currently focused element for 'nav-up'
|
|
<ul class="assert">
|
|
<li>Test checks that focus doesn't change when navigating to the currently focused element for 'nav-up'.</li>
|
|
</ul>
|
|
</td>
|
|
</tr>
|
|
<tr id="nav-up-009-6.3.1" class="primary interact">
|
|
<td><strong>
|
|
<a href="nav-up-009.htm">nav-up-009</a></strong></td>
|
|
<td></td>
|
|
<td><abbr class="interact" title="Requires user interaction">Interact</abbr></td>
|
|
<td>Directional Focus Navigation - 'current' target frame for 'nav-up'
|
|
<ul class="assert">
|
|
<li>Test checks that the 'current' frame value is respected for 'nav-up'.</li>
|
|
</ul>
|
|
</td>
|
|
</tr>
|
|
<tr id="nav-up-010-6.3.1" class="primary interact">
|
|
<td><strong>
|
|
<a href="nav-up-010.htm">nav-up-010</a></strong></td>
|
|
<td></td>
|
|
<td><abbr class="interact" title="Requires user interaction">Interact</abbr></td>
|
|
<td>Directional Focus Navigation - 'root' target frame for 'nav-up'
|
|
<ul class="assert">
|
|
<li>Test checks that the 'root' frame value is respected for 'nav-up'.</li>
|
|
</ul>
|
|
</td>
|
|
</tr>
|
|
<tr id="nav-up-011-6.3.1" class="primary interact">
|
|
<td><strong>
|
|
<a href="nav-up-011.htm">nav-up-011</a></strong></td>
|
|
<td></td>
|
|
<td><abbr class="interact" title="Requires user interaction">Interact</abbr></td>
|
|
<td>Directional Focus Navigation - named target frame for 'nav-up'
|
|
<ul class="assert">
|
|
<li>Test checks that a named target frame value is respected for 'nav-up'.</li>
|
|
</ul>
|
|
</td>
|
|
</tr>
|
|
<tr id="nav-up-012-6.3.1" class="primary interact">
|
|
<td><strong>
|
|
<a href="nav-up-012.htm">nav-up-012</a></strong></td>
|
|
<td></td>
|
|
<td><abbr class="interact" title="Requires user interaction">Interact</abbr></td>
|
|
<td>Directional Focus Navigation - non-existing target frame for 'nav-up'
|
|
<ul class="assert">
|
|
<li>Test checks that a non-existing target frame value is treated as 'current' for 'nav-up'.</li>
|
|
</ul>
|
|
</td>
|
|
</tr>
|
|
<tr id="nav-up-013-6.3.1" class="primary interact">
|
|
<td><strong>
|
|
<a href="nav-up-013.htm">nav-up-013</a></strong></td>
|
|
<td></td>
|
|
<td><abbr class="interact" title="Requires user interaction">Interact</abbr></td>
|
|
<td>Directional Focus Navigation - sibling target frame for 'nav-up'
|
|
<ul class="assert">
|
|
<li>Test checks that a named frame value also works for sibling frames for 'nav-up'.</li>
|
|
</ul>
|
|
</td>
|
|
</tr>
|
|
<tr id="nav-up-014-6.3.1" class="primary interact">
|
|
<td><strong>
|
|
<a href="nav-up-014.htm">nav-up-014</a></strong></td>
|
|
<td></td>
|
|
<td><abbr class="interact" title="Requires user interaction">Interact</abbr></td>
|
|
<td>Directional Focus Navigation - missing target element for 'nav-up'
|
|
<ul class="assert">
|
|
<li>Test checks that focus does not change to a different frame if the identifier is missing from the target frame for 'nav-up'.</li>
|
|
</ul>
|
|
</td>
|
|
</tr>
|
|
<tr id="nav-up-015-6.3.1" class="primary interact">
|
|
<td><strong>
|
|
<a href="nav-up-015.htm">nav-up-015</a></strong></td>
|
|
<td></td>
|
|
<td><abbr class="interact" title="Requires user interaction">Interact</abbr></td>
|
|
<td>Directional Focus Navigation - 'inherit' value for 'nav-up'
|
|
<ul class="assert">
|
|
<li>Test checks that the 'inherit' value is implemented for 'nav-up'.</li>
|
|
</ul>
|
|
</td>
|
|
</tr>
|
|
<tr id="nav-up-016-6.3.1" class="primary interact">
|
|
<td><strong>
|
|
<a href="nav-up-016.htm">nav-up-016</a></strong></td>
|
|
<td></td>
|
|
<td><abbr class="interact" title="Requires user interaction">Interact</abbr></td>
|
|
<td>Directional Focus Navigation - disabled elements are not navigated for 'nav-up'
|
|
<ul class="assert">
|
|
<li>Test checks that disabled elements are not navigated for 'nav-up'.</li>
|
|
</ul>
|
|
</td>
|
|
</tr>
|
|
</tbody>
|
|
<tbody id="s6.3.1.#propdef-nav-down">
|
|
<!-- 0 tests -->
|
|
</tbody>
|
|
<tbody id="s6.3.1.#propdef-nav-left">
|
|
<!-- 0 tests -->
|
|
</tbody>
|
|
<tbody id="s6.3.1.#propdef-nav-right">
|
|
<!-- 0 tests -->
|
|
</tbody>
|
|
<tbody id="s6.3.1.#propdef-nav-up">
|
|
<!-- 0 tests -->
|
|
</tbody>
|
|
<tbody id="s6.3.1.1">
|
|
<tr><th colspan="4" scope="rowgroup">
|
|
<a href="#s6.3.1.1">+</a>
|
|
<a href="http://www.w3.org/TR/css3-ui/#example-b196d206">6.3.1.1 Example: positioned buttons</a></th></tr>
|
|
<!-- 0 tests -->
|
|
</tbody>
|
|
<tbody id="s6.3.1.1.#example-positioned-buttons">
|
|
<!-- 0 tests -->
|
|
</tbody>
|
|
<tbody id="s6.3.1.2">
|
|
<tr><th colspan="4" scope="rowgroup">
|
|
<a href="#s6.3.1.2">+</a>
|
|
<a href="http://www.w3.org/TR/css3-ui/#example-381d7fe7">6.3.1.2 Example: moving focus to inside a frame</a></th></tr>
|
|
<!-- 0 tests -->
|
|
</tbody>
|
|
<tbody id="s6.3.1.2.#example-moving-focus-to-inside-a-frame">
|
|
<!-- 0 tests -->
|
|
</tbody>
|
|
<tbody id="s6.3.2">
|
|
<tr><th colspan="4" scope="rowgroup">
|
|
<a href="#s6.3.2">+</a>
|
|
<a href="http://www.w3.org/TR/css3-ui/#input-method-editor">6.3.2 Obsolete: the ime-mode property</a></th></tr>
|
|
<!-- 0 tests -->
|
|
</tbody>
|
|
<tbody id="s6.3.2.#example-8592b31b">
|
|
<!-- 0 tests -->
|
|
</tbody>
|
|
<tbody id="s.#abstract">
|
|
<!-- 0 tests -->
|
|
</tbody>
|
|
<tbody id="s.#biblio-css-backgrounds-3">
|
|
<!-- 0 tests -->
|
|
</tbody>
|
|
<tbody id="s.#biblio-css-color-3">
|
|
<!-- 0 tests -->
|
|
</tbody>
|
|
<tbody id="s.#biblio-css-images-3">
|
|
<!-- 0 tests -->
|
|
</tbody>
|
|
<tbody id="s.#biblio-css-values-3">
|
|
<!-- 0 tests -->
|
|
</tbody>
|
|
<tbody id="s.#biblio-css-writing-modes-3">
|
|
<!-- 0 tests -->
|
|
</tbody>
|
|
<tbody id="s.#biblio-css1">
|
|
<!-- 0 tests -->
|
|
</tbody>
|
|
<tbody id="s.#biblio-css2">
|
|
<!-- 0 tests -->
|
|
</tbody>
|
|
<tbody id="s.#biblio-css21">
|
|
<!-- 0 tests -->
|
|
</tbody>
|
|
<tbody id="s.#biblio-css3-background">
|
|
<!-- 0 tests -->
|
|
</tbody>
|
|
<tbody id="s.#biblio-css3-writing-modes">
|
|
<!-- 0 tests -->
|
|
</tbody>
|
|
<tbody id="s.#biblio-css3bg">
|
|
<!-- 0 tests -->
|
|
</tbody>
|
|
<tbody id="s.#biblio-css3color">
|
|
<!-- 0 tests -->
|
|
</tbody>
|
|
<tbody id="s.#biblio-css4-images">
|
|
<!-- 0 tests -->
|
|
</tbody>
|
|
<tbody id="s.#biblio-cssui">
|
|
<!-- 0 tests -->
|
|
</tbody>
|
|
<tbody id="s.#biblio-html5">
|
|
<!-- 0 tests -->
|
|
</tbody>
|
|
<tbody id="s.#biblio-png">
|
|
<!-- 0 tests -->
|
|
</tbody>
|
|
<tbody id="s.#biblio-rfc2119">
|
|
<!-- 0 tests -->
|
|
</tbody>
|
|
<tbody id="s.#biblio-select">
|
|
<!-- 0 tests -->
|
|
</tbody>
|
|
<tbody id="s.#biblio-svg">
|
|
<!-- 0 tests -->
|
|
</tbody>
|
|
<tbody id="s.#biblio-svg-integration">
|
|
<!-- 0 tests -->
|
|
</tbody>
|
|
<tbody id="s.#biblio-svg10">
|
|
<!-- 0 tests -->
|
|
</tbody>
|
|
<tbody id="s.#biblio-uax29">
|
|
<!-- 0 tests -->
|
|
</tbody>
|
|
<tbody id="s.#conformance">
|
|
<!-- 0 tests -->
|
|
</tbody>
|
|
<tbody id="s.#conformance-classes">
|
|
<!-- 0 tests -->
|
|
</tbody>
|
|
<tbody id="s.#contents">
|
|
<!-- 0 tests -->
|
|
</tbody>
|
|
<tbody id="s.#conventions">
|
|
<!-- 0 tests -->
|
|
</tbody>
|
|
<tbody id="s.#cr-exit-criteria">
|
|
<!-- 0 tests -->
|
|
</tbody>
|
|
<tbody id="s.#example-f839f6c8">
|
|
<!-- 0 tests -->
|
|
</tbody>
|
|
<tbody id="s.#experimental">
|
|
<!-- 0 tests -->
|
|
</tbody>
|
|
<tbody id="s.#index">
|
|
<!-- 0 tests -->
|
|
</tbody>
|
|
<tbody id="s.#index-defined-elsewhere">
|
|
<!-- 0 tests -->
|
|
</tbody>
|
|
<tbody id="s.#index-defined-here">
|
|
<!-- 0 tests -->
|
|
</tbody>
|
|
<tbody id="s.#informative">
|
|
<!-- 0 tests -->
|
|
</tbody>
|
|
<tbody id="s.#normative">
|
|
<!-- 0 tests -->
|
|
</tbody>
|
|
<tbody id="s.#partial">
|
|
<!-- 0 tests -->
|
|
</tbody>
|
|
<tbody id="s.#property-index">
|
|
<!-- 0 tests -->
|
|
</tbody>
|
|
<tbody id="s.#references">
|
|
<!-- 0 tests -->
|
|
</tbody>
|
|
<tbody id="s.#status">
|
|
<!-- 0 tests -->
|
|
</tbody>
|
|
<tbody id="s.#subtitle">
|
|
<!-- 0 tests -->
|
|
</tbody>
|
|
<tbody id="s.#testing">
|
|
<!-- 0 tests -->
|
|
</tbody>
|
|
<tbody id="s.#title">
|
|
<!-- 0 tests -->
|
|
</tbody>
|
|
<tbody id="s.#w3c_process_revision">
|
|
<!-- 0 tests -->
|
|
</tbody>
|
|
</table>
|
|
|
|
</body>
|
|
</html> |