lynx-dev
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Lynx-dev] lynx misrenders many valid xhtml5 pages on my site


From: Chuck Houpt
Subject: Re: [Lynx-dev] lynx misrenders many valid xhtml5 pages on my site
Date: Fri, 29 Apr 2022 12:41:39 -0400

The issue is self-closing syntax, which is ok in XML, but not in HTML. For 
example:

<script src="..."/>

should be the following for valid HTML:

<script src="..."></script>

More info at:

https://stackoverflow.com/questions/3558119/are-non-void-self-closing-tags-valid-in-html5

- Chuck




reply via email to

[Prev in Thread] Current Thread [Next in Thread]