While working on an unrelated issue, I realized there's a subset of SVG attributes and elements for which Loofah::HTML5::Scrub.scrub_attributes had code to handle, but which weren't in the list of allowed SVG elements or allowed SVG attributes due to historical omission dating back to the html5lib import done in 7dd145a.
While working on an unrelated issue, I realized there's a subset of SVG attributes and elements for which
Loofah::HTML5::Scrub.scrub_attributes
had code to handle, but which weren't in the list of allowed SVG elements or allowed SVG attributes due to historical omission dating back to thehtml5lib
import done in 7dd145a.