You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: css-display/Overview.bs
+20-1Lines changed: 20 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -86,7 +86,7 @@ Setting the layout mode: the 'display-inside' property</h3>
86
86
If the element's computed 'display-outside' value is ''inline-level'',
87
87
the element is an inline element,
88
88
and lays out its contents using inline layout. [[!CSS21]]
89
-
If the element's computed 'display-outside' value is ''table-row-group'', ''table-header-group'', ''table-footer-group'', ''table-row'', ''table-column-group'', or ''table-column'',
89
+
If the element's computed 'display-outside' value is an <a>layout-specific display role</a>,
90
90
this elements acts as normal for its given 'display-outside' value.
91
91
Otherwise, this value computes to ''display-inside/block''.
92
92
@@ -105,6 +105,10 @@ Setting the layout mode: the 'display-inside' property</h3>
105
105
<dt><dfn>grid</dfn>
106
106
<dd>
107
107
The element lays out its contents using grid layout. [[!CSS3-GRID-LAYOUT]]
108
+
109
+
<dt><dfn>ruby</dfn>
110
+
<dd>
111
+
The element lays out its contents using ruby layout. [[!CSS3RUBY]]
108
112
</dl>
109
113
110
114
@@ -151,8 +155,23 @@ Interacting with the layout mode: the 'display-outside' property</h3>
151
155
<dd>
152
156
The element is an internal table element,
153
157
and participates in a table layout context. [[!CSS21]]
158
+
These values are all <a>layout-specific display roles</a>.
0 commit comments