css-font-rendering icon indicating copy to clipboard operation
css-font-rendering copied to clipboard

What's the behaviour of connection failure before the timeout?

Open jakearchibald opened this issue 11 years ago • 3 comments
trafficstars

…or an invalid response before the timeout?

I assume it just falls back?

jakearchibald avatar Nov 11 '14 18:11 jakearchibald

At least Blink (and I assume WebKit too) will give up. So it should fall back.

KenjiBaheux avatar Nov 13 '14 05:11 KenjiBaheux

+1

jakearchibald avatar Nov 13 '14 13:11 jakearchibald

Depends on the specified strategy. If "block" is set to infinite (https://github.com/KenjiBaheux/css-font-rendering/issues/11#issuecomment-63159022), then we shouldn't fallback.. otherwise, treat timer as expired and apply the fallback.

igrigorik avatar Dec 08 '14 17:12 igrigorik