Conversation

I keep making this typo I wonder why

3
1
1

@mld I wonder if a trans girl designed this website? /j

Tho I think unknown tags will just act like a <div> afaik. Though with modern javascript you could even make the HRT tag a real thing lol

1
0
0

@mld For anyone curious this is how you make a custom HTML element with just javascript (no frameworks)

https://developer.mozilla.org/en-US/docs/Web/API/Web_components/Using_custom_elements

1
0
0

@ChaosKitsune This is actually pretty cool but hrt is an invalid name for a tag

At least in Firefox

1
0
0

@mld I suppose cuz its not capitalized? Maybe <HRT> would work?

1
0
0

@dakkar @mld ah yeah, been a while since I used it. so you could prefix it and do something like <prefix-hrt>

1
0
0

@ChaosKitsune @mld or <h-r-t>, which would be valid but slightly against the spirit (which would require a namespacing prefix)

0
0
0
@mld
yeah simple mistake to make

html doesn't have self-closing tags, so to transition your website you need to `<hrt>` with no closing tag or slash
0
1
2