Bug 267232
Summary: | Implement blocking=render attribute for <script> and <style> | ||
---|---|---|---|
Product: | WebKit | Reporter: | Noam Rosenthal <noam> |
Component: | Layout and Rendering | Assignee: | Matt Woodrow <mattwoodrow> |
Status: | RESOLVED FIXED | ||
Severity: | Normal | CC: | bfulgham, ntim, ryan, simon.fraser, webkit-bug-importer, zalan |
Priority: | P2 | Keywords: | InRadar |
Version: | WebKit Nightly Build | ||
Hardware: | Unspecified | ||
OS: | Unspecified | ||
Bug Depends on: | |||
Bug Blocks: | 278247 |
Noam Rosenthal
The attribute is available for links, styles & scripts, and allows render-blocking until the resource is ready to execute.
Attachments | ||
---|---|---|
Add attachment proposed patch, testcase, etc. |
Simon Fraser (smfr)
Is "render blocking" defined anywhere?
Noam Rosenthal
Of course, sorry I thought I put the spec links here and forgot.
This is in the HTML standard:
https://html.spec.whatwg.org/multipage/dom.html#render-blocking
https://html.spec.whatwg.org/multipage/urls-and-fetching.html#blocking-attribute
Radar WebKit Bug Importer
<rdar://problem/121008856>
Matt Woodrow
Pull request: https://github.com/WebKit/WebKit/pull/32022
EWS
Committed 282319@main (184cdfcc5726): <https://commits.webkit.org/282319@main>
Reviewed commits have been landed. Closing PR #32022 and removing active labels.