Code

Updated to additions for <switch>
authorjoncruz <joncruz@users.sourceforge.net>
Thu, 27 Apr 2006 15:59:35 +0000 (15:59 +0000)
committerjoncruz <joncruz@users.sourceforge.net>
Thu, 27 Apr 2006 15:59:35 +0000 (15:59 +0000)
src/attributes-test.h

index 9117bec4ce2a8dd9c434f5643b07efde7da0741b..ffef1b24454fb6b64cceeda8a962bd9c7b87dbb4 100644 (file)
@@ -219,7 +219,8 @@ struct {char const *attr; bool supported;} const all_attrs[] = {
     {"rendering-intent", true},
     {"repeatCount", true},
     {"repeatDur", true},
-    {"requiredExtensions", false},
+    {"requiredFeatures", true},
+    {"requiredExtensions", true},
     {"restart", true},
     {"result", false},
     {"rotate", true},
@@ -252,7 +253,7 @@ struct {char const *attr; bool supported;} const all_attrs[] = {
     {"stroke-width", true},
     {"style", true},
     {"surfaceScale", false},
-    {"systemLanguage", false},
+    {"systemLanguage", true},
     {"tableValues", false},
     {"target", true},
     {"targetX", false},