-
Notifications
You must be signed in to change notification settings - Fork 50
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 Validator can't parse .dfn-panel.activated
.
#321
Comments
Oh, I see. It's not choking on the rule itself. It's choking on I'd prefer not to add an exception for every WebAppSec spec. Think this is something y'all could either fix or globally exempt? |
I'm not sure when |
This means that every bikeshed spec will need to talk to you about getting an exception before publication. That seems like a lot of overhead, both for you and for spec authors who will be confused by error messages that don't actually represent errors. |
We can easily ignore specific types of error reported by the CSS validator (in this case |
So far, the validator has prevented me from publishing both specs I've tried. Neither time has been due to a valid error (see #319 for the other one). In my personal set of ancedotes, this hasn't been a helpful check. |
Ping! I'm interested in seeing some resolution here; I have a number of Bikeshed-driven specs whose /TR version I'd like to refresh. :) |
I'm being told the CSS validator will very soon be able to handle |
I suggest ignoring the CSS validator for the next 10 days. If it's still giving errors away after that, we'll need to start ignoring the CSS validator altogether. |
To give more background: I've been told that the calc problem would be fixed within 10 days in the css validator, so let's not try to make changes we would have to undo after in that timeframe. The truth is that we're catching more false positive errors in the css validation than real errors nowadays so the value of having the css validation step is clearly negative at the moment. If we can't change that within the 10 days, my proposal is to deactivate the css validation step entirely. |
Should be fixed |
It does, thank you. :) |
Reopening: the CSS validator now fails on This is basically teaching me never to upgrade Bikeshed, which certainly shouldn't be the lesson. :) @ylafon: Where should I be filing bugs against the validator? |
@mikewest https://github.com/w3c/css-validator/issues but I just fixed the calc() issue with the latest commit. Thx for the report! |
Note that SVG properties are not part of http://www.w3.org/TR/2015/NOTE-css-2015-20151013/ maybe it's a bug. |
Closing this ticket as |
The SVG properties are defined by the SVGWG; there's no requirement that all CSS must be defined by the CSSWG. They're valid and well-defined properties, and need to be supported by the validator. (This is currently blocking publication of Media Queries 4, will block CSS Syntax as soon as I publish that again, and will continue to block anything that uses Bikeshed's railroad-diagram support.) |
Bikeshed's definition panel CSS includes the rule
.dfn-panel.activated
. That throws the following error in the live pubrules checker:The CSS is legal, validator or not.
The text was updated successfully, but these errors were encountered: