From da2ae780e60bed924679a34156a7ba1515e154f2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fr=C3=A9d=C3=A9ric=20Wang?= Date: Wed, 3 Apr 2024 11:46:00 +0200 Subject: [PATCH] Make "stretch size constraint 0" more explicit. Explain precisely the 0 values for the inline/block stretch size constraint. --- spec.html | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/spec.html b/spec.html index ec7a91f..232c775 100644 --- a/spec.html +++ b/spec.html @@ -2247,7 +2247,8 @@
Algorithm for stretching operators along the block axis
all the items of LNotToStretch. If LToStretch is empty then stop. If LNotToStretch is empty, perform - layout with stretch size constraint 0 on + layout with block stretch size constraint + (0, 0) for all the items of LToStretch.
  • @@ -3734,7 +3735,7 @@

    Algorithm for stretching operators along the inline axis

    all the items of LNotToStretch. If LToStretch is empty then stop. If LNotToStretch is empty, perform - layout with stretch size constraint 0 on + layout with inline stretch size constraint 0 for all the items of LToStretch.