From f573270a30dba3af8f40a0ac25d4257f3d0d220b Mon Sep 17 00:00:00 2001 From: Tavmjong Bah Date: Fri, 20 Feb 2015 12:01:48 +0100 Subject: Eliminate errors and reduce warnings. (bzr r13927) --- src/attributes-test.h | 11 +++++++++-- 1 file changed, 9 insertions(+), 2 deletions(-) diff --git a/src/attributes-test.h b/src/attributes-test.h index ba34717ea..7379e4e85 100644 --- a/src/attributes-test.h +++ b/src/attributes-test.h @@ -38,6 +38,8 @@ public: attindex.html lacks attributeName, begin, additive, font, marker; I've added these manually. + + SVG 2: white-space, shape-inside, shape-outside, shape-padding, shape-margin */ struct {char const *attr; bool supported;} const all_attrs[] = { {"attributeName", true}, @@ -163,7 +165,7 @@ struct {char const *attr; bool supported;} const all_attrs[] = { {"keySplines", true}, {"keyTimes", true}, {"lang", true}, - {"lengthAdjust", false}, + {"lengthAdjust", true}, {"letter-spacing", true}, {"lighting-color", true}, {"limitingConeAngle", true}, @@ -246,6 +248,10 @@ struct {char const *attr; bool supported;} const all_attrs[] = { {"ry", true}, {"scale", true}, {"seed", true}, + {"shape-inside", true}, + {"shape-margin", true}, + {"shape-outside", true}, + {"shape-padding", true}, {"shape-rendering", true}, {"slope", true}, {"spacing", false}, @@ -285,7 +291,7 @@ struct {char const *attr; bool supported;} const all_attrs[] = { {"text-indent", true}, {"text-rendering", true}, {"text-transform", true}, - {"textLength", false}, + {"textLength", true}, {"title", false}, {"to", true}, {"transform", true}, @@ -310,6 +316,7 @@ struct {char const *attr; bool supported;} const all_attrs[] = { {"viewBox", true}, {"viewTarget", false}, {"visibility", true}, + {"white-space", true}, {"width", true}, {"widths", true}, {"word-spacing", true}, -- cgit v1.2.3