Articles tagged: NeedsCompatTable
Found 362 documents
- Web/API/BeforeUnloadEvent The beforeunload event is fired when the window, the document and its resources are about to be ...
- Web/API/Console The Console object provides access to the browser's debugging console (e.g., the Web Console in ...
- Web/API/CSSRule/cssText cssText returns the actual text of a CSSStyleSheet style-rule.
- Web/API/CSSRule/parentStyleSheet parentStyleSheet returns the stylesheet object in which the current rule is defined.
- Web/API/CSSRuleList A CSSRuleList is an (indirect-modify only) array-like object containing an ordered collection of ...
- Web/API/CSSStyleDeclaration CSSStyleDeclaration represents a collection of CSS property-value pairs. It is used in a few APIs:
- Web/API/CSSStyleRule/selectorText The CSSRule.selectorText property gets the textual representation of the selector for the rule ...
- Web/API/CSSStyleRule/style The CSSRule.style property is the CSSStyleDeclaration interface for the declaration block of the ...
- Web/API/CSS_Object_Model/Determining_the_dimensions_of_elements There are several properties you can look at in order to determine the width and height of ...
- Web/API/CustomEvent This interface inherits properties from its parent, Event :
- Web/API/DeviceOrientationEvent/alpha Returns the rotation of the device around the Z axis; that is, the number of degrees by which ...
- Web/API/DeviceOrientationEvent/gamma Returns the rotation of the device around the Y axis; that is, the number of degrees, ranged ...
- Web/API/Document/alinkColor Returns or sets the color of an active link in the document body. A link is active during the ...
- Web/API/Document/anchors anchors returns a list of all of the anchors in the document.
- Web/API/Document/applets applets returns an ordered list of the applets within a document.
- Web/API/Document/bgColor The deprecated bgColor property gets or sets the background color of the current document.
- Web/API/Document/clear This method used to clear the whole specified document in early (pre-1.0) versions of Mozilla.
- Web/API/Document/close The document.close() method finishes writing to a document, opened with document.open().
- Web/API/Document/contentType Returns the MIME type that the document is being rendered as. This may come from HTTP headers ...
- Web/API/Document/createNodeIterator Returns a new NodeIterator object.
- Web/API/Document/createProcessingInstruction createProcessingInstruction() creates a new processing instruction node, and returns it.
- Web/API/Document/domain Gets/sets the domain portion of the origin of the current document, as used by the same origin ...
- Web/API/Document/embeds embeds returns a list of the embedded OBJECTS within the current document.
- Web/API/Document/enableStyleSheetsForSet Enables the style sheets matching the specified name in the current style sheet set, and ...
- Web/API/Document/fgColor fgColor gets/sets the foreground color, or text color, of the current document.
- Web/API/Document/forms forms returns a collection (an HTMLCollection) of the form elements within the current document.
- Web/API/Document/getElementsByName Returns a nodelist collection with a given name in the (X)HTML document.
- Web/API/Document/head Returns the head element of the current document. If there are more than one head elements, the ...
- Web/API/Document/height Returns the height of the document object. In most cases, this is equal to the body element of ...
- Web/API/Document/images document.images returns a collection of the images in the current HTML document.
- Web/API/Document/lastModified Returns a string containing the date and time on which the current document was last modified.
- Web/API/Document/linkColor linkColor gets/sets the color of links within the document.
- Web/API/Document/plugins Returns an HTMLCollection object containing one or more HTMLEmbedElement s or null which ...
- Web/API/Document/referrer Returns the URI of the page that linked to this page.
- Web/API/Document/title Gets or sets the title of the document.
- Web/API/Document/xmlEncoding Returns the encoding as determined by the XML declaration. Should be null if unspecified or unknown.
- Web/API/DOMUserData DOMUserData refers to application data. In JavaScript, it maps directly to Object. It is ...
- Web/API/Element/clientLeft The width of the left border of an element in pixels. It includes the width of the vertical ...
- Web/API/Element/clientTop The width of the top border of an element in pixels. It does not include the top margin or ...
- 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/scrollLeft The Element.scrollLeft property gets or sets the number of pixels that an element's content is ...
- Web/API/Element/scrollTop The Element.scrollTop property gets or sets the number of pixels that the content of an element ...
- Web/API/Element/scrollWidth The Element.scrollWidth read–only property returns either the width in pixels of the content of ...
- Web/API/Entity Read-only reference to a DTD entity. Also inherits the methods and properties of Node.
- Web/API/EntityReference Read-only reference to an entity reference in the DOM tree. Has no properties or methods of its ...
- 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/axes The Gamepad.axes property of the Gamepad interface returns an array representing the controls ...
- Web/API/Gamepad/buttons The Gamepad.buttons property of the Gamepad interface returns an array of gamepadButton objects ...
- Web/API/Gamepad/mapping The Gamepad.mapping property of the Gamepad interface returns a string indicating whether the ...
- Web/API/Gamepad/timestamp The Gamepad.timestamp property of the Gamepad interface returns a DOMHighResTimeStamp ...
- Web/API/GamepadButton The GamepadButton interface defines an individual button of a gamepad or other controller, ...
- Web/API/GamepadButton/pressed The GamepadButton.pressed property of the GamepadButton interface returns a boolean indicating ...
- Web/API/GamepadButton/value The GamepadButton.value property of the GamepadButton interface returns a double value used to ...
- Web/API/HTMLDocument HTMLDocument is an abstract interface of the DOM which provides access to special properties and ...
- Web/API/HTMLElement/blur The HTMLElement.blur() method removes keyboard focus from the current element.
- Web/API/HTMLElement/offsetLeft The HTMLElement.offsetLeft read-only method returns the number of pixels that the upper left ...
- Web/API/HTMLFormElement/action The HTMLFormElement.action property represents the action of the form element.
- Web/API/HTMLFormElement/elements The HTMLFormElement.elements property returns an HTMLFormControlsCollection (HTML 4 ...
- Web/API/HTMLFormElement/enctype The HTMLFormElement.enctype property is the MIME type of content that is used to submit the form ...
- Web/API/HTMLFormElement/length The HTMLFormElement.length read-only property returns the number of controls in the form element.
- Web/API/HTMLFormElement/target The HTMLFormElement.target property represents the target of the action (i.e., the frame to ...
- Web/API/HTMLInputElement/select The HTMLInputElement.select() method selects all the text in a textarea element or an input ...
- Web/API/HTMLKeygenElement The keygen elements expose the HTMLKeygenElement interface, which provides special properties ...
- Web/API/HTMLStyleElement/media The HTMLSyleElement.media property specifies the intended destination medium for style information.
- Web/API/HTMLStyleElement/type The HTMLStyleElement.type read-only property returns the type of the current style.
- Web/API/HTMLTableElement/align The HTMLTableElement.align property represents the alignment of the table.
- Web/API/HTMLTableElement/border The HTMLTableElement.border property represents the border width of the table element.
- Web/API/HTMLTableElement/cellPadding The HTMLTableElement.cellPadding property represents the padding around the individual cells of ...
- Web/API/HTMLTableElement/cellSpacing The HTMLTableElement.cellSpacing represents the spacing around the individual cells of the table.
- Web/API/HTMLTableRowElement/rowIndex The HTMLTableRowElement.rowIndex property represents the position of a row in relation to the ...
- Web/API/MouseEvent/WEBKIT_FORCE_AT_FORCE_MOUSE_DOWN MouseEvent.WEBKIT_FORCE_AT_FORCE_MOUSE_DOWN is a proprietary, WebKit-specific, static numeric ...
- Web/API/MouseEvent/WEBKIT_FORCE_AT_MOUSE_DOWN MouseEvent.WEBKIT_FORCE_AT_MOUSE_DOWN is a proprietary, WebKit-specific, static numeric property ...
- Web/API/MouseEvent/x The MouseEvent.x property is an alias for the MouseEvent.clientX property.
- Web/API/MouseEvent/y The MouseEvent.y property is an alias for the MouseEvent.clientY property.
- Web/API/Navigator/cookieEnabled Returns a Boolean value indicating whether cookies are enabled or not (read-only).
- Web/API/Screen/availHeight Returns the amount of vertical space available to the window on the screen.
- Web/API/Screen/availWidth Returns the amount of horizontal space in pixels available to the window.
- Web/API/Screen/colorDepth Returns the color depth of the screen. Per CSSOM View, the value is always 24, for compatibility ...
- Web/API/Screen/pixelDepth Returns the bit depth of the screen. Per CSSOM View, the value is always 24, for compatibility ...
- Web/API/TimeRanges/length The TimeRanges.length read-only property returns the number of ranges in the object.
- Web/API/Window/alert The Window.alert() method displays an alert dialog with the optional specified content and an OK ...
- Web/API/Window/applicationCache Returns a reference to the application cache object for the window.
- Web/API/Window/closed This read-only property indicates whether the referenced window is closed or not.
- Web/API/Window/confirm The Window.confirm() method displays a modal dialog with an optional message and two buttons, OK ...
- Web/API/Window/controllers Returns the XUL controllers of the chrome window.
- Web/API/Window/crypto The Window.crypto read-only property returns the Crypto object associated to the global object. ...
- Web/API/Window/defaultStatus Gets/sets the status bar text for the given window.
- Web/API/Window/dialogArguments The dialogArguments property returns the parameters that were passed into the ...
- Web/API/Window/directories Returned the window personalbar toolbar object. Use the window.personalbar instead.
- Web/API/Window/document Returns a reference to the document contained in the window.
- Web/API/Window/fullScreen This property indicates whether the window is displayed in full screen mode or not. It is only ...
- Web/API/Window/history The Window. history read-only property returns a reference to the History object, which provides ...
- Web/API/Window/home Returns the window to the home page.
- Web/API/Window/locationbar Returns the locationbar object, whose visibility can be checked.
- Web/API/Window/menubar Returns the menubar object, whose visibility can be checked.
- Web/API/Window/messageManager Returns the message manager object for this window. See The message manager for details.
- Web/API/Window/moveBy Moves the current window by a specified amount.
- Web/API/Window/moveTo Moves the window to the specified coordinates.