From e7bf077817e3a739ed72fbce6b1e1ecad63b0505 Mon Sep 17 00:00:00 2001 From: "tor%cs.brown.edu" Date: Tue, 14 Jun 2005 20:32:35 +0000 Subject: [PATCH] Bug 296266 - Update SVG feature strings. Patch by scootermorris@comcast.net, r=tor, a=asa. --- content/svg/content/src/nsSVGFeaturesList.h | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/content/svg/content/src/nsSVGFeaturesList.h b/content/svg/content/src/nsSVGFeaturesList.h index a9255749f01..c591ece46fa 100644 --- a/content/svg/content/src/nsSVGFeaturesList.h +++ b/content/svg/content/src/nsSVGFeaturesList.h @@ -43,7 +43,7 @@ SVG_SUPPORTED_FEATURE("http://www.w3.org/TR/SVG11/feature#CoreAttribute") SVG_SUPPORTED_FEATURE("http://www.w3.org/TR/SVG11/feature#Structure") SVG_SUPPORTED_FEATURE("http://www.w3.org/TR/SVG11/feature#ContainerAttribute") SVG_SUPPORTED_FEATURE("http://www.w3.org/TR/SVG11/feature#ConditionalProcessing") -SVG_UNSUPPORTED_FEATURE("http://www.w3.org/TR/SVG11/feature#Image") +SVG_SUPPORTED_FEATURE("http://www.w3.org/TR/SVG11/feature#Image") SVG_SUPPORTED_FEATURE("http://www.w3.org/TR/SVG11/feature#Style") SVG_SUPPORTED_FEATURE("http://www.w3.org/TR/SVG11/feature#ViewportAttribute") SVG_SUPPORTED_FEATURE("http://www.w3.org/TR/SVG11/feature#Shape") @@ -53,9 +53,9 @@ SVG_SUPPORTED_FEATURE("http://www.w3.org/TR/SVG11/feature#OpacityAttribute") SVG_SUPPORTED_FEATURE("http://www.w3.org/TR/SVG11/feature#GraphicsAttribute") SVG_SUPPORTED_FEATURE("http://www.w3.org/TR/SVG11/feature#Marker") SVG_UNSUPPORTED_FEATURE("http://www.w3.org/TR/SVG11/feature#ColorProfile") -SVG_UNSUPPORTED_FEATURE("http://www.w3.org/TR/SVG11/feature#Gradient") -SVG_SUPPORTED_FEATURE("http://www.w3.org/TR/SVG11/feature#Pattern") -SVG_UNSUPPORTED_FEATURE("http://www.w3.org/TR/SVG11/feature#Clip") +SVG_SUPPORTED_FEATURE("http://www.w3.org/TR/SVG11/feature#Gradient") +SVG_UNSUPPORTED_FEATURE("http://www.w3.org/TR/SVG11/feature#Pattern") +SVG_SUPPORTED_FEATURE("http://www.w3.org/TR/SVG11/feature#Clip") SVG_UNSUPPORTED_FEATURE("http://www.w3.org/TR/SVG11/feature#Mask") SVG_UNSUPPORTED_FEATURE("http://www.w3.org/TR/SVG11/feature#Filter") @@ -64,25 +64,25 @@ SVG_SUPPORTED_FEATURE("http://www.w3.org/TR/SVG11/feature#BasicStructure") SVG_SUPPORTED_FEATURE("http://www.w3.org/TR/SVG11/feature#BasicText") SVG_SUPPORTED_FEATURE("http://www.w3.org/TR/SVG11/feature#BasicPaintAttribute") SVG_SUPPORTED_FEATURE("http://www.w3.org/TR/SVG11/feature#BasicGraphicsAttribute") -SVG_UNSUPPORTED_FEATURE("http://www.w3.org/TR/SVG11/feature#BasicClip") +SVG_SUPPORTED_FEATURE("http://www.w3.org/TR/SVG11/feature#BasicClip") SVG_UNSUPPORTED_FEATURE("http://www.w3.org/TR/SVG11/feature#BasicFilter") // Animation feature SVG_UNSUPPORTED_FEATURE("http://www.w3.org/TR/SVG11/feature#Animation") // Dynamic features -SVG_UNSUPPORTED_FEATURE("http://www.w3.org/TR/SVG11/feature#DocumentEventsAttribute") -SVG_UNSUPPORTED_FEATURE("http://www.w3.org/TR/SVG11/feature#GraphicalEventsAttribute") +SVG_SUPPORTED_FEATURE("http://www.w3.org/TR/SVG11/feature#DocumentEventsAttribute") +SVG_SUPPORTED_FEATURE("http://www.w3.org/TR/SVG11/feature#GraphicalEventsAttribute") SVG_UNSUPPORTED_FEATURE("http://www.w3.org/TR/SVG11/feature#AnimationEventsAttribute") SVG_SUPPORTED_FEATURE("http://www.w3.org/TR/SVG11/feature#Cursor") SVG_SUPPORTED_FEATURE("http://www.w3.org/TR/SVG11/feature#Hyperlinking") -SVG_UNSUPPORTED_FEATURE("http://www.w3.org/TR/SVG11/feature#XlinkAttribute") +SVG_SUPPORTED_FEATURE("http://www.w3.org/TR/SVG11/feature#XlinkAttribute") SVG_UNSUPPORTED_FEATURE("http://www.w3.org/TR/SVG11/feature#ExternalResourcesRequired") SVG_UNSUPPORTED_FEATURE("http://www.w3.org/TR/SVG11/feature#View") -SVG_UNSUPPORTED_FEATURE("http://www.w3.org/TR/SVG11/feature#Script") +SVG_SUPPORTED_FEATURE("http://www.w3.org/TR/SVG11/feature#Script") SVG_UNSUPPORTED_FEATURE("http://www.w3.org/TR/SVG11/feature#Font") SVG_UNSUPPORTED_FEATURE("http://www.w3.org/TR/SVG11/feature#BasicFont") -SVG_UNSUPPORTED_FEATURE("http://www.w3.org/TR/SVG11/feature#Extensibility") +SVG_SUPPORTED_FEATURE("http://www.w3.org/TR/SVG11/feature#Extensibility") // Feature groups (SVG 1.1 style) SVG_SUPPORTED_FEATURE("http://www.w3.org/TR/SVG11/feature#SVG")