Skip to content

Commit 872758d

Browse files
committed
[css-shapes] revert accidental syntax edit
1 parent aab7132 commit 872758d

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

css-shapes/Overview.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -555,7 +555,7 @@ <h4 id=basic-shape-syntax><span class=secno>3.2.2. </span>Syntax of Basic
555555

556556
ellipse() = ellipse( &lt;shape-arg&gt;, &lt;shape-arg&gt;, &lt;shape-arg&gt;, &lt;shape-arg&gt; )
557557

558-
polygon() = polygon( [&lt;fill-rule&gt;,]? [&lt;shape-arg&gt;]{2} [&lt;shape-arg&gt;]{2}# )
558+
polygon() = polygon( [&lt;fill-rule&gt;,]? [&lt;shape-arg&gt;]{2}# )
559559

560560
&lt;shape-arg&gt; = &lt;length&gt; | &lt;percentage&gt;
561561

css-shapes/Overview.src.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -488,7 +488,7 @@ <h4 id='basic-shape-syntax'>Syntax of Basic Shapes</h4>
488488

489489
ellipse() = ellipse( &lt;shape-arg&gt;, &lt;shape-arg&gt;, &lt;shape-arg&gt;, &lt;shape-arg&gt; )
490490

491-
polygon() = polygon( [&lt;fill-rule&gt;,]? [&lt;shape-arg&gt;]{2} [&lt;shape-arg&gt;]{2}# )
491+
polygon() = polygon( [&lt;fill-rule&gt;,]? [&lt;shape-arg&gt;]{2}# )
492492

493493
&lt;shape-arg&gt; = &lt;length&gt; | &lt;percentage&gt;
494494

0 commit comments

Comments
 (0)