Jessie
February 10, 2020, 6:00pm
1
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 isnât ?
Jessie
February 18, 2020, 7:59pm
2
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 ?
duncanc
February 19, 2020, 7:54am
3
@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?
Jessie
February 20, 2020, 8:23pm
4
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 may be none
but I would like use 2 or 3 bootstrapâs components then tried to follow their ârulesâ from starting pointâŠ
Jessie
July 15, 2021, 11:36pm
5
Coming back 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 No Github account but pull requests could be the best way, isnât ?
Jessie
July 26, 2021, 10:44am
6
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 at this point (3.6.3)