Skip to content

Commit 7387562

Browse files
author
Johan Brichau
committed
The use of the charSet attribute is not deprecated on <meta> tags.
1 parent d90609c commit 7387562

File tree

1 file changed

+0
-3
lines changed
  • repository/Seaside-Core.package/WAMetaElement.class/instance

1 file changed

+0
-3
lines changed

Diff for: repository/Seaside-Core.package/WAMetaElement.class/instance/charset..st

-3
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,4 @@ charset: aString
55
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.
66
77
There must not be more than one meta element with a charset attribute per document."
8-
self
9-
greaseDeprecatedApi: 'WAMetaElement>>charset:'
10-
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/'.
118
self attributes at: 'charset' put: aString

0 commit comments

Comments
 (0)