https://github.com/mozilla/gecko-dev
Raw File
Tip revision: f9e12224fd4744d571cd527f96c93f9a5ce2c12b authored by Julien Cristau on 04 February 2021, 18:50:47 UTC
No bug - bump version to 78.7.1esr. a=release
Tip revision: f9e1222
1217833-2-ref.html
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8" />
<style>
html, body { overflow:hidden }
div{
  background: yellow;
  width:150px;
  height:50px;
  margin: 0 auto;
  text-align:right;
  color: blue;
  direction: ltr; unicode-bidi: bidi-override;
}
span {
  background: aqua;
  margin: 0 3px;
}
</style>
</head><body><div dir="rtl">הקי<span>דב</span>te<span>st</span></div></body></html>
back to top