| Acronym This object is used to specify the full name of an acronym used in a document. This is useful for such applications as text-to-speech programs, which will not read the acronym letters, but will 'speak' the full name the acronym letters represent. For example, 'WWW' will be spoken as 'World Wide Web', not as 'double-U double-U double-U'. DOM Reference Internet Explorer window.document.all.elementIDThe properties of the Acronym object are: className document id innerHTML innerText isTextEdit lang language offSetHeight offSetLeft offSetParent offSetTop offSetWidth outerHTML outerText parentElement parentTextEdit sourceIndex style tagName titleThe methods of the acronym object are: click() contains() getAttribute() insertAdjacentHTML() insertAdjacentText() removeAttribute() scrollIntoView() setAttribute()The collections and arrays for the acronym object are: all[] children[] filters[]The event handlers for the acronym object are: onClick onDblClick onDragStart onFilterChange onHelp onKeyDown onKeyPress onKeyUp onMouseDown onMouseMove onMouseOut onMouseOver onMouseUp onSelectStart
|