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

Ludo <[email protected]> Mon, 29 Jun 2015 00:33:00 +0200
Newsgroups gmane.org.w3c.validator.css
Message-ID <[email protected]>
This is a multi-part message in MIME format.
--------------070106070508020708070903
Content-Type: text/plain; charset=utf-8; format=flowed
Content-Transfer-Encoding: 7bit

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





--------------070106070508020708070903
Content-Type: text/html; charset=utf-8
Content-Transfer-Encoding: 8bit

<html>
  <head>

    <meta http-equiv="content-type" content="text/html; charset=utf-8">
  </head>
  <body bgcolor="#FFFFFF" text="#000000">
    <font size="-1"><font face="Verdana">Hi,<br>
        I have same problem with this :<br>
      </font></font><br>
    <pre>a.tooltip:after{
....
  content: attr(data-tool);
....
}
 </pre>
    <font size="-1"><font face="Verdana">(With or without :after)<br>
        <br>
        If  content: "...";  it is valid<br>
        if  content: attr(title);  it is not valid<br>
        <br>
        greetings<br>
        Ludo<br>
        <br>
        <br>
        <br>
        <br>
      </font></font>
  </body>
</html>

--------------070106070508020708070903--