Skip to content

Commit 5df83c0

Browse files
committed
[css-shapes-1] Clarify that invalid path strings are invalid, per WG resolution. w3c/fxtf-drafts#392
1 parent 20a7101 commit 5df83c0

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

css-shapes-1/Overview.bs

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -466,8 +466,10 @@ Supported Shapes
466466
  • 467467
    The <> represents an
    468468
    469-
    The path data string must be conform
    470-
    to the grammar and parsing rules of SVG 1.1.
    469+
    A path data string that does not conform to the
    470+
    to the grammar and parsing rules of SVG 1.1,
    471+
    or that does conform but defines an empty path,
    472+
    is [=invalid=] and causes the entire ''path()'' to be [=invalid=].
    471473
    The initial position is defined
    472474
    by the first “move to” argument
    473475
    in the path string.
    @@ -1129,6 +1131,7 @@ Since March 20th
    11291131
  • Added clarifications to shape-margin examples
  • 11301132
  • Added margin=0 case for margin-box shape
  • 11311133
  • Changed rules about degenerate shapes to use shape edges
  • 1134+
  • Clarified that invalid path strings make the ''path()'' invalid.
  • 11321135
    11331136

    11341137

    0 commit comments

    Comments
     (0)