Thomas Steiner (@tomayac)

Now at @tomayac@toot.cafe

The below is an off-site archive of all tweets posted by @tomayac ever

September 11th, 2020

@simevidas @webkit “Override any of the styling applied by the user-agent stylesheet”?

via Twitter for iPhone

@sulco It’s called Text Fragments. Learn everything about this here: https://t.co/WhCJhCpe4w.

via Echofon

RT @passle_: 🎉 New blog

The year is 2020. Service workers are still rocket science. Humanity still hasn’t nailed service worker updates. T…

via Echofon

For people thinking this comes out of nowhere: it doesn’t. Here’s the in-flux spwicg.github.io/sanitizer-api/J26p.

via Twitter for iPhone in reply to tomayac

Wow, the HTML Sanitizer API is a useful potential Web platform addition:

const safe = (new Sanitizer()).sanitize(`
<script>
alert(“pwned 😈”)
</script>
<p>Harmless 💼</p>
`);
safe.children.length;
// 1
safe.children[0];
// <p> https://t.co/

via Echofon

@pchampin Peut-être tu vas aimer cette extension aussi: https://t.co/bO3ISwSjom.

via Echofon

🤔 Every so often I encounter @webkit bugs that really make me go wonder…

“`html
<button type=button>
<img src=”foo.png” width=99 height=99 alt=”“>
</button>
“`

The image’s dimensions are ignored on iOS Safari.

Bug: https://t.co/lZW8R7Heqm
Dem

via Twitter Web App