-
AuthorPosts
-
krumz Friend
krumz
- Join date:
- October 2012
- Posts:
- 138
- Downloads:
- 77
- Uploads:
- 22
- Thanks:
- 23
- Thanked:
- 4 times in 2 posts
February 28, 2018 at 11:57 pm #1094518Hello once again everyone,
I’m just curious about a couple of things. I ran a site I’m working on through the W3c Checker and have received quite a few Errors and Warnings.
I’ve attached an image that shows an error with a vertical slash mark "|" to a fonts dot googleapis dot com link.
There are also many, many Warnings for the "Type" attribute which states it is unnecessary for JavaScript resources. So is it when you have <script src="xxxxx" type="text/javascript"> that the "type" is no longer required – period? or is it the "type" is just not required any longer with the "src" attribute?
The template I’m using right at the moment is JA Allure it has the back to top button. The below code is also a Warning in the W3c where it’s saying the "type" (once again) is no longer needed.
<script type="text/javascript">↩ (function($) {↩ // Back to top↩ $('#back-to-top').on('click', function(){↩ $("html, body").animate({scrollTop: 0}, 500);↩ return false;↩ });↩ })(jQuery);↩ </script>
I know I’m probably being very picky but I like the websites I’m working on to be as clean and error free as possible.
Thank you again for your time.
Saguaros ModeratorSaguaros
- Join date:
- September 2014
- Posts:
- 31405
- Downloads:
- 237
- Uploads:
- 471
- Thanks:
- 845
- Thanked:
- 5346 times in 4964 posts
March 1, 2018 at 3:54 am #1094573Hi,
The report notices errors from T3 & J2Store component, I will share with the team for further checking on this.
Regards
AuthorPostsViewing 2 posts - 1 through 2 (of 2 total)This topic contains 1 reply, has 2 voices, and was last updated by Saguaros 6 years, 8 months ago.
We moved to new unified forum. Please post all new support queries in our New Forum
w3c Errors and Warnings
Viewing 2 posts - 1 through 2 (of 2 total)