On Mon, Dec 22, 2008 at 6:45 PM, Henning Schmiedehausen < [email protected]> wrote:
> Hi, > > the parser pulls a "quirks" attribute from the Content element, which > is given at some point to the Javascript code. Is that actually still > in use somewhere or cruft? > > Same goes for "authz", "sign_owner" and "sign_viwer" (sic!) in View.java > > Is that needed somewhere or can I safely remove this code? It is > neither in the gadget-spec nor in the extended xsd. The "quirks" attribute was one proposed way to support standards / quirks mode switching. It's safe to drop at this point since it was never included in an official spec version, and 0.9 enables full doctype support. authz, sign_owner, sign_viewer, and other relevant oauth parameters are used for proxied rendering in 0.9. > > > Ciao > Henning >

