That was fast ! > i couldn't add data-* attributes (despite Richard's OK) because the internal > structure of the parser needs to know all full attribute names and their > integer IDs at compile-time (this makes it very fast, but useless for dynamic > data-* name lookups). But the requested elements were added (<address> was > already allowed) and are treated just like DIVs for purposes of wiki parsing.
Yep adding data-* is not that straightforward… If you want I can try to create a patch with that functionality alone (a subset of the diff I send you earlier). Something I noticed while hacking the wikiformat code is the use of <div id='foo'></div id=‘foo'> which is not valid HTML AFAIK. Closing tags should not have attributes right ? _______________________________________________ fossil-users mailing list fossil-users@lists.fossil-scm.org http://lists.fossil-scm.org:8080/cgi-bin/mailman/listinfo/fossil-users