mirror of
https://github.com/yuin/goldmark
synced 2025-03-04 23:04:52 +00:00
Merge pull request #290 from jmooring/remove-obsolete-global-attributes
Remove obsolete global HTML attributes
This commit is contained in:
commit
5ffbecc0c5
1 changed files with 0 additions and 2 deletions
|
|
@ -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"),
|
||||
|
|
|
|||
Loading…
Reference in a new issue