Articles tagged: NeedsBrowserCompatibility
Found 382 documents
- Mozilla/B2G_OS/API/DOMCursor/done The done property indicate if the DOMCursor has reached the last result.
- Web/API/Apps/mgmt Provides support for controlling Open Web apps in a browser.
- Web/API/Attr This type represents a DOM element's attribute as an object. In most DOM methods, you will ...
- Web/API/Attr/localName The Attr.localName read-only property returns the local part of the qualified name of an element.
- Web/API/Attr/namespaceURI The Attr.namespaceURI read-only property returns the namespace URI of the attribute, or null if ...
- Web/API/Attr/prefix The Attr.prefix read-only property returns the namespace prefix of the specified attribute, or ...
- Web/API/CompositionEvent The DOM CompositionEvent represents events that occur due to the user indirectly entering text.
- Web/API/console/assert Writes an error message to the console if the assertion is false. If the assertion is true, ...
- Web/API/Console/clear Clears the console.
- Web/API/Console/count Logs the number of times that this particular call to count() has been called. This function ...
- Web/API/Console/dir Displays an interactive list of the properties of the specified JavaScript object. The output is ...
- Web/API/Console/dirxml Displays an interactive tree of the descendant elements of the specified XML/HTML element. If it ...
- Web/API/Console/error Outputs an error message to the Web Console.
- Web/API/Console/group Creates a new inline group in the Web Console log. This indents all following output by an ...
- Web/API/Console/groupCollapsed Creates a new inline group in the Web Console. Unlike console.group(), however, the new group is ...
- Web/API/Console/groupEnd Exits the current inline group in the Web Console. See Using groups in the console in the ...
- Web/API/Console/info Outputs an informational message to the Web Console. In Firefox and Chrome, a small "i" icon is ...
- Web/API/Console/log Outputs a message to the Web Console.
- Web/API/Console/time Starts a timer you can use to track how long an operation takes. You give each timer a unique ...
- Web/API/Console/timeStamp Adds a single marker to the browser's Timeline or Waterfall tool. This lets you correlate a ...
- Web/API/Console/trace Outputs a stack trace to the Web Console.
- Web/API/Console/warn Outputs a warning message to the Web Console.
- Web/API/CSSMatrix A CSSMatrix represents a homogeneous 4x4 matrix to which 2D or 3D transforms can be applied. ...
- Web/API/CSSPrimitiveValue The CSSPrimitiveValue interface derives from the CSSValue interface and represents the current ...
- Web/API/CSSPrimitiveValue/getCounterValue The getCounterValue() method of the CSSPrimitiveValue interface is used to get the counter ...
- Web/API/CSSPrimitiveValue/getFloatValue The getFloatValue() method of the CSSPrimitiveValue interface is used to get a float value in a ...
- Web/API/CSSPrimitiveValue/getRectValue The getRectValue() method of the CSSPrimitiveValue interface is used to get a rect value. If ...
- Web/API/CSSPrimitiveValue/getRGBColorValue The getRGBColorValue() method of the CSSPrimitiveValue interface is used to get an RGB color ...
- Web/API/CSSPrimitiveValue/getStringValue The getStringValue() method of the CSSPrimitiveValue interface is used to get a string value. If ...
- Web/API/CSSPrimitiveValue/primitiveType The primitiveType read-only property of the CSSPrimitiveValue interface represents the type of a ...
- Web/API/CSSPrimitiveValue/setFloatValue The setFloatValue() method of the CSSPrimitiveValue interface is used to set a float value. If ...
- Web/API/CSSPrimitiveValue/setStringValue The setStringValue() method of the CSSPrimitiveValue interface is used to set a string value. If ...
- Web/API/CSSRuleList A CSSRuleList is an (indirect-modify only) array-like object containing an ordered collection of ...
- Web/API/CSSStyleSheet/deleteRule The CSSStyleSheet.deleteRule() method removes a style rule from the current style sheet object.
- Web/API/CSSStyleSheet/insertRule CSSStyleSheet.insertRule() method inserts a new CSS rule into the current style sheet. (with ...
- Web/API/CSSValue The CSSValue interface represents the current computed value of a CSS property.
- Web/API/CSSValue/cssText The cssText property of the CSSValue interface represents the current computed CSS property value.
- Web/API/CSSValue/cssValueType The cssValueType read-only property of the CSSValue interface represents the type of the current ...
- Web/API/CSSValueList The CSSValueList interface derives from the CSSValue interface and provides the abstraction of ...
- Web/API/CSSValueList/item The item() method of the CSSValueList interface is used to retrieve a CSSValue by ordinal index.
- Web/API/CSSValueList/length The length read-only property of the CSSValueList interface represents the number of CSSValue s ...
- Web/API/DedicatedWorkerGlobalScope The DedicatedWorkerGlobalScope object (the Worker global scope) is accessible through the self ...
- Web/API/Document/body Returns the body or frameset node of the current document, or null if no such element exists.
- Web/API/Document/createProcessingInstruction createProcessingInstruction() creates a new processing instruction node, and returns it.
- Web/API/Document/designMode document.designMode controls whether the entire document is editable. Valid values are "on" and ...
- Web/API/Document/execCommand When an HTML document has been switched to designMode, the document object exposes the ...
- Web/API/Document/hasFocus false if the active element in the document has no focus; true if the active element in the ...
- Web/API/Document/queryCommandState TBD
- Web/API/Document/styleSheets The Document.styleSheets read-only property returns a StyleSheetList of CSSStyleSheet objects ...
- Web/API/Document/URL The URL read-only property of the Document interface returns the document location as a string.
- Web/API/Document/vlinkColor Gets/sets the color of links that the user has visited in the document.
- Web/API/Document/width Returns the width of the body element of the current document in pixels.
- Web/API/DOMParser DOMParser can parse XML or HTML source stored in a string into a DOM Document. DOMParser is ...
- Web/API/DOMStringMap Used by the dataset HTML attribute to represent data for custom attributes added to elements.
- Web/API/DOMTokenList The DOMTokenList interface represents a set of space-separated tokens. Such a set is returned by ...
- Web/API/Element/clientHeight The Element.clientHeight read-only property is zero for elements with no CSS or inline layout ...
- Web/API/Element/clientWidth The Element.clientWidth property is zero for elements with no CSS or inline layout boxes, ...
- Web/API/Element/getAttribute getAttribute() returns the value of a specified attribute on the element.
- Web/API/Element/getClientRects The Element.getClientRects() method returns a collection of rectangles that indicate the ...
- Web/API/Element/innerHTML The Element.innerHTML property sets or gets the HTML syntax describing the element's descendants.
- Web/API/Element/localName The Element.localName read-only property returns the local part of the qualified name of an element.
- Web/API/Element/name name gets or sets the name property of a DOM object; it only applies to the following elements: ...
- Web/API/Element/namespaceURI The Element.namespaceURI read-only property returns the namespace URI of the element, or null if ...
- Web/API/Element/prefix The Element.prefix read-only property returns the namespace prefix of the specified element, or ...
- Web/API/Element/runtimeStyle Element.runtimeStyle is a proprietary property similar to HTMLElement.style, except its styles, ...
- Web/API/Element/tagName Returns the name of the element.
- Web/API/Event/currentTarget Identifies the current target for the event, as the event traverses the DOM. It always refers to ...
- Web/API/EventTarget/dispatchEvent Dispatches an Event at the specified EventTarget, invoking the affected EventListener s in the ...
- Web/API/FileReaderSync The FileReaderSync interface allows to read File or Blob objects in a synchronous way.
- Web/API/Force_Touch_events Force Touch events are a proprietary, Apple-specific feature which makes possible (where ...
- Web/API/Gamepad/connected The Gamepad.connected property of the Gamepad interface returns a boolean indicating whether the ...
- Web/API/GamepadEvent The GamepadEvent interface of the Gamepad API contains references to gamepads connected to the ...
- Web/API/HTMLElement/focus The HTMLElement.focus() method sets focus on the specified element, if it can be focused.
- Web/API/HTMLElement/lang The HTMLElement.lang property gets or sets the base language of an element's attribute values ...
- Web/API/HTMLElement/offsetHeight The HTMLElement.offsetHeight read-only property is the height of the element including vertical ...
- Web/API/HTMLElement/offsetParent The HTMLElement.offsetParent read-only property returns a reference to the object which is the ...
- Web/API/HTMLElement/offsetWidth The HTMLElement.offsetWidth read-only property returns the layout width of an element. ...
- Web/API/HTMLElement/style The HTMLElement.style property returns a CSSStyleDeclaration object that represents only the ...
- Web/API/HTMLFormElement/acceptCharset The HTMLFormElement.acceptCharset property represents a list of the supported character ...
- Web/API/HTMLFormElement/encoding The HTMLFormElement.encoding property is an alternative name for the enctype element on the DOM ...
- Web/API/HTMLFormElement/method The HTMLFormElement.method represents the HTTP method used to submit the form.
- Web/API/HTMLFormElement/name The HTMLFormElement.name property represents the name of the current form element as a string.
- Web/API/HTMLFormElement/reset The HTMLFormElement.reset() method restores a form element's default values. This method does ...
- Web/API/HTMLFormElement/submit The HTMLFormElement.submit() method submits the form. This method does something similar to ...
- Web/API/HTMLImageElement/Image Accepts two optional parameters: Image([unsigned long width, unsigned long height ])
- Web/API/HTMLInputElement/mozGetFileNameArray The HTMLInputElement.mozGetFileNameArray() method returns an array of the names of the files ...
- Web/API/HTMLInputElement/mozSetFileNameArray The HTMLInputElement.mozSetFileNameArray() sets the names of the files that selected on an HTML ...
- Web/API/HTMLInputElement/multiple The HTMLInputElement.multiple property indicates if an input can have more than one value. ...
- Web/API/HTMLOptGroupElement The HTMLOptGroupElement interface provides special properties and methods (beyond the regular ...
- Web/API/HTMLOptionElement/Option Constructor for creating an HTMLOptionElement. The Option constructor is from the very early ...
- Web/API/HTMLOptionsCollection HTMLOptionsCollection is an interface representing a collection of HTML option elements (in ...
- Web/API/HTMLProgressElement The HTMLProgressElement interface provides special properties and methods (beyond the regular ...
- Web/API/HTMLSelectElement/selectedIndex The HTMLSelectElement.selectedIndex is a long that reflects the index of the first selected ...
- Web/API/HTMLTableElement/bgColor The HTMLTableElement.bgcolor property represents the background color of the table.
- Web/API/HTMLTableElement/createCaption The HTMLTableElement.createCaption() method returns the caption for the table. If no caption ...
- Web/API/HTMLTableElement/createTFoot The HTMLTableElement.createTFoot() method returns the tfoot element associated with the table, ...
- Web/API/HTMLTableElement/createTHead The HTMLTableElement.createTHead() method returns the thead element association with the table, ...
- Web/API/HTMLTableElement/deleteCaption The HTMLTableElement.deleteCaption() method removes the caption from the table. If there is no ...
- Web/API/HTMLTableElement/deleteRow The HTMLTableElement.deleteRow() method removes a row from the table. If the amount of rows to ...
- Web/API/HTMLTableElement/deleteTFoot The HTMLTableElement.deleteTFoot() method removes a tfoot element from the table.