Thomas Beutlich

Results 394 comments of Thomas Beutlich

> What's going wrong here? Your two commits have different commit authors. 1) @AHaumer signed the CLA on 2020-01-14T09:15:43.761Z (via CLA Assistant) 2) @haa39214 did not sign the CLA If...

> I also question why the test is not marked red in the report: https://www.ltx.de/download/MA/Compare_MSL_v4.1.0/Compare/Modelica/testrun_report.html To answer this question. It is marked as `N/A` since none of the new signal...

Well, it is neither red nor green, but inclonclusive indicating that the comparison test could not be completed with the data available. There is yellow color also in other places...

Well, csv-compare writes a failed marker filer indeed: [compare_failed.log](https://github.com/modelica/ModelicaStandardLibrary/files/14746976/compare_failed.log) whereas the report marks it as UNTESTED: ![grafik](https://github.com/modelica/ModelicaStandardLibrary/assets/14896695/6eddd8e4-33fd-4f34-b324-31a4509d5895)

> I would also be interested in how it can be considered green in the report: That's strange indeed. When trying to reproduce locally I get > The compare file...

The HTML5 tag figcaption is supported by SimulationX 3.9 which uses IE11 for HTML rendering.

There also is a note in [Modelica.UsersGuide.Conventions.UsersGuide.Implementation](https://doc.modelica.org/om/Modelica.UsersGuide.Conventions.UsersGuide.Implementation.html) that the `` tag does not work in all tools.

The `figure` tag should be placed outside the `p` tag.

I created a [test class](https://gist.github.com/beutlich/0dd78940243c41a6dc39c37f90ea6749) to test HTML features in different Modelica environments. * In Dymola: `figcaption` is supported by the external Info window, but not in the internal Documentation...

> * In Dymola: `figcaption` is supported by the external Info window, but not in the internal Documentation view panel. Can no longer be reproduced in Dymola 2024x. ![grafik](https://github.com/modelica/ModelicaStandardLibrary/assets/14896695/199f1638-fcb6-487d-85ca-ba9c4bd5557e)