TestCoverage/19-Extensibility

From SVG

This page is an archive of the previous Group's wiki from http://www.w3.org/Graphics/SVG/Group/wiki.


Test Coverage for SVG Tiny 1.2 Chapter 19: Extensibility

[1]

Legend:

 - is a comment or note
  is an assertion or feature that is fully covered in the test suite
 # is an assertion or feature that is partially or not covered in the test suite

19.1 Foreign namespaces and private data

 This is already tested under Unsupported elements, attributes, properties, attribute values and property values http://www.w3.org/Graphics/SVG/Group/repository/spec/mobile/1.2/1.2NG/master/implnote.html
 - extend-namespace-02-t.svg

19.2 Embedding foreign object types

- By definition these can't be tested in an SVG test suite, only a suite for a wider specification that includes SVG.


# All MouseEvents that are dispatched to a 'foreignObject' element, including mouse events that bubble from the embedded content, must have their clientX/clientY attributes adjusted so that they represent values within the initial viewport coordinate system.
 - sounds testable, but in Tiny you can't dispatch events from script.