Skip to content

Commit 4e5003f

Browse files
committed
[css-display] Add the keywords to the propdef tables, too.
1 parent 5de5a15 commit 4e5003f

2 files changed

Lines changed: 7 additions & 7 deletions

File tree

css-display/Overview.bs

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -69,9 +69,9 @@ The Display Properties</h2>
6969
<h3 id='the-display-inside'>
7070
Setting the layout mode: the 'display-inside' property</h3>
7171

72-
<pre clas="propdef">
72+
<pre class="propdef">
7373
Name: display-inside
74-
Value: auto | block | table | flex | grid
74+
Value: auto | block | table | flex | grid | ruby
7575
Initial: auto
7676
Applies to: all elements
7777
Inherited: no
@@ -117,7 +117,7 @@ Interacting with the layout mode: the 'display-outside' property</h3>
117117

118118
<pre class="propdef">
119119
Name: display-outside
120-
Value: block-level | inline-level | none | table-row-group | table-header-group | table-footer-group | table-row | table-cell | table-column-group | table-column | table-caption
120+
Value: block-level | inline-level | none | table-row-group | table-header-group | table-footer-group | table-row | table-cell | table-column-group | table-column | table-caption | ruby-base | ruby-text | ruby-base-container | ruby-text-container
121121
Initial: inline-level
122122
Applies to: all elements
123123
Inherited: no

css-display/Overview.html

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -194,7 +194,7 @@ <h2 class="heading settled heading" data-level=2 id=the-display-properties><span
194194
<h3 class="heading settled heading" data-level=2.1 id=the-display-inside><span class=secno>2.1 </span><span class=content>
195195
Setting the layout mode: the <a class=property data-link-type=propdesc href=#propdef-display-inside title=display-inside>display-inside</a> property</span><a class=self-link href=#the-display-inside></a></h3>
196196

197-
<table class="definition propdef"><tr><th>Name:<td><dfn class=css-code data-dfn-type=property data-export="" id=propdef-display-inside>display-inside<a class=self-link href=#propdef-display-inside></a></dfn><tr><th>Value:<td class=prod>auto | block | table | flex | grid<tr><th>Initial:<td>auto<tr><th>Applies to:<td>all elements<tr><th>Inherited:<td>no<tr><th>Media:<td>all<tr><th>Computed value:<td>a keyword<tr><th>Percentages:<td>n/a</table>
197+
<table class="definition propdef"><tr><th>Name:<td><dfn class=css-code data-dfn-type=property data-export="" id=propdef-display-inside>display-inside<a class=self-link href=#propdef-display-inside></a></dfn><tr><th>Value:<td class=prod>auto | block | table | flex | grid | ruby<tr><th>Initial:<td>auto<tr><th>Applies to:<td>all elements<tr><th>Inherited:<td>no<tr><th>Media:<td>all<tr><th>Computed value:<td>a keyword<tr><th>Percentages:<td>n/a</table>
198198
<dl data-dfn-for=display-inside data-dfn-type=value>
199199
<dt><dfn class=css-code data-dfn-for=display-inside data-dfn-type=value data-export="" id=valuedef-auto>auto<a class=self-link href=#valuedef-auto></a></dfn>
200200
<dd>
@@ -230,7 +230,7 @@ <h3 class="heading settled heading" data-level=2.1 id=the-display-inside><span c
230230
<h3 class="heading settled heading" data-level=2.2 id=the-display-outside><span class=secno>2.2 </span><span class=content>
231231
Interacting with the layout mode: the <a class=property data-link-type=propdesc href=#propdef-display-outside title=display-outside>display-outside</a> property</span><a class=self-link href=#the-display-outside></a></h3>
232232

