Skip to content

Commit 24d4a06

Browse files
committed
Fix a bunch of links from SVG Integration to SVG Tiny 1.2.
1 parent 1fe5b35 commit 24d4a06

File tree

1 file changed

+52
-52
lines changed

1 file changed

+52
-52
lines changed

specs/integration/master/definitions-SVGT12.xml

Lines changed: 52 additions & 52 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
interfaces='SVGLocatableElement'>
1818
<x:contentmodel xmlns='http://www.w3.org/1999/xhtml'>Any number of elements that its parent may contain (except <a>'a'</a>) or character data, in any order.</x:contentmodel>
1919
<attribute name='xlink:href' href='linking.html#AElementXLinkHrefAttribute'/>
20-
<attribute name='xlink:show' href='linking.html#AElementXLinkShowAttribute'/>
20+
<attribute name='xlink:show' href='linking.html#XLinkShowAttribute'/>
2121
<attribute name='xlink:actuate' href='linking.html#AElementXLinkActuateAttribute'/>
2222
<attribute name='target' href='linking.html#AElementTargetAttribute'/>
2323
</element>
@@ -167,9 +167,9 @@
167167
<x:contentmodel xmlns='http://www.w3.org/1999/xhtml'>Any number of <a>descriptive elements</a> and <a>'font-face-src'</a> elements, in any order.</x:contentmodel>
168168
<attribute name='font-family' href='fonts.html#FontFaceElementFontFamilyAttribute'/>
169169
<attribute name='font-style' href='fonts.html#FontFaceElementFontStyleAttribute'/>
170-
<attribute name='font-variant' href='fonts.html#FontFaceElementFontVariantAttribute'/>
170+
<attribute name='font-variant' href='fonts.html#FontFaceElement'/> <!-- spec missing description of font-variant -->
171171
<attribute name='font-weight' href='fonts.html#FontFaceElementFontWeightAttribute'/>
172-
<attribute name='font-stretch' href='fonts.html#FontFaceElementFontStretchAttribute'/>
172+
<attribute name='font-stretch' href='fonts.html#FontFaceElement'/> <!-- spec missing description of font-stretch -->
173173
<attribute name='unicode-range' href='fonts.html#FontFaceElementUnicodeRangeAttribute'/>
174174
<attribute name='units-per-em' href='fonts.html#FontFaceElementUnitsPerEmAttribute'/>
175175
<attribute name='panose-1' href='fonts.html#FontFaceElementPanose1Attribute'/>
@@ -206,12 +206,12 @@
206206

207207
<element
208208
name='font-face-uri'
209-
href='fonts.html#FontFaceURIElement'
209+
href='fonts.html#FontFaceUriElement'
210210
elementcategories='descriptive'
211211
attributecategories='core, xlink'
212212
attributes='externalResourcesRequired'
213213
interfaces='SVGElement'>
214-
<attribute name='xlink:href' href='fonts.html#FontFaceUriElementHrefAttribute'/>
214+
<attribute name='xlink:href' href='fonts.html#FontFaceUriElementXlinkAttribute'/>
215215
</element>
216216

217217
<element
@@ -317,25 +317,25 @@
317317
attributecategories='core, presentation'
318318
attributes='externalResourcesRequired'
319319
interfaces='SVGElement'>
320-
<attribute name='x1' href='painting.html#LinearGradientElementX1Attribute'/>
321-
<attribute name='y1' href='painting.html#LinearGradientElementY1Attribute'/>
322-
<attribute name='x2' href='painting.html#LinearGradientElementX2Attribute'/>
323-
<attribute name='y2' href='painting.html#LinearGradientElementY2Attribute'/>
324-
<attribute name='gradientUnits' href='painting.html#LinearGradientElementGradientUnitsAttribute'/>
320+
<attribute name='x1' href='painting.html#LinearGradientX1Attribute'/>
321+
<attribute name='y1' href='painting.html#LinearGradientY1Attribute'/>
322+
<attribute name='x2' href='painting.html#LinearGradientX2Attribute'/>
323+
<attribute name='y2' href='painting.html#LinearGradientY2Attribute'/>
324+
<attribute name='gradientUnits' href='painting.html#LinearGradientUnitsAttribute'/>
325325
</element>
326326

