|
DocumentAllProperty
The document.all property
ValuesThe document.all property returns an array of Element objects. This property is read-only. UsageBrowser compatibility
Further reading |
Sign in to add a comment
![]() |
|
Search
|
|
DocumentAllProperty
The document.all property
ValuesThe document.all property returns an array of Element objects. This property is read-only. UsageBrowser compatibility
Further reading |
Sign in to add a comment
Firefox supports document.all, but masks it to object detection, to stop Firefox being given the IE code path, in poorly written object detection scripts.
Opera < 9.5 supports document.all. Opera >= 9.5 support it the same as Firefox, for the same reasons.