CSS Hyphenation Support
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
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
Support Staff 1 Posted by Cameron Kaiser on 11 Dec, 2012 10:14 PM
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 Posted by brandonconstant on 11 Dec, 2012 10:26 PM
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 {
}
Support Staff 3 Posted by Cameron Kaiser on 13 Dec, 2012 01:42 AM
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?