File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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">
You can’t perform that action at this time.
0 commit comments