]> git.vanrenterghem.biz Git - git.ikiwiki.info.git/blob - doc/bugs/charset_attribute_on_the_script_element_is_obsolete.mdwn
3b6b82c623cc2da5f69e1c0ca4f986586fee017c
[git.ikiwiki.info.git] / doc / bugs / charset_attribute_on_the_script_element_is_obsolete.mdwn
1 the w3 validator fails on the main ikiwiki website because of the way inline scripts are handled. For example, [validating](https://validator.w3.org/nu/?doc=https%3A%2F%2Fikiwiki.info%2Fforum%2Fconvention_for_signing_posts_to_ikiwiki.info%2F) the post [[forum/convention_for_signing_posts_to_ikiwiki.info]] leads to this warning:
3 [[!format txt """
4 Warning: The charset attribute on the script element is obsolete.
6 From line 271, column 1; to line 271, column 78
8 >↩↩</div>↩<script src="../../ikiwiki/ikiwiki.js" type="text/javascript" charset="utf-8"></scri
9 """]]
11 Seems like a low-hanging fruit... 
13 -- [[anarcat]] 2022-09-01