[html5] r8592 - [giow] (3) PARSER CHANGE: remove some attributes from the SVG attribute mapping [...]

whatwg at whatwg.org whatwg at whatwg.org
Wed Apr 30 11:55:28 PDT 2014


Author: ianh
Date: 2014-04-30 11:55:24 -0700 (Wed, 30 Apr 2014)
New Revision: 8592

Modified:
   complete.html
   index
   source
Log:
[giow] (3) PARSER CHANGE: remove some attributes from the SVG attribute mapping
Fixing https://www.w3.org/Bugs/Public/show_bug.cgi?id=25377
Affected topics: HTML Syntax and Parsing

Modified: complete.html
===================================================================
--- complete.html	2014-04-30 18:41:06 UTC (rev 8591)
+++ complete.html	2014-04-30 18:55:24 UTC (rev 8592)
@@ -90857,8 +90857,6 @@
     <tr><td> <code title="">baseprofile</code> <td> <code title="">baseProfile</code>
     <tr><td> <code title="">calcmode</code> <td> <code title="">calcMode</code>
     <tr><td> <code title="">clippathunits</code> <td> <code title="">clipPathUnits</code>
-    <tr><td> <code title="">contentscripttype</code> <td> <code title="">contentScriptType</code>
-    <tr><td> <code title="">contentstyletype</code> <td> <code title="">contentStyleType</code>
     <tr><td> <code title="">diffuseconstant</code> <td> <code title="">diffuseConstant</code>
     <tr><td> <code title="">edgemode</code> <td> <code title="">edgeMode</code>
     <tr><td> <code title="">externalresourcesrequired</code> <td> <code title="">externalResourcesRequired</code>

Modified: index
===================================================================
--- index	2014-04-30 18:41:06 UTC (rev 8591)
+++ index	2014-04-30 18:55:24 UTC (rev 8592)
@@ -90857,8 +90857,6 @@
     <tr><td> <code title="">baseprofile</code> <td> <code title="">baseProfile</code>
     <tr><td> <code title="">calcmode</code> <td> <code title="">calcMode</code>
     <tr><td> <code title="">clippathunits</code> <td> <code title="">clipPathUnits</code>
-    <tr><td> <code title="">contentscripttype</code> <td> <code title="">contentScriptType</code>
-    <tr><td> <code title="">contentstyletype</code> <td> <code title="">contentStyleType</code>
     <tr><td> <code title="">diffuseconstant</code> <td> <code title="">diffuseConstant</code>
     <tr><td> <code title="">edgemode</code> <td> <code title="">edgeMode</code>
     <tr><td> <code title="">externalresourcesrequired</code> <td> <code title="">externalResourcesRequired</code>

Modified: source
===================================================================
--- source	2014-04-30 18:41:06 UTC (rev 8591)
+++ source	2014-04-30 18:55:24 UTC (rev 8592)
@@ -101453,8 +101453,6 @@
     <tr> <td> <code data-x="">baseprofile</code> <td> <code data-x="">baseProfile</code>
     <tr> <td> <code data-x="">calcmode</code> <td> <code data-x="">calcMode</code>
     <tr> <td> <code data-x="">clippathunits</code> <td> <code data-x="">clipPathUnits</code>
-    <tr> <td> <code data-x="">contentscripttype</code> <td> <code data-x="">contentScriptType</code>
-    <tr> <td> <code data-x="">contentstyletype</code> <td> <code data-x="">contentStyleType</code>
     <tr> <td> <code data-x="">diffuseconstant</code> <td> <code data-x="">diffuseConstant</code>
     <tr> <td> <code data-x="">edgemode</code> <td> <code data-x="">edgeMode</code>
     <tr> <td> <code data-x="">externalresourcesrequired</code> <td> <code data-x="">externalResourcesRequired</code>




More information about the Commit-Watchers mailing list