|
|
|
|
|
by wastholm
1618 days ago
|
|
A nitpick perhaps, but I was surprised to see `cite` used to enclose the author's name in your `blockquote` example. I was under the impression that `cite` is meant to be used to mark up titles of books and similar, not author names, and MDN[1] seems to agree with me here. That aside, nice work! This could surely be useful as a default stylesheet for Markdown documents and the like. [1] https://developer.mozilla.org/en-US/docs/Web/HTML/Element/ci... |
|
Frankly, since the cite element has no implicit ARIA role and is normal flow and phrasing content, it’s roughly just another spelling of <i>. Don’t worry too much about its nominal semantics, they’ll probably tweak them again before long.