This appendix is informative.
Listed in this section are all the changes have been made to this Candidate Recommendation relative to the previous public Working Draft of SVG Tiny 1.2. Cosmetic changes (i.e. correction of typos, changes related to the styling of the document and addition of links) need not be listed.
Added a definition for "text content block element" to allow for consistency and extensibility.
Corrected the term "default values" to "lacuna values".
Added term "media element".
Added term "host language".
Corrected the term "International Resource Identifiers" to "Internationalized Resource Identifiers".
Added authoring note for the 'type' attribute on 'image' elements.
Clarified wording on return value when id and xml:id are set to different values.
Corrected the definition of the 'preserveAspectRatio' attribute to state that it's animatable, as was the case in SVG Tiny 1.1.
Added informative note about clipping of overflow on elements that establish viewports.
Changed text describing the outline of rounded rectangles. Removed specific wording referencing SVG 1.1 full elliptical arcs.
Added references to "text content element" or "text content block element" where appropriate.
Corrected description of text-anchor for Arabic text.
Clarified text in an area layout rules with regards to xml:space.
Added references to "text content element" or "text content block element" where appropriate.
Fallback syntax for gradients, present in SVG 1.1, added to improve SVG 1.1 compatibility
Property 'viewport-fill' can be set to currentColor, just like all the other color properties.
Clarified that the 'opacity' property can only be set on the image element, as well as only applying there (in Tiny 1.2); ensures compatibility with 1.1 Full renderers.
Added an example of 'opacity', related to the above clarification.
Clarified that paint servers that use non-local IRI:s must not be treated as invalid if the user agent supports them, which is the case for 1.1 or 1.2 Full viewers.
Clarified that inheritance with the solidColor paint server is the same as with linearGradient and radialGradient paint servers.
added an informative link to a graphics in the area-model of the XSL-specification illustrating the display-align property
Added authoring note for the 'type' attributes of 'audio' and 'video' elements.
Added 'use' to the list of elements that 'audio-level' applies to.
Clarified that "An element's volume is the product of its clamped audio-level property and either the clamped computed value of its parent, or the initial value (1.0) if it has no parent."
Added "Audio-level clamping occurs for any values outside the range 0.0 (silent) to 1.0 (system volume). (See Clamping values which are restricted to a particular range.)"
Added "This section is informative: An element's volume cannot be louder than the volume of its parent."
Added references to "text content element" or "text content block element" where appropriate.
Dispatching of SVGLoad event described more clearly.
Added clarification text describing what happens when the xlink:href attribute value is changed.
Removed left-over wording about empty xlink:href on "a" element, which we had earlier said we would remove but was still there.
Lift restriction on linking within the document, allowing a host language to define whether linking outside of the current SVG document fragment has an effect or not.
Added informative section on event-base element.
Clarified that color keywords can be converted to numeric color values for animation.
Clarified that a missing or invalid value for 'max' does not constrain the active duration at all.
Clarified that when 'attributeName' is not specified the animation doesn't apply to any attribute.
A 'begin' attribute value that is in error is equivalent to a begin value of 'indefinite', not 0.
Clarified animateColor where the values currentColor, none or inherit are specified.
Added references to "text content element" or "text content block element" where appropriate.
Updated BCP 47 reference
Clarified float as regards IEEE-754 signaling NaN.
Added setAttribute/getAttribute to the Element interface.
Moved the ElementTraversal API from the svg module to the DOM Core module.
TraitAccess of the 'baseProfile' trait had incorrect default value in the table, was: "tiny" now: "none".
The default value for getTrait('version') is now "User-Agent" to be compatible with JSR.
The getPathTrait method must return an SVGPath for invalid path attributes up to the point of error.
The behavior when accessing traits on elements outside of the document tree is User Agent dependent.
Added references to "text content element" or "text content block element" where appropriate.
Deleted "A non-positive radius value must be considered an error." - the condition only applies to elliptical arcs which are not part of the SVGT path commands, so the condition could never be triggered.
Changed instance of "MUST" to "must", edited case assertion to say that these words do not necessarily appear in all uppercase letters in this specification.
Added references to "text content element" or "text content block element" where appropriate.
Restored missing reference to SMIL Animation.
Corrected link to ECMAScript (ECMA262) specification.
Updated BCP 47 reference