Please note, this is a STATIC archive of website developer.mozilla.org from 03 Nov 2016, cach3.com does not collect or store any user information, there is no "phishing" involved.

이 문서는 아직 자원 봉사자들이 한국어로 번역하지 않았습니다. 함께 해서 번역을 마치도록 도와 주세요!

The Document.dir property is a DOMString representing the directionality of the text of the document, whether left to right (default) or right to left. Possible values are 'rtl', right to left, and 'ltr', left to right.

Syntax

dirStr = document.dir;
document.dir = dirStr;

Specifications

Specification Status Comment
WHATWG HTML Living Standard
The definition of 'Document.dir' in that specification.
Living Standard Initial specification

Browser compatibility

Feature Chrome Firefox (Gecko) Internet Explorer Opera Safari (WebKit)
Basic support ? (Yes) [1] (Yes) ? ?
Feature Android Firefox Mobile (Gecko) IE Phone Opera Mobile Safari Mobile
Basic support ? (Yes) [1] (Yes) ? ?

[1] Before Firefox 23, the Document.dir property returned "ltr" regardless of the setting of the dir attribute on the root <html> element. And if a direction was set on <html>, Document.dir had no effect in changing it visibly (though subsequent retrieval of the document.dir will assert that the directionality has been changed). However, if such an attribute is not set on <html> and the property is changed, both the document's visible directionality were changed and the document.dir property will correctly reflect the change.

See also

문서 태그 및 공헌자

 이 페이지의 공헌자: teoli, Sebastianz, Brettz9, jsx, nairakhil13, Sheppy, ethertank, vali29
 최종 변경: teoli,