Re: hyphenation in dillo
Alexander Voigt <[email protected]>
| Newsgroups | gmane.comp.web.dillo.devel |
|---|---|
| Message-ID | <[email protected]> |
Hi Sebastian. On Mon, Sep 10, 2012 at 08:45:22PM +0200, Sebastian Geerken wrote: > 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. As written in [1], the "xml:" prefix is bound to the namespace http://www.w3.org/XML/1998/namespace , which is reseved for the W3C. This means that the nobody, except the W3C, can reuse this prefix for their own namespace. So, as long as the meaning of "xml:lang" does not change (which is very unlikely), it can be interpreted in the same way as the "lang" attribute. [1] http://www.w3.org/XML/1998/namespace Best, Alex