Menu

Freeplane 1.7.10: DTD and CSS Specification for node core

2021-12-06
2021-12-06
  • Sophoklis Goumas

    Hello.

    This is question is in regards of Freeplane version 1.7.10 which as of today is available via Debian/Ubuntu package repositories and it concerns the DTD and the CSS specification by which the nodes comply with.

    If one would select to "Edit node core in dialog" is presented with a window that has two tabs, namely: "Layout view" and "HTML Code View".

    When selecting HTML Code View on a vanilla mindmap one would see:

    <html>
      <head>
        <style type="text/css">
          <!--
            p { margin-top: 0 }
          -->
        </style>
    
      </head>
      <body>
        <p>
          New Mindmap
        </p>
      </body>
    </html>
    

    So the question is: is this HTML 4.01 Strict and CSS 2.1, is it non-standard or... what?

    Thank in advance for you time and energy,
    Sophoklis