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

QQ Browser supports text-align: end, but it's flagged #167

Open
gian1200 opened this issue Jul 10, 2023 · 1 comment
Open

QQ Browser supports text-align: end, but it's flagged #167

gian1200 opened this issue Jul 10, 2023 · 1 comment
Milestone

Comments

@gian1200
Copy link

According to Can I use: css-logical-props, css-logical-props is partially support in QQ Browser. However, it doesn't say that it doesn't support text-align: end.

So, in theory, this should work:

./src/app/index.css:

.aaa {
	text-align: end;
	width: 100%;
}

./.browserslistrc:

defaults and supports es6-module

However:

>npx doiuse@latest "src\app\index.css"
src\app\index.css:23:1: CSS Logical Properties only partially supported by: QQ Browser (13.1) (css-logical-props) <--this
src\app\index.css:59:1: Media Queries: Range Syntax not supported by: Safari (15.6,16.3), Safari on iOS (15.6,16.0,16.1,16.2,16.3), UC Browser for Android (15.5), QQ Browser (13.1) (css-media-range-syntax)
src\app\index.css:70:1: CSS overflow property only partially supported by: Safari (15.6), Safari on iOS (15.6), UC Browser for Android (15.5), QQ Browser (13.1) (css-overflow)
src\app\index.css:71:1: CSS overflow property only partially supported by: Safari (15.6), Safari on iOS (15.6), UC Browser for Android (15.5), QQ Browser (13.1) (css-overflow)
@clshortfuse
Copy link
Collaborator

Partial support is WIP.

Ping #160

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants