mirror of
https://github.com/servo/servo.git
synced 2025-06-23 08:34:42 +01:00
130 lines
No EOL
4.4 KiB
HTML
130 lines
No EOL
4.4 KiB
HTML
|
|
|
|
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN">
|
|
<html>
|
|
<head>
|
|
<title>Terminology - CSS Transforms 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 Transforms Module Level 1 CR Test Suite</h1>
|
|
<h2>Terminology (5 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="s4">
|
|
<tr><th colspan="4" scope="rowgroup">
|
|
<a href="#s4">+</a>
|
|
<a href="https://www.w3.org/TR/css-transforms-1/#terminology">4 Terminology</a></th></tr>
|
|
<!-- 0 tests -->
|
|
</tbody>
|
|
<tbody id="s4.#2d-matrix">
|
|
<!-- 0 tests -->
|
|
</tbody>
|
|
<tbody id="s4.#3d-matrix">
|
|
<!-- 0 tests -->
|
|
</tbody>
|
|
<tbody id="s4.#3d-rendering-context">
|
|
<!-- 0 tests -->
|
|
</tbody>
|
|
<tbody id="s4.#accumulated-3d-transformation-matrix">
|
|
<!-- 0 tests -->
|
|
</tbody>
|
|
<tbody id="s4.#bounding-box">
|
|
<!-- 0 tests -->
|
|
</tbody>
|
|
<tbody id="s4.#current-transformation-matrix-ctm">
|
|
<!-- 0 tests -->
|
|
</tbody>
|
|
<tbody id="s4.#identity-transform-function">
|
|
<!-- 0 tests -->
|
|
</tbody>
|
|
<tbody id="s4.#local-coordinate-system">
|
|
<!-- 0 tests -->
|
|
</tbody>
|
|
<tbody id="s4.#perspective-matrix">
|
|
<!-- 0 tests -->
|
|
</tbody>
|
|
<tbody id="s4.#transformable-element">
|
|
<!-- 5 tests -->
|
|
<tr id="transform-display-001-4.#transformable-element" class="">
|
|
<td>
|
|
<a href="transform-display-001.htm">transform-display-001</a></td>
|
|
<td><a href="reference/transform-display-ref.htm">=</a> <a href="reference/transform-display-notref.htm">≠</a> </td>
|
|
<td></td>
|
|
<td>Inline-Block
|
|
<ul class="assert">
|
|
<li>Inline-blocks are atomic inline-level elements, so should transform the same as blocks.</li>
|
|
</ul>
|
|
</td>
|
|
</tr>
|
|
<tr id="transform-display-002-4.#transformable-element" class="">
|
|
<td>
|
|
<a href="transform-display-002.htm">transform-display-002</a></td>
|
|
<td><a href="reference/transform-display-ref.htm">=</a> <a href="reference/transform-display-notref.htm">≠</a> </td>
|
|
<td></td>
|
|
<td>Table
|
|
<ul class="assert">
|
|
<li>Inline-blocks are block-level elements, so should transform the same as blocks.</li>
|
|
</ul>
|
|
</td>
|
|
</tr>
|
|
<tr id="transform-display-003-4.#transformable-element" class="">
|
|
<td>
|
|
<a href="transform-display-003.htm">transform-display-003</a></td>
|
|
<td><a href="reference/transform-display-ref.htm">=</a> <a href="reference/transform-display-notref.htm">≠</a> </td>
|
|
<td></td>
|
|
<td>Inline-Table
|
|
<ul class="assert">
|
|
<li>Inline-tables are atomic inline-level elements, so should transform the same as blocks.</li>
|
|
</ul>
|
|
</td>
|
|
</tr>
|
|
<tr id="transform-display-004-4.#transformable-element" class="">
|
|
<td>
|
|
<a href="transform-display-004.htm">transform-display-004</a></td>
|
|
<td><a href="reference/transform-display-ref.htm">=</a> <a href="reference/transform-display-notref.htm">≠</a> </td>
|
|
<td></td>
|
|
<td>List-Item
|
|
<ul class="assert">
|
|
<li>List-items are block-level elements, so should transform the same as blocks.</li>
|
|
</ul>
|
|
</td>
|
|
</tr>
|
|
<tr id="transform-image-001-4.#transformable-element" class="">
|
|
<td>
|
|
<a href="transform-image-001.htm">transform-image-001</a></td>
|
|
<td><a href="reference/transform-image-ref.htm">=</a> </td>
|
|
<td></td>
|
|
<td>Transformed <img>
|
|
<ul class="assert">
|
|
<li>An <img> is a transformable element, so transforms should work on it the same as any image. This test compares an img element with a 90deg rotation transform applied to a different image that was pre-rotated by 90 degrees.</li>
|
|
</ul>
|
|
</td>
|
|
</tr>
|
|
</tbody>
|
|
<tbody id="s4.#transformation-matrix">
|
|
<!-- 0 tests -->
|
|
</tbody>
|
|
<tbody id="s4.#user-coordinate-system">
|
|
<!-- 0 tests -->
|
|
</tbody>
|
|
</table>
|
|
|
|
</body>
|
|
</html> |