Closed zacharyc closed 12 years ago
Do we still want to keep ids? No harm in having both id and data-montage-id?
Apparently there's no harm in keeping the id
, but from what I see in the Montage examples they basically did a find-and-replace from id
to data-montage-id
.
I think you'd only want to keep the id
if you want your elements to be easily selectable, which is the case for many of our applications under test.
There was a big change here, hence the pull request. Montage removed support for id="" tags and now requires data-montage-id. I've updated the html files to reflect this