Registry Candidates for Sarissa

From MemberWiki

Jump to: navigation, search

This wiki page holds the Registry entry for Sarissa 0.9:

Contents

Status

Not yet approved. This document is an early draft guaranteed to change.

Proposed Registry Entry

Sarissa: { 
    namespaceURI:"http://dev.abiss.gr/sarissa", 
    version:"0.9", // How are minor version changes handled?
    globals_to_approve:["Sarissa","SarissaParseError"],
    specificationURI:"http://dev.abiss.gr/sarissa/jsdoc/" // Is JSDoc a valid document set for this?
  }

JON: I changed globals to globals_to_approve to match the spec changes, but need to make sure Sarissa wants "SarissaParseError" to be approved rather than acknowledged.

Using new syntax

Here is the above content re-expressed using the new, revised syntax we discussed at the 2008-03-21 face-to-face meeting. Once we approve the new syntax, we should delete the snippet just above and leave the code just below.

Sarissa: { 
    namespaceURI:"http://dev.abiss.gr/sarissa", 
    version:"0.9", // How are minor version changes handled?
    to_approve: {
      globals:["Sarissa","SarissaParseError"]
    },
    specificationURI:"http://dev.abiss.gr/sarissa/jsdoc/" // Is JSDoc a valid document set for this?
  }
}

Does this toolkit use any markup extensions, such as new elements, new attributes on existing HTML elements, or any custom CSS classnames?

Discussion

None so far.

Personal tools