File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -445,7 +445,7 @@ Content Distribution: the 'justify-content' and 'align-content' properties</h2>
445445
446446 <pre class="propdef">
447447 Name : justify-content, align-content
448- Value : auto | <<baseline-position>> | <<content-distribution>> || [ <overflow-position>? && <content-position> ]
448+ Value : auto | <<baseline-position>> | <<content-distribution>> || [ << overflow-position>> ? && << content-position> > ]
449449 Initial : auto
450450 Applies to : block containers, flex containers, and grid containers
451451 Inherited : no
Original file line number Diff line number Diff line change @@ -958,11 +958,7 @@ <h2 class="heading settled" data-level="4" id="content-distribution"><span class
958958 </ tr >
959959 < tr >
960960 < th > Value:</ th >
961- < td class ="prod "> auto < a data-link-for ="" data-link-type ="grammar " href ="http://dev.w3.org/csswg/css-values-3/#comb-one "> |</ a > < a class ="production css " data-link-type ="type " href ="#typedef-baseline-position "> <baseline-position> </ a > < a data-link-for ="" data-link-type ="grammar " href ="http://dev.w3.org/csswg/css-values-3/#comb-one "> |</ a > < a class ="production css " data-link-type ="type " href ="#typedef-content-distribution "> <content-distribution> </ a > < a data-link-for ="" data-link-type ="grammar " href ="http://dev.w3.org/csswg/css-values-3/#comb-any "> ||</ a > [
962- < overflow-position > < a data-link-for ="" data-link-type ="grammar " href ="http://dev.w3.org/csswg/css-values-3/#mult-opt "> ?</ a > &&
963- < content-position > ]</ content-position >
964- </ overflow-position >
965- </ td >
961+ < td class ="prod "> auto < a data-link-for ="" data-link-type ="grammar " href ="http://dev.w3.org/csswg/css-values-3/#comb-one "> |</ a > < a class ="production css " data-link-type ="type " href ="#typedef-baseline-position "> <baseline-position> </ a > < a data-link-for ="" data-link-type ="grammar " href ="http://dev.w3.org/csswg/css-values-3/#comb-one "> |</ a > < a class ="production css " data-link-type ="type " href ="#typedef-content-distribution "> <content-distribution> </ a > < a data-link-for ="" data-link-type ="grammar " href ="http://dev.w3.org/csswg/css-values-3/#comb-any "> ||</ a > [ < a class ="production css " data-link-type ="type " href ="#typedef-overflow-position "> <overflow-position> </ a > < a data-link-for ="" data-link-type ="grammar " href ="http://dev.w3.org/csswg/css-values-3/#mult-opt "> ?</ a > && < a class ="production css " data-link-type ="type " href ="#typedef-content-position "> <content-position> </ a > ]</ td >
966962 </ tr >
967963 < tr >
968964 < th > Initial:</ th >
@@ -2348,7 +2344,7 @@ <h2 class="no-num heading settled" id="property-index"><span class="content">Pro
23482344 < tbody >
23492345 < tr >
23502346 < th scope ="row "> < a class ="css " data-link-type ="property " href ="#propdef-justify-content "> justify-content</ a > </ th >
2351- < td > auto | <baseline-position> | <content-distribution> || [ ? && ]</ td >
2347+ < td > auto | <baseline-position> | <content-distribution> || [ <overflow-position > ? && <content-position > ]</ td >
23522348 < td > auto</ td >
23532349 < td > block containers, flex containers, and grid containers</ td >
23542350 < td > no</ td >
@@ -2359,7 +2355,7 @@ <h2 class="no-num heading settled" id="property-index"><span class="content">Pro
23592355 </ tr >
23602356 < tr >
23612357 < th scope ="row "> < a class ="css " data-link-type ="property " href ="#propdef-align-content "> align-content</ a > </ th >
2362- < td > auto | <baseline-position> | <content-distribution> || [ ? && ]</ td >
2358+ < td > auto | <baseline-position> | <content-distribution> || [ <overflow-position > ? && <content-position > ]</ td >
23632359 < td > auto</ td >
23642360 < td > block containers, flex containers, and grid containers</ td >
23652361 < td > no</ td >
You can’t perform that action at this time.
0 commit comments