Skip to content

Commit 92e8cee

Browse files
committed
[css-backgrounds-4] Fix example to be less confusing.
1 parent 847fee6 commit 92e8cee

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

css-backgrounds-4/Overview.bs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -239,8 +239,8 @@ Partial Borders: the 'border-limit' property</h3>
239239
along ths sides:</p>
240240
<pre>box { border: solid; border-radius: 5px; border-shape: scoop; border-parts: corners 5px; }</pre>
241241
<p>The following example draws the curved part of the corner and all of
242-
the side except the middle 50%.</p>
243-
<pre>box { border: solid; border-radius: 5px; border-shape: scoope; border-parts: corners 50%; }</pre>
242+
the side except the middle 40%.</p>
243+
<pre>box { border: solid; border-radius: 5px; border-shape: scoope; border-parts: corners 30%; }</pre>
244244
</div>
245245

246246
<h3 id="border-clip">

css-backgrounds-4/Overview.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -311,8 +311,8 @@ <h3 class="heading settled heading" data-level=4.1 id=partial-borders><span clas
311311
<pre>box { border: solid; border-parts: corners 10px; }</pre> <p>The following example draws the curved part of the corner plus 5px
312312
along ths sides:</p>
313313
<pre>box { border: solid; border-radius: 5px; border-shape: scoop; border-parts: corners 5px; }</pre> <p>The following example draws the curved part of the corner and all of
314-
the side except the middle 50%.</p>
315-
<pre>box { border: solid; border-radius: 5px; border-shape: scoope; border-parts: corners 50%; }</pre> </pre></div>
314+
the side except the middle 40%.</p>
315+
<pre>box { border: solid; border-radius: 5px; border-shape: scoope; border-parts: corners 30%; }</pre> </pre></div>
316316

317317
<h3 class="heading settled heading" data-level=4.2 id=border-clip><span class=secno>4.2 </span><span class=content>
318318
The <a class=property data-link-type=propdesc href=#propdef-border-clip title=border-clip>border-clip</a> properties</span><a class=self-link href=#border-clip></a></h3>

0 commit comments

Comments
 (0)