Re: accesskey problem
Aarno Syvänen <[email protected]>
| Newsgroups | gmane.comp.mobile.kannel.devel |
|---|---|
| Organization | Wiral Ltd |
| Message-ID | <[email protected]> |
Hi dark, Richard Braakman wrote: > > On Fri, Feb 22, 2002 at 12:53:27PM +0200, Aarno Syvänen wrote: > > Perhaps you can help yourself ? Wml_definitions.h attributes and their > > token > > representation. You can add new ones here, and perhaps provide the patch > > to the > > list. > > Adding such a patch would break interoperability with WML1.1 clients, though. Yes. There are three things to be done here: a) WML compiler must recognize WML version. Prologue tell this, but currently WML1.1 is assumed. b) Ideally Kannel should not send 1.2 content to 1.1 phone. Profile header contains URL for a document telling what version UA supports. (If there are not any, 1.1 can be assumed.) c) Kannel should contain both 1.1 and 1.2 compilers (though main differance here is tokenization table). 1.1 compiler should *ignore* unknown tags, not pass them forward as strings. Aarno