[webkit-dev] Card Navigation in WML deck
George Staikos
staikos at kde.org
Wed Apr 29 09:44:28 PDT 2009
On 29-Apr-09, at 12:55 AM, mwas wrote:
> Hi,
> WebKit WML does not support card navigation inside a complete
> deck. Does any one have any clues about this or its going to be
> implemented.
> ex: I have a deck of 2 cards as below, and once i invoke
> webkit_web_view_go_forward i should be able to go to card2
> <?xml version="1.0"?>
> <!DOCTYPE wml PUBLIC "-//WAPFORUM//DTD WML 1.1//EN"
> "http://www.wapforum.org/DTD/wml_1.1.xml">
> <wml>
> <card id="card1" title="Card 1">
> <p>
> Hello World!
> </p>
> </card>
>
> <card id="card2" title="Card 2">
> <p>
> Hello World!
> </p>
> </card>
> </wml>
> How does card info gets stored in DOM Nodes
All of the WML test cases are passing at this time, including
card navigation. If you want people on webkit-dev to be more helpful
you should stop hiding your name and company behind a GMail anonymous
address.
--
George Staikos
Torch Mobile Inc.
http://www.torchmobile.com/
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.webkit.org/pipermail/webkit-dev/attachments/20090429/2d606938/attachment.html>
More information about the webkit-dev
mailing list