On Monday, September 2, 2019 at 2:01:53 AM UTC+2, TonyM wrote: ... > You may be able to see in the OT what I achieve with use of the dl tag > contrary to the standards you point out. This outcome is what I am after. > > I understand your post as implying my use contraveins standards? Fair > enough. >
If you have a closer look at the spec <https://html.spec.whatwg.org/multipage/grouping-content.html#the-dl-element> at "Content model" for the dl-tag, it states: Content model > <https://html.spec.whatwg.org/multipage/dom.html#concept-element-content-model> > :Either: Zero or more groups each consisting of one or more dt > <https://html.spec.whatwg.org/multipage/grouping-content.html#the-dt-element> > elements followed by one or more dd > <https://html.spec.whatwg.org/multipage/grouping-content.html#the-dd-element> > elements, optionally intermixed with script-supporting elements.Or: One > or more div > <https://html.spec.whatwg.org/multipage/grouping-content.html#the-div-element> > > elements, optionally intermixed with script-supporting elements. > IMO we can't use this element. With TW we already have some severe and hard to fix problems, because the existing parser is a bit sloppy at creating HTML code. Not to say it ignores most of the rules. This isn't a big problem if the content and the created HTML output stays within TW. _But_ it is a problem if the content should be re-used as an input for an other system that runs an HTML validator as the first step. ... Such systems can be found in enterprise environments or if a user needs to have "semantic" HTML code. We want TW to spread. So we should make our output more compliant <https://github.com/Jermolene/TiddlyWiki5/pull/4195> and not less. just some thoughts. mario -- You received this message because you are subscribed to the Google Groups "TiddlyWikiDev" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/tiddlywikidev/e47b02cf-1f8a-4c43-890e-1d3237f587ef%40googlegroups.com.
