- From: SVG Working Group repository <cam+svgwgrepo@mcc.id.au>
- Date: Fri, 17 May 2013 06:00:25 -0700
- To: public-svg-wg@w3.org
details: https://svgwg.org/hg/svg2/rev/cccc74b0ff54 branches: changeset: 494:cccc74b0ff54 user: Erik Dahlstrom <ed@opera.com> date: Fri May 17 14:57:59 2013 +0200 description: ACTION-3494: Add animation elements to the content model of <view>. diffstat: master/changes.html | 1 + master/definitions.xml | 2 +- 2 files changed, 2 insertions(+), 1 deletions(-) diffs (43 lines): diff --git a/master/changes.html b/master/changes.html --- a/master/changes.html +++ b/master/changes.html @@ -205,16 +205,17 @@ have been made.</p> <li>Removed the body of this chapter and replaced it with a link to the Filter Effect specification.</li> </ul> <h3 id="linking">Linking chapter</h3> <ul> <li>Removed the restriction on <a>'tref'</a> only being able to reference SVG elements.</li> + <li><div class="added-since-last-wd">Added <a>animation elements</a> to the content model of <a>'view'</a>.</div></li> </ul> <h3 id="script">Scripting chapter</h3> <ul> <li>Removed the <span class="attr-name">'contentScriptType'</span> attribute.</li> </ul> diff --git a/master/definitions.xml b/master/definitions.xml --- a/master/definitions.xml +++ b/master/definitions.xml @@ -719,17 +719,17 @@ <attribute name='height' href='struct.html#UseElementHeightAttribute' animatable='yes'/> <attribute name='xlink:href' href='struct.html#UseElementHrefAttribute' animatable='yes'/> </element> <element name='view' href='linking.html#ViewElement' contentmodel='anyof' - elementcategories='descriptive' + elementcategories='animation, descriptive' attributecategories='aria, navigation, core' attributes='viewBox, preserveAspectRatio, zoomAndPan' interfaces='SVGViewElement'> <attribute name='viewTarget' elements='view' href='linking.html#ViewElementViewTargetAttribute'/> </element> <element name='vkern' href='fonts.html#VKernElement'
Received on Friday, 17 May 2013 13:00:52 UTC