OCaml HTML5 parser/serialiser based on Python's JustHTML

fix svg

Changed files
+1 -1
lib
check
specialized
+1 -1
lib/check/specialized/svg_checker.ml
··· 228 228 ] 229 229 230 230 (* Required attributes for certain elements *) 231 + (* Note: SVG rect does NOT require width/height - they default to 0 *) 231 232 let required_attrs = [ 232 233 ("feConvolveMatrix", ["order"]); 233 - ("rect", ["width"; "height"]); 234 234 ("font", ["horiz-adv-x"]); 235 235 ] 236 236