Merge pull request #358 from jmooring/issue-357

Add role to global HTML attributes
This commit is contained in:
Yusuke Inuzuka 2023-01-30 22:58:31 +09:00 committed by GitHub
commit 550b0c7ca0
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -244,6 +244,7 @@ var GlobalAttributeFilter = util.NewBytesFilter(
[]byte("itemtype"),
[]byte("lang"),
[]byte("part"),
[]byte("role"),
[]byte("slot"),
[]byte("spellcheck"),
[]byte("style"),