Why is jQuery auto lower casing attribute values?

后端 未结 3 652
离开以前
离开以前 2020-12-16 11:04

I am working with an SVG that is directly placed into an HTML file


   Contents...

Using javascript/jQuery I want t

3条回答
  •  遥遥无期
    2020-12-16 12:00

    http://docs.jquery.com/Won't_Fix#SVG.2FXML.2FVML_Bugs

    jQuery recognise that they toLower all attribute names but don't care to make exceptions/remove this line as bugs relating to SVG are ignored (the toLower is superfluous in my opinion).

提交回复
热议问题