File tree Expand file tree Collapse file tree 3 files changed +18
-12
lines changed Expand file tree Collapse file tree 3 files changed +18
-12
lines changed Original file line number Diff line number Diff line change @@ -539,10 +539,12 @@ Flex Layout Box Model and Terminology</h2>
539539<h2 id='flex-containers'>
540540Flex Containers: the ''flex'' and ''inline-flex'' 'display' values</h2>
541541
542- <pre class="propdef partial">
543- Name : display
544- New values : flex | inline-flex
545- </pre>
542+ <div class="informative">
543+ <pre class="propdef partial">
544+ Name : display
545+ New values : flex | inline-flex
546+ </pre>
547+ </div>
546548
547549 <dl dfn-type=value dfn-for=display>
548550 <dt> <dfn>flex</dfn>
Original file line number Diff line number Diff line change @@ -895,10 +895,12 @@ Grid Containers</h2>
895895<h3 id='grid-containers'>
896896Establishing Grid Containers: the ''display/grid'' and ''inline-grid'' 'display' values</h3>
897897
898- <pre class="propdef partial">
899- Name : display
900- New values : grid | inline-grid
901- </pre>
898+ <div class="informative">
899+ <pre class="propdef partial">
900+ Name : display
901+ New values : grid | inline-grid
902+ </pre>
903+ </div>
902904
903905 <dl dfn-for="display" dfn-type=value>
904906 <dt> <dfn>grid</dfn>
Original file line number Diff line number Diff line change @@ -204,10 +204,12 @@ Ruby-specific 'display' Values</h3>
204204 authors must map document language elements to ruby elements;
205205 this is done with the 'display' property.
206206
207- <pre class=propdef partial>
208- Name : display
209- New values : ruby | ruby-base | ruby-text | ruby-base-container | ruby-text-container
210- </pre>
207+ <div class="informative">
208+ <pre class=propdef partial>
209+ Name : display
210+ New values : ruby | ruby-base | ruby-text | ruby-base-container | ruby-text-container
211+ </pre>
212+ </div>
211213
212214 The following new 'display' values assign ruby layout roles to an arbitrary element:
213215
You can’t perform that action at this time.
0 commit comments