I am building an app that could become pretty heavy and I read this answer about browser's way to parse css. As I am using selectors like $('#questionnaire .answer[data-value="value"]')
pretty often I was wondering if these selectors are indexed as the IDs and classes are for all I know.
Thanks in advance.