1
0
Fork 0
mirror of https://git.sr.ht/~seirdy/seirdy.one synced 2024-09-20 12:12:09 +00:00
Commit graph

1486 commits

Author SHA1 Message Date
Rohan Kumar
4d3b628fb3
Add aria-required, autocomplete attributes to forms
- We don't want autocomplete on the webmention form, since users should
  not be entering a link multiple times.
- Not all browsers support the "required" HTML5 attribute, so add the
  "aria-required" HTML attribute too.
2022-07-08 14:32:25 -07:00
Rohan Kumar
297ad1e5cb
Add skip-link
This one is simpler than the last attempt, since it doesn't overlap with
any content except the navbar links' empty padding.
2022-07-07 08:52:55 -07:00
Rohan Kumar
1a928a4807
Remove false-positives from feed validator
See https://github.com/w3c/feedvalidator/issues/87
2022-07-07 08:45:13 -07:00
Rohan Kumar
c4fef91b64
add IndieAuth authorization_endpoint
Also remove the useless generator tag. If someone wants to see how my
site was built, the source code is linked right in the footer.
2022-07-07 08:44:41 -07:00
Rohan Kumar
600bd85f1a
remove bad itemref 2022-07-07 08:42:09 -07:00
Rohan Kumar
13e0f05ad1
New note: introducing breadcrumbs 2022-07-07 18:12:28 -07:00
Rohan Kumar
d2eb21a04c
fix dead links 2022-07-07 17:57:32 -07:00
Rohan Kumar
70b8a5e9cb
re-org the About section, add breadcrumbs
Create an "about" section.

Add breadcrumbs to show relationships between pages with full page
titles.
2022-07-07 17:44:34 -07:00
Rohan Kumar
40585964fe
Fix dead link 2022-07-07 00:15:23 -07:00
Rohan Kumar
ca8736504a
Retire Meorca, fix dead links, add Bing syndicate 2022-07-07 00:07:08 -07:00
Rohan Kumar
a587e5010c
New note: OpenSSL replacements 2022-07-06 09:31:48 -07:00
Rohan Kumar
36100acbcf
Clarify satire 2022-07-05 10:15:07 -07:00
Rohan Kumar
73d074122a
New note: more aspects to contrast 2022-07-03 22:16:31 -07:00
Rohan Kumar
c1854c07ff
Mention Helmholtz–Kohlrausch effect wrt APCA 2022-07-03 22:01:54 -07:00
Rohan Kumar
91117258bf
Corrections about Eloquence 2022-07-02 08:34:29 -07:00
Rohan Kumar
f760470fef
typos and a correciton on eloquence 2022-07-01 21:54:58 -07:00
Rohan Kumar
b945e1dc2b
New post: an experiment to test Copilot's legality 2022-07-01 17:30:45 -07:00
Rohan Kumar
91a54ac0c9
Fix webmention heading hyphenation 2022-07-01 17:12:34 -07:00
Rohan Kumar
1a3800ad60
Allow custom article schema.org types 2022-07-01 17:12:22 -07:00
Rohan Kumar
a8057aa8e8
Add support for <audio> elements
- Adjust transcript shortcodes to also support <audio> elements.
- Add audio element shortcode based on <picture> shortcode
- Make <audio> elements match container width.
2022-06-30 20:12:06 -07:00
Rohan Kumar
d543ff8318
update sourcehut a11y 2022-06-30 12:44:02 -07:00
Rohan Kumar
778562e756
New note: Sourcehut accessibility 2022-06-30 12:38:31 -07:00
Rohan Kumar
a4f5f797b6
Fix authorship metadata 2022-06-30 08:35:05 -07:00
Rohan Kumar
cd82ce39ec
Webmentions: display reply content + a11y issues
- Display reply content in webmentions, when it's available
- Truncate titles and redundant content from webmentions
- Add note on a11y issues regarding badly-formatted webmentions from
  brid.gy's mastodon integration.
