Results 261 - 280 of 360

HTMLTableElement.frame

The HTMLTableElement.frame property represents which external table borders to render.
API HTML DOM HTMLTableElement NeedsBrowserCompatibility NeedsSpecTable Property Reference Référence

HTMLTableElement.rules

The HTMLTableElement.rules property represents which cell borders to render in the table.
API HTML DOM HTMLTableElement NeedsBrowserCompatibility NeedsSpecTable Property Reference Référence

HTMLTableElement.summary

The HTMLTableElement.summary property represents the table description.
API HTML DOM HTMLTableElement NeedsBrowserCompatibility NeedsSpecTable Property Reference Référence

HTMLTableElement.tBodies

The HTMLTableElement.tBodies read-only property returns a live HTMLCollection of the table bodies.
API HTML DOM HTMLTableElement NeedsSpecTable Property Read-only Reference Référence

HTMLTableElement.width

Where width is a string representing the width in number of pixels or as a percentage value.
API HTML DOM HTMLTableElement NeedsBrowserCompatibility NeedsSpecTable Property Reference Référence

HTMLTableRowElement.insertCell()

The HTMLTableRowElement.insertCell() method inserts a new cell into a table row and returns a reference to the cell.
API HTML DOM HTMLTableRowElement Method NeedsBrowserCompatibility NeedsMarkupWork NeedsMobileBrowserCompatibility NeedsSpecTable Reference

HTMLTableRowElement.rowIndex

The HTMLTableRowElement.rowIndex property represents the position of a row in relation to the whole table.
API HTML DOM NeedsCompatTable NeedsMarkupWork NeedsSpecTable NeedsSyntaxBox Property Reference Référence

HTMLTrackElement.src

The HTMLTrackElement.src property reflects the value of the <track> element's src attribute, which indicates the URL of the text track's data.
HTML HTML DOM HTMLTrackElement Property Reference src Web WebVTT

HTMLVideoElement

The HTMLVideoElement interface provides special properties and methods for manipulating video objects. It also inherits properties and methods of HTMLMediaElement and HTMLElement.
API DOM HTML DOM HTMLVideoElement Interface Reference Video video

Navigator

The Navigator interface represents the state and the identity of the user agent. It allows scripts to query it and to register themselves to carry on some activities.
API HTML DOM Interface JavaScript Reference Web Performance

NavigatorID.taintEnabled()

The NavigatorID.taintEnabled() method always returns false.
API Deprecated HTML-DOM Method NavigatorID Reference Référence taintEnabled

PromiseRejectionEvent

The PromiseRejectionEvent interface represents events which are fired when JavaScript Promises are rejected. These events are particularly useful for telemetry and debugging purposes.
API Events events HTML DOM Interface JavaScript PromiseRejectionEvent Promises Reference

PromiseRejectionEvent()

The PromiseRejectionEvent() constructor returns a newly created PromiseRejectionEvent, which represents events fired when a JavaScript Promise is rejected.
API Constructor events Events HTML DOM JavaScript PromiseRejectionEvent Promises Reference

TimeRanges.end()

Returns the time offset at which a specified time range ends.
API HTML DOM Media Method NeedsBrowserCompatibility Reference TimeRanges

TimeRanges.start()

Returns the time offset at which a specified time range begins.
API HTML DOM Media Method NeedsBrowserCompatibility Reference TimeRanges

ValidityState

The ValidityState interface represents the validity states that an element can be in, with respect to constraint validation. Together, they help explain why an element's value fails to validate, if it's not valid.
API Constraint Validation API Forms HTML DOM Interface

ValidityState.badInput

The read-only property ValidityState.badInput indicates if the user has provided input that the browser is unable to convert. For example, if you have a mail input element whose content does not have a '@'.
API Constraints API HTML DOM Property Read-only ValidityState

Window.applicationCache

Returns a reference to the application cache object for the window.
API HTML DOM NeedsCompatTable NeedsExample NeedsMarkupWork NeedsSpecTable Property Reference Window

Window.closed

This read-only property indicates whether the referenced window is closed or not.
API HTML DOM NeedsCompatTable NeedsMarkupWork NeedsSpecTable Property Reference Référence Window