PHP Shindig - Quirks mode should be used for specificationVersion < 2.0 ,
default specificationVersion should be 1.0
--------------------------------------------------------------------------------------------------------------------
Key: SHINDIG-1668
URL: https://issues.apache.org/jira/browse/SHINDIG-1668
Project: Shindig
Issue Type: Bug
Components: PHP
Affects Versions: 3.0.0
Reporter: Tim Wintle
Fix For: 3.0.0
>From the core gadget specification:
* If the /@specificationVersion attribute or any /ModulePrefs/Require/@version
or /ModulePrefs/Optional/@version attributes are absent, they are assumed to
have the value "1.0".
* For Gadgets using an OpenSocial specification version 2.0 or greater,
Containers MUST render those Gadgets in HTML5 by default. If a Container
supports rendering Gadgets with a specification version less than 2.0, those
Gadgets SHOULD continue to be rendered in browser quirks mode.
currently, PHP shindig does not set the default specification version to 1.0,
and does not use quirks mode for specification versions < 2.0
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators:
https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira