Results 41 - 60 of 209

display

The display CSS property specifies the type of rendering box used for an element. In HTML, default display property values are taken from behaviors described in the HTML specifications or from the browser/user default stylesheet. The default value in XML is inline.
CSS CSS Positioning CSS Property NeedsMobileBrowserCompatibility Reference

empty-cells

The empty-cells CSS property specifies how user agents should render borders and backgrounds around cells that have no visible content.
CSS CSS Property CSS Tables NeedsMobileBrowserCompatibility Reference

font-size-adjust

The font-size-adjust CSS property specifies that font size should be chosen based on the height of lowercase letters rather than the height of capital letters. This is useful since the legibility of fonts, especially at small sizes, is determined more by the size of lowercase letters than by the size of capital letters.
CSS CSS Fonts CSS Property NeedsMobileBrowserCompatibility Reference

General sibling selectors

The ~ combinator separates two selectors and matches the second element only if it is preceded by the first, and both share a common parent.
Beginner CSS CSS Reference NeedsMobileBrowserCompatibility Selectors

list-style-type

The list-style-type property specifies the appearance of a list item element. Because it is the only property that defaults to display:list-item, this is usually a <li> element, but can be any element with this display value.
CSS CSS List CSS Property NeedsMobileBrowserCompatibility Reference

-moz-user-modify

The -moz-user-modify property determines whether or not the content of an element can be edited by a user. This property is related to the contenteditable attribute. A similar property user-focus was proposed in early drafts of a predecessor of the CSS3 UI specification but was rejected by the working group.
CSS CSS Reference NeedsMobileBrowserCompatibility Non-standard

outline-color

The outline-color CSS property sets the color of the outline of an element. An outline is a line that is drawn around elements, outside the border edge, to make the element stand out.
CSS CSS Outline CSS Property NeedsMobileBrowserCompatibility Reference

padding

The padding property sets the padding space on all sides of an element. The padding area is the space between the content of the element and its border. Negative values are not allowed.
CSS CSS Padding CSS Property NeedsMobileBrowserCompatibility Reference

pointer-events

The CSS property pointer-events allows authors to control under what circumstances (if any) a particular graphic element can become the target of mouse events. When this property is unspecified, the same characteristics of the visiblePainted value apply to SVG content.
CSS CSS Property NeedsExample NeedsMobileBrowserCompatibility Reference SVG

text-decoration

The text-decoration CSS property is used to set the text formatting to underline, overline, line-through or blink. Underline and overline decorations are positioned under the text, line-through over it.
CSS CSS Property CSS Text NeedsMobileBrowserCompatibility Reference

Type selectors

CSS type selectors match elements by node name. Used alone, therefore, a type selector for a particular node name selects all elements of that type — that is, with that node name — in the document.
Beginner CSS CSS Reference NeedsMobileBrowserCompatibility Selectors

Universal selectors

An asterisk (*) is the universal selector for CSS. It matches a single element of any type. Omitting the asterisk with simple selectors has the same effect. For instance, *.warning and .warning are considered equal.
Beginner CSS CSS Reference NeedsBrowserCompatibility NeedsMobileBrowserCompatibility Selectors

-webkit-text-stroke-width

The -webkit-text-stroke-width CSS property specifies the width of the stroke for text.
CSS Experimental NeedsBrowserCompatibility NeedsMobileBrowserCompatibility Non-standard Reference

white-space

The white-space property is used to describe how whitespace inside the element is handled.
CSS CSS Property CSS Text NeedsMobileBrowserCompatibility Reference

widows

When a paragraph is split over two pages in paged media, the widows CSS property defines the minimum number of lines that must be left at the top of the second page. In typography, a widow is the last line of a paragraph appearing alone at the top of a new page. Setting the widows property allows the prevention of single-line widows.
CSS CSS Fragmentation CSS Property NeedsMobileBrowserCompatibility Reference

width

The width CSS property specifies the width of the content area of an element. The content area is inside the padding, border, and margin of the element.
CSS CSS Property NeedsBrowserCompatibility NeedsMobileBrowserCompatibility Reference

word-spacing

The word-spacing CSS property specifies the spacing behavior between tags and words.
CSS CSS Property CSS Text NeedsMobileBrowserCompatibility Reference

Attr.localName

The Attr.localName read-only property returns the local part of the qualified name of an element.
API DOM NeedsBrowserCompatibility NeedsMobileBrowserCompatibility Property Reference

Attr.namespaceURI

The Attr.namespaceURI read-only property returns the namespace URI of the attribute, or null if the element is not in a namespace.
API DOM NeedsBrowserCompatibility NeedsMobileBrowserCompatibility Property Reference

Attr.prefix

The Attr.prefix read-only property returns the namespace prefix of the specified attribute, or null if no prefix is specified.
API DOM NeedsBrowserCompatibility NeedsMobileBrowserCompatibility Property Reference