Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

老大有空的时候希望能完善支持下这些功能 #572

Open
aqwvwv opened this issue May 7, 2023 · 0 comments
Open

老大有空的时候希望能完善支持下这些功能 #572

aqwvwv opened this issue May 7, 2023 · 0 comments

Comments

@aqwvwv
Copy link

aqwvwv commented May 7, 2023

时间:2023-05-08 02:23:23
版本:miniblink-20230412.zip
【问题1】
let r = getComputedStyle(el);
let v = r.getPropertyValue('--padding');

// js上只能获取到原生css的属性,自定义变量无法获取,希望能支持自定义变量获取
getPropertyValue('padding')//原生css属性可以获取
getPropertyValue('--padding')//自定义变量无法获取
【问题2】
css相关问题
1.不支持相关滤镜属性方法,如:backdrop-filter: blur(30px);毛玻璃
2.overflow:overlay; 设置滚动条为覆盖模式,伪元素:::-webkit-scrollbar{},不支持设置背景透明度
3.不支持:focus-within 伪类
4.不支持:inset:0;设置上下左右为0方法

老大有空的时候希望能完善支持下这些功能,不然要实现相同功能要额外写好多代码,维护难 🇬

@aqwvwv aqwvwv closed this as completed May 7, 2023
@aqwvwv aqwvwv reopened this May 7, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant