strike element is deprecated, s replaces it (#1629)
* strike element is deprecated, s replaces it * Add newsfragment
This commit is contained in:
parent
4cfe2fbf8d
commit
e2dc5a3826
2 changed files with 2 additions and 1 deletions
|
@ -45,7 +45,7 @@ HTML injection, and similar attacks. The strongly suggested set of HTML
|
|||
tags to permit, denying the use and rendering of anything else, is:
|
||||
`font`, `del`, `h1`, `h2`, `h3`, `h4`, `h5`, `h6`, `blockquote`, `p`,
|
||||
`a`, `ul`, `ol`, `sup`, `sub`, `li`, `b`, `i`, `u`, `strong`, `em`,
|
||||
`strike`, `code`, `hr`, `br`, `div`, `table`, `thead`, `tbody`, `tr`,
|
||||
`s`, `code`, `hr`, `br`, `div`, `table`, `thead`, `tbody`, `tr`,
|
||||
`th`, `td`, `caption`, `pre`, `span`, `img`, `details`, `summary`.
|
||||
|
||||
Not all attributes on those tags should be permitted as they may be
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue