Opportunistically preload back-cg-draft.png when status is CG-Draft ... same with CG-Final:
Hi!! @marcoscaceres,
I am interested on working in this one!
are you meaning something like this ?
https://codepen.io/shivendrarox/pen/bvpzmB
Not quite :) more like this:
https://github.com/w3c/respec/blob/develop/src/w3c/style.js#L82
Browsers already know how to preload things.
Basically, we need to use this function when the spec is a CG-Draft
https://github.com/w3c/respec/blob/develop/src/core/utils.js#L148
And you would need to figure out where the CG-Draft template is loaded from. On my phone, so can鈥檛 check :(
Hi, @marcoscaceres . Is this issue still valid? I think I could work on this.
heh, sorry @lolimay... you keep finding all the bogus ones. We probably don't want to preload this, as it's a low priority resources. On the bright side, you've helped closed two issues, so ... 馃弳
That's really a pity馃槀, I believe that I can fix some valuable issues later.
Most helpful comment
Basically, we need to use this function when the spec is a CG-Draft
https://github.com/w3c/respec/blob/develop/src/core/utils.js#L148
And you would need to figure out where the CG-Draft template is loaded from. On my phone, so can鈥檛 check :(