Sets or retrieves a comma-delimited list of conceptual categories associated with the object.
Syntax
HTML | <ELEMENT AXIS
= sCategories... >
|
---|
Scripting | object.axis(v) [ = sCategories ] |
---|
Possible Values
sCategories | String that
specifies or receives a list of categories. |
The property is read/write.
The property has no default value.
Remarks
This property can be used for rendering to non-visual media such as speech or Braille. It can also be used for querying cells that belong to certain categories or to generate a table of contents.
There is no functionality implemented for this property unless defined by the author.
Standards Information
This property is defined in
HTML 4.0 and
is defined in
World Wide Web Consortium (W3C) Document Object Model (DOM) Level 1 .
Applies To