Skip to content

Commit e816948

Browse files
authored
[css-flexbox-1] [css-grid-2] [css-ruby-1] Flag "New values" tables for display property as informative (#7242)
1 parent e8a75fa commit e816948

File tree

3 files changed

+18
-12
lines changed

3 files changed

+18
-12
lines changed

css-flexbox-1/Overview.bs

+6-4
Original file line numberDiff line numberDiff line change
@@ -539,10 +539,12 @@ Flex Layout Box Model and Terminology</h2>
539539
<h2 id='flex-containers'>
540540
Flex 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>

css-grid-2/Overview.bs

+6-4
Original file line numberDiff line numberDiff line change
@@ -895,10 +895,12 @@ Grid Containers</h2>
895895
<h3 id='grid-containers'>
896896
Establishing 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>

css-ruby-1/Overview.bs

+6-4
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)