Merge pull request #290 from jmooring/remove-obsolete-global-attributes

Remove obsolete global HTML attributes
This commit is contained in:
Yusuke Inuzuka 2022-03-20 17:55:58 +09:00 committed by GitHub
commit 5ffbecc0c5
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -200,10 +200,8 @@ var GlobalAttributeFilter = util.NewBytesFilter(
[]byte("autocapitalize"),
[]byte("class"),
[]byte("contenteditable"),
[]byte("contextmenu"),
[]byte("dir"),
[]byte("draggable"),
[]byte("dropzone"),
[]byte("hidden"),
[]byte("id"),
[]byte("itemprop"),