Results 181 - 200 of 209

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

::placeholder

The ::placeholder CSS pseudo-element represents the placeholder text of a form element. This allows web developers and theme designers to customize the appearance of placeholder text.
CSS CSS Pseudo-element Experimental NeedsBrowserCompatibility NeedsExample NeedsMobileBrowserCompatibility Pseudo-element Reference Web

::spelling-error

The ::spelling-error CSS pseudo-element represents a text segment which the browser has flagged as incorrectly spelled.
CSS CSS Pseudo-element Experimental NeedsBrowserCompatibility NeedsExample NeedsMobileBrowserCompatibility Pseudo-element Reference Web

::-webkit-input-placeholder

The non-standard proprietary ::-webkit-input-placeholder pseudo-element represents the placeholder text of a form element. This allows web developers and theme designers to customize the appearance of placeholder text. This pseudo-class is only supported by WebKit and Blink.
CSS CSS Pseudo-element CSS Reference NeedsBrowserCompatibility NeedsExample NeedsMobileBrowserCompatibility Non-standard Pseudo-element Reference

::-webkit-slider-thumb

The ::-webkit-slider-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

:any-link

The :any-link CSS pseudo-class represents an element that acts as the source anchor of a hyperlink independent of whether it has been visited, that is, it matches every <a>, <area> or <link> elements with an href attribute. So, it matches all elements that match :link or :visited.
CSS CSS Pseudo-class Experimental Layout NeedsBrowserCompatibility NeedsLiveSample NeedsMobileBrowserCompatibility Reference Web

backdrop-filter

The backdrop-filter property provides for effects like blurring or color shifting the area behind an element, which can then be seen through that element by adjusting the element's transparency/opacity.
CSS CSS Property Graphics Layout NeedsContent NeedsLiveSample NeedsMobileBrowserCompatibility Reference SVG SVG Filter Web

mask

The mask property in CSS allows users to alter the visibility of an item by either partially or fully hiding it. This is accomplished by either masking or clipping the image at specific points.
CSS CSS Masks CSS Property Layout NeedsBrowserCompatibility NeedsMobileBrowserCompatibility Reference SVG Web

-ms-overflow-style

-ms-overflow-style is a proprietary CSS property, specific to Internet Explorer and Microsoft Edge, which controls the behavior of scrollbars when an element's content overflows.
CSS CSS Property CSS Reference NeedsBrowserCompatibility NeedsCompatTable NeedsExample NeedsMobileBrowserCompatibility Non-standard Property Reference

HTMLElement.offsetWidth

The HTMLElement.offsetWidth read-only property returns the layout width of an element. Typically, an element's offsetWidth is a measurement which includes the element borders, the element horizontal padding, the element vertical scrollbar (if present, if rendered) and the element CSS width.
API CSSOM View NeedsBrowserCompatibility NeedsMarkupWork NeedsMobileBrowserCompatibility Property Read-only Reference Référence