File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -329,6 +329,11 @@ Basic Shapes</h2>
329329
330330 The <dfn><basic-shape></dfn> type
331331 can be specified using basic shape functions.
332+
333+ <pre class=prod>
334+ <<basic-shape>> = <<basic-shape-rect>> | <<circle()>> | <<ellipse()>> | <<polygon()>> | <<path()>>
335+ </pre>
336+
332337 When using this syntax
333338 to define shapes,
334339 the <dfn for="<basic-shape>" export>reference box</dfn> is defined
@@ -460,7 +465,7 @@ Supported Shapes</h3>
460465 shape-functions/xywh-function-valid.html
461466 </wpt>
462467
463- <dt> <dfn>rect()</dfn> =
468+ <dt> <dfn>rect()</dfn>
464469 <dd>
465470 Defines a rectangle
466471 via insets from the top and left edges of the [=reference box=] .
Original file line number Diff line number Diff line change @@ -125,6 +125,13 @@ Basic Shapes</h2>
125125 <a href="https://www.w3.org/TR/css-shapes/#basic-shape-functions">level 1</a>
126126 section.
127127
128+ This level extends the <<basic-shape>> functions
129+ to include ''shape()'' :
130+
131+ <pre class=prod>
132+ <<basic-shape>> = <<basic-shape-rect>> | <<circle()>> | <<ellipse()>> | <<polygon()>> | <<path()>> | <<shape()>>
133+ </pre>
134+
128135<h3 id="supported-basic-shapes">
129136Supported Shapes</h3>
130137
You can’t perform that action at this time.
0 commit comments