Skip to content

Commit 8f95baa

Browse files
committed
Editorial fixes
1 parent 60ce3dc commit 8f95baa

2 files changed

Lines changed: 9 additions & 9 deletions

File tree

css3-exclusions/Exclusions.src.html

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -262,7 +262,7 @@ <h2 id="exclusions">Exclusions</h2>
262262
exclusions is controlled by the 'z-index' property as explained in the
263263
<a href="#exclusions-order">exclusions order</a> section.
264264
</p>
265-
The shape properties can is used to change the shape of exclusions.
265+
The shape properties can be used to change the shape of exclusions.
266266
</p>
267267

268268
<h3 id="declaring-exclusions">Declaring exclusions</h3>
@@ -1039,7 +1039,7 @@ <h4 id='referencing-svg-shapes'>Referencing SVG shapes</h4>
10391039
&lt;/style&gt;
10401040

10411041
&lt;svg ...&gt;
1042-
&lt;circle id="circle_shape" cx="50%x" cy="50%" r="50%" /&gt;
1042+
&lt;circle id="circle_shape" cx="50%" cy="50%" r="50%" /&gt;
10431043
&lt;path id="path-shape" d="..." /&gt;
10441044
&lt;/svg&gt;
10451045

@@ -1050,12 +1050,12 @@ <h4 id='referencing-svg-shapes'>Referencing SVG shapes</h4>
10501050
<p>
10511051
When using the SVG syntax or referencing SVG elements to define shapes, all the
10521052
lengths expressed in percentages are resolved from the border box of the element.
1053-
The coordinate system for the shape has its origin on the top-left corder of the
1053+
The coordinate system for the shape has its origin on the top-left corner of the
10541054
border box with the x-axis running to the right and the y-axis running downwards.
10551055
If the SVG element uses unitless coordinate values, they are equivalent to using
10561056
'px' units. If the border box of the element is dependent on auto sizing (i.e.,
10571057
the element's 'width' or 'height' property is 'auto'), then the percentage values
1058-
are computed agains '0' and resolve to 0.
1058+
resolve to 0.
10591059
</p>
10601060
<!-- End section "Shapes from SVG Syntax -->
10611061

css3-exclusions/Overview.html

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -478,7 +478,7 @@ <h2 id=exclusions><span class=secno>3. </span>Exclusions</h2>
478478
class=property>z-index</code>&rsquo; 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
&lt;/style&gt;
14121412

14131413
&lt;svg ...&gt;
1414-
&lt;circle id="circle_shape" cx="50%x" cy="50%" r="50%" /&gt;
1414+
&lt;circle id="circle_shape" cx="50%" cy="50%" r="50%" /&gt;
14151415
&lt;path id="path-shape" d="..." /&gt;
14161416
&lt;/svg&gt;
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 &lsquo;<code
14291429
class=property>px</code>&rsquo; units. If the border box of the element is
14301430
dependent on auto sizing (i.e., the element's &lsquo;<code
14311431
class=property>width</code>&rsquo; or &lsquo;<code
14321432
class=property>height</code>&rsquo; property is &lsquo;<code
1433-
class=property>auto</code>&rsquo;), then the percentage values are
1434-
computed agains &lsquo;<code class=css>0</code>&rsquo; and resolve to 0.</p>
1433+
class=property>auto</code>&rsquo;), 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

Comments
 (0)