mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
40 lines
710 B
HTML
40 lines
710 B
HTML
|
<!doctype html public "-//w3c//dtd html 3.2//en">
|
||
|
|
||
|
<html>
|
||
|
|
||
|
<head>
|
||
|
<title>caption dir test</title>
|
||
|
<meta name="GENERATOR" content="Arachnophilia 4.0">
|
||
|
<meta name="FORMATTER" content="Arachnophilia 4.0">
|
||
|
<style>
|
||
|
.rtl {direction:rtl}
|
||
|
</style>
|
||
|
</head>
|
||
|
|
||
|
<body bgcolor="#ffffff" text="#000000" link="#0000ff" vlink="#800080" alink="#ff0000">
|
||
|
|
||
|
<table>
|
||
|
<caption class="rtl" style="border:solid; width:500px ">
|
||
|
is the question mark on the left side with style?
|
||
|
</caption>
|
||
|
<tr>
|
||
|
<td>
|
||
|
table cell
|
||
|
</td>
|
||
|
</tr>
|
||
|
</table>
|
||
|
<table>
|
||
|
<caption dir="rtl" style="border:solid; width:500px ">
|
||
|
is the question mark on the left side without style?
|
||
|
</caption>
|
||
|
<tr>
|
||
|
<td>
|
||
|
table cell
|
||
|
</td>
|
||
|
</tr>
|
||
|
</table>
|
||
|
|
||
|
</body>
|
||
|
|
||
|
</html>
|