When looking at the tag <orderedlist> we have a.o. the attributes: numeration and startingnumber and these correspond with the attributes type and start of the HTML tag <ol>.
An item in HTML is given by means of the <li> tag and here we have the attribute value, the docbook equivalent of the HTML tag <li> tag is the <listitem> tag but here there is no value or similar tag present.
Request: would it be possible to add an attribute similar to the value attribute of the HTML <li> tag to the docbook <itemlist> tag?
Note: I'm not sure whether or not this is the right place for this request, in case this is not the case please point me to the right place.