ITADN

consider adding inset-area as a "prefix" for position-area in chromium 125-128

#1730Closedjsnkuhn 创建于 2025-12-02
feature request
J
jsnkuhncommented
### What would you want to propose? Have been looking at updating some Twitch layouts with anchor positioning. These are webpages that get captured with Open Broadcaster Software (OBS) to be displayed on stream as backgrounds. OBS is stuck on a year and a half old version of chromium embedded framework (127) with no update in site. Even once this is updated it's unrealistic to expect that folks will all upgrade right away. https://caniuse.com/?search=position-area ### Suggested solution The issue is that this version falls into the window of 125-128 when chromium's implementation used an old property name "inset-area" instead of the currently spec-ed name position-area. So both need to be used to make position-area code work as far back as possible. The existing anchor position polyfill does not run for 125-128 and they do not plan on adding support for this: https://github.com/oddbird/css-anchor-positioning/issues/370 ### Additional context _No response_ ### Validations - [x] Follow our [Code of Conduct](https://github.com/csstools/postcss-plugins/blob/master/CODE_OF_CONDUCT.md) - [x] Check that there isn't already an issue that request the same feature to avoid creating a duplicate. ### Would you like to open a PR for this feature? - [ ] I'm willing to open a PR
关闭于 2025-12-03 2 条评论