Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

CSS properties not supported despite being a living standard. #281

Closed
SmashingQuasar opened this issue Aug 4, 2020 · 1 comment
Closed

Comments

@SmashingQuasar
Copy link

Hey!

This issue has been brought up several times now.

CSS properties are identified as errors by the validator. This is against both the standard and the browsers implementation.
While CSS properties are flagged as "Candidate Recommendation", they are de facto a "Living Standard". Every browser since Internet Explorer 8 supports them fully.

I opened an issue about the standard here: w3c/csswg-drafts#5390 where they confirmed CSS properties are fully implemented feature of CSS3.

As of today, many customers ask for both HTML and CSS validation. It is only normal for neophytes to put their trust in the W3C validation service. In the current state of things, the validation returns false positives and it creates situations where the code is fine and using a standard, valid syntax, but flagged as invalid. Which means customers will refuse to put valid projects in productions because of this.

While this has been repeatedly reported, it is hurting the economy of web development.

I am kindly asking you to resolve this issue, please. :)

@sideshowbarker
Copy link
Contributor

Duplicate of #111

@sideshowbarker sideshowbarker marked this as a duplicate of #111 Aug 5, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants