User tests: Successful: Unsuccessful:
Pull Request for Issue # .
Remove type Attribute vom Inline script
enable emailcloack plugin
set document->isHTML5(true)
have an emial in Content
Check the gernerated page with https://validator.w3.org/nu/
Status | New | ⇒ | Pending |
Category | ⇒ | Libraries |
See also comment here: #23300 (comment)
If you really want to get rid of that type attribute, you'd have to check if the document is set to HTML5 first and only then remove the type.
I'll close this PR as it is wrong in the current state.
Title |
|
||||||
Status | Pending | ⇒ | Closed | ||||
Closed_Date | 0000-00-00 00:00:00 | ⇒ | 2018-12-21 12:14:22 | ||||
Closed_By | ⇒ | Bakual | |||||
Labels |
Added:
?
|
This causes validation errors on non-HTML5 pages.