Page 1 of 1

Warning on web browser re !DOCTYPE html and text-stroke

Posted: Sat Dec 18, 2021 8:27 pm
by gray
Warning on web browser re !DOCTYPE html and that the Page layout may be impacted.

This warning comes up on Edge and Firefox.

Image

Also

warning - Unknown property 'text-stroke'. Declaration dropped

Any ideas if I need worry about it.

Re: Warning on web browser re !DOCTYPE html and text-stroke

Posted: Sat Dec 18, 2021 8:33 pm
by crispy68
You need to change your document type to HTML5 in the page properties. You are currently using: HTML 4.01 Transitional.

HTML5 is the standard to use.

Re: Warning on web browser re !DOCTYPE html and text-stroke

Posted: Sun Dec 19, 2021 8:36 pm
by gray
Well blow me down. I would not have got that one.

I think maybe in using a different (old) layout, it must have remembered the setting and used it on my new ones.

Many thanks.