amcharts4 icon indicating copy to clipboard operation
amcharts4 copied to clipboard

Label: use style instead of invalid attribute

Open deltragon opened this issue 3 years ago • 0 comments

The svg text element does not support an overflow attribute. Use the CSS overflow property instead.

This is purely for spec compliance (eg. for accessibility, WCAG 2.1 SC 4.1.1 requires this). It has no effect on behavior, as the overflow attribute was treated by most browsers as a CSS property anyways. This might also increase compatibility with some browsers/SVG parsers that did not support this fallback.

Note that yarn run build failed with some unrelated errors on my machine, so I did not include any build files.

deltragon avatar Mar 19 '21 14:03 deltragon