Somehow make Link rel=stylesheet's [fetch and process the linked resource] algorithm do the following:
- If el [contributes a script-blocking style sheet], increment el's [node document]'s [script-blocking style sheet counter by one.
(^Either by passing some custom steps to [default fetch and process the linked resource], or overriding the algorithm)
The [process the linked resource] algorithm for this type of resource is as follows, given el, success, and response:
- ...