mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-08 12:37:37 +00:00
8 lines
254 B
Plaintext
8 lines
254 B
Plaintext
interface CSSCharsetRule : CSSRule {
|
|
/* IID: { 0x19fe78cc, 0x65ff, 0x4b1d, \
|
|
{ 0xa5, 0xd7, 0x9e, 0xa8, 0x96, 0x92, 0xce, 0xc6 } } */
|
|
|
|
attribute DOMString encoding;
|
|
// raises(DOMException) on setting
|
|
};
|