I wrote a new blog post about making UML diagrams accessible for screen readers!

I don't think my approach is perfect (or even sufficient, really) -- I'd love to hear if anybody has any experience with this :)

https://www.ragman.net/musings/accessible-uml/

#accessibility #blind #webdev

Accessible UML Diagrams

Accessible UML Diagrams

@ragman I mostly model in SysML v1, but it overlaps a lot with UML. So I start with PlantUML a lot when prototyping or for an everything-as-code approach.

SysML v2 has textual representation, though it reads a bit more like code then a markup language like PlantUML.

#SysML #UML #MBSE

@JustinW80 I'll give SysML v2 a look! The textual representation seems like it would share some of the benefits with PlantUML's though, yeah, it seems a bit less intuitive to read.