You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I came up with a clever solution to the daily challenge for August 12th, 2026, using background-clip: border-area. Support for that feature was added to Chrome in version 150, and released on June 30th, 2026.
Everything looked perfect, but my solution only got a 76.4% match (184 characters). After some more testing, I got the same percentage match with only 27 characters, a single background color on the root element.
I'm guessing that the headless Chrome version for CSSBattle is older than the version of Chrome I use, and support for border-area isn't there yet. If that is the case, what version is CSSBattle on?
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
I came up with a clever solution to the daily challenge for August 12th, 2026, using
background-clip: border-area. Support for that feature was added to Chrome in version 150, and released on June 30th, 2026.Everything looked perfect, but my solution only got a 76.4% match (184 characters). After some more testing, I got the same percentage match with only 27 characters, a single background color on the root element.
I'm guessing that the headless Chrome version for CSSBattle is older than the version of Chrome I use, and support for
border-areaisn't there yet. If that is the case, what version is CSSBattle on?All reactions