Skip to content

Commit

Permalink
[cgiowt] (3) Drop filterRes SVG attribute from the HTML parser, since…
Browse files Browse the repository at this point in the history
… it has fallen into disrepute.

Fixing https://www.w3.org/Bugs/Public/show_bug.cgi?id=24900
Affected topics: HTML Syntax and Parsing

git-svn-id: http://svn.whatwg.org/webapps@8554 340c8d12-0b0e-0410-8428-c7bf67bfef74
  • Loading branch information
Hixie committed Mar 18, 2014
1 parent cf53bb2 commit c0ffd43
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 3 deletions.
1 change: 0 additions & 1 deletion complete.html
Expand Up @@ -90508,7 +90508,6 @@ <h5 id=creating-and-inserting-nodes><span class=secno>12.2.5.1 </span>Creating a
<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="">filterres</code> <td> <code title="">filterRes</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>
Expand Down
1 change: 0 additions & 1 deletion index
Expand Up @@ -90508,7 +90508,6 @@ dictionary <dfn id=storageeventinit>StorageEventInit</dfn> : <a href=#eventinit>
<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="">filterres</code> <td> <code title="">filterRes</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>
Expand Down
1 change: 0 additions & 1 deletion source
Expand Up @@ -101013,7 +101013,6 @@ dictionary <dfn>StorageEventInit</dfn> : <span>EventInit</span> {
<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="">filterres</code> <td> <code data-x="">filterRes</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>
Expand Down

0 comments on commit c0ffd43

Please sign in to comment.