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.