7 ms·
Some of these are from 2023. Have any of their graduated proposals shipped into a browser? I'm trying to get a sense of their visible wins so far.
by yanokwa 2y ago
Some of these are from 2023. Have any of their graduated proposals shipped into a browser? I'm trying to get a sense of their visible wins so far.
- jadbox 2y agoCommandFor just made it's way into Chrome
- itishappy 2y agoExclusive Accordion https://caniuse.com/mdn-html_elements_details_name https://caniuse.com/mdn-html_elements_details_name Invoker Commands https://caniuse.com/mdn-html_elements_button_commandfor https://caniuse.com/mdn-html_elements_button_commandfor Popover API https://caniuse.com/mdn-api_htmlelement_popover https://caniuse.com/mdn-api_htmlelement_popover Popover=hint https://caniuse.com/mdn-api_htmlelement_popover_hint https://caniuse.com/mdn-api_htmlelement_popover_hint
- echelon 2y agoChrome pulling ahead of everyone else. It's kind of scary that Chrome is so far ahead in web standards. It's almost as if web standards are designed to give Chrome the edge.
- troupo 2y agoThere are web standards and then there are web standards. There are some that Chrome just scribbles on a napkin, throws them into standards committees, and immediately releases even if the napkin cannot even be read by anyone. Because this benefits one or other group inside Google. See basically all hardware APIs. With others Chrome sometimes just barges ahead even if the final shape of the standard isn't fully agreed on. YOLO. The links above are quite telling. Many of those have the following disclaimer: "This feature is experimental. Use caution before using in production."
- merb 2y agoIsn’t popover kinda useless without a position api of the popover element? Most of the time you want to create a ‚better‘ title. But the hard part is not something like the popover it‘s the positioning (can’t do middle at the end of screen even if the others are middle since it would cut stuff or add temporary scrollbars usw.?) Edit: https://developer.chrome.com/blog/anchor-positioning-api?hl=de https://developer.chrome.com/blog/anchor-positioning-api?hl=... this one