Document.all
초안: 이 문서는 작성중입니다.
Experimental: This is an experimental technology
Check the Browser compatibility table carefully before using this in production.
Document
인터페이스의 read-only all
요소는 document node에 위치한HTMLAllCollection
반환한다. 간단하게 말하면 read-only all
요소는 페이지의 모든 contents를 반환 해준다.
Syntax
var htmlAllCollection = document.all;
Value
HTMLAllCollection
는 문서 내에서 모든 node를 담고 있다.
Specifications
Specification | Status | Comment |
---|---|---|
HTML Living Standard The definition of 'all' in that specification. |
Living Standard | Initial definition. |
Browser compatibility
BCD tables only load in the browser