Hi Stephanie, great idea & content! I learned about role='list' on <ul>.
I was recently curious about blockquote patterns and it seems that the recommendations have changed and the WHATWG HTML spec is not recommending <footer> in <blockquote> anymore, but rather something like:
<figure>
<blockquote>quote</blockquote>
<figcaption>— <cite>author</cite></figcaption>
</figure>
Hi Stephanie, great idea & content! I learned about role='list' on
<ul>.I was recently curious about blockquote patterns and it seems that the recommendations have changed and the WHATWG HTML spec is not recommending
<footer>in<blockquote>anymore, but rather something like: