Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

form <input required> requires non-standard parameter=value #84

Open
kglotfelty opened this issue Mar 4, 2024 · 1 comment
Open

form <input required> requires non-standard parameter=value #84

kglotfelty opened this issue Mar 4, 2024 · 1 comment
Labels
HTML5 issues reported by HTML5 checker

Comments

@kglotfelty
Copy link
Member

The publishing code requires <input required="value">, eg <input required="true">, but the HTML5 checker is saying that the correct syntax is just <input required>.

Seeing this in the PSFs/chart2/runchart.xml file.

@kglotfelty kglotfelty added the HTML5 issues reported by HTML5 checker label Mar 4, 2024
@DougBurke
Copy link
Member

I think this is something we are just going to have to live with. Getting XSLT to output HTML5 rather than XML was more than I could bear to deal with last time I looked...

https://stackoverflow.com/questions/3387127/set-html5-doctype-with-xslt

is related and I should look into it again when I have enough tuits.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
HTML5 issues reported by HTML5 checker
Projects
None yet
Development

No branches or pull requests

2 participants