diff --git a/css-shapes-2/Overview.bs b/css-shapes-2/Overview.bs index 05d0865b9f1..bc806b44477 100644 --- a/css-shapes-2/Overview.bs +++ b/css-shapes-2/Overview.bs @@ -147,10 +147,12 @@ The ''shape()'' Function and inherits a number of limitations from SVG, such as implicitly only allowing the ''px'' unit. - The ''shape()'' function defines a path in the same way, + The ''shape()'' function uses a set of commands equivalent to the ones used by ''path()'', but does so with more standard CSS syntax, and allows the full range of CSS functionality, such as additional units and math functions. + The commands used by ''shape()'' are dynamically turned into path segments when it is used for rendering, + e.g., when computing the rendered 'clip-path'.
shape() = shape( <<'fill-rule'>>? from <>, < >#)