]> granicus.if.org Git - graphviz/commitdiff
fix HTML validation errors in types.html
authorMatthew Fernandez <matthew.fernandez@gmail.com>
Sun, 14 Feb 2021 22:02:41 +0000 (14:02 -0800)
committerMatthew Fernandez <matthew.fernandez@gmail.com>
Sat, 20 Feb 2021 23:11:01 +0000 (15:11 -0800)
Related to #1861.

lib/inkpot/data/types.html
rtest/test_regression.py

index 755fb18e39b41f8011f8a88cc252ce803405450a..49cc0f52251d828f4c4218897f87e13e78e6edbe 100644 (file)
@@ -38,7 +38,7 @@
     </div>
     <h1>4 Basic Data Types and Interfaces</h1>
     <br />
-     <a id="Contents" name="Contents"></a> 
+     <a id="Contents"/>
     <h3>Contents</h3>
     <ul class="toc">
       <li class="tocline2"><a href="types.html#BasicDataTypes"
       class="tocxref">4.3 Basic DOM interfaces</a></li>
     </ul>
     <br />
-     <a id="BasicDataTypes" name="BasicDataTypes"
-    class="indexref-basic_data_types"></a> 
+     <a id="BasicDataTypes" class="indexref-basic_data_types"/>
     <h2>4.1 Basic data types</h2>
     <p>The common data types for SVG's properties and attributes
     fall into the following categories:</p>
     <ul>
-      <li><a id="DataTypeInteger" name="DataTypeInteger"
-      class="indexref-basic_data_types::integer"></a> <span
+      <li><a id="DataTypeInteger"
+      class="indexref-basic_data_types::integer"/> <span
       class="SVG-Term">&lt;integer&gt;</span>: An &lt;integer&gt;
       is specified as an optional sign character ('+' or '-')
       followed by one or more digits "0" to "9". If the sign
@@ -70,8 +69,8 @@
       href="types.html#InterfaceSVGAnimatedInteger"><span
       class="DOMInterfaceName">SVGAnimatedInteger</span></a>.</li>
       <li>
-        <a id="DataTypeNumber" name="DataTypeNumber"
-        class="indexref-basic_data_types::number"></a> <span
+        <a id="DataTypeNumber"
+        class="indexref-basic_data_types::number"/> <span
         class="SVG-Term">&lt;number&gt;</span> (real number value):
         The specification of real number values is different for <a
         href="intro.html#TermProperty">property</a> values than for
@@ -82,8 +81,7 @@
           that a <a href="intro.html#TermProperty">property</a>
           value which is a &lt;number&gt; is specified in <span
           class="SVG-Term">decimal notation</span> (i.e., a <a
-          id="DataTypeDecimalNumber"
-          name="DataTypeDecimalNumber"><span
+          id="DataTypeDecimalNumber"><span
           class="attr-value">&lt;decimal-number&gt;</span></a>),
           which consists of either an <a
           href="types.html#DataTypeInteger">&lt;integer&gt;</a>, or
@@ -98,8 +96,7 @@
           values can be provided either in <a
           href="types.html#DataTypeDecimalNumber">decimal
           notation</a> or in <span class="SVG-Term">scientific
