Support for attr() in CSS

Does UXP support attr() in style sheets?

Something like this:

    .myClass:hover::after {
      content: attr(data-tooltip);
      background-color: #333;
    }