Re: [tw5] Using self-closing tags for widgets

2020-11-25 Thread soren.b...@gmail.com
Thanks Jeremy! On Wednesday, November 25, 2020 at 3:46:05 AM UTC-6 jeremy...@gmail.com wrote: > Hi Soren > > TW5 treats the following tags as void. This means that no terminating > is needed (indeed, if one is provided it will be ignored and treated > as plain text), and the syntax: > > >

Re: [tw5] Using self-closing tags for widgets

2020-11-25 Thread Jeremy Ruston
Hi Soren TW5 treats the following tags as void. This means that no terminating is needed (indeed, if one is provided it will be ignored and treated as plain text), and the syntax: area,base,br,col,command,embed,hr,img,input,keygen,link,meta,param,source,track,wbr If you don’t close any

[tw5] Using self-closing tags for widgets

2020-11-24 Thread soren.b...@gmail.com
Today I learned that I've been wrong about self-closing tags (e.g., ) in HTML5 for years. The new rules appear to be that they are allowed but meaningless on void elements (those that don't allow