
5. DOM Level 2 Style Sheets
5.1 Style Sheet Interfaces
| Interface | Attribute/Method | Support | Remark |
|---|---|---|---|
| StyleSheet | |||
| Attribute | |||
| type | No | ||
| disabled | No | ||
| ownerNode | No | ||
| parentStyleSheet | No | ||
| href | No | ||
| title | No | ||
| media | No | ||
| StyleSheetList | |||
| Attribute | |||
| length | Yes | ||
| Method | |||
| item(in unsigned long index) | Yes | ||
| MediaList | |||
| Attribute | |||
| mediaText | No | ||
| length | No | ||
| Method | |||
| item(in unsigned long index) | No | ||
| deleteMedium(in DOMString oldMedium) | No | ||
| appendMedium(in DOMString newMedium) | No | ||
5.2 Document Extensions
| Interface | Attribute/Method | Support | Remark |
|---|---|---|---|
| LinkStyle | |||
| Attribute | |||
| sheet | No | ||
| DocumentStyle | |||
| Attribute | |||
| styleSheets | Yes | ||

