id references title flags links revision credits assertion all-prop-001 reference/all-prop-001-ref CSS Cascade: "all" shorthand property excludes "direction" http://www.w3.org/TR/css-cascade-3/#all-shorthand,http://www.w3.org/TR/css-cascade-4/#all-shorthand a6febb9400f853e1396987e7ef34fdfe57549946 `Chris Rebert` The 'direction' property should not be included in the properties that the 'all' shorthand is expanded to. all-prop-002 reference/ref-filled-green-100px-square CSS Cascade: all:inherit includes display:inherit http://www.w3.org/TR/css-cascade-3/#all-shorthand,http://www.w3.org/TR/css-cascade-4/#all-shorthand a03f6edcb7dc723bc0f776216e64da933cbf7e0b `Chris Rebert` all:inherit should cause display:inherit so the red divs will display inline/horizontal (like their parent span) rather than block/vertical (like the default UA style for a div). initial-color-background-001 reference/initial-color-background-001-ref CSS Cascade: the "initial" value http://www.w3.org/TR/css-cascade-3/#initial,http://www.w3.org/TR/css-cascade-4/#initial dbff4c6b1e69d24bdbafb77b61c3dc2150be2d1d `Chris Rebert` initial is not the same as inherit. color:initial results in non-red. background-color:initial results in transparent. shape-outside-computed-shape-000 Shape Outside Basic Shape Computed Font Relative Lengths dom,script http://www.w3.org/TR/css-shapes-1/#shape-outside-property,http://www.w3.org/TR/css-cascade-3/#computed 8b280e5be14ea8818d4abe714a7671f8d16ab570 `Adobe`,`Bear Travis` The basic shape can contain relative length formats, which resolve to the computed (absolute) length value shape-outside-computed-shape-001 Shape Outside Basic Shape Computed Percentage Lengths dom,script http://www.w3.org/TR/css-shapes-1/#shape-outside-property,http://www.w3.org/TR/css-cascade-3/#computed fd05b500e016deb5b711aac285ac5aa72b09e147 `Adobe`,`Bear Travis` The basic shape can contain percentages, which remain unchanged when computed unset-val-001 reference/ref-filled-green-100px-square CSS Cascade: the "unset" value http://www.w3.org/TR/css-cascade-3/#inherit-initial,http://www.w3.org/TR/css-cascade-4/#inherit-initial c188d1e228acacdfe9417ac2a182a6f9c48b2cd0 `Chris Rebert` color:unset is the same as color:inherit since color is an inherited property. background-color:unset is the same as background-color:initial since background-color is a non-inherited property. unset-val-002 reference/ref-filled-green-100px-square CSS Cascade: the "unset" value http://www.w3.org/TR/css-cascade-3/#inherit-initial,http://www.w3.org/TR/css-cascade-4/#inherit-initial 76e61d4792edde1e77d77b1330821f24e48a223d `Chris Rebert` display:unset should be the same as display:initial since 'display' is not an inherited property. display:unset should be the same as display:inline since 'inline' is the initial value of 'display'.