Page MenuHomePhorge

Make an IE CSS hack pass W3C CSS validator
ClosedPublic

Authored by aklapper on Mar 24 2025, 11:11.

Details

Summary
Test Plan

Paste core.pkg.css into https://jigsaw.w3.org/css-validator/. Optionally, find some ancient Internet Explorer version and run it (I did not).

Diff Detail

Repository
rP Phorge
Lint
Lint Not Applicable
Unit
Tests Not Applicable

Event Timeline

Thanks for this patch! Kind reminder: if you touched CSS or JavaScript, please remember to also run this:

./bin/celerity map

⚙️ Thanks! Bip bop I'm a bot - helping for T15209

I've tested in my console:

body {
  margin-top: 100px \9;
}

And:

body {
  margin-top: 100px\9;
}

And both are completely ignored in my browser webs Firefox and Chromium. So this is not supposed to cause regressions there.

This revision is now accepted and ready to land.Apr 28 2025, 08:13