Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Inline CSS not parsed #36

Open
GreenLightning opened this issue Oct 23, 2023 · 0 comments · May be fixed by #51
Open

Inline CSS not parsed #36

GreenLightning opened this issue Oct 23, 2023 · 0 comments · May be fixed by #51
Labels
Milestone

Comments

@GreenLightning
Copy link

Images referenced from inline CSS are not downloaded.

<!doctype html>
<html lang="en">
<head>

<style>
h1 {
  background-image: url('/background.jpg');
}
</style>

</head>
<body>

<h1>Example</h1>

</body>
</html>

@cornelk cornelk added this to the Backlog milestone Jun 14, 2024
@cornelk cornelk modified the milestones: Backlog, 0.3.0 Jun 24, 2024
@cornelk cornelk linked a pull request Sep 11, 2024 that will close this issue
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants