[html5] r8675 - [giow] (3) PARSER: remove an SVG element that's apparently DOA. Fixing https://w [...]
whatwg at whatwg.org
whatwg at whatwg.org
Thu Jun 12 09:52:00 PDT 2014
Author: ianh
Date: 2014-06-12 09:51:57 -0700 (Thu, 12 Jun 2014)
New Revision: 8675
Modified:
complete.html
index
source
Log:
[giow] (3) PARSER: remove an SVG element that's apparently DOA.
Fixing https://www.w3.org/Bugs/Public/show_bug.cgi?id=26067
Affected topics: HTML Syntax and Parsing
Modified: complete.html
===================================================================
--- complete.html 2014-06-12 16:37:38 UTC (rev 8674)
+++ complete.html 2014-06-12 16:51:57 UTC (rev 8675)
@@ -90966,7 +90966,6 @@
<tr><td> <code title="">clippathunits</code> <td> <code title="">clipPathUnits</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>
<tr><td> <code title="">filterunits</code> <td> <code title="">filterUnits</code>
<tr><td> <code title="">glyphref</code> <td> <code title="">glyphRef</code>
<tr><td> <code title="">gradienttransform</code> <td> <code title="">gradientTransform</code>
Modified: index
===================================================================
--- index 2014-06-12 16:37:38 UTC (rev 8674)
+++ index 2014-06-12 16:51:57 UTC (rev 8675)
@@ -90966,7 +90966,6 @@
<tr><td> <code title="">clippathunits</code> <td> <code title="">clipPathUnits</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>
<tr><td> <code title="">filterunits</code> <td> <code title="">filterUnits</code>
<tr><td> <code title="">glyphref</code> <td> <code title="">glyphRef</code>
<tr><td> <code title="">gradienttransform</code> <td> <code title="">gradientTransform</code>
Modified: source
===================================================================
--- source 2014-06-12 16:37:38 UTC (rev 8674)
+++ source 2014-06-12 16:51:57 UTC (rev 8675)
@@ -100353,7 +100353,6 @@
<tr> <td> <code data-x="">clippathunits</code> <td> <code data-x="">clipPathUnits</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>
<tr> <td> <code data-x="">filterunits</code> <td> <code data-x="">filterUnits</code>
<tr> <td> <code data-x="">glyphref</code> <td> <code data-x="">glyphRef</code>
<tr> <td> <code data-x="">gradienttransform</code> <td> <code data-x="">gradientTransform</code>
More information about the Commit-Watchers
mailing list