- From: Lea Verou via GitHub <sysbot+gh@w3.org>
- Date: Thu, 01 Aug 2024 14:53:21 +0000
- To: public-css-archive@w3.org
Hey there, just a gentle ping on this? `async` is pretty essential. It's the reason [libraries like Font Awesome have to resort to `<script>` for their embed code](https://docs.fontawesome.com/web/setup/use-kit/#about-css-only-embed-codes). Tons of questions online about [CSS async loading](https://www.google.com/search?q=link+stylesheet+async), all resorting to JS in one way or another, with the prevailing solution being this: ```html <link rel="stylesheet" href="/path/to/my.css" media="print" onload="this.media='all'"> ``` -- GitHub Notification of comment by LeaVerou Please view or discuss this issue at https://github.com/w3c/csswg-drafts/issues/1603#issuecomment-2263278595 using your GitHub account -- Sent via github-notify-ml as configured in https://github.com/w3c/github-notify-ml-config
Received on Thursday, 1 August 2024 14:53:21 UTC