You are here: Reference > JavaScript > client-side > style handling > properties > browser specific extensions > webkitRtlOrdering

webkitRtlOrdering style property

Browser support:
Specifies or retrieves the default rendering mode of right-to-left and mixed left-to-right content.
This property is not supported by Safari on Microsoft Windows.

Syntax:

object.webkitRtlOrdering;
You can find the related objects in the Supported by objects section below.
This property is read/write.
CSS page for this property: -webkit-rtl-ordering

Possible values:

The type of this property is string.
 One of the following values: 
inherit
Takes the value of this property from the computed style of the parent element.
logical
Default. The raw content is in mixed order.
visual
The content is encoded in reverse order.
Default: logical.

Supported by objects:

External links:

User Contributed Comments

Post Content

Post Content