I am dealing with an HTML element that has some inline styles as well as a custom CSS property. I am able to access every style attribute except for my custom style property.
Here is the code I am working with:
<img id="myimg" class="ImgClass" style="overflow:hidden;position:absolute;mycustomProp:100;top:15;left:20">
Unfortunately, I cannot retrieve mycustomProp. Can anyone offer assistance?