Results 21 - 31 of 31

-webkit-overflow-scrolling

The -webkit-overflow-scrolling CSS property controls whether or not touch devices use momentum-based scrolling for the given element.
CSS CSS Property CSS Reference NeedsBrowserCompatibility NeedsLiveSample NeedsMobileBrowserCompatibility Non-standard

-webkit-touch-callout

The -webkit-touch-callout CSS property controls the display of the default callout shown when you touch and hold a touch target.
CSS CSS Property Layout NeedsBrowserCompatibility NeedsLiveSample Non-standard Reference

:any-link

The :any-link CSS pseudo-class represents an element that acts as the source anchor of a hyperlink independent of whether it has been visited, that is, it matches every <a>, <area> or <link> elements with an href attribute. So, it matches all elements that match :link or :visited.
CSS CSS Pseudo-class Experimental Layout NeedsBrowserCompatibility NeedsLiveSample NeedsMobileBrowserCompatibility Reference Web

backdrop-filter

The backdrop-filter property provides for effects like blurring or color shifting the area behind an element, which can then be seen through that element by adjusting the element's transparency/opacity.
CSS CSS Property Graphics Layout NeedsContent NeedsLiveSample NeedsMobileBrowserCompatibility Reference SVG SVG Filter Web

initial-letter-align

The initial-letter-align CSS property specifies the alignment of initial letters within a paragraph.
CSS CSS Property Experimental Graphics Layout NeedsExample NeedsLiveSample Property Reference Web

DataTransferItemList.add()

The DataTransferItemList.add() method creates a new DataTransferItem using the specified data and adds it to the drag data list. The item may be a File or a string of a given type. If the item is successfully added to the list, the newly-created DataTransferItem object is returned.
Add API DataTransferItemList drag and drop HTML DOM HTML Drag and Drop API Method NeedsLiveSample Reference

DataTransferItemList.clear()

The DataTransferItemList.clear() method removes all DataTransferItem objects from the drag data items list, leaving the list empty.
API clear DataTransferItemList drag and drop HTML DOM HTML Drag and Drop API Method NeedsLiveSample Reference

DataTransferItemList.DataTransferItem()

The DataTransferItemList() getter method implements support for accessing items in the DataTransferItemList using array-style syntax (that is DataTransferItemList[index]).
API DataTransferItemList drag and drop Getter HTML DOM HTML Drag and Drop API Method NeedsLiveSample Reference

DataTransferItemList.length

The read-only DataTransferItemList.length property returns the number of items in the list. If the list has no items, or is disabled (because it has no data store at all), this property returns zero.
API DataTransferItemList drag and drop HTML DOM HTML Drag and Drop API length NeedsLiveSample Property Reference

DataTransferItemList.remove()

The DataTransferItemList.remove() method removes the DataTransferItem at the specified index from the list. If the index is less than zero or greater than one less than the length of the list, the list will not be changed.
API DataTransferItemList drag and drop HTML DOM HTML Drag and Drop API Method NeedsLiveSample Reference remove