Results 261 - 280 of 310

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

Window.alert()

The Window.alert() method displays an alert dialog with the optional specified content and an OK button.
alert API DOM Method NeedsBrowserCompatibility NeedsCompatTable NeedsMobileBrowserCompatibility Reference Référence Window

Window.confirm()

The Window.confirm() method displays a modal dialog with an optional message and two buttons, OK and Cancel.
API confirm DOM Method NeedsBrowserCompatibility NeedsCompatTable NeedsMobileBrowserCompatibility Reference Window

Window.devicePixelRatio

The Window.devicePixelRatio read-only property returns the ratio of the (vertical) size of one physical pixel on the current display device to the size of one device independent pixels(dips).
API NeedsBrowserCompatibility NeedsExample Property Read-only Reference Référence Window

Window.minimize()

Sets a window to minimized state (a way to undo it programatically is by calling window.moveTo()).
API DOM Method NeedsBrowserCompatibility NeedsContent NeedsExample Reference Référence Window

Window.prompt()

The Window.prompt() displays a dialog with an optional message prompting the user to input some text.
API DOM MakeBrowserAgnostic Method NeedsBrowserCompatibility NeedsCompatTable NeedsMobileBrowserCompatibility prompt Reference Window

Window.scrollX

Returns the number of pixels that the document has already been scrolled horizontally.
API CSSOM View NeedsBrowserCompatibility NeedsMarkupWork NeedsMobileBrowserCompatibility Property Reference Référence

Window.scrollY

Returns the number of pixels that the document has already been scrolled vertically.
API CSSOM View NeedsBrowserCompatibility NeedsMarkupWork NeedsMobileBrowserCompatibility Property Reference Référence

::grammar-error

The ::grammar-error CSS pseudo-element represents a text segment which the browser has flagged as having grammatical error(s).
CSS CSS Pseudo-element Experimental NeedsBrowserCompatibility NeedsExample NeedsMobileBrowserCompatibility Pseudo-element Reference Web

::-ms-fill-lower

The ::-ms-fill-lower CSS pseudo-element represents the portion of the "track" (the groove in which the indicator aka thumb slides) of an <input> of type="range", which corresponds to values lower than the value currently selected by the thumb.
CSS CSS Pseudo-element NeedsBrowserCompatibility NeedsExample NeedsMobileBrowserCompatibility Non-standard Pseudo-element Reference

::-ms-fill-upper

The ::-ms-fill-upper CSS pseudo-element represents the portion of the "track" (the groove in which the indicator aka thumb slides) of an <input> of type="range", which corresponds to values greater than the value currently selected by the thumb.
CSS CSS Pseudo-element NeedsBrowserCompatibility NeedsExample NeedsMobileBrowserCompatibility Non-standard Pseudo-element Reference

::-ms-thumb

The ::-ms-thumb CSS pseudo-element represents the "thumb" that the user can move within the "groove" of an <input> of type="range" to alter its numerical value.
CSS CSS Pseudo-element NeedsBrowserCompatibility NeedsCompatTable NeedsExample NeedsMobileBrowserCompatibility Non-standard Pseudo-element Reference