[css-fonts] ready attribute vs function

The CSS font loading spec defines 'ready' as a function [1] returning a
promise but in Chrome it's implemented as a read only attribute.

Is the spec out of date or did chrome implement it incorrectly?

1: http://www.w3.org/TR/css-font-loading-3/#dom-fontfaceset-ready

Received on Saturday, 3 October 2015 04:35:25 UTC