Skip to content

What happens if I set base url from import_css ? #372

Closed Answered by tordex
octalflow asked this question in Q&A
Discussion options

You must be logged in to vote

the baseurl you set in the import_css is applied to the URLs in this imported CSS only. For example for background images.

Generally the rules for baseurl:

  1. Overwrite the function set_base_url to save base url from <base> tag
  2. Calculate default baseurl based on the url of the opened document. litehtml doesn't know about document url, but document_container implementation should know it.
  3. In the "images function" use baseurl argument if it is not empty. If baseurl is empty, use the calculated default baseurl.

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by octalflow
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants
Converted from issue

This discussion was converted from issue #371 on December 09, 2024 12:38.