mastodon.ar.al is one of the many independent Mastodon servers you can use to participate in the fediverse.
This is my personal fediverse server.

Administered by:

Server stats:

1
active users

Aral Balkan

If you’re using HTML Validate (you should; it’s ace), update to 7.15.2. It no longer flags multiple buttons with the same name used in forms as a validation error (this is a valid pattern that lets you interpret a form differently on the server based on which button it was submitted with).

gitlab.com/html-validate/html-

GitLabform-dup-name rule should not apply to buttons in forms (#212) · Issues · html-validate / html-validate · GitLabThe form-dup-name rule is triggered if there are two buttons in a form with the same name. e.g.,
#web#dev#html

PS. Kitten uses HTML Validate to show you validation issues with your pages as you develop.

:kitten:💕

codeberg.org/kitten/app

Codeberg.orgappA web development kit that’s small, purrs, and loves you.

@aral How does this compare to running the Nu HTML Checker offline? Are there errors this will flag which vNu won’t?