File tree Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -203,16 +203,16 @@ Box Layout Modes: the 'display' property</h2>
203
203
Values are defined as follows:
204
204
205
205
<pre class='prod'>
206
- <dfn><display-outside></dfn> = block | inline | run-in ;
207
- <dfn><display-inside></dfn> = flow | flow-root | table | flex | grid | ruby ;
208
- <dfn><display-listitem></dfn> = <<display-outside>> ? && [ flow | flow-root ]? && list-item ;
206
+ <dfn><display-outside></dfn> = block | inline | run-in
207
+ <dfn><display-inside></dfn> = flow | flow-root | table | flex | grid | ruby
208
+ <dfn><display-listitem></dfn> = <<display-outside>> ? && [ flow | flow-root ]? && list-item
209
209
<dfn><display-internal></dfn> = table-row-group | table-header-group |
210
210
table-footer-group | table-row | table-cell |
211
211
table-column-group | table-column | table-caption |
212
212
ruby-base | ruby-text | ruby-base-container |
213
- ruby-text-container ;
214
- <dfn><display-box></dfn> = contents | none ;
215
- <dfn><display-legacy></dfn> = inline-block | inline-table | inline-flex | inline-grid ;
213
+ ruby-text-container
214
+ <dfn><display-box></dfn> = contents | none
215
+ <dfn><display-legacy></dfn> = inline-block | inline-table | inline-flex | inline-grid
216
216
</pre>
217
217
218
218
The following informative table summarizes the values of 'display' :
You can’t perform that action at this time.
0 commit comments