DOM
Functionality for working with a web page (objects for working with the DOM model of an HTML page):
- common- functions common to all objects
- anchor- links (tag A)
- b- tag B
- blockquote- BLOCKQUOTE tag
- body- page body (BODY tag)
- btn- buttons (BUTTON tag)
- button- input buttons (INPUT tag type BUTTON or SUBMIT or RESET or IMAGE)
- code- CANVAS tag
- checkbox- checkboxes (INPUT tag, type CHECK)
- code- CODE tag
- div- separators (DIV tag)
- element- any page elements (any tags)
- embed- embedded non-HTML elements (EMBED tag)
- flash- flash elements (OBJECT tag with flash objects)
- footer- footer (FOOTER tag)
- form- forms (FORM tag)
- frame- frames (FRAME tag)
- h1 - h6- objects h1 ... h6 (tag H1 ... H6)
- head- HEAD tag
- header- header (HEADER tag)
- hiddeninput- hidden input elements (INPUT tag and HIDDEN type)
- html- HTML
tag
- i- tag I
- image- images (tag IMG)
- input- single-line text elements (INPUT tag type TEXT or PASSWORD or SEARCH)
- inputfile- file input elements (INPUT tag, FILE type)
- inputimage- buttons - pictures (INPUT tag, IMAGE type)
- label- labels (LABEL tag)
- li- LI tag
- listbox- listboxes and comboboxes - tags (SELECT tag)
- meta- META tag
- object- built-in objects (OBJECT tag)
- option- OPTION tag
- p- tag P
- pre- PRE tag
- radiobox- radioboxes (INPUT tag RADIO type)
- s- S tag
- script- scripts (SCRIPT tag)
- section- section (SECTION tag)
- span- spans (SPAN tag)
- strong- STRONG tag
- style- styles (style tag)
- table- tables (TABLE tag)
- th- table heading (TH tag)
- tr- table row (TR tag)
- td- table cell (TD tag)
- textarea- multi-line text elements (TEXTAREA tag)
- u- U tag
- video- VIDEO tag
- interface- direct interface to the
page element
- interfaces- list of direct interfaces to page elements