@@ -680,7 +680,7 @@ Inline/Main-Axis Alignment: the 'justify-self' property</h3>
680680 The <dfn value for="justify-self">auto</dfn> keyword computes to
681681 the computed value of 'justify-items' on the parent
682682 (minus any ''legacy'' keywords),
683- or ''start '' if the box has no parent.
683+ or ''align-self/normal '' if the box has no parent.
684684
685685 The <dfn value for="justify-self">normal</dfn> keyword
686686 represents the "default" alignment for the layout mode.
@@ -800,7 +800,7 @@ Block/Cross-Axis Alignment: the 'align-self' property</h3>
800800
801801 The <dfn value for="align-self">auto</dfn> keyword computes to
802802 the computed value of 'align-items' on the parent
803- or ''start '' if the box has no parent.
803+ or ''align-self/normal '' if the box has no parent.
804804
805805 The <dfn value for="align-self">normal</dfn> keyword
806806 represents the "default" alignment for the layout mode.
@@ -1181,6 +1181,12 @@ Changes</h2>
11811181 * Fixed handling of ''justify-self: stretch'' (and 'align-self' ) to allow shrinking, as defined in Flexbox.
11821182 * Made justify/align-content:auto computte to their respective behaviors for flex and grid containers.
11831183
1184+ <h2 id="privacy-security">
1185+ Privacy and Security Considerations</h2>
1186+
1187+ As a simple layout spec,
1188+ this introduces no new privacy or security considerations.
1189+
11841190<h2 class=no-num id="acknowledgments">
11851191Acknowledgments</h2>
11861192
0 commit comments