HTMLElement 객체에 대한 CSS 속성의 값을 설정하거나 조회를 다루는 객체이다. HTMLElement 객체의 style 프로퍼티에 의해 참조되거나 CSSStyleSheet 인터페이스, Window 객체의 프로토타입 메소드 getComputedStyle() 의해 참조된다.
객체를 나타내는 문자열을 사용 지역의 방식으로 출력이 된다. 이 메소드는 상속받은 모든 객체가 사용할 수 없고 아래와 같은 상속된 객체에 사용이 된다. Array.prototype.toLocaleString() Number.prototype.toLocaleString() Date.prototype.toLocaleString()