Registry Candidates for Java Ajax

From MemberWiki

Jump to: navigation, search
Java Ajax: {
 namespaceURI:"http://www.sun.com",
version:"1.0",
globals_to_approve:["javax"],
comments: "Used in the JSF 2.0 specification.",
specificationURI:"http://www.jcp.org/en/jsr/detail?id=316",
email: "jsfaces@sun.com"
}

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.

Java Ajax: {
 namespaceURI:"http://www.sun.com",
version:"1.0",
  to_approve: {
    globals:["javax"]
  },
comments: "Used in the JSF 2.0 specification.",
specificationURI:"http://www.jcp.org/en/jsr/detail?id=316",
email: "jsfaces@sun.com"
}

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

Personal tools