327327
<!-- Should this implement SVGElement? -->
328328
<element
329329
name='listener'
330330
href='script.html#ListenerElement'
331331
attributecategories='core'>
332-
<attribute name='event' href='script.html#ListenerElementEventAttribute'/>
333-
<attribute name='phase' href='script.html#ListenerElementPhaseAttribute'/>
334-
<attribute name='propagate' href='script.html#ListenerElementPropagateAttribute'/>
335-
<attribute name='defaultAction' href='script.html#ListenerElementDefaultActionAttribute'/>
336-
<attribute name='observer' href='script.html#ListenerElementEventObserverAttribute'/>
337-
<attribute name='target' href='script.html#ListenerElementEventTargetAttribute'/>
338-
<attribute name='handler' href='script.html#ListenerElementEventHandlerAttribute'/>
332+
<attribute name='event' href='script.html#event-attr'/>
333+
<attribute name='phase' href='script.html#phase-attr'/>
334+
<attribute name='propagate' href='script.html#propagate-attr'/>
335+
<attribute name='defaultAction' href='script.html#defaultAction-attr'/>
336+
<attribute name='observer' href='script.html#observer-attr'/>
337+
<attribute name='target' href='script.html#target-attr'/>
338+
<attribute name='handler' href='script.html#handler-attr'/>
339339
</element>
340340

341341
<element
@@ -356,7 +356,7 @@
356356

357357
<element
358358
name='mpath'
359-
href='animate.html#MPathElement'
359+
href='animate.html#MpathElement'
360360
contentmodel='anyof'
361361
elementcategories='descriptive'
362362
attributecategories='core, xlink'
@@ -384,8 +384,8 @@
384384
elementcategories='descriptive'
385385
attributecategories='core, xlink'
386386
interfaces='SVGElement'>
387-
<attribute name='mediaSize' href='struct.html#PrefetchElementMediaSizeElement'/>
388-
<attribute name='mediaTime' href='struct.html#PrefetchElementMediaTimeElement'/>
387+
<attribute name='mediaSize' href='struct.html#PrefetchElementMediaSizeAttribute'/>
388+
<attribute name='mediaTime' href='struct.html#PrefetchElementMediaTimeAttribute'/>
389389
<attribute name='mediaCharacterEncoding' href='struct.html#PrefetchElementMediaCharacterEncodingAttribute'/>
390390
<attribute name='mediaContentEncodings' href='struct.html#PrefetchElementMediaContentEncodingsAttribute'/>
391391
<attribute name='bandwidth' href='struct.html#PrefetchElementBandwidthAttribute'/>
@@ -424,12 +424,12 @@
424424
attributecategories='core, presentation'
425425
attributes='externalResourcesRequired'
426426
interfaces='SVGElement'>
427-
<attribute name='cx' href='painting.html#RadialGradientElementCXAttribute'/>
428-
<attribute name='cy' href='painting.html#RadialGradientElementCYAttribute'/>
429-
<attribute name='r' href='painting.html#RadialGradientElementRAttribute'/>
430-
<attribute name='fx' href='painting.html#RadialGradientElementFXAttribute'/>
431-
<attribute name='fy' href='painting.html#RadialGradientElementFYAttribute'/>
432-
<attribute name='gradientUnits' href='painting.html#RadialGradientElementGradientUnitsAttribute'/>
427+
<attribute name='cx' href='painting.html#RadialElementCXAttribute'/>
428+
<attribute name='cy' href='painting.html#RadialElementCYAttribute'/>
429+
<attribute name='r' href='painting.html#RadialElementRAttribute'/>
430+
<attribute name='fx' href='painting.html#RadialElementFXAttribute'/>
431+
<attribute name='fy' href='painting.html#RadialElementFYAttribute'/>
432+
<attribute name='gradientUnits' href='painting.html#RadialGradientUnitsAttribute'/>
433433
</element>
434434

435435
<element
@@ -456,8 +456,8 @@
456456
attributes='externalResourcesRequired'
457457
interfaces='SVGElement'>
458458
<x:contentmodel xmlns='http://www.w3.org/1999/xhtml'>If the element has an <a>'script/xlink:href'</a> attribute specified, then any number of <a>descriptive elements</a>, in any order. Otherwise, any number of <a>descriptive elements</a> and text content, in any order.</x:contentmodel>
459-
<attribute name='type' href='script.html#ScriptElementTypeAttribute'/>
460-
<attribute name='xlink:href' href='linking.html#ScriptElementHrefAttribute'/>
459+
<attribute name='type' href='script.html#ScriptTypeAttribute'/>
460+
<attribute name='xlink:href' href='script.html#ScriptElementHrefAttribute'/>
461461
</element>
462462

463463
<element
@@ -485,7 +485,7 @@
485485
elements='descriptive, animation'
486486
attributecategories='core, presentation'
487487
interfaces='SVGElement'>
488-
<attribute name='offset' href='painting.html#StopElementOffsetAttribute'/>
488+
<attribute name='offset' href='painting.html#StopOffsetAttribute'/>
489489
</element>
490490

