Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 6 additions & 4 deletions css-flexbox-1/Overview.bs
Original file line number Diff line number Diff line change
Expand Up @@ -539,10 +539,12 @@ Flex Layout Box Model and Terminology</h2>
<h2 id='flex-containers'>
Flex Containers: the ''flex'' and ''inline-flex'' 'display' values</h2>

<pre class="propdef partial">
Name: display
New values: flex | inline-flex
</pre>
<div class="informative">
<pre class="propdef partial">
Name: display
New values: flex | inline-flex
</pre>
</div>

<dl dfn-type=value dfn-for=display>
<dt><dfn>flex</dfn>
Expand Down
10 changes: 6 additions & 4 deletions css-grid-2/Overview.bs
Original file line number Diff line number Diff line change
Expand Up @@ -895,10 +895,12 @@ Grid Containers</h2>
<h3 id='grid-containers'>
Establishing Grid Containers: the ''display/grid'' and ''inline-grid'' 'display' values</h3>

<pre class="propdef partial">
Name: display
New values: grid | inline-grid
</pre>
<div class="informative">
<pre class="propdef partial">
Name: display
New values: grid | inline-grid
</pre>
</div>

<dl dfn-for="display" dfn-type=value>
<dt><dfn>grid</dfn>
Expand Down
10 changes: 6 additions & 4 deletions css-ruby-1/Overview.bs
Original file line number Diff line number Diff line change
Expand Up @@ -204,10 +204,12 @@ Ruby-specific 'display' Values</h3>
authors must map document language elements to ruby elements;
this is done with the 'display' property.

<pre class=propdef partial>
Name: display
New values: ruby | ruby-base | ruby-text | ruby-base-container | ruby-text-container
</pre>
<div class="informative">
<pre class=propdef partial>
Name: display
New values: ruby | ruby-base | ruby-text | ruby-base-container | ruby-text-container
</pre>
</div>

The following new 'display' values assign ruby layout roles to an arbitrary element:

Expand Down