Currently, when using border-image on an element, border-radius is ignored.
In my opinion, this greatly reduces the usefulness of border-image altogether as border-radius is very commonly used. This limitation forces developers back to hacks, such as introducing an additional element and adding padding to it, defeating the purpose of border-image.
My understanding is that this limitation at the time was intended, mostly due to implementation difficulties.
This is just a lazy question to check if those conditions still apply today? Is better, more expected behavior up for discussion, or is it a definitive no-go?