attribute values in custom props?

So since we can do content: attr(data-value), I’m curious if there’s a way to store the value of attributes within custom properties ? Can I do something like _value: attr(data-value)? Will it look for an attribute of [data-value] on the element I use it on ?
Was this page helpful?