samuraiseoul / periodic_table

A website representation of Amy Cohen Efron's artwork "The Periodic Table of Hate and Intolerance"
https://samuraiseoul.github.io/periodic_table/
1 stars 0 forks source link

Use IDs and Classes over very specific generic tags #13

Open samuraiseoul opened 3 months ago

samuraiseoul commented 3 months ago

Instead of using class and div, instead use id and more specific tags like header or section or article for inner component work.

sophielionhartidexx commented 2 months ago

Apparently its better for the CSS parser on browsers to have ids and classes. An especially important consideration seeing as we have a large DOM size and we can't reduce it much due to needing 105 periodic elements all with their own shadow doms.