Does it impact performance to have classes that are not used for styling on elements?
E.g.:
<div class="translatable">...</div>
where .translatable
is used to find all the elements that are going to have their content dynamically altered in certain situations.