Results 21 - 40 of 94

clip

The clip CSS property defines what portion of an element is visible. The clip property applies only to absolutely positioned elements, that is elements with position:absolute or position:fixed.
CSS CSS Property Deprecated NeedsMobileBrowserCompatibility Reference

Event.initEvent()

The Event.initEvent() method is used to initialize the value of an event created using Document.createEvent().
API Deprecated DOM Event Method Reference Référence

IDBVersionChangeEvent.version

The version property of the IDBVersionChangeEvent interface returns The new version of the database in a versionchange transaction.
API Deprecated IndexedDB NeedsExample Property Reference Référence

ProgressEvent.initProgressEvent()

The ProgressEvent.initProgressEvent() method Initializes an animation event created using the deprecated Document.createEvent("ProgressEvent") method.
API Deprecated Method Progress Events ProgressEvent