content
content copied to clipboard
the blocking attribute is no longer valid on preload link elements
Description
I replaced an invalid example of blocking=render
Motivation
At one point in time the blocking attribute worked for preload links. That is no longer the case. I updated the example to use the blocking attribute on a <script>.
Additional details
Issue in the HTML spec which made the blocking attribute invalid for preload links.
Related issues and pull requests
reference to https://github.com/mdn/content/pull/33469