Re: LyXHTML doc doesn't pass validation

2022-04-01 Thread Thibaut Cuvelier
On Wed, 23 Mar 2022 at 22:54, José Abílio Matos wrote: > On Wednesday, 23 March 2022 20.12.23 WET Thibaut Cuvelier wrote: > > > XHTML 1 dates back from 2001... LyX generates XHTML 5, but the doctype > is kept > > > from XHTML 1 for compatibility issues (some browsers completely change > their > >

Re: LyXHTML doc doesn't pass validation

2022-03-23 Thread José Abílio Matos
On Wednesday, 23 March 2022 20.12.23 WET Thibaut Cuvelier wrote: > XHTML 1 dates back from 2001... LyX generates XHTML 5, but the doctype is kept > from XHTML 1 for compatibility issues (some browsers completely change their > behaviour based on the doctype). The issue has been discussed on the ma

Re: LyXHTML doc doesn't pass validation

2022-03-23 Thread Thibaut Cuvelier
On Wed, 23 Mar 2022 at 20:02, Lorenzo Bertini wrote: > Il 23/03/22 19:03, Thibaut Cuvelier ha scritto: > > On Wed, 23 Mar 2022 at 18:43, Lorenzo Bertini > > mailto:lorenzobertin...@gmail.com>> wrote: > > > > Running a very simple LyXHTML doc (a section with a few paragraphs) > > against t

Re: LyXHTML doc doesn't pass validation

2022-03-23 Thread Lorenzo Bertini
Il 23/03/22 19:03, Thibaut Cuvelier ha scritto: On Wed, 23 Mar 2022 at 18:43, Lorenzo Bertini mailto:lorenzobertin...@gmail.com>> wrote: Running a very simple LyXHTML doc (a section with a few paragraphs) against this validator https://validator.w3.org/check

Re: LyXHTML doc doesn't pass validation

2022-03-23 Thread Thibaut Cuvelier
On Wed, 23 Mar 2022 at 18:43, Lorenzo Bertini wrote: > Running a very simple LyXHTML doc (a section with a few paragraphs) > against this validator https://validator.w3.org/check reports some > errors, I don't really know if we care or not: > > 1. value of attribute "dir" cannot be "auto"; must b

LyXHTML doc doesn't pass validation

2022-03-23 Thread Lorenzo Bertini
Running a very simple LyXHTML doc (a section with a few paragraphs) against this validator https://validator.w3.org/check reports some errors, I don't really know if we care or not: 1. value of attribute "dir" cannot be "auto"; must be one of "ltr", "rtl" 2. element "section" undefined Is this