233-
<table class="definition propdef"><tr><th>Name:<td><dfn class=css-code data-dfn-type=property data-export="" id=propdef-display-outside>display-outside<a class=self-link href=#propdef-display-outside></a></dfn><tr><th>Value:<td class=prod>block-level | inline-level | none | table-row-group | table-header-group | table-footer-group | table-row | table-cell | table-column-group | table-column | table-caption<tr><th>Initial:<td>inline-level<tr><th>Applies to:<td>all elements<tr><th>Inherited:<td>no<tr><th>Media:<td>all<tr><th>Computed value:<td>as specified<tr><th>Percentages:<td>n/a</table>
233+
<table class="definition propdef"><tr><th>Name:<td><dfn class=css-code data-dfn-type=property data-export="" id=propdef-display-outside>display-outside<a class=self-link href=#propdef-display-outside></a></dfn><tr><th>Value:<td class=prod>block-level | inline-level | none | table-row-group | table-header-group | table-footer-group | table-row | table-cell | table-column-group | table-column | table-caption | ruby-base | ruby-text | ruby-base-container | ruby-text-container<tr><th>Initial:<td>inline-level<tr><th>Applies to:<td>all elements<tr><th>Inherited:<td>no<tr><th>Media:<td>all<tr><th>Computed value:<td>as specified<tr><th>Percentages:<td>n/a</table>
234234
<dl data-dfn-for=display-outside data-dfn-type=value>
235235
<dt><dfn class=css-code data-dfn-for=display-outside data-dfn-type=value data-export="" id=valuedef-block-level>block-level<a class=self-link href=#valuedef-block-level></a></dfn>
236236
<dd>
@@ -623,8 +623,8 @@ <h2 class="no-num no-ref heading settled heading" id=index><span class=content>
623623
<h2 class="no-num no-ref heading settled heading" id=property-index><span class=content>
624624
Property index</span><a class=self-link href=#property-index></a></h2>
625625
<div data-fill-with=property-index><table class="proptable data"><thead><tr><th scope=col>Name<th scope=col>Value<th scope=col>Initial<th scope=col>Applies to<th scope=col>Inh.<th scope=col>%ages<th scope=col>Media<th scope=col>Animatable<th scope=col>Computed value<tbody>
626-
<tr><th scope=row><a data-property="">display-inside</a><td>auto | block | table | flex | grid<td>auto<td>all elements<td>no<td>n/a<td>all<td><td>a keyword
627-
<tr><th scope=row><a data-property="">display-outside</a><td>block-level | inline-level | none | table-row-group | table-header-group | table-footer-group | table-row | table-cell | table-column-group | table-column | table-caption<td>inline-level<td>all elements<td>no<td>n/a<td>all<td><td>as specified
626+
<tr><th scope=row><a data-property="">display-inside</a><td>auto | block | table | flex | grid | ruby<td>auto<td>all elements<td>no<td>n/a<td>all<td><td>a keyword
627+
<tr><th scope=row><a data-property="">display-outside</a><td>block-level | inline-level | none | table-row-group | table-header-group | table-footer-group | table-row | table-cell | table-column-group | table-column | table-caption | ruby-base | ruby-text | ruby-base-container | ruby-text-container<td>inline-level<td>all elements<td>no<td>n/a<td>all<td><td>as specified
628628
<tr><th scope=row><a data-property="">display-extras</a><td>none | list-item<td>none<td>all elements<td>no<td>n/a<td>all<td><td>as specified
629629
<tr><th scope=row><a data-property="">display</a><td>inline | block | list-item | inline-list-item | inline-block | table | inline-table | table-cell | table-caption | flex | inline-flex | grid | inline-grid | [ &lt;‘display-inside’&gt; || &lt;‘display-outside’&gt; || &lt;‘display-extras’&gt; ]<td>see individual properties<td>see individual properties<td>see individual properties<td><td>see individual properties<td>see individual properties<td>see individual properties
630630
<tr><th scope=row><a data-property="">display-box</a><td>normal | none | contents<td>normal<td>all elements<td>no<td>n/a<td>all<td><td>see prose</table></div>

0 commit comments

Comments
 (0)