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.
When looking at the tag
<orderedlist>we have a.o. the attributes:numerationandstartingnumberand these correspond with the attributestypeandstartof the HTML tag<ol>.An item in HTML is given by means of the
<li>tag and here we have the attributevalue, the docbook equivalent of the HTML tag<li>tag is the<listitem>tag but here there is novalueor similar tag present.Request: would it be possible to add an attribute similar to the
valueattribute 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.