SVG:Specification Issues: Difference between revisions

From MozillaWiki
Jump to navigation Jump to search
m (break paragraph into two)
No edit summary
 
(11 intermediate revisions by 3 users not shown)
Line 1: Line 1:
This page tracks some of the specification issues we've encountered more recently while implementing SVG.
Ideally issues should be tracked using issue tracking software, but that's often less accessible to "outsiders", and it can take time and many iterations to hash out a good clear description for an issue. In that respect, wiki pages (with their version history and the ability to revert changes) are very useful.


When we discovered issues with the SVG specification in the past, we used to report them to the SVG working group via www-svg@w3.org in the belief that they would be tracked and (eventually) fixed. However, it has since come to light that many of the issues that are reported to www-svg never make it into their tracking system, and of those that do, many are eventually simply closed (unresolved) because nobody in the working group picks them up. It is still worth keeping a record of the issues we encounter, but just sending them into the black hole that is www-svg would be a bad idea. Hence this page.
[https://wiki.mozilla.org/index.php?title=Special%3AAllPages&from=Specification+Issues&to=Specification+Issuet&namespace=110 List of child pages]


Ideally issues should be tracked using issue tracking software, but it can take time and many iterations to hash out a good clear description for an issue, and in that respect, wiki pages (with their version history and the ability to revert changes) are very useful.
Some other issues that don't have pages on this wiki:


* [[SVG:Specification_Issues:Embedding_by_Inclusion|Embedding by Inclusion]]
* [[SVG:Specification_Issues:Embedding_by_Inclusion|Embedding by Inclusion]]
* SVG Length:
**[http://lists.w3.org/Archives/Public/www-svg/2005Apr/0006 (SVG1.1) how do lengths that are not in a document work?]
* SVG Fonts:
** [http://lists.w3.org/Archives/Public/www-svg/2007May/0012 (SVG1.2T) <font-face> ascent/descent definitions incorrect]
** [http://lists.w3.org/Archives/Public/www-svg/2007May/0013 (SVG1.1/SVG1.2T) <font-face> {underline,strikethrough,overline}-{position,thickness} defaults]
** [http://lists.w3.org/Archives/Public/www-svg/2007May/0014.html (SVG1.1/SVG1.2T) multiple <missing-glyph>]
** [http://lists.w3.org/Archives/Public/www-svg/2007May/0015 (SVG1.1/SVG1.2T) multiple <font-face> elements]
** [http://lists.w3.org/Archives/Public/www-svg/2007May/0016.html (SVG1.1) circular definition of SVG font vert-origin-y, ascent if neither set]
* SVG Filters:
** [http://lists.w3.org/Archives/Public/www-svg/2007Jun/0002 (SVG1.1) SVGFESpecularLighting missing kernelUnitLength?]
** [http://lists.w3.org/Archives/Public/www-svg/2007Jun/0006.html (SVG1.1) FillPaint and StrokePaint inputs for filters poorly defined for container elements]
**[http://lists.w3.org/Archives/Public/www-svg/2008May/0013.html (SVG1.1) effect of filter primitive subregion on feGaussianBlur]
**[http://lists.w3.org/Archives/Public/www-svg/2008May/0014.html (SVG1.2) filter margins useless]
**[http://lists.w3.org/Archives/Public/www-svg/2008Jun/0007.html (SVG1.1) bad viewport text for backgroundImage]
** [http://lists.w3.org/Archives/Public/www-svg/2009Oct/0031.html (SVG1.1) filter primitive subregion too vague]
*SVG Script
**[http://www.w3.org/Bugs/Public/show_bug.cgi?id=5362 (SVG1.1) script should have a type attributes so that local scripts work]
*SVG Text:
**[http://lists.w3.org/Archives/Public/www-svg/2009Oct/0010.html (SVG1.1) insufficient detail to implement text-decoration]
**[http://lists.w3.org/Archives/Public/www-svg/2007Jun/0031.html (SVG1.1) xml:space="default" underspecified]
*image-rendering
**[http://lists.w3.org/Archives/Public/www-svg/2009Mar/0179.html (SVG1.1) additional crispEdges value for image-rendering]
----
Resolved in errata
* SVG Filters:
** [http://lists.w3.org/Archives/Public/www-svg/2007Jun/0003.html (SVG1.1) feDiffuseLighting calculation does not define I(x,y)]
** [http://lists.w3.org/Archives/Public/www-svg/2007Jun/0005.html (SVG1.1) feSpotLight's limitingConeAngle not mentioned in lighting equations]

Latest revision as of 18:40, 2 November 2011

Ideally issues should be tracked using issue tracking software, but that's often less accessible to "outsiders", and it can take time and many iterations to hash out a good clear description for an issue. In that respect, wiki pages (with their version history and the ability to revert changes) are very useful.

List of child pages

Some other issues that don't have pages on this wiki:


Resolved in errata