You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@pagespeed.apache.org by GitBox <gi...@apache.org> on 2018/04/20 09:02:30 UTC

[GitHub] petrzpav opened a new issue #1551: inline-javascript generates invalid html output

petrzpav opened a new issue #1551: inline-javascript generates invalid html output
URL: https://github.com/apache/incubator-pagespeed-ngx/issues/1551
 
 
   Filter inline-javascript keeps attribute `async` witch is invalid.
   
   - Example of invalid output:
   
   ```
   <script async="async">
   inlined content..
   </script>
   ```
    
   - Validation error:
   
   ```
   Element “script” must not have attribute “async” unless attribute “src” is also specified or unless attribute “type” is specified with value “module”.
   ```
   
   
   

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services