this post was submitted on 11 Oct 2025
1 points (100.0% liked)

Web Development

5677 readers
14 users here now

Welcome to the web development community! This is a place to post, discuss, get help about, etc. anything related to web development

What is web development?

Web development is the process of creating websites or web applications

Rules/Guidelines

Related Communities

Wormhole

Some webdev blogsNot sure what to post in here? Want some web development related things to read?

Heres a couple blogs that have web development related content

CreditsIcon base by Delapouite under CC BY 3.0 with modifications to add a gradient

founded 3 years ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
[–] 0x1C3B00DA@fedia.io 0 points 7 months ago (1 children)

Expecting all devs to test their sites with screen readers is unrealistic.

I disagree with this but its not what we're talking about. You said output is useless and I'm saying its obviously not. There's zero cost to using it instead of a div so the only reason not to use it is to purposefully screw users who need accessibility features.

All those other elements give some benefit apart from accessibility

Maybe for label but p and h1 - h6 only differ from div in styles, which is another argument in my favor. If you're willing to swap a div for one of those for visual users, swapping a div for output should be just as easy of a change.

[–] FizzyOrange@programming.dev 0 points 7 months ago

You said output is useless

No I said it's not very useful.

There’s zero cost to using it instead of a div so the only reason not to use it is to purposefully screw users who need accessibility features.

No, the main reason is because people don't know about it, because it's an extra thing to remember for little benefit. Same reason other semantic-only tags like article get very little use.

only differ from div in styles

Err yeah the "only" do a really useful thing that lots of people want.

If output came with some nice styling and maybe animations... maybe a built in copy-to-clipboard option... then people would have used it.