Open bittner opened 3 years ago
When you run the w3validator HTML validation service over the generated HTML code a few violations are reported:
type
style
script
p
div
span
li
It might be good practice to have a test suite that runs html5validator (container image) over a generated result.
When you run the w3validator HTML validation service over the generated HTML code a few violations are reported:
type
attribute instyle
shall be omittedtype
parameter valuetype
attribute inscript
shall be omittedtype
parameter valuep
shall not wrap other paragraphsdiv
insteadspan
tag shall not be self-closingli
tag is likely a result of the self-closingspan
tag.span
tag might be the reason for unsuccessful embedding, as reported on the Behave issue tracker.Side note
It might be good practice to have a test suite that runs html5validator (container image) over a generated result.