All good. Thanks. Will test later.
On Oct 20, 4:56 pm, Hassan Schroeder <hassan.schroe...@gmail.com>
wrote:
> On Tue, Oct 20, 2009 at 8:41 AM, Colin Law <clan...@googlemail.com> wrote:
> >> How can I get an application with secure session-based login validated
> >> by W3 -- the validator just ends up validating the login page.
>
> > Just get to the page then view the source and copy it, then paste into
> > the 'direct input' page at W3
>
> The Firefox Web Developer Toolbar has a "Validate Local HTML"
> method to make this easier, FWIW.
>
> Also, if your markup and CSS validate, and there's no JS errors
> showing, try turning off CSS.
>
> Either the link is receiving the event and the action isn't taking place
> for some reason - or - the link never gets the event at all because
> some element is "above" it and capturing the event. Turning off CSS
> will help determine if the latter is true.
>
> Or add a listener to the body that alerts the target of a click event --
> then try to click on the link and see what captures the event.
>
> HTH,
> --
> Hassan Schroeder ------------------------ hassan.schroe...@gmail.com
> twitter: @hassan
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups "Ruby
on Rails: Talk" group.
To post to this group, send email to rubyonrails-talk@googlegroups.com
To unsubscribe from this group, send email to
rubyonrails-talk+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/rubyonrails-talk?hl=en
-~----------~----~----~----~------~----~------~--~---