XForms Status Update
Checked In
Ported
<switch>
,<case>
, and<group>
to XBL, which also fixed the problem of control showing up in the wrong order (bug 301374)Made minimal
<trigger>
focusable (which also fixed a problem withindex()
in repeats) (bug 300609)Fix support for
class
attribute (bug 303876)Fix
selected
attribute behaviour for<case>
per the XForms Errata (bug 302497)
In Progress
Fix crash on malfored xhtml (bug 304373)
Port
<select>
to XBL (bug 300801)Create XFormns XPI for XULRunner (build bug 298431, Gecko support bug 299716)
<help>
,<hint>
,<alert>
, and<message>
should generatexforms-link-exception
(bug 300255)Add
instance
attribute to<submission>
(bug 302496)Starting to look at how we visually inform users of fatal errors (bug 290465)
Refresh
<itemset>
if nodeset changes (bug 303312)Support for
<range>
(bug 271044). Everybody seems to have created a<canvas>
toy-project :), so I’ve created an implementation of range for integers using<canvas>
:
Leave a comment