491491
<element
@@ -502,8 +502,8 @@
502502
<attribute name='width' href='struct.html#SVGElementWidthAttribute'/>
503503
<attribute name='height' href='struct.html#SVGElementHeightAttribute'/>
504504
<attribute name='snapshotTime' href='struct.html#SVGElementSnapshotTimeAttribute'/>
505-
<attribute name='playbackOrder' href='struct.html#SVGElementPlaybackOrderAttribute'/>
506-
<attribute name='timelineBegin' href='struct.html#SVGElementTimelineBeginAttribute'/>
505+
<attribute name='playbackOrder' href='struct.html#SVGElementPlaybackOrder'/>
506+
<attribute name='timelineBegin' href='struct.html#SVGElementTimelineBegin'/>
507507
<attribute name='syncBehaviorDefault' href='multimedia.html#SyncBehaviorDefaultAttribute'/>
508508
<attribute name='syncToleranceDefault' href='multimedia.html#SyncToleranceDefaultAttribute'/>
509509
</element>
@@ -600,7 +600,7 @@
600600
<attribute name='height' href='multimedia.html#VideoElementHeightAttribute'/>
601601
<attribute name='xlink:href' href='multimedia.html#VideoElementHrefAttribute'/>
602602
<attribute name='type' href='multimedia.html#VideoElementTypeAttribute'/>
603-
<attribute name='transformBehavior' href='multimedia.html#VideoElementTransformBehaviorAttribute'/>
603+
<attribute name='transformBehavior' href='multimedia.html#transformBehaviorAttribute'/>
604604
<attribute name='overlay' href='multimedia.html#VideoElementOverlayAttribute'/>
605605
</element>
606606

@@ -609,10 +609,10 @@
609609

610610
<elementcategory name='animation' href='intro.html#TermAnimationElement' elements='animate, animateColor, animateMotion, animateTransform, set'/>
611611
<elementcategory name='descriptive' href='intro.html#TermDescriptiveElement' elements='desc, title, metadata'/>
612-
<elementcategory name='shape' href='intro.html#TermShapeElement' elements='circle, ellipse, line, path, polygon, polyline, rect'/>
613-
<elementcategory name='structural' href='intro.html#TermStructuralElement' elements='defs, g, use'/>
614-
<elementcategory name='text content block' href='intro.html#TermTextElement' elements='text, textArea'/>
615-
<elementcategory name='gradient' href='intro.html#TermGradientElement' elements='linearGradient, radialGradient'/>
612+
<elementcategory name='shape' href='shape.html' elements='circle, ellipse, line, path, polygon, polyline, rect'/>
613+
<elementcategory name='structural' href='struct.html' elements='defs, g, use'/>
614+
<elementcategory name='text content block' href='intro.html#TermTextContentBlockElement' elements='text, textArea'/>
615+
<elementcategory name='gradient' href='painting.html#Gradients' elements='linearGradient, radialGradient'/>
616616

617617
<!-- ... attributes common to multiple elements ........................ -->
618618

@@ -631,11 +631,11 @@
631631
<attribute name='begin' elements='animate, set, animateMotion, animateColor, animateTransform, discard, animation, video, audio' href='animate.html#BeginAttribute'/>
632632

633633
<!-- attributes common to text content block elements -->
634-
<attribute name='editable' elements='text, textArea' href='text.html#EditableAttribute'/>
634+
<attribute name='editable' elements='text, textArea' href='text.html#editableAttributeDef'/>
635635

636636
<!-- misc -->
637-
<attribute name='focusHighlight' href='interact.html#FocusHighlightAttribute'/>
638-
<attribute name='contentScriptType' href='script.html#ContentScriptTypeAttribute'/>
637+
<attribute name='focusHighlight' href='interact.html#FocusHighlight'/>
638+
<attribute name='contentScriptType' href='struct.html#ContentScriptTypeAttribute'/>
639639
<attribute name='externalResourcesRequired' href='struct.html#ExternalResourcesRequiredAttribute'/>
640640
<attribute name='viewBox' href='coords.html#ViewBoxAttribute'/>
641641
<attribute name='preserveAspectRatio' href='coords.html#PreserveAspectRatioAttribute'/>
@@ -646,7 +646,7 @@
646646

647647
<attributecategory
648648
name='conditional'
649-
href='intro.html#TermConditionalAttribute'>
649+
href='struct.html#ConditionalProcessing'>
650650
<attribute name='requiredFeatures' href='struct.html#RequiredFeaturesAttribute'/>
651651
<attribute name='requiredFonts' href='struct.html#RequiredFontsAttribute'/>
652652
<attribute name='requiredFormats' href='struct.html#RequiredFormatsAttribute'/>
@@ -674,9 +674,10 @@
674674
<attribute name='typeof' href='struct.html#TypeofAttribute'/>
675675
</attributecategory>
676676

