Skip to content

Commit 895f9a8

Browse files
committed
[css-shapes] making a sentence better
1 parent d1ab468 commit 895f9a8

2 files changed

Lines changed: 9 additions & 7 deletions

File tree

css-shapes/Overview.html

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@
6363
</p>
6464
<h1 class="p-name no-ref" id=title>CSS Shapes Module Level 1</h1>
6565
<h2 class="no-num no-toc no-ref heading settled heading" id=subtitle><span class=content>Editor’s Draft,
66-
<span class=dt-updated><span class=value-title title=20140110>10 January 2014</span></span></span></h2>
66+
<span class=dt-updated><span class=value-title title=20140116>16 January 2014</span></span></span></h2>
6767
<div data-fill-with=spec-metadata><dl><dt>This version:<dd><a class=u-url href=http://dev.w3.org/csswg/css-shapes/>http://dev.w3.org/csswg/css-shapes/</a><dt>Latest version:<dd><a href=http://www.w3.org/TR/css-shapes/>http://www.w3.org/TR/css-shapes/</a><dt>Editor’s Draft:<dd><a href=http://dev.w3.org/csswg/css-shapes/>http://dev.w3.org/csswg/css-shapes/</a>
6868
<dt>Feedback:</dt>
6969
<dd><a href="mailto:www-style@w3.org?subject=%5Bcss-shapes%5D%20feedback">www-style@w3.org</a>
@@ -669,8 +669,9 @@ <h2 class="heading settled heading" data-level=4 id=shapes-from-image><span clas
669669

670670
<p> The image is sized and positioned
671671
as if it were a replaced element
672-
with a specified width and height
673-
of the element’s used content box size.
672+
whose specified width and height
673+
are the same as the element’s
674+
used content box size.
674675

675676
<p> For animated raster image formats (such as
676677
<a href=http://www.w3.org/Graphics/GIF/spec-gif89a.txt>GIF</a>),
@@ -736,11 +737,11 @@ <h2 class="heading settled heading" data-level=5 id=shapes-from-box-values><span
736737
These edges include
737738
<a href=http://www.w3.org/TR/css3-background/#corner-shaping>border-radius curvature</a> <a data-biblio-type=normative data-link-type=biblio href=#css3bg title=css3bg>[CSS3BG]</a>
738739
from the used border-radius values.
739-
The <a class="production css-code" data-link-type=type href=#typedef-shape-box title="<shape-box>">&lt;shape-box&gt;</a> value extends the <a class="production css-code" data-link-type=type href=http://dev.w3.org/csswg/css-backgrounds-3/#box title="<box>">&lt;box&gt;</a> value
740+
The <a class="production css-code" data-link-type=type href=#typedef-shape-box title="<shape-box>">&lt;shape-box&gt;</a> value extends the <a class="production css-code" data-link-type=type href=http://dev.w3.org/csswg/css-backgrounds-3/#ltboxgt title="<box>">&lt;box&gt;</a> value
740741
to include <a class=css data-link-type=maybe href=#margin-box title=margin-box>margin-box</a>.
741742
Its syntax is:
742743

743-
<pre> <dfn class=css-code data-dfn-type=type data-export="" id=typedef-shape-box><a class="production css-code" data-link-type=type href=#typedef-shape-box title="<shape-box>">&lt;shape-box&gt;</a><a class=self-link href=#typedef-shape-box></a></dfn> = <a class="production css-code" data-link-type=type href=http://dev.w3.org/csswg/css-backgrounds-3/#box title="<box>">&lt;box&gt;</a> | <a class=css data-link-type=maybe href=#margin-box title=margin-box>margin-box</a>
744+
<pre> <dfn class=css-code data-dfn-type=type data-export="" id=typedef-shape-box><a class="production css-code" data-link-type=type href=#typedef-shape-box title="<shape-box>">&lt;shape-box&gt;</a><a class=self-link href=#typedef-shape-box></a></dfn> = <a class="production css-code" data-link-type=type href=http://dev.w3.org/csswg/css-backgrounds-3/#ltboxgt title="<box>">&lt;box&gt;</a> | <a class=css data-link-type=maybe href=#margin-box title=margin-box>margin-box</a>
744745
</pre>
745746
<p> The definitions of the values are:
746747

css-shapes/Overview.src.html

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -548,8 +548,9 @@ <h2 id="shapes-from-image">
548548

549549
The image is sized and positioned
550550
as if it were a replaced element
551-
with a specified width and height
552-
of the element's used content box size.
551+
whose specified width and height
552+
are the same as the element's
553+
used content box size.
553554

554555
For animated raster image formats (such as
555556
<a href="http://www.w3.org/Graphics/GIF/spec-gif89a.txt">GIF</a>),

0 commit comments

Comments
 (0)