Page MenuHomePhorge

Remove IE6/7 non-standard "_zoom" CSS workaround
ClosedPublic

Authored by aklapper on Fri, Apr 25, 11:26.
Tags
None
Referenced Files
F3785151: D25974.1745909234.diff
Mon, Apr 28, 06:47
F3780651: D25974.1745899237.diff
Mon, Apr 28, 04:00
F3776928: D25974.1745865916.diff
Sun, Apr 27, 18:45
F3769463: D25974.1745850243.diff
Sun, Apr 27, 14:24
F3720589: D25974.1745714697.diff
Sat, Apr 26, 00:44
Tokens
"Yellow Medal" token, awarded by valerio.bozzolan.

Details

Summary

Phorge does not support these browser versions anymore.

Quoting https://css-tricks.com/almanac/properties/z/zoom/: "Many of the rendering bugs in both IE6 and IE7 could be fixed using zoom. [...] Setting zoom: 1 turned on an internal property called hasLayout, which fixed the problem."
See also https://web.archive.org/web/20150906195720/https://developer.mozilla.org/en-US/docs/Web/CSS/zoom

And while zoom is recently seeing standardization per https://developer.mozilla.org/en-US/docs/Web/CSS/zoom there still wouldn't be an underscore prefix character.

Test Plan

Diff Detail

Repository
rP Phorge
Branch
cssZoomIe67 (branched from master)
Lint
Lint Passed
Unit
No Test Coverage
Build Status
Buildable 1891
Build 1891: arc lint + arc unit