svg2: Fix reference to script feature string from SVG-dynamic

details:   https://svgwg.org/hg/svg2/rev/6f0ada2a80cc
branches:  
changeset: 498:6f0ada2a80cc
user:      Brian Birtles <birtles@gmail.com>
date:      Wed May 22 11:30:40 2013 +0800
description:
Fix reference to script feature string from SVG-dynamic

diffstat:

 master/feature.html |  2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diffs (22 lines):

diff --git a/master/feature.html b/master/feature.html
--- a/master/feature.html
+++ b/master/feature.html
@@ -151,17 +151,17 @@ the SVG 1.0 feature strings can be consi
   <dd>http://www.w3.org/TR/SVG11/feature#SVG-dynamic</dd>
   <dt>User Agent Supports:</dt>
   <dd>
     All of the language features from
     "http://www.w3.org/TR/SVG11/feature#SVG-animation" plus the
     following features: 
     <ul>
       <li>http://www.w3.org/TR/SVG11/feature#Hyperlinking</li>
-      <li>http://www.w3.org/TR/SVG11/feature#Scripting</li>
+      <li>http://www.w3.org/TR/SVG11/feature#Script</li>
       <li>http://www.w3.org/TR/SVG11/feature#View</li>
       <li>http://www.w3.org/TR/SVG11/feature#Cursor</li>
       <li>http://www.w3.org/TR/SVG11/feature#GraphicalEventsAttribute</li>
       <li>http://www.w3.org/TR/SVG11/feature#DocumentEventsAttribute</li>
       <li>http://www.w3.org/TR/SVG11/feature#AnimationEventsAttribute</li>
     </ul>
     For SVG viewers running on media capable of rendering
     time-based material, such as displays,

Received on Wednesday, 22 May 2013 03:33:25 UTC