Skip to content

Commit 4debe7e

Browse files
committed
Tweak wording around element() & SVG coordinate systems to fix a final niggle from Erik.
1 parent 6f2623b commit 4debe7e

2 files changed

Lines changed: 14 additions & 13 deletions

File tree

css3-images/Overview.html

Lines changed: 12 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -897,23 +897,24 @@ <h4 class=no-num id=paint-sources> Paint Sources</h4>
897897
<dl>
898898
<dt>objectBoundingBox
899899

900-
<dd>The coordinate system has its origin at the top left corner of the <a
901-
href="#concrete-object-size"><i>concrete object size</i></a> it's being
902-
drawn into, and the same width and height as the <a
903-
href="#concrete-object-size"><i>concrete object size</i></a>. A single <a
900+
<dd>The coordinate system has its origin at the top left corner of the
901+
rectangle defined by the <a href="#concrete-object-size"><i>concrete
902+
object size</i></a> that it's being drawn into, and the same width and
903+
height as the <a href="#concrete-object-size"><i>concrete object
904+
size</i></a>. A single <a
904905
href="http://www.w3.org/TR/SVG/coords.html#Units">user coordinate</a> is
905906
the width and height of the <a href="#concrete-object-size"><i>concrete
906907
object size</i></a>.
907908

908909
<dt>userSpaceOnUse
909910

910-
<dd>The coordinate system has its origin at the top left corner of the <a
911-
href="#concrete-object-size"><i>concrete object size</i></a> it's being
912-
drawn into, and the same width and height as the <a
913-
href="#concrete-object-size"><i>concrete object size</i></a>. <a
914-
href="http://www.w3.org/TR/SVG/coords.html#Units">User coordinates</a>
915-
are sized equivalently to the CSS &lsquo;<code class=css>px</code>&rsquo;
916-
unit.
911+
<dd>The coordinate system has its origin at the top left corner of the
912+
rectangle defined by the <a href="#concrete-object-size"><i>concrete
913+
object size</i></a> that it's being drawn into, and the same width and
914+
height as the <a href="#concrete-object-size"><i>concrete object
915+
size</i></a>. <a href="http://www.w3.org/TR/SVG/coords.html#Units">User
916+
coordinates</a> are sized equivalently to the CSS &lsquo;<code
917+
class=css>px</code>&rsquo; unit.
917918
</dl>
918919

919920
<div class=note>

css3-images/Overview.src.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -467,10 +467,10 @@ <h4 id='paint-sources' class='no-num'>
467467

468468
<dl>
469469
<dt>objectBoundingBox</dt>
470-
<dd>The coordinate system has its origin at the top left corner of the <i>concrete object size</i> it's being drawn into, and the same width and height as the <i>concrete object size</i>. A single <a href="http://www.w3.org/TR/SVG/coords.html#Units">user coordinate</a> is the width and height of the <i>concrete object size</i>.</dd>
470+
<dd>The coordinate system has its origin at the top left corner of the rectangle defined by the <i>concrete object size</i> that it's being drawn into, and the same width and height as the <i>concrete object size</i>. A single <a href="http://www.w3.org/TR/SVG/coords.html#Units">user coordinate</a> is the width and height of the <i>concrete object size</i>.</dd>
471471

472472
<dt>userSpaceOnUse</dt>
473-
<dd>The coordinate system has its origin at the top left corner of the <i>concrete object size</i> it's being drawn into, and the same width and height as the <i>concrete object size</i>. <a href="http://www.w3.org/TR/SVG/coords.html#Units">User coordinates</a> are sized equivalently to the CSS ''px'' unit.</dd>
473+
<dd>The coordinate system has its origin at the top left corner of the rectangle defined by the <i>concrete object size</i> that it's being drawn into, and the same width and height as the <i>concrete object size</i>. <a href="http://www.w3.org/TR/SVG/coords.html#Units">User coordinates</a> are sized equivalently to the CSS ''px'' unit.</dd>
474474
</dl>
475475

476476
<div class='note'>

0 commit comments

Comments
 (0)