tomcat icon indicating copy to clipboard operation
tomcat copied to clipboard

refactor: standardize the HTML, CSS and JSP in the webapps folder.

Open jbampton opened this issue 5 years ago • 4 comments

Use lowercase HTML tags and attributes.
Add quotes around attributes. Standardize quotes. Fix some HTML errors. Use HTML5 and CSS. Remove whitespace and blank lines. Indent HTML and JSP.

jbampton avatar Jul 04 '20 19:07 jbampton

error.html:

  1. Shouldn't it better be <form method="GET"?
  2. Options shall be closed with . The
    s there are out of place and ignored. (validator.w3.org complains)

kkolinko avatar Jul 05 '20 23:07 kkolinko

Hey @kkolinko I removed the br tags and also closed the option tags now.

I also validated the 'error.html' by direct upload and it validates now.

https://validator.w3.org/#validate_by_input

jbampton avatar Jul 06 '20 00:07 jbampton

error.html:

  1. Shouldn't it better be <form method="GET"?
  2. Options shall be closed with . The s there are out of place and ignored. (validator.w3.org complains)

MDN says -> Possible (case insensitive) values https://developer.mozilla.org/en-US/docs/Web/HTML/Element/form

Screen Shot 2020-08-01 at 5 31 33 am

jbampton avatar Jul 31 '20 19:07 jbampton