Fix broken element category link.
authorErik Dahlstrom <ed@opera.com>
Fri, 07 Feb 2014 17:13:35 +0100
changeset 612 b2649b191f8d
parent 611 bec3575de544
child 613 94304f3a5f86
Fix broken element category link.
master/definitions.xml
--- a/master/definitions.xml	Fri Feb 07 15:09:43 2014 +0100
+++ b/master/definitions.xml	Fri Feb 07 17:13:35 2014 +0100
@@ -98,7 +98,7 @@
       name='audio'
       href='embedded.html#AudioElement'
       contentmodel='anyof'
-      elementcategories='animation, descriptive, paint server'
+      elementcategories='animation, descriptive, paint server, structurally external'
       elements='mask, clipPath, marker, track, source'
       attributecategories='aria, navigation, core, conditional processing, graphical event, style, presentation, embedding placement'
       attributes=''
@@ -390,7 +390,7 @@
       name='iframe'
       href='embedded.html#IframeElement'
       contentmodel='anyof'
-      elementcategories='animation, descriptive, paint server'
+      elementcategories='animation, descriptive, paint server, structurally external'
       elements='mask, clipPath, marker'
       attributecategories='aria, navigation, core, conditional processing, graphical event, style, presentation, embedding placement, embedding size'
       attributes='preserveAspectRatio'
@@ -411,7 +411,7 @@
       name='image'
       href='embedded.html#ImageElement'
       contentmodel='anyof'
-      elementcategories='animation, descriptive, paint server'
+      elementcategories='animation, descriptive, paint server, structurally external'
       elements='mask, clipPath, marker'
       attributecategories='aria, navigation, core, conditional processing, graphical event, style, xlink, presentation, embedding placement, embedding size'
       attributes='preserveAspectRatio'
@@ -625,6 +625,7 @@
       name='script'
       href='script.html#ScriptElement'
       contentmodel='any'
+      elementcategories='structurally external'
       attributecategories='core, xlink'
       interfaces='SVGScriptElement'>
     <attribute name='type' href='script.html#ScriptElementTypeAttribute'/>
@@ -820,7 +821,7 @@
       name='use'
       href='struct.html#UseElement'
       contentmodel='anyof'
-      elementcategories='animation, descriptive, paint server'
+      elementcategories='animation, descriptive, paint server, structurally external'
       elements='mask, clipPath, marker'
       attributecategories='aria, navigation, core, conditional processing, graphical event, presentation, style, xlink'
       interfaces='SVGUseElement'>
@@ -835,7 +836,7 @@
       name='video'
       href='embedded.html#VideoElement'
       contentmodel='anyof'
-      elementcategories='animation, descriptive, paint server'
+      elementcategories='animation, descriptive, paint server, structurally external'
       elements='mask, clipPath, marker, track, source'
       attributecategories='aria, navigation, core, conditional processing, graphical event, style, presentation, embedding placement, embedding size'
       attributes='preserveAspectRatio'
@@ -884,7 +885,7 @@
   <elementcategory name='structural' href='intro.html#TermStructuralElement' elements='defs, g, svg, symbol, use'/>
   <elementcategory name='text content' href='intro.html#TermTextContentElement' elements='text, tspan, tref, textPath, altGlyph'/>
   <elementcategory name='text content child' href='intro.html#TermTextContentChildElement' elements='tspan, tref, textPath, altGlyph'/>
-  <elementcategory name='structurally external' elements='script, image, use, iframe, video, audio, foreignObject'/>
+  <elementcategory name='structurally external' href='intro.html#TermStructurallyExternalElement' elements='script, image, use, iframe, video, audio, foreignObject'/>
 
   <!-- ... attributes common to multiple elements ........................ -->