In HiccupRepresentable and HickoryRepresentable if the node type is Attribute then lower-case-keyword is applied.
However, from
https://developer.mozilla.org/en-US/docs/Web/SVG/Attribute
some svg tags have uppercase characters like viewBox (there are others). This causes a warning in both Chrome and Firefox under re-frame (originating from react) but is not in itself an error in either browser. ie, an svg image with viewbox does not cause a warning.
Example warning:
react-dom.inc.js:82 Warning: Invalid DOM property viewbox. Did you mean viewBox?
re-frame 1.2.0 cljs 1.10.516
In HiccupRepresentable and HickoryRepresentable if the node type is Attribute then lower-case-keyword is applied.
However, from
https://developer.mozilla.org/en-US/docs/Web/SVG/Attribute
some svg tags have uppercase characters like viewBox (there are others). This causes a warning in both Chrome and Firefox under re-frame (originating from react) but is not in itself an error in either browser. ie, an svg image with viewbox does not cause a warning.
Example warning:
react-dom.inc.js:82 Warning: Invalid DOM property
viewbox. Did you meanviewBox?re-frame 1.2.0 cljs 1.10.516