|
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
[Prev in Thread] | Current Thread | [Next in Thread] |