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
Branch
cssValidateIE1 (branched from master)
Lint
Lint Passed
Unit
No Test Coverage
Build Status
Buildable 1796
Build 1796: arc lint + arc unit

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.Mon, Apr 28, 08:13