Results 81 - 100 of 260

Element.closest()

The Element.closest() method returns the closest ancestor of the current element (or the current element itself) which matches the selectors given in parameter. If there isn't such an ancestor, it returns null.
API DOM Element Experimental Expérimental Élément Method Reference Référence

Element.scrollIntoView()

The Element.scrollIntoView() method scrolls the current element into the visible area of the browser window.
API CSSOM Views Experimental Expérimental Method Reference Référence

HTMLPictureElement

The HTMLPictureElement interface represents a <picture> HTML element. It doesn't implement specific properties or methods.
API Experimental Expérimental HTML DOM Interface Reference Référence