Commit 191fc74d authored by kojii's avatar kojii Committed by Commit bot

Import csswg-test@091ec9158c45705b671df74ba064d1d57753c470

Using update-w3c-deps in Blink fd780f87.

TBR=dpranke@chromium.org,jsbell@chromium.org,tkent@chromium.org,cbiesinger@chromium.org
BUG=492664, 467127

Review URL: https://codereview.chromium.org/1554863002

Cr-Commit-Position: refs/heads/master@{#367240}
parent 5232abaf
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<title>CSS Reftest Reference</title>
<link rel="author" title="Gérard Talbot" href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/" />
<style type="text/css"><![CDATA[
div
{
background-color: green;
height: 100px;
width: 100px;
}
]]></style>
</head>
<body>
<p>Test passes if there is a filled green square and <strong>no red</strong>.</p>
<div></div>
</body>
</html>
\ No newline at end of file
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<title>CSS Writing Modes Test: floated border-collapsing tables (vertical-lr)</title>
<link rel="author" title="Gérard Talbot" href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/" />
<link rel="help" href="http://www.w3.org/TR/css-writing-modes-3/#vertical-layout" title="7.1 Principles of Layout in Vertical Writing Modes" />
<link rel="match" href="../css21/reference/ref-filled-green-100px-square.xht" />
<meta content="" name="flags" />
<meta content="This test checks that contiguous floated border-collapsing tables in a 'vertical-lr' context do not overlap." name="assert" />
<style type="text/css"><![CDATA[
table
{
border-left: red solid 50px;
border-collapse: collapse;
float: left;
height: 100px;
writing-mode: vertical-lr;
}
td
{
border-left: green solid 50px;
padding: 0px;
}
div#reference-overlapped-red
{
background-color: red;
height: 100px;
position: relative;
width: 100px;
z-index: -1;
}
]]></style>
</head>
<body>
<p>Test passes if there is a filled green square and <strong>no red</strong>.</p>
<table id="first">
<tbody>
<tr>
<td></td> <td></td>
</tr>
</tbody>
</table>
<table id="second">
<tbody>
<tr>
<td></td> <td></td>
</tr>
</tbody>
</table>
<div id="reference-overlapped-red"></div>
</body>
</html>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<title>CSS Reftest Reference</title>
<link rel="author" title="Gérard Talbot" href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/" />
<style type="text/css"><![CDATA[
div
{
background-color: green;
height: 100px;
width: 100px;
}
]]></style>
</head>
<body>
<p>Test passes if there is a filled green square and <strong>no red</strong>.</p>
<div></div>
</body>
</html>
\ No newline at end of file
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<title>CSS Writing Modes Test: floated non-border-collapsing tables (vertical-lr)</title>
<link rel="author" title="Gérard Talbot" href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/" />
<link rel="help" href="http://www.w3.org/TR/css-writing-modes-3/#vertical-layout" title="7.1 Principles of Layout in Vertical Writing Modes" />
<link rel="match" href="../css21/reference/ref-filled-green-100px-square.xht" />
<meta content="" name="flags" />
<meta content="This test checks that contiguous floated non-border-collapsing tables in a 'vertical-lr' context do not overlap." name="assert" />
<style type="text/css"><![CDATA[
table
{
border-collapse: separate;
border-left: green solid 25px;
border-spacing: 0px;
float: left;
height: 100px;
writing-mode: vertical-lr;
}
td
{
border-left: green solid 25px;
padding: 0px;
}
div#reference-overlapped-red
{
background-color: red;
height: 100px;
position: relative;
width: 100px;
z-index: -1;
}
]]></style>
</head>
<body>
<p>Test passes if there is a filled green square and <strong>no red</strong>.</p>
<table id="first">
<tbody>
<tr>
<td></td> <td></td>
</tr>
</tbody>
</table>
<table id="second">
<tbody>
<tr>
<td></td> <td></td>
</tr>
</tbody>
</table>
<div id="reference-overlapped-red"></div>
</body>
</html>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<title>CSS Reftest Reference</title>
<link rel="author" title="Gérard Talbot" href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/" />
<style type="text/css"><![CDATA[
div
{
background-color: green;
height: 100px;
width: 100px;
}
]]></style>
</head>
<body>
<p>Test passes if there is a filled green square and <strong>no red</strong>.</p>
<div></div>
</body>
</html>
\ No newline at end of file
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<!--
Test inspired by
http://test.csswg.org/source/css-writing-modes-3/table-progression-vrl-004.html
-->
<title>CSS Writing Modes Test: vertical-lr - contiguous floated tables and horizontal margins</title>
<link rel="author" title="Gérard Talbot" href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/" />
<link rel="help" href="http://www.w3.org/TR/css-writing-modes-3/#vertical-layout" title="7.1 Principles of Layout in Vertical Writing Modes" />
<link rel="match" href="../css21/reference/ref-filled-green-100px-square.xht" />
<meta content="image" name="flags" />
<meta content="This test checks that horizontal margins existing between contiguous floated tables with writing-mode set to 'vertical-lr' are not substracted by the amount of their borders. In this test, there should be an horizontal gap of 50px separating both tables. Margins between 2 floated boxes do not collapse." name="assert" />
<style type="text/css"><![CDATA[
table
{
border-collapse: separate;
border-spacing: 0px;
float: left;
height: 100px;
writing-mode: vertical-lr;
}
td
{
padding: 0px;
}
table#left-first
{
border-right: green solid 25px;
margin-right: 25px;
}
table#right-second
{
border-left: green solid 25px;
margin-left: 25px;
}
div#reference-overlapped
{
background-color: red;
background-image: url("support/margin-collapse-2em-space-wm-vert.png");
background-repeat: no-repeat;
height: 100px;
position: relative;
width: 100px;
z-index: -1;
}
]]></style>
</head>
<body>
<p>Test passes if there is a filled green square and <strong>no red</strong>.</p>
<table id="left-first">
<tr><td></td><td></td><td></td><td></td></tr>
</table>
<table id="right-second">
<tr><td></td><td></td><td></td><td></td></tr>
</table>
<div id="reference-overlapped"></div>
</body>
</html>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<title>CSS Reftest Reference</title>
<link rel="author" title="Gérard Talbot" href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/" />
<style type="text/css"><![CDATA[
div
{
background-color: green;
height: 100px;
width: 100px;
}
]]></style>
</head>
<body>
<p>Test passes if there is a filled green square and <strong>no red</strong>.</p>
<div></div>
</body>
</html>
\ No newline at end of file
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<!--
Test inspired by
http://test.csswg.org/source/css-writing-modes-3/table-progression-vrl-004.html
-->
<title>CSS Writing Modes Test: vertical-lr - contiguous floated tables and horizontal margins</title>
<link rel="author" title="Gérard Talbot" href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/" />
<link rel="help" href="http://www.w3.org/TR/css-writing-modes-3/#vertical-layout" title="7.1 Principles of Layout in Vertical Writing Modes" />
<link rel="match" href="../css21/reference/ref-filled-green-100px-square.xht" />
<meta content="image" name="flags" />
<meta content="This test checks that horizontal margins existing between contiguous floated tables with writing-mode set to 'vertical-lr' are not substracted by the amount of their horizontal padding. In this test, there should be an horizontal gap of 50px separating both tables. Margins between 2 floated boxes do not collapse." name="assert" />
<style type="text/css"><![CDATA[
table
{
background-color: green;
border-collapse: separate;
border-spacing: 0px;
float: left;
height: 100px;
writing-mode: vertical-lr;
}
td
{
padding: 0px;
}
table#left-first
{
padding-right: 25px;
margin-right: 25px;
}
table#right-second
{
padding-left: 25px;
margin-left: 25px;
}
div#reference-overlapped
{
background-color: red;
background-image: url("support/margin-collapse-2em-space-wm-vert.png");
background-repeat: no-repeat;
height: 100px;
position: relative;
width: 100px;
z-index: -1;
}
]]></style>
</head>
<body>
<p>Test passes if there is a filled green square and <strong>no red</strong>.</p>
<table id="left-first">
<tr><td></td><td></td><td></td><td></td></tr>
</table>
<table id="right-second">
<tr><td></td><td></td><td></td><td></td></tr>
</table>
<div id="reference-overlapped"></div>
</body>
</html>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<title>CSS Reftest Reference</title>
<link rel="author" title="Gérard Talbot" href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/" />
<style type="text/css"><![CDATA[
div
{
background-color: green;
height: 100px;
width: 100px;
}
]]></style>
</head>
<body>
<p>Test passes if there is a filled green square and <strong>no red</strong>.</p>
<div></div>
</body>
</html>
\ No newline at end of file
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<title>CSS Writing Modes Test: floated border-collapsing tables (vertical-rl)</title>
<link rel="author" title="Gérard Talbot" href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/" />
<link rel="help" href="http://www.w3.org/TR/css-writing-modes-3/#vertical-layout" title="7.1 Principles of Layout in Vertical Writing Modes" />
<link rel="match" href="../css21/reference/ref-filled-green-100px-square.xht" />
<meta content="" name="flags" />
<meta content="This test checks that contiguous floated border-collapsing tables in a 'vertical-rl' context do not overlap." name="assert" />
<style type="text/css"><![CDATA[
table
{
border-collapse: collapse;
border-right: red solid 50px;
float: left;
height: 100px;
writing-mode: vertical-rl;
}
td
{
border-right: green solid 50px;
padding: 0px;
}
div#reference-overlapped-red
{
background-color: red;
height: 100px;
position: relative;
width: 100px;
z-index: -1;
}
]]></style>
</head>
<body>
<p>Test passes if there is a filled green square and <strong>no red</strong>.</p>
<table id="first">
<tbody>
<tr>
<td></td> <td></td>
</tr>
</tbody>
</table>
<table id="second">
<tbody>
<tr>
<td></td> <td></td>
</tr>
</tbody>
</table>
<div id="reference-overlapped-red"></div>
</body>
</html>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<title>CSS Reftest Reference</title>
<link rel="author" title="Gérard Talbot" href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/" />
<style type="text/css"><![CDATA[
div
{
background-color: green;
height: 100px;
width: 100px;
}
]]></style>
</head>
<body>
<p>Test passes if there is a filled green square and <strong>no red</strong>.</p>
<div></div>
</body>
</html>
\ No newline at end of file
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<title>CSS Writing Modes Test: floated non-border-collapsing tables (vertical-rl)</title>
<link rel="author" title="Gérard Talbot" href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/" />
<link rel="help" href="http://www.w3.org/TR/css-writing-modes-3/#vertical-layout" title="7.1 Principles of Layout in Vertical Writing Modes" />
<link rel="match" href="../css21/reference/ref-filled-green-100px-square.xht" />
<meta content="" name="flags" />
<meta content="This test checks that contiguous floated non-border-collapsing tables in a 'vertical-rl' context do not overlap." name="assert" />
<style type="text/css"><![CDATA[
table
{
border-right: green solid 25px;
border-collapse: separate;
border-spacing: 0px;
float: left;
height: 100px;
writing-mode: vertical-rl;
}
td
{
border-right: green solid 25px;
padding: 0px;
}
div#reference-overlapped-red
{
background-color: red;
height: 100px;
position: relative;
width: 100px;
z-index: -1;
}
]]></style>
</head>
<body>
<p>Test passes if there is a filled green square and <strong>no red</strong>.</p>
<table id="first">
<tbody>
<tr>
<td></td> <td></td>
</tr>
</tbody>
</table>
<table id="second">
<tbody>
<tr>
<td></td> <td></td>
</tr>
</tbody>
</table>
<div id="reference-overlapped-red"></div>
</body>
</html>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<title>CSS Reftest Reference</title>
<link rel="author" title="Gérard Talbot" href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/" />
<style type="text/css"><![CDATA[
div
{
background-color: green;
height: 100px;
width: 100px;
}
]]></style>
</head>
<body>
<p>Test passes if there is a filled green square and <strong>no red</strong>.</p>
<div></div>
</body>
</html>
\ No newline at end of file
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<!--
Test inspired by
http://test.csswg.org/source/css-writing-modes-3/table-progression-vrl-004.html
-->
<title>CSS Writing Modes Test: vertical-rl - contiguous floated tables and horizontal margins</title>
<link rel="author" title="Gérard Talbot" href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/" />
<link rel="help" href="http://www.w3.org/TR/css-writing-modes-3/#vertical-layout" title="7.1 Principles of Layout in Vertical Writing Modes" />
<link rel="match" href="../css21/reference/ref-filled-green-100px-square.xht" />
<meta content="image" name="flags" />
<meta content="This test checks that horizontal margins existing between contiguous floated tables with writing-mode set to 'vertical-rl' are not substracted by the amount of their borders. In this test, there should be an horizontal gap of 50px separating both tables. Margins between 2 floated boxes do not collapse." name="assert" />
<style type="text/css"><![CDATA[
table
{
border-collapse: separate;
border-spacing: 0px;
float: left;
height: 100px;
writing-mode: vertical-rl;
}
td
{
padding: 0px;
}
table#left-first
{
border-right: green solid 25px;
margin-right: 25px;
}
table#right-second
{
border-left: green solid 25px;
margin-left: 25px;
}
div#reference-overlapped
{
background-color: red;
background-image: url("support/margin-collapse-2em-space-wm-vert.png");
background-repeat: no-repeat;
height: 100px;
position: relative;
width: 100px;
z-index: -1;
}
]]></style>
</head>
<body>
<p>Test passes if there is a filled green square and <strong>no red</strong>.</p>
<table id="left-first">
<tr><td></td><td></td><td></td><td></td></tr>
</table>
<table id="right-second">
<tr><td></td><td></td><td></td><td></td></tr>
</table>
<div id="reference-overlapped"></div>
</body>
</html>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<title>CSS Reftest Reference</title>
<link rel="author" title="Gérard Talbot" href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/" />
<style type="text/css"><![CDATA[
div
{
background-color: green;
height: 100px;
width: 100px;
}
]]></style>
</head>
<body>
<p>Test passes if there is a filled green square and <strong>no red</strong>.</p>
<div></div>
</body>
</html>
\ No newline at end of file
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<!--
Test inspired by
http://test.csswg.org/source/css-writing-modes-3/table-progression-vrl-004.html
-->
<title>CSS Writing Modes Test: vertical-rl - contiguous floated tables and horizontal margins</title>
<link rel="author" title="Gérard Talbot" href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/" />
<link rel="help" href="http://www.w3.org/TR/css-writing-modes-3/#vertical-layout" title="7.1 Principles of Layout in Vertical Writing Modes" />
<link rel="match" href="../css21/reference/ref-filled-green-100px-square.xht" />
<meta content="image" name="flags" />
<meta content="This test checks that horizontal margins existing between contiguous floated tables with writing-mode set to 'vertical-rl' are not substracted by the amount of their horizontal padding. In this test, there should be an horizontal gap of 50px separating both tables. Margins between 2 floated boxes do not collapse." name="assert" />
<style type="text/css"><![CDATA[
table
{
background-color: green;
border-collapse: separate;
border-spacing: 0px;
float: left;
height: 100px;
writing-mode: vertical-rl;
}
td
{
padding: 0px;
}
table#left-first
{
padding-right: 25px;
margin-right: 25px;
}
table#right-second
{
padding-left: 25px;
margin-left: 25px;
}
div#reference-overlapped
{
background-color: red;
background-image: url("support/margin-collapse-2em-space-wm-vert.png");
background-repeat: no-repeat;
height: 100px;
position: relative;
width: 100px;
z-index: -1;
}
]]></style>
</head>
<body>
<p>Test passes if there is a filled green square and <strong>no red</strong>.</p>
<table id="left-first">
<tr><td></td><td></td><td></td><td></td></tr>
</table>
<table id="right-second">
<tr><td></td><td></td><td></td><td></td></tr>
</table>
<div id="reference-overlapped"></div>
</body>
</html>
<!DOCTYPE html>
<html lang="en" class=" is-copy-enabled">
<head prefix="og: http://ogp.me/ns# fb: http://ogp.me/ns/fb# object: http://ogp.me/ns/object# article: http://ogp.me/ns/article# profile: http://ogp.me/ns/profile#">
<meta charset='utf-8'>
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta http-equiv="Content-Language" content="en">
<meta name="viewport" content="width=1020">
<title>css-orientation-test/CSSFWOrientationTest.otf at ad505d124e107c2cd0c9204c92ee6a696294d4a5 · adobe-fonts/css-orientation-test · GitHub</title>
<link rel="search" type="application/opensearchdescription+xml" href="/opensearch.xml" title="GitHub">
<link rel="fluid-icon" href="https://github.com/fluidicon.png" title="GitHub">
<link rel="apple-touch-icon" sizes="57x57" href="/apple-touch-icon-114.png">
<link rel="apple-touch-icon" sizes="114x114" href="/apple-touch-icon-114.png">
<link rel="apple-touch-icon" sizes="72x72" href="/apple-touch-icon-144.png">
<link rel="apple-touch-icon" sizes="144x144" href="/apple-touch-icon-144.png">
<meta property="fb:app_id" content="1401488693436528">
<meta content="@github" name="twitter:site" /><meta content="summary" name="twitter:card" /><meta content="adobe-fonts/css-orientation-test" name="twitter:title" /><meta content="css-orientation-test - CSS Orientation Test" name="twitter:description" /><meta content="https://avatars0.githubusercontent.com/u/4028872?v=3&amp;s=400" name="twitter:image:src" />
<meta content="GitHub" property="og:site_name" /><meta content="object" property="og:type" /><meta content="https://avatars0.githubusercontent.com/u/4028872?v=3&amp;s=400" property="og:image" /><meta content="adobe-fonts/css-orientation-test" property="og:title" /><meta content="https://github.com/adobe-fonts/css-orientation-test" property="og:url" /><meta content="css-orientation-test - CSS Orientation Test" property="og:description" />
<meta name="browser-stats-url" content="https://api.github.com/_private/browser/stats">
<meta name="browser-errors-url" content="https://api.github.com/_private/browser/errors">
<link rel="assets" href="https://assets-cdn.github.com/">
<meta name="pjax-timeout" content="1000">
<meta name="msapplication-TileImage" content="/windows-tile.png">
<meta name="msapplication-TileColor" content="#ffffff">
<meta name="selected-link" value="repo_source" data-pjax-transient>
<meta name="google-site-verification" content="KT5gs8h0wvaagLKAVWq8bbeNwnZZK1r1XQysX3xurLU">
<meta name="google-analytics" content="UA-3769691-2">
<meta content="collector.githubapp.com" name="octolytics-host" /><meta content="github" name="octolytics-app-id" /><meta content="4A39B5CE:2F41:1A0BF30B:567BD090" name="octolytics-dimension-request_id" />
<meta content="/&lt;user-name&gt;/&lt;repo-name&gt;/blob/show" data-pjax-transient="true" name="analytics-location" />
<meta content="Rails, view, blob#show" data-pjax-transient="true" name="analytics-event" />
<meta class="js-ga-set" name="dimension1" content="Logged Out">
<meta name="hostname" content="github.com">
<meta name="user-login" content="">
<meta name="expected-hostname" content="github.com">
<link rel="mask-icon" href="https://assets-cdn.github.com/pinned-octocat.svg" color="#4078c0">
<link rel="icon" type="image/x-icon" href="https://assets-cdn.github.com/favicon.ico">
<meta content="e40bc885f02e5e625e16c62eeeb460f0de9c1e32" name="form-nonce" />
<link crossorigin="anonymous" href="https://assets-cdn.github.com/assets/github-2037283749006a7ebc37dc5a63a365e8cde9e5d0099e83d4a77bba85b03a6623.css" integrity="sha256-IDcoN0kAan68N9xaY6Nl6M3p5dAJnoPUp3u6hbA6ZiM=" media="all" rel="stylesheet" />
<link crossorigin="anonymous" href="https://assets-cdn.github.com/assets/github2-87b394aa7bb776e9e05abfb54eaa1193404e767a3720d64ff2c8f64c7cfb432b.css" integrity="sha256-h7OUqnu3dungWr+1TqoRk0BOdno3INZP8sj2THz7Qys=" media="all" rel="stylesheet" />
<meta http-equiv="x-pjax-version" content="696c3d92b2b36833513e39f2a164890b">
<meta name="description" content="css-orientation-test - CSS Orientation Test">
<meta name="go-import" content="github.com/adobe-fonts/css-orientation-test git https://github.com/adobe-fonts/css-orientation-test.git">
<meta content="4028872" name="octolytics-dimension-user_id" /><meta content="adobe-fonts" name="octolytics-dimension-user_login" /><meta content="21303741" name="octolytics-dimension-repository_id" /><meta content="adobe-fonts/css-orientation-test" name="octolytics-dimension-repository_nwo" /><meta content="true" name="octolytics-dimension-repository_public" /><meta content="false" name="octolytics-dimension-repository_is_fork" /><meta content="21303741" name="octolytics-dimension-repository_network_root_id" /><meta content="adobe-fonts/css-orientation-test" name="octolytics-dimension-repository_network_root_nwo" />
<link href="https://github.com/adobe-fonts/css-orientation-test/commits/ad505d124e107c2cd0c9204c92ee6a696294d4a5.atom" rel="alternate" title="Recent Commits to css-orientation-test:ad505d124e107c2cd0c9204c92ee6a696294d4a5" type="application/atom+xml">
</head>
<body class="logged_out env-production linux vis-public page-blob">
<a href="#start-of-content" tabindex="1" class="accessibility-aid js-skip-to-content">Skip to content</a>
<div class="header header-logged-out" role="banner">
<div class="container clearfix">
<a class="header-logo-wordmark" href="https://github.com/" data-ga-click="(Logged out) Header, go to homepage, icon:logo-wordmark">
<span class="mega-octicon octicon-logo-github"></span>
</a>
<div class="header-actions" role="navigation">
<a class="btn btn-primary" href="/join" data-ga-click="(Logged out) Header, clicked Sign up, text:sign-up">Sign up</a>
<a class="btn" href="/login?return_to=%2Fadobe-fonts%2Fcss-orientation-test%2Fblob%2Fad505d124e107c2cd0c9204c92ee6a696294d4a5%2FCSSFWOrientationTest.otf" data-ga-click="(Logged out) Header, clicked Sign in, text:sign-in">Sign in</a>
</div>
<div class="site-search repo-scope js-site-search" role="search">
<!-- </textarea> --><!-- '"` --><form accept-charset="UTF-8" action="/adobe-fonts/css-orientation-test/search" class="js-site-search-form" data-global-search-url="/search" data-repo-search-url="/adobe-fonts/css-orientation-test/search" method="get"><div style="margin:0;padding:0;display:inline"><input name="utf8" type="hidden" value="&#x2713;" /></div>
<label class="js-chromeless-input-container form-control">
<div class="scope-badge">This repository</div>
<input type="text"
class="js-site-search-focus js-site-search-field is-clearable chromeless-input"
data-hotkey="s"
name="q"
placeholder="Search"
aria-label="Search this repository"
data-global-scope-placeholder="Search GitHub"
data-repo-scope-placeholder="Search"
tabindex="1"
autocapitalize="off">
</label>
</form>
</div>
<ul class="header-nav left" role="navigation">
<li class="header-nav-item">
<a class="header-nav-link" href="/explore" data-ga-click="(Logged out) Header, go to explore, text:explore">Explore</a>
</li>
<li class="header-nav-item">
<a class="header-nav-link" href="/features" data-ga-click="(Logged out) Header, go to features, text:features">Features</a>
</li>
<li class="header-nav-item">
<a class="header-nav-link" href="https://enterprise.github.com/" data-ga-click="(Logged out) Header, go to enterprise, text:enterprise">Enterprise</a>
</li>
<li class="header-nav-item">
<a class="header-nav-link" href="/pricing" data-ga-click="(Logged out) Header, go to pricing, text:pricing">Pricing</a>
</li>
</ul>
</div>
</div>
<div id="start-of-content" class="accessibility-aid"></div>
<div id="js-flash-container">
</div>
<div role="main" class="main-content">
<div itemscope itemtype="http://schema.org/WebPage">
<div id="js-repo-pjax-container" class="context-loader-container js-repo-nav-next" data-pjax-container>
<div class="pagehead repohead instapaper_ignore readability-menu experiment-repo-nav">
<div class="container repohead-details-container">
<ul class="pagehead-actions">
<li>
<a href="/login?return_to=%2Fadobe-fonts%2Fcss-orientation-test"
class="btn btn-sm btn-with-count tooltipped tooltipped-n"
aria-label="You must be signed in to watch a repository" rel="nofollow">
<span class="octicon octicon-eye"></span>
Watch
</a>
<a class="social-count" href="/adobe-fonts/css-orientation-test/watchers">
6
</a>
</li>
<li>
<a href="/login?return_to=%2Fadobe-fonts%2Fcss-orientation-test"
class="btn btn-sm btn-with-count tooltipped tooltipped-n"
aria-label="You must be signed in to star a repository" rel="nofollow">
<span class="octicon octicon-star "></span>
Star
</a>
<a class="social-count js-social-count" href="/adobe-fonts/css-orientation-test/stargazers">
6
</a>
</li>
<li>
<a href="/login?return_to=%2Fadobe-fonts%2Fcss-orientation-test"
class="btn btn-sm btn-with-count tooltipped tooltipped-n"
aria-label="You must be signed in to fork a repository" rel="nofollow">
<span class="octicon octicon-repo-forked "></span>
Fork
</a>
<a href="/adobe-fonts/css-orientation-test/network" class="social-count">
1
</a>
</li>
</ul>
<h1 itemscope itemtype="http://data-vocabulary.org/Breadcrumb" class="entry-title public ">
<span class="octicon octicon-repo "></span>
<span class="author"><a href="/adobe-fonts" class="url fn" itemprop="url" rel="author"><span itemprop="title">adobe-fonts</span></a></span><!--
--><span class="path-divider">/</span><!--
--><strong><a href="/adobe-fonts/css-orientation-test" data-pjax="#js-repo-pjax-container">css-orientation-test</a></strong>
<span class="page-context-loader">
<img alt="" height="16" src="https://assets-cdn.github.com/images/spinners/octocat-spinner-32.gif" width="16" />
</span>
</h1>
</div>
<div class="container">
<nav class="reponav js-repo-nav js-sidenav-container-pjax js-octicon-loaders"
role="navigation"
data-pjax="#js-repo-pjax-container">
<a href="/adobe-fonts/css-orientation-test" aria-label="Code" aria-selected="true" class="js-selected-navigation-item selected reponav-item" data-hotkey="g c" data-selected-links="repo_source repo_downloads repo_commits repo_releases repo_tags repo_branches /adobe-fonts/css-orientation-test">
<span class="octicon octicon-code "></span>
Code
</a>
<a href="/adobe-fonts/css-orientation-test/issues" class="js-selected-navigation-item reponav-item" data-hotkey="g i" data-selected-links="repo_issues repo_labels repo_milestones /adobe-fonts/css-orientation-test/issues">
<span class="octicon octicon-issue-opened "></span>
Issues
<span class="counter">0</span>
</a>
<a href="/adobe-fonts/css-orientation-test/pulls" class="js-selected-navigation-item reponav-item" data-hotkey="g p" data-selected-links="repo_pulls /adobe-fonts/css-orientation-test/pulls">
<span class="octicon octicon-git-pull-request "></span>
Pull requests
<span class="counter">0</span>
</a>
<a href="/adobe-fonts/css-orientation-test/pulse" class="js-selected-navigation-item reponav-item" data-selected-links="pulse /adobe-fonts/css-orientation-test/pulse">
<span class="octicon octicon-pulse "></span>
Pulse
</a>
<a href="/adobe-fonts/css-orientation-test/graphs" class="js-selected-navigation-item reponav-item" data-selected-links="repo_graphs repo_contributors /adobe-fonts/css-orientation-test/graphs">
<span class="octicon octicon-graph "></span>
Graphs
</a>
</nav>
</div>
</div>
<div class="container new-discussion-timeline experiment-repo-nav">
<div class="repository-content">
<a href="/adobe-fonts/css-orientation-test/blob/ad505d124e107c2cd0c9204c92ee6a696294d4a5/CSSFWOrientationTest.otf" class="hidden js-permalink-shortcut" data-hotkey="y">Permalink</a>
<!-- blob contrib key: blob_contributors:v21:c0d2e2ee9bf6cea063cb7997063aae39 -->
<div class="file-navigation js-zeroclipboard-container">
<div class="select-menu js-menu-container js-select-menu left">
<button class="btn btn-sm select-menu-button js-menu-target css-truncate" data-hotkey="w"
title=""
type="button" aria-label="Switch branches or tags" tabindex="0" aria-haspopup="true">
<i>Tree:</i>
<span class="js-select-button css-truncate-target">ad505d124e</span>
</button>
<div class="select-menu-modal-holder js-menu-content js-navigation-container" data-pjax aria-hidden="true">
<div class="select-menu-modal">
<div class="select-menu-header">
<span aria-label="Close" class="octicon octicon-x js-menu-close" role="button"></span>
<span class="select-menu-title">Switch branches/tags</span>
</div>
<div class="select-menu-filters">
<div class="select-menu-text-filter">
<input type="text" aria-label="Filter branches/tags" id="context-commitish-filter-field" class="js-filterable-field js-navigation-enable" placeholder="Filter branches/tags">
</div>
<div class="select-menu-tabs">
<ul>
<li class="select-menu-tab">
<a href="#" data-tab-filter="branches" data-filter-placeholder="Filter branches/tags" class="js-select-menu-tab" role="tab">Branches</a>
</li>
<li class="select-menu-tab">
<a href="#" data-tab-filter="tags" data-filter-placeholder="Find a tag…" class="js-select-menu-tab" role="tab">Tags</a>
</li>
</ul>
</div>
</div>
<div class="select-menu-list select-menu-tab-bucket js-select-menu-tab-bucket" data-tab-filter="branches" role="menu">
<div data-filterable-for="context-commitish-filter-field" data-filterable-type="substring">
<a class="select-menu-item js-navigation-item js-navigation-open "
href="/adobe-fonts/css-orientation-test/blob/master/CSSFWOrientationTest.otf"
data-name="master"
data-skip-pjax="true"
rel="nofollow">
<span class="select-menu-item-icon octicon octicon-check"></span>
<span class="select-menu-item-text css-truncate-target" title="master">
master
</span>
</a>
</div>
<div class="select-menu-no-results">Nothing to show</div>
</div>
<div class="select-menu-list select-menu-tab-bucket js-select-menu-tab-bucket" data-tab-filter="tags">
<div data-filterable-for="context-commitish-filter-field" data-filterable-type="substring">
<div class="select-menu-item js-navigation-item ">
<span class="select-menu-item-icon octicon octicon-check"></span>
<a href="/adobe-fonts/css-orientation-test/tree/1.005/CSSFWOrientationTest.otf"
data-name="1.005"
data-skip-pjax="true"
rel="nofollow"
class="js-navigation-open select-menu-item-text css-truncate-target"
title="1.005">1.005</a>
</div>
<div class="select-menu-item js-navigation-item ">
<span class="select-menu-item-icon octicon octicon-check"></span>
<a href="/adobe-fonts/css-orientation-test/tree/1.002/CSSFWOrientationTest.otf"
data-name="1.002"
data-skip-pjax="true"
rel="nofollow"
class="js-navigation-open select-menu-item-text css-truncate-target"
title="1.002">1.002</a>
</div>
<div class="select-menu-item js-navigation-item ">
<span class="select-menu-item-icon octicon octicon-check"></span>
<a href="/adobe-fonts/css-orientation-test/tree/1.001/CSSFWOrientationTest.otf"
data-name="1.001"
data-skip-pjax="true"
rel="nofollow"
class="js-navigation-open select-menu-item-text css-truncate-target"
title="1.001">1.001</a>
</div>
</div>
<div class="select-menu-no-results">Nothing to show</div>
</div>
</div>
</div>
</div>
<div class="btn-group right">
<a href="/adobe-fonts/css-orientation-test/find/ad505d124e107c2cd0c9204c92ee6a696294d4a5"
class="js-show-file-finder btn btn-sm"
data-pjax
data-hotkey="t">
Find file
</a>
<button aria-label="Copy file path to clipboard" class="js-zeroclipboard btn btn-sm zeroclipboard-button tooltipped tooltipped-s" data-copied-hint="Copied!" type="button">Copy path</button>
</div>
<div class="breadcrumb js-zeroclipboard-target">
<span class="repo-root js-repo-root"><span itemscope="" itemtype="http://data-vocabulary.org/Breadcrumb"><a href="/adobe-fonts/css-orientation-test/tree/ad505d124e107c2cd0c9204c92ee6a696294d4a5" class="" data-branch="ad505d124e107c2cd0c9204c92ee6a696294d4a5" data-pjax="true" itemscope="url" rel="nofollow"><span itemprop="title">css-orientation-test</span></a></span></span><span class="separator">/</span><strong class="final-path">CSSFWOrientationTest.otf</strong>
</div>
</div>
<div class="commit-tease">
<span class="right">
<a class="commit-tease-sha" href="/adobe-fonts/css-orientation-test/commit/ad505d124e107c2cd0c9204c92ee6a696294d4a5" data-pjax>
ad505d1
</a>
<time datetime="2015-04-04T12:29:33Z" is="relative-time">Apr 4, 2015</time>
</span>
<div>
<img alt="@kenlunde" class="avatar" height="20" src="https://avatars3.githubusercontent.com/u/3988788?v=3&amp;s=40" width="20" />
<a href="/kenlunde" class="user-mention" rel="contributor">kenlunde</a>
<a href="/adobe-fonts/css-orientation-test/commit/ad505d124e107c2cd0c9204c92ee6a696294d4a5" class="message" data-pjax="true" title="Version 1.005 Update">Version 1.005 Update</a>
</div>
<div class="commit-tease-contributors">
<a class="muted-link contributors-toggle" href="#blob_contributors_box" rel="facebox">
<strong>1</strong>
contributor
</a>
</div>
<div id="blob_contributors_box" style="display:none">
<h2 class="facebox-header" data-facebox-id="facebox-header">Users who have contributed to this file</h2>
<ul class="facebox-user-list" data-facebox-id="facebox-description">
<li class="facebox-user-list-item">
<img alt="@kenlunde" height="24" src="https://avatars1.githubusercontent.com/u/3988788?v=3&amp;s=48" width="24" />
<a href="/kenlunde">kenlunde</a>
</li>
</ul>
</div>
</div>
<div class="file">
<div class="file-header">
<div class="file-actions">
<div class="btn-group">
<a href="/adobe-fonts/css-orientation-test/raw/ad505d124e107c2cd0c9204c92ee6a696294d4a5/CSSFWOrientationTest.otf" class="btn btn-sm " id="raw-url">Raw</a>
<a href="/adobe-fonts/css-orientation-test/commits/ad505d124e107c2cd0c9204c92ee6a696294d4a5/CSSFWOrientationTest.otf" class="btn btn-sm " rel="nofollow">History</a>
</div>
<button type="button" class="octicon-btn octicon-btn-danger disabled tooltipped tooltipped-nw"
aria-label="You must be signed in to make or propose changes">
<span class="octicon octicon-trashcan "></span>
</button>
</div>
<div class="file-info">
33.2 KB
</div>
</div>
<div class="blob-wrapper data type-text">
<div class="image">
<a href="/adobe-fonts/css-orientation-test/blob/ad505d124e107c2cd0c9204c92ee6a696294d4a5/CSSFWOrientationTest.otf?raw=true">View Raw</a>
</div>
</div>
</div>
<a href="#jump-to-line" rel="facebox[.linejump]" data-hotkey="l" style="display:none">Jump to Line</a>
<div id="jump-to-line" style="display:none">
<!-- </textarea> --><!-- '"` --><form accept-charset="UTF-8" action="" class="js-jump-to-line-form" method="get"><div style="margin:0;padding:0;display:inline"><input name="utf8" type="hidden" value="&#x2713;" /></div>
<input class="linejump-input js-jump-to-line-field" type="text" placeholder="Jump to line&hellip;" aria-label="Jump to line" autofocus>
<button type="submit" class="btn">Go</button>
</form></div>
</div>
<div class="modal-backdrop"></div>
</div>
</div>
</div>
</div>
<div class="container">
<div class="site-footer" role="contentinfo">
<ul class="site-footer-links right">
<li><a href="https://status.github.com/" data-ga-click="Footer, go to status, text:status">Status</a></li>
<li><a href="https://developer.github.com" data-ga-click="Footer, go to api, text:api">API</a></li>
<li><a href="https://training.github.com" data-ga-click="Footer, go to training, text:training">Training</a></li>
<li><a href="https://shop.github.com" data-ga-click="Footer, go to shop, text:shop">Shop</a></li>
<li><a href="https://github.com/blog" data-ga-click="Footer, go to blog, text:blog">Blog</a></li>
<li><a href="https://github.com/about" data-ga-click="Footer, go to about, text:about">About</a></li>
<li><a href="https://github.com/pricing" data-ga-click="Footer, go to pricing, text:pricing">Pricing</a></li>
</ul>
<a href="https://github.com" aria-label="Homepage">
<span class="mega-octicon octicon-mark-github " title="GitHub "></span>
</a>
<ul class="site-footer-links">
<li>&copy; 2015 <span title="0.04232s from github-fe134-cp1-prd.iad.github.net">GitHub</span>, Inc.</li>
<li><a href="https://github.com/site/terms" data-ga-click="Footer, go to terms, text:terms">Terms</a></li>
<li><a href="https://github.com/site/privacy" data-ga-click="Footer, go to privacy, text:privacy">Privacy</a></li>
<li><a href="https://github.com/security" data-ga-click="Footer, go to security, text:security">Security</a></li>
<li><a href="https://github.com/contact" data-ga-click="Footer, go to contact, text:contact">Contact</a></li>
<li><a href="https://help.github.com" data-ga-click="Footer, go to help, text:help">Help</a></li>
</ul>
</div>
</div>
<div id="ajax-error-message" class="flash flash-error">
<span class="octicon octicon-alert"></span>
<button type="button" class="flash-close js-flash-close js-ajax-error-dismiss" aria-label="Dismiss error">
<span class="octicon octicon-x"></span>
</button>
Something went wrong with that request. Please try again.
</div>
<script crossorigin="anonymous" integrity="sha256-7460qJ7p88i3YTMH/liaj1cFgX987ie+xRzl6WMjSr8=" src="https://assets-cdn.github.com/assets/frameworks-ef8eb4a89ee9f3c8b7613307fe589a8f5705817f7cee27bec51ce5e963234abf.js"></script>
<script async="async" crossorigin="anonymous" integrity="sha256-S2uOfRHrt7zoUSbTtBMMgAQfKubV1u+JAajAw/fLgNI=" src="https://assets-cdn.github.com/assets/github-4b6b8e7d11ebb7bce85126d3b4130c80041f2ae6d5d6ef8901a8c0c3f7cb80d2.js"></script>
<div class="js-stale-session-flash stale-session-flash flash flash-warn flash-banner hidden">
<span class="octicon octicon-alert"></span>
<span class="signed-in-tab-flash">You signed in with another tab or window. <a href="">Reload</a> to refresh your session.</span>
<span class="signed-out-tab-flash">You signed out in another tab or window. <a href="">Reload</a> to refresh your session.</span>
</div>
</body>
</html>
......@@ -17,7 +17,7 @@ Pre-built font binaries
----
The installable font resources (font binaries) are not part of the source files.
They are available at https://github.com/adobe-fonts/css-orientation-test/
The latest version of the font binaries is 1.005 (October 2015).
The latest version of the font binaries is 1.005 (April 4th 2015).
Requirements
......
......@@ -13,7 +13,7 @@
<link rel="match" href="block-flow-direction-001-ref.xht" />
<meta content="ahem" name="flags" />
<meta content="This test checks that a table with 'writing-mode' set to 'vertical-rl' and with 'direction' set to 'rtl' will have its column displayed from bottom (1st column) to top (last column). This test relies on right-to-left directionality applying to characters that are strongly sensitive to directionality. In this test, we use digits [0-9] and non-breaking spaces (&nbsp;) which are all strongly sensitive to bidi directionality." name="assert" />
<meta content="This test checks that a table with 'writing-mode' set to 'vertical-rl' and with 'direction' set to 'rtl' will have its column displayed from bottom (1st column) to top (last column). This test relies on right-to-left directionality applying to characters that are strongly sensitive to directionality. In this test, we use digits [0-9] and non-breaking spaces which are all strongly sensitive to bidi directionality." name="assert" />
<style type="text/css"><![CDATA[
body
......
......@@ -13,7 +13,7 @@
<link rel="match" href="block-flow-direction-001-ref.xht" />
<meta content="ahem" name="flags" />
<meta content="This test checks that a table with 'writing-mode' set to 'vertical-lr' and with 'direction' set to 'rtl' will have its column displayed from bottom (1st column) to top (last column). This test relies on right-to-left directionality applying to characters that are strongly sensitive to directionality. In this test, we use digits [0-9] and non-breaking spaces (&nbsp;) which are all strongly sensitive to bidi directionality." name="assert" />
<meta content="This test checks that a table with 'writing-mode' set to 'vertical-lr' and with 'direction' set to 'rtl' will have its column displayed from bottom (1st column) to top (last column). This test relies on right-to-left directionality applying to characters that are strongly sensitive to directionality. In this test, we use digits [0-9] and non-breaking spaces which are all strongly sensitive to bidi directionality." name="assert" />
<style type="text/css"><![CDATA[
body
......
......@@ -13,7 +13,7 @@
<link rel="match" href="block-flow-direction-001-ref.xht" />
<meta content="ahem" name="flags" />
<meta content="This test checks that colspanned cells in a table with 'direction' set to 'rtl' are handled according to a bottom-to-top column direction. This test relies on right-to-left directionality applying to characters that are strongly sensitive to directionality. In this test, we use digits [0-9] and non-breaking spaces (&nbsp;) which are all strongly sensitive to bidi directionality." name="assert" />
<meta content="This test checks that colspanned cells in a table with 'direction' set to 'rtl' are handled according to a bottom-to-top column direction. This test relies on right-to-left directionality applying to characters that are strongly sensitive to directionality. In this test, we use digits [0-9] and non-breaking spaces which are all strongly sensitive to bidi directionality." name="assert" />
<style type="text/css"><![CDATA[
body
......
......@@ -13,7 +13,7 @@
<link rel="match" href="block-flow-direction-001-ref.xht" />
<meta content="ahem" name="flags" />
<meta content="This test checks that colspanned cells in a table with 'direction' set to 'rtl' are handled according to a bottom-to-top column direction. This test relies on right-to-left directionality applying to characters that are strongly sensitive to directionality. In this test, we use digits [0-9] and non-breaking spaces (&nbsp;) which are all strongly sensitive to bidi directionality." name="assert" />
<meta content="This test checks that colspanned cells in a table with 'direction' set to 'rtl' are handled according to a bottom-to-top column direction. This test relies on right-to-left directionality applying to characters that are strongly sensitive to directionality. In this test, we use digits [0-9] and non-breaking spaces which are all strongly sensitive to bidi directionality." name="assert" />
<style type="text/css"><![CDATA[
body
......
......@@ -2,8 +2,7 @@
<title>CSS Test: vertical-lr Table Row/Rowgroup/Cell Ordering</title>
<link rel="author" title="Elika J. Etemad" href="http://fantasai.inkedblade.net/contact">
<link rel="match" href="table-progression-001-ref.html">
<meta name="assert" content="This test checks that vertical-lr tables order rows/rowgroups left to right and cells top-to-bottom (LTR) or bottom-to-top (RTL) per 'direction'.">
<meta name="assert" content="This test checks that 'writing-mode' and 'direction' do not apply to table rows and row groups.">
<meta name="assert" content="This test checks that vertical-lr tables order rows/rowgroups left to right and cells top-to-bottom (LTR) or bottom-to-top (RTL) per 'direction'. This test also checks that 'writing-mode' and 'direction' do not apply to table rows and row groups.">
<link rel="help" href="http://www.w3.org/TR/css-writing-modes-3/#writing-mode">
<link rel="help" href="http://www.w3.org/TR/css-writing-modes-3/#direction">
......
......@@ -2,8 +2,7 @@
<title>CSS Test: vertical-lr Table Column/Colgroup Ordering</title>
<link rel="author" title="Elika J. Etemad" href="http://fantasai.inkedblade.net/contact">
<link rel="match" href="table-progression-002-ref.html">
<meta name="assert" content="This test checks that vertical-lr tables order columns top-to-bottom (LTR) or bottom-to-top (RTL) per the table's 'direction'.">
<meta name="assert" content="This test checks that 'writing-mode' and 'direction' do not apply to table columns and column groups.">
<meta name="assert" content="This test checks that vertical-lr tables order columns top-to-bottom (LTR) or bottom-to-top (RTL) per the table's 'direction'. This test also checks that 'writing-mode' and 'direction' do not apply to table columns and column groups.">
<link rel="help" href="http://www.w3.org/TR/css-writing-modes-3/#writing-mode">
<link rel="help" href="http://www.w3.org/TR/css-writing-modes-3/#direction">
......
......@@ -96,13 +96,13 @@
<tr>
<td rowspan=2>
<td class="orng">
<td colspan=3">
<td colspan="3">
<td class="navy">
<tr>
<td rowspan=3">
<td rowspan="3">
<td class="yllw">
<td class="pink">
<td rowspan=2">
<td rowspan="2">
<td class="blue">
<tr>
<td class="aqua">
......
......@@ -2,8 +2,7 @@
<title>CSS Test: vertical-rl Table Row/Rowgroup/Cell Ordering</title>
<link rel="author" title="Elika J. Etemad" href="http://fantasai.inkedblade.net/contact">
<link rel="match" href="table-progression-001-ref.html">
<meta name="assert" content="This test checks that vertical-rl tables order rows/rowgroups right to left and cells top-to-bottom (LTR) or bottom-to-top (RTL) per 'direction'.">
<meta name="assert" content="This test checks that 'writing-mode' and 'direction' do not apply to table rows and row groups.">
<meta name="assert" content="This test checks that vertical-rl tables order rows/rowgroups right to left and cells top-to-bottom (LTR) or bottom-to-top (RTL) per 'direction'. This test also checks that 'writing-mode' and 'direction' do not apply to table rows and row groups.">
<link rel="help" href="http://www.w3.org/TR/css-writing-modes-3/#writing-mode">
<link rel="help" href="http://www.w3.org/TR/css-writing-modes-3/#direction">
......@@ -113,13 +112,13 @@
<tr>
<td rowspan=2>
<td class="orng">
<td colspan=3">
<td colspan="3">
<td class="navy">
<tr>
<td rowspan=3">
<td rowspan="3">
<td class="yllw">
<td class="pink">
<td rowspan=2">
<td rowspan="2">
<td class="blue">
<tr>
<td class="aqua">
......
......@@ -2,8 +2,7 @@
<title>CSS Test: vertical-rl Table Column/Colgroup Ordering</title>
<link rel="author" title="Elika J. Etemad" href="http://fantasai.inkedblade.net/contact">
<link rel="match" href="table-progression-002-ref.html">
<meta name="assert" content="This test checks that vertical-rl tables order columns top-to-bottom (LTR) or bottom-to-top (RTL) per the table's 'direction'.">
<meta name="assert" content="This test checks that 'writing-mode' and 'direction' do not apply to table columns and column groups.">
<meta name="assert" content="This test checks that vertical-rl tables order columns top-to-bottom (LTR) or bottom-to-top (RTL) per the table's 'direction'. This test also checks that 'writing-mode' and 'direction' do not apply to table columns and column groups.">
<link rel="help" href="http://www.w3.org/TR/css-writing-modes-3/#writing-mode">
<link rel="help" href="http://www.w3.org/TR/css-writing-modes-3/#direction">
......
......@@ -96,13 +96,13 @@
<tr>
<td rowspan=2>
<td class="orng">
<td colspan=3">
<td colspan="3">
<td class="navy">
<tr>
<td rowspan=3">
<td rowspan="3">
<td class="yllw">
<td class="pink">
<td rowspan=2">
<td rowspan="2">
<td class="blue">
<tr>
<td class="aqua">
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment