Dear SVGWG,
In SVG 1.1 Specification, some filter primitive elements are not able
to have animation elements as children.
However all filter primitive elements have common attributes which are
all animatable.
http://dev.w3.org/SVG/profiles/1.1F2/publish/filters.html#CommonAttributesI noticed following elements:
<feComponentTransfer>
http://dev.w3.org/SVG/profiles/1.1F2/publish/filters.html#feComponentTransferElementCurrent:
> Content model:
> Any number of the following elements, in any order:
> ‘feFuncA’
> ‘feFuncB’
> ‘feFuncG’
> ‘feFuncR’
Proposed:
> Content model:
> Any number of the following elements, in any order:
> ‘animate’
> ‘set’
> ‘feFuncA’
> ‘feFuncB’
> ‘feFuncG’
> ‘feFuncR’
# This is also in SVG Filters 1.2 Working Draft
#
http://dev.w3.org/SVG/modules/filters/publish/SVGFilter.html#feComponentTransferElement<feMerge>
http://dev.w3.org/SVG/profiles/1.1F2/publish/filters.html#feMergeElementCurrent:
> Content model:
> Any number of the following elements, in any order:
> ‘feMergeNode’
Proposed:
> Content model:
> Any number of the following elements, in any order:
> ‘animate’
> ‘set’
> ‘feMergeNode’
# This is also in SVG Filters 1.2 Working Draft
#
http://dev.w3.org/SVG/modules/filters/publish/SVGFilter.html#feMergeElement<feDiffUseLighting> and <feSpecularLighting>
http://dev.w3.org/SVG/profiles/1.1F2/publish/filters.html#feDiffuseLightingElementhttp://dev.w3.org/SVG/profiles/1.1F2/publish/filters.html#feSpecularLightingElementCurrent:
> Content model:
> Any number of descriptive elements and exactly one light source element, in any order.
proposed:
> Content model:
> Any number of the following elements and exactly one light source element, in any order.
> ‘animate’
> ‘animateColor’
> ‘set’
# SVG Filters 1.2 allows multiple light source and not descriptive elements.
#
http://dev.w3.org/SVG/modules/filters/publish/SVGFilter.html#feDiffuseLightingElementregards
--
KUROSAWA, Takeshi