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>
203203 Values are defined as follows:
204204
205205 <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
209209 <dfn><display-internal></dfn> = table-row-group | table-header-group |
210210 table-footer-group | table-row | table-cell |
211211 table-column-group | table-column | table-caption |
212212 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
216216 </pre>
217217
218218 The following informative table summarizes the values of 'display' :
You can’t perform that action at this time.
0 commit comments