﻿id	summary	reporter	owner	description	type	status	component	version	severity	resolution	keywords	cc	stage	has_patch	needs_docs	needs_tests	needs_better_patch	easy	ui_ux
35195	"Remove type=""text/css"" from <style>."	Cosmic Process	Cosmic Process	"The attribute {{{type=""text/css""}}} is unnecessary for {{{<style>}}} and {{{<link>}}} tags in modern HTML. While the commit [https://github.com/django/django/commit/7c4f3965098baad2396e24501e09237425a7bd6f] removed many {{{type=""text/css""}}} attributes, there are still some of them.

{{{
$ git grep 'type=""text/css""'
django/contrib/admindocs/templates/admin_doc/model_detail.html:<style type=""text/css"">
django/views/templates/csrf_403.html:  <style type=""text/css"">
django/views/templates/technical_404.html:  <style type=""text/css"">
django/views/templates/technical_500.html:  <style type=""text/css"">
docs/releases/4.1.txt:* The ``type=""text/css""`` attribute is no longer included in ``<link>`` tags
tests/utils_tests/files/strip_tags1.html:    <link href=""https://a248.e.akamai.net/assets.github.com/assets/github-f70e4783e00fd4884a9e5e651a43933c9881caa8.css"" media=""all"" rel=""stylesheet"" type=""text/css"" />
tests/utils_tests/files/strip_tags1.html:    <link href=""https://a248.e.akamai.net/assets.github.com/assets/github2-0d31290d073dea4d8671e2b8c747629aeb074034.css"" media=""all"" rel=""stylesheet"" type=""text/css"" />
}}}
"	Cleanup/optimization	closed	Core (Other)	5.0	Normal	fixed			Ready for checkin	1	0	0	0	1	0
