This bug refers to the proposed extension for XHP described in the wiki page https://wiki.documentfoundation.org/Documentation/Proposed_Extensions_for_XHP
Olivier Hallot committed a patch related to this issue. It has been pushed to "master": https://git.libreoffice.org/core/+/10793855574782a1d57805883693b6f200cfac3d%5E%21 tdf#121697 XHP extensions It will be available in 6.3.0. The patch should be included in the daily builds available at https://dev-builds.libreoffice.org/daily/ in the next 24-48 hours. More information about daily builds can be found at: https://wiki.documentfoundation.org/Testing_Daily_Builds Affected users are encouraged to test the fix and report feedback.
A polite ping to Olivier Hallot: Is this bug fixed? if so, could you please close it as RESOLVED FIXED ? Otherwise, Could you please explain what's missing? Thanks
I need to implement a couple of new tags... I'l try to do it in FOSDEM 2019 hackfest...
Dear Olivier Hallot, This bug has been in ASSIGNED status for more than 3 months without any activity. Resetting it to NEW. Please assigned it back to yourself if you're still working on this.
Shoud we close this with WORKSFORME?
Comment from Olivier: a nice missing piece of work is to add <ul>,<ol> and <li> as valid xhp, replacing <list>, <listitem>. This can simplify the XSLT as well.
for reference, 'role' attribute : 28257 paragraph 8383 tablecontent 5808 bascode 3485 listitem 1731 pycode 1481 tablehead 691 code 211 heading 193 note 100 logocode 82 tip 66 tablecontents 60 smathcode 44 warning 42 ul_item 24 ol_item 20 image 14 example 7 sqlcode 2 youtube_consent 1 tableicontent 1 tablecYesontent 1 related 1 ilistitem 1 finalcutpro
(In reply to fpy from comment #7) > for reference, 'role' attribute : (snip) > 1 tableicontent > 1 tablecYesontent > 1 related > 1 ilistitem > 1 finalcutpro These looks typos or irrelevant classes. Feel free to fix typos or just replace with a better role.
Pierre F committed a patch related to this issue. It has been pushed to "master": https://git.libreoffice.org/help/commit/db426f52a985e90199d4834581478d46b39e5d13 tdf#121697 readability/maintainability factorization