Generic:
- Include
<title> tag in indexes
- fix Relax NG schema to disregard order
- add license/copyright/author information
- "show instances in document"-parameter (like XForms Buddy)
- add search functionality (dig?)
- rewrite tests to use
<description>
testing framework:
- "assertMultiMIP()" functionality?
- check repeat contents (
assertRepeat(id, ...))
- check select contents (
assertSelect(id, ...))
- submit handling
- replace=instance should be "fairly easy"
- replace=all or none ... hmmm, more tricky
- event handling
- figure out the exact event testing semantics
- make event testing more strict. all events should be store
in _one_ queue, to check for "seriality" of entire event
chain.
- support other platforms (fP tag, formfaces.js include, etc.)
- include standard event sanity checks, ie. that xforms-ready is only
fired once, "model startup procedure is followed", etc.
- Generate Selenium
Tests?
visual part of framework:
- log to JS console
- different colouring for different types of log messages