--- title: Element.currentStyle slug: Web/API/Element/currentStyle tags: - 돔 - 속성 추출 - 요소 속성 translation_of: Web/API/Element/currentStyle ---
{{APIRef("DOM")}}

{{ Non-standard_header() }}

Summary

Element.currentStyle 은 표준화된 {{domxref("window.getComputedStyle")}} 메서드의 인터넷 익스플로러 전용 대체 프로퍼티입니다. 오래된 버젼의 인터넷 익스플로러에서 사용 가능합니다.

Specification

명세에 포함 되는 부분이 아닙니다.

마이크로소프트 MSDN에 설명이 있습니다.

Browser compatibility

{{Compat("api.Element.currentStyle")}}

See also