mirror of
https://git.sr.ht/~seirdy/seirdy.one
synced 2024-11-10 00:12:09 +00:00
9184e7897c
Lobste.rs replies have real permalinks that are sort of hidden, which work better than anchor links for IndieWeb purposes.
1.2 KiB
1.2 KiB
title | date | replyURI | replyTitle | replyType | replyAuthor | replyAuthorURI | syndicatedCopies | ||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
Thoughts on callout semantics | 2023-08-29T22:54:38-07:00 | https://toast.al/posts/softwarecraft/2023-08-29_semantic-markup-for-callouts | Semantic Markup for Callouts: A Not-Quite-RFC for Admonitions in HTML | BlogPosting | toastal | https://toast.al |
|
Interesting proposal! Some thoughts:
-
I'd suggest looking into the
doc-notice
,doc-tip
, anddoc-example
DPUB-ARIA roles. I'm a big fan of DPUB-ARIA and I do not think it is used enough. I believe Google's Talkback has the most robust support for it put of any AT I'm familiar with. -
I'm not convinced that a
cot
element is necessary. I think a heading witharia-labelledby
would work better as a way to name a callout, and an attribute (or DPUB-ARIA role) could better specify the type of callout.
Funnily enough, I'm thinking about my own proposal for a spoiler
element which also has similar structure to—but different semantics from—the details
element.