svg2: Add term stroke bounding box to introduction. Add more details ...

details:   https://svgwg.org/hg/svg2/rev/57fae62222d8
branches:  
changeset: 614:57fae62222d8
user:      Dirk Schulze <dschulze@adobe.com>
date:      Fri Feb 07 13:54:17 2014 -0800
description:
Add term stroke bounding box to introduction. Add more details to term bounding box and update the issue.

diffstat:

 master/intro.html |  13 +++++++++----
 1 files changed, 9 insertions(+), 4 deletions(-)

diffs (51 lines):

diff --git a/master/intro.html b/master/intro.html
--- a/master/intro.html
+++ b/master/intro.html
@@ -253,21 +253,20 @@ element and attribute categories and the
  and WAI-ARIA <a href="http://www.w3.org/TR/wai-aria/states_and_properties">Supported States and Properties</a>.
   The aria attributes are <edit:attributecategory name='aria'/>.</dd>
 
   <dt id="TermBasicShapeElement">basic shape</dt>
   <dt id="TermShapeElement">shape</dt>
   <dd>A graphics element that is defined by some combination of
   straight lines and curves. Specifically:
   <edit:elementcategory name='shape'/>.</dd>
-
-  <dt id="TermBoundingBox">bounding box</dt>
+  <dt id="TermBoundingBox"><dfn data-dfn-type="dfn" data-noexport id="bounding-box">bounding box</dfn></dt>
   <dd>
-    <p class="issue">Need a definition, which can probably be ported over
-    from SVG Tiny 1.2.</p>
+    <p>A bounding bounding box is the tightest fitting rectangle aligned with the axes of that element's <a>user coordinate system</a> that entirely encloses it and its descendants.</p>
+    <p class="issue">Add detailed defintion of bounding box from SVG 1.2 Tiny.</p>
   </dd>
 
   <dt id="TermCanvas">canvas</dt>
   <dd>A surface onto which graphics elements are drawn, which
   can be real physical media such as a display or paper or an
   abstract surface such as a allocated region of computer
   memory. See the discussion of the <a
   href="coords.html#SVGCanvas">SVG canvas</a> in the chapter on
@@ -565,16 +564,22 @@ element and attribute categories and the
   <a>SVG context</a>.
   See also <a>SVG document fragment</a>.</dd>
 
   <dt id="TermStroke">stroke</dt>
   <dd>The operation of <a>painting</a> the outline
   of a <a>shape</a> or the outline of
   character glyphs in a text string.</dd>
 
+  <dt id="TermStrokeBoundingBox"><dfn data-dfn-type="dfn" data-noexport id="stroke-bounding-box">stroke bounding box</dfn></dt>
+  <dd>
+    <p>A stroke bounding box is the tightest fitting rectangle aligned with the axes of that element's <a>user coordinate system</a> that entirely encloses it and its descendants including eventual stroke styling under the absence of any specified stroke dashing.</p>
+    <p>See also <a href="coords.html#EstablishingANewUserSpace">Coordinate system transformations</a>.</p>
+  </dd>
+
   <dt id="TermStructuralElement">structural element</dt>
   <dd>The structural elements are those which define the primary
   structure of an SVG document.  Specifically, the following
   elements are structural elements:
   <edit:elementcategory name='structural'/>.</dd>
 
   <dt id="TermStructurallyExternalElement">structurally external element</dt>
   <dd>Elements that define its structure by reference to an external resource.

Received on Friday, 7 February 2014 21:56:38 UTC