How browsers should handle autoplay restrictions

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

  • Order by
  • 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? ;-)