Skip to content

Commit

Permalink
The use of the charSet attribute is not deprecated on <meta> tags.
Browse files Browse the repository at this point in the history
  • Loading branch information
jbrichau committed Jul 13, 2024
1 parent d90609c commit 7387562
Showing 1 changed file with 0 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,4 @@ charset: aString
The charset attribute on the meta element has no effect in XML documents, and is only allowed in order to facilitate migration to and from XHTML.
There must not be more than one meta element with a charset attribute per document."
self
greaseDeprecatedApi: 'WAMetaElement>>charset:'
details: 'Use an HTTP Content-Type header on the linked resource instead. https://www.geeksforgeeks.org/what-are-the-html-tags-that-deprecated-in-html5/'.
self attributes at: 'charset' put: aString

0 comments on commit 7387562

Please sign in to comment.