Google is banning Flash from its display ads
theverge.com
Google is banning Flash from its display ads
1–10 of 148 posts
Re: Google is banning Flash from its display ads
#2Re: Google is banning Flash from its display ads
#3Re: Google is banning Flash from its display ads
#4Re: Google is banning Flash from its display ads
#5I wonder if people may begin to go back to older browsers for surfing once ads have completely transitioned to HTML5 :-)
CSS, unfortunately, isn't really backwards compatible unless you invest a LOT of effort into testing and development.
Re: Google is banning Flash from its display ads
#6Re: Google is banning Flash from its display ads
#7Re: Google is banning Flash from its display ads
#8Re: Google is banning Flash from its display ads
#9I wonder if people may begin to go back to older browsers for surfing once ads have completely transitioned to HTML5 :-)
With people shifting their layouts over to Flexbox, relying on "box-sizing: border-box", "display: table-xxx" and friends, older browsers will mess up the layout beyond belief. IIRC some older browsers even failed to apply an entire CSS file if they couldn't parse a single rule - good luck with ::before, ::after, ::nth-child and friends. CSS, unfortunately, isn't really backwards compatible unless you invest a LOT of…
Re: Google is banning Flash from its display ads
#10One thing HTML5 lacks is the ability to combine all assets into one file. This makes Flash particularly handy for advertisements. Safari almost got there with its .Webarchive format, and Mozilla experimented with a file format but it didn't get anywhere.