webkit  2cdf99a9e3038c7e01b3c37e8ad903ecbe5eecf1
https://github.com/WebKit/webkit
Public Attributes | List of all members
StyleSheet Interface Reference

import"StyleSheet.idl";

Inheritance diagram for StyleSheet:
CSSStyleSheet

Public Attributes

readonly attribute DOMString type
 
attribute boolean disabled
 
readonly attribute Node ownerNode
 
readonly attribute StyleSheet parentStyleSheet
 
readonly attribute DOMString href
 
readonly attribute DOMString title
 
readonly attribute MediaList media
 

Member Data Documentation

◆ disabled

attribute boolean StyleSheet::disabled

◆ href

readonly attribute DOMString StyleSheet::href

◆ media

readonly attribute MediaList StyleSheet::media

◆ ownerNode

readonly attribute Node StyleSheet::ownerNode

◆ parentStyleSheet

readonly attribute StyleSheet StyleSheet::parentStyleSheet

◆ title

readonly attribute DOMString StyleSheet::title

◆ type

readonly attribute DOMString StyleSheet::type

The documentation for this interface was generated from the following file: