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

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

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

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

David Flanagan

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

فونت

اندازه قلم

+ - پیش فرض

حالت نمایش

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


Availability


DOM Level 2 StyleSheets


Properties



readonly

StyleSheet

sheet

The
StyleSheet object associated with this node.


Description


In DOM implementations that support the StyleSheets module, this
interface is implemented by any Document node that links to a style
sheet or defines an inline style sheet. The sheet
property then provides a way to obtain the StyleSheet object
associated with the node.

In HTML documents, the <style> and
<link> elements implement this interface.
Those elements are represented by the HTMLStyleElement and
HTMLLinkElement interfaces, which do not have their own entries in
this reference. See HTMLElement for more information
about those interfaces.

In XML documents, style sheets are included with a processing
instruction. See ProcessingInstruction for more
information.


See Also


HTMLElement, ProcessingInstruction

/ 844