Pontus Horn's Avatar

Pontus Horn

@pontushorn.me

Regular human web developer from Malmö, Sweden. He/him. Fond of katsura trees, Big Thief, and potatoes, among other things. https://pontushorn.me

88
Followers
261
Following
14
Posts
05.09.2024
Joined
Posts Following

Latest posts by Pontus Horn @pontushorn.me

Preview
[css-text-decor-4] Consider renaming `text-decoration-trim` · Issue #8402 · w3c/csswg-drafts Besides the general discussion in #4557 to introduce a way to modify the length of the decoration, there was also some discussion around how to call the property. As I previously summarized, name s...

The #CSS WG is trying to name several properties that do similar things. One controls the length of a text-decoration line in relation to the text, the others control 'rule' lines in grid/flex/multi-column gaps.

Leave your feedback! (Note the poll spans two comments):

github.com/w3c/csswg-dr...

16.10.2025 15:55 👍 13 🔁 13 💬 1 📌 0
Resume | Aubrey Sambor A blog about web development, knitting, and other assorted things.

Hi all! 👋 I was laid off and am looking for my next senior front end developer role.

I have 19+ years of experience working with small agencies and Fortune 500 companies and focus on writing clean, accessible HTML, CSS, and JavaScript.

Resume: aubreysambor.com/resume/

Leads/reposts appreciated!

05.08.2025 13:52 👍 79 🔁 77 💬 4 📌 4

When God closes a window, he opens a tab. When God opens a tab, he forgets about it and leaves it open for years.

13.04.2025 21:38 👍 4 🔁 0 💬 0 📌 0
Preview
How Core Git Developers Configure Git What `git config` settings should be defaults by now? Here are some settings that even the core developers change.

Really useful post about what you should almost certainly, probably, and maybe set in your git config: blog.gitbutler.com/how-git-core...

03.03.2025 20:38 👍 3 🔁 0 💬 0 📌 0
A zoomed out shot of the empty fish market stalls in Malmö, Sweden. A heron sits on top of the roof of the closest one.

A zoomed out shot of the empty fish market stalls in Malmö, Sweden. A heron sits on top of the roof of the closest one.

A zoomed in shot of the heron from the previous picture, looking dejected with its beady eyes.

A zoomed in shot of the heron from the previous picture, looking dejected with its beady eyes.

No fishies today :(

09.02.2025 11:41 👍 3 🔁 0 💬 0 📌 0

My drug of choice is that little kick of nostalgia when you rediscover a book you loved as a child but haven't thought about in years.

03.02.2025 08:17 👍 2 🔁 0 💬 0 📌 0
Video thumbnail

CSSWG is talking about

#CSS `superellipse`

for SQUIRCLES
(and more like notches, cutouts and bevels)

try it
noamr.github.io/squircle-tes...

awesome work @nomster.bsky.social and Simon Fraser!

29.01.2025 17:30 👍 186 🔁 29 💬 8 📌 5
Screenshot of the MDN page for the -webkit-text-stroke CSS property. A banner exclaims "Baseline widely available" with all major browsers checked off as supporting the property.

Screenshot of the MDN page for the -webkit-text-stroke CSS property. A banner exclaims "Baseline widely available" with all major browsers checked off as supporting the property.

I see no problem with this

29.01.2025 20:09 👍 3 🔁 0 💬 0 📌 0
Preview
Genuary 2025 - 1: Vertical or horizontal lines only ...

Pretty pleased with what I made for #genuary1 even though I'm a few days late with it! 🤠 codepen.io/pantz/pen/RN...

04.01.2025 13:27 👍 2 🔁 0 💬 0 📌 0
Me sitting on a low branch of a tree with a dorky smile, winter clothes, and a childish pose

Me sitting on a low branch of a tree with a dorky smile, winter clothes, and a childish pose

Throwback Thursday to this dork ass picture of me from two new year's ago

02.01.2025 19:43 👍 2 🔁 0 💬 0 📌 0

Your CCTV Wrapped is here!
See all the times you've been caught on camera in public this year.

17.12.2024 22:42 👍 4 🔁 0 💬 0 📌 0

Your Waste Year in Review
We went through all your garbage in 2024. Here's what we learned.

17.12.2024 22:39 👍 2 🔁 0 💬 0 📌 0

Wrap Wrapped
From pitas to burritos, you've had an eventful year. Let's dig in!

17.12.2024 22:30 👍 3 🔁 0 💬 1 📌 0

Pup Wrapped 2024
Look back on all the dogs you met this year.

17.12.2024 22:13 👍 4 🔁 0 💬 2 📌 0
<function- fizz-buzz(="num" )>
  <if- (="{num} % 15 === 0" )>
    <console- log(="{num}: FizzBuzz" )></console->
  </if->
  <else-if- (="{num} % 3 === 0" )>
    <console- log(="{num}: Fizz" )></console->
  </else-if->
  <else-if- (="{num} % 5 === 0" )>
    <console- log(="{num}: Buzz" )></console->
  </else-if->
  <else->
    <console- log(="{num}" )></console->
  </else->
</function->

<for- (="i of [1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15]" )>
  <call- fizz-buzz(="{i}" )></call->
</for->

<function- fizz-buzz(="num" )> <if- (="{num} % 15 === 0" )> <console- log(="{num}: FizzBuzz" )></console-> </if-> <else-if- (="{num} % 3 === 0" )> <console- log(="{num}: Fizz" )></console-> </else-if-> <else-if- (="{num} % 5 === 0" )> <console- log(="{num}: Buzz" )></console-> </else-if-> <else-> <console- log(="{num}" )></console-> </else-> </function-> <for- (="i of [1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15]" )> <call- fizz-buzz(="{i}" )></call-> </for->

4
5: Buzz
6: Fizz
7
8
9: Fizz
10: Buzz
11
12: Fizz
13
14
15: FizzBuzz

4 5: Buzz 6: Fizz 7 8 9: Fizz 10: Buzz 11 12: Fizz 13 14 15: FizzBuzz

Bet you've never seen FizzBuzz in HTML before. 💪

Wonder if I should do Advent of Code in HTML this year...

24.11.2024 06:23 👍 68 🔁 6 💬 11 📌 5

The order of delay and duration in animation and transition shorthands. I should probably just use the longhands for readability tbh.

24.11.2024 10:02 👍 3 🔁 0 💬 0 📌 0
View from a window where a children's broom is securely lodged among the branches of a tree with all leaves shed.

View from a window where a children's broom is securely lodged among the branches of a tree with all leaves shed.

It's been maybe two years since some kid threw a broom into the tree outside my window. Since then it's just been sitting there, safely lodged through the seasons, braving wind and snow. At first I was annoyed, but we're best friends now. I love Broom. Hang in there little pal.

20.11.2024 13:45 👍 3 🔁 0 💬 0 📌 0

"How do people find time to blog?" - Me, playing Hades 2 all evening

19.11.2024 23:35 👍 7 🔁 1 💬 0 📌 0