Comment 0 for bug 101309

Revision history for this message
Roman (roman-infrae) wrote :

The user is able to add a definition list with a definition term (dt) and a
definition description (dd) to the forms editor. The HTML 4.1 specification[1]
allows to add more than one terms and definitions to the list.

Adding more than one term and description might be rather complicated to
distinguish from during adding it with the forms editor, but adding more than
one description should be possible:

Definition Term
Definition Item 1
Definition Item 2
...

I tried to implement this, but failed. It don't seem to be enough to alter only
the save_helper.py in widgets/element/doc_elements/dlist/mode_edit.

If it's possible to implement such a change (maybe the SilvaXML as to be also
changed?) I would like to add it. If you can point me to the right direction
where this definition list stuff is handled. I'll append the save_helper.py
which seems to do the right thing. I couldn't test it, because of the python script.

[1] - http://www.w3.org/TR/html4/struct/lists.html#h-10.3