From 89be7685ae4fd3c4ba03058191b14fe68230165b Mon Sep 17 00:00:00 2001 From: Chris Rebert Date: Fri, 17 Jan 2025 22:11:50 -0800 Subject: [PATCH] [css-text-decor-3] Gloss in-flow/out-of-flow jargon --- css-text-decor-3/Overview.bs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/css-text-decor-3/Overview.bs b/css-text-decor-3/Overview.bs index f67f98d836ee..f7e622f20263 100644 --- a/css-text-decor-3/Overview.bs +++ b/css-text-decor-3/Overview.bs @@ -88,10 +88,10 @@ Line Decoration: Underline, Overline, and Strike-Through When specified on or propagated to a ruby container, the decorations are propagated only to the ruby base. For all other box types, - the decorations are propagated to all in-flow children. + the decorations are propagated to all in-flow children.

- Note that text decorations are not propagated to any out-of-flow descendants, + Note that text decorations are not propagated to any out-of-flow descendants, nor to the contents of atomic inline-level descendants such as inline blocks and inline tables. They are also not propagated to inline children of inline boxes, although the decoration is applied to such boxes.