@@ -478,7 +478,7 @@ <h2 id=exclusions><span class=secno>3. </span>Exclusions</h2>
478478 class =property > z-index</ code > ’ property as explained in the < a
479479 href ="#exclusions-order "> exclusions order</ a > section.
480480
481- < p > The shape properties can is used to change the shape of exclusions.
481+ < p > The shape properties can be used to change the shape of exclusions.
482482
483483 < h3 id =declaring-exclusions > < span class =secno > 3.1. </ span > Declaring
484484 exclusions</ h3 >
@@ -1411,7 +1411,7 @@ <h4 id=referencing-svg-shapes><span class=secno>4.1.2. </span>Referencing
14111411</style>
14121412
14131413<svg ...>
1414- <circle id="circle_shape" cx="50%x " cy="50%" r="50%" />
1414+ <circle id="circle_shape" cx="50%" cy="50%" r="50%" />
14151415<path id="path-shape" d="..." />
14161416</svg>
14171417
@@ -1423,15 +1423,15 @@ <h4 id=referencing-svg-shapes><span class=secno>4.1.2. </span>Referencing
14231423 < p > When using the SVG syntax or referencing SVG elements to define shapes,
14241424 all the lengths expressed in percentages are resolved from the border box
14251425 of the element. The coordinate system for the shape has its origin on the
1426- top-left corder of the border box with the x-axis running to the right and
1426+ top-left corner of the border box with the x-axis running to the right and
14271427 the y-axis running downwards. If the SVG element uses unitless coordinate
14281428 values, they are equivalent to using ‘< code
14291429 class =property > px</ code > ’ units. If the border box of the element is
14301430 dependent on auto sizing (i.e., the element's ‘< code
14311431 class =property > width</ code > ’ or ‘< code
14321432 class =property > height</ code > ’ property is ‘< code
1433- class =property > auto</ code > ’), then the percentage values are
1434- computed agains ‘ < code class = css > 0 </ code > ’ and resolve to 0.</ p >
1433+ class =property > auto</ code > ’), then the percentage values resolve to
1434+ 0.</ p >
14351435 <!-- End section "Shapes from SVG Syntax -->
14361436
14371437 < h3 id =shapes-from-image > < span class =secno > 4.2. </ span > Shapes from Image</ h3 >
0 commit comments