Results 501 - 520 of 631

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

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

MessageChannel.port1

The port1 read-only property of the MessageChannel interface returns the first port of the message channel, the port attached to the context that originated the channel.
API Channel messaging HTML5 Message Channel API MessageChannel Property Reference

MessageChannel.port2

The port2 read-only property of the MessageChannel interface returns second port of the message channel, the port attached to the context at the other end of the channel, which the message is initially sent to.
API Channel messaging HTML5 MessageChannel port2 Property Reference

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

PerformanceNavigation.redirectCount

The PerformanceNavigation.redirectCount read-only property returns an unsigned short representing the number of REDIRECTs done before reaching the page.
API HTML Navigation Timing PerformanceNavigation Property Read-only

PerformanceTiming.connectStart

The PerformanceTiming.connectStart read-only property returns an unsigned long long representing the moment, in miliseconds since the UNIX epoch, where the request to open a connection is sent to the network. If the transport layer reports an error and the connection establishment is started again, the last connection establisment start time is given. If a persistent connection is used, the value will be the same as PerformanceTiming.fetchStart.
API HTML Navigation Timing PerformanceTiming Property Read-only

PerformanceTiming.domComplete

The PerformanceTiming.domComplete read-only property returns an unsigned long long representing the moment, in miliseconds since the UNIX epoch, when the parser finished its work on the main document, that is when its Document.readyState changes to 'complete' and the corresponding readystatechange event is thrown.
API HTML Navigation Timing PerformanceTiming Property Read-only

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

Selection.collapseToEnd()

The Selection.collapseToEnd() method collapses the selection to the end of the last range in the selection.  If the content of the selection is focused and editable, the caret will blink there.
API Experimental Expérimental HTML Editing Method Reference Référence Selection

Selection.collapseToStart()

The Selection.collapseToStart() method collapses the selection to the start of the first range in the selection.  If the content of the selection is focused and editable, the caret will blink there.
API Experimental Expérimental HTML Editing Method Reference Référence Selection

Selection.deleteFromDocument()

The Selection.deleteFromDocument() method deletes the actual text being represented by a selection object from the document's DOM.
API Experimental Expérimental HTML Editing Method Reference Référence Selection

Selection.extend()

The Selection.extend() method moves the focus of the selection to a specified point. The anchor of the selection does not move. The selection will be from the anchor to the new focus regardless of direction.
API Experimental Expérimental HTML Editing Method Reference Référence Selection

Selection.getRangeAt()

The Selection.getRangeAt() method returns a range object representing one of the ranges currently selected.
API Experimental Expérimental HTML Editing Method Reference Référence Selection