-          notation</span> (i.e., a <a id="DataTypeScientificNumber"
-          name="DataTypeScientificNumber"><span
+          notation</span> (i.e., a <a id="DataTypeScientificNumber"><span
           class="attr-value">&lt;scientific-number&gt;</span></a>),
           which consists of a <a
           href="types.html#DataTypeDecimalNumber">&lt;decimal-number&gt;</a>
         href="types.html#InterfaceSVGAnimatedNumber"><span
         class="DOMInterfaceName">SVGAnimatedNumber</span></a>.
       </li>
-      <li><a id="DataTypeLength" name="DataTypeLength"
-      class="indexref-basic_data_types::length"></a> <span
+      <li><a id="DataTypeLength"
+      class="indexref-basic_data_types::length"/> <span
       class="SVG-Term">&lt;length&gt;</span>: A length is a
       distance measurement. The format of a &lt;length&gt; is a <a
       href="types.html#DataTypeNumber">&lt;number&gt;</a>
       class="DOMInterfaceName">SVGLength</span></a> or an <a
       href="types.html#InterfaceSVGAnimatedLength"><span
       class="DOMInterfaceName">SVGAnimatedLength</span></a>.</li>
-      <li><a id="DataTypeCoordinate" name="DataTypeCoordinate"
-      class="indexref-basic_data_types::coordinate"></a> <span
+      <li><a id="DataTypeCoordinate"
+      class="indexref-basic_data_types::coordinate"/> <span
       class="SVG-Term">&lt;coordinate&gt;</span>: A
       &lt;coordinate&gt; represents a <a
       href="types.html#DataTypeLength">&lt;length&gt;</a> in the
       class="DOMInterfaceName">SVGAnimatedLength</span></a> since
       both values have the same syntax.</li>
       <li>
-        <a id="DataTypeList" name="DataTypeList"
-        class="indexref-basic_data_types::list"></a> <span
+        <a id="DataTypeList"
+        class="indexref-basic_data_types::list"/> <span
         class="SVG-Term">&lt;list of xxx&gt;</span> (where xxx
         represents a value of some type): A list consists of a
         separated sequence of values. The specification of lists is
@@ -230,16 +227,15 @@ wsp:
         <br />
       </li>
       <li><a id="DataTypeNumberOptionalNumber"
-      name="DataTypeNumberOptionalNumber"
-      class="indexref-basic_data_types::number-optional-number"></a>
+      class="indexref-basic_data_types::number-optional-number"/>
       <span class="SVG-Term">&lt;number-optional-number&gt;</span>:
       A special case of <a href="types.html#DataTypeList">&lt;list
       of xxx&gt;</a> where there are at least one and at most two
       entries in the list and the entries are of type <a
       href="types.html#DataTypeNumber">&lt;number&gt;</a>.</li>
       <li>
-        <a id="DataTypeAngle" name="DataTypeAngle"
-        class="indexref-basic_data_types::angle"></a> <span
+        <a id="DataTypeAngle"
+        class="indexref-basic_data_types::angle"/> <span
         class="SVG-Term">&lt;angle&gt;</span>: An angle value is a
         <a href="types.html#DataTypeNumber">&lt;number&gt;</a>
         optionally followed immediately with an angle unit
@@ -262,8 +258,8 @@ wsp:
         href="types.html#InterfaceSVGAnimatedAngle"><span
         class="DOMInterfaceName">SVGAnimatedAngle</span></a>.
       </li>
-      <li><a id="DataTypeColor" name="DataTypeColor"
-      class="indexref-basic_data_types::color"></a> <span
+      <li><a id="DataTypeColor"
+      class="indexref-basic_data_types::color"/> <span
       class="SVG-Term">&lt;color&gt;</span>: The basic type
       &lt;color&gt; is a CSS2-compatible specification for a color
       in the sRGB color space <a
@@ -332,8 +328,8 @@ wsp:
       the ability to specify ICC-based colors, are represented in
       DOM interface <a href="#InterfaceSVGColor"><span
       class="DOMInterfaceName">SVGColor</span></a>.</li>
-      <li><a id="DataTypePaint" name="DataTypePaint"
-      class="indexref-basic_data_types::paint"></a> <span
+      <li><a id="DataTypePaint"
+      class="indexref-basic_data_types::paint"/> <span
       class="SVG-Term">&lt;paint&gt;</span> : The values for
       properties <a href="painting.html#FillProperty"><span
       class="prop-name">'fill'</span></a> and <a
@@ -347,8 +343,8 @@ wsp:
        Within the SVG DOM, &lt;paint&gt; is represented as an <a
       href="painting.html#InterfaceSVGPaint"><span
       class="DOMInterfaceName">SVGPaint</span></a>.</li>
-      <li><a id="DataTypePercentage" name="DataTypePercentage"
-      class="indexref-basic_data_types::percentage"></a> <span
+      <li><a id="DataTypePercentage"
+      class="indexref-basic_data_types::percentage"/> <span
       class="SVG-Term">&lt;percentage&gt;</span>: The format of a
       percentage value is a <a
       href="types.html#DataTypeNumber">&lt;number&gt;</a>
@@ -364,8 +360,7 @@ wsp:
       href="types.html#InterfaceSVGAnimatedLength"><span
       class="DOMInterfaceName">SVGAnimatedLength</span></a>.</li>
       <li><a id="DataTypeTransformList"
-      name="DataTypeTransformList"
-      class="indexref-basic_data_types::transform-list"></a> <span
+      class="indexref-basic_data_types::transform-list"/> <span
       class="SVG-Term">&lt;transform-list&gt;</span> : The detailed
       description of the possible values for a
       &lt;transform-list&gt; are detailed in <a
@@ -376,8 +371,8 @@ wsp:
       class="DOMInterfaceName">SVGTransformList</span></a> or an <a
       href="coords.html#InterfaceSVGAnimatedTransformList"><span
       class="DOMInterfaceName">SVGAnimatedTransformList</span></a>.</li>
-      <li><a id="DataTypeURI" name="DataTypeURI"
-      class="indexref-basic_data_types::URI"></a> <span
+      <li><a id="DataTypeURI"
+      class="indexref-basic_data_types::URI"/> <span
       class="SVG-Term"><a
       href="types.html#DataTypeURI">&lt;uri&gt;</a></span> (Uniform
       Resource Identifiers [URI] references): A URI is the address
@@ -389,8 +384,8 @@ wsp:
       href="types.html#InterfaceSVGAnimatedString"><span
       class="DOMInterfaceName">SVGAnimatedString</span></a>.</li>
       <li>
-        <a id="DataTypeFrequency" name="DataTypeFrequency"
-        class="indexref-basic_data_types::frequency"></a> <span
+        <a id="DataTypeFrequency"
+        class="indexref-basic_data_types::frequency"/> <span
         class="SVG-Term">&lt;frequency&gt;</span>: Frequency values
         are used with aural properties. The normative definition of
         frequency values can be found in [<a
@@ -408,8 +403,8 @@ wsp:
         href="http://www.w3.org/TR/DOM-Level-2-Style/css.html">DOM2-CSS</a>].
       </li>
       <li>
-        <a id="DataTypeTime" name="DataTypeTime"
-        class="indexref-basic_data_types::time"></a> <span
+        <a id="DataTypeTime"
+        class="indexref-basic_data_types::time"/> <span
         class="SVG-Term">&lt;time&gt;</span>: A time value is a
         &lt;number&gt; immediately followed by a time unit
         identifier. Time unit identifiers are: 
@@ -425,8 +420,7 @@ wsp:
       </li>
     </ul>
     <br />
-     <a id="ColorKeywords" name="ColorKeywords"
-    class="indexref-color_keywords"></a> 
+     <a id="ColorKeywords" class="indexref-color_keywords"/>
     <h2>4.2 Recognized color keyword names</h2>
     <p>The following is the list of recognized color keywords that
     can be used as a keyword value for data type <a
@@ -1651,7 +1645,7 @@ wsp:
       </tr>
     </table>
     <br />
-     <a id="BasicDOMInterfaces" name="BasicDOMInterfaces"></a> 
+     <a id="BasicDOMInterfaces"/>
     <h2>4.3 Basic DOM interfaces</h2>
     <!-- AUTO-GENERATED DOM INTERFACES GO HERE -->
     <p>The following interfaces are defined below: <a
@@ -1689,7 +1683,7 @@ wsp:
     href="#InterfaceSVGCSSRule">SVGCSSRule</a>, <a
     href="#InterfaceSVGRenderingIntent">SVGRenderingIntent</a>.</p>
     <br />
-     <a id="InterfaceSVGElement" name="InterfaceSVGElement"></a> 
+     <a id="InterfaceSVGElement"/>
     <h3>Interface <span
     class="DOMInterfaceName">SVGElement</span></h3>
     <p>All of the SVG DOM interfaces that correspond directly to
@@ -1799,8 +1793,7 @@ interface SVGElement : Element {
       </dd>
     </dl>
     <br />
-     <a id="InterfaceSVGAnimatedBoolean"
-    name="InterfaceSVGAnimatedBoolean"></a> 
+     <a id="InterfaceSVGAnimatedBoolean"/>
     <h3>Interface <span
     class="DOMInterfaceName">SVGAnimatedBoolean</span></h3>
     Used for attributes of type boolean which can be animated. 
@@ -1862,8 +1855,7 @@ interface SVGAnimatedBoolean {
       </dd>
     </dl>
     <br />
-     <a id="InterfaceSVGAnimatedString"
-    name="InterfaceSVGAnimatedString"></a> 
+     <a id="InterfaceSVGAnimatedString"/>
     <h3>Interface <span
     class="DOMInterfaceName">SVGAnimatedString</span></h3>
     Used for attributes of type DOMString which can be animated. 
@@ -1925,8 +1917,7 @@ interface SVGAnimatedString {
       </dd>
     </dl>
     <br />
-     <a id="InterfaceSVGStringList"
-    name="InterfaceSVGStringList"></a> 
+     <a id="InterfaceSVGStringList"/>
     <h3>Interface <span
     class="DOMInterfaceName">SVGStringList</span></h3>
     <p>This interface defines a list of <span
@@ -2453,8 +2444,7 @@ interface SVGStringList {
       </dd>
     </dl>
     <br />
-     <a id="InterfaceSVGAnimatedEnumeration"
-    name="InterfaceSVGAnimatedEnumeration"></a> 
+     <a id="InterfaceSVGAnimatedEnumeration"/>
     <h3>Interface <span
     class="DOMInterfaceName">SVGAnimatedEnumeration</span></h3>
     Used for attributes whose value must be a constant from a
@@ -2517,8 +2507,7 @@ interface SVGAnimatedEnumeration {
       </dd>
     </dl>
     <br />
-     <a id="InterfaceSVGAnimatedInteger"
-    name="InterfaceSVGAnimatedInteger"></a> 
+     <a id="InterfaceSVGAnimatedInteger"/>
     <h3>Interface <span
     class="DOMInterfaceName">SVGAnimatedInteger</span></h3>
     Used for attributes of basic type 'integer' which can be
@@ -2581,7 +2570,7 @@ interface SVGAnimatedInteger {
       </dd>
     </dl>
     <br />
-     <a id="InterfaceSVGNumber" name="InterfaceSVGNumber"></a> 
+     <a id="InterfaceSVGNumber"/>
     <h3>Interface <span
     class="DOMInterfaceName">SVGNumber</span></h3>
     Used for attributes of basic type 'number'. 
@@ -2633,8 +2622,7 @@ interface SVGNumber {
       </dd>
     </dl>
     <br />
-     <a id="InterfaceSVGAnimatedNumber"
-    name="InterfaceSVGAnimatedNumber"></a> 
+     <a id="InterfaceSVGAnimatedNumber"/>
     <h3>Interface <span
     class="DOMInterfaceName">SVGAnimatedNumber</span></h3>
     Used for attributes of basic type 'number' which can be
@@ -2697,8 +2685,7 @@ interface SVGAnimatedNumber {
       </dd>
     </dl>
     <br />
-     <a id="InterfaceSVGNumberList"
-    name="InterfaceSVGNumberList"></a> 
+     <a id="InterfaceSVGNumberList"/>
     <h3>Interface <span
     class="DOMInterfaceName">SVGNumberList</span></h3>
     <p>This interface defines a list of <span
@@ -3225,8 +3212,7 @@ interface SVGNumberList {
       </dd>
     </dl>
     <br />
-     <a id="InterfaceSVGAnimatedNumberList"
-    name="InterfaceSVGAnimatedNumberList"></a> 
+     <a id="InterfaceSVGAnimatedNumberList"/>
     <h3>Interface <span
     class="DOMInterfaceName">SVGAnimatedNumberList</span></h3>
     Used for attributes which take a list of numbers and which can
@@ -3266,7 +3252,7 @@ interface SVGAnimatedNumberList {
       </dd>
     </dl>
     <br />
-     <a id="InterfaceSVGLength" name="InterfaceSVGLength"></a> 
+     <a id="InterfaceSVGLength"/>
     <h3>Interface <span
     class="DOMInterfaceName">SVGLength</span></h3>
     <p>The <span class="DOMInterfaceName">SVGLength</span>
@@ -3583,8 +3569,7 @@ interface SVGLength {
       </dd>
     </dl>
     <br />
-     <a id="InterfaceSVGAnimatedLength"
-    name="InterfaceSVGAnimatedLength"></a> 
+     <a id="InterfaceSVGAnimatedLength"/>
     <h3>Interface <span
     class="DOMInterfaceName">SVGAnimatedLength</span></h3>
     Used for attributes of basic type 'length' which can be
@@ -3624,8 +3609,7 @@ interface SVGAnimatedLength {
       </dd>
     </dl>
     <br />
-     <a id="InterfaceSVGLengthList"
-    name="InterfaceSVGLengthList"></a> 
+     <a id="InterfaceSVGLengthList"/>
     <h3>Interface <span
     class="DOMInterfaceName">SVGLengthList</span></h3>
     <p>This interface defines a list of <span
@@ -4152,8 +4136,7 @@ interface SVGLengthList {
       </dd>
     </dl>
     <br />
-     <a id="InterfaceSVGAnimatedLengthList"
-    name="InterfaceSVGAnimatedLengthList"></a> 
+     <a id="InterfaceSVGAnimatedLengthList"/>
     <h3>Interface <span
     class="DOMInterfaceName">SVGAnimatedLengthList</span></h3>
     Used for attributes of type SVGLengthList which can be
@@ -4193,7 +4176,7 @@ interface SVGAnimatedLengthList {
       </dd>
     </dl>
     <br />
-     <a id="InterfaceSVGAngle" name="InterfaceSVGAngle"></a> 
+     <a id="InterfaceSVGAngle"/>
     <h3>Interface <span
     class="DOMInterfaceName">SVGAngle</span></h3>
     <p>The <span class="DOMInterfaceName">SVGAngle</span> interface
@@ -4456,8 +4439,7 @@ interface SVGAngle {
       </dd>
     </dl>
     <br />
-     <a id="InterfaceSVGAnimatedAngle"
-    name="InterfaceSVGAnimatedAngle"></a> 
+     <a id="InterfaceSVGAnimatedAngle"/>
     <h3>Interface <span
     class="DOMInterfaceName">SVGAnimatedAngle</span></h3>
     Corresponds to all properties and attributes whose values can
@@ -4497,7 +4479,7 @@ interface SVGAnimatedAngle {
       </dd>
     </dl>
     <br />
-     <a id="InterfaceSVGColor" name="InterfaceSVGColor"></a> 
+     <a id="InterfaceSVGColor"/>
     <h3>Interface <span
     class="DOMInterfaceName">SVGColor</span></h3>
     <p>The <span class="DOMInterfaceName">SVGColor</span> interface
@@ -4789,7 +4771,7 @@ interface SVGColor : css::CSSValue {
       </dd>
     </dl>
     <br />
-     <a id="InterfaceSVGICCColor" name="InterfaceSVGICCColor"></a> 
+     <a id="InterfaceSVGICCColor"/>
     <h3>Interface <span
     class="DOMInterfaceName">SVGICCColor</span></h3>
     <p>The <span class="DOMInterfaceName">SVGICCColor</span>
@@ -4852,7 +4834,7 @@ interface SVGICCColor {
       </dd>
     </dl>
     <br />
-     <a id="InterfaceSVGRect" name="InterfaceSVGRect"></a> 
+     <a id="InterfaceSVGRect"/>
     <h3>Interface <span
     class="DOMInterfaceName">SVGRect</span></h3>
     <p>Rectangles are defined as consisting of a (x,y) coordinate
@@ -4998,8 +4980,7 @@ interface SVGRect {
       </dd>
     </dl>
     <br />
-     <a id="InterfaceSVGAnimatedRect"
-    name="InterfaceSVGAnimatedRect"></a> 
+     <a id="InterfaceSVGAnimatedRect"/>
     <h3>Interface <span
     class="DOMInterfaceName">SVGAnimatedRect</span></h3>
     Used for attributes of type SVGRect which can be animated. 
@@ -5038,8 +5019,7 @@ interface SVGAnimatedRect {
       </dd>
     </dl>
     <br />
-     <a id="InterfaceSVGUnitTypes"
-    name="InterfaceSVGUnitTypes"></a> 
+     <a id="InterfaceSVGUnitTypes"/>
     <h3>Interface <span
     class="DOMInterfaceName">SVGUnitTypes</span></h3>
     <p>The <span class="DOMInterfaceName">SVGUnitTypes</span>
@@ -5107,7 +5087,7 @@ interface SVGUnitTypes {
       </dd>
     </dl>
     <br />
-     <a id="InterfaceSVGStylable" name="InterfaceSVGStylable"></a> 
+     <a id="InterfaceSVGStylable"/>
     <h3>Interface <span
     class="DOMInterfaceName">SVGStylable</span></h3>
     <dl>
@@ -5202,8 +5182,7 @@ interface SVGStylable {
       </dd>
     </dl>
     <br />
-     <a id="InterfaceSVGLocatable"
-    name="InterfaceSVGLocatable"></a> 
+     <a id="InterfaceSVGLocatable"/>
     <h3>Interface <span
     class="DOMInterfaceName">SVGLocatable</span></h3>
     <p>Interface <span class="DOMInterfaceName">SVGLocatable</span>
@@ -5426,8 +5405,7 @@ interface SVGLocatable {
       </dd>
     </dl>
     <br />
-     <a id="InterfaceSVGTransformable"
-    name="InterfaceSVGTransformable"></a> 
+     <a id="InterfaceSVGTransformable"/>
     <h3>Interface <span
     class="DOMInterfaceName">SVGTransformable</span></h3>
     <p>Interface <span
@@ -5460,7 +5438,7 @@ interface SVGTransformable : SVGLocatable {
       </dd>
     </dl>
     <br />
-     <a id="InterfaceSVGTests" name="InterfaceSVGTests"></a> 
+     <a id="InterfaceSVGTests"/>
     <h3>Interface <span
     class="DOMInterfaceName">SVGTests</span></h3>
     <p>Interface <span class="DOMInterfaceName">SVGTests</span>
@@ -5562,8 +5540,7 @@ interface SVGTests {
       </dd>
     </dl>
     <br />
-     <a id="InterfaceSVGLangSpace"
-    name="InterfaceSVGLangSpace"></a> 
+     <a id="InterfaceSVGLangSpace"/>
     <h3>Interface <span
     class="DOMInterfaceName">SVGLangSpace</span></h3>
     <p>Interface <span class="DOMInterfaceName">SVGLangSpace</span>
@@ -5653,8 +5630,7 @@ interface SVGLangSpace {
       </dd>
     </dl>
     <br />
-     <a id="InterfaceSVGExternalResourcesRequired"
-    name="InterfaceSVGExternalResourcesRequired"></a> 
+     <a id="InterfaceSVGExternalResourcesRequired"/>
     <h3>Interface <span
     class="DOMInterfaceName">SVGExternalResourcesRequired</span></h3>
     <p>Interface <span
@@ -5698,8 +5674,7 @@ interface SVGExternalResourcesRequired {
       </dd>
     </dl>
     <br />
-     <a id="InterfaceSVGFitToViewBox"
-    name="InterfaceSVGFitToViewBox"></a> 
+     <a id="InterfaceSVGFitToViewBox"/>
     <h3>Interface <span
     class="DOMInterfaceName">SVGFitToViewBox</span></h3>
     <p>Interface <span
@@ -5741,8 +5716,7 @@ interface SVGFitToViewBox {
       </dd>
     </dl>
     <br />
-     <a id="InterfaceSVGZoomAndPan"
-    name="InterfaceSVGZoomAndPan"></a> 
+     <a id="InterfaceSVGZoomAndPan"/>
     <h3>Interface <span
     class="DOMInterfaceName">SVGZoomAndPan</span></h3>
     The <span class="DOMInterfaceName">SVGZoomAndPan</span>
@@ -5837,7 +5811,7 @@ interface SVGZoomAndPan {
       </dd>
     </dl>
     <br />
-     <a id="InterfaceSVGViewSpec" name="InterfaceSVGViewSpec"></a> 
+     <a id="InterfaceSVGViewSpec"/>
     <h3>Interface <span
     class="DOMInterfaceName">SVGViewSpec</span></h3>
     <p>The interface corresponds to an SVG View Specification.</p>
@@ -5904,8 +5878,7 @@ interface SVGViewSpec :
       </dd>
     </dl>
     <br />
-     <a id="InterfaceSVGURIReference"
-    name="InterfaceSVGURIReference"></a> 
+     <a id="InterfaceSVGURIReference"/>
     <h3>Interface <span
     class="DOMInterfaceName">SVGURIReference</span></h3>
     <p>Interface <span
@@ -5940,7 +5913,7 @@ interface SVGURIReference {
       </dd>
     </dl>
     <br />
-     <a id="InterfaceSVGCSSRule" name="InterfaceSVGCSSRule"></a> 
+     <a id="InterfaceSVGCSSRule"/>
     <h3>Interface <span
     class="DOMInterfaceName">SVGCSSRule</span></h3>
     <p>SVG extends interface <span
@@ -5984,8 +5957,7 @@ interface SVGCSSRule : css::CSSRule {
       </dd>
     </dl>
     <br />
-     <a id="InterfaceSVGRenderingIntent"
-    name="InterfaceSVGRenderingIntent"></a> 
+     <a id="InterfaceSVGRenderingIntent"/>
     <h3>Interface <span
     class="DOMInterfaceName">SVGRenderingIntent</span></h3>
     <p>The <span class="DOMInterfaceName">SVGRenderingIntent</span>
index af66440fa92ec4ff9bd12dba30f272255e5f2bf3..eee403a1bafd1672b698fa886c4dc16aeedcad0b 100644 (file)
@@ -505,7 +505,6 @@ def test_html(src: Path):
   # remove it from this list.
   # See https://gitlab.com/graphviz/graphviz/-/issues/1861
   FAILING = frozenset(ROOT / x for x in (
-    'lib/inkpot/data/types.html',
     'macosx/graphviz.help/graphviz.html',
   ))