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 CSSStyleRule


Properties



String selectorText

The
selector text that specifies the document elements this style rule
applies to. Setting this property raises a DOMException with a
code of
NO_MODIFICATION_ALLOWED_ERR if the rule is
read-only, or a code of
SYNTAX_ERR if the new value does not follow CSS
syntax rules.

readonly

CSSStyleDeclaration

style

The style
values that should be applied to elements specified by
selectorText.


Description


This interface represents a style rule in a CSS style sheet. Style
rules are the most common and important kinds of rules in style
sheets: they specify style information that is to be applied to a
specific set of document elements. selectorText is
the string representation of the element selector for this rule, and
style is a CSSStyleDeclaration object that
represents the set of style names and values to apply to the selected
elements.


See Also


CSSStyleDeclaration

/ 844