Skip to content

Commit 03101bc

Browse files
committed
Add WebKit CSS variables post
1 parent 0877370 commit 03101bc

File tree

1 file changed

+17
-0
lines changed

1 file changed

+17
-0
lines changed
Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
---
2+
layout: post
3+
title: "Sometimes, a billion laughs aren't so funny — improving CSS variables in WebKit"
4+
categories: posts
5+
description: A detailed account of bug fixes I made in WebKit's CSS variables implementation.
6+
---
7+
8+
Last year, I embarked on a mini-crusade to fix as many bugs in WebKit's CSS variables implementation as I could
9+
find. While I did a fair amount of this work in my personal time, my employer, [Widen](https://www.widen.com/), was
10+
kind enough to give me a few days off to work on this too.
11+
12+
I posted a write-up on this work for my company blog. This post is a brief and approachable view into the world of
13+
browser development — you can see what the code looks like in the form of diffs, how testing works (also in the diffs),
14+
and the code review process. Check it out!
15+
16+
[https://engineering.widen.com/blog/Improving-CSS-Variables-in-WebKit](https://engineering.widen.com/blog/Improving-CSS-Variables-in-WebKit)
17+

0 commit comments

Comments
 (0)