> crazy inline styling and absurd choice of elements pretty often these days
i'd be interested to hear what objectively measurable properties this way of doing things might suffer from. e.g.
1. does it result in more data being sent over the wire?
2. does it result in slower page load speed?
3. is it less widely supported by browsers?
4. is it harder to maintain?
It's a bit hard to assess if this is easy to maintain without knowing how the page is generated. Maybe it's built by some pipeline that is very easy for the developers to maintain & easy for people to tweak the styles...
(context: genuine interest, backend dev who has largely dodged having to care about html for the last n years...)