Re: hyphenation in dillo
"Sebastian Geerken" <[email protected]>
| Newsgroups | gmane.comp.web.dillo.devel |
|---|---|
| Message-ID | <[email protected]> |
On Thu, Sep 06, Alexander Voigt wrote: > Hi Dillo developers and Sebastian. > > On Wed, Sep 05, 2012 at 02:30:32PM -0300, Jorge Arellano Cid wrote: > > Several sites I visit don't trigger hyphenation because they lack > > the "lang" attribute. I'm experimenting with a very simple language > > guess routine, to get an idea of how it could help in this regard. > > Is the xml:lang attribute (in the <html> tag) currently supported? No, not yet. BTW: I haven't understood whether "xml:" is a normal namespace prefix (for which namespace?) or is specialy reserved (and may so not be used as namespace prefix). In the latter case, support would be rather simple. Sebastian