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

Do not block entire process when stylesheets cannot be fetched or parsed #141

Closed
kwkbtr opened this issue Jan 17, 2016 · 1 comment
Closed
Labels

Comments

@kwkbtr
Copy link
Contributor

kwkbtr commented Jan 17, 2016

Currently the entire layout process is blocked when a stylesheet cannot be fetched or parsed.
This includes, for example,

  • Exceptions caused by bugs in the CSS parser (e.g. CSS parsing throws error #140).
  • Blocking of the HTTP request by browser when the current (UI) page is served over HTTPS.

These events should be skipped (with warning messages) and the entire layout process should be continued, instead of begin stopped completely.

@kwkbtr
Copy link
Contributor Author

kwkbtr commented Jan 17, 2016

Fixed by #142.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant