Remove obsolete global attributes

Closes #289
This commit is contained in:
Joe Mooring 2022-03-18 12:01:33 -07:00
parent e64a68fc13
commit 3563ceb58e

View file

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