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 |
|
Jo-Philipp Wich
|
12cdacdb3f
|
luci-app-dockerman: fix markup which is not valid XHTML
XHTML does not specify ` `, use ` ` instead.
Also replace `<br>` with `<br />`.
Signed-off-by: Jo-Philipp Wich <jo@mein.io>
|
2021-10-08 19:53:09 +02:00 |
|
Florian Eckert
|
833aebaa64
|
luci-app-dockerman: view/dockerman: update coding style
Signed-off-by: Florian Eckert <fe@dev.tdt.de>
|
2020-07-29 16:27:03 +02:00 |
|
Florian Eckert
|
1f8e181f07
|
luci-app-dockerman: add btn css class to button input
Signed-off-by: Florian Eckert <fe@dev.tdt.de>
|
2020-07-13 12:54:29 +02:00 |
|
Florian Eckert
|
7aabe27c00
|
luci-app-dockerman: fix EOL issue
Signed-off-by: Florian Eckert <fe@dev.tdt.de>
|
2020-06-10 10:54:34 +02:00 |
|
Florian Eckert
|
f68e5c1071
|
luci-app-dockerman: initial checkin
Inital commit version v0.5.13 from https://github.com/lisaac/luci-app-dockerman
Signed-off-by: Florian Eckert <fe@dev.tdt.de>
|
2020-06-10 08:44:58 +02:00 |
|