Open rijkvanzanten opened 1 month ago
Hey Rjik, thanks for these comments! Putting down some of my responses to your comments below:
<article>
has to be "self-contained". For example you should be able to remove an article
and put it on a different page and have it make sense from a content perspective. If I were to cut and paste your first article
tag from the HTML, the text would no longer make sense
reset.css
is empty. I'd just drop it from the repo in that case"
. Some tooling and browser can choke on the spaceshr
tag is a semantic thematic change in content. Feels like you're using it here for stylistic purposes exclusively. Use aborder
in CSS instead.[ ] From MDN:
You're wrapping the article's title and author in a separate article, indicating that it's disconnected from the article itself. Those two shouldn't be independently distributable so shouldn't be wrapped in a separate article