Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
spec:property-dependencies [2015/05/06 10:15] fantasaispec:property-dependencies [2019/05/17 14:38] (current) – [Type-based Dependencies] typo dbaron
Line 3: Line 3:
 This page lists the ways in which the computed value of one property depends on the computed value of another.  This is important to track so that we can avoid creating circular dependencies. This page lists the ways in which the computed value of one property depends on the computed value of another.  This is important to track so that we can avoid creating circular dependencies.
  
-Reason ^ Dependent property ^ Property depended upon +===== Type-based Dependencies ===== 
-em units (CSS21) | every property taking length values (...) | font-size | + 
-| ex units (CSS21), ch units (css3-values) | every property taking length values (...) | font-size, font-family, font-size-adjust, font-stretch, font-style, font-variant, font-weight | +Depended-on property ^ Dependent property ^ Reason 
-currentColor (css3-color), initial value of border (CSS21) | every property taking color values (...| color +color | every property taking <color> | currentColor (css3-color), initial value of border (CSS21
-units (CSS21) | vertical-align | line-height +| font-size | every property taking <length> | em units (CSS21
-% units (CSS21) | line-height font-size +| font-size, font-family, font-size-adjust, font-kerning, font-stretch, font-style, font-variant-*, font-weight, font-feature-settings, font-variation-settings every property taking <length> ex units (CSS21), ch units (css-values-3), ic units (css-values-4), cap units (css-values-4) | 
-logical box properties (css3-writing-modes) | ??? | direction, writing-mode, text-orientation | +| line-height | every property taking <length> | lh units (css-values-4) | 
-| text-align: match-parent (css3-text) | text-align | direction +text-orientation, writing-mode | every property taking <length> | ch units (css-values-3) | 
-'none' and 'hidden' (CSS21) | border-*-width border-*-style | + 
-| 'none' and 'hidden' (CSS21) | outline-width | outline-style | +===== Other Dependencies ===== 
-| 'none' and 'hidden' (css3-columns) | column-rule-width column-rule-style | + 
-| absolute/fixed position makes float:none (CSS21) | float | position | +^ Depended-on property ^ Dependent property ^ Reason ^ 
-| float/position make things block-like (CSS21) | display | position, float +align-items, justify-items align-self, justify-self | ''auto'' value 
-| content: normal (css3-content) | content ??? |+border-*-style | border-*-width | 'none' and 'hidden' (CSS21) | 
 +| column-rule-style column-rule-width | 'none' and 'hidden' (css3-columns) 
 +display | align-content, justify-content | ''auto'' value | 
 +| display | box-suppress | ''display:none'' makes ''box-suppress'' compute to ''discard''
 +| font-size | line-height | % units (CSS21) | 
 +| direction, writing-mode, text-orientation | ??? (some on element, some on parent) | logical box properties (css3-logical-props) 
 +| direction | text-align | text-align: match-parent (css3-text) | 
 +line-height vertical-align % units (CSS21) 
 +| outline-style | outline-width | 'none' and 'hidden' (CSS21) | 
 +position float | absolute/fixed position makes float:none (CSS21) | 
 +| position, float display | float/position make things block-like (CSS21) | 
 +| position | align-contentjustify-content | ''auto'' value 
 +| ??? | content | content: normal (css3-content) | 
 +ruby-position, display | writing-mode | ruby-position: inter-character (css-ruby) |
 
spec/property-dependencies.1430932509.txt.gz · Last modified: 2015/05/06 10:15 by fantasai
Recent changes RSS feed Valid XHTML 1.0 Valid CSS Driven by DokuWiki