On 29/04/2020 16:15, Carsten Haitzler wrote:
[...]
it isn't actually necessary. evas's textblock parser is super-forgiving. it's
just that its a tag that doesnt need a closing tag. so you dont do

Right, just like the original HTML, you could always omit </p> because it was SGML and them's the rules.

<p>xxxx</p>
<p>yyyy</p>

but

xxxx
<ps/>
yyyy

textblock will be just as happy with

xxxx
<ps>
yyyy

Or the literal xxxx
yyyy? (there is an actual x2029 in between the xxxx and yyyy).

P


_______________________________________________
enlightenment-users mailing list
enlightenment-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-users

Reply via email to