[webkit-dev] Card Navigation in WML deck

mwas webkit.meister at gmail.com
Wed Apr 29 00:55:08 PDT 2009


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
thanks
mwas
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.webkit.org/pipermail/webkit-dev/attachments/20090429/22d9112d/attachment.html>


More information about the webkit-dev mailing list