I ran into this URL on a website:
<a href="#" title="Blue" data-indexable="1" data-name="color-blue" class="linkfilter color">Blue</a>
What purpose do the properties data-indexable and data-name serve?
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
There is no standardized meaning behind specific
data-*attributes; rather you create them for your personal needs. In this case, the name suggest that one will help index this element among others, or help identify its current location among others. The other, may exist to give additional information about the element and its value – there’s really no telling.As the specification says: