Results 101 - 120 of 310

SVGFontFaceUriElement

The SVGFontFaceUriElement interface corresponds to the <font-face-uri> elements.
API NeedsBrowserCompatibility Reference Référence SVG SVG DOM

SVGGlyphElement

The SVGGlyphElement interface corresponds to the <glyph> elements.
API NeedsBrowserCompatibility Reference Référence SVG SVG DOM

SVGHKernElement

The SVGHKernElement interface corresponds to the <hkern> elements.
API NeedsBrowserCompatibility Reference Référence SVG SVG DOM

SVGMatrix

Many of SVG's graphics operations utilize 2x3 matrices of the form:
API NeedsBrowserCompatibility Reference Référence SVG SVG DOM

SVGMissingGlyphElement

The SVGMissingGlyphElement interface corresponds to the <missing-glyph> elements.
API NeedsBrowserCompatibility Reference Référence SVG SVG DOM

SVGNumberList

The SVGNumberList defines a list of SVGNumber objects.
API NeedsBrowserCompatibility Reference Référence SVG SVG DOM

SVGPreserveAspectRatio

The SVGPreserveAspectRatio interface corresponds to the preserveAspectRatio attribute, which is available for some of SVG's elements.
API NeedsBrowserCompatibility Reference Référence SVG SVG DOM

SVGRect

The SVGRect represents a rectangle. Rectangles consist of <code>x</code> and <code>y</code> coordinate pair identifying a minimum X value, a minimum Y value, and a width and height, which are constrained to be non-negative.
API NeedsBrowserCompatibility Reference Référence SVG SVG DOM

SVGStringList

The SVGStringList defines a list of DOMString objects.
API NeedsBrowserCompatibility Reference SVG SVG DOM

SVGTextPositioningElement

The SVGTextPositioningElement interface is inherited by text-related interfaces: SVGTextElement, SVGTSpanElement, SVGTRefElement and SVGAltGlyphElement.
API NeedsBrowserCompatibility Reference Référence SVG SVG DOM

SVGTransform

SVGTransform is the interface for one of the component transformations within an SVGTransformList; thus, an SVGTransform object corresponds to a single component (e.g., scale(…) or matrix(…)) within a transform attribute.
API NeedsBrowserCompatibility Reference Référence SVG SVG DOM

SVGVKernElement

The SVGVKernElement interface corresponds to the <vkern> elements.
API NeedsBrowserCompatibility Reference Référence SVG SVG DOM

window.cancelAnimationFrame()

Cancels an animation frame request previously scheduled through a call to window.requestAnimationFrame().
API DOM Experimental Expérimental Method NeedsBrowserCompatibility

Window.showModalDialog()

The Window.showModalDialog() creates and displays a modal dialog box containing a specified HTML document.
API Deprecated DOM Method NeedsBrowserCompatibility NeedsCompatTable Window

WindowEventHandlers.onunload

The unload event is raised when the window is unloading its content and resources. The resources removal is processed after the unload event occurs.
API MakeBrowserAgnostic NeedsBrowserCompatibility Property Reference Référence WindowEventHandlers

WorkerGlobalScope

The WorkerGlobalScope interface of the Web Workers API is an interface representing the scope of any worker. Workers have no browsing context; this scope contains the information usually conveyed by Window objects — in this case event handlers, the console or the associated WorkerNavigator object. Each WorkerGlobalScope has its own event loop.
API Interface NeedsBrowserCompatibility Reference WorkerGlobalScope Workers

XMLHttpRequestEventTarget

XMLHttpRequestEventTarget is the interface that describes the event handlers you can implement in an object that will handle events for an XMLHttpRequest.
AJAX API NeedsBrowserCompatibility NeedsContent Reference XMLHttpRequest

Document.hasFocus()

false if the active element in the document has no focus; true if the active element in the document has focus.
API DOM Focus Method NeedsBrowserCompatibility Reference Référence