From ea88e3ce402f8b17b37d50c7be470742333fa6c3 Mon Sep 17 00:00:00 2001 From: Dmitry Statsenko Date: Fri, 16 Jan 2026 21:02:24 +0300 Subject: [PATCH] [css-regions-1] Fix urls consistently --- css-regions-1/Overview.bs | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/css-regions-1/Overview.bs b/css-regions-1/Overview.bs index 08244bb4d52b..a2a44e734b53 100644 --- a/css-regions-1/Overview.bs +++ b/css-regions-1/Overview.bs @@ -571,7 +571,7 @@ The 'flow-from' property Name: flow-from Value: <> | none Initial: none - Applies To: Non-replaced block containers.
This might be expanded in future versions of the specification to allow other types of containers to receive flow content. + Applies To: Non-replaced block containers.
This might be expanded in future versions of the specification to allow other types of containers to receive flow content. Inherited: no Computed Value: as specified Animation type: not animatable @@ -595,7 +595,7 @@ The 'flow-from' property <> name will be broken into fragments and visually formatted in the - principal boxes + principal boxes of the regions in the region chain. @@ -870,7 +870,7 @@ The region-fragment property Content flows as it would in a regular content box. If the content exceeds the container box, it is subject to the - overflow + overflow property's computed value on the CSS Region. Region breaks must be ignored on the last usable region. @@ -1197,7 +1197,7 @@ The Region mixin region chain and not able to fit the remaining content from the named flow. Note that the region's - + overflow property value can be used to control the visibility of the overflowing content and the @@ -1613,10 +1613,10 @@ The Region Flow Content Box (RFCB) as for any other block container box. The RFCB is a - block container box + block container box with a computed 'width' of ''width/auto'' and whose used 'height' is resolved as detailed below. - Since the RFCB is a block container box, the ::before box and ::after box will also be block containers, though the contents of ::before and ::after may be inline within those boxes. + Since the RFCB is a block container box, the ::before box and ::after box will also be block containers, though the contents of ::before and ::after may be inline within those boxes.

RFCB 'width' resolution