Results 981 - 1000 of 1,243

SVGTests

Interface SVGTests defines an interface which applies to all elements which have attributes requiredFeatures, requiredExtensions and systemLanguage.
API NeedsBrowserCompatibility NeedsExample Reference Référence SVG SVG DOM

SVGTitleElement

The SVGTitleElement interface corresponds to the <title> element.
API NeedsBrowserCompatibility NeedsExample Reference Référence SVG SVG DOM

SVGTransformable

Interface SVGTransformable contains properties and methods that apply to all elements which have attribute transform.
API NeedsBrowserCompatibility NeedsExample Reference Référence SVG SVG DOM

SVGTRefElement

The SVGTRefElement interface provides access to the properties of <tref> elements, as well as methods to manipulate them.
API NeedsBrowserCompatibility NeedsExample Reference Référence SVG SVG DOM

SVGTSpanElement

The SVGTSpanElement interface provides access to the properties of <tspan> elements, as well as methods to manipulate them.
API NeedsBrowserCompatibility NeedsExample Reference Référence SVG SVG DOM

SVGUseElement

The SVGUseElement interface provides access to the properties of <use> elements, as well as methods to manipulate them.
API NeedsBrowserCompatibility NeedsExample Reference Référence SVG SVG DOM

SVGViewElement

The SVGViewElement interface provides access to the properties of <view> elements, as well as methods to manipulate them.
API NeedsBrowserCompatibility NeedsExample Reference Référence SVG SVG DOM

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

UIEvent.isChar

The UIEvent.isChar read-only property returns a Boolean indicating whether the event produced a key character or not.
API DOM Property Read-only Reference Référence UIEvent

UIEvent.view

The UIEvent.view read-only property returns the WindowProxy object from which the event was generated. In browsers, this is the Window object the event happened in.
API DOM NeedsLiveExample Property Read-only Reference Référence UIEvent

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

WheelEvent.deltaMode

The WheelEvent.deltaMode read-only property returns an unsigned long representing the unit of the delta values scroll amount. Permitted values are:
API DOM Property Read-only Reference Référence WheelEvent

WheelEvent.deltaX

The WheelEvent.deltaX read-only property is a double representing the horizontal scroll amount in the WheelEvent.deltaMode unit.
API DOM Property Read-only Reference Référence WheelEvent