openwrt-luci/modules
Mustafa Can Elmacı ae8bbb814f treewide: HTML Cleanup
* HTML Cleanup: Meta tags.
* Converted charset to shorthand.
* Removed meta tags with `Content-Script-Type` attribute. (Invalid in HTML5 spec.)

* HTML Cleanup: CSS tags.
* Removed `type` attribute with CSS files from link tags. (HTML5 spec recommends omitting it.)
* Removed `type` attribute from style tags. (Deprecated in HTML5 spec.)
https://html.spec.whatwg.org/#attr-link-type
https://developer.mozilla.org/en-US/docs/Web/HTML/Element/style

* HTML Cleanup: Convert from XHTML to HTML5
* Removed XML declaration.
* Removed XML namespace.
* Changed doctype to HTML5.

* HTML Cleanup: CDATA tags.
* CDATA sections should not be used within HTML they are considered as comments and not displayed.
https://developer.mozilla.org/en-US/docs/Web/API/CDATASection

* HTML Cleanup: Script tags.
* Removed `language` attribute from script tags. (No longer valid in HTML5)
* Removed `type` attribute with JavaScript MIME type from script tags. (HTML5 spec recommends omitting it.)
https://html.spec.whatwg.org/multipage/scripting.html#attr-script-type
https://mimesniff.spec.whatwg.org/#javascript-mime-type

Signed-off-by: Mustafa Can Elmacı <mustafacan@elmaci.net>
2024-11-22 22:39:46 +01:00
..
luci-base treewide: HTML Cleanup 2024-11-22 22:39:46 +01:00
luci-compat treewide: HTML Cleanup 2024-11-22 22:39:46 +01:00
luci-lua-runtime luci-lua-runtime: fix build error with LTO 2024-11-17 23:23:42 +01:00
luci-mod-admin-full luci-base: use cgi-io and rpcd-mod-file to handle file upload and browsing 2019-09-10 15:28:16 +02:00
luci-mod-battstatus Added translation using Weblate (Yucateco) 2024-09-24 19:19:30 +03:00
luci-mod-dashboard Translations update from Hosted Weblate (#7402) 2024-11-21 21:12:41 +02:00
luci-mod-dsl Translated using Weblate (Lithuanian) 2024-10-20 22:10:45 +03:00
luci-mod-network luci-mod-network: Fix for a9e1685 to enable translation 2024-11-17 10:24:03 +02:00
luci-mod-rpc treewide: removed trailing whitespaces and extra newlines in 'modules' 2021-01-20 17:48:16 +02:00
luci-mod-status treewide: HTML Cleanup 2024-11-22 22:39:46 +01:00
luci-mod-system luci-mod-system: add 'reload' button to software start page 2024-10-28 14:22:37 +01:00