I always have a hard time searching for anything about Windows 8 development, so sorry if this is simple and out there somewhere…
Is there any way to automatically put an ellipses (…) at the end of a heading/paragraph/etc if the content is overflowing in a Windows 8 HTML5 app? I know Mozilla supports text-overflow: ellipses;, but that doesn’t work with this, nor does -ms-text-overflow: ellipses;.
According to that article: http://msdn.microsoft.com/en-us/library/windows/apps/hh996980.aspx this should work:
Make sure about the spelling: ellipsis, not ellipses.