-
Notifications
You must be signed in to change notification settings - Fork 24
We should remove the noscript element #350
Copy link
Copy link
Open
Labels
bugSomething isn't workingSomething isn't workingrelease-blockerThe dev branch must not be merged into master while a release-blocker bug is open.The dev branch must not be merged into master while a release-blocker bug is open.validation and diagnosticsWork to be done on the schema, schematron, or the diagnosticsWork to be done on the schema, schematron, or the diagnostics
Milestone
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't workingrelease-blockerThe dev branch must not be merged into master while a release-blocker bug is open.The dev branch must not be merged into master while a release-blocker bug is open.validation and diagnosticsWork to be done on the schema, schematron, or the diagnosticsWork to be done on the schema, schematron, or the diagnostics
The HTML5 spec says that the
<noscript>element should not be used in XHTML (i.e. XML) documents (https://html.spec.whatwg.org/multipage/scripting.html#the-noscript-element) and in fact the latest nightly build of the W3C validator marks it as invalid. I propose we remove it from the search page output.