Merge branch 'master' into add-global-attributes

This commit is contained in:
Yusuke Inuzuka 2022-03-20 17:57:16 +09:00 committed by GitHub
commit 67340c7d10
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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