W3C Widgets conformance: need to fix default identifiers to support valid IRIs
------------------------------------------------------------------------------
Key: WOOKIE-60
URL: https://issues.apache.org/jira/browse/WOOKIE-60
Project: Wookie
Issue Type: Bug
Reporter: Scott Wilson
The process of creating new identifiers for widgets doesn't yet conform to the
W3C Widgets spec, in particular this means the following tests don't pass:
Assertion 12, test cases "rd", "b2"
Currently we allow any identifier; see WidgetManifestModel.fromXML() (lines
235-248). However using new URI(id) to check for a valid URI doesn't really
work (I tried that already).
See also:
http://samaxes.svn.beanstalkapp.com/widgets_compatibility_matrix/trunk/index.html
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.