this post was submitted on 21 Sep 2024
289 points (96.5% liked)

Programmer Humor

32124 readers
1331 users here now

Post funny things about programming here! (Or just rant about your favourite programming language.)

Rules:

founded 5 years ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
[โ€“] schnurrito@discuss.tchncs.de 0 points 6 days ago* (last edited 6 days ago) (1 children)

Is this valid HTML? My understanding is that that attribute value needs to be escaped, i.e. <value of \"myattribute\">.

[โ€“] moriquende@lemmy.world 4 points 6 days ago

The quote must not be escaped when you start with a single quote. The rest doesn't. This is valid and tested: <img alt='my "<img>"'>