Re: [w3ctag/design-reviews] The Popup API (Issue #743)

@mfreed7 I think in theory popover as an attribute could make sense, but in practice, the style adjustments triggered by top layer sort of limit the scope of the API, and what use cases are possible with it: https://fullscreen.spec.whatwg.org/#new-stacking-layer

> <input type=range popup> is a range slider that pops up over the top. An example is a video volume slider.

It seems more likely that someone wanting to achieve such use case, will create a container element with the range input in it, to work around the style adjustments.

> `<tr popup>` is a table row which pops up to emphasize the row.

How is that possible without the table row popping up in random places? the abspos adjustment makes this impossible.



-- 
Reply to this email directly or view it on GitHub:
https://github.com/w3ctag/design-reviews/issues/743#issuecomment-1297440409
You are receiving this because you are subscribed to this thread.

Message ID: <w3ctag/design-reviews/issues/743/1297440409@github.com>

Received on Monday, 31 October 2022 17:38:15 UTC