From da78a9e329e272dedb2400b79a3bdeebff387d47 Mon Sep 17 00:00:00 2001 From: Peter Bengtsson Date: Tue, 8 Dec 2020 14:42:17 -0500 Subject: initial commit --- files/ko/web/html/element/bdo/index.html | 111 +++++++++++++++++++++++++++++++ 1 file changed, 111 insertions(+) create mode 100644 files/ko/web/html/element/bdo/index.html (limited to 'files/ko/web/html/element/bdo') diff --git a/files/ko/web/html/element/bdo/index.html b/files/ko/web/html/element/bdo/index.html new file mode 100644 index 0000000000..5a2ffa7887 --- /dev/null +++ b/files/ko/web/html/element/bdo/index.html @@ -0,0 +1,111 @@ +--- +title: ': 양방향 텍스트 재정의 요소' +slug: Web/HTML/Element/bdo +tags: + - Element + - HTML + - HTML text-level semantics + - Reference + - Web + - 쓰기 방향 +translation_of: Web/HTML/Element/bdo +--- +
{{HTMLRef}}
+ +

HTML <bdo> 요소는 현재 텍스트의 쓰기 방향을 덮어쓰고 다른 방향으로 렌더링 할 때 사용합니다.

+ +
{{EmbedInteractiveExample("pages/tabbed/bdo.html", "tabbed-standard")}}
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
콘텐츠 카테고리플로우 콘텐츠, 구문 콘텐츠, 뚜렷한 콘텐츠.
가능한 콘텐츠구문 콘텐츠.
태그 생략{{no_tag_omission}}
가능한 부모 요소구문 콘텐츠를 허용하는 모든 요소.
암시적 ARIA 역할대응하는 역할 없음
가능한 ARIA 역할모두
DOM 인터페이스{{domxref("HTMLElement")}}
+ +

특성

+ +

이 요소는 전역 특성을 포함합니다.

+ +
+
{{htmlattrdef("dir")}}
+
요소 콘텐츠의 텍스트 쓰기 방향. 가능한 값은 다음과 같습니다. +
    +
  • ltr: 텍스트를 왼쪽에서 오른쪽으로 써야 함을 나타냅니다.
  • +
  • rtl: 텍스트를 오른쪽에서 왼쪽으로 써야 함을 나타냅니다.
  • +
+
+
+ +

예제

+ +
<!-- 쓰기 방향 바꾸기 -->
+<p>이 글은 왼쪽에서 오른쪽으로 작성합니다.</p>
+<p><bdo dir="rtl">이 글은 오른쪽에서 왼쪽으로 작성합니다.</bdo></p>
+ +

결과

+ +

{{EmbedLiveSample('예제')}}

+ +

명세

+ + + + + + + + + + + + + + + + + + + + + + + + + + +
SpecificationStatusComment
{{SpecName('HTML WHATWG', 'semantics.html#the-bdo-element', '<bdo>')}}{{Spec2('HTML WHATWG')}}
{{SpecName('HTML5 W3C', 'textlevel-semantics.html#the-bdo-element', '<bdo>')}}{{Spec2('HTML5 W3C')}}
{{SpecName('HTML4.01', 'dirlang.html#h-8.2.4', '<bdo>')}}{{Spec2('HTML4.01')}}
+ +

브라우저 호환성

+ + + +

{{Compat("html.elements.bdo")}}

-- cgit v1.2.3-54-g00ecf