2022-06-30 08:34:16 -07:00
Rohan Kumar
8f29201ae3
Mention Gitea's ActivityPub work. 2022-06-30 09:55:15 -07:00
Rohan Kumar
a27feb58cf
New note: Praise for weird browser setups 2022-06-29 09:49:24 -07:00
Rohan Kumar
02a6321e68
New note: Re: Gite up GitHub 2022-06-30 08:59:58 -07:00
Rohan Kumar
22dfabd262
Give transcripts back their headings
<div> can't be given an accessible name, and a <section> should have a
heading. Sigh.
2022-06-29 21:40:35 -07:00
Rohan Kumar
f12a5b4883
New note: your WYSIWYG editor 2022-06-29 19:58:25 -07:00
Rohan Kumar
4cb2f44afc
Avoid overwriting htmltest cache 2022-06-29 18:15:28 -07:00
Rohan Kumar
7bd9784653
Microdata: fix relative urls, add a11y metadata
- Add a11y metadata to transcribed images to communicate the presence of
  a transcript
- Fix relative urls in navigation: make them absolute urls, so that the
  parsed navigation elements have the correct destinations.

This also switches image transcripts from a section with a heading to a
div with an ARIA label. That should reduce duplication between the
<summary> content and the heading while still being semantically sound.
2022-06-29 18:05:48 -07:00
Rohan Kumar
ec1ace911b
Fix bad links
- Switch an abs link to a relative one
- Account for a site move
- Manually correct a couple dead links to point to the Wayback Machine
- Automatically switch some webmention links to the Wayback Machine
2022-06-29 08:42:23 -07:00
Rohan Kumar
dbde071af0
Typo 2022-06-28 17:44:53 -07:00
Rohan Kumar
d0e25a68d3
New note: feed-based social media 2022-06-28 17:33:14 -07:00
Rohan Kumar
6e6706af83
Add IndieWeb notes to site design doc 2022-06-28 17:31:29 -07:00
Rohan Kumar
3ce86a6750
Sitewide advertising industry opt-out
See https://iabtechlab.com/wp-content/uploads/2022/04/Ads.txt-1.1.pdf
and https://grapheneos.org/articles/sitewide-advertising-industry-opt-out
2022-06-28 08:59:07 -07:00
Rohan Kumar
05dbdb7748
Add CSS for <mark> elements.
Will be using them in a future post.
2022-06-28 08:52:07 -07:00
Rohan Kumar
b7e11852b6
Forgot to add gemtext output format 2022-06-28 08:45:13 -07:00
Rohan Kumar
7d120e9ff8
Add "pending" labels to directory listings 2022-06-27 14:35:04 -07:00
Rohan Kumar
c3026ed9d8
Exclude custom 404 from sitemap 2022-06-27 14:32:15 -07:00
Rohan Kumar
85d84910f8
New note: user choice and progressive enhancement 2022-06-27 14:31:21 -07:00
Rohan Kumar
8d244920e5
Clarify hyphenation guidelines
Breaking up compound words is safe; otherwise, test pronunciation.
2022-06-27 12:44:14 -07:00
Rohan Kumar
c5d19f4560
Site design: mention polygot markup 2022-06-27 12:42:17 -07:00
Rohan Kumar
470345cdd1
Re-classify sime sites as "almost qualify"
Engines with hand-picked or user-submitted sites may fall into "almost
qualify".
2022-06-27 12:40:52 -07:00
Rohan Kumar
968a93c7c7
Apply to LinkLane, Ye Old Blogroll 2022-06-27 12:40:50 -07:00
Rohan Kumar
58ce01b5d0
Link Nerd Listings 2022-06-27 12:38:44 -07:00
Rohan Kumar
c9a6b4de37
Join Retroweb Webring 2022-06-27 12:23:10 -07:00
Rohan Kumar
111c49d1aa
Add Yessle, Mwmble engines; more Google-based ones 2022-06-27 08:54:08 -07:00
Rohan Kumar
2b88317a46
Support "random" webring links
Will be necessary for inclusion into IndieSeek's Retroweb Ring.
2022-06-27 08:43:13 -07:00
Rohan Kumar
05fcac13aa
Loose up FRQ requirements a bit. 2022-06-27 00:07:39 -07:00