Possibly a bit of an ocd question but are there plans to fix any current css errors before the stable release?
http://jigsaw.w3.org/css-validator/vali ... Findex.php
FYI I just updated 3 testforums to RC4 and they all show the exact same errors.
css errors
Forum rules
Please do not post support questions regarding installing, updating, or upgrading phpBB 3.3.x. If you need support for phpBB 3.3.x please visit the 3.3.x Support Forum on phpbb.com.
If you have questions regarding writing extensions please post in Extension Writers Discussion to receive proper guidance from our staff and community.
Please do not post support questions regarding installing, updating, or upgrading phpBB 3.3.x. If you need support for phpBB 3.3.x please visit the 3.3.x Support Forum on phpbb.com.
If you have questions regarding writing extensions please post in Extension Writers Discussion to receive proper guidance from our staff and community.
-
- Former Team Member
- Posts: 16
- Joined: Sun Jul 25, 2010 11:31 am
- Location: The Netherlands
- Contact:
css errors
Don' t Cry Because It's Over
Smile Because It Happened
Smile Because It Happened
- callumacrae
- Former Team Member
- Posts: 1046
- Joined: Tue Apr 27, 2010 9:37 am
- Location: England
- Contact:
Re: css errors
There's nothing wrong with the CSS. There's a reason nobody uses the validators anymore ![Smile :)](./images/smilies/icon_e_smile.svg)
Re: css errors
None of those errors are errors.
Error #1: validator sucks. pointer-events does exist. All modern browsers support it, even IE.
Error #2: validator sucks. There is absolutely nothing wrong with syntax.
The rest of errors: IE sucks. That's CSS for gradients in IE below 10.
Warnings: bunch of nonsense. It can't recognize vendor prefixes.
Error #1: validator sucks. pointer-events does exist. All modern browsers support it, even IE.
Error #2: validator sucks. There is absolutely nothing wrong with syntax.
The rest of errors: IE sucks. That's CSS for gradients in IE below 10.
Warnings: bunch of nonsense. It can't recognize vendor prefixes.
Formerly known as CyberAlien.
Free phpBB styles | Premium responsive XenForo styles | Iconify - modern open source replacement for glyph fonts
Free phpBB styles | Premium responsive XenForo styles | Iconify - modern open source replacement for glyph fonts
Re: css errors
With all due respect, validator just does what it was designed to do - checks pages for HTML standards conformance. So what you want to say is that W3C's HTML standards are outdated (and therefore suck). Which is also a very debatable topic.validator sucks
Re: css errors
Not even that though. It's just that the W3C spec for CSS3 is underdeveloped. It does not support vendor prefixes, for example, because strictly speaking they are not in the spec yet, but they are implemented by the browser vendors. There's a ton of legal CSS implemented by browsers already, that has not yet been added to the W3C's spec as a standard yet, so it's not that the W3C is outdated...it's pre-dated...it's very behind the times.BioLogIn wrote:With all due respect, validator just does what it was designed to do - checks pages for HTML standards conformance. So what you want to say is that W3C's HTML standards are outdated (and therefore suck). Which is also a very debatable topic.
Has an irascible disposition.
- callumacrae
- Former Team Member
- Posts: 1046
- Joined: Tue Apr 27, 2010 9:37 am
- Location: England
- Contact:
Re: css errors
I think you're confusing HTML and CSS, because I never mentioned the HTML validatorBioLogIn wrote:With all due respect, validator just does what it was designed to do - checks pages for HTML standards conformance. So what you want to say is that W3C's HTML standards are outdated (and therefore suck). Which is also a very debatable topic.validator sucks
The HTML validation is even worse, though. It just shouldn't have a validator. Web Components have a specification, yet cause the HTML validator to fail.
Re: css errors
Yeah, CCS standards, not HTML. My apologies for the typo. Doesn't change my meaning, though. I, personally, would rather rely on (outdated) standards, than to use some vendor-specific specs that could become obsolete in a few years. But I guess that's just me.
Re: css errors
thats what build tools and processes are for. I never write anything except official syntax!BioLogIn wrote:Yeah, CCS standards, not HTML. My apologies for the typo. Doesn't change my meaning, though. I, personally, would rather rely on (outdated) standards, than to use some vendor-specific specs that could become obsolete in a few years. But I guess that's just me.
- callumacrae
- Former Team Member
- Posts: 1046
- Joined: Tue Apr 27, 2010 9:37 am
- Location: England
- Contact:
Re: css errors
https://github.com/postcss/autoprefixer
https://leaverou.github.io/prefixfree/
autoprefixer is better, but prefixfree is prettier
https://leaverou.github.io/prefixfree/
autoprefixer is better, but prefixfree is prettier