As the summary says, only the first <card> element in a WML document should be visible. All other card elements are only reachable with a <go> statement within the WML document.
Created attachment 25381 [details] LayoutTest changes
Created attachment 25382 [details] Initial patch
This seems lame: 53 if (!page->wmlPageState()->isDeckAccessible()) { 54 page->goBack(); 55 return; 56 } Does this mean that a user will click on a link, will be taken to a different "card" or "deck" and then suddenly their browser will go back w/ no explanation?
(In reply to comment #3) > This seems lame: > 53 if (!page->wmlPageState()->isDeckAccessible()) { > 54 page->goBack(); > 55 return; > 56 } > > Does this mean that a user will click on a link, will be taken to a different > "card" or "deck" and then suddenly their browser will go back w/ no > explanation? Fixed, I bet this is a testing leftover. just replaced by // FIXME: Error reporting. >
Landed in r38736.