Page MenuHomePhorge

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

Authored by aklapper on Fri, Apr 25, 11:26.

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