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
Next revisionBoth sides next revision
spec:property-dependencies [2015/05/06 11:58] – reorder columns fantasaispec:property-dependencies [2015/05/07 11:41] – [Other Dependencies] add display=>box-suppress tabatkins
Line 13: Line 13:
  
 ^ Depended-on property ^ Dependent property ^ Reason ^ ^ Depended-on property ^ Dependent property ^ Reason ^
 +| align-items, justify-items | align-self, justify-self | ''auto'' value |
 | border-*-style | border-*-width | 'none' and 'hidden' (CSS21) | | border-*-style | border-*-width | 'none' and 'hidden' (CSS21) |
 | column-rule-style | column-rule-width | 'none' and 'hidden' (css3-columns) | | 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) | | font-size | line-height | % units (CSS21) |
 | direction, writing-mode, text-orientation | ??? | logical box properties (css3-writing-modes) | | direction, writing-mode, text-orientation | ??? | logical box properties (css3-writing-modes) |
Line 22: Line 25:
 | position | float | absolute/fixed position makes float:none (CSS21) | | position | float | absolute/fixed position makes float:none (CSS21) |
 | position, float | display | float/position make things block-like (CSS21) | | position, float | display | float/position make things block-like (CSS21) |
 +| position | align-content, justify-content | ''auto'' value |
 | ??? | content | content: normal (css3-content) | | ??? | content | content: normal (css3-content) |
 
spec/property-dependencies.txt · Last modified: 2019/05/17 14:38 by dbaron
Recent changes RSS feed Valid XHTML 1.0 Valid CSS Driven by DokuWiki