Атрибут dir

By Андрей

From Opera 15 onward, Opera 11 & 12’s extension format is no longer supported, and instead, we’ve switched to Chromium’s extension model. Check out our new documentation for developing extensions for Opera 15 and higher and start building your own extensions.

Description

Атрибут dir задает направление текста элемента посредством одного из следующих допустимых значений:

  • "ltr" направление слева направо
  • "rtl" направление справа налево
  • "lro" строго слева направо
  • "rlo" строго справа налево

Пример

<?xml version="1.0" encoding="utf-8"?>
<widget xmlns="http://www.w3.org/ns/widgets" id="http://example.com/myExtension" version="1.0">
 ...
  <span dir="rtl">
    Text meant to be read from right to left can go here.
  </span>
  ...
</widget>

This article is licensed under a Creative Commons Attribution 3.0 Unported license.

Comments

No new comments accepted.