8 ms·
I think you're comparing apples with grapples. A popover is floating element that appears to display a contextual piece of information when required. What you
by bestest 2y ago
I think you're comparing apples with grapples.
A popover is floating element that appears to display a contextual piece of information when required.
What you're mentioning is something completely different.
- alt227 2y ago> What you're mentioning is something completely different. I think that is because the term 'Pop-up' has changed. It used to mean the opening of a new browser window, typically smaller than the host window and floating somewhere on top. Now it means a modal form within the same window and dom.
- deleted 2y ago[deleted]
- The_Colonel 2y agoI don't think this is often called "pop-up", mostly I see either popover or tooltip.
- nerdponx 2y agoAnd surely this new API will not be abused. Right?
- lolinder 2y agoAt this point in the web's development the better question is: will this allow our abusers to do things that weren't possible before or in ways that are less blockable than before? I think the answer is pretty clearly no to both questions, but it will allow us to simplify a lot of our code that was designed to make actually-useful popovers.
- hhreefgguu 2y agoIt seems like the only context in which it could be abused would be if you have JS disabled but this still works? (Because of course you can do this with JS). As CSS becomes more powerful it seems like being able to disable these powerful features, while still retaining the “document styling” features, will be important.
- jwells89 2y agoIt might be, but at least the offending site can be taken care of by closing a single tab. The part that sucked about old style popups is that they leaked into and on occasion would hijack (in the case of popup chains) your OS’ windowing system and at best make a mess of things or at worst turn your computer unusable.
- notatoad 2y agoit doesn't allow developers to do anything they can't already do. it does make those elements easier for adblockers to remove though, by implementing the functionality in a standard way that constrains all the related logic into one easily removable element.
- deleted 2y ago[deleted]
- mst 2y agoI tend to use "apples to aardvarks" but now I'm not sure whether I like mine or yours better. Shall have to alternate them for a bit and call it A/G testing.