etodanik / ie8linter

A little tool to lint websites for IE8 compatibility, with warnings for possible pitfalls
http://ie8.caffeine.co.il/
MIT License
727 stars 20 forks source link

Display inline-block / table #2

Closed slavanga closed 9 years ago

slavanga commented 9 years ago

According to caniuse.com the display values inline-block and table are supported by IE8.

http://caniuse.com/#feat=inline-block http://caniuse.com/#feat=css-table

jordanlev commented 9 years ago

:+1:

etodanik commented 9 years ago

Fixed by https://github.com/israelidanny/ie8linter/commit/bc539994686875f7d9f2fbc85cc9f29e6e10e331

davidhund commented 9 years ago

FYI. Currently the site still reports both inline-block and table

etodanik commented 9 years ago

Published changes to the site :) Thanks.