Results 201 - 220 of 360

HTMLContentElement.getDistributedNodes()

The HTMLContentElement.getDistributedNodes() method returns a static NodeList of the distributed nodes associated with this <content> element.
API HTML DOM Property Reference Référence Web Components

HTMLContentElement.select

The HTMLContentElement.select property reflects the select attribute. It is a DOMString containing a space-separated list of CSS selectors that select the content to insert in place of the <content> element.
API HTML DOM Property Reference Référence Web Components

HTMLDocument

HTMLDocument is an abstract interface of the DOM which provides access to special properties and methods not present by default on a regular (XML) document.
API HTML DOM Interface NeedsCompatTable NeedsMarkupWork NeedsSpecTable Reference Référence

HTMLElement

The HTMLElement interface represents any HTML element. Some elements directly implement this interface, others implement it via an interface that inherits it.
API HTML DOM Interface NeedsMobileBrowserCompatibility NeedsNewLayout Reference Référence

HTMLElement.blur()

The HTMLElement.blur() method removes keyboard focus from the current element.
API HTML DOM HTMLElement Method NeedsCompatTable NeedsExample Reference Référence

HTMLElement.focus()

The HTMLElement.focus() method sets focus on the specified element, if it can be focused.
API HTML DOM HTMLElement Method NeedsBrowserCompatibility NeedsExample Reference Référence

HTMLElement.lang

The HTMLElement.lang property gets or sets the base language of an element's attribute values and text content.
API HTML DOM HTMLElement NeedsBrowserCompatibility Property Reference Référence

HTMLFormControlsCollection

The HTMLFormControlsCollection interface represents a collection of HTML form control elements. It replaces one method of HTMLCollection.
API HTML DOM Interface NeedsHTML5Update Reference Référence

HTMLFormElement.acceptCharset

The HTMLFormElement.acceptCharset property represents a list of the supported character encodings for the given FORM element. This list can be comma- or space-separated.
API HTML DOM HTMLFormElement NeedsBrowserCompatibility NeedsMarkupWork NeedsSpecTable Property Reference Référence

HTMLFormElement.elements

The HTMLFormElement.elements property returns an HTMLFormControlsCollection (HTML 4 HTMLCollection) of all the form controls contained in the FORM element, with the exception of input elements which have a type attribute of image.
API HTML DOM NeedsCompatTable NeedsMarkupWork Property Reference Référence

HTMLFormElement.encoding

The HTMLFormElement.encoding property is an alternative name for the enctype element on the DOM HTMLFormElement object.
API HTML DOM HTMLFormElement NeedsBrowserCompatibility NeedsContent NeedsSpecTable Property Reference Référence

HTMLFormElement.enctype

The HTMLFormElement.enctype property is the MIME type of content that is used to submit the form to the server. Possible values are:
API HTML DOM HTMLFormElement NeedsCompatTable NeedsMarkupWork NeedsSpecTable Property Reference Référence

HTMLFormElement.method

The HTMLFormElement.method represents the HTTP method used to submit the form.
API HTML DOM HTMLFormElement NeedsBrowserCompatibility NeedsMarkupWork NeedsSpecTable Property Reference Référence

HTMLFormElement.name

The HTMLFormElement.name property represents the name of the current form element as a string.
API HTML DOM HTMLFormElement NeedsBrowserCompatibility NeedsMarkupWork NeedsSpecTable Property Reference Référence

HTMLFormElement.reset()

The HTMLFormElement.reset() method restores a form element's default values. This method does the same thing as clicking the form's reset button.
API HTML DOM HTMLFormElement Method NeedsBrowserCompatibility NeedsMarkupWork NeedsSpecTable Reference Référence

HTMLFormElement.submit()

The HTMLFormElement.submit() method submits the form. This method does something similar to activating a submit button of the form.
API HTML DOM HTMLFormElement Method NeedsBrowserCompatibility NeedsMarkupWork NeedsSpecTable Reference Référence

HTMLFormElement.target

The HTMLFormElement.target property represents the target of the action (i.e., the frame to render its output in).
API HTML DOM HTMLFormElement NeedsCompatTable NeedsMarkupWork NeedsSpecTable Property Reference Référence

HTMLHtmlElement.version

Returns version information about the document type definition (DTD) of a document.  While this property is recognized by Mozilla, the return value for this property is always an empty string.
API HTML DOM NeedsContent NeedsLayout Property Reference Référence

HTMLIFrameElement.contentWindow

The contentWindow property returns the Window object of an <iframe> element. You can use this Window object to access the iframe's document and its internal DOM. This attribute is read-only, but its properties can be manipulated like the global Window object.
API DOM HTML DOM Property Read-only Reference Référence Web