This media is not supported in your browser
VIEW IN TELEGRAM
PR: https://github.com/litehtml/litehtml/pull/401
This PR implements the scrolling of web pages with fixed elements:
This PR implements the scrolling of web pages with fixed elements:
position: fixed
Some changes in API.
The function:
renamed to:
get_client_rect was a legacy when litehtml was developed for Windows only. Now the name get_client_rect doesn't meet the functionality this function does.
The function:
void document_container::get_client_rect(litehtml::position& client) const;
renamed to:
void document_container::get_viewport(litehtml::position& viewport) const;
get_client_rect was a legacy when litehtml was developed for Windows only. Now the name get_client_rect doesn't meet the functionality this function does.
Documentation is in the sources tree now: https://github.com/litehtml/litehtml/blob/master/doc/using.md
Also docs are updated for the latest litehtml.
Also docs are updated for the latest litehtml.
GitHub
litehtml/doc/using.md at master · litehtml/litehtml
Fast and lightweight HTML/CSS rendering engine. Contribute to litehtml/litehtml development by creating an account on GitHub.