Re: bug report: Value Error: content Parse Error attr(title)

Hi,
I have same problem with this :

a.tooltip:after{
....
   content: attr(data-tool);
....
}
  

(With or without :after)

If  content: "...";  it is valid
if  content: attr(title);  it is not valid

greetings
Ludo

Received on Monday, 29 June 2015 05:45:10 UTC