From 81b04312dd86839e7fecb514b3db0fc529d74973 Mon Sep 17 00:00:00 2001 From: Boris Chiou Date: Thu, 29 Feb 2024 23:53:38 -0800 Subject: [PATCH] [css-masking-1] Replace with for mask shorthand property. `mask-origin` and `mask-clip` use ``, and for consistency, the syntax and description of `mask` shorthand should use `` for these two components. Issue: #551 --- css-masking-1/Overview.bs | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/css-masking-1/Overview.bs b/css-masking-1/Overview.bs index 42847522..9ef71399 100644 --- a/css-masking-1/Overview.bs +++ b/css-masking-1/Overview.bs @@ -865,17 +865,17 @@ Animation type: see individual properties <> || <> [ / <> ]? || <> || - <> || - [ <> | no-clip ] || + <> || + [ <> | no-clip ] || <> || <> -If one <> value and the ''no-clip'' keyword are present then <> sets 'mask-origin' and ''no-clip'' sets 'mask-clip' to that value. +If one <> value and the ''no-clip'' keyword are present then <> sets 'mask-origin' and ''no-clip'' sets 'mask-clip' to that value. -If one <> value and no ''no-clip'' keyword are present then <> sets both 'mask-origin' and 'mask-clip' to that value. +If one <> value and no ''no-clip'' keyword are present then <> sets both 'mask-origin' and 'mask-clip' to that value. -If two <> values are present, then the first sets 'mask-origin' and the second 'mask-clip'. +If two <> values are present, then the first sets 'mask-origin' and the second 'mask-clip'. The used value of the properties 'mask-repeat', 'mask-position', 'mask-clip', 'mask-origin' and 'mask-size' must have no effect if <> references a mask element. In this case the element defines position, sizing and clipping of the mask layer image.