MyNDIR 2024-10-15 to 2024-10-18
to : Martin Holmes
Minutes: 100
On Tuesday, PAB came by to ask about how we might support multi-paragraph
descriptions in the <decoDesc>
element. It turns out that
the content model and the way we decided to process it was based entirely on
having a single <p>
element in <decoDesc>
,
and inside that, a single <desc>
followed by some dimension-related
info using other elements.
I added support for multiple <desc>
elements, and tweaked the
CSS accordingly, so that is now working. Took two shots to get it right.
On Wednesday, PAB reported a couple of validation issues, which were caused by things that were not invalid generating things that were in an intermediate build stage. Added new Schematron to prevent this.
On Thursday, the build was broken overnight because the Schematron was a bit too broad. Fixed it, and in the process also took the time to make the schema build work in Oxygen, which it had apparently never done (this is a schema that rarely changes).