4 ms·
SVG has the concept of re-usable components. Maybe in 10 years we can replace HTML with SVG. hides I'm sure that would make it much, much harder for people w
by blitmap 6y ago
SVG has the concept of re-usable components.
Maybe in 10 years we can replace HTML with SVG.
hides
I'm sure that would make it much, much harder for people with accessible needs.
- paulryanrogers 6y agoAccessibility is key IMO. And why it's sad the standard components don't get more love. Like why in 2020 can't select dropdowns do basic matching on any part of optiond instead of only leading characters? Or show filtered results as one types?
- hinkley 6y agoReusing SVG elements isn't as easy as they claim either, and they seem to have taken some of the options away in SVG 2.0
- hutzlibu 6y agoAlso SVG has also some very ugly things in the spec. And you would have to build up every UI-Element by yourself. It would have nothing to do with SVG, if it would be like HTML.
- kreetx 6y agoYears ago I heard someone saying that SVG should have replaced what CSS does nowdays, i.e use it for anything graphical. Not sure how well it would have worked though. But it is vector graphics so maybe very well?