![Oracle Drags Its Feet in the JavaScript Trademark Dispute](https://cdn.sanity.io/images/cgdhsj6q/production/919c3b22c24f93884c548d60cbb338e819ff2435-1024x1024.webp?w=400&fit=max&auto=format)
Security News
Oracle Drags Its Feet in the JavaScript Trademark Dispute
Oracle seeks to dismiss fraud claims in the JavaScript trademark dispute, delaying the case and avoiding questions about its right to the name.
@fylgja/aria-only
Advanced tools
The aria-only (a.k.a. sr-only) visually hides elements. But keeps it accessible to screen-readers and other aria tools
The aria-only (a.k.a. sr-only) visually hides elements.
But keeps them accessible to screen-readers and other aria tools.
npm install @fylgja/aria-only
Then include the component in to your code via;
@use "@fylgja/aria-only";
// Or via PostCSS import
@import "@fylgja/aria-only";
If you need support for media queries, use the following import;
@use "@fylgja/aria-only" with ($enable-aria-only-mq: true);
// Or via PostCSS import
@import "@fylgja/aria-only/mq";
When enabled/used, the aria-only style can be used with the mq prefix,
for example: md-aria-only
.
The not-aria-only
option is exclusive to the mq option and unsets the aria-only styles.
For what mq options are available see the mq package.
All mq values used by the $aria-only-breakpoints
variable
take the values directly from the Fylgja Mq component.
@layer
supportIf you need support for @layer
,
use the following import;
@use "@fylgja/aria-only" with ($aria-only-layer: "utilities");
// Or via native CSS import, also supported by PostCSS import
@import "@fylgja/aria-only" layer("utilities");
For more information see the aria-only docs on the Fylgja.dev.
[1.2.4] - 2022-08-15
FAQs
The aria-only (a.k.a. sr-only) visually hides elements. But keeps it accessible to screen-readers and other aria tools
The npm package @fylgja/aria-only receives a total of 30 weekly downloads. As such, @fylgja/aria-only popularity was classified as not popular.
We found that @fylgja/aria-only demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 2 open source maintainers collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Security News
Oracle seeks to dismiss fraud claims in the JavaScript trademark dispute, delaying the case and avoiding questions about its right to the name.
Security News
The Linux Foundation is warning open source developers that compliance with global sanctions is mandatory, highlighting legal risks and restrictions on contributions.
Security News
Maven Central now validates Sigstore signatures, making it easier for developers to verify the provenance of Java packages.