Title: [91445] trunk/Websites/webkit.org
Revision
91445
Author
[email protected]
Date
2011-07-20 22:49:22 -0700 (Wed, 20 Jul 2011)

Log Message

SVG feature status is not up-to-date
https://bugs.webkit.org/show_bug.cgi?id=64856

Patch by Leo Yang <[email protected]> on 2011-07-20
Reviewed by Dirk Schulze.

Update SVG feature status after r91331.

* projects/svg/status.xml:

Modified Paths

Diff

Modified: trunk/Websites/webkit.org/ChangeLog (91444 => 91445)


--- trunk/Websites/webkit.org/ChangeLog	2011-07-21 05:04:49 UTC (rev 91444)
+++ trunk/Websites/webkit.org/ChangeLog	2011-07-21 05:49:22 UTC (rev 91445)
@@ -1,3 +1,14 @@
+2011-07-20  Leo Yang  <[email protected]>
+
+        SVG feature status is not up-to-date
+        https://bugs.webkit.org/show_bug.cgi?id=64856
+
+        Reviewed by Dirk Schulze.
+
+        Update SVG feature status after r91331.
+
+        * projects/svg/status.xml:
+
 2011-06-29  Leandro Pereira  <[email protected]>
 
         Reviewed by Darin Adler.

Modified: trunk/Websites/webkit.org/projects/svg/status.xml (91444 => 91445)


--- trunk/Websites/webkit.org/projects/svg/status.xml	2011-07-21 05:04:49 UTC (rev 91444)
+++ trunk/Websites/webkit.org/projects/svg/status.xml	2011-07-21 05:49:22 UTC (rev 91445)
@@ -6,7 +6,7 @@
     This is a seldom-updated summary document showing the current implementation status of SVG in WebKit.
     </p>
     <p>
-    Last update: Jan 5th, 2010.
+    Last update: Jul 21st, 2011.
     </p>
     <p>
     Note: this is not a full list of all SVG bugs, please see the <a href="" bug list</a>.
@@ -174,22 +174,25 @@
             <element>
                 <name>altGlyph</name>
                 <url>http://www.w3.org/TR/SVG11/text.html#AltGlyphElement</url>
-                <status>Partial</status>
+                <status>Implemented</status>
             </element>
             <element>
-                <name>altGlpyhDef</name>
+                <name>altGlyphDef</name>
                 <url>http://www.w3.org/TR/SVG11/text.html#AltGlyphDefElement</url>
-                <status>Unimplemented</status>
+                <status>Implemented</status>
             </element>
             <element>
-                <name>altGlpyhItem</name>
+                <name>altGlyphItem</name>
                 <url>http://www.w3.org/TR/SVG11/text.html#AltGlyphItemElement</url>
-                <status>Unimplemented</status>
+                <status>Implemented</status>
             </element>
             <element>
                 <name>glyphRef</name>
                 <url>http://www.w3.org/TR/SVG11/text.html#GlyphRefElement</url>
-                <status>Unimplemented</status>
+                <status>Implemented</status>
+                <issues>
+                    <issue>x, y, dx, dy, format and glyphRef attributes are not supported <bug>64787</bug></issue>
+                </issues>
             </element>
         </elements>
     </module>
_______________________________________________
webkit-changes mailing list
[email protected]
http://lists.webkit.org/mailman/listinfo.cgi/webkit-changes

Reply via email to