- From: SVG Working Group repository <cam+svgwgrepo@mcc.id.au>
- Date: Sun, 09 Feb 2014 19:40:38 -0800
- To: public-svg-wg@w3.org
details: https://svgwg.org/hg/svg2/rev/6f7fdcd67266
branches:
changeset: 619:6f7fdcd67266
user: Dirk Schulze <dschulze@adobe.com>
date: Mon Feb 10 04:38:41 2014 +0100
description:
Mark bounding box terms for export.
diffstat:
master/intro.html | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diffs (41 lines):
diff --git a/master/intro.html b/master/intro.html
--- a/master/intro.html
+++ b/master/intro.html
@@ -253,17 +253,17 @@ 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"><dfn data-dfn-type="dfn" data-noexport id="bounding-box">bounding box</dfn></dt>
+ <dt id="TermBoundingBox"><dfn data-dfn-type="dfn" data-export id="bounding-box">bounding box</dfn></dt>
<dd>
<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
@@ -564,17 +564,17 @@ 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>
+ <dt id="TermStrokeBoundingBox"><dfn data-dfn-type="dfn" data-export 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
Received on Monday, 10 February 2014 03:41:03 UTC