- From: Noam Rosenthal via GitHub <sysbot+gh@w3.org>
- Date: Thu, 01 Aug 2024 14:58:58 +0000
- To: public-css-archive@w3.org
`async` is a bit > What’s the status of this? Is it waiting for implementations or is there spec work remaining? > > `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: > > ``` > <link rel="stylesheet" href="/path/to/my.css" media="print" onload="this.media='all'"> > ``` This is a separate issue. `Async` here is for async image decoding and was split into #2095. I believe you meant to comment on https://github.com/whatwg/html/issues/3983? -- GitHub Notification of comment by noamr Please view or discuss this issue at https://github.com/w3c/csswg-drafts/issues/1603#issuecomment-2263291071 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:58:59 UTC