Jump to content

Featured Replies

Posted

It would be appropriate to fix some errors in the console.

1. '-moz-hyphens' is not supported by Chrome, Chrome Android, Edge, Safari, Safari on iOS. Add 'hyphens' to support Chrome 55+, Chrome Android 55+, Edge 79+. Add '-webkit-hyphens' to support Safari 5.1+, Safari on iOS 4.2+. - ERROR

.ipsApp .cAuthorPane_author { -moz-hyphens: initial; }

2. '-ms-text-size-adjust' is not supported by Chrome, Chrome Android, Edge, Firefox, Safari. Add 'text-size-adjust' to support Chrome 54+, Chrome Android 54+, Edge 79+. - ERROR

3. '-webkit-text-size-adjust' is not supported by Chrome, Chrome Android, Edge 79+, Firefox, Safari. Add 'text-size-adjust' to support Chrome 54+, Chrome Android 54+, Edge 79+. - ERROR

html { -ms-text-size-adjust: 100%; }

Edited by SeNioR-

Recently Browsing 0

  • No registered users viewing this page.