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
_______________________________________________
webkit-dev mailing list
webkit-dev@lists.webkit.org
http://lists.webkit.org/mailman/listinfo.cgi/webkit-dev

Reply via email to