Results 61 - 80 of 209

CSSPrimitiveValue

The CSSPrimitiveValue interface derives from the CSSValue interface and represents the current computed value of a CSS property.
API CSSPrimitiveValue Interface NeedsBrowserCompatibility NeedsMobileBrowserCompatibility Reference

CSSPrimitiveValue.getCounterValue()

The getCounterValue() method of the CSSPrimitiveValue interface is used to get the counter value. If this CSS value doesn't contain a counter value, a DOMException is raised. Modification to the corresponding style property can be achieved using the Counter interface.
API CSSPrimitiveValue getCounterValue Method NeedsBrowserCompatibility NeedsExample NeedsMobileBrowserCompatibility

CSSPrimitiveValue.getFloatValue()

The getFloatValue() method of the CSSPrimitiveValue interface is used to get a float value in a specified unit. If this CSS value doesn't contain a float value or can't be converted into the specified unit, a DOMException is raised.
API CSSPrimitiveValue getFloatValue Method NeedsBrowserCompatibility NeedsMobileBrowserCompatibility

CSSPrimitiveValue.getRectValue()

The getRectValue() method of the CSSPrimitiveValue interface is used to get a rect value. If this CSS value doesn't contain a rect value, a DOMException is raised. Modification to the corresponding style property can be achieved using the Rect interface.
API CSSPrimitiveValue getRectValue Method NeedsBrowserCompatibility NeedsMobileBrowserCompatibility

CSSPrimitiveValue.getRGBColorValue()

The getRGBColorValue() method of the CSSPrimitiveValue interface is used to get an RGB color value. If this CSS value doesn't contain a RGB color value, a DOMException is raised. Modification to the corresponding style property can be achieved using the RGBColor interface.
API CSSPrimitiveValue getRGBColorValue Method NeedsBrowserCompatibility NeedsMobileBrowserCompatibility

CSSPrimitiveValue.getStringValue()

The getStringValue() method of the CSSPrimitiveValue interface is used to get a string value. If this CSS value doesn't contain a string value, a DOMException is raised.
API CSSPrimitiveValue getStringValue Method NeedsBrowserCompatibility NeedsMobileBrowserCompatibility

CSSPrimitiveValue.setFloatValue()

The setFloatValue() method of the CSSPrimitiveValue interface is used to set a float value. If the property attached to this value can't accept the specified unit or the float value, the value will be unchanged and a DOMException will be raised.
API CSSPrimitiveValue Method NeedsBrowserCompatibility NeedsExample NeedsMobileBrowserCompatibility setFloatValue

CSSPrimitiveValue.setStringValue()

The setStringValue() method of the CSSPrimitiveValue interface is used to set a string value. If the property attached to this value can't accept the specified unit or the string value, the value will be unchanged and a DOMException will be raised.
API CSSPrimitiveValue Method NeedsBrowserCompatibility NeedsExample NeedsMobileBrowserCompatibility setStringValue

CSSStyleSheet.deleteRule()

The CSSStyleSheet.deleteRule() method removes a style rule from the current style sheet object.
API CSSOM CSSStyleSheet Method NeedsBrowserCompatibility NeedsMobileBrowserCompatibility Reference

CSSValue.cssText

The cssText property of the CSSValue interface represents the current computed CSS property value.
API cssText CSSValue NeedsBrowserCompatibility NeedsMobileBrowserCompatibility Property Reference

CSSValueList

The CSSValueList interface derives from the CSSValue interface and provides the abstraction of an ordered collection of CSS values.
API CSSValueList DOM Interface NeedsBrowserCompatibility NeedsMobileBrowserCompatibility Reference

Document.elementFromPoint()

The elementFromPoint() method of the Document interface returns the topmost element at the specified coordinates.
API CSSOM View Method NeedsMarkupWork NeedsMobileBrowserCompatibility Reference

Document.styleSheets

The Document.styleSheets read-only property returns a StyleSheetList of CSSStyleSheet objects for stylesheets explicitly linked into or embedded in a document.
API CSSOM NeedsBrowserCompatibility NeedsMobileBrowserCompatibility Property Reference

Element.localName

The Element.localName read-only property returns the local part of the qualified name of an element.
API DOM NeedsBrowserCompatibility NeedsMobileBrowserCompatibility Property Reference

Element.namespaceURI

The Element.namespaceURI read-only property returns the namespace URI of the element, or null if the element is not in a namespace.
API DOM NeedsBrowserCompatibility NeedsMobileBrowserCompatibility Property Reference

Element.outerHTML

The outerHTML attribute of the element DOM interface gets the serialized HTML fragment describing the element including its descendants. It can be set to replace the element with nodes parsed from the given string.
API DOM NeedsMobileBrowserCompatibility Property Reference Référence

Element.prefix

The Element.prefix read-only property returns the namespace prefix of the specified element, or null if no prefix is specified.
API DOM NeedsBrowserCompatibility NeedsMobileBrowserCompatibility Property Reference