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

1 file changed

Lines changed: 5 additions & 2 deletions

File tree

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</h3>
466466
<li>
467467
The <dfn><<string>></dfn> represents an
468468
<a href="https://www.w3.org/TR/SVG11/paths.html#PathData">SVG Path data string</a>.
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 <a href="https://www.w3.org/TR/2014/CR-css-shapes-1-20140320/">March 20th
11291131
<li>Added clarifications to shape-margin examples</li>
11301132
<li>Added margin=0 case for margin-box shape</li>
11311133
<li>Changed rules about degenerate shapes to use shape edges</li>
1134+
<li>Clarified that invalid path strings make the ''path()'' invalid.</li>
11321135
</ul>
11331136

11341137
<h3 class="no-num" id="20140211">

0 commit comments

Comments
 (0)