Question
colon issue in HTML
We are using the trackingfeature attribute in HTML file like this:
<coral-card trackingfeature="aem:tracking:test">In older AEM versions this works fine, but in AEM 6.5.2 LTS, the value is not getting set when it contains a colon (:). If we remove the colon (for example aem-tracking-test), it works correctly.
Why is the colon value not working in AEM 6.5.2 LTS, and what is the correct way to use values like aem:tracking:test while keeping the colon?