How browsers should handle autoplay restrictions

You're viewing a single comment in a conversation. View all the comments
  • 3 Comments

  • Order by
  • Seems to only do this in Firefox, in Chrome and Safari the text isn't breaking in the middle of a word. Seems a little odd that a blog post about inconsistent browser problems is, in itself, having an inconsistent browser problem.

    • The fault lies with the CSS on this page, which is confusing at best.

      Firefox obeys the second line "break-all", whereas Chrome obeys the third line "break-word" which does not break words like break-all does.

      -ms-word-break: break-all !important;

      word-break: break-all !important;

      word-break: break-word !important

      I'm using Firefox and only commenting because, well, there's no polite way to say it, but if you can't "do text" correctly in a blog post, what other face-palms await in the main product? ;-)