7866 documents found in English (US). Showing results 1 to 10.
The dx attribute indicates a shift along the x-axis on the position of an element or its content. What exactly is shifted depends on the element for which this attribute is set.
developer.mozilla.org/en-US/docs/Web/SVG/Attribute/dx
If a -webkit-mask-image is specified, -webkit-mask-clip determines the mask image's clipping behavior.
developer.mozilla.org/en-US/docs/Web/CSS/-webkit-mask-clip
The original target of the event before any retargetings. (Mozilla-specific)
developer.mozilla.org/en-US/docs/Web/API/Event/originalTarget
The provider property of the FederatedCredential interface returns a USVString containing a credential's federated identity provider.
developer.mozilla.org/en-US/docs/Web/API/FederatedCredential/provider
The HTMLLinkElement.relList read-only property reflects the rel attribute. It is a live DOMTokenList containing the set of link types indicating the relationship between the resource represented by the link element and the current document.
developer.mozilla.org/en-US/docs/Web/API/HTMLLinkElement/relList
Returns the readonly time value for this timeline or null if this timeline is inactive.
developer.mozilla.org/en-US/docs/Web/API/Document/timeline/currentTime
The border-inline-start CSS property is a shorthand property for setting the individual logical inline start border property values in a single place in the style sheet. border-inline-start can be used to set the values for one or more of: border-inline-start-width, border-inline-start-style, border-inline-start-color. It maps to a physical border depending on the element's writing mode, directionality, and text orientation. It corresponds to the border-top, border-right, border-bottom, or border-left property depending on the values defined for writing-mode, direction, and text-orientation.
developer.mozilla.org/en-US/docs/Web/CSS/border-inline-start
The border-inline-end CSS property is a shorthand property for setting the individual logical inline end border property values in a single place in the style sheet. border-inline-end can be used to set the values for one or more of: border-inline-end-width, border-inline-end-style, border-inline-end-color. It maps to a physical border depending on the element's writing mode, directionality, and text orientation. It corresponds to the border-top, border-right, border-bottom, or border-left property depending on the values defined for writing-mode, direction, and text-orientation.
developer.mozilla.org/en-US/docs/Web/CSS/border-inline-end
Because opening windows on mobile isn't necessarily appropriate, the Firefox Mobile team designed the importDialog() method to replace window.openDialog(). Instead of opening a new window, it merges the specified XUL dialog into the main window.
developer.mozilla.org/en-US/docs/Archive/Web/Window.importDialog
Releases the window from trapping events of a specific type.
developer.mozilla.org/en-US/docs/Web/API/Window/releaseEvents