820
you are viewing a single comment's thread
view the rest of the comments
[-] NumerousGeorg@sopuli.xyz 31 points 18 hours ago

I am in doubt. That wouldn't even compile. But who am I to think somebody changing something like this would actually do a test compilation afterwards....

[-] dan@upvote.au 39 points 11 hours ago* (last edited 11 hours ago)

HTML isn't compiled, and unknown attributes are allowed. The best practice is to prefix non-standard attributes with data- (e.g. <div data-foo="test">) but nothing enforces that. Custom attributes can be retrieved in JavaScript or targeted in CSS rules.

this post was submitted on 05 Nov 2024
820 points (99.0% liked)

Programmer Humor

19471 readers
1355 users here now

Welcome to Programmer Humor!

This is a place where you can post jokes, memes, humor, etc. related to programming!

For sharing awful code theres also Programming Horror.

Rules

founded 1 year ago
MODERATORS