haXe API Documentation
Back
|
Index
extern
class
js.html.StyleSheet
Available in js
An object implementing the
StyleSheet
interface represents a single style sheet. CSS style sheets will further implement the more specialized
CSSStyleSheet
interface.
Documentation for this class was provided by
MDN
.
var
disabled :
Bool
This property indicates whether the current stylesheet has been applied or not.
var
href(default,null) :
String
Returns the location of the stylesheet.
var
media(default,null) :
MediaList
Specifies the intended destination medium for style information.
var
ownerNode(default,null) :
Node
Returns the node that associates this style sheet with the document.
var
parentStyleSheet(default,null) :
StyleSheet
Returns the stylesheet that is including this one, if any.
var
title(default,null) :
String
Returns the advisory title of the current style sheet.
var
type(default,null) :
String
Specifies the style sheet language for this style sheet.
Back
|
Index