Moritz Glantz

@MoritzGlantz
681 Followers
375 Following
1.5K Posts
Poll.
Link "Skip to content"
Link "View Source"
Link "Button"
Button "Link"
Poll ends at .

Which of these would make the best sticker?
Poll in the next post in thread.

#html #semantics #a11y #accessibility

Okay.

Projects on my roadmap:

- PeerTube Apple TV app (soon in testflight)
- An accessible pattern library
- Better UX design for open source (needs a catchy concept, so people can contribute)
- Analyze websites world wide for accessibility overlay usage

<math>

The top-level element in MathML. Every valid MathML instance must be wrapped in it. In addition, you must not nest a second <math> element in another, but you can have an arbitrary number of other child elements in it.

https://developer.mozilla.org/en-US/docs/Web/MathML/Reference/Elemen…

Listening to the NASA conversations of the personell talking about the status of everything before the #Artemis2 launch.
This is fascinating to listen to. I have never heard anything this structured in my whole life.

„We are going for all humanity“

After many years trying to make the web more accessible to everyone, I am quitting accessibility. The job is exhausting, not fulfilling and to be honest I don’t care about the world anymore.
On the bright side: I am starting a new job as a full time SEO consultant today!
Heute ist So-Solltet-Ihr-Immer-Mit-Nachrichten-Aus-Dem-Internet-Umgehen-Tag.
Decisions, decisions.

<template>

A mechanism for holding HTML that is not to be rendered immediately when a page is loaded but may be instantiated subsequently during runtime using JavaScript.

https://developer.mozilla.org/en-US/docs/Web/HTML/Reference/Elements/template

#HTML #WebDev #DailyHTML

<template>: The Content Template element - HTML | MDN

The <template> HTML element serves as a mechanism for holding HTML fragments, which can either be used later via JavaScript or generated immediately into shadow DOM.

MDN Web Docs