• Andrew Hodgkinson's avatar
    Calling HtmlEndParse at the end of html_get_next_token and setting up->context... · 2e86b9d4
    Andrew Hodgkinson authored
    Calling HtmlEndParse at the end of html_get_next_token and setting up->context to NULL was wrong; fetch_fetcher would end up recalling html_get_next_token later which would then call HtmlParse even though the document parse had just finished! The HtmlEndParse call has now been moved to fetch_stop.
    
    Altered reformatter to claim fonts inside a browser, rather than
    claiming them for nothing and losing them afterwards.
    
    Got rid of TAG == TABLE and ISBODY tests, replacing with tagno == TAG_TABLE.
    Removed all references to TD, TH, TR and TABLE in the style word.
    2e86b9d4
Fetch 60.2 KB