File tree 2 files changed +4
-8
lines changed
2 files changed +4
-8
lines changed Original file line number Diff line number Diff line change @@ -445,7 +445,7 @@ Content Distribution: the 'justify-content' and 'align-content' properties</h2>
445
445
446
446
<pre class="propdef">
447
447
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> > ]
449
449
Initial : auto
450
450
Applies to : block containers, flex containers, and grid containers
451
451
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
958
958
</ tr >
959
959
< tr >
960
960
< 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 >
966
962
</ tr >
967
963
< tr >
968
964
< th > Initial:</ th >
@@ -2348,7 +2344,7 @@ <h2 class="no-num heading settled" id="property-index"><span class="content">Pro
2348
2344
< tbody >
2349
2345
< tr >
2350
2346
< 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 >
2352
2348
< td > auto</ td >
2353
2349
< td > block containers, flex containers, and grid containers</ td >
2354
2350
< td > no</ td >
@@ -2359,7 +2355,7 @@ <h2 class="no-num heading settled" id="property-index"><span class="content">Pro
2359
2355
</ tr >
2360
2356
< tr >
2361
2357
< 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 >
2363
2359
< td > auto</ td >
2364
2360
< td > block containers, flex containers, and grid containers</ td >
2365
2361
< td > no</ td >
You can’t perform that action at this time.
0 commit comments