- From: SVG Working Group repository <cam+svgwgrepo@mcc.id.au>
- Date: Wed, 5 Nov 2014 06:08:49 -0800 (PST)
- To: public-svg-wg@w3.org
https://github.com/w3c/svgwg/commit/881c2f5c8f83df135380dd31a9888840c9aaf6ee commit 881c2f5c8f83df135380dd31a9888840c9aaf6ee Author: Dirk Schulze <dschulze@chromium.org> Date: Wed Nov 5 15:06:13 2014 +0100 Clean up of intro + corrections with move to SVG2 diff --git a/master/intro.html b/master/intro.html index d33c0e1..6bd0a83 100644 --- a/master/intro.html +++ b/master/intro.html @@ -236,12 +236,12 @@ sense in the body of the specification?</p> element and attribute categories and their members.</p> <dl class='definitions' data-dfn-type="dfn" data-export=""> - <dt id="TermAnimationElement"><dfn>animation element</dfn></dt> + <dt id="TermAnimationElement"><dfn id="animation-element">animation element</dfn></dt> <dd>An animation element is an element that can be used to animate the attribute or property value of another element. The following elements are animation elements: <edit:elementcategory name='animation'/>.</dd> - <dt id="TermAnimationEventAttribute"><dfn>animation event attribute</dfn></dt> + <dt id="TermAnimationEventAttribute"><dfn id="animation-event-attribute">animation event attribute</dfn></dt> <dd>An animation event attribute is an <a>event attribute</a> that specifies script to run for a particular animation-related event. See <a href="script.html#AnimationEvents">Animation event attributes</a>. @@ -254,7 +254,7 @@ element and attribute categories and their members.</p> 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"><dfn>basic shape</dfn></dt> + <dt id="TermBasicShapeElement"><dfn id="basic-shape">basic shape</dfn></dt> <dt id="TermShapeElement">shape</dt> <dd>A graphics element that is defined by some combination of straight lines and curves. Specifically: @@ -333,15 +333,11 @@ element and attribute categories and their members.</p> between the outermost <a>'svg'</a> and this element are all elements in the SVG language.</dd> - <dt id="TermCurrentTransformationMatrix">current transformation matrix (<span id="TermCTM">CTM</span>)</dt> + <dt id="TermCurrentTransformationMatrix"><dfn id="current-transformation-matrix">current transformation matrix</dfn> (<dfn id="ctm">CTM</dfn>)</dt> <dd>Transformation matrices define the mathematical mapping - from one coordinate system into another using a 3x3 matrix - using the equation <span class="code-fragment">[x' y' 1] = [x - y 1] * matrix</span>. The <em>current transformation + from one coordinate system into another using a 3x2 matrix or a 4x4 matrix. The <em>current transformation matrix</em> (CTM) defines the mapping from the user - coordinate system into the viewport coordinate system. See <a - href="coords.html#EstablishingANewUserSpace">Coordinate - system transformations</a>.</dd> + coordinate system into the viewport coordinate system. [<a href="refs.html#ref-CSS3TRANSFORMS">CSS3TRANSFORMS</a>].</dd> <dt id="TermDescriptiveElement">descriptive element</dt> <dd>An element which provides supplementary descriptive information about @@ -364,18 +360,6 @@ element and attribute categories and their members.</p> <a>shape</a> or the interior of the character glyphs in a text string.</dd> - <dt id="TermFilterPrimitiveAttributes">filter primitive attributes</dt> - <dd>The filter primitive attributes is the set of attributes that are common - to all <a>filter primitive elements</a>. They are - <edit:attributecategory name='filter primitive'/>.</dd> - - <dt id="TermFilterPrimitiveElement">filter primitive element</dt> - <dd>A filter primitive element is one that can be used as a child of a - <a>'filter element'</a> element to specify a node in the filter graph. - The following elements are the filter primitive elements defined - in SVG 1.1: - <edit:elementcategory name='filter primitive'/>.</dd> - <dt id="TermFont">font</dt> <dd>A font represents an organized collection of <a>glyphs</a> in which the various ============================================================ /home/svgwg/bin/node "/home/svgwg/svgwg.org/git/svgwg/tools/publish/publish.js" --list-pages /home/svgwg/bin/node "/home/svgwg/svgwg.org/git/svgwg/tools/publish/publish.js" --build intro /home/svgwg/bin/node "/home/svgwg/svgwg.org/git/svgwg/tools/publish/publish.js" --build-single-page
Received on Wednesday, 5 November 2014 14:09:17 UTC