mirror of
https://github.com/servo/servo.git
synced 2025-06-23 16:44:33 +01:00
523 lines
No EOL
36 KiB
HTML
523 lines
No EOL
36 KiB
HTML
|
|
|
|
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN">
|
|
<html>
|
|
<head>
|
|
<title>Relation to document events - CSS Regions Module Level 1 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 Regions Module Level 1 CR Test Suite</h1>
|
|
<h2>Relation to document events (44 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="s8">
|
|
<tr><th colspan="4" scope="rowgroup">
|
|
<a href="#s8">+</a>
|
|
<a href="https://www.w3.org/TR/css3-regions/#relation-to-document-events">8 Relation to document events</a></th></tr>
|
|
<!-- 44 tests -->
|
|
<tr id="regions-keyboard-events-001-8" class="dom interact script">
|
|
<td>
|
|
<a href="regions-keyboard-events-001.htm">regions-keyboard-events-001</a></td>
|
|
<td></td>
|
|
<td><abbr class="dom" title="Requires Document Object Model support">DOM/JS</abbr><abbr class="interact" title="Requires user interaction">Interact</abbr><abbr class="script" title="Executes tests in script">Script</abbr></td>
|
|
<td>CSS Regions: onkeydown events inside region
|
|
<ul class="assert">
|
|
<li>CSS regions module does not alter the normal processing of events in the document tree. Therefore, onkeydown events inside a named flow should be raised when any key is pressed.</li>
|
|
</ul>
|
|
</td>
|
|
</tr>
|
|
<tr id="regions-keyboard-events-002-8" class="dom interact script">
|
|
<td>
|
|
<a href="regions-keyboard-events-002.htm">regions-keyboard-events-002</a></td>
|
|
<td></td>
|
|
<td><abbr class="dom" title="Requires Document Object Model support">DOM/JS</abbr><abbr class="interact" title="Requires user interaction">Interact</abbr><abbr class="script" title="Executes tests in script">Script</abbr></td>
|
|
<td>CSS Regions: onkeydown events outside region
|
|
<ul class="assert">
|
|
<li>CSS regions module does not alter the normal processing of events in the document tree. Therefore, onkeydown events outside a named flow should be raised when any key is pressed.</li>
|
|
</ul>
|
|
</td>
|
|
</tr>
|
|
<tr id="regions-keyboard-events-003-8" class="dom interact script">
|
|
<td>
|
|
<a href="regions-keyboard-events-003.htm">regions-keyboard-events-003</a></td>
|
|
<td></td>
|
|
<td><abbr class="dom" title="Requires Document Object Model support">DOM/JS</abbr><abbr class="interact" title="Requires user interaction">Interact</abbr><abbr class="script" title="Executes tests in script">Script</abbr></td>
|
|
<td>CSS Regions: onkeypress events inside region and outside region
|
|
<ul class="assert">
|
|
<li>CSS regions module does not alter the normal processing of events in the document tree. Therefore, onkeypress events inside and outside a named flow should be raised when any key is pressed.</li>
|
|
</ul>
|
|
</td>
|
|
</tr>
|
|
<tr id="regions-keyboard-events-004-8" class="dom interact script">
|
|
<td>
|
|
<a href="regions-keyboard-events-004.htm">regions-keyboard-events-004</a></td>
|
|
<td></td>
|
|
<td><abbr class="dom" title="Requires Document Object Model support">DOM/JS</abbr><abbr class="interact" title="Requires user interaction">Interact</abbr><abbr class="script" title="Executes tests in script">Script</abbr></td>
|
|
<td>CSS Regions: onkeydown and onkeyup events inside region and outside region
|
|
<ul class="assert">
|
|
<li>CSS regions module does not alter the normal processing of events in the document tree. Therefore, onkeydown and onkeyup events inside and outside a named flow should be raised when a specific key is pressed and released.</li>
|
|
</ul>
|
|
</td>
|
|
</tr>
|
|
<tr id="regions-keyboard-events-005-8" class="dom interact script">
|
|
<td>
|
|
<a href="regions-keyboard-events-005.htm">regions-keyboard-events-005</a></td>
|
|
<td></td>
|
|
<td><abbr class="dom" title="Requires Document Object Model support">DOM/JS</abbr><abbr class="interact" title="Requires user interaction">Interact</abbr><abbr class="script" title="Executes tests in script">Script</abbr></td>
|
|
<td>CSS Regions: onkeydown and onkeyup events outside region using Tab key in forms
|
|
<ul class="assert">
|
|
<li>CSS regions module does not alter the normal processing of events in the document tree. Therefore, onkeydown and onkeyup events outside a named flow should be raised when the Tab key is pressed and released.</li>
|
|
</ul>
|
|
</td>
|
|
</tr>
|
|
<tr id="regions-keyboard-events-006-8" class="dom interact script">
|
|
<td>
|
|
<a href="regions-keyboard-events-006.htm">regions-keyboard-events-006</a></td>
|
|
<td></td>
|
|
<td><abbr class="dom" title="Requires Document Object Model support">DOM/JS</abbr><abbr class="interact" title="Requires user interaction">Interact</abbr><abbr class="script" title="Executes tests in script">Script</abbr></td>
|
|
<td>CSS Regions: onkeydown and onkeyup events using Delete key inside region and outside region
|
|
<ul class="assert">
|
|
<li>CSS regions module does not alter the normal processing of events in the document tree. Therefore, onkeydown and onkeyup events inside and outside a named flow should be raised when the Delete key is pressed and released.</li>
|
|
</ul>
|
|
</td>
|
|
</tr>
|
|
<tr id="regions-keyboard-events-007-8" class="dom interact script">
|
|
<td>
|
|
<a href="regions-keyboard-events-007.htm">regions-keyboard-events-007</a></td>
|
|
<td></td>
|
|
<td><abbr class="dom" title="Requires Document Object Model support">DOM/JS</abbr><abbr class="interact" title="Requires user interaction">Interact</abbr><abbr class="script" title="Executes tests in script">Script</abbr></td>
|
|
<td>CSS Regions: onkeydown and onkeyup events inside multiple regions using Tab key in forms
|
|
<ul class="assert">
|
|
<li>CSS regions module does not alter the normal processing of events in the document tree. Therefore, onkeydown and onkeyup events inside multiple named flows should be raised when the Tab key is pressed and released.</li>
|
|
</ul>
|
|
</td>
|
|
</tr>
|
|
<tr id="regions-keyboard-events-008-8" class="dom interact script">
|
|
<td>
|
|
<a href="regions-keyboard-events-008.htm">regions-keyboard-events-008</a></td>
|
|
<td></td>
|
|
<td><abbr class="dom" title="Requires Document Object Model support">DOM/JS</abbr><abbr class="interact" title="Requires user interaction">Interact</abbr><abbr class="script" title="Executes tests in script">Script</abbr></td>
|
|
<td>CSS Regions: onkeydown and onkeyup events inside region and outside region using Tab key in forms
|
|
<ul class="assert">
|
|
<li>CSS regions module does not alter the normal processing of events in the document tree. Therefore, onkeydown and onkeyup events inside and outside a named flow should be raised when the Tab key is pressed and released.</li>
|
|
</ul>
|
|
</td>
|
|
</tr>
|
|
<tr id="regions-keyboard-events-009-8" class="dom interact script">
|
|
<td>
|
|
<a href="regions-keyboard-events-009.htm">regions-keyboard-events-009</a></td>
|
|
<td></td>
|
|
<td><abbr class="dom" title="Requires Document Object Model support">DOM/JS</abbr><abbr class="interact" title="Requires user interaction">Interact</abbr><abbr class="script" title="Executes tests in script">Script</abbr></td>
|
|
<td>CSS Regions: onkeydown and onkeyup events inside region using Tab key on page where normal document flow is reordered
|
|
<ul class="assert">
|
|
<li>CSS regions module does not alter the normal processing of events in the document tree. Therefore, onkeydown and onkeyup events inside and outside a named flow on a page where the normal document flow is reordered should be raised when the Tab key is pressed and released.</li>
|
|
</ul>
|
|
</td>
|
|
</tr>
|
|
<tr id="regions-keyboard-events-010-8" class="dom interact script">
|
|
<td>
|
|
<a href="regions-keyboard-events-010.htm">regions-keyboard-events-010</a></td>
|
|
<td></td>
|
|
<td><abbr class="dom" title="Requires Document Object Model support">DOM/JS</abbr><abbr class="interact" title="Requires user interaction">Interact</abbr><abbr class="script" title="Executes tests in script">Script</abbr></td>
|
|
<td>CSS Regions: onkeydown and onkeyup events inside region using Tab key in forms
|
|
<ul class="assert">
|
|
<li>CSS regions module does not alter the normal processing of events in the document tree. Therefore, onkeydown and onkeyup events inside a named flow should be raised when the Tab key is pressed and released.</li>
|
|
</ul>
|
|
</td>
|
|
</tr>
|
|
<tr id="regions-mouse-events-001-8" class="dom interact script">
|
|
<td>
|
|
<a href="regions-mouse-events-001.htm">regions-mouse-events-001</a></td>
|
|
<td></td>
|
|
<td><abbr class="dom" title="Requires Document Object Model support">DOM/JS</abbr><abbr class="interact" title="Requires user interaction">Interact</abbr><abbr class="script" title="Executes tests in script">Script</abbr></td>
|
|
<td>CSS Regions: onclick events inside region and outside region
|
|
<ul class="assert">
|
|
<li>CSS regions module does not alter the normal processing of events in the document tree. Therefore, mouse onclick events inside and outside a named flow should function correctly.</li>
|
|
</ul>
|
|
</td>
|
|
</tr>
|
|
<tr id="regions-mouse-events-002-8" class="dom interact script">
|
|
<td>
|
|
<a href="regions-mouse-events-002.htm">regions-mouse-events-002</a></td>
|
|
<td></td>
|
|
<td><abbr class="dom" title="Requires Document Object Model support">DOM/JS</abbr><abbr class="interact" title="Requires user interaction">Interact</abbr><abbr class="script" title="Executes tests in script">Script</abbr></td>
|
|
<td>CSS Regions: onmousedown events inside region
|
|
<ul class="assert">
|
|
<li>CSS regions module does not alter the normal processing of events in the document tree. Therefore, onmousedown events inside a named flow should function correctly.</li>
|
|
</ul>
|
|
</td>
|
|
</tr>
|
|
<tr id="regions-mouse-events-003-8" class="dom interact script">
|
|
<td>
|
|
<a href="regions-mouse-events-003.htm">regions-mouse-events-003</a></td>
|
|
<td></td>
|
|
<td><abbr class="dom" title="Requires Document Object Model support">DOM/JS</abbr><abbr class="interact" title="Requires user interaction">Interact</abbr><abbr class="script" title="Executes tests in script">Script</abbr></td>
|
|
<td>CSS Regions: onmousedown events outside region
|
|
<ul class="assert">
|
|
<li>CSS regions module does not alter the normal processing of events in the document tree. Therefore, onmousedown events outside a named flow should function correctly.</li>
|
|
</ul>
|
|
</td>
|
|
</tr>
|
|
<tr id="regions-mouse-events-004-8" class="dom interact script">
|
|
<td>
|
|
<a href="regions-mouse-events-004.htm">regions-mouse-events-004</a></td>
|
|
<td></td>
|
|
<td><abbr class="dom" title="Requires Document Object Model support">DOM/JS</abbr><abbr class="interact" title="Requires user interaction">Interact</abbr><abbr class="script" title="Executes tests in script">Script</abbr></td>
|
|
<td>CSS Regions: onmouseup events inside region
|
|
<ul class="assert">
|
|
<li>CSS regions module does not alter the normal processing of events in the document tree. Therefore, onmouseup events inside a named flow should function correctly.</li>
|
|
</ul>
|
|
</td>
|
|
</tr>
|
|
<tr id="regions-mouse-events-005-8" class="dom interact script">
|
|
<td>
|
|
<a href="regions-mouse-events-005.htm">regions-mouse-events-005</a></td>
|
|
<td></td>
|
|
<td><abbr class="dom" title="Requires Document Object Model support">DOM/JS</abbr><abbr class="interact" title="Requires user interaction">Interact</abbr><abbr class="script" title="Executes tests in script">Script</abbr></td>
|
|
<td>CSS Regions: onmouseup events outside region
|
|
<ul class="assert">
|
|
<li>CSS regions module does not alter the normal processing of events in the document tree. Therefore, onmouseup events outside a named flow should function correctly.</li>
|
|
</ul>
|
|
</td>
|
|
</tr>
|
|
<tr id="regions-mouse-events-006-8" class="dom interact script">
|
|
<td>
|
|
<a href="regions-mouse-events-006.htm">regions-mouse-events-006</a></td>
|
|
<td></td>
|
|
<td><abbr class="dom" title="Requires Document Object Model support">DOM/JS</abbr><abbr class="interact" title="Requires user interaction">Interact</abbr><abbr class="script" title="Executes tests in script">Script</abbr></td>
|
|
<td>CSS Regions: ondblclick events inside region and outside region
|
|
<ul class="assert">
|
|
<li>CSS regions module does not alter the normal processing of events in the document tree. Therefore, mouse ondblclick events inside and outside a named flow should function correctly.</li>
|
|
</ul>
|
|
</td>
|
|
</tr>
|
|
<tr id="regions-mouse-events-007-8" class="dom interact script">
|
|
<td>
|
|
<a href="regions-mouse-events-007.htm">regions-mouse-events-007</a></td>
|
|
<td></td>
|
|
<td><abbr class="dom" title="Requires Document Object Model support">DOM/JS</abbr><abbr class="interact" title="Requires user interaction">Interact</abbr><abbr class="script" title="Executes tests in script">Script</abbr></td>
|
|
<td>CSS Regions: onmousemove events inside region and outside region
|
|
<ul class="assert">
|
|
<li>CSS regions module does not alter the normal processing of events in the document tree. Therefore, onmousemove events inside and outside a named flow should function correctly.</li>
|
|
</ul>
|
|
</td>
|
|
</tr>
|
|
<tr id="regions-mouse-events-008-8" class="dom interact script">
|
|
<td>
|
|
<a href="regions-mouse-events-008.htm">regions-mouse-events-008</a></td>
|
|
<td></td>
|
|
<td><abbr class="dom" title="Requires Document Object Model support">DOM/JS</abbr><abbr class="interact" title="Requires user interaction">Interact</abbr><abbr class="script" title="Executes tests in script">Script</abbr></td>
|
|
<td>CSS Regions: onmouseover and onmouseout events inside region
|
|
<ul class="assert">
|
|
<li>CSS regions module does not alter the normal processing of events in the document tree. Therefore, onmouseover and onmouseout events inside a named flow should function correctly.</li>
|
|
</ul>
|
|
</td>
|
|
</tr>
|
|
<tr id="regions-mouse-events-009-8" class="dom interact script">
|
|
<td>
|
|
<a href="regions-mouse-events-009.htm">regions-mouse-events-009</a></td>
|
|
<td></td>
|
|
<td><abbr class="dom" title="Requires Document Object Model support">DOM/JS</abbr><abbr class="interact" title="Requires user interaction">Interact</abbr><abbr class="script" title="Executes tests in script">Script</abbr></td>
|
|
<td>CSS Regions: onmouseover and onmouseout events outside region
|
|
<ul class="assert">
|
|
<li>CSS regions module does not alter the normal processing of events in the document tree. Therefore, onmouseover and onmouseout events outside a named flow should function correctly.</li>
|
|
</ul>
|
|
</td>
|
|
</tr>
|
|
<tr id="regions-selection-001-8" class="dom interact script">
|
|
<td>
|
|
<a href="regions-selection-001.htm">regions-selection-001</a></td>
|
|
<td></td>
|
|
<td><abbr class="dom" title="Requires Document Object Model support">DOM/JS</abbr><abbr class="interact" title="Requires user interaction">Interact</abbr><abbr class="script" title="Executes tests in script">Script</abbr></td>
|
|
<td>Selection begins at the top of the region and ends at the bottom of the region
|
|
<ul class="assert">
|
|
<li>CSS regions module does not alter the normal processing of events in the document tree. Therefore, mouse selection within a region should contain all of the content dragged over by the mouse the movement.</li>
|
|
</ul>
|
|
</td>
|
|
</tr>
|
|
<tr id="regions-selection-002-8" class="dom interact script">
|
|
<td>
|
|
<a href="regions-selection-002.htm">regions-selection-002</a></td>
|
|
<td></td>
|
|
<td><abbr class="dom" title="Requires Document Object Model support">DOM/JS</abbr><abbr class="interact" title="Requires user interaction">Interact</abbr><abbr class="script" title="Executes tests in script">Script</abbr></td>
|
|
<td>Selection begins at the bottom of the region and ends at the top of the region
|
|
<ul class="assert">
|
|
<li>CSS regions module does not alter the normal processing of events in the document tree. Therefore, mouse selection within a region should contain all of the content dragged over by the mouse.</li>
|
|
</ul>
|
|
</td>
|
|
</tr>
|
|
<tr id="regions-selection-003-8" class="dom interact script">
|
|
<td>
|
|
<a href="regions-selection-003.htm">regions-selection-003</a></td>
|
|
<td></td>
|
|
<td><abbr class="dom" title="Requires Document Object Model support">DOM/JS</abbr><abbr class="interact" title="Requires user interaction">Interact</abbr><abbr class="script" title="Executes tests in script">Script</abbr></td>
|
|
<td>Selection begins at the top of the region and ends in the middle of region
|
|
<ul class="assert">
|
|
<li>CSS regions module does not alter the normal processing of events in the document tree. Therefore, mouse selection within a region should contain all of the content dragged over by the mouse.</li>
|
|
</ul>
|
|
</td>
|
|
</tr>
|
|
<tr id="regions-selection-004-8" class="dom interact script">
|
|
<td>
|
|
<a href="regions-selection-004.htm">regions-selection-004</a></td>
|
|
<td></td>
|
|
<td><abbr class="dom" title="Requires Document Object Model support">DOM/JS</abbr><abbr class="interact" title="Requires user interaction">Interact</abbr><abbr class="script" title="Executes tests in script">Script</abbr></td>
|
|
<td>Selection begins at the bottom of the region and ends in the middle of region
|
|
<ul class="assert">
|
|
<li>CSS regions module does not alter the normal processing of events in the document tree. Therefore, mouse selection within a region should contain all of the content dragged over by the mouse.</li>
|
|
</ul>
|
|
</td>
|
|
</tr>
|
|
<tr id="regions-selection-005-8" class="dom interact script">
|
|
<td>
|
|
<a href="regions-selection-005.htm">regions-selection-005</a></td>
|
|
<td></td>
|
|
<td><abbr class="dom" title="Requires Document Object Model support">DOM/JS</abbr><abbr class="interact" title="Requires user interaction">Interact</abbr><abbr class="script" title="Executes tests in script">Script</abbr></td>
|
|
<td>CSS Regions: Selection begins in the middle of the region and ends in the middle of the region moving downward
|
|
<ul class="assert">
|
|
<li>CSS regions module does not alter the normal processing of events in the document tree. Therefore, mouse selection within a region should contain all of the content dragged over by the mouse.</li>
|
|
</ul>
|
|
</td>
|
|
</tr>
|
|
<tr id="regions-selection-006-8" class="dom interact script">
|
|
<td>
|
|
<a href="regions-selection-006.htm">regions-selection-006</a></td>
|
|
<td></td>
|
|
<td><abbr class="dom" title="Requires Document Object Model support">DOM/JS</abbr><abbr class="interact" title="Requires user interaction">Interact</abbr><abbr class="script" title="Executes tests in script">Script</abbr></td>
|
|
<td>Selection begins in the middle of the region and ends in the middle of the region moving upward
|
|
<ul class="assert">
|
|
<li>CSS regions module does not alter the normal processing of events in the document tree. Therefore, mouse selection within a region should contain all of the content dragged over by the mouse.</li>
|
|
</ul>
|
|
</td>
|
|
</tr>
|
|
<tr id="regions-selection-007-8" class="dom interact script">
|
|
<td>
|
|
<a href="regions-selection-007.htm">regions-selection-007</a></td>
|
|
<td></td>
|
|
<td><abbr class="dom" title="Requires Document Object Model support">DOM/JS</abbr><abbr class="interact" title="Requires user interaction">Interact</abbr><abbr class="script" title="Executes tests in script">Script</abbr></td>
|
|
<td>Selection begins at the top of the region and ends outside the region moving downward
|
|
<ul class="assert">
|
|
<li>CSS regions module does not alter the normal processing of events in the document tree. Therefore, mouse selection inside and outside of a named flow should contain all of the content dragged over by the mouse.</li>
|
|
</ul>
|
|
</td>
|
|
</tr>
|
|
<tr id="regions-selection-008-8" class="dom interact script">
|
|
<td>
|
|
<a href="regions-selection-008.htm">regions-selection-008</a></td>
|
|
<td></td>
|
|
<td><abbr class="dom" title="Requires Document Object Model support">DOM/JS</abbr><abbr class="interact" title="Requires user interaction">Interact</abbr><abbr class="script" title="Executes tests in script">Script</abbr></td>
|
|
<td>Selection begins at the bottom of the region and ends outside the region moving upward
|
|
<ul class="assert">
|
|
<li>CSS regions module does not alter the normal processing of events in the document tree. Therefore, mouse selection inside and outside of a named flow should contain all of the content dragged over by the mouse.</li>
|
|
</ul>
|
|
</td>
|
|
</tr>
|
|
<tr id="regions-selection-009-8" class="dom interact script">
|
|
<td>
|
|
<a href="regions-selection-009.htm">regions-selection-009</a></td>
|
|
<td></td>
|
|
<td><abbr class="dom" title="Requires Document Object Model support">DOM/JS</abbr><abbr class="interact" title="Requires user interaction">Interact</abbr><abbr class="script" title="Executes tests in script">Script</abbr></td>
|
|
<td>Selection begins in the middle of the region and ends outside the region moving downward
|
|
<ul class="assert">
|
|
<li>CSS regions module does not alter the normal processing of events in the document tree. Therefore, mouse selection inside and outside of a named flow should contain all of the content dragged over by the mouse.</li>
|
|
</ul>
|
|
</td>
|
|
</tr>
|
|
<tr id="regions-selection-010-8" class="dom interact script">
|
|
<td>
|
|
<a href="regions-selection-010.htm">regions-selection-010</a></td>
|
|
<td></td>
|
|
<td><abbr class="dom" title="Requires Document Object Model support">DOM/JS</abbr><abbr class="interact" title="Requires user interaction">Interact</abbr><abbr class="script" title="Executes tests in script">Script</abbr></td>
|
|
<td>Selection begins in the middle of the region and ends outside the region moving upward
|
|
<ul class="assert">
|
|
<li>CSS regions module does not alter the normal processing of events in the document tree. Therefore, mouse selection inside and outside of a named flow should contain all of the content dragged over by the mouse.</li>
|
|
</ul>
|
|
</td>
|
|
</tr>
|
|
<tr id="regions-selection-011-8" class="dom interact script">
|
|
<td>
|
|
<a href="regions-selection-011.htm">regions-selection-011</a></td>
|
|
<td></td>
|
|
<td><abbr class="dom" title="Requires Document Object Model support">DOM/JS</abbr><abbr class="interact" title="Requires user interaction">Interact</abbr><abbr class="script" title="Executes tests in script">Script</abbr></td>
|
|
<td>Selection begins outside of the region and ends at the bottom of the region moving downward
|
|
<ul class="assert">
|
|
<li>CSS regions module does not alter the normal processing of events in the document tree. Therefore, mouse selection inside and outside of a named flow should contain all of the content dragged over by the mouse.</li>
|
|
</ul>
|
|
</td>
|
|
</tr>
|
|
<tr id="regions-selection-012-8" class="dom interact script">
|
|
<td>
|
|
<a href="regions-selection-012.htm">regions-selection-012</a></td>
|
|
<td></td>
|
|
<td><abbr class="dom" title="Requires Document Object Model support">DOM/JS</abbr><abbr class="interact" title="Requires user interaction">Interact</abbr><abbr class="script" title="Executes tests in script">Script</abbr></td>
|
|
<td>Selection begins outside of the region and ends at the top the region moving upward
|
|
<ul class="assert">
|
|
<li>CSS regions module does not alter the normal processing of events in the document tree. Therefore, mouse selection inside and outside of a named flow should contain all of the content dragged over by the mouse.</li>
|
|
</ul>
|
|
</td>
|
|
</tr>
|
|
<tr id="regions-selection-013-8" class="dom interact script">
|
|
<td>
|
|
<a href="regions-selection-013.htm">regions-selection-013</a></td>
|
|
<td></td>
|
|
<td><abbr class="dom" title="Requires Document Object Model support">DOM/JS</abbr><abbr class="interact" title="Requires user interaction">Interact</abbr><abbr class="script" title="Executes tests in script">Script</abbr></td>
|
|
<td>Selection begins outside of the region and ends in the middle of the region moving downward
|
|
<ul class="assert">
|
|
<li>CSS regions module does not alter the normal processing of events in the document tree. Therefore, mouse selection inside and outside of a named flow should contain all of the content dragged over by the mouse.</li>
|
|
</ul>
|
|
</td>
|
|
</tr>
|
|
<tr id="regions-selection-014-8" class="dom interact script">
|
|
<td>
|
|
<a href="regions-selection-014.htm">regions-selection-014</a></td>
|
|
<td></td>
|
|
<td><abbr class="dom" title="Requires Document Object Model support">DOM/JS</abbr><abbr class="interact" title="Requires user interaction">Interact</abbr><abbr class="script" title="Executes tests in script">Script</abbr></td>
|
|
<td>Selection begins outside of the region and ends in the middle of the region moving upward
|
|
<ul class="assert">
|
|
<li>CSS regions module does not alter the normal processing of events in the document tree. Therefore, mouse selection inside and outside of a named flow should contain all of the content dragged over by the mouse.</li>
|
|
</ul>
|
|
</td>
|
|
</tr>
|
|
<tr id="regions-selection-015-8" class="dom interact script">
|
|
<td>
|
|
<a href="regions-selection-015.htm">regions-selection-015</a></td>
|
|
<td></td>
|
|
<td><abbr class="dom" title="Requires Document Object Model support">DOM/JS</abbr><abbr class="interact" title="Requires user interaction">Interact</abbr><abbr class="script" title="Executes tests in script">Script</abbr></td>
|
|
<td>Selection begins and ends outside of the region moving downward
|
|
<ul class="assert">
|
|
<li>CSS regions module does not alter the normal processing of events in the document tree. Therefore, mouse selection inside and outside of a named flow should contain all of the content dragged over by the mouse.</li>
|
|
</ul>
|
|
</td>
|
|
</tr>
|
|
<tr id="regions-selection-016-8" class="dom interact script">
|
|
<td>
|
|
<a href="regions-selection-016.htm">regions-selection-016</a></td>
|
|
<td></td>
|
|
<td><abbr class="dom" title="Requires Document Object Model support">DOM/JS</abbr><abbr class="interact" title="Requires user interaction">Interact</abbr><abbr class="script" title="Executes tests in script">Script</abbr></td>
|
|
<td>Selection begins and ends outside of the region moving upward
|
|
<ul class="assert">
|
|
<li>CSS regions module does not alter the normal processing of events in the document tree. Therefore, mouse selection inside and outside of a named flow should contain all of the content dragged over by the mouse.</li>
|
|
</ul>
|
|
</td>
|
|
</tr>
|
|
<tr id="regions-selection-017-8" class="dom interact script">
|
|
<td>
|
|
<a href="regions-selection-017.htm">regions-selection-017</a></td>
|
|
<td></td>
|
|
<td><abbr class="dom" title="Requires Document Object Model support">DOM/JS</abbr><abbr class="interact" title="Requires user interaction">Interact</abbr><abbr class="script" title="Executes tests in script">Script</abbr></td>
|
|
<td>Selection is downward, begins and ends inside a region containing one other element - div
|
|
<ul class="assert">
|
|
<li>CSS regions module does not alter the normal processing of events in the document tree. Therefore, mouse selection within a region should contain all of the content dragged over by the mouse, including nested elements.</li>
|
|
</ul>
|
|
</td>
|
|
</tr>
|
|
<tr id="regions-selection-018-8" class="dom interact script">
|
|
<td>
|
|
<a href="regions-selection-018.htm">regions-selection-018</a></td>
|
|
<td></td>
|
|
<td><abbr class="dom" title="Requires Document Object Model support">DOM/JS</abbr><abbr class="interact" title="Requires user interaction">Interact</abbr><abbr class="script" title="Executes tests in script">Script</abbr></td>
|
|
<td>Selection is downward, begins and ends inside a region containing one other element - img
|
|
<ul class="assert">
|
|
<li>CSS regions module does not alter the normal processing of events in the document tree. Therefore, mouse selection within a region should contain all of the content dragged over by the mouse, including nested elements.</li>
|
|
</ul>
|
|
</td>
|
|
</tr>
|
|
<tr id="regions-selection-019-8" class="dom interact script">
|
|
<td>
|
|
<a href="regions-selection-019.htm">regions-selection-019</a></td>
|
|
<td></td>
|
|
<td><abbr class="dom" title="Requires Document Object Model support">DOM/JS</abbr><abbr class="interact" title="Requires user interaction">Interact</abbr><abbr class="script" title="Executes tests in script">Script</abbr></td>
|
|
<td>Selection is upward, begins and ends inside a region containing one other element - div
|
|
<ul class="assert">
|
|
<li>CSS regions module does not alter the normal processing of events in the document tree. Therefore, mouse selection within a region should contain all of the content dragged over by the mouse, including nested elements.</li>
|
|
</ul>
|
|
</td>
|
|
</tr>
|
|
<tr id="regions-selection-020-8" class="dom interact script">
|
|
<td>
|
|
<a href="regions-selection-020.htm">regions-selection-020</a></td>
|
|
<td></td>
|
|
<td><abbr class="dom" title="Requires Document Object Model support">DOM/JS</abbr><abbr class="interact" title="Requires user interaction">Interact</abbr><abbr class="script" title="Executes tests in script">Script</abbr></td>
|
|
<td>Selection is upward, begins and ends inside a region containing one other element - img
|
|
<ul class="assert">
|
|
<li>CSS regions module does not alter the normal processing of events in the document tree. Therefore, mouse selection within a region should contain all of the content dragged over by the mouse, including nested elements.</li>
|
|
</ul>
|
|
</td>
|
|
</tr>
|
|
<tr id="regions-selection-021-8" class="dom interact script">
|
|
<td>
|
|
<a href="regions-selection-021.htm">regions-selection-021</a></td>
|
|
<td></td>
|
|
<td><abbr class="dom" title="Requires Document Object Model support">DOM/JS</abbr><abbr class="interact" title="Requires user interaction">Interact</abbr><abbr class="script" title="Executes tests in script">Script</abbr></td>
|
|
<td>Selection is downward, begins and ends inside a region containing two other elements - div + img
|
|
<ul class="assert">
|
|
<li>CSS regions module does not alter the normal processing of events in the document tree. Therefore, mouse selection within a region should contain all of the content dragged over by the mouse, including nested elements.</li>
|
|
</ul>
|
|
</td>
|
|
</tr>
|
|
<tr id="regions-selection-022-8" class="dom interact script">
|
|
<td>
|
|
<a href="regions-selection-022.htm">regions-selection-022</a></td>
|
|
<td></td>
|
|
<td><abbr class="dom" title="Requires Document Object Model support">DOM/JS</abbr><abbr class="interact" title="Requires user interaction">Interact</abbr><abbr class="script" title="Executes tests in script">Script</abbr></td>
|
|
<td>CSS Regions: Selection is upward, begins and ends inside a region containing two other elements - div + img
|
|
<ul class="assert">
|
|
<li>CSS regions module does not alter the normal processing of events in the document tree. Therefore, mouse selection within a region should contain all of the content dragged over by the mouse, including nested elements.</li>
|
|
</ul>
|
|
</td>
|
|
</tr>
|
|
<tr id="regions-selection-023-8" class="dom interact script">
|
|
<td>
|
|
<a href="regions-selection-023.htm">regions-selection-023</a></td>
|
|
<td></td>
|
|
<td><abbr class="dom" title="Requires Document Object Model support">DOM/JS</abbr><abbr class="interact" title="Requires user interaction">Interact</abbr><abbr class="script" title="Executes tests in script">Script</abbr></td>
|
|
<td>Selection is downward, begins inside a region and ends outside of it - both the region and the content after it have child elements
|
|
<ul class="assert">
|
|
<li>CSS regions module does not alter the normal processing of events in the document tree. Therefore, mouse selection inside and outside of a named flow should contain all of the content dragged over by the mouse, including nested elements.</li>
|
|
</ul>
|
|
</td>
|
|
</tr>
|
|
<tr id="regions-selection-024-8" class="dom interact script">
|
|
<td>
|
|
<a href="regions-selection-024.htm">regions-selection-024</a></td>
|
|
<td></td>
|
|
<td><abbr class="dom" title="Requires Document Object Model support">DOM/JS</abbr><abbr class="interact" title="Requires user interaction">Interact</abbr><abbr class="script" title="Executes tests in script">Script</abbr></td>
|
|
<td>CSS Regions: Selection is upward, begins inside and ends outside a region - both the region and the before after it have child elements
|
|
<ul class="assert">
|
|
<li>CSS regions module does not alter the normal processing of events in the document tree. Therefore, mouse selection inside and outside of a named flow should contain all of the content dragged over by the mousemovement, including nested elements.</li>
|
|
</ul>
|
|
</td>
|
|
</tr>
|
|
<tr id="regions-selection-025-8" class="dom interact script">
|
|
<td>
|
|
<a href="regions-selection-025.htm">regions-selection-025</a></td>
|
|
<td></td>
|
|
<td><abbr class="dom" title="Requires Document Object Model support">DOM/JS</abbr><abbr class="interact" title="Requires user interaction">Interact</abbr><abbr class="script" title="Executes tests in script">Script</abbr></td>
|
|
<td>DOM order is different than the linear selection
|
|
<ul class="assert">
|
|
<li>CSS regions module does not alter the normal processing of events in the document tree. Therefore, mouse selection should capture content in DOM order as it would without a named flow.</li>
|
|
</ul>
|
|
</td>
|
|
</tr>
|
|
</tbody>
|
|
</table>
|
|
|
|
</body>
|
|
</html> |