677+
<!-- missing definition in intros.html -->
677678
<attributecategory
678679
name='media presentation'
679-
href='intro.html#TermMediaPresentationAttribute'
680+
href='multimedia.html'
680681
presentationattributes='audio-level, buffered-rendering, display, image-rendering, pointer-events, shape-rendering, text-rendering, viewport-fill, viewport-fill-opacity, visibility'/>
681682

682683
<attributecategory
@@ -686,12 +687,12 @@
686687

687688
<attributecategory
688689
name='xlink'
689-
href='intro.html#TermXLinkAttribute'
690+
href='linking.html#xlinkRefAttrs'
690691
attributes='xlink:href, xlink:show, xlink:actuate'>
691-
<attribute name='xlink:type' href='struct.html#XLinkTypeAttribute'/>
692-
<attribute name='xlink:role' href='struct.html#XLinkRoleAttribute'/>
693-
<attribute name='xlink:arcrole' href='struct.html#XLinkArcRoleAttribute'/>
694-
<attribute name='xlink:title' href='struct.html#XLinkTitleAttribute'/>
692+
<attribute name='xlink:type' href='linking.html#XLinkTypeAttribute'/>
693+
<attribute name='xlink:role' href='linking.html#XLinkRoleAttribute'/>
694+
<attribute name='xlink:arcrole' href='linking.html#XLinkArcRoleAttribute'/>
695+
<attribute name='xlink:title' href='linking.html#XLinkTitleAttribute'/>
695696
</attributecategory>
696697

697698
<attributecategory
@@ -703,7 +704,7 @@
703704

704705
<attributecategory
705706
name='animation timing'
706-
href='intro.html#TermAnimationTimingAttribute'
707+
href='animate.html#TimingAttributes'
707708
attributes='begin'>
708709
<attribute name='dur' href='animate.html#DurAttribute'/>
709710
<attribute name='end' href='animate.html#EndAttribute'/>
@@ -717,7 +718,7 @@
717718

718719
<attributecategory
719720
name='animation value'
720-
href='intro.html#TermAnimationValueAttribute'>
721+
href='animate.html#ValueAttributes'>
721722
<attribute name='calcMode' href='animate.html#CalcModeAttribute'/>
722723
<attribute name='values' href='animate.html#ValuesAttribute'/>
723724
<attribute name='keyTimes' href='animate.html#KeyTimesAttribute'/>
@@ -729,14 +730,14 @@
729730

730731
<attributecategory
731732
name='animation addition'
732-
href='intro.html#TermAnimationAdditionAttribute'>
733+
href='animate.html#AdditionAttributes'>
733734
<attribute name='additive' href='animate.html#AdditiveAttribute'/>
734735
<attribute name='accumulate' href='animate.html#AccumulateAttribute'/>
735736
</attributecategory>
736737

737738
<attributecategory
738739
name='focus'
739-
href='intro.html#TermFocusAttribute'>
740+
href='interact.html#focus'>
740741
<attribute name='focusable' href='interact.html#FocusableAttribute'/>
741742
<attribute name='nav-next' href='interact.html#NavNextAttribute'/>
742743
<attribute name='nav-prev' href='interact.html#NavPrevAttribute'/>
@@ -747,7 +748,7 @@
747748
<attribute name='nav-down' href='interact.html#NavDownAttribute'/>
748749
<attribute name='nav-down-left' href='interact.html#NavDownLeftAttribute'/>
749750
<attribute name='nav-left' href='interact.html#NavLeftAttribute'/>
750-
<attribute name='nav-up-left' href='interact.html#NavUpleftAttribute'/>
751+
<attribute name='nav-up-left' href='interact.html#NavUpLeftAttribute'/>
751752
</attributecategory>
752753

753754
<!-- ... properties ..................................................... -->
@@ -832,7 +833,6 @@
832833
<interface name='SVGLocatable' href='svgudom.html#svg__SVGLocatable'/>
833834
<interface name='SVGLocatableElement' href='svgudom.html#svg__SVGLocatableElement'/>
834835
<interface name='TraitAccess' href='svgudom.html#svg__TraitAccess'/>
835-
<interface name='Additional accessing rules' href='svgudom.html#svg__Additional accessing rules'/>
836836
<interface name='SVGElement' href='svgudom.html#svg__SVGElement'/>
837837
<interface name='SVGTimedElement' href='svgudom.html#svg__SVGTimedElement'/>
838838
<interface name='SVGAnimationElement' href='svgudom.html#svg__SVGAnimationElement'/>

0 commit comments

Comments
 (0)