CSS Hyphenation Support

brandonconstant's Avatar

brandonconstant

11 Dec, 2012 10:08 PM

Hi Folks,

First let me say I love TenFourFox and appreciate all the hard work you put into it! I generally find it flawless for my limited use, but came across a minor issue when I recently added CSS hyphenation support to my site. Words are hyphenated automatically within TenFourFox, but there do not seem to be any rules at work! For example, the word 'poll' was hyphenated as 'pol-l'. It's possible my site doesn't give an explicit language attribute, or maybe the hyphenation support just isn't available yet, but thought I would let you know.

Thanks again!
Brandon

  1. Support Staff 1 Posted by Cameron Kaiser on 11 Dec, 2012 10:14 PM

    Cameron Kaiser's Avatar

    Can you give me an example page to look at? Does it break the words correctly in regular Firefox? We need to figure out if this is Mozilla's bug or ours.

    If it's ours, I have a guess where the problem lies, but I want to see the actual code (a minimized test case would be even better).

  2. 2 Posted by brandonconstant on 11 Dec, 2012 10:26 PM

    brandonconstant's Avatar

    Unfortunately, I do not know if the bug is present in the most recently Mozilla release, though my CSS is targeted at -moz as well.

    Here is an example link:
    http://brattlefilm.org/2012/12/14/gremlins-3/

    And my CSS:
    body p {

    -webkit-hyphens: auto;
    -moz-hyphens: auto;
    -ms-hyphens: auto;
    -o-hyphens: auto;
    hyphens: auto;
    

    }

  3. Support Staff 3 Posted by Cameron Kaiser on 13 Dec, 2012 01:42 AM

    Cameron Kaiser's Avatar

    Brandon, so far I'm not able to demonstrate any substantial difference between the real Firefox and TenFourFox's hyphenation on your page or others. I think I'll need a specific test case of what's blowing up on your end.

    Also, just to make sure, you are using 17.0.1, correct?

Reply to this discussion

Internal reply

Formatting help / Preview (switch to plain text) No formatting (switch to Markdown)

Attaching KB article:

»

Attached Files

You can attach files up to 10MB

If you don't have an account yet, we need to confirm you're human and not a machine trying to post spam.

Keyboard shortcuts

Generic

? Show this help
ESC Blurs the current field

Comment Form

r Focus the comment reply box
^ + ↩ Submit the comment

You can use Command ⌘ instead of Control ^ on Mac