http://bugs.winehq.org/show_bug.cgi?id=28457 --- Comment #8 from Artem S. Tashkinov <t.artem(a)mailcity.com> 2012-02-13 14:40:10 CST --- It seems like Skype relies on MSHTML features not present in Wine's MSHTML implementation, e.g. index.html contains this snippet: <script type="text/javascript"> var API = new SKYPE.login.Api(); API.log("Hello from client login, API initialized"); // Configure Omniture tracking (see wanalytics-client.js) //TODO: Add trackable id? (see Urls.js) var clientVersion = API.getPlatformId() + '/' + API.getVersion(); SKYPE.namespace("settings"); SKYPE.settings.versionParam = "client|reg-a|" + clientVersion; SKYPE.settings.versionPlatform = clientVersion; SKYPE.settings.language = API.getLanguage(); $(function() { API.log("Document loaded, initializing form"); new SKYPE.login.Form(); }); </script> Not to mention specific HTML/CSS attributes I've never seen before, like: <span data-translation-key="msgWarningCapsLockOnTitle"> -- Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email Do not reply to this email, post in Bugzilla using the above URL to reply. ------- You are receiving this mail because: ------- You are watching all bug changes.