gingersmith4 / sp24-cse110-lab3

Lab focusing on Agile and CSS
0 stars 0 forks source link

CSS Validation #9

Closed gingersmith4 closed 4 months ago

gingersmith4 commented 4 months ago

Similar to Lab 2, where we validated our HTML, we can also validate our CSS. Validate your CSS through a validator and take a screenshot. Add this screenshot to your repo! You might notice that the validator will throw an error for some of the newer selectors you used. If this is the case, that's ok!

However, a good resource to know about is https://caniuse.com/ . Try inputting anything HTML or CSS related into the search bar on this site, such as an HTML tag or a CSS selector and see which browsers support it!

THINK: We just used :has() and nested selectors. Based off caniuse.com, why might these newer selectors be a concern to be using? Remember to think about users and how not everyone may have the latest version of everything.

gingersmith4 commented 4 months ago

Current issues:

Screenshot 2024-04-19 at 10 03 04 PM
gingersmith4 commented 4 months ago
Screenshot 2024-04-19 at 10 04 20 PM

Also some html issues from https://validator.w3.org