What does `content: attr(data-label) " *";` render in a ::before?<span data-label="Name"></span> span::before { content: attr(data-label) " *"; }