ISSUE-2219 (test-coverage-props-11): Missing test coverage for SVG 1.1 properties [SVG Full 1.1]

ISSUE-2219 (test-coverage-props-11): Missing test coverage for SVG 1.1 properties [SVG Full 1.1]

http://www.w3.org/Graphics/SVG/WG/track/issues/2219

Raised by: Cameron McCormack
On product: SVG Full 1.1

The following properties are not tested in the SVG 1.1 test suite:

  alignment-baseline
  color-interpolation-filters
  dominant-baseline
  font-size-adjust
  font-stretch
  glyph-orientation-horizontal (text-intro-03-b claims to test this but doesn't)
  kerning

The following properties do not have strong conformance requirements, are not tested, but could benefit from some minimal testing (e.g. ensuring they are exposed via a CSSStyleDeclaration):

  color-rendering
  image-rendering
  shape-rendering
  text-rendering

There is no test for the 'enable-background' property value "new" with the x/y/width/height parameters.

There is no explicit test for the 'font' shorthand property.  (A couple of tests do use it, but it's not testing it specifically.)

There are no tests for 'font-size' keywords, such as "xx-large" or "smaller".

It would be good to have a test for 'glyph-orientation-vertical' with a value other than "0".

There is no test for text-decoration:overline.

There is no test for unicode-bidi:embed.

There are no tests for 'writing-mode' keywords except for "tb".

Received on Monday, 9 February 2009 23:01:42 UTC