CSSCharsetRule : CSSRule

Represents a charset rule for a CSS style sheet.

Browser/User Agent Support

IEMozillaNetscapeOperaSafariNetscapte
no1.0+no9.0+1.0+no

Constructors

ConstructorIEMozillaNetscapeOperaSafariNetscapte
Represents a charset rule for a CSS style sheet.
no1.0+no9.0+1.0+no
 

Properties

PropertyIEMozillaNetscapeOperaSafariNetscapte
Charcter encoding specified by the CSS rule.
no1.0+no9.0+1.0+no
 

Availability

HTML DOM Level 2 | W3C

Constructor Detail

CSSCharsetRule CSSCharsetRule()

Represents a charset rule for a CSS style sheet.

Visibility
internal

Property Detail

String encoding

Charcter encoding specified by the CSS rule.

Availability

HTML DOM Level 2 | W3C