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

Fix #6163: p-hidden-accessible modernization #6164

Merged
merged 2 commits into from
Apr 9, 2024

Conversation

@melloware melloware added Component: Accessibility Issue or pull request is related to WCAG or ARIA Core Team Issue or pull request has been *opened* by a member of Core Team labels Mar 15, 2024
Copy link

vercel bot commented Mar 15, 2024

The latest updates on your projects. Learn more about Vercel for Git ↗︎

2 Ignored Deployments
Name Status Preview Comments Updated (UTC)
primereact ⬜️ Ignored (Inspect) Visit Preview Mar 27, 2024 10:47am
primereact-v9 ⬜️ Ignored (Inspect) Visit Preview Mar 27, 2024 10:47am

@mertsincan
Copy link
Member

I think we need to remove !important. A different order mechanism works when using @layer and !important. Also, I have not received any feedback such as add !important, including in other projects. And we can add clip: rect(0, 0, 0, 0)

@mertsincan mertsincan added the Status: Discussion Issue or pull request needs to be discussed by Core Team label Mar 25, 2024
@melloware
Copy link
Member Author

will do but clip-rect is for IE and legacy browsers which are not supported anymore right? The new clip-path: inset(50%) is for modern browsers?

@melloware
Copy link
Member Author

OK changes made

@gucal gucal merged commit d8103c5 into primefaces:master Apr 9, 2024
5 checks passed
@melloware melloware deleted the pr6163 branch April 9, 2024 11:29
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Component: Accessibility Issue or pull request is related to WCAG or ARIA Core Team Issue or pull request has been *opened* by a member of Core Team Status: Discussion Issue or pull request needs to be discussed by Core Team
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Core: p-hidden-accessible modernization
3 participants