|
|
|
|
|
by devdude1337
1028 days ago
|
|
Back in 2013 we built a software with xulrunner and extensive usage of XSL/T.
It allowed us to create an absurdly complex UI with precise rendering.
No CSS. Despite the lack of animations -that we have in CSS - it was superior for custom UIs.
Today you could argue, that we need to be specific about closing tags properly again when using something like JSX so it gets cough compiled.
XSL/T is tedious to work with, but it’s also strict and easier to debug than to push pixels with CSS.
Honestly, I don’t know why we left that path, but I feel dropping XHTML may not have been a decision made by software engineers… |
|