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><styletype="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
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
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:
So the question is: is this
HTML 4.01 Strict
andCSS 2.1
, is it non-standard or... what?Thank in advance for you time and energy,
Sophoklis
It is something supported by Java Swing HTML, I think it is a subset of HTML 4
https://stackoverflow.com/questions/872871/which-html-tags-are-supported-in-swing-components/15405231
By the way, in the latest preview the part with
<style>...</style>
in your example has gone.