Results 1 - 9 of 9

Document.enableStyleSheetsForSet()

Enables the style sheets matching the specified name in the current style sheet set, and disables all other style sheets (except those without a title, which are always enabled).
API CSSOM DOM Method NeedsBrowserAgnosticism NeedsCompatTable NeedsMarkupWork NeedsSpecTable Reference Référence

Document.readyState

The Document.readyState property of a document describes the loading state of the document.
API HTML DOM NeedsBrowserAgnosticism NeedsCompatTable Property Reference Référence

HTMLKeygenElement

The <keygen> elements expose the HTMLKeygenElement interface, which provides special properties and methods (beyond the regular element object interface they also have available to them by inheritance) for manipulating the layout and presentation of keygen elements.
API HTML DOM Interface NeedsBrowserAgnosticism NeedsCompatTable NeedsNewLayout Reference Référence

<command>

The command element represents a command which the user can invoke.
HTML HTML:Element HTML:Element Reference HTML5 NeedsBrowserAgnosticism Obsolete

Document.height

Returns the height of the document object. In most cases, this is equal to the <body> element of the current document.
API Document HTML DOM NeedsBrowserAgnosticism NeedsCompatTable NeedsMarkupWork NeedsSpecTable Property Reference Référence

HTMLElement.style

The HTMLElement.style property returns a CSSStyleDeclaration object that represents only the element's inline style attribute, ignoring any applied style rules.  See the CSS Properties Reference for a list of the CSS properties accessible via style.
API HTML DOM HTMLElement NeedsBrowserAgnosticism NeedsBrowserCompatibility NeedsMarkupWork NeedsSpecTable Property Reference Référence

HTMLInputElement.multiple

The HTMLInputElement.multiple property indicates if an input can have more than one value. Firefox currently only supports multiple for <input type="file">.
API HTML DOM HTMLInputElement NeedsBrowserAgnosticism NeedsBrowserCompatibility NeedsMarkupWork NeedsSpecTable Property Reference Référence