Results 1 - 20 of 209

ime-mode

The ime-mode CSS property controls the state of the input method editor for text fields. According to the spec:
CSS CSS Property NeedsMobileBrowserCompatibility

marker-offset

The marker-offset CSS property describes the distance between the nearest border edges of a marker-box and the target node.
CSS NeedsBrowserCompatibility NeedsMobileBrowserCompatibility

Adjacent sibling selectors

This is referred to as an adjacent selector or next-sibling selector. It will select only the specified element that immediately follows the former specified element.
CSS CSS Reference NeedsMobileBrowserCompatibility Selectors

max-height

The max-height property is used to set the maximum height of an element. It prevents the used value of the height property from becoming larger than the value specified for max-height.
CSS CSS Property NeedsMobileBrowserCompatibility Reference

max-width

The max-width property is used to set the maximum width of a given element. It prevents the used value of the width property from becoming larger than the value specified for max-width.
CSS CSS Property NeedsMobileBrowserCompatibility Reference

min-height

The min-height property is used to set the minimum height of a given element. It prevents the used value of the height property from becoming smaller than the value specified for min-height.
CSS CSS Property NeedsMobileBrowserCompatibility Reference

overflow

The overflow property specifies whether to clip content, render scrollbars or just display content when it overflows its block level container.
CSS CSS Property NeedsMobileBrowserCompatibility Reference

text-overflow

The text-overflow CSS property determines how overflowed content that is not displayed is signaled to users. It can be clipped, display an ellipsis ('', U+2026 Horizontal Ellipsis), or display a custom string.
CSS CSS Property NeedsMobileBrowserCompatibility Reference

text-underline-position

The CSS text-underline-position property specifies the position of the underline which is set using the text-decoration property underline value.
CSS CSS Property NeedsMobileBrowserCompatibility Reference

z-index

The z-index property specifies the z-order of an element and its descendants. When elements overlap, z-order determines which one covers the other. An element with a larger z-index generally covers an element with a lower one.
CSS CSS Property NeedsMobileBrowserCompatibility Reference

Blob

A Blob object represents a file-like object of immutable, raw data. Blobs represent data that isn't necessarily in a JavaScript-native format. The File interface is based on Blob, inheriting blob functionality and expanding it to support files on the user's system.
API Files NeedsMobileBrowserCompatibility Reference WebAPI

HTMLFormElement.reportValidity()

The HTMLFormElement.reportValidity() method returns true if the element's child controls satisfy their validation constraints. Whenfalse is returned, cancelable invalid events are fired for each invalid child and validation problems are reported to the user.
HTML Method NeedsMobileBrowserCompatibility Reference Référence

@page

The @page CSS at-rule is used to modify some CSS properties when printing a document. You can't change all CSS properties with @page. You can only change the margins, orphans, widows, and page breaks of the document. Attempts to change any other CSS properties will be ignored.
At-rule CSS Layout NeedsMobileBrowserCompatibility Reference Web

bleed

The bleed at-rule descriptor specifies the extent of the page bleed area outside the page box. This property only has effect if crop marks are enabled using the marks property.
CSS CSS Reference NeedsBrowserCompatibility NeedsLiveSample NeedsMobileBrowserCompatibility