Page MenuHomePhabricator

directionality_screwup.html

Authored By
bzimport
Nov 21 2014, 9:22 PM
Size
633 B
Referenced Files
None
Subscribers
None

directionality_screwup.html

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en" dir="rtl">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
<style type="text/css">
span {
border: 1px solid #aaa;
padding: 10px;
}
div {
margin: 1.5em;
}
</style>
</head>
<body>
<div dir="ltr" style="text-align: left;">
<span dir="ltr">Text</span> <span dir="ltr">Text</span>
</div>
<div dir="rtl" style="text-align: left;">
<span dir="rtl">Text</span> <span dir="rtl">Text</span>
</div>
</body></html>

File Metadata

Mime Type
text/html
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
2718
Default Alt Text
directionality_screwup.html (633 B)

Event Timeline