Earlier quoted context omitted.
Huh, I didn't really fully understand that about SVG. Thanks for the info. From what I'm reading, it seems that from inside an SVG script, you can call out to javascript functions of the parent page? That seems kinda surprising, I'm sure there are security policies around it, but it means that there are potential security and performance risks/considerations around hosting and serving SVG files that I didn't realize…
The comment you’re replying to is misleading. SVG supports JavaScript but only if you load the SVG directly in your browser or inline it fully into the DOM. Using it as a normal image tag, by reference or with inlined data:, it’s inert and harmless from a JavaScript perspective. However, for a long time browsers were susceptible to denial of service attacks from maliciously crafted XML files, which SVG could exploit.…
Caniemail.com – like caniuse but for email content
71–80 of 263 posts
Re: Caniemail.com – like caniuse but for email content
#72What an excellent resource! (And yes Outlook is a pain and supports so very little!) We've tried building email templates for notifications for our apps where I work, and it has typically been a pain. We have since swapped to using mjml ( https://mjml.io/ ) to build the templates, and it's working wonders. The output seems the be the most compatible with all different devices that we've tested on. The other tool we e…
Re: Caniemail.com – like caniuse but for email content
#73Earlier quoted context omitted.
That's a completely valid opinion, and I prefer plaintext as well But at this point, it's pretty clear that most non-technical people prefer emails with fancy text and graphics. Personally, I'm just glad that email is a flexible enough medium to allow that. It's better than the alternative, where people moved to some closed, proprietary protocol behind like 20 patents that allows the same thing. Is there any other co…
> But at this point, it's pretty clear that most non-technical people prefer emails with fancy text and graphics. And what percentage of e-mails from people / human beings have those things? Certainly marketing e-mails have fancy formats, but I've rarely seen any person at a companies I've worked at use any kind of formatting: generally most folks hit reply and start typing with whatever the default is. Hardly any it…
Re: Caniemail.com – like caniuse but for email content
#74Re: Caniemail.com – like caniuse but for email content
#75HTML email was such a tragic mistake. I think the whole mess could have been averted if Markdown had been invented about twenty years earlier.
Is this intended as sarcasm? Markdown renders to html, it's an authoring syntax that happens to be readable in it's "code" state. How would it solve email? The real issue is bespoke rendering engines instead of just using a rule of "everything the current browser can do, but no js".
Re: Caniemail.com – like caniuse but for email content
#76Earlier quoted context omitted.
Most popular only because it was included with the OS and most IT departments did not allow use of other browsers. Just because it was the most installed does not make it the most popular. There was an old saying, "Internet Explorer: the most used browser to download another browser."
IE 4 and 5 were pretty good. ActiveDesktop was pretty cool. XMLHttpRequest turned out to be revolutionary. It was only after triple whammy of Netscape being unable to further compete, the dotcom crash and the antitrust suit against Microsoft's integration between Windows and IE that IE got deprioritized by MS and slowly turned into the underfeatured mess every developer hated.
Re: Caniemail.com – like caniuse but for email content
#77Earlier quoted context omitted.
That's reminiscent of IE, being the most popular and underfeatured.
Most popular only because it was included with the OS and most IT departments did not allow use of other browsers. Just because it was the most installed does not make it the most popular. There was an old saying, "Internet Explorer: the most used browser to download another browser."
Re: Caniemail.com – like caniuse but for email content
#78Earlier quoted context omitted.
> The point is that attachments are needed to make HTML work. They are not. MIME headers are helpful for telling MUAs what the content (type and/or disposition) of a message is, but there's nothing from stoping mail clients from just putting "raw" HTML in the body of an e-mail message without MIME.
Yes, obviously you could just email HTML before MIME existed. That's not the point of the discussion at hand.
Re: Caniemail.com – like caniuse but for email content
#79Earlier quoted context omitted.
Most popular only because it was included with the OS and most IT departments did not allow use of other browsers. Just because it was the most installed does not make it the most popular. There was an old saying, "Internet Explorer: the most used browser to download another browser."
That was a saying later in the game and among techies. Website usage stats indicate that in 2007 a solid 67% of people were using IE, and that didn't drop below a majority of usage until mid-2010. https://en.m.wikipedia.org/wiki/Usage_share_of_web_browsers
Re: Caniemail.com – like caniuse but for email content
#80Earlier quoted context omitted.
That's reminiscent of IE, being the most popular and underfeatured.
Most popular only because it was included with the OS and most IT departments did not allow use of other browsers. Just because it was the most installed does not make it the most popular. There was an old saying, "Internet Explorer: the most used browser to download another browser."
It kind of does:
> popular - prevailing among the people generally --- https://www.dictionary.com/browse/popular
I didn't mean to say most preferred.