browserengineering/book

Feedback on /forms.html

pavpanchekha opened this issue · 0 comments

A user writes:

I was surprised to find self.get_font(node) here, since this method was not introduced previously (only the global function get_font(...) which has a different signature). It's easy enough to find out what it's supposed to do, but in my opinion a bit unfortunate because the code won't run at first.

Potentially we could fix this by back-porting the new font function all the way back to Chapter 8, or perhaps even earlier.