Skip to content

Commit

Permalink
Allow the thin and thick CSS keywords
Browse files Browse the repository at this point in the history
They're used as values for the border-width property, which can be specified via the currently-allowed border shorthand property.

See https://www.w3.org/TR/css-backgrounds-3/#typedef-line-width.
  • Loading branch information
georgeclaghorn committed Jul 27, 2019
1 parent 49f1789 commit 3409608
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions lib/loofah/html5/whitelist.rb
Original file line number Diff line number Diff line change
Expand Up @@ -635,6 +635,8 @@ module WhiteList
"silver",
"solid",
"teal",
"thin",
"thick",
"top",
"transparent",
"underline",
Expand Down

0 comments on commit 3409608

Please sign in to comment.