i dont think this is high priority.. just wanted to write this down..
http://people.mozilla.org/~jkew/hyph.html (just has the moz prefixed version)
http://www.w3.org/TR/2011/WD-css3-text-20110412/#hyphens
it's available in safari nightly and in 5.1 (along with text-emphasis). but not any version of chrome.
it landed 12mo ago http://trac.webkit.org/changeset/61548
anyway a basic feature test will false positive in chrome, so it'll have to be a functional feature test... somehow... i have no idea.
maybe fixed width font and with hyphens text should only wrap to two lines but without hyphens it gets forced to three.. test the height of the box? fun!
i dont think this is high priority.. just wanted to write this down..
http://people.mozilla.org/~jkew/hyph.html (just has the moz prefixed version)
http://www.w3.org/TR/2011/WD-css3-text-20110412/#hyphens
it's available in safari nightly and in 5.1 (along with text-emphasis). but not any version of chrome.
it landed 12mo ago http://trac.webkit.org/changeset/61548
anyway a basic feature test will false positive in chrome, so it'll have to be a functional feature test... somehow... i have no idea.
maybe fixed width font and with hyphens text should only wrap to two lines but without hyphens it gets forced to three.. test the height of the box? fun!