Jump to content

Some Console Warnings & Errors needs to Fix


Recommended Posts

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-
Link to comment
Share on other sites

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...