For example, in the elements below, what selector would find everything with a value of \"value2\", regardless of the attribute\'s name?
May I suggest having a specific attribute and then searching that specific attribute value?
HTML
CSS
[data-name^='value2'] { background-color:red; }