|
| pupppet wrote:
| 2 minutes after release- where's the top-top layer option.
| rafaelturk wrote:
| I'm still trying to grasp the real use of this.. IMO Looks like a
| bad solution for a problem that wasn't really that big
| dangrossman wrote:
| Small businesses build their websites by setting up on a
| platform like Shopify or Squarespace. They use a template and
| fill in the content. They add functionality to the site, like
| an email opt-in, a "free shipping if you order over $50" bar at
| the top of the page, a "contact us" button floating at the
| bottom, a bunch of social media icons floating on the side...
| via plug-ins/apps/scripts. They don't ever touch code. All
| those plug-ins/apps/scripts that provide this functionality to
| non-technical website owners as a service have no idea what the
| webpage DOM will look like, how it's coded, what other scripts
| you're loading on the page. They end up fighting to be on top
| with z-indexes, and that's how you end up with the website's
| main navigation being on top of instead of behind a modal
| dialog like a popup contact form, when the site owner wants it
| to be behind. This "top layer" means the stuff that isn't part
| of the page and should always be above the page can really be
| on top.
| jraph wrote:
| Obviously a clever act of resistance within the Chrome team,
| providing a fantastic crap-blocking tool to which crap will be
| registered willingly.
|
| "outside of the document flow": that can't be clearer. It's
| almost imprudent.
| jraph wrote:
| Neat. Yes please. The Web becomes usable again just by blocking
| the top layer.
| draw_down wrote:
| Wow, that would be great actually. Right now heuristics to
| block "please sign up for the newsletter" dialogs is difficult
| to do. But hopefully in the future we can just selectively
| allow access to top layer for certain domains.
| recursive wrote:
| Except if that happened, they just wouldn't use it.
| rekoil wrote:
| They don't care about the 1% of users who will figure this
| out.
| t0mas88 wrote:
| Indeed, this is great. All newsletter popups, cookie popups,
| "are you sure you want to leave" popups, give us feedback
| popups... They will all go on the top layer so your adblocker
| could hide it all at once.
| enbugger wrote:
| That is the reason why the top layer will not be chosen
| bhaney wrote:
| This feels like the same kind of kludge as "!important" and will
| probably be similarly abused.
| RunSet wrote:
| I am beginning to think that perhaps the world's largest
| advertising corporation should not be trusted with developing
| the leading web browser.
| blowski wrote:
| Beginning?
| a1369209993 wrote:
| Some people are slow on the uptake. Better late than never,
| though.
| [deleted]
| bastawhiz wrote:
| Unfortunately, you can't practically use this today because it
| has only very recently been added to Safari (March 2022). I guess
| something to look forward to in two to three years.
| danjc wrote:
| This amp goes to 11 (https://youtu.be/KOO5S4vxi0o)
| jaywalk wrote:
| The blog post keeps mentioning that you "promote" things to the
| top layer... but how do you do that? I see absolutely nothing in
| the HTML, CSS or JS of the examples in the post that references
| anything new.
|
| Is this just a new way the browser displays the |