JavaScript Programmer’s Reference Warnings: . This is sometimes (Web design course)

JavaScript Programmer’s Reference Warnings: . This is sometimes called tags object but if you inspect the object with some script that reveals its constructor, you will see it is really a member of the JSSTags class. . Deprecated for any further use. This was available only in Netscape 4.0 and is completely removed from Netscape 6.0. See also: Document.ids[], Document.tags[], JavaScript Style Sheets, JSSTag object, JSSTags. Property JavaScript JScript N IE Opera NES ECMA DOM CSS HTML Notes 1.2 + 4.0 + Warning, Deprecated Property attributes: DontEnum. JSSTags. (Property) A JSS object corresponding to a single HTML tag. Availability: JavaScript 1.2 Netscape 4.0 Deprecated Property/method value type: JSSTag object JavaScript syntax: N myDocument.classes.aClassName.aTagName aClassName The name of a style class Argument list: aTagName The name of an HTML tag This object represents an HTML tag. However it is only available in Netscape 4.0 and is a means of access that ultimately leads to a Style object. You can refer to a specific HTML tag name or you can use the value “all” to indicate that all HTML tags of any kind with the appropriate CLASS name will be affected. This mechanism is radically different to and much more complex than the simple style property belonging to an Element object in MSIE. From the value in this property, you would traverse the style tree down another level to find a style object with properties that directly affect the appearance of the document. Warnings: . Deprecated for any further use. This was available only in Netscape 4.0 and is completely removed from Netscape 6.0. See also: JSSTags object 1272

Leave a Reply