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

blog.rustbr.org broken #5

Open
devurandom opened this issue Sep 3, 2018 · 6 comments
Open

blog.rustbr.org broken #5

devurandom opened this issue Sep 3, 2018 · 6 comments

Comments

@devurandom
Copy link

devurandom commented Sep 3, 2018

http://blog.rustbr.org/ appears to be terribly broken:
screenshot_2018-09-03 rust brasil dividindo conhecimento sobre a linguagem rust

No messages in the JavaScript console, no failed downloads in the network debugger.

Firefox 61.0.2 on Linux

@marioidival
Copy link
Member

screenshot from 2018-09-03 07-54-03
normal to me

@devurandom
Copy link
Author

@marioidival That is Google Chrome on Windows?

My first guess would be that the <link rel="preload" onload="..."> is not being loaded here. Maybe that is some same-origin thing, as the blog and the CSS live on different domains?

@marioidival
Copy link
Member

@devurandom linux

@leoyvens
Copy link
Member

leoyvens commented Sep 3, 2018

Same here, the blog is broken on Firefox. rel="preload" is not supported on Firefox.

@chris-morgan
Copy link

This is a terrible abuse of <link rel=preload>. Preload is supposed to be an enhancement. As it is, you’ve made the site work in Chrome and recent Safari only, and unnecessarily depend on JavaScript too.

@stevenroose
Copy link

This is what I get when I disable JS..

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

No branches or pull requests

5 participants