xHTML vs HTML5 Doctype?

Hi, front page(s) seem still using an outdated xHTML doctype even if HTML5 is a Bootstrap’s requirement!
https://getbootstrap.com/docs/3.4/css/#overview-doctype

Seen it in phpList UI bootlist’s publicpagetop.php file
May be there is a “good” reason :wink: isn’t ?

Still not planet to update to HTML 5 for now, then use CSS instead these “big”, “center” elements, remove type attributes in script element, etc ?

@jessethomas Changing the doctype for the public pages is trivial, you might want to investigate how to make and submit changes to phplist.

Does having the “wrong” doctype cause any problems with the pages being displayed?

You 're right @duncanc it seems realy not so easy to update all related code to this new standard

In fact I don’t know at this time if there are some related issues :wink: may be none

but I would like use 2 or 3 bootstrap’s components then tried to follow their “rules” from starting point


Coming back :wink: done (3.6.3 Dashboard, front end pages) and started Emails

Tried to follow basic HTML5 rules. I’m not HTML / CSS expert but not noticed issues at this point

I don’t know how to share it :wink: No Github account but pull requests could be the best way, isn’t ?

xHTML rules 're not so easy to follow


For example

  • elements must always be properly nested, closed, in lowercase
  • attribute names must always be in lowercase and values must always be quoted

Really not the case :wink: at this point (3.6.3)