pablolarah, to accessibility
@pablolarah@mastodon.social avatar

🟠🔴🟤 Jaws HTML Support
A Work in progress: Last updated 10 April 2024.
Editors: Steve Faulkner SteveFaulkner@mastodon.social
@SteveFaulkner

#a11y #accessibility #screenReaders #WebDev #WebStandards

https://freedomscientific.github.io/standards-support/html.html

SteveFaulkner, to accessibility
@SteveFaulkner@mastodon.social avatar

👉🏽 Jaws HTML Support
https://freedomscientific.github.io/standards-support/html.html

I am still in process of updating this, but it is in good enough shape to be useful (I hope).

ItMightWork,
@ItMightWork@ruhr.social avatar

@SteveFaulkner
Hi Steve,
Thank you for this great overview! Yes, it is useful.
Some features are marked as "implemented interoperably (across multiple browsers)". May I ask which browsers have been tested here?
Thank you!

SteveFaulkner,
@SteveFaulkner@mastodon.social avatar

@ItMightWork Chrome/Edge/Firefox

SteveFaulkner, to ai
@SteveFaulkner@mastodon.social avatar

AI & the Web: Understanding and managing the impact of Machine Learning models on the Web

"This document proposes an analysis of the systemic impact of AI systems, and in particular ones based on Machine Learning models, on the Web, and the role that Web standardization may play in managing that impact."

https://www.w3.org/reports/ai-web-impact/

zeldman, to design
@zeldman@front-end.social avatar

What’s in a job title? @elly explains why good old “web design” is the best way to understand what she does—and maybe what you do, too.

https://zeldman.com/2024/04/03/the-more-things-change-or-whats-in-a-job-title/

jyasskin, to random
@jyasskin@hachyderm.io avatar

Hot take: we should deprecate the <q> element: https://github.com/whatwg/html/issues/10216

jyasskin,
@jyasskin@hachyderm.io avatar

@tomayac Heh. At least <abbr title> has its tooltip everywhere you use it, even if it doesn't extend that information to other instances of the abbreviation.

tomayac,
@tomayac@toot.cafe avatar

@jyasskin Except if you're on mobile. Or if you don't have a hover-able device like a mouse on desktop. It sounds like something that CSS should be smart about, in a sense of, like, only expand it the first time. I'm totally making this up:

abbr::after {  
 content: "(" + attr(title) + ")";  
}  

I recall &lt;q&gt; is smart about quotes, too, so maybe the parentheses concatenation construct isn't even needed and it'd just do the locale-typical thing automatically.

w3c, to ArtificialIntelligence
@w3c@w3c.social avatar

On the W3C blog: "Managing the impact of AI & Machine Learning on the Web" by @dontcallmeDOM

This blog post introduces an analysis of the systemic impact, on the Web, of AI systems, and in particular ones based on Machine Learning models, and the role that Web standardization may play in managing that impact.

Read more at:
https://www.w3.org/blog/2024/managing-the-impact-of-ai-machine-learning-on-the-web/

redcrew, to random
@redcrew@mstdn.social avatar
shawnhooper,
@shawnhooper@fosstodon.org avatar

@redcrew great article. Thanks for sharing it.

schizanon, (edited ) to iOS
@schizanon@mas.to avatar

's recent changes to () functionality in , specifically in the , has sparked outrage among . The company's late acknowledgment of intentionally limiting PWA capabilities, presented as compliance with the EU's , has been criticized as deceitful. This move, seen as an attempt to protect its , undermines open and harms and users.

https://infrequently.org/2024/02/home-screen-advantage/

penguingeek,
@penguingeek@mastodon.social avatar

@schizanon Fear of losing money. I think it prevents it because it cannot get money through the web application.

schizanon,
@schizanon@mas.to avatar

@penguingeek seems like there's probably lots of ways to send money to website owners using crypto, what's wrong with web3?

john_fisherman, (edited ) to random
@john_fisherman@mastodon.social avatar

Hey folks, I'm writing a piece for @fumacapt on why RSS matters and why it's cool.

Can you share your personal perspective, resources you go back to, clients for different platforms?

That would be ace.

It's going to be out next week, and it's in Portuguese.

stefan,
@stefan@stefanbohacek.online avatar

@john_fisherman @fumacapt This is not specifically about RSS, but having standards we can all build around is cool and matters, in general.

With RSS, I am not tied to a specific client. If an RSS reader I currently use doesn't suit me anymore, or it shuts down, I can easily export the RSS feeds I follow and use another RSS reader.

I can even make my own RSS reader, if I wanted to, or use RSS feeds in some other, more creative ways.

https://stefanbohacek.com/blog/turn-an-rss-feed-into-a-mastodon-bot/

stefan,
@stefan@stefanbohacek.online avatar

@john_fisherman @fumacapt And this also applies to ActivityPub, another open web standard that the fediverse is built around.

Open standards matter, and they are cool.

zeldman, to random
@zeldman@front-end.social avatar

☞ “I built an Ultra-Lean, Web Components enhanced, no-build, no-dependencies boilerplate for PWAs, using only the Modern Web.”

https://medium.com/@neerventure/purepwa-a-radical-u-turn-in-web-development-a386c0dc092e

@marcvanheerden | Hat tip: @Aaron

SteveFaulkner, to music
@SteveFaulkner@mastodon.social avatar

Current status: listening to Jethro Tull in honour of OG prog @brucelawson

SteveFaulkner,
@SteveFaulkner@mastodon.social avatar
SteveFaulkner,
@SteveFaulkner@mastodon.social avatar

@brucelawson time to embrace your inner progness

Aaron, to random
@Aaron@front-end.social avatar

I love experiments that showcase the power of the web platform and this is no exception: a pure -powered

https://medium.com/@neerventure/purepwa-a-radical-u-turn-in-web-development-a386c0dc092e

patrick_h_lauke, to random
@patrick_h_lauke@mastodon.social avatar

bit of sunday afternoon web standards noodling ... a rough sketch of what adding logical/abstract values for touch-action in Pointer Events may look like https://github.com/w3c/pointerevents/pull/496

j9t, to accessibility
@j9t@mas.to avatar

Remember “armchair standardistas”?

They stood for a challenge we had 15–20 years ago, when individuals said they cared about , , separation of concerns (), , but were not found to walk the talk.

The good news is, we don’t have this problem anymore.

The bad news is, it’s not that everyone was into quality now—it’s more that people seem indifferent.

Now, our field can use standardistas. True ones—but maybe also armchair ones.

https://meiert.com/en/blog/pseudo-standardistas/

zeldman, to CSS
@zeldman@front-end.social avatar

✩ A CSS 2024 snapshot, compiled by Sebastian Zartner of the W3C CSS Working Group.

https://github.com/w3c/csswg-drafts/issues/9770

  • All
  • Subscribed
  • Moderated
  • Favorites
  • megavids
  • thenastyranch
  • rosin
  • GTA5RPClips
  • osvaldo12
  • love
  • Youngstown
  • slotface
  • khanakhh
  • everett
  • kavyap
  • mdbf
  • DreamBathrooms
  • ngwrru68w68
  • provamag3
  • magazineikmin
  • InstantRegret
  • normalnudes
  • tacticalgear
  • cubers
  • ethstaker
  • modclub
  • cisconetworking
  • Durango
  • anitta
  • Leos
  • tester
  • JUstTest
  • All magazines