Articles tagged: NeedsSpecTable
Found 103 documents
- 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/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/Document/alinkColor Returns or sets the color of an active link in the document body. A link is active during the ...
- 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/designMode document.designMode controls whether the entire document is editable. Valid values are "on" and ...
- Web/API/Document/dir The Document.dir property is a DOMString representing the directionality of the text of the ...
- 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/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/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/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/Element/name name gets or sets the name property of a DOM object; it only applies to the following elements: ...
- Web/API/Element/scrollWidth The Element.scrollWidth read–only property returns either the width in pixels of the content of ...
- Web/API/HTMLDocument HTMLDocument is an abstract interface of the DOM which provides access to special properties and ...
- 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/action The HTMLFormElement.action property represents the action of the form element.
- Web/API/HTMLFormElement/encoding The HTMLFormElement.encoding property is an alternative name for the enctype element on the DOM ...
- 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/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/HTMLFormElement/target The HTMLFormElement.target property represents the target of the action (i.e., the frame to ...
- Web/API/HTMLImageElement/Image Accepts two optional parameters: Image([unsigned long width, unsigned long height ])
- Web/API/HTMLInputElement/multiple The HTMLInputElement.multiple property indicates if an input can have more than one value. ...
- 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/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/bgColor The HTMLTableElement.bgcolor property represents the background color 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/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.
- Web/API/HTMLTableElement/deleteTHead The HTMLTableElement.deleteTHead() removes a thead element from the table.
- Web/API/HTMLTableElement/frame The HTMLTableElement.frame property represents which external table borders to render.
- Web/API/HTMLTableElement/rows The HTMLTableElement.rows read-only property returns a live HTMLCollection of all the rows in ...
- Web/API/HTMLTableElement/rules The HTMLTableElement.rules property represents which cell borders to render in the table.
- Web/API/HTMLTableElement/summary The HTMLTableElement.summary property represents the table description.
- Web/API/HTMLTableElement/tBodies The HTMLTableElement.tBodies read-only property returns a live HTMLCollection of the table bodies.
- Web/API/HTMLTableElement/width Where width is a string representing the width in number of pixels or as a percentage value.
- Web/API/HTMLTableRowElement/insertCell The HTMLTableRowElement.insertCell() method inserts a new cell into a table row and returns a ...
- Web/API/HTMLTableRowElement/rowIndex The HTMLTableRowElement.rowIndex property represents the position of a row in relation to the ...
- Web/API/MessageEvent A MessageEvent is the interface representing a message received by a target, being a WebSocket ...
- 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/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/controllers Returns the XUL controllers of the chrome window.
- 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/fullScreen This property indicates whether the window is displayed in full screen mode or not. It is only ...
- Web/API/Window/getComputedStyle The Window.getComputedStyle() method gives the values of all the CSS properties of an element ...
- Web/API/Window/innerWidth Width (in pixels) of the browser window viewport including, if rendered, the vertical scrollbar.
- Web/API/Window/matchMedia Returns a new MediaQueryList object representing the parsed results of the specified media query ...
- Web/API/Window/messageManager Returns the message manager object for this window. See The message manager for details.
- Web/API/Window/mozAnimationStartTime Returns the time, in milliseconds since the epoch, at which animations started now should be ...
- Web/API/Window/mozInnerScreenX Gets the X coordinate of the top-left corner of the window's viewport, in screen coordinates.
- Web/API/Window/mozInnerScreenY Gets the Y coordinate of the top-left corner of the window's viewport, in screen coordinates.
- Web/API/Window/mozPaintCount Returns the number of times the current document has been painted to the screen in this window.
- Web/API/Window/navigator The Window.navigator read-only property returns a reference to the Navigator object, which can ...
- Web/API/Window/opener Returns a reference to the window that opened this current window.
- Web/API/Window/parent A reference to the parent of the current window or subframe.
- Web/API/Window/performance The Web Performance API allows web pages access to certain functions for measuring the ...
- Web/API/Window/pkcs11 Returns the pkcs11 object, which is used to install drivers and other software associated with ...
- Web/API/Window/resizeTo Dynamically resizes window.
- Web/API/Window/screen Returns a reference to the screen object associated with the window. The screen object, ...
- Web/API/Window/scrollMaxY Returns the maximum number of pixels that the document can be scrolled vertically.
- Web/API/Window/status Sets the text in the status bar at the bottom of the browser or returns the previously set text.
- Web/Events/click The click event is fired when a pointing device button (usually a mouse button) is pressed and ...
- Web/Events/contextmenu The contextmenu event is fired when the right button of the mouse is clicked (before the context ...
- Web/Events/dblclick The dblclick event is fired when a pointing device button (usually a mouse button) is clicked ...
- Web/Events/mousedown The mousedown event is fired when a pointing device button (usually a mouse button) is pressed ...
- Web/Events/mouseenter The mouseenter event is fired when a pointing device (usually a mouse) is moved over the element ...
- Web/Events/mousemove The mousemove event is fired when a pointing device (usually a mouse) is moved while over an ...