Add role to global HTML attributes

Closes #357
This commit is contained in:
Joe Mooring 2023-01-27 11:07:07 -08:00
parent 60df4aadee
commit c446c414ef

View file

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