html5 living standard validation of "picture" element
Posted: Sun Jul 17, 2022 7:20 pm
I am currently developing/implementing an xslt from TEI-P5 to a HTML5 Website. I want to integrate some pictures and the html-template that I got from the webdesigner uses the <picture> Element, defined in HTML5 Living Standard https://html.spec.whatwg.org/multipage/ ... re-element used to deliver different solutions of one image depending on the pixel of the web browser frame. Oxygen validates this element as error, and as a side effect it does not indent correct the elements used around the use of the picture Element.
Is it possible to include this element into the validation by customizing some defaults? If possible: how should I do this?
By the way: Oxygen validates also two entries as error, that our web designer put in the head:
<meta http-equiv="x-ua-compatible" content="ie=edge"/>
<link rel="apple-touch-icon" sizes="180x180" href="files/icons/apple-touch-icon.png"/>
It seems to me that the link rel entry is not official standard but the designer says it is helpful for display on apple hardware. II would be happy if it would be possible to include these entries as well as valid in the oxygen validation.
Is it possible to include this element into the validation by customizing some defaults? If possible: how should I do this?
By the way: Oxygen validates also two entries as error, that our web designer put in the head:
<meta http-equiv="x-ua-compatible" content="ie=edge"/>
<link rel="apple-touch-icon" sizes="180x180" href="files/icons/apple-touch-icon.png"/>
It seems to me that the link rel entry is not official standard but the designer says it is helpful for display on apple hardware. II would be happy if it would be possible to include these entries as well as valid in the oxygen validation.