Latest solutions
Url shortening api master project
#accessibility#sass/scss#nodeSubmitted 12 days agoI'm just hoping the project screenshot is okay and that there aren't too many errors in the html and accessiblity report.
Static job listings master project
#accessibility#bootstrap#sass/scssSubmitted 8 months agoClearly , I need to dive deeper into how to avoid/eleminate 'render blocking resources' firstly. I'm mostly confused by this error , as I've always learned that you need to keep styling/semantics separate , and now (for the first time) I hear that no, you should not do that as it causes the fist load to be too slow.
I'm very frustrated by this as I have no idea how to avoid these errors in the future, without having to keep all my css separate in the `
Latest comments
- @cmb347827@cmb347827
I've noticed the height of the screenshot is only a section of the entire project . But off course it's all there if I look at my project. It happens to have worked with the full height screenshot in the one project I didn't use Bootstrap container as much.
Why is this? I do notice now I added the header within main, could have been the issue.
- @cmb347827@cmb347827
The screenshot isn't very good but thats because I fetch JSON and it takes a few seconds to load the data. Can someone please advise me why it's not correct appearantly?
- @cmb347827@cmb347827
I did use media queries that determined when the menu is shown in mobile , from line 242 in the scss file. But the code you posted above would have been a neater solution to what I did.
I liked to seperate my code (add eventlistener one at a time) as I did as I think it's more readable maybe .
- @cmb347827@cmb347827
I have added a hidden <h1> heading, as it's not really part of the project , I have to hide it. I it passes on another accessiblity checker site (https://fae.disability.illinois.edu/anonymous/?Anonymous%20Report=/)
- @cmb347827@cmb347827
I had already added a display:none (d-none bootstrap) <h1> title for accesibilty reasons, but it does not validate here for some reason. All was fine in another site I used to check for accessiblity : https://fae.disability.illinois.edu/anonymous/?Anonymous%20Report=/
- @cmb347827@cmb347827
I have added menu capabilities, so the menu opens/closes and a menu item is highlighted when selected on hover.