Support for "content: leader..." in CSS

For technical support and bug reports for all editions of CSS HTML Validator, including htmlval for Linux and Mac.
Post Reply
IZh
Rank 0 - Newcomer
Posts: 3
Joined: Sat May 17, 2014 1:28 pm

Support for "content: leader..." in CSS

Post by IZh »

Hi!

There is some proposed working document about content leaders:
https://www.w3.org/TR/css-gcpm-3/#leaders

Currently CSE HTML Validator issues an error:
(Styles) The value for the "content" property is invalid. CSS2.1 allows this value to be normal | none | [ <string> | <uri> | <counter> | attr(<identifier>) | open-quote | close-quote | no-open-quote | no-close-quote ]+. CSS3 allows the same value as CSS2.1. This property is used with the :before and :after pseudo-elements to generate content in a document.

I suggest convert it to warning or to remove.

Thank you.
User avatar
Albert Wiersch
Site Admin
Posts: 3785
Joined: Sat Dec 11, 2004 9:23 am
Location: Near Dallas, TX
Contact:

Re: Support for "content: leader..." in CSS

Post by Albert Wiersch »

Thank you.

The next v14 update will allow leader() for the "content" property, and I'll look into much better support for that module for the next major release.

In the mean time, you can disable that message if you want:
http://www.htmlvalidator.com/current/do ... ssages.htm

But you will have to re-enable the message when you get the update with leader() support if you want to bring back that message.
Albert Wiersch, CSS HTML Validator Developer • Download CSS HTML Validator FREE Trial
Post Reply