How is this allowed?
https://jsfiddle.net/g6oaht8f/162/
I thought an svg can only use certain properties, and border certainly wasn’t one of them.
How is this even able to do what it is doing?
I never knew of a border to be part of an svg’s repertoire.
svg {
border-bottom: 3px solid red;
border-right: 3px solid red;
}
Border is not listed as an svg attribute here: