When trying to give an element a data- attribute in a dms file the compiler gives an error of "Bad attribute".
Numbered Steps to Reproduce Problem:
1) Create a dms file.
2) Try to give an element a data- attribute.
Code Snippet (if applicable) to Reproduce Problem:
<div data-type="something"></div>
Expected Results:
No error to be given.
Actual Results:
An error of "Bad attribute" is given.
Does the problem occur:
Every time? Or how often?
Every time.
Workarounds:
None