Hi webkit-dev,
This is a request for WebKit's position on the blocking="render" attribute on <link>, <script> and <style> elements.
This is a new feature currently being proposed to the HTML spec:
All current browsers treat stylesheets as render-blocking resources, and do not start rendering the page before they are loaded. This feature extends this mechanism by allowing authors to explicitly mark an external resource also as render-blocking to ensure better page load performance in more cases.
Regards,
Xiaocheng