Building dynamic toggletips using anchored container queries

Anchored container queries are only available in Chrome 143 upwards right now, but here’s Daniel Schwarz to show you how to use progressive enhancement to build up to using that new capability in the context of position-aware toggle tips.

Piccalilli

Getting Started With The Popover API — Smashing Magazine

https://misryoum.com/us/reviews/getting-started-with-the-popover-api-smashing-magazine/

What happens if you rebuild a single tooltip using the browser’s native model without the aid of a library? The Popover API turns tooltips from something you simulate into something the browser actually understands. Opening and closing, keyboard interaction, Escape...

#Getting #Started #With #The #Popover #API #Smashing #Magazine #US_News_Hub #misryoum_com

Getting Started With The Popover API — Smashing Magazine

What happens if you rebuild a single tooltip using the browser’s native model without the aid of a library? The Popover API turns tooltips from something

US News Hub
Getting Started With The Popover API — Smashing Magazine

What happens if you rebuild a single tooltip using the browser’s native model without the aid of a library? The Popover API turns tooltips from something you simulate into something the browser actually understands. Opening and closing, keyboard interaction, Escape handling, and much of the accessibility now come from the platform itself, not from ad-hoc JavaScript.

Smashing Magazine
I’m certain this will become a good reference for the future #css #html #popover #dialog
https://css-tricks.com/popover-api-or-dialog-api-which-to-choose/
Popover API or Dialog API: Which to Choose? | CSS-Tricks

Choosing between Popover API and Dialog API is difficult because they seem to do the same job, but they don’t! After a bit lots of research, I discovered that the Popover API and Dialog API are wildly different in terms of accessibility and we'll go over that in this article.

CSS-Tricks

#Development #Comparisons
Popover API vs. Dialog API · “They seem to do the same job, but they don’t!” https://ilo.im/16b207

_____
#Popover #HtmlDialog #Accessibility #ARIA #Invokers #APIs #WebDev #Frontend #HTML #JavaScript

Popover API or Dialog API: Which to Choose? | CSS-Tricks

Choosing between Popover API and Dialog API is difficult because they seem to do the same job, but they don’t! After a bit lots of research, I discovered that the Popover API and Dialog API are wildly different in terms of accessibility and we'll go over that in this article.

CSS-Tricks

JavaScript: заметка о свойствах source ToggleEvent и closedBy HTMLDialogElement

Привет, друзья! В этой небольшой статье я расскажу вам о новом свойстве события toggle - source , а также о новом атрибуте HTML-элемента dialog - closedby . Свойство source позволяет определять источник переключения видимости поповера (popover), а атрибут closedby позволяет декларативно управлять логикой закрытия dialog , но обо всем по порядку.

https://habr.com/ru/companies/timeweb/articles/984310/

#javascript #js #source #closedby #dialog #button #timeweb_статьи #popover #light_dismiss

JavaScript: заметка о свойствах source ToggleEvent и closedBy HTMLDialogElement

Привет, друзья! В этой небольшой статье я расскажу вам о новом свойстве события toggle — source , а также о новом атрибуте HTML-элемента dialog — closedby . Свойство source позволяет определять...

Хабр

A Japanese TV news show recently featured all-you-can-eat popover(ポップオーバー) restaurants which left me wondering why anyone would want to stuff themselves with Yorkshire pudding sans gravy.
https://en.wikipedia.org/wiki/Popover
#popover #YorkshirePudding

OTOH found a Japanese wikipedia entry for Jam Roly Poly, so perhaps it's only a matter of time before the Roly Poly invasion...
https://ja.wikipedia.org/wiki/%E3%82%B8%E3%83%A3%E3%83%A0%E3%83%BB%E3%83%AD%E3%83%BC%E3%83%AA%E3%83%BC%E3%83%BB%E3%83%9D%E3%83%BC%E3%83%AA%E3%83%BC
...and Bird's Custard.🤔
https://en.wikipedia.org/wiki/Bird's_Custard

Popover - Wikipedia

Контекстные меню с popover и anchor positioning. Крис Койер показывает, как сделать кебаб-меню без JavaScript через HTML-инвокеры для popover, anchor-name и position-anchor, а также анимацию открытия и закрытия на CSS. А ещё умное позиционирование с помощью свойства position-try, чтобы меню всегда оставалось видимым. #css #popover

https://frontendmasters.com/blog/popover-context-menus-with-anchor-positioning/

Better defaults for popovers - Manuel Matuzovic

I recently added a rule to my reset style sheet UA+ that I wanted to share with you.

Manuel Matuzovic