Package org.eclipse.e4.ui.css.core.impl.dom
package org.eclipse.e4.ui.css.core.impl.dom
-
ClassDescriptionComputed style merging the declarations of all rules that match an element, ordered by specificity and source position.An
@importrule.A rule in a parsed stylesheet: either a style rule or an@import.W3CCSSStyleDeclarationview over the internal property list; part of the permanent compatibility facade returned byIStylingEngine.getStyleandIThemeEngine.getStyle.A style rule: a selector list plus its style declaration.A parsed stylesheet: an ordered list ofCssRules.The internal CSS value model produced by the parser.rgb(...)or a#rgb/#rrggbbcolour.26px,30%,75em- a number with a unit.A whitespace or comma separated sequence of values, e.g.34or2.0- a unitless number.A numeric value: a unitlessCssValues.CssNumberor aCssValues.CssDimensionwith a unit.A separator (currently only,) carried inside a value list, kept for parity with the historical behaviour where the comma was a list item.A single CSS value.red,'a string',url(x),inherit.What textual form the value had in the source.Unit of aCssValues.CssNumericvalue.A parsed CSS value: either a primitive or a whitespace/comma separated list.A wrapper that holds a reference to the styles defined in a CSS rule block, together with all the information needed to calculate a matching selector's precedence.