Skip to content

Commit decbaab

Browse files
'width' -> 'min-width' & 'max-width'; 'height' -> 'min-height' & 'max-height'.
1 parent bae2bbc commit decbaab

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

xsl/rncdump.xsl

+2-1
Original file line numberDiff line numberDiff line change
@@ -156,7 +156,8 @@ margin margin-top margin-bottom margin-left margin-right</item>
156156
<!-- 'max-height', 'max-width', 'min-height', and 'min-width' aren't
157157
listed in the shorthand section but they're also not listed for
158158
the FOs to which they apply. -->
159-
<item property="inline-progression-dimension">max-height max-width min-height min-width</item>
159+
<item property="width">max-width min-width</item>
160+
<item property="height">max-height min-height</item>
160161

161162
<!-- Omit 'page-break-inside' since it is an inherited property. -->
162163
<!--<item property="keep-together">page-break-inside</item>-->

0 commit comments

Comments
 (0)