Confirmed users
489
edits
(→Data) |
|||
Line 57: | Line 57: | ||
== Data == | == Data == | ||
* What data is read or parsed by this feature | * What data is read or parsed by this feature | ||
** The values of the SVG <animate>, <set>, and <animateTransform> elements' attributes. These consist of semicolon-separated lists of values, time values, ... | |||
The values of the SVG <animate>, <set>, and <animateTransform> elements' attributes. These consist of semicolon-separated lists of values, time values, ... | ** The SMIL patch adds the class "nsSMILParserUtils," which takes care of its parsing needs. | ||
The SMIL patch adds the class "nsSMILParserUtils," which takes care of its parsing needs. | |||
* What is the output of this feature | * What is the output of this feature | ||
** Animations (animated attributes) in SVG documents that would otherwise be static. | |||
Animations (animated attributes) in SVG documents that would otherwise be static. | |||
* What storage formats are used | * What storage formats are used |