Results 61 - 80 of 310

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

CSSRuleList

A CSSRuleList is an (indirect-modify only) array-like object containing an ordered collection of CSSRule objects.
API CSSOM Interface NeedsBrowserCompatibility NeedsCompatTable Reference Référence

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.createProcessingInstruction()

createProcessingInstruction() creates a new processing instruction node, and returns it.
API DOM Method NeedsBrowserCompatibility NeedsCompatTable Reference Référence

Document.execCommand()

When an HTML document has been switched to designMode, the document object exposes the execCommand method which allows one to run commands to manipulate the contents of the editable region. Most commands affect the document's selection (bold, italics, etc.), while others insert new elements (adding a link) or affect an entire line (indenting). When using contentEditable, calling execCommand() will affect the currently active editable element.
API DOM editor Method NeedsBrowserCompatibility NeedsExample Reference

Document.hasFocus()

false if the active element in the document has no focus; true if the active element in the document has focus.
API DOM Focus Method NeedsBrowserCompatibility Reference Référence

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.getAttribute()

getAttribute() returns the value of a specified attribute on the element. If the given attribute does not exist, the value returned will either be null or "" (the empty string); see Notes for details.
API DOM Method NeedsBrowserCompatibility NeedsCompatTable Reference Référence

Element.innerHTML

The Element.innerHTML property sets or gets the HTML syntax describing the element's descendants.
API DOM Gecko NeedsBrowserCompatibility 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.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

GamepadEvent

The GamepadEvent interface of the Gamepad API contains references to gamepads connected to the system, which is what the gamepad events Window.gamepadconnected and Window.gamepaddisconnected are fired in response to.
API Gamepad API Games NeedsBrowserCompatibility Reference Référence

HTMLProgressElement

The HTMLProgressElement interface provides special properties and methods (beyond the regular HTMLElement interface it also has available to it by inheritance) for manipulating the layout and presentation of <progress> elements.
API HTML DOM Interface NeedsBrowserCompatibility Reference Référence