ACTION-3494: Add animation elements to the content model of <view>.
authorErik Dahlstrom <ed@opera.com>
Fri, 17 May 2013 14:57:59 +0200
changeset 494 cccc74b0ff54
parent 493 dd542102ef56
child 495 a9493c4687ae
ACTION-3494: Add animation elements to the content model of <view>.
master/changes.html
master/definitions.xml
--- a/master/changes.html	Fri May 17 14:52:23 2013 +0200
+++ b/master/changes.html	Fri May 17 14:57:59 2013 +0200
@@ -210,6 +210,7 @@
 
 <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>
--- a/master/definitions.xml	Fri May 17 14:52:23 2013 +0200
+++ b/master/definitions.xml	Fri May 17 14:57:59 2013 +0200
@@ -724,7 +724,7 @@
       name='view'
       href='linking.html#ViewElement'
       contentmodel='anyof'
-      elementcategories='descriptive'
+      elementcategories='animation, descriptive'
       attributecategories='aria, navigation, core'
       attributes='viewBox, preserveAspectRatio, zoomAndPan'
       interfaces='SVGViewElement'>