On Oct 2, 1:23 am, "Michelle L Scott" <[EMAIL PROTECTED]> wrote: > I am currently researching FarCry for potential use by my company and have > most all of my questions answered except for one. The question - does FarCry > generate accessible code that meets Section 503 compliance? Please note: I > have searched the documentation, the mailing list archives, and the FarCry > website for the answer. > > Any help that you can provide with this is greatly appreciated.
The output is entirely dependent on the template developer. The FarCry templating layer does not lock you into any specific HTML output. Any sample output, for example the Mollio sample project, is simply sample content. Custom tags that generate content, for example skin:genericnav, generate XHTML standards compliant output that is semantically relevant. The reason why its not specifically stated is that unlike many other CMS solutions, the FarCry framework does not lock you into a specific template paradigm. The framework provides the data to the presentation tier, how you want to format it is entirely up to your application. For example, there are FarCry apps that generate content for as Flash HTML, as XML, as bad HTML, as semantically and standards compliant markup and so on. An example of a site I've been involved in that meets a lot of standards requirements (any breaks would likely be user contributed content) is NATA: http://www.nata.asn.au/ Hopefully that helps, -- geoff http://www.daemon.com.au/ --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "farcry-dev" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/farcry-dev?hl=en -~----------~----~----~----~------~----~------~--~---
