Skip to content

Commit bec06d7

Browse files
committed
Fixed minor typo
1 parent 1d2b501 commit bec06d7

2 files changed

Lines changed: 5 additions & 4 deletions

File tree

css3-exclusions/Exclusions.src.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1326,7 +1326,7 @@ <h4 id="shape-outside-property">The 'shape-outside' Property</h4>
13261326
<dl>
13271327
<dt><dfn title="'shape-outside'!!'&lt;shape&gt;'">&lt;shape&gt;</dfn></dt>
13281328
<dd>
1329-
The shape is computed based on the values of one of 'rectangle',' circle', 'ellipse'
1329+
The shape is computed based on the values of one of 'rectangle', 'circle', 'ellipse'
13301330
or 'polygon'.
13311331
</dd>
13321332
</dl>

css3-exclusions/Overview.html

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1809,9 +1809,10 @@ <h4 id=shape-outside-property><span class=secno>4.4.1. </span>The &lsquo;<a
18091809
title="'shape-outside'!!'&lt;shape&gt;'">&lt;shape&gt;</dfn>
18101810

18111811
<dd> The shape is computed based on the values of one of &lsquo;<code
1812-
class=property>rectangle</code>&rsquo;,&lsquo;<code class=css>
1813-
circle</code>&rsquo;, &lsquo;<code class=property>ellipse</code>&rsquo;
1814-
or &lsquo;<code class=property>polygon</code>&rsquo;.
1812+
class=property>rectangle</code>&rsquo;, &lsquo;<code
1813+
class=property>circle</code>&rsquo;, &lsquo;<code
1814+
class=property>ellipse</code>&rsquo; or &lsquo;<code
1815+
class=property>polygon</code>&rsquo;.
18151816
</dl>
18161817

18171818
<dl>

0 commit comments

Comments
 (0)