HTML 5 and Bloomsky

HTML 5 requires html to be written in lower case, all alignment/ positioning, font, color commands in css, preferably in the style sheet file (align=center, etc, is depreciated) WD writes html in all uppercase in the files it creates.

Download bloomsky yesterday movie at say 9 pm or settable time and upload it to the website.

What is your source for that?

yeah, its not clear what file you are refering to
and its not very clear to me what your last sentence is all about

Html in lower case has been recommended since html 4

This is in part because many more seasoned web developers who lived through the days of strict XHTML have carried over those best practices to HTML5. Those web professionals don't care that a mix of uppercase and lowercase letters are valid in HTML5 today, they will stick with what they know, which is all lowercase letters.

https://www.w3schools.com/html/default.asp everything they show is lower case
https://www.w3schools.com/html/html_elements.asp

Empty HTML Elements

HTML elements with no content are called empty elements.

is an empty element without a closing tag (the
tag defines a line break).

Empty elements can be “closed” in the opening tag like this:
.

HTML5 does not require empty elements to be closed. But if you want stricter validation, or if you need to make your document readable by XML parsers, you must close all HTML elements properly.
Use Lowercase Tags

HTML tags are not case sensitive:

means the same as

.

The HTML5 standard does not require lowercase tags, but W3C recommends lowercase in HTML, and demands lowercase for stricter document types like XHTML.

https://www.w3schools.com/tags/default.asp HTML Element Reference.

Bloomsky, under the WD control panel has a button to download the bloomsky yesterday movie, I would like it to do that automatically instead of having to open the control panel, click on bloomsky, click on the download button.

I second that… the ability to schedule would be a great outcome.

w3schools HTML5 Style Guide and Coding Conventions

HTML5 allows mixing uppercase and lowercase letters in element names.

HTML5 allows mixing uppercase and lowercase letters in attribute names.

While it may be recommended to use lower case it is by no means "required’, and continuing to use upper case will have no functional effect AFAICS.

Thanks, Niko, for running that HTML5 myth to ground.

Bloomsky, under the WD control panel has a button to download the bloomsky yesterday movie, I would like it to do that automatically instead of having to open the control panel, click on bloomsky, click on the download button. I second that.. the ability to schedule would be a great outcome.

so as to get the file bloomskyyesterdaymovie.mp4 updated auto daily (e. g at 6am)? (in the WD webfiles folder)

WD says it is xhtml compliant… This page is XHTML 1.0 compliant. Validate the XHTML and CSS of this page.

The HTML5 standard does not require lowercase tags, but W3C recommends lowercase in HTML, and demands lowercase for stricter document types like XHTML.

And in my experience what W3C recommends will become standard in future versions, best to get in the practice now. Some of the stuff they have depreciated has quit working.

Not supported in HTML5. Use CSS instead. Defines font, color, and size for text

Not saying WD does this, but still does use font tags, but I have fixed sites that were written with Front Page that had hundreds of font tags around even the coding… You could reduce the page size by half by removing the font tags and using CSS.

Not supported in HTML5. Use CSS instead. Defines centered text
also align=center is depreciated, which is the bigger problem you could align a while page with ```
``` but that will not validate any more and aligning items in css is more complicated..
WD says it is xhtml compliant.
where does it say that?

About every sample wxlocal, or the carter lake page

Validation
This page is XHTML 1.0 compliant. Validate the XHTML and CSS of this page.

<span class="dataText">This page is XHTML 1.0 compliant. Validate the <a href="http://validator.w3.org/check/referer">XHTML</a> and <a href="http://jigsaw.w3.org/css-validator/check/referer">CSS</a> of this page.</span>