Earlier quoted context omitted.
I don't understand the cynicism people have for this idea. All they did was say "wouldn't it be cool if you could have nice animations in between pages" and built a proof-of-concept. It's not a finished product. They aren't forcing it into a standard. It's a demo of something that would be cool. So why the heck are people opposed to that?
Well you certainly can't raise a stink after it's in the standard.
Google launches new “portal” HTML element
111–120 of 265 posts
Re: Google launches new “portal” HTML element
#112Earlier quoted context omitted.
Isn't this why we have the W3C, so standards don't get made unless multiple people benefit? This seems like Microsoft with IE6 all over again.
No, the purpose of the W3C is to make sure we don't end up with multiple slightly different, mutually incompatible variations of the same thing. It's not meant to be a gatekeeper for new features. That said, Portals _are_ going through the normal W3C process for experimental features via the Web Incubator Community Group: https://wicg.github.io/portals/
Re: Google launches new “portal” HTML element
#113Earlier quoted context omitted.
Isn't this why we have the W3C, so standards don't get made unless multiple people benefit? This seems like Microsoft with IE6 all over again.
> This seems like Microsoft with IE6 all over again. IE6 gave us XMLHttpRequest because they wanted it to build Outlook for the web. That seems like it turned out ok. In general I think building browser-specific features, seeing what works, and only then standardizing is a much better path than starting with W3C.
Re: Google launches new “portal” HTML element
#114We got rid of iframes, flash and WAP/imode. Thankfully we have now , Flutter and AMP.
Flutter looks like the junk food of programming. It looks like you get a choice between McDonald's (Google / Material Design) or Burger King (Apple). People are giving up long-term technology freedom for short-term, beginner's convenience.
Easier development = more developers.
Re: Google launches new “portal” HTML element
#115Re: Google launches new “portal” HTML element
#116I once tried to put Google Search in an iframe, so I could put some handy buttons on top of it. It was not allowed. Perhaps "portals" are the solution (?)
Re: Google launches new “portal” HTML element
#117Earlier quoted context omitted.
If you're connected to a VPN, install pi-hole on that network and use it as dns. If not, just get blokada from f-droid. It uses 1-3% energy over the day on my phone, but saves around 15% by filtering ads
Or just switch to Firefox on Android and use uBlock Origin or similar.
Re: Google launches new “portal” HTML element
#118Am I reading this wrong, or is Google pushing a fairly complex element with substantial security considerations into HTML exclusively to solve their UX problems with AMP and the pre-load search carousel? Like this seems like it would be a fair amount of work for browsers to implement, and Google is the only party who would benefit.
If you're reading about this looking for how Google might misuse it, and that's what you see, then it seems like you're reading it as you intended. This isn't surprising. Many things can be read more than one way with only a little imagination. But there are other ways to read things. Like, how could I use that on my site? I'm thinking it might be fun to do something like the infinite zoom that Scott McCloud wrote ab…
Re: Google launches new “portal” HTML element
#119Am I reading this wrong, or is Google pushing a fairly complex element with substantial security considerations into HTML exclusively to solve their UX problems with AMP and the pre-load search carousel? Like this seems like it would be a fair amount of work for browsers to implement, and Google is the only party who would benefit.
I've been embedding websites in a tiddlywiki instance for todos as a test run, and I was surprised how much every website now tries to avoid/stop iframes due to the fact they aren't a "root" element.
This type of HTML element would allow me to build a web application that actually leverages other websites w/o click jacking. This is so powerful, it's what makes emacs and other ubiquitous interfaces so powerful. Leveraging other content
But maybe that's a pipe dream? Maybe that should be an application outside of the browser? Curious if there are any resources on the security implications of
Re: Google launches new “portal” HTML element
#120How is an HTML tag a technology?