Javascript [Electronic resources] : The Definitive Guide (4th Edition) نسخه متنی

اینجــــا یک کتابخانه دیجیتالی است

با بیش از 100000 منبع الکترونیکی رایگان به زبان فارسی ، عربی و انگلیسی

Javascript [Electronic resources] : The Definitive Guide (4th Edition) - نسخه متنی

David Flanagan

| نمايش فراداده ، افزودن یک نقد و بررسی
افزودن به کتابخانه شخصی
ارسال به دوستان
جستجو در متن کتاب
بیشتر
تنظیمات قلم

فونت

اندازه قلم

+ - پیش فرض

حالت نمایش

روز نیمروز شب
جستجو در لغت نامه
بیشتر
لیست موضوعات
توضیحات
افزودن یادداشت جدید

Availability


DOM Level 2 CSS

Inherits from/Overrides


CSSRule CSSCharsetRule


Properties



String encoding

The
character encoding specified by the @charset rule.
If you set this property to an illegal value, a DOMException with a
code of SYNTAX_ERR is thrown.
If the rule or style sheet is read-only, an attempt to set this
property throws a DOMException with a code of
NO_MODIFICATION_ALLOWED_ERR.


Description


This interface represents an @charset rule in a
CSS style sheet. Consult a CSS reference for details